/* Fonts */
body {
  font-family: 'Inter', sans-serif;
  color: #444 !important;
  line-height:1.5rem !important;
}

p, li, span
{
  line-height:1.6rem !important;
  font-size:16px !important
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;

}
/* Desktop Sizes */
h1 { font-size: 50px !important; }
h2 { font-size: 40px !important; }
h3 { font-size: 32px !important; }
h4 { font-size: 26px !important; }
h5 { font-size: 22px !important; }
h6 { font-size: 18px !important; }

/* Mobile Sizes */
@media (max-width: 768px) {
    h1 { font-size: 36px !important; }
    h2 { font-size: 28px !important; }
    h3 { font-size: 24px !important; }
    h4 { font-size: 22px !important; }
    h5 { font-size: 18px !important; }
    h6 { font-size: 16px !important; }
}
.container-fluid {
    max-width: 1750px;
}
h2.arb-title {
    
    font-size: 36px !important;
}
.main-col h3
{
    font-size:18px !important;
}
/* Navbar */
.navbar {
/*   background-color: #2c2c2c !important; */
    background:#0e0f11 !important;
}

.navbar-brand span {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
}

.nav-link {
  color: #fff !important;
  transition: 0.3s;
  font-size:11px;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 5px !important;
  
}

.nav-link:hover,
.nav-link.active {
  color: #C8102E !important;
}

.btn-orange {
     background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 30px;
    transition: all 0.3s 
ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
	border: 1px solid #fff;
}

.btn-orange:hover {
  background-color: #444;
  color:#fff !important;
  border-color:#fff !important;
}

.checkbox-list p, 
.checkbox-list span
{
  font-size:16px !important; 
}
/* Hero Section */
.hero-section {
  position: relative;
    height: 50vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(min-width:1500px){
    .hero-section{
        height: 300px;
    }
}

.hero-background {
  position: relative;
  width: 100%;
/*   height: 86vh; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Overlay Gradient */
.hero-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0.55),   
    rgba(0, 0, 0, 0.20)    
  );
  z-index: 1;
}


.hero-video {
/*   position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: linear-gradient(rgba(30, 30, 30, 0.60), rgb(30 30 30 / 61%), rgb(30 30 30 / 60%)) !important;
}

.hero-content {
  position: relative;
  z-index: 2;
    margin-top:-15px;
}

.hero-title {
  font-family: 'Montserrat', sans-serif;
  color: #C8102E;
  text-shadow: 1px 1px 1px #c8102e;
}

.hero-subtitle {
  font-size: 17px;
/*   max-width: 850px;
  margin: 0 auto; */
  line-height: 1.6;
/*   text-transform: uppercase; */
  font-weight: 500;
    text-align:start;
    margin-bottom:15px !important;
}

section.arb-portfolio-section.py-5 {
    display: none;
}
.header-logo img{
    width: 150px;
    margin:0px !important;
    transform: scale(1.2);
    transform-origin: center;
    transition: transform 0.3s 
ease-in-out;
}
.logos {
 
    max-width: 1750px;
    margin: auto;
}
 .circle-card {
      width:100%;
      height: 280px;
/*          margin: 0px auto; */
/*       border-radius: 50%; */
      overflow: hidden;
      position: relative;
      border: 3px solid transparent;
      transition: all 0.4s ease;
    }
.hero-section {
    
    flex-direction: column;
}
section.service-sec.five-services .row.text-center.circle-row {
    max-width: 1300px;
    margin: auto;
}
.hero-section .banner-note
{
	position:relative;
	z-index:99;
}
.hero-section .banner-note h5 {
    color: #c8102e;
}
.hero-section .banner-note p{
    color: #fff;
	margin-bottom:0px;
}
p.story-subtitle {
    display: inline-block;
    padding: 14px 22px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.story-heading {
    position: relative;
    z-index: 2;
    color:#C8102E !important;

    font-weight: 700;
    letter-spacing: 2px;
    font-size: 40px !important;
    display: inline-block;
    padding: 14px 22px;
    margin-bottom: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.hero-section .banner-note {
    background: rgb(16 18 19 / 58%);
    max-width: 25%;
    padding: 10px 40px;
	margin-bottom:20px;
	border-radius: 10px;
}
.main-col {
    padding: 20px;
    position: relative;
    transition: all 0.3s 
ease;
    border: 2px solid #c8102e;
    height: 97%;
}
    .circle-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
/*       border-radius: 50%; */
      transition: transform 0.4s ease;
    
    }

    .circle-card:hover {
      border-color: #C8102E;
      transform: translateY(-8px);
    }
.main-col {
  
    border-radius: 12px;
}
    .circle-card:hover img {
      transform: scale(1.05);
    }

     .main-col h3 {
      margin: 25px 0px 10px;
      font-family: 'Montserrat', sans-serif;
     font-size: 20px !important;
      font-weight: 600;
      letter-spacing: 0.5px;
      color: #fff;
      text-transform: uppercase;
      position:relative;
    }

     .main-col a{
        text-decoration: none;
         color: #fff;
     }

     .main-col p{
        color:#fff;
        position: relative;
         font-size: 18px !important;
     }

    .circle-wrapper {
      padding: 80px 0;
    }

    /* Fade-in Animation */
    .circle-card {
      opacity: 0;
      transform: translateY(30px);
      animation: fadeInUp 0.8s forwards;
    }

    .circle-card:nth-child(1) { animation-delay: 0.2s; }
    .circle-card:nth-child(2) { animation-delay: 0.4s; }
    .circle-card:nth-child(3) { animation-delay: 0.6s; }
    .circle-card:nth-child(4) { animation-delay: 0.8s; }
    .circle-card:nth-child(5) { animation-delay: 1s; }
    .circle-card:nth-child(6) { animation-delay: 1.2s; }
    .circle-card:nth-child(7) { animation-delay: 1.4s; }
    .circle-card:nth-child(8) { animation-delay: 1.6s; }

    @keyframes fadeInUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }


    .legacy-form-section {
  background-color: #f5f5f5;
   font-family: 'Inter', sans-serif;
  color: #444;
}

.legacy-form-section p {
    font-size: 18px;
}

.form-header h5 {
  letter-spacing: 0.5px;
}

.title-line {
  width: 180px;
  height: 1px;
  background-color: #C8102E;
  border: none;
  margin-top: 5px;
}

.legacy-form .form-control {
  border: 1px solid #C8102E;
  border-radius: 0;
  padding: 10px 12px;
  font-size: 14px;
}

.legacy-form .form-control:focus {
  box-shadow: none;
  border-color: #C8102E;
}

.form-check-label {
  font-size: 14px;
  color: #444;
}

.btn-submit {
  background-color: #C8102E;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  padding: 12px;
  border-radius: 0;
}

.btn-submit:hover {
  background-color: #C8102E;
   color: #fff;
}

.service-title{
     padding: 0px;
    color:#fff;
    z-index:999;
}

.park-sec{
    position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.park-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 80%); /* adjust opacity (0.5 = 50%) */
  z-index: 0;
}

.form-header h5{
color: #444;
    font-size:34px;
    line-height:120%;
}

.service-title {
  position: relative;
    padding-bottom: 40px; /* space between text and line */
}
.who-title {
    color: #444;
	line-height:1.6;
}
.video-note {
    position: relative;
    z-index: 99;
}
.service-title::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 10px;
  width: 98%; /* full width underline */
  height: 2px; /* line thickness */
  background-color: #C8102E; /* orange line color */
}

.markets-section {
  background-color: #444;
  color: #fff;
}

.section-title h1 {
  font-size: 50px;
  font-weight: 700;
}

.title-line {
  width: 60px;
  height: 3px;
  background-color: #c8102e;
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
section.about-intro-section .about-intro-content h1.about-intro-title {
    margin-bottom: 15px !important;
}
.subtitle {
  color: #ccc;
  font-size: 16px;
  max-width: 800px;
}
.market-item.d-flex.align-items-center
{
        flex-direction: column;
    flex-wrap: wrap;
}
.market-item.d-flex.align-items-center {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-radius:12px;
        height: 260px;
}
.market-item {
      margin-bottom: 18px;
 gap: 15px;
}

.icon-box {
  width: 90px;
  height: 90px;
  background-color: #c8102e;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
    border-radius: 50%;
}

.market-item span {
  color: #c8102e;
  font-size: 16px;
  font-weight: 500;
}

.market-item i {
    font-size: 50px;
}

/* image slider css  */

.project-slider .slider-img {
  height: 400px;
  overflow: hidden;
}

.project-slider .slider-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 150px;
  /* background: rgba(0, 0, 0, 0.45); */
  text-align: center;
}

.slider-text {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 1px;
}

.serve-sec{
    padding-left:100px;
}

section.markets-section {
    padding: 60px 0px 60px;
    margin-top: 10px;
}

.circle-row{
   padding-bottom: 40px;
    display: flex;
    justify-content: center;
}
section.about-intro-section.py-5{
    padding: 60px 0px 60px !important;  
}

/* section.service-sec.five-services{
	 padding: 60px 0px 60px !important;  
} */
.right-legacy-form{
    background:#fff;
}

label.form-label{
    font-size: 14px;
}

.about-intro-section {
  background-color: #fff;
  color: #444;
  overflow: hidden;
}

.about-intro-title {
  font-size: 2.8rem;
 color: #444;
}

.about-intro-sub {
  color: #c8102e;
  font-weight: 600;
  font-size: 1.2rem;
}

.about-intro-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  max-width:90%;
}

.about-intro-btn {
  background-color: #c8102e;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
   padding: 16px 22px;
    transition: all 0.3s ease;
    border-radius: 50px;
    z-index:99;
    position:relative;
}

.about-intro-btn:hover {
  background-color: #444;
  color: #fff;
}

.about-intro-video {
  border: 10px solid #c8102e;
  border-radius: 10px;
  overflow: hidden;
}

/* --- Animation Styles --- */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-left {
  animation: slideInLeft 1s ease-out both;
}

.animate-right {
  animation: slideInRight 1s ease-out both;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.hero-section h1.display-4.fw-bold.hero-title {
    font-size: 40px !important;
  
}

.main-home-title{
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(5px);
  text-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.logos {
    overflow: hidden;
     padding: 10px 0px 10px;
    white-space: nowrap;
    position: relative;
    background: #fff;
}

/* .logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
} */



.logo_items {
 display: inline-flex;
    animation: 190s slides infinite 
linear;
 gap: 40px;
}
.arberon-contact-page .what-happens-next {
    background: #f9f9fb;
}
.page-template-contact .fast-facts-bar.text-center {
    margin: 5px auto;
       border: 2px solid #c8102e;
    padding: 10px;
}
/* Sticky CTA Button (Mobile Only) */
.sticky-cta-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #c8102e; /* Arberon Red */
    padding: 12px 20px;
    text-align: center;
    z-index: 9999;
    display: none; /* default hidden on desktop */
}

.sticky-cta-mobile .sticky-btn {
    background: #fff;
    color: #c8102e;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    width: 90%;
    max-width: 350px;
}
.projects-section .card img.card-img-top {
    height: 300px;
    object-fit: cover;
}
/* Mobile Only */
@media (max-width: 768px) {
    .sticky-cta-mobile {
        display: block;
    }
}

/* Hide CTA */
.sticky-cta-mobile.hide-cta {
    opacity: 0 !important;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}



.logos:hover .logo_items {
  animation-play-state: paused;
}

.page-id-18 .logo_items img{
/*       filter: grayscale(100%); */
  height:50px;
}
.page-id-18 .logo_items img:hover {
  transform: scale(1.08);
  filter: brightness(1.08);
}
.logo_items img {
    height: 60px;
    max-width: 150px; 
	width:auto;/* slightly wider to avoid distortion */
    object-fit: contain;
    display: block;        /* prevents small pixel jumps */
    opacity: 1;
    filter: none;
    transition: transform 0.4s ease-in-out, 
                opacity 0.3s ease-in-out;
    backface-visibility: hidden;   /* removes flicker */
    transform: translateZ(0);      /* prevents GPU glitch */
}

/* Optional soft hover emphasis */
.logo_items img:hover {
  transform: scale(1.08);
  filter: brightness(1.08);
}
section.legacy-form-section.py-5
{
  padding: 60px 0px 60px !important;    
}
section.service-sec.five-services .service-title h1 {
    margin-bottom: 15px;
}
.logo_items img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* Slider css  */

.slider__section{
    padding: 60px 0px 60px;
}
.splide__list li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(110%) brightness(105%) saturate(105%);
  transition: 0.3s ease;
}

.slide__item {
  position: relative;
  overflow: hidden;
}

.slide__item img {
  transition: transform 0.4s ease;
}

.slide__item:hover img {
  transform: scale(1.05);
}

/* Overlay container */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: opacity 0.4s ease;
    margin: 10px;
    text-decoration:none;
    color:#fff;
    padding: 20px;
    text-transform:uppercase;
     font-family: 'Inter', sans-serif;
}

/* Show on hover */
.slide__item:hover .overlay {
  opacity: 1;
}

/* Overlay text style */
.overlay p {
  font-size: 16px;
}

.overlay p {
  color: #fff;
  font-size:14px;
  text-transform: uppercase;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  display: inline-block;
  border-left: 4px solid #C8102E;
  transition: color 0.3s ease;
}

.overlay h3:hover {
  color: #C8102E;
}


.slider-content h3{
   padding-top:25px;
   font-size:16px;
}

.slider-content h3 a{
   text-decoration: none;
   color:#fff;
}

.slider-content h3 a:hover{
    color:#C8102E;
}

.profile-text{
    padding-bottom:80px;
    position: relative;
}

.profile-text h1 {
  color: #fff;
  position: relative;
  display: inline-block; /* keeps underline tight to text */
}


.profile-text p{
    color:#c8102e;
    font-size:22px;
    font-weight:500;
}
.subcontractor-prequal-section .primary-cta-btn {
    background: #d7263d;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.subcontractor-prequal-section .pre-form-note {
    font-size: 16px;
    margin-bottom: 25px;
    color: #555;
}

.prequal-form-card {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.form-section-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
   border-left: 4px solid #c8102e;
    padding-left: 12px;
}

.prequal-form-card label {
    font-weight: 600;
    margin-bottom: 6px;
}

.prequal-form-card .form-control,
.prequal-form-card .form-select {
    padding: 12px 14px;
    border-radius: 8px;
}

.submit-btn {
    background: #d7263d;
    color: #fff;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
}
/* ===================================
   CAREER FORM SECTION STYLING
=================================== */
.career-application-section .career-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
  max-width: 650px;
    margin: 0 auto;
}

/* White card container */
.career-application-section .career-form-card {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}
.career-application-section .career-form-card .form-group br
{
  display:none;
}
/* Labels */
.career-application-section .career-form-card label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

/* Inputs & Textarea */
.career-application-section .career-form-card .form-control {
    padding: 14px;
    border-radius: 8px;
    font-size: 16px;
}

/* Submit Button */
.career-application-section .career-submit-btn {
    background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 22px;
    transition: all 0.3s 
ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
    width: 100%;
}
/* ================================
   CAREER INTRO SECTION STYLING
================================ */
.career-intro-section {
  background: #f5f5f5;/* light grey premium background */
    padding: 40px 0;
}

.career-intro-section .career-intro-text {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
}

/* Hover */
.career-application-section .career-submit-btn:hover {
  background-color: #444;
    color: #fff !important;
    border-color: #fff !important;
}

.splide__arrow--prev {
    left: 45%;
    top: -58px;
}

.splide__arrow--next {
    right: 45%;
    top: -58px;
}

.footer-section {
  position: relative;
  background: url('images/footer-bg.jpg') center/cover no-repeat;
  color: #fff;
  margin-top:10px;
}

.footer-overlay {
  position: absolute;
  inset: 0;
 background: rgb(0 0 0 / 80%);
}

.footer-heading {
  color: #C8102E;
  letter-spacing: 1px;
  font-size:20px;
  font-weight: 600;
}

.footer-links .footer-link {
  background-color: #C8102E;
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  transition: background 0.3s;
}

.footer-links .footer-link:hover {
  background-color: #444;
}
.footer-contact p {
    font-size: 16px !important;
}
.footer-social a {
  color: #C8102E;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #fff;
}

.footer-contact p {
  margin-bottom: 8px;
  color: #fff;
}

.footer-contact a {
/*   color: #C8102E; */
  text-decoration: none;
}

.footer-contact a:hover {
  color:#fff;
}

.footer-bottom {
  background: #444;
  color: #C8102E;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: #C8102E;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  transition: background 0.3s;
}

.scroll-top:hover {
  background: #444;
}

@media(min-width: 1400px){
    .container{
        max-width:1220px;
        margin: auto;
    }
}

.cont-details {
 
  padding-left: 40px; /* space for the line */
}

.border-line{
 position: relative;
}

/* Add vertical line before the content */
.border-line::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
  width: 1px; /* thickness of line */
  background-color: #fff; /* your brand color */
  border-radius: 2px; /* optional: smooth edges */
}

.footer-contact p{
    margin-bottom:20px;
}

.footer-bottom p{
    position:relative;
    color:#C8102E;
}

/* Section background and layout */
.counter-section {
  position: relative;
  /* padding: 120px 0; */
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .counter-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
} */

/* Ensure content is above overlay */
.counter-section .container {
  position: relative;
  z-index: 2;
}

/* Counter content */
.counter-item {
  margin-bottom: 60px;
}

.counter-icon {
  font-size: 40px;
  margin-bottom: 15px;
  display: block;
}

.counter-number {
  font-size: 64px;
  font-weight: 700;
  color: #C8102E;
  margin-bottom: 10px;
}

.counter-divider {
  width: 40px;
  height: 3px;
  background-color: #C8102E;
  margin: 0 auto 10px auto;
}

.counter-label {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 767px) {
  .counter-section {
    padding: 80px 0;
    display: none;
  }

  .counter-number {
    font-size: 48px;
  }
  .about-intro-text {
    max-width:100% !important;
  }

  .project-slider .slider-img img{
    height:100%;
  }

  .slider-overlay{
    bottom:50px;
  }

  .service-title::before{
    width:50%;
  }

  .park-sec{
    display: none;
  }

  .about-intro-section{
    display:none;
  }

  .cont-details{
    padding-left:0px;
  }

  .hero-section{
    display:none;
  }

  .splide__arrow--prev{
    left:0px;
  }
	
  .splide__arrow--next{
  left: 40px;
  }
	
.serve-sec {
    padding:10px;
}
  /* Add line after heading */
.profile-text::after {
  content: "";
  position: absolute;
  top: 14px; /* space between text and line */
  right:0;
  width:38%; /* line length */
  height: 2px; /* line thickness */
  background-color: #C8102E; /* your brand color */
  border-radius: 2px;
}

.border-line::before{
  display:none;
}
.scoial-btns {
        flex-direction: column;
        align-items: start !important;
        gap: 30px;
        margin-bottom: 20px;
    }
	
	.new-call p{
		color:#fff;
		font-size:12px !important;
		text-align:center;
	}

    .mobile-btn{
/*     background-color: #C8102E; */
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
/*     border: 1px solid #C8102E; */
    text-decoration:none;
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 20px;
    position: relative;
    z-index: 99;
}

.mobile-btn:hover{
  background: #444;
  color:#fff;
  border-color:#fff;
}

a.navbar-brand.d-flex.align-items-center.header-logo{
   margin: 0px;
}
	
	.form-block .text-warning{
		display:none;
	}
	p.mobile-line{
		color:#c8102e;
	}
}

@media(max-width:375px){
    .mobile-btn{
    padding: 12px 18px;
    font-size:16px;
}
}

@media(min-width:1200px) and (max-width:1299px){
  li.nav-item .nav-link{
    padding: 10px 0px;
    font-size:9px ;
    font-family:'Montserrat', sans-serif;
  }
    .hero-section{
        height: 36vh;
    }
    
    .display-1{
        font-size:36px !important;
    }
    
    .hero-subtitle{
        font-size:14px;
    }
  
  .btn-orange{
    font-size:11px;
  }

  .header-logo img{
    margin-right: 0px !important;
  }
}

@media(min-width:1300px) and (max-width:1399px){
  li.nav-item .nav-link{
    padding: 10px 5px;
    font-size:10px ;
    font-family:'Montserrat', sans-serif;
  }
    .hero-section{
        height:40vh;
    }
    .display-1{
        font-size:40px !important;
    }
    .hero-subtitle{
        font-size:14px;
    }
	.btn-orange{
		font-size:13px !important;
	}
	.arberon-contact-page .contact-hero-section{
		height:400px !important;
	}
}

.footer-contact a{
  text-decoration:none;
}

.slider-text {
    background: rgba(0, 0, 0, 0.45);
    padding: 10px;
    text-transform: uppercase;
}

.markets-section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

/* Overlay */
.markets-section::before {
  content: "";
  position: absolute;
  inset: 0;
    background: rgb(0 0 0 / 80%); /* adjust opacity/color */
  z-index: -1;
}

.main-col {
    padding: 17px;
    position:relative;
     transition: all 0.3s ease;
}

.what-we-do {
  position: relative;
  padding: 60px 0px 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  z-index: 1;
}

/* Overlay */
.what-we-do::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.what-we-do .container {
  position: relative;
  z-index: 1;
}

/* Titles */
.section-subtitle {
  color: #c8102e; /* your brand orange */
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: start;
  font-weight: 600;
}

.section-do {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: start;
}

/* Service Buttons */
.services-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.service-btn {
    display: block; 
    width: 100%;
    padding: 24px 14px;
    background: #c8102e; 
    font-size:14px; 
    color: #fff; 
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 14px;
    transition: all 0.3s ease;
} 
.service-btn:hover { 
    background: #444;
    color: #fff;
}


@media(min-width:768px){
  .what-we-do{
    display:none;
  }

  .arberon-service-section{
    display: none;
  }
  .mobile-btn{
    display:none;
  }
	.new-call{
		display:none;
	}
	.schedule-fallback-msg{
		display:none !important;
	}
	.swipe-title{
		display:none;
	}
	p.mobile-line{
		display:none;
		color:#c8102e;
	}
}

.ban-appoint-btn{
  margin-top: 30px;
    text-align:start;
}
.banner-btn{
    background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 22px;
    transition: all 0.3s 
ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
    text-decoration:none;
}

.banner-btn:hover{
  background: #444;
  color:#fff;
  border-color:#fff;
}

.footer-btn{
        background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 22px;
    transition: all 0.3s 
ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
    text-decoration:none;
}

.footer-btn:hover{
   background: #444;
  color:#fff;
  border-color:#fff;
}

.scoial-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:30px;
}

/* Section styling */
.arberon-service-section {
  position: relative;
  text-align: center;
  padding: 10px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; /* optional: makes background fixed */
}

/* Overlay layer */
.arberon-service-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* adjust opacity as needed */
  z-index: 0;
}

/* Keep section content above ove*


/* Card box */
.arberon-service-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Overlay */
.arberon-service-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

/* Content area */
.arberon-service-content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 15px;
  text-align: right;
}

/* Title */
.arberon-service-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
  text-transform: uppercase;
  color: #fff;
/*   text-shadow: 1px 1px 2px #444; */
  margin-bottom: 10px;
/*   text-shadow: 1px 1px 1px #fff; */
  letter-spacing: 1px;
}

/* Description */
.arberon-service-desc {
  color: #c8102e;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}

/* Phone number */
.arberon-service-phone {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 1px 1px 2px #444;
}

/* Hover animation */
.arberon-service-box:hover {
  transform: scale(1.02);
  transition: all 0.3s ease;
}




.section.slider__section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Overlay layer */
.section.slider__section::before {
  content: "";
  position: absolute;
  inset: 0;
      background: rgb(0 0 0 / 80%); /* semi-transparent dark overlay */
  z-index: 0;
}
.slider-content h3 {
  
    font-size: 16px !important;
}
/* Ensure all content stays above overlay */
.section.slider__section > * {
  position: relative;
  z-index: 1;
}

.footer-section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Overlay layer */
.footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* dark overlay — adjust opacity as needed */
  z-index: 0;
}


.navbar {
  position: sticky;
  top: 40px;
  z-index: 1020; /* stays above other sections */
}

.col-md-3.right-legacy-form {
    padding: 0px;
}

.col-md-3.right-legacy-form section.legacy-form-section {
    height: 100%;
}

.col-md-3.right-legacy-form section.legacy-form-section {
     background: #fff;
    border-radius: 20px; /* between 16–24px */
    padding: 28px;       /* between 24–32px */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.about-intro-section .about-intro-content.animate-left {
    padding-left: 40px;
    position:relative;
}

.park-sec {
    background-attachment: fixed;
    padding-top:40px;
}

section.service-sec.five-services .main-col p {
    color: #c8102e;
    font-weight: 600;
}

.market-item a{
  color:#c8102e;
  text-decoration: none;
    font-weight: 600;
    text-align: center;
}

.market-item a:hover{
  color:#fff;
}

@media(min-width:1600px){
  li.nav-item .nav-link{
    font-size:12px;
  }
}

@media(min-width:768px)and (max-width:991px){
    .circle-row .col-md-3 {
        width: 50%;
    }
}

@media(max-width:767px){
    .col-md-3.right-legacy-form section.legacy-form-section{
        padding-left:0px;
    }
    
    .what-we-do{
        padding: 30px 0px 50px;
    }
    
    section.section.slider__section{
        padding: 60px 0px 60px;
        margin-top:5px;
    }
    .img-1{
        display:none;
    }
	.service-btn{
		margin-bottom:10px;
	}
	.project-title{
		display:none;
	}
}

/* #aboout page css */
.about-contact-section {
  background-color: #fff;
  color: #444;
  font-family: 'Inter', sans-serif;
}

.about-content .about-title {
  font-size: 36px;
  font-weight: 700;
  color: #444;
}

.about-content .about-subtitle {
  color: #C8102E;
  font-style: italic;
  font-weight: 600;
}

.about-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.about-content .about-highlight {
  color: #C8102E;
  font-style: italic;
  font-weight: 600;
}

/* Right Side: Gradient Form */
.contact-form-box {
  background: linear-gradient(180deg, #C8102E 0%, #fff 100%);
  color: #444;
  box-shadow:2px 2px 2px rgba(0, 0, 0,0.3);
}

.form-heading {
  color: #fff;
  font-weight: 700;
}

.form-tagline {
  font-style: italic;
  font-weight: 500;
  color: #444;
}

.form-subheading {
  font-weight: 700;
  color: #fff;
}

.form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: none;
  font-size: 14px;
}

.form-check-label {
  color: #444;
  font-size: 14px;
  line-height:140%;
}

.btn-submit {
     background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 22px;
    transition: all 0.3s 
ease;
    border-radius: 50px;
    z-index: 1;
    position: relative;
  height:55px;
}

.btn-submit:hover {
background-color: #444 !important;
    color: #fff;
}
.review-btn:hover {
background-color: #444 !important;
    color: #fff;
} 
input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn:hover
{
background-color: #444 !important;
    color: #fff;    
}
/* Responsive */
@media (max-width: 991px) {
  .about-contact-wrapper {
    flex-direction: column;
  }
  .contact-form-section {
    margin-top: 2rem;
  }
}

.values-beliefs-section {
  padding: 80px 0;
  color: #fff;
  position: relative;
}

.values-beliefs-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 40%);
}

.values-beliefs-section .container-fluid {
  position: relative;
  z-index: 2;
}

.right-side {
    padding-left: 90px;
}

.left-side{
  padding-left:30px;
}

/* Left Side */
.left-side .main-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.left-side .subtitle {
  font-style: italic;
  color: #fff;
  margin-bottom: 30px;
}

.video-box {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.video-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Right Side */
.section-heading {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.belief-subtext {
  font-style: italic;
  color: #fff;
  margin-bottom: 25px;
}

.core-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
}

.core-list li {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #fff;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.core-list i {
  color: #fff;
  margin-right: 12px;
  font-size: 20px;
  transition: all 0.3s ease;
}

.core-list li:hover i {
  color: #fff;
}

/* Optional — icon change on hover */
.values li:hover i::before {
  content: "\f586"; /* Example: gear-fill for values */
  font-family: "bootstrap-icons";
}
.beliefs li:hover i::before {
  content: "\f588"; /* Example: shield-fill-check for beliefs */
  font-family: "bootstrap-icons";
}

/* Responsive */
@media (max-width: 991px) {
  .values-beliefs-section {
    text-align: center;
    padding: 60px 20px;
  }
  .right-side {
    margin-top: 40px;
  }
  .core-list li {
        text-align: start;
  }
}

/* Top Orange Line */
.story-hero {
  position: relative;
/*   height: 100vh; */
  background-size: cover;
  background-position: center;
  border-top: 6px solid #c8102e;
}

/* Dark Overlay Gradient */
.story-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: rgb(0 0 0 / 20%) !important;
  z-index: 1;
}
.arberon-contact-page .contact-hero-section .overlay {
    position: absolute;
    inset: 0;
  
    opacity: 1;
    margin: 0px;
    background: rgb(0 0 0 / 80%) !important;
}
/* Text Styling */
.story-heading {
  position: relative;
  z-index: 2;
      color: #fff;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 2px;
    text-shadow:1px 1px 1px #444000;
}
/* .page-template-about .story-heading
{
      color: #444 !important;
}
.page-template-about p.story-subtitle
{
  color: #444!important;
} */
.story-subtitle {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

/* Responsive */
@media (max-width: 767px) {
  .story-heading {
    font-size: 28px !important;
  }
  .story-subtitle {
    font-size: 1rem;
  }
  .right-side {
    padding-left: 0px !important;
}

.left-side{
  padding-left:30px !important;
}
  .page-id-18 section.story-hero{
	padding: 90px 0px 20px !important;
}
	.postid-37 .hero-section{
		padding: 100px 0px 0px;
	}
	.our-story-section{
		padding: 30px 0px !important;
	}
	.row.g-4.service-card-grid {
    position: relative;
    z-index: 0;
}
	.decorative-section{
			padding: 30px 0px !important;
	}
	.service-table-section{
		padding: 30px 0px !important;
	}
	.method-section{
		padding: 30px 0px !important;
	}
	.why-section{
		padding: 30px 0px !important;
	}
	.service-brochure-card-section{
		padding: 30px 0px !important;
	}
	.pc-method-section{
		padding: 30px 0px !important;
	}
}

/* Gallery Css  */
/* Tabs Row */
.arb-tabs-wrapper {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.arb-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
   justify-content:center;
}

.arb-tab {
    background: transparent;
    border: none;
    font-weight: 600;
    color: #C8102E;
    letter-spacing: 0.5px;
    cursor: pointer;
    padding: 6px 0;
}

.arb-tab.active {
    color: #444;
    border-bottom: 3px solid #C8102E;
}

/* Portfolio Cards */
.arb-grid .arb-item {
    transition: 0.3s ease;
}

.arb-card {
    background: #fff;
    border-radius: 3px;
}

.arb-media {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.arb-media img {
    width: 100%;
    height: auto;
    display: block;
}

/* Hover Overlay */
.arb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
      rgba(0,0,0,0.7) 0%,
      rgba(0,0,0,0.7) 40%,
      rgba(0,0,0,0.7) 100%
    );
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    transition: 0.3s ease;
}

.arb-overlay-title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}

.arb-media:hover .arb-overlay {
    opacity: 1;
}

/* Caption */
.arb-caption {
    margin-top: 12px;
    text-align: start;
    font-size: 12px;
    color: #444;
    padding: 0 4px;
}

/*** Responsive ***/
@media (max-width: 768px) {
  .arb-tab { font-size: 13px; }
}
/* services */
/* ===== Construction Section ===== */
.construction-section {
    position: relative;
    width: 100%;
  
    background: url('https://iamdeveloper.in/arberon-dev/wp-content/themes/arberontheme/assets/img/services/building-parking.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
}

/* Dark Overlay */
.construction-section .overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 50%);
    opacity: 1;
    margin: 0px;
}

/* Content Box */
.construction-content {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 60px 20px; /* Custom padding */
}

/* Title */
.construction-title {
   font-size: 100px;
    font-weight: 600;
    color: #eeeeee;
    text-shadow: 1px 1px 1px #444000;
}

/* Paragraphs */
.construction-text {
    font-size: 20x;
    line-height: 1.7;
    margin-bottom: 25px;
}
/* ===== Main Section ===== */
.contact-ccc-section {
    position: relative;
    width: 100%;
  
    background: url('https://iamdeveloper.in/arberon-dev/wp-content/themes/arberontheme/assets/img/banner/parking.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
  margin-top: 10px;
}
.project-overlay h3 {
   
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
      line-height: 1.4;
}
.contact-ccc-section .bg-overlay {
    position: absolute;
    inset: 0;
   background: rgba(255, 255, 255, 0.55);
  opacity:1;
}

/* ===== CONTENT BOX ===== */
.contact-box {
    position: relative;
    z-index: 5;
    color: #444;
    
       padding: 30px 0px;
    border-radius: 4px;
}

/* ===== HEADINGS ===== */
.contact-title {
   
    margin-bottom: 5px;
  
    letter-spacing: 2px;
  font-size: 36px;
    font-weight: 600;
    color: #444333;
}

.contact-subtitle {
  
    margin-bottom: 25px;
      font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #C8102E;
}

/* ===== INPUT FIELDS ===== */
.custom-input, .custom-textarea {
       border: 1px solid #8080808f;
    border-radius: 2px;
    height: 40px;
    padding: 15px 22px;
    background-color: #8080801c;
}
.legacy-form .form-control {
    border: 1px solid #8080808f;
    border-radius: 2px;
    padding: 10px 12px;
    font-size: 14px;
      background-color: #8080801c;
}
.legacy-form .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #c8102e;
    outline: 0;
    box-shadow: 0 0 0 .05rem rgb(200 16 46);
}
.custom-textarea {
    height: auto;
    resize: none;
}
section.contact-ccc-section.contact-page-section .contact-box .col-md-12.mb-custom {
    margin-bottom: 0px;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #c8102e;
    outline: 0;
    box-shadow: 0 0 0 .05rem rgb(200 16 46);
}
/* SPACE BELOW FIELDS */
.mb-custom {
    margin-bottom: 15px;
}

/* ===== CHECKBOX LIST ===== */
.list-heading {
       margin: 12px 0 8px;
    font-weight: 400;
    color: #444333;
}
.contact-box .checkbox-list
{
  padding-left:15px;
}
.checkbox-list label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #444333;
}
.contact-box button.submit-btn {
    padding: 8px 24px;
   
    background-color: #C8102E;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: inline-block;
}
.checkbox-human label
{
 font-size: 14px;
    color: #444333; 
}
/* ===== HUMAN CHECKBOX ===== */
.checkbox-human {
    margin-bottom: 20px;
}

/* ===== SUBMIT BUTTON ===== */
.submit-btn {
    width: 100%;
    background: #ff6a00;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 2px;
    cursor: pointer;
}

/* ===== Parent Section ===== */
.project-gallery-section {
    padding: 18px 0;
}

/* ===== Card Wrapper ===== */
.project-card {
      margin-bottom: 24px;
}

/* ==== IMAGE BOX ==== */
.project-img {
    position: relative;
    overflow: hidden;
}

.project-img img {
    width: 100%;
    display: block;
    transition: transform .4s ease;
}

/* ==== OVERLAY ==== */
.project-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: .4s ease;
    padding: 15px;
  margin: 15px;
}

.project-overlay h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.project-overlay p {
    font-size: 14px;
    opacity: .8;
}

/* ==== HOVER EFFECT ==== */
.project-card:hover .project-overlay {
    opacity: 1;
}

.project-card:hover img {
    transform: scale(1.05);
}

/* ==== TEXT BELOW IMAGE ==== */
.project-info {
    text-align: center;
    margin-top: 10px;
}
.project-gallery-section {
    position: relative;
}
.project-info h4 a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
    color: #444000;
    font-weight: 600;
  text-decoration:none;
    line-height: 14px;
}
.project-info h4 {
    line-height: 14px;
}
.project-box{
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.contact-ccc-section{
  padding-bottom:50px;
  margin-bottom:10px;
}
.project-info p {
    font-size: 13px;
   color: #C8102E; 
  font-style:italic;
  /* orange like your sample */
}


/* MAIN SECTION */
.locations-section {
    position: relative;
    padding: 80px 0;
    background: url('https://iamdeveloper.in/arberon-dev/wp-content/themes/arberontheme/assets/img/proejcts/purple-parking-lot_11zon.jpg') center/cover no-repeat fixed;
    color: #fff;
      margin-top: 10px;
}

.locations-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1;opacity: 1;
    margin: 0px;
}
.location-card h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.location-card h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;         /* line ki length */
    height: 3px;         /* line ki height */
    background: #C8102E;  /* orange color */
}
.location-card {
    
    height: 95%;
}
section.contact-ccc-section.contact-page-section {
 
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(153, 153, 153, 1));
}
.locations-section .container {
    position: relative;
    z-index: 2;
}

/* Location Cards */
.location-card {
  border: 1px solid rgb(200 16 46);
    padding: 25px;
    margin-bottom: 40px;
    background: rgba(0,0,0,0.35);
}
.location-card:hover
{
  border: 1px solid #fff;
}
.location-card h5 {
    color: #ff7a00;
    font-weight: bold;
    text-transform: uppercase;
}

.location-card h5 {
    color: #C8102E;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
}
/* MAP BOX */
.map-box {
    margin-top: 15px;
}

.map-box iframe {
    width: 100%;
    height: 230px;
    border: 0;
}
@media(max-width:768px)
{
  .location-card { 
    height: auto;
}
}


/* reviews */
/* WRAPPER */
.google-review-slider {
    position: relative;
    padding: 20px 10px;
}

/* REVIEW CARD */
.google-review-slider .gr-card {
    background: #fff;
    border-radius: 15px;
       padding: 25px 35px;
        box-shadow: 0 6px 15px rgb(255 255 255 / 96%);
    overflow: hidden;
}

/* HEAD */
.gr-head {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.gr-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 12px;
}

.gr-name {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.review-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
   
  position: relative;
    z-index: 9;
}

.review-btn {
       background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 22px;
    transition: all 0.3s 
ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
   TEXT-DECORATION:NONE;
}
.careers-page
{
    background:#fff !important;
}
.why-work-here {
   background: linear-gradient(rgba(255, 255, 255, 1), rgba(191, 191, 191, 1));
    padding: 20px;
 position: relative;
    -webkit-border-radius: 20px 20px;
}

.why-work-here  .main-heading {
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-size: 36px;
    font-weight: 600;
    color: #444333;
}

.why-work-here  .sub-heading {
 margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #C8102E;
}

.why-work-here  .video-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 25px;
}

.why-work-here  .quote {
    font-style: italic;
    color: #C8102E;
    font-size: 20px;
    margin: 20px 0;
    font-weight: 600;
}

.why-work-here  .company-title {
    font-size: 30px;
    font-weight: 800;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.why-work-here .text {
    font-size: 18px;
    color: #3d3d3d;
    line-height: 1.6;
}

.google-review-slider-1 img.gr-avatar {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  
    padding: 10px;
}
section.contact-ccc-section.contact-page-section h4.contact-subtitle
{
  position:relative;
}
section.contact-ccc-section.contact-page-section h4.contact-subtitle:after {
    position: absolute;
    content: "";
    left: 0px;
    width: 100px;
    height: 3px;
    background: #C8102E;
    bottom: -10px;
}
.review-btn:hover {
    transform: translateY(-2px);
}
.gr-date {
    font-size: 13px;
    color: #666;
}

.gr-google-icon {
    margin-left: auto;
    width: 22px;
}

/* STARS */
.gr-stars {
    color: #f5b400;
    font-size: 18px;
    margin-bottom: 10px;
}

/* TEXT OVERFLOW */
.gr-text {
    font-size: 14px;
    line-height: 1.6;
    max-height: 90px;
    overflow-y: auto;
    padding-right: 8px;
}
.gr-text::-webkit-scrollbar { width: 4px; }
.gr-text::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* ARROWS */
.gr-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    cursor: pointer;
    font-size: 15px;
    z-index: 50;
}
.gr-prev span {
    font-size: 20px;
}
.gr-prev {
    left: 0px !important;
}

.gr-next {
    right: 0px !important;
}

.list-details li{
 list-style-type: none;
    font-size:14px;
}


/* careers */
.careers-section .open-positions-card {
    background:#fcfcfc;
    border-radius: 12px;
    padding: 30px;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    padding: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}
section.careers-section.py-5 {
    background: #dddddd;
}


.careers-section .section-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}

.careers-section .position-list {
    list-style: none;
    padding-left: 0;
}

.careers-section .position-list ul {
    list-style: disc;
    margin-left: 22px;
}

.careers-section .position-list li strong {
      font-size: 18px;
    font-weight: 500;
      color: #444333;
}

.careers-section .job-link {
    color: #C8102E;       /* 🔥 YOUR ORANGE/RED COLOR */
    text-decoration: none;
    font-weight: 500;
}

.careers-section .job-link:hover {
    text-decoration: underline;
}

/* Right side text */
.careers-section .top-workplace-text {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.careers-section .top-workplace-year {
    color: #C8102E;       /* same highlight color */
    font-size: 18px;
    font-weight: 700;
}
/* card wrapper inside each column */
  .positions-info-section .positions-card {
    background: transparent; /* keeps parent background; card padding handled below */
    padding: 4px 6px;
  }

  /* main section title (big) */
  .positions-info-section .positions-title {
    font-family: "Montserrat", "Oswald", sans-serif;
    font-weight: 800;
    font-size: 38px;
    letter-spacing: 1px;
    color: #2b2b2b;
    margin-bottom: 6px;
  }

  /* the smaller orange sub-heading under title */
  .positions-info-section .positions-sub {
    font-family: "Montserrat", "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style:italic;
    margin-top: 0;
    margin-bottom: 18px;
    font-style: normal;
    color: #C8102E;
  }

  /* paragraph text */
  .positions-info-section .positions-text {
    font-size: 15.5px;
    color: #555;
    line-height: 1.75;
    margin-bottom: 16px;
  }

  /* mail link inside paragraphs */
  .positions-info-section .positions-mail {
     color: #C8102E;
    text-decoration: none;
    font-weight: 600;
  }
  .positions-info-section .positions-mail:hover { text-decoration: underline; }

  /* small divider line scoped to section */
  .positions-info-section .positions-divider {
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(0,0,0,0.06), rgba(0,0,0,0.02));
    margin: 18px 0;
  }

  /* small extra note and links */
  .positions-info-section .positions-note {
    font-size: 14px;
    color:#666;
  }
  .positions-info-section .positions-link {
    color: #C8102E;
    font-weight: 600;
    text-decoration: none;
     
  }
  .positions-info-section .positions-link:hover { text-decoration: underline; }

  /* Responsive tweaks */
  @media (max-width: 991.98px) {
    .positions-info-section .positions-title {
      font-size: 32px;
    }
    .positions-info-section .positions-sub {
      font-size: 16px;
    }
  }

  @media (max-width: 575.98px) {
    .positions-info-section {
      padding-left: 14px;
      padding-right: 14px;
    }
    .positions-info-section .positions-title { font-size: 26px; }
    .positions-info-section .positions-sub { font-size: 15px; }
    .positions-info-section .positions-text { font-size: 15px; }
  }
.google-review-slider-2 .gr-card {
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    background-color: white !important;
    backdrop-filter: blur(0px);
    padding: 30px;
    margin: 20px;
    border-radius: 20px;
}
.career-page-review
{
    background: #dddddd;
        padding-top: 50px;
}

.customer-review
{
   box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    padding: 40px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    background: #fff;   
        position: relative;
}

.page-id-40 p.story-subtitle{
    color:#c8102e;
    font-weight:600;
}

.checkbox-list p {
    br {
        display:none;
    }
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
       background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 22px;
    transition: all 0.3s 
ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
}
.wpcf7-response-output {
    border-color: red !important;
}

section.legacy-form-section.py-5 span.wpcf7-not-valid-tip {
    font-size: 12px;
    padding-top: 4px;
}

section.legacy-form-section .wpcf7-list-item{
    margin:0px;
}

.checkbox-list span.wpcf7-list-item.first.last{
    margin:0px;
}

section.arb-portfolio-section.py-5{
    padding-top:20px !important;
}
.checkbox-list p{
    margin: 0px;
}
.legacy-form p br{
    display:none;
}

.display-1 {
        font-size: 48px;
        text-align: start;
    }

section.hero-section .row{
    display: flex;
    justify-content: center;
    align-items: center;
}

.seam-services {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    inset: 0;
  z-index: 5;
}

.about-section-full{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.splide__slide{
    position:relative;
}

.project-section-full{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.main-col{
	transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .main-col:hover {
/*    transform: translateY(-6px); */
	  transform: scale(1.03);
/*     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); */
	  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  }

  .main-col:hover h3 a {
    color: #C8102E; /* your theme red */
  }
}

@media(max-width:767px){
    .checkbox-human p span.wpcf7-list-item.first.last{
    margin: 0px;
}
    .checkbox-list.service-group{
        display:block !important;
    }
    
    .logo_items img{
        filter:none;
    }
    
    
/* Make nav links look like chips */
.navbar-nav .nav-link {
  padding: 8px 14px !important;               /* chip padding */
  background: #f2f2f2;             /* light gray background */
  color: #111 !important;          /* dark text for contrast */
  font-weight: 700;                /* bold text */
  border-radius: 999px;            /* pill shape */
  border: 1px solid #e0e0e0;      /* thin border */
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  cursor: pointer;
  white-space: nowrap;
  font-size:14px;/* prevent wrapping inside chip */           
}

/* Extra spacing on each nav item (keeps items tidy) */
.navbar-nav .nav-item {
  margin: 6px 0; /* vertical spacing for stacked mobile view */
}

/* Hover: darken + soft shadow + slight lift */
.navbar-nav .nav-link:hover {
  background: #c8102e; 
  box-shadow: 0 8px 20px rgba(0,0,0,0.10);
  transform: translateY(-4px);
  color: #fff !important;
}

/* Active/current page chip styling */
.navbar-nav .nav-link.active {
  background: #dddddd;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  transform: translateY(-2px);
}
}

small.text-muted.d-block {
    padding-top: 9px;
}
/* Two-column layout for service checkboxes */
.checkbox-list.service-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px; /* space between items */
}

.checkbox-list.service-group label {
  display: flex;       /* keep checkbox + text aligned */
  align-items: center;
}

/* Adjust checkbox spacing */
.checkbox-list.service-group input[type="checkbox"] {
  margin-right: 8px;
}
section#submit-form {
    background-color: #f5f5f5;
}
@media(max-width:1100px)
{
    section.hero-section .hero-content h1 {
    font-size: 30px !important;
}
}
/* Mobile auto zoom */
@media (max-width: 768px) {
  .header-logo   .img-2 {
        transform: scale(1.4); /* 20% zoom */
        transform-origin: center;
        transition: transform 0.3s ease-in-out;
    }
    .footer-book a.footer-btn.footer-bk-btn
    {
        position: fixed;
    bottom: 85px;
    left: 0;
    width: 100%;
    }
    .hero-section h1.display-4.fw-bold.hero-title {
    font-size: 24px !important;
}
    
}
@media(max-width:1200px)
{
    .hero-section {
    height: 70vh !important;
 
}
}
.phn-no-btn
{
    margin-top:40px;
    
}
/* Slow + smooth transitions */
.market-item,
.market-item .icon-box,
.market-item .icon-box .bi,
.market-item a::after {
  transition: all 0.2s ease;
}

/* hover / focus styles */
.market-item:hover,
.market-item:focus-within {
  transform: translateY(-6px) scale(1.03);
  box-shadow:  0 8px 24px rgba(0,0,0,0.15);;
  background-color: rgba(255,255,255,0.9);
  cursor: pointer;
}

/* icon reacts on hover */
.market-item:hover .icon-box,
.market-item:focus-within .icon-box {
  background: linear-gradient(135deg, rgb(255 255 255), rgb(255 255 255));
  transform: translateY(-2px);
}

.market-item:hover .icon-box .bi,
.market-item:focus-within .icon-box .bi {
  transform: rotate(-12deg) scale(1.05);
 color: #f1191c; 
}

/* underline animation */
.market-item a {
  position: relative;
}

.market-item a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0%;
 background: #c8102e;
  border-radius: 2px;
}

.market-item:hover a::after,
.market-item:focus-within a::after{
 width: 100%;
}

/* focus */
.market-item a:focus {
  outline: none;
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .market-item,
  .market-item .icon-box,
  .market-item .icon-box .bi,
  .market-item a::after {
    transition: none !important;
    transform: none !important;
  }
}
.service-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
  border-color: #c8102e; /* UPDATED color */
}

/* image improvement */
.circle-card img {
  width: 100%;
  border-radius: 12px;
  transition: all 0.35s ease;
  border: 1px solid #ddd;
}

.service-card:hover .circle-card img {
  transform: scale(1.04);
  border-color: #c8102e; /* UPDATED color */
}

/* Title hover */
.service-card h3 a {
  color: #444;
  transition: color 0.3s ease;
  text-decoration: none;
}

.service-card:hover h3 a {
  color: #c8102e; /* UPDATED color */
}

/* Optional button/CTA inside card (if you add later) */
.service-card .btn-hover {
  border-color: #c8102e;
  color: #c8102e;
  transition: 0.3s ease;
}

.service-card .btn-hover:hover {
  background: #c8102e;
  color: #fff;
}
/* Section 1 */
.promise-section {
         padding: 60px 0 60px;
  overflow: hidden;
}

.promise-title {
  font-size: 27px !important;
  font-weight: 700;
 color: #444;
  line-height: 1.2;
}
.service-template-interior-exterior-painting .hero-section h1.display-4.fw-bold.hero-title {
    font-size: 24px !important;
}
.promise-body {
  margin-top: 15px;
  color: #444;
}

.promise-list {
  margin-top: 20px;
  padding-left: 20px;
}

.promise-list li {
  margin-bottom: 8px;
  color: #444;
  font-weight: 400;
}

.promise-compliance {
  margin-top: 15px;
  font-weight: 600;
  color: #444;
}

.promise-callout {
  margin-top: 20px;
  padding: 18px 22px;
  border-left: 6px solid #c8102e;
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.09);
  border-radius: 6px;
  font-weight: 600;
  color: #444;
}

.promise-img-wrap .promise-img {
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
/* Section 2 */

.benefits-section {
  background: #f5f5f5;
      padding: 60px 0 60px;
}

.benefits-title {
  font-size: 28px;
  font-weight: 700;
 color: #444;
}

.benefit-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  height: 100%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.benefit-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #c8102e;
}

.benefit-card ul {
  margin-top: 12px;
  padding-left: 20px;
}

.benefit-best {
  margin-top: 10px;
  font-weight: 600;
  color: #444;
}
/* Section 3 */
.system-types-section {
    padding: 60px 0 60px;
}

.system-types-title {
  font-size: 28px;
  font-weight: 700;
  color: #444;
}

.system-box {
  border: 1px solid #e5e5e5;
  padding: 30px;
  border-radius: 8px;
}

.system-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #c8102e;
}

.system-sub {
  margin-top: 15px;
  font-weight: 600;
  color: #444;
}

.system-callout {
  margin-top: 20px;
  border-left: 5px solid #c8102e;
  padding: 18px;
  background: #fff;
  border-radius: 6px;
  font-weight: 600;
  color: #444;
}

/* Section 4 */
.specialty-section {
    padding: 60px 0 60px;
}

.specialty-title {
  font-size: 28px;
  font-weight: 700;
color: #444;
}

.specialty-box {
  border: 1px solid #e5e5e5;
  padding: 30px;
  border-radius: 8px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.specialty-box h4 {
  font-size: 20px;
  color: #c8102e;
  font-weight: 700;
}

/* Section 5 */
.decorative-section {
  background: #f5f5f5;;
     padding: 60px 0 60px;
}

.decorative-title {
  font-size: 28px;
  font-weight: 700;
 color: #444;
}

.decorative-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  height:100%;
}

.decorative-card:hover {
  border-color: #e63946; /* Arberon Red */
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
}

.method-section {
    padding: 60px 0 60px;
    background: #f9f9fb !important;
}
.method-title {
  font-size: 24px;
  font-weight: 700;
  color: #444;
}

.method-intro {
/*   max-width: 700px; */
  margin: 0px 0px 20px;
  color: #444;
}

.method-timeline {
  display: flex;
  flex-direction: column;
  gap: 15px;
    padding-top:0px;
}

.method-title {
  font-weight: 600;
color: #444;
}

.method-colon {
  font-weight: 700;
  color: #c8102e;
}

.method-desc {
  color: #444;
}
.method-step h4 {
  font-size: 20px;
  font-weight: 700;
  color: #c8102e;
}

/* For mobile, allow wrapping */
@media (max-width: 768px) {
  .method-line {
    white-space: normal;    /* allow wrap on small screens */
    flex-wrap: wrap;
  }
}

.why-section {
  background: #fff;
     padding: 60px 0 60px;
}

.why-title {
  font-size: 28px;
  font-weight: 700;
 color: #444;
}

.why-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 30px;
  border-radius: 8px;
  height: 100%;
  color: #444;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.why-card h4 {
  font-size: 22px !important;
  font-weight: 600;
  color: #c8102e;
}
.why-icon {
  font-size: 36px;
  color: #c8102e;
  margin-bottom: 15px;
}

/* Section 8 */
.cta-band {
  background: #c41e3a;
 padding: 45px 0 45px;
  color: #fff;
}

.cta-title {
  font-size: 28px !important;
  font-weight: 700;
}

.cta-buttons {
    margin-top: 30px;
}

.cta-btn {
      background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 22px;
    transition: all 0.3s ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
    text-decoration:none;
    border: 1px solid #fff;
}
.cta-btn:hover{
    background: #444;
    color:#fff;
}

/* Polished css  */
/* ----------------------------
   GLOBAL COLORS
----------------------------- */
.pc-section {
  background: #fff;
  color: #444;
}

.pc-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}


/* ----------------------------
   SECTION 2 — BENEFITS
----------------------------- */
.pc-benefits-section {
  background: #f9f9fb;
  padding: 90px 0;
}

.pc-benefits-title {
  font-size: 28px;
  font-weight: 700;
 color: #444;
}

.pc-benefit-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.pc-benefit-card {
    background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s, border 0.3s;
   
}

.pc-benefit-card:hover {
  transform: translateY(-6px);
  border: 1px solid #c8102e; /* Arberon red border */
}


.pc-compare-box {
  transition: all 0.3s ease;
    transform: translateY(0);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.benefit-card{
    transition: all 0.3s ease;
    transform: translateY(0);
   
}
.benefit-card:hover{
   transform: scale(1.03);
   box-shadow: 0 8px 20px rgba(0,0,0,0.12);
   transition: all 0.3s ease;
  border: 1px solid #c8102e;
}
.system-box{
    transition: all 0.3s ease;
    transform: translateY(0);
   
}
.system-box:hover{
   transform: scale(1.03);
   box-shadow: 0 8px 20px rgba(0,0,0,0.12);
   transition: all 0.3s ease;
}
.specialty-box{
    transition: all 0.3s ease;
    transform: translateY(0);
   
}
.specialty-box:hover{
   transform: scale(1.03);
   box-shadow: 0 8px 20px rgba(0,0,0,0.12);
   transition: all 0.3s ease;
}
.pc-compare-box:hover{
   transform: scale(1.03);
   box-shadow: 0 8px 20px rgba(0,0,0,0.12);
   transition: all 0.3s ease;
  border-color:#c8102e;
}

.why-card {
  transition: all 0.3s ease;
    transform: translateY(0);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.why-card:hover
{
   transform: translateY(-4px);  /* 3–4px lift */
    box-shadow: 0 8px 20px rgba(0,0,0,0.12); /* Slightly deeper shadow */
}
.pc-design-card 
{
  transition: all 0.3s ease;
    transform: translateY(0);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.pc-design-card:hover {
    transform: translateY(-4px);  /* 3–4px lift */
    box-shadow: 0 8px 20px rgba(0,0,0,0.12); /* Slightly deeper shadow */
  border-color:#c8102e;
}
.pc-benefit-card:hover {
    transform: translateY(-4px);  /* 3–4px lift */
    box-shadow: 0 8px 20px rgba(0,0,0,0.12); /* Slightly deeper shadow */
  border-color:#c8102e;
}
.capabilities-box {
  transition: all 0.3s ease;
    transform: translateY(0);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);  
}
.capabilities-box:hover {
    transform: translateY(-4px);  /* 3–4px lift */
    box-shadow: 0 8px 20px rgba(0,0,0,0.12); /* Slightly deeper shadow */
} 
.market-card
{
transition: all 0.3s ease;
    transform: translateY(0);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);  
}
.market-card:hover {
    transform: translateY(-4px);  /* 3–4px lift */
    box-shadow: 0 8px 20px rgba(0,0,0,0.12); /* Slightly deeper shadow */
}
.capability-card 
{
transition: all 0.3s ease;
    transform: translateY(0);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);  
}
.capability-card:hover {
    transform: translateY(-4px);  /* 3–4px lift */
    box-shadow: 0 8px 20px rgba(0,0,0,0.12); /* Slightly deeper shadow */
} 
.page-template-gallery-projects .fast-facts-bar.text-center {
    border: 1px solid #c8102e;
    padding: 10px;
}
.arb-tabs-wrapper.master-filter {
    margin-bottom: 20px;
    position: sticky;
    top: 80px; 
    background: #fff;
    z-index: 20;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.advantage-card {
transition: all 0.3s ease;
    transform: translateY(0);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);  
}

/* Each Button */
.arb-tab {
  padding: 8px 12px;
  background: #ffffff;
  border: 1px solid #d5d5d5;      /* light border */
  border-radius: 30px;            /* pill shape */
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Hover Effect */
.arb-tab:hover {
  background: #c8102e;            /* Arberon red */
  border-color: #c8102e;
  color: #fff;
}
.arb-tabs-wrapper {
     position: sticky;
    top: 110px;
    z-index: 999;
    background: #fff;
}
/* Active Tab */
.arb-tab.active {
  background: #c8102e;
  border-color: #c8102e;
  color: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.18);
}
.advantage-card:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
	border-color:#c8102e;
}  
section.story-hero {
    height: 75vh;
}
.pc-benefit-card h4 {
  color: #c8102e;
  font-size: 20px !important;
  margin-bottom: 10px;
}
section.story-hero p.hero-tagline.text-white {
    position: relative;
    z-index: 9;
}
.pc-benefit-icon {
  font-size: 36px;
  color: #c8102e;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.pc-benefit-card:hover .pc-benefit-icon {
  font-size: 3rem; /* larger on hover */
}

.pc-best {
  font-weight: 600;
  margin-top: 12px;
}


/* ----------------------------
   SECTION 3 — COMPARISON
----------------------------- */
.pc-compare-section {
  background: #fff;
  padding: 60px 0;
}

.pc-compare-title {
  font-size: 28px;
  font-weight: 700;
  color: #444;
}

.pc-compare-box {
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 10px;
  height: 100%;
}

.pc-compare-box h3 {
  color: #c8102e;
  font-size: 20px;
  font-weight: 700;
}

.pc-compare-callout {
  margin-top: 30px;
  padding: 15px;
  background: #c8102e;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
}


/* ----------------------------
   SECTION 4 — DESIGN OPTIONS
----------------------------- */
.pc-design-section {
  background: #fff;
  padding: 60px 0;
}

.pc-design-title {
  font-size: 28px;
  font-weight: 700;
  color: #444;
}

.pc-group-title {
  font-size: 22px;
  font-weight: 700;
  color: #c8102e;
  margin: 30px 0 15px;
}

.pc-design-card {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}

.pc-design-card h4 {
  color: #444;
  font-size: 18px !important;
  margin-top: 15px;
}

/* .pc-swatch {
  width: 60px;
  height: 60px;
  background: #ddd;
  border-radius: 6px;
  margin: 0 auto;
} */


/* ----------------------------
   SECTION 5 — METHOD
----------------------------- */
.pc-method-section {
  background: #f5f5f5;
  padding: 60px 0;
}

.pc-method-title {
  font-size: 28px;
  font-weight: 700;
  color: #444;
}

.pc-method-intro {
  max-width: 700px;
  margin: auto;
}

.pc-method-timeline {
  margin-top: 40px;
/*   display: flex; */
/*   flex-wrap: wrap; */
/*   gap: 20px; */
}

.pc-method-step {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 8px;
  flex: 1 1 calc(33.33% - 20px);
    margin-bottom:5px;
}

.pc-method-label {
  color: #c8102e;
  font-weight: 700;
}
.service-template-polished-stained-concrete .why-section {
    background: #f9f9fb;
    padding: 60px 0 40px;
}
/* .pc-swatch {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
} */

.pc-swatch img{
    width: 100px;
    height: 100px;
  object-fit:cover;
    border-radius: 10px;
    background: #f2f2f2;
    align-items: center;
    margin: 0 auto 15px;
}

.pc-swatch i {
  font-size: 32px;
    color: #c8102e;
}

/* Mobile */
@media (max-width: 767px) {
  .pc-method-step {
    flex: 1 1 100%;
  }
}
.fast-facts-bar { 
    display: flex;
  flex-wrap: wrap;
  justify-content: center; /* center on page */
  gap: 12px; /* space between items */
  font-weight: 600;
  font-size: 1rem;
  color: #444; /* text color */
  margin: 20px 0;
  text-align: center;
}

.fast-facts-bar .separator {
  color: #c8102e; /* Arberon red */
  margin: 0 8px;
  font-weight: bold;
}

/* ----------------------------
   SECTION 2 — SOLUTIONS BY MARKET
----------------------------- */
.market-solutions-section {
    background: #f9f9fb;
    padding: 60px 0;
}

.market-title {
    font-size: 28px;
    font-weight: 700;
    color: #444;
}

.market-card {
     background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 20px;
  transition: all 0.3s ease;
  border: 1px solid transparent; /* for hover red border */
  height:100%;
}

.market-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  border: 1px solid #c8102e; /* red border on hover */
}

.market-card h4 {
    color: #c8102e;
    font-size: 22px !important;
    margin: 12px 0;
}

.market-icon {
    font-size: 36px;
    color: #c8102e;
    margin-bottom: 15px;
  transition: all 0.3s ease;
}

.market-card:hover .market-icon {
  font-size: 3rem; /* larger icon on hover */
}

.market-card ul {
    padding-left: 18px;
    text-align: left;
  list-style-type:none;
}

 .market-card ul.solve-list{
	padding-left:0px;
}
.market-best {
    font-weight: bold;
    margin-top: 12px;
    text-align:start;
  color: #c8102e;
  font-size:18px !important;
}

.hospital-list li::before,
.solve-list li::before {
  content: "\f00c"; /* FontAwesome checkmark */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #c8102e;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.9rem;
}

.hospital-list li,
.solve-list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 25px; /* space for checkmark */
}

.capabilities-title {
    color: #444;
}

.capabilities-grid-title {
      color: #444;
}
.coating-method-title {
    color: #444;
}
/* ----------------------------
   SECTION 3 — DETAILED CAPABILITIES
----------------------------- */
.capabilities-section {
    background: #fff;
    padding: 60px 0;
}

.capabilities-title {
    font-size: 28px;
    font-weight: 700;
}

.capabilities-box {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid #ddd;
    height: 100%;
}

.capabilities-box h4 {
    font-size: 20px;
    color: #c8102e;
    margin-bottom: 15px;
}

.capabilities-box ul {
    padding-left: 18px;
}

/* ----------------------------
   SECTION 4 — THE ARBERON METHOD
----------------------------- */
.coating-method-section {
    background: #f9f9fb;
    padding: 60px 0;
}

.coating-method-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.coating-method-intro {
    max-width: 700px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.coating-method-timeline {
/*     display: flex; */
    flex-wrap: wrap;
    gap: 20px;
}

.coating-method-step {
    flex: 1 1 calc(50% - 20px);
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 15px 20px;
    margin-bottom:5px;
}

.coating-method-label {
    font-weight: 700;
    color: #c8102e;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
    .coating-method-step {
        flex: 1 1 100%;
    }
}

/* ----------------------------
   SECTION 2 — CAPABILITIES GRID
----------------------------- */
.capabilities-grid-section {
    background: #f9f9fb;
    padding: 90px 0;
}

.capabilities-grid-title {
    font-size: 28px;
    font-weight: 700;
    color: #444;
}

.capability-card {
     background: #f9f9f9;              /* Light gray background */
    padding: 28px;                    /* Between 24–32px */
    border-radius: 12px;
    border: 1px solid #e5e5e5;         /* Thin border */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* Subtle shadow */
    transition: all 0.3s ease;
    height: 100%;
}

.capability-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
	border-color: #c8102e;
}

.capability-card h4 {
    font-size: 18px;
    color: #c8102e;
    margin-bottom: 15px;
}

.capability-card h4 i {
    color: #c8102e;
  margin-right: 10px;
  font-size: 1.5rem; /* icon size */
  transition: all 0.3s ease;
}

.capability-card:hover h4 i {
  font-size: 1.75rem; /* slightly larger on hover */
}

.capability-card:hover h4 i {
  font-size: 1.75rem; /* slightly larger on hover */
}

.capability-card ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

.capability-card ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px; /* space for checkmark */
}

.capability-card ul li::before {
  content: "\f00c"; /* FontAwesome checkmark */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #c8102e;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.9rem;
}

.capability-card ul {
    padding-left: 18px;
}

/* ----------------------------
   SECTION 3 — THE ADVANTAGE
----------------------------- */
.advantage-section {
    background: #fff;
    padding: 90px 0;
}

.advantage-title {
    font-size: 28px;
    font-weight: 700;
    color: #444;
}

.advantage-card {
    background: #f9f9f9;              /* Light gray background */
    padding: 28px;                    /* Between 24–32px */
    border-radius: 12px;
    border: 1px solid #e5e5e5;         /* Thin border */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* Subtle shadow */
    transition: all 0.3s ease;
    height: 100%;
}

.advantage-card i {
    font-size: 36px;
    color: #c8102e;
    margin-bottom: 12px;
}

.advantage-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

/* ----------------------------
   SECTION 4 — PROCESS TIMELINE
----------------------------- */
.process-section {
    background: #f9f9fb;
    padding: 60px 0 40px;
}

.process-title {
    font-size: 28px;
    font-weight: 700;
    color: #444;
    text-align: center;
    margin-bottom: 40px;
}

.process-timeline {
/*     display: flex; */
    flex-wrap: wrap;
    gap: 20px;
}

.process-step {
    flex: 1 1 calc(50% - 20px);
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    border: 1px solid #ddd;
    margin-bottom:5px;
}

.process-step-label {
    font-weight: 700;
    color: #c8102e;
/*     margin-right: 6px; */
}

/* Mobile responsiveness */
@media (max-width: 767px) {
    .process-step {
        flex: 1 1 100%;
    }
}
/* Remove default bullets */
.promise-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.raw-photos-header h2 {
  color:#444;
}
.projects-section .feature-title h2 {

    padding-bottom: 10px;
}
.projects-section .feature-title h2 {
  color:#444;
}
.ar-projects-section .feature-title h2
{
  color:#444;
}
/* Each list item layout */
.promise-list li {
  position: relative;
  padding-left: 20px; /* space for icon */
  margin-bottom: 12px;
  line-height: 1.5;
}

.who-title{
    position:relative;
    padding-bottom:10px;
}
.who-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}

/* Red checkmark bullet */
.promise-list li {
  position: relative; /* needed for ::before */
  padding-left: 28px; /* space for checkmark */
  margin-bottom: 10px;
}

.promise-list li::before {
  content: "\f00c"; /* checkmark */
  font-family: "Font Awesome 6 Free"; /* required for FA icon */
  font-weight: 900; /* solid icon */
  color: #c8102e;   /* Arberon Red */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}}
/* Remove default bullets */
.pc-benefit-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

/* Style each list item */
.pc-benefit-card ul li {
  position: relative;
  padding-left: 26px; /* space for checkmark */
  margin-bottom: 8px;
  line-height: 1.45;
  font-size: 16px;
    color: #444;
}

/* Red checkmark icon */
.pc-benefit-card ul li::before {
  content: "\2713"; /* checkmark character */
  color: #d71920;   /* Arberon Red */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
}
/* Remove default bullets */
.pc-compare-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

/* Style each list item */
.pc-compare-box ul li {
  position: relative;
  padding-left: 28px; /* space for icon */
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 15px;
}

/* Red checkmark icon */
.pc-compare-box ul li::before {
  content: "\2713"; /* ✓ checkmark */
  color: #d71920;   /* Arberon Red */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px;
}


.benefits-title {
    position: relative;
    padding-bottom:10px;
}

.benefits-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}

.system-types-title{
     position: relative;
    padding-bottom:10px;
}
.system-types-title:before{
     content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 1px;
    background-color: #C8102E;
}

.specialty-title{
    position: relative;
    padding-bottom:10px;
}
.specialty-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}
.decorative-title{
    position: relative;
    padding-bottom:10px;
}
.decorative-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}

.why-title{
    position: relative;
    padding-bottom:10px;
}
.why-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}

.market-title{
    position: relative;
    padding-bottom:10px;
}
.market-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}

.capabilities-title{
    position: relative;
    padding-bottom:10px;
}
.capabilities-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 2px;
    background-color: #C8102E;  
}

.coating-method-title{
    position: relative;
    padding-bottom:10px;
}

.coating-method-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 240px;
    width: 60%;
    height: 2px;
    background-color: #C8102E;  
}
.capabilities-grid-title{
    position: relative;
    padding-bottom:10px;
}
.capabilities-grid-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}
.advantage-title{
    position: relative;
    padding-bottom:10px;
}
.advantage-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}

.process-title{
    position: relative;
    padding-bottom:10px;
}
.process-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}
.pc-benefits-title{
    position: relative;
    padding-bottom:10px;
}
.pc-benefits-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}

.pc-compare-title{
    position: relative;
    padding-bottom:10px;
}

.pc-compare-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}

.pc-design-title{
    position: relative;
    padding-bottom:10px;
}
.pc-design-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}

.pc-method-title{
    position: relative;
    padding-bottom:10px;
}
.pc-method-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}

@media(max-width:767px){
    .cta-btn{
        padding: 16px 16px;
    font-size:14px !important;
    }
    .coating-method-title:before{
        width:100%;
        left:0px;
    }
}

/* Note under video */
.video-note {
  margin-top: 12px;
  font-size: 14px;
  color: #fff;
}

.our-story-content{
    padding-top:20px;
}

.story-img-placeholder img{
    width: 100%;
}

.our-story-section{
    padding: 60px 0px 60px;
    background: #f5f5f5;
}

/* SECTION BACKGROUND */
.our-values-section {
  background-color: #ffffff;
  padding: 60px 0 60px;
}

/* TITLE */
.our-values-title {
  font-weight: 700;
  margin-bottom: 40px;
}

/* CARD */
.value-card {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: center;
  height:100%;
  border: 1px solid #c8102e;
}

/* ICON WRAPPER */
.value-icon {
     width: 70px;
    height: 70px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  background-color: #C8102E;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ICON SIZE */
.value-icon i {
  font-size: 26px;
  color: #fff;
}

/* TITLE */
.value-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #444;
}

/* TEXT */
.value-text {
  font-size: 16px;
  color: #444;
}

/* SECTION 5 BACKGROUND */
.why-arberon-section {
  background-color: #f4f4f4;
  padding: 60px 0 60px;
}

/* TITLE */
.why-arberon-title {
  font-weight: 700;
  margin-bottom: 40px;
}

/* ITEM SPACING */
.why-item-row {
  margin-bottom: 20px;
}

/* ICON STYLE */
.why-icon {
  width: 60px;
  height: 60px;
  background-color: #C8102E;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
    margin-right:20px;
}

.why-icons {
  width: 60px;
  height: 60px;
  background-color: #C8102E;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.why-icons i {
  font-size: 32px;
  color: #fff;
}
.why-icon i {
  font-size: 32px;
  color: #fff;
}

/* TEXT STYLE */
.why-item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.why-item-text {
  color: #444;
  font-size: 16px;
}

.service-area-section {
  background: #ffffff;
    padding: 30px 0px 30px;
}

.where-section{
    margin-bottom:20px;
}
.section-title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-area-list {
  list-style: none;
    padding-left:0px;
}

.service-area-list li {
  font-size: 18px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.service-area-list li i {
  color: #D40000; /* Red icon */
  margin-right: 12px;
  font-size: 20px;
}

.ar-video-box {
  max-width: 900px;
  margin: 0 auto;
	padding:70px 0px;
}

.ar-video-frame {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.ar-video {
  width: 100%;
/*     margin: 0 auto; */
   display: block;
   border-radius: 12px;
/*     height:400px;
    object-fit:contain; */
}

.ar-video-poster {
  width: 100%;
  display: block;
  border-radius: 12px;
  height: 500px;
   object-fit: cover;
/*    margin: 0 auto; */
}
.page-template-about .row.service-four .resinous-head a {
    height: 100%;
    display: flex;
    align-items: center;
}
.page-template-about .row.service-four .resinous-head
{
    height:100%;
}
.row.service-four .resinous-head a
{
    height:100%;
}
.ar-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  background: #c8102e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

.ar-video-play-btn i {
  font-size: 56px;
}

.story-img-placeholder img{
    border-radius:20px;
}

ul.hospital-list {
/*     height: 160px; */
  list-style-type:none;
  padding-left:0px;
}


@media(max-width:767px){
    .ar-video{
        height:auto;
    }
    .ar-video-poster{
        height:auto;
        object-fit:cover;
    }
    ul.hospital-list {
    height: auto;
}
    .service-four{
        gap:40px;
    }
}

/* .resinous-head a{
        padding: 15px;
    background: #c8102e;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
    text-decoration:none;
} */

.service-four{
    margin-top:20px;
}

.gr-next span{
    font-size:20px;
}

@media(min-width:1199px) and (max-width:1399px){
    ul.hospital-list {
    height: 210px;
}
  .profile-text::after {
  content: "";
  position: absolute;
  top: 34px;
  right:-150px;
  width:55% !important; 
  height: 2px; 
  background-color: #C8102E; 
  border-radius: 2px;
}
}
 .profile-text::after {
  content: "";
  position: absolute;
  top: 34px; /* space between text and line */
  right:-150px;
  width:65%; /* line length */
  height: 2px; /* line thickness */
  background-color: #C8102E; /* your brand color */
  border-radius: 2px;
}
.capabilities-box p{
    font-weight:500;
}
p.hero-tagline {
    font-weight: 600;
    font-size: 18px;
}

.arberon-info-bar {
  background: #fff;
  border: 1px solid #444;
  border-radius: 4px;
  padding: 15px 0;
  position: relative;
    z-index:99;
}

.arberon-info-bar .info-item {
  text-align: center;
  padding: 10px 15px;
  position: relative;
}

.arberon-info-bar .info-item:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 40px;
  background: #444;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.arberon-info-bar .info-number {
  display: block;
  color: #c8102e; /* Arberon Red */
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}

.arberon-info-bar .info-label {
  display: block;
  color: #444;
  font-size: 14px;
}

/* New Galllery Css  */
/* FEATURED PROJECT GRID — Arberon (PHASE 5) */
.ar-project-grid { 
    margin-top: 20px; 
    margin-bottom: 20px; 
}

/* Card (anchor wraps entire card) */
.ar-project-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
  will-change: transform;
  border: 1px solid rgba(0,0,0,0.06);
}

/* Hover: slight lift + shadow + upward move 1px */
.ar-project-card:hover,
.ar-project-card:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.10);
  outline: none;
}

/* Media area */
.ar-project-media {
  width: 100%;
  aspect-ratio: 16/9; /* modern supported browsers */
  overflow: hidden;
  background: #111;
}

/* Image treatment: desaturate, contrast, subtle warm tone */
.ar-project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.88) contrast(1.05) sepia(0.06) hue-rotate(-8deg);
  transition: transform 220ms ease;
}

/* Slight image scale on hover for depth */
.ar-project-card:hover .ar-project-image,
.ar-project-card:focus .ar-project-image {
  transform: scale(1.03);
}

/* Card body */
.ar-project-body {
  padding: 16px 18px 20px;
}

/* Category */
.ar-project-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #c8102e; /* Arberon Red */
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}

/* Title */
.ar-project-title {
  font-size: 16px !important;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #444;
}

/* Meta (key metric) */
.ar-project-meta {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
}

/* Description */
.ar-project-desc {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.35;
  max-height: 2.7em; /* ~2 lines */
/*   overflow: hidden; */
}

/* Responsive spacing */
@media (max-width: 991px) {
  .ar-project-grid { margin-top: 20px; margin-bottom: 20px; }
}

/* Accessibility focus */
.ar-project-card:focus-visible {
  box-shadow: 0 0 0 3px rgba(200,16,46,0.12), 0 12px 30px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

/* Ensure images load crisply */
.ar-project-image[src=""] { 
    background: #ececec;
}

/* Section */
.raw-photo-library-section {
  background: #fff;
}

/* Header */
.raw-photo-title {
  font-weight: 700;
  color: #444;
}

.raw-photo-sub {
  font-size: 16px;
  color: #555;
}

/* Masonry Grid Layout */
.raw-photo-grid {
  column-count: 3;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .raw-photo-grid {
    column-count: 1;
  }
}

/* Each Image */
.raw-photo-grid img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
  opacity: 0;
}

.raw-photo-grid img.loaded {
  opacity: 1;
}

/* Lightbox */
.raw-lightbox {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.raw-lightbox-img {
  max-width: 90%;
  max-height: 90%;
}

.raw-lightbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

.raw-lightbox-prev,
.raw-lightbox-next {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}

.raw-lightbox-prev { left: 40px; }
.raw-lightbox-next { right: 40px; }

/* Modal header with Arberon red accent */
.ar-modal-header {
  background-color: #c8102e; /* Arberon Red */
  color: #fff;
  border-bottom: none;
}

.ar-modal-header .modal-title {
  font-weight: 700;
  color: #fff;
}

/* Modal body typography */
.ar-project-modal .modal-body {
  color: #111;
  font-size: 15px;
  line-height: 1.6;
}

/* Timeline style */
.ar-modal-timeline {
  margin-bottom: 12px;
  color: #444;
  font-weight: 600;
}

/* Make modal dialog a little larger on very wide screens */
@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1250px;
  }
}

section.project-area{
    padding: 60px 0px 60px;
}

button.btn.btn-primary.mt-2.proj-modal-open{
        background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 22px;
    transition: all 0.3s ease;
    border-radius: 50px;
    border: 1px solid #c8102e;
    z-index: 99;
    position: relative;
}

button.btn.btn-primary.mt-2.proj-modal-open:hover{
    background-color: #444 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.modal-header .btn-close{
    opacity:1;
}

.ar-projects-section {
    background: #f5f5f5;
    padding: 40px 0 40px;
}

.project-cardds h4 {
    font-size: 20px !important;
}

.project-cardds{
    border: 1px solid #c8102e;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(200, 16, 46, 0.25); /* soft shadow using same color */
    background: #ffffff;
    margin-bottom: 10px;
    height:100%;
}

section.project-area.section-padding .row{
    row-gap: 20px;
}



.feature-title {
    margin-bottom: 40px;
}

.modal-body img{
    height:450px;
    width:100%;
    object-fit:cover;
}

  /* === Brand color classes (update values to your actual brand colors) === */
    .brand-primary-bg { background-color: #0d6efd; color: #fff; }
    .brand-accent { color: #dc3545; }

    /* === RAW PHOTO LIBRARY SECTION (Masonry + Gallery + Load More + Modal) === */
    .raw-photos-section { 
        padding-top: 3rem; 
        padding-bottom: 3rem; 
        background: #f5f5f5;
    }

    .raw-photos-header { 
        margin-bottom: 1.25rem; 
        text-align: center; 
    }

    .raw-photos-subhead { 
        color: #6c757d; 
        margin-bottom: 1.75rem; 
    }

    /* === Masonry Grid (Pure CSS Columns) === */
    .raw-masonry { 
        column-gap: 1rem; 
        width: 100%; 
    }

    @media (min-width: 1400px) { 
        .raw-masonry { column-count: 4; } 
    }
    @media (min-width: 992px) and (max-width: 1399px) { 
        .raw-masonry { column-count: 3; } 
    }
    @media (min-width: 576px) and (max-width: 991px) { 
        .raw-masonry { column-count: 2; } 
    }
    @media (max-width: 575px) { 
        .raw-masonry { column-count: 1; } 
    }

    .raw-masonry-item { 
        break-inside: avoid; 
        margin-bottom: 1rem; 
        display: block; 
    }

    .raw-thumb { 
        width: 100%; 
        height: auto; 
        display: block; 
        border-radius: 0.375rem; 
        box-shadow: 0 6px 18px rgba(0,0,0,0.06); 
    }

    .raw-thumb-wrapper { 
        display: block; 
        text-decoration: none; 
        cursor: pointer; 
    }

    /* Skeleton loader for lazy load */
    .raw-loading { 
        min-height: 140px; 
        display: grid; 
        place-items: center; 
        border-radius: 0.375rem; 
        background: linear-gradient(
            90deg, 
            rgba(0,0,0,0.02), 
            rgba(0,0,0,0.03)
        ); 
    }

    .raw-load-area { 
        text-align: center; 
        margin-top: 1.5rem; 
    }

    /* === Lightbox Modal (Bootstrap Modal + Carousel) === */
    .raw-lightbox-modal .modal-dialog { 
        max-width: 1100px; 
    }

    .raw-lightbox-modal .modal-content { 
        background: #444; 
        color: #fff; 
    }

    .raw-lightbox-modal .carousel-item img { 
        width: 100%; 
        height: auto; 
        object-fit: contain; 
    }

    .raw-lightbox-caption { 
        color: rgba(255,255,255,0.85); 
    }

    /* Arrow color on dark modal */
    .raw-lightbox-modal .carousel-control-prev-icon,
    .raw-lightbox-modal .carousel-control-next-icon { 
        filter: invert(1); 
    }

    /* Transparent modal header */
    .raw-lightbox-modal .modal-header { 
        border: 0; 
        background: transparent; 
    }

   button#rawLoadMoreBtn{
    background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 22px;
    transition: all 0.3s ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
     border: 1px solid #c8102e;
   }

button#rawLoadMoreBtn:hover{
        background-color: #444;
    color: #fff !important;
    border:1px solid #fff !important;
}

.card-body.d-flex.flex-column h3.card-title {
    font-size: 22px !important;
}
.market-card  ul.hospital-list {
    height: auto !important;
}
.pc-design-section {
    background: #f9f9fb;
}
.pc-method-section {
    background: #fff;
   
}
.specialty-section {
   background: #f5f5f5 !important;
}
.decorative-section {
     background: #fff;
  
}
.service-template-interior-exterior-painting section.why-section {
    background: #fff;
}
h2
{
  position:relative;
   padding-bottom: 10px;
}
h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C8102E;
}
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 10px;
}

.footer-nav li a {
  color: #fff !important;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding-left: 18px; /* space for chevron */
  transition: 0.3s ease;
      font-weight: 600;
  display: inline-block;
}

/* Chevron icon before each link */
.footer-nav li a::before {
  content: "\f054"; /* Font Awesome chevron-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
  opacity: 1;
  transition: 0.3s ease;
}

/* Hover effect */
.footer-nav li a:hover {
  color: #C8102E !important; /* red hover */
  padding-left: 24px; /* slide effect */
}
.footer-btn {
   margin-top:10px;
    display: inline-block;
}
.footer-nav li a:hover::before {
  left: 6px;
  opacity: 1;
}
.why-arberon-section .client-choose {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 25px;
    border-radius: 8px;
    height: 100%;
    text-align: center;
}
 .client-choose .why-icon {
   
    margin-left: auto;
    margin-right: auto;
}
.why-item-title {
    
    font-size: 22px !important;
    font-weight: 600;
    color: #c8102e;
}
@media(max-width:767px){
	
  .why-arberon-section .client-choose {  
    height:auto !important;
    margin-bottom:10px;
}
  .page-template-about .story-hero {
         height: auto !important; 
/* 	  padding:50px 0px 0px !important; */
    }
  section.pc-design-section h3.pc-group-title {
    text-align: center;
}
  
.page-template-about section.who-we-are-section.py-5.bg-white
  {
    padding-top:0px !important;
  }
  .raw-lightbox-modal .modal-dialog {
    max-width: 100% !important;
}
  .page-template-about .col-lg-6.order-1.order-lg-2 .our-story-image {
    margin-bottom: 30px;
}
/* 	.hero-content{
		display:none;
	} */
	.page-id-11 .banner-video{
		order:2;
	}
	
.hero-content.banner-mobile h1.display-4.fw-bold.hero-title.main-home-title {
   background: none;
   font-size:24px !important;
   color:#444;
   text-align:start;
   text-shadow:inherit !important;
   padding: 10px 0px;
	margin: 0px;
}
	.emergency-content p{
		max-width: 100% !important;
        background: none !important;
        color: #444;
        text-align: start;
        padding: 0px !important;
		text-shadow:inherit !important;
	}
	
	.hero-section {
        height: auto !important;
		padding: 90px 0px 0px;
    }
	.hero-bg-image{
		position:inherit !important;
		height:auto !important;
		object-fit:cover !important;
	}
	 .banner-video {
    order: 2;
}
	.postid-37 section.hero-section.position-relative{
/* 		display:none; */
	}
	.postid-36 .hero-content h1{
	background: none;
    font-size:24px !important;
    color:#444;
    text-align:start;
    text-shadow:inherit !important;
	padding: 10px 0px;
	margin-bottom: 0px;
	}
	.postid-36 .hero-content p{
		background: none !important;
        color: #444;
        text-align: start;
        padding: 0px !important;
		text-shadow:inherit !important;
		margin-top: 0px !important;
	}
	
	.postid-35 .hero-content h1{
	background: none;
    font-size:24px !important;
    color:#444;
    text-align:start;
    text-shadow:inherit !important;
	padding: 10px 0px;
	margin-bottom: 0px;
	}
	.postid-35 .hero-content p{
		background: none !important;
        color: #444;
        text-align: start;
        padding: 0px !important;
		text-shadow:inherit !important;
		margin-top: 0px !important;
	}
	
	.arberon-hero-emergency-callout-2025{
		gap:10px;
	}
	.postid-34 .hero-content h1{
		background: none;
    font-size:24px !important;
    color:#444;
    text-align:start;
    text-shadow:inherit !important;
	padding: 10px 0px;
	margin-bottom: 0px;
	}
	.postid-34 .hero-content p{
		background: none !important;
        color: #444;
        text-align: start;
        padding: 0px !important;
		text-shadow:inherit !important;
		margin-top: 0px !important;
	}
	.page-id-74 .hero-content h1{
		background: none;
    font-size:24px !important;
    color:#444;
    text-align:start;
    text-shadow:inherit !important;
	padding: 10px 0px;
	margin-bottom: 0px;
	}
	.page-id-74 .hero-content p{
		background: none !important;
        color: #444;
        text-align: start;
        padding: 0px !important;
		text-shadow:inherit !important;
		margin-top: 0px !important;
	}
	.postid-229 .hero-content h1{
		background: none;
    font-size:24px !important;
    color:#444;
    text-align:start;
    text-shadow:inherit !important;
	padding: 10px 0px;
	margin-bottom: 0px;
	}
	.postid-229 .hero-content p{
		background: none !important;
        color: #444;
        text-align: start;
        padding: 0px !important;
		text-shadow:inherit !important;
		margin-top: 0px !important;
	}
/* 	
	.page-template-gallery-projects section.story-hero{
		height:36vh !important;
		padding-top:80px;
		margin-bottom:10px;
	}
	
	.page-template-gallery-projects section.story-hero
  {
    height:280px;
	  object-fit:cover;
    padding-bottom:40px;
  } */
	
	.container.position-relative.py-5 {
    padding-bottom: 20px !important;
}
	.footer-bottom.text-center.py-3 {
        padding-bottom: 130px !important;
    }

	.modal-header .btn-close{
		position:relative;
		top:10px;
		right:0px;
		z-index: 1;
	}
	.mobile-sticky-footer{
		z-index:99 !important;
	}
}

.raw-lightbox-modal .modal-dialog {
    max-width: 30%;
}
.raw-lightbox-modal .carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.hero-overlay { 
    background: rgb(0 0 0 / 40%) !important; 
}
/* .hero-section .ban-appoint-btn.mt-4 a.banner-btn.appoint-btn {
    display: inline-block !important;
} */


/* about us */
/* WHO WE ARE — SERVICE CARD GRID */
.who-we-are-section .service-card-grid .service-card {
    display: block;
    text-align: center;
    background: #ffffff;
    padding: 28px 20px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease;
    text-decoration: none;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.who-we-are-section .service-card-grid .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* ICON STYLE */
.who-we-are-section .service-card-grid .icon-wrap {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: #b90a0a10; /* Subtle red haze */
    display: flex;
    justify-content: center;
    align-items: center;
}

.who-we-are-section .service-card-grid .icon-wrap i {
    font-size: 28px;
    color: #b90a0a;
}

/* TITLE */
.who-we-are-section .service-card-grid .service-title {
    font-size: 22px !important;
    font-weight: 600;
    color: #444;
    margin-top: 10px;
    line-height: 1.3;
  padding: 0px;
}
.who-we-are-section .service-card-grid .service-title:before
{
  position:inherit;
}
/* MOBILE — Make clean 2 column */
@media (max-width: 768px) {
 .who-we-are-section  .service-card-grid .service-title {
        font-size: 14px;
    }
}
/* FAST FACTS BAR */
.page-template-about .fast-facts-bar {
    width: 100%;
    padding: 15px 0;
    background: #F7F7F7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.page-template-about .fast-facts-container {
    max-width: 1140px;
    margin: 0 auto;
}

.page-template-about .fast-facts-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    text-align: center;
}

.page-template-about .fast-facts-inner span {
    font-size: 16px !important;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.page-template-about .fast-facts-inner span i{
	font-size: 30px;
}

/* Divider Styling */
.page-template-about .fast-facts-inner .divider {
    color: #dddddd; /* red divider for brand feel */
    font-weight: 700;
    font-size: 18px;
}

.who-we-details p {
    width: 80%;
}
/* MOBILE FIXES */
@media (max-width: 768px) {
 .page-template-about   .fast-facts-inner {
        gap: 12px;
    }
 .page-template-about   .fast-facts-inner span {
        font-size: 14px;
    }
  .page-template-about  .fast-facts-inner .divider {
        font-size: 16px;
    }
	.who-we-details p {
    width: 100%;
}
	.page-template-about section.story-hero{
		padding: 110px 0px 10px !important;
	}
}
.page-template-about section.story-hero{
  height:auto !important;
  background:#f5f5f5;
	padding: 20px 0px 10px;
}

.story-bullet-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.story-bullet-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.story-bullet-list li::before {
  content: "\f00c"; /* FA solid check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c8102e;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
}

.who-we-are-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.who-we-are-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.who-we-are-list li::before {
  content: "\f00c"; /* Font Awesome check icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c8102e;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px;
}

.method-line {
  list-style: none;
  padding: 0;
  margin: 0;
}

.method-line li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
}

.method-line li::before {
  content: "\f00c"; /* Font Awesome check icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c8102e;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px;
}

.why-card:hover{
  border-color:#c8102e;
	transform: scale(1.03);
   box-shadow: 0 8px 20px rgba(0,0,0,0.12);
   transition: all 0.3s ease;
}

.specialty-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.specialty-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.specialty-list li::before {
  content: "\f00c"; /* Font Awesome checkmark */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
   color: #c8102e;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
}

.system-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.system-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.system-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
   color: #c8102e;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.benefit-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
 
}

.benefit-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #c8102e;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 16px;
}

.what-happens-next .step-box:hover{
  border-color:#c8102e;
}

.what-happens-next h4{
  font-size:22px !important;
}

.page-id-42 section.story-hero{
  height:55vh;
}

/* Make entire card clickable */
.project-card-link {
  text-decoration: none;
  color: inherit;
}

/* Card wrapper */
.project-card {
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
}

/* Smooth lift */
.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

/* Image FIX — add smoothness */
.project-card img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease; /* smooth zoom */
  will-change: transform; /* removes flicker */
}

/* On hover, zoom image slightly (prevents flicker) */
.project-card:hover img {
  transform: scale(1.03);
}

.hero-content .fast-facts-inner{
  color:#fff;
}
.experience{
  position:relative;
  z-index:1;
}

.video-wrapper {
  width: 100%;
  margin: auto;
}

.about-video {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}

@media(max-width:767px){
  .profile-text::after{
    display:none;
  }
  .page-template-gallery-projects .fast-facts-bar.text-center{
    max-width:99% !important;
  }
  .arberon-contact-page .contact-hero-section{
    height:auto !important;
  }
  
  .promise-title{
    font-size:32px !important;
  }
  
  .benefits-section{
    padding: 40px 0 40px;
  }
  .system-types-section{
    padding: 40px 0 40px;
  }
  .promise-section{
    padding: 40px 0 40px;
  }
  .capabilities-grid-section{
    padding: 40px 0 40px;
  }
  .advantage-section{
    padding: 40px 0 40px;
  }
  .process-section{
    padding: 40px 0 40px;
  }
  .regions {
    justify-content: center;
}
	
.logot-title.text-center h2 {
    display: block !important;
	 max-width: 320px;   /* controls line break */
    margin: 0 auto;
	}

  .logot-title h2 span {
    display: block;     /* forces second line */
    margin-top: 6px;
  }
	.desktop-floor {
    display: none;
}
}

@media(max-width:400px){
  .cta-buttons .cta-btn{
    font-size:12px !important;
  }
}

.decorative-swatch img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
    width: 120px;
    margin: auto;
    height: 120px;
  margin-bottom:20px;
  border: 3px solid #444;
}

.why-arberon-section .client-choose:hover  {
  transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
}
.value-card:hover  {
     transform: scale(1.03);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
  }

.service-area-section {
  padding: 60px 0;
}

.service-map-img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}

.service-map-img:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.service-area-list.updated-list li {
  margin-bottom: 10px;       /* tighter spacing */
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-area-list.updated-list li i {
  color: #d80000;            /* red pin */
  font-size: 18px;
}

.postid-37 p,
.postid-37 li {
    font-size: 18px !important;
}

.logot-title.text-center h3 {
    display: flex;
    justify-content: center;
    align-items: center;
	gap:10px;
	font-size:32px !important;
}

.logot-title p{
	font-size:18px !important;
	margin: 0px;
	padding:10px 0px;
}

.logot-title p span{
	color:#006bb4;
}

.form-block .text-warning{
	color:#c8102e !important;
}

.right-form {
  background-color: #f7f7f7 !important;          /* light gray background */
  border: 1px solid #e3e3e3 !important;           /* thin border */
  box-shadow: 0 6px 18px rgba(0,0,0,0.06) !important; /* subtle shadow */
  border-radius: 10px !important;                /* smooth corners */
}

.logot-title span{
	font-weight:600;
}

.trust-title span{
	font-weight:600;
}

.trust-logos p{
	font-size:18px !important;
	margin: 0px;
	padding: 10px 0px;
}

.trust-logos p span{
	color:#006bb4;
}

@media(min-width:768.5px){
	.banner-mobile{
/* 		display:none; */
	}
	.mobile-section{
		display:none;
	}
	.ban-appoint-btn.mt-4.mobile-btns{
		display:none;
	}
}

.logos {
    padding: 14px 0;                          /* Tight height */
    background: #fff;
    border-top: 1px solid #e5e5e5;             /* Thin divider */
    border-bottom: 1px solid #e5e5e5;
}

.postid-37 .hero-text-overlay{
	background:none !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    background: #c8102e;
    border-radius: 50px;
    padding: 8px 10px !important;
	line-height: normal;
    text-align: center;
}
.nav-link:hover, .nav-link.active{
	color:#000 !important;
}
.navbar-expand-lg .navbar-nav{
	gap:10px;
}

.service-template-safety-line-striping-and-specialty-coatings .arberon-section {
  transition: background 0.3s ease;
}

.service-template-safety-line-striping-and-specialty-coatings .arberon-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  border-left:5px solid #c8102e;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  animation: fadeUp 0.8s ease both;
}

.service-template-safety-line-striping-and-specialty-coatings .arberon-card.highlight {
  border-left-color: #c8102e;
}

.service-template-safety-line-striping-and-specialty-coatings .arberon-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.service-template-safety-line-striping-and-specialty-coatings .arberon-card h3 i {
  font-size: 1.6rem;
  color: #c8102e;
}
section.arberon-section.py-5.bg-light
{
	background:#f5f5f5;
}
.service-template-safety-line-striping-and-specialty-coatings .arberon-card ul {
  list-style: none;
  padding-left: 0;
}
.arberon-contact-page .contact-hero-section h1, .arberon-contact-page .contact-hero-section p
{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
	    display: inline-block;
    padding: 14px 22px;
}
.service-template-safety-line-striping-and-specialty-coatings section.final-cta {
    background: #c8102e;
    color: #fff;
}
.service-template-safety-line-striping-and-specialty-coatings .arberon-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

.service-template-safety-line-striping-and-specialty-coatings .arberon-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c8102e;
  font-size: 22px;
}

.service-template-safety-line-striping-and-specialty-coatings .arberon-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-template-about .abouts-us-banner-part {
    position: relative;
/*     background:
        linear-gradient(
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)
        ),
        url("https://iamdeveloper.in/arberon-dev/wp-content/uploads/2025/12/IMG_E8628.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
   background:#f5f5f5;
}
.hero-section .banner-note h5 {
    color: #fff;
    font-size: 12px !important;
    margin-bottom: 5px;
}
.service-template-polished-stained-concrete .promise-img-wrap .promise-img {
  
    height: 500px;
    object-fit: cover;
}
.navbar-expand-lg .navbar-nav .nav-link {
    background: #c8102e;
    border-radius: 50px;
    padding: 8px 10px !important;
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
}
.slide__item {
   
    height: 400px;
}
.gurantee-btn a {
    background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 30px;
    transition: all 0.3s ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
	 border: 1px solid #c8102e !important;
}

.gurantee-btn a:hover{
	    background-color: #444;
    color: #fff !important;
    border-color: #fff !important;
}

.principal-title {
  color: #c8102e;
}

.principal-subtitle {
  color: #444;
  font-weight: 500;
	margin-bottom: 0px;
}

.principal-heading {
  color: #444;
}

.principal-list {
  padding-left: 18px;
  margin: 16px 0;
}

.principal-list li {
  margin-bottom: 6px;
}

.btn-principal {
     background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 30px;
    transition: all 0.3s ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
	 border: 1px solid #c8102e !important;
	max-width: 350px;
	width:100%;
}

.btn-principal:hover {
  background: #a50d23;
  color: #fff;
}

.principal-letter {
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.principal-download {
  color: #c8102e;
  font-weight: 600;
  text-decoration: none;
}

.principal-download:hover {
  text-decoration: underline;
}

.principal-download{
	 background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 14px;
    transition: all 0.3s ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
	 border: 1px solid #c8102e !important;
	
}
.principal-download:hover{
	background-color: #444;
    color: #fff !important;
    border-color: #fff !important;
	text-decoration:none;
}

#principal-guarantee{
	margin-bottom: 60px;
}

.need-now {
  font-size: 16px;
  color: #444;
}

.need-now-phone {
  color: #c8102e;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.need-now-phone:hover {
  text-decoration: none;
}

.call-btn{
	background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 30px;
    transition: all 0.3s ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
	 border: 1px solid #c8102e !important;
}

.mobile-small-img img {
    width: 100%;
}

@media(min-width:768.5px){
	.mobile-image{
		display:none;
	}
	.mobile-small-img{
		display:none;
	}
	.mobile-project{
		display:none;
	}
	.performance-mobile{
		display:none;
	}
}

/* Modal background */
.phone-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Modal box */
.phone-modal-content{
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  width: 90%;
  max-width: 320px;
  text-align: center;
  position: relative;
}

/* Close button */
.close-modal{
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Buttons */
.modal-action{
  display: block;
  margin-top: 12px;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  background: #c8102e;
  color: #fff;
  font-weight: 600;
}

.testimonials-section {
  background-color: #fff;
}

.testimonials-title {
  color: #c8102e;
  text-transform: uppercase;
}

.testimonials-subtitle {
  color: #444;
}

.testimonial-card {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.testimonial-text {
  color: #444;
  font-style: italic;
  margin-bottom: 20px;
}

.testimonial-author strong {
  display: block;
  color: #c8102e;
}

.testimonial-author span {
  font-size: 16px;
  color: #444;
}

#submit-form {
    padding: 60px 0px;
}

.contact-testimonials {
  background-color: #fff;
  border-top: 1px solid #eee;
  padding: 60px 0px;
}

.contact-testimonial-title {
  color: #c8102e;
  font-weight: 600;
}

.contact-testimonial-card {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 5px;
}

.contact-testimonial-text {
  color: #444;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 15px;
}

.contact-testimonial-author strong {
  color: #c8102e;
  font-size: 14px;
}


@media(max-width:768px){
	.logos .logo_items{
		animation:90s slides infinite linear !important;
	}
	.pc-design-section{
		padding: 30px 0px;
	}
	.pc-compare-section{
		padding: 30px 0px;
	}
	.pc-benefits-section{
		padding: 30px 0px;
	}
	.btn-orange{
		padding:12px 16px !important;
	    width: 100% !important;
	}
}

.logo_items img[alt*="Detroit"] {
  background: #000;
  padding: 10px;
}

.logo_items img[src*="lapeer_county"] {
  max-width: 230px !important;
  max-height: 100px;
  height: auto;
  object-fit: contain;
}

/* MOBILE ONLY: Markets We Serve swipe carousel */
@media (max-width: 768px) {
  .markets-mobile-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
  }

  .markets-mobile-carousel::-webkit-scrollbar {
    display: none;
  }

  .markets-mobile-carousel > .col-md-3 {
    flex: 0 0 80%; /* 1.25 cards visible */
    max-width: 80%;
    scroll-snap-align: start;
  }

  .market-item {
    height: 100%;
  }
	.prequal-form-card{
		padding: 20px !important;
	}
}
html, body {
  overflow-x: hidden;
}

/* Sticky footer bar */
.mobile-sticky-footer {
  position: fixed;
  bottom: 5px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* Common button style */
.footer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align:center;
}

/* Left button */
.call-btns {
  background: #25D366;
}

/* Right button */
.book-btn {
  background: #D32F2F;
}

/* Unique Emergency Banner */
.emergency-banner {
  background-color: #C8102E; /* urgency red */
  color: #FFFFFF; /* text on dark */
  font-weight: bold;
  font-size: 15px; /* 14–16px */
  height: auto;
  line-height: 1.2;
  padding: 8px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  transition: background 0.3s;
}

.emergency-banner a.banner-phone {
  background-color: #FEF2F2;
  border: 1px solid #FEF2F2;
  color: #444;
  text-decoration: underline;
  margin-left: 5px;
  padding: 5px 10px;
  border-radius: 20px;
  transition: background-color 0.25s ease,
              color 0.25s ease,
              border-color 0.25s ease;
}

.emergency-banner a.banner-phone:hover {
  background-color: #444;
  color: #fff;
  border-color: #fff;
}


.emergency-banner i.fa-phone {
  margin-right: 5px;
}

.page-id-11 h2:before{
	display:none;
}

.profile-text h2{
	color:#fff;
}

@media (max-width: 768px) {
  .emergency-banner {
/*     font-size: 16px;
    padding: 12px 0; */
	  display:none;
  }
	.navbar{
		top:0px;
	}
	
}


/* Emergency Response Callout – Arberon */
.arberon-emg-response-wrap {
  background-color: #FEF2F2;
  border-left: 4px solid #C8102E;
  padding: 20px;
  margin-bottom: 26px;
  width: 100%;
  border-radius: 4px;
}

.arberon-emg-response-title {
  color: #C8102E;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
}

.arberon-emg-response-desc {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 14px;
}
span.wpcf7-list-item.first.last {
    margin: 0px;
}
.arberon-emg-response-call {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #C8102E;
  color: #fff;
  padding: 10px 18px;
  font-weight: 600;
  border-radius: 22px;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.15s ease;
}

.arberon-emg-response-call:hover {
  background-color: #444;
  color: #fff;
}

.arberon-emg-response-call:active {
  transform: scale(0.96);
}

/* Highly unique emergency callout */
.arberon-hero-emergency-callout-2025 {
  background-color: #FEF2F2; /* light urgency background */
  border-left: 4px solid #C8102E; /* red accent */
  padding: 20px;
  width: 100%;
  border-radius: 4px;
  display: flex;
  gap:20px;
  align-items: center;
  flex-wrap: wrap; /* ensures mobile wrapping */
  box-sizing: border-box;
  margin: 20px 0; /* spacing above/below */
}

.arberon-hero-callout-text-2025 {
  color: #000; /* readable text */
  font-weight: bold;
  margin: 0 10px 0 0;
  flex: 1 1 auto;
}

.arberon-hero-callout-btn-2025 {
  background-color: #FEF2F2;
  color:#C8102E;
  border: 1px solid #c8102e;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
  transition: background-color 0.3s ease; /* smooth hover */
}

.arberon-hero-callout-btn-2025:hover {
  background-color: #444; /* slightly darker red on hover */
  color: #fff;
}

/* Bottom Emergency CTA Styles */
.arberon-bottom-emergency-section-2025 {
  width: 100%;
  padding: 30px 0; /* spacing above and below */
  background-color: transparent; /* optional, can be removed or set if needed */
}

.arberon-bottom-cta-2025 {
  text-align: center;
}

.arberon-bottom-cta-btn-2025 {
  display: inline-block;
  background-color:  #C8102E;
  color: #fff; /* urgency red */
  font-weight: bold;
  border: 1px solid #C8102E; /* red border */
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease; /* smooth hover transition */
}

.arberon-bottom-cta-btn-2025:hover {
  background-color: #444; /* red fill on hover */
  color: #fff; /* text turns white on hover */
}

.cta-band h2.cta-title:before{
	display:none;
}

.emergency-content p {
    display: block !important;
    max-width: 60%;
    margin: 0 auto;
}
.implied-para p {
    text-align: center;
    font-size: 14px !important;
}

.desktop-btn .hide-btn{
	display:none !important;
}

 .hide-btn{
	display:none !important;
}

.safety-prefooter {
  background-color: #2b2b2b; /* dark gray band */
  padding: 24px 0;
}

.safety-prefooter-inner {
  text-align: center;
}

.safety-points {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.safety-points li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.safety-check {
  color: #28a745; /* premium safety green */
  font-size: 18px;
  font-weight: bold;
}

.safety-note {
  color: #cfcfcf;
  font-size: 13px;
  font-weight: 400;
}

img.headshot-img {
    width: 100%;
    height: 240px;
    object-fit: contain;
	margin-bottom:10px;
}

/* Mobile polish */
@media (max-width: 768px) {
  .safety-points li {
    font-size: 12px !important;
    flex-wrap: wrap;
    text-align: center;
  }

  .safety-note {
    font-size: 12px;
  }
	 .mobile-sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
	.walkthrough-form{
		padding:20px
	}
	
	.page-id-42 section.mobile-sticky-footer.d-md-none {
    display: none;
}
.page-id-74 section.mobile-sticky-footer.d-md-none {
    display: none;
}
}

.calenders-sec {
    padding: 60px 0px;
}

.calendely-title {
    text-align: center;
}

/* Wrapper */
.walkthrough-form {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 6px;
}

/* Heading */
.walkthrough-form-heading {
  color: #c8102e;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

/* Labels */
.walkthrough-fallback-form label {
  color: #444;
  font-weight: 600;
  margin-bottom: 6px;
}

/* Inputs */
.walkthrough-fallback-form .form-control {
  border-radius: 4px;
  border: 1px solid #ccc;
}

.walkthrough-fallback-form .form-control:focus {
  border-color: #c8102e;
  box-shadow: none;
}

/* Notes */
.walkthrough-fallback-form .note {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 5px;
}

.walkthrough-fallback-form .urgent-note {
  font-size: 1rem;
  font-weight: 600;
  color: #444;
}

.walkthrough-fallback-form .urgent-note a {
  color: #c8102e;
  text-decoration: none;
}

.walkthrough-fallback-form .urgent-note a:hover {
  text-decoration: underline;
}

/* Button */
.walkthrough-submit-btn {
  background-color: #c8102e;
  color: #fff;
  padding: 12px 40px;
  font-weight: 700;
  border: 1px solid #c8102e;
  border-radius: 50px;
}

.walkthrough-submit-btn:hover {
  background-color: #444;
  color: #fff;
	border-color:#fff;
}

/* Carrer Mobile Form Css  */
.career-step{
	padding: 40px 0px;
}
/* Base */
.career4-card {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #eee;
  box-shadow:0 8px 28px rgba(0,0,0,0.08);
}

/* Progress */
.career4-progress-bar {
  height: 6px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
}

.career4-progress-fill {
  width: 25%;
  height: 100%;
  background: #c8102e;
  display: block;
  transition: width 0.3s ease;
}

.career4-steps {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 12px 0 0;
  margin: 0;
}

.career4-steps li {
  font-size: 0.75rem;
  color: #444;
}

.career4-steps li.active {
  color: #c8102e;
  font-weight: 600;
}

/* Form */
.career4-group {
  margin-bottom: 16px;
}

.career4-group label {
  display: block;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
}

.career4-group input,
.career4-group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.career4-group input:focus,
.career4-group textarea:focus {
  border-color: #c8102e;
  outline: none;
}

/* Steps */
.career4-step {
  display: none;
  padding-top: 20px;
}

.career4-step.active {
  display: block;
}

/* Buttons */
.career4-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.career4-prev {
  background: #444;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
}

.career4-prev:hover{
	background:#c8102e;
	color:#fff;
}

.career4-next {
  background: #c8102e;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
}

.career4-next:hover{
	background:#444;
	color:#fff;
}

.career4-submit {
  width: 100%;
  background: #c8102e;
  color: #fff;
  padding: 14px;
  border: 1px solid #c8102e;
  border-radius: 50px;
  font-weight: 700;
  margin-top: 15px;
}

.career4-submit:hover{
	background: #444;
	border-color:#fff;
}
/* Mobile Only */
@media (min-width: 769px) {
  .career-step {
    display: none;
  }

  .career4-step {
    display: block;
  }
	section.subq-step-section{
		display: none;
	}
}

/* Subcontractor mobile form */
.subq-card {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #eee;
}

/* Progress */
.subq-progress {
  margin-bottom: 20px;
}

.subq-progress-track {
  height: 6px;
  background: #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.subq-progress-fill {
  height: 100%;
  width: 0%;
  background-color: #c8102e;
  transition: width 0.4s ease;
}

.subq-progress-steps {
  display: flex;
  flex-wrap: wrap; /* mobile two-line fix */
  justify-content: space-between;
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
  font-size: 0.7rem;
}

.subq-progress-steps li {
  color: #444;
  width: 33.33%;
  text-align: center;
  margin-bottom: 6px;
}

.subq-progress-steps li.active {
  color: #c8102e;
  font-weight: 600;
}



/* Inputs */
.subq-input,
.subq-textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 14px;
}

/* Steps */
.subq-step {
  display: none;
}

.subq-step.active {
  display: block;
}

/* Nav */
.subq-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.subq-prev {
  background: #444;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #c8102e;
    font-weight: 700;
    border-radius: 50px;
}

.subq-prev:hover{
	background:#c8102e;
	border-color:#fff;
}

.subq-next,
.subq-submit {
     background: #c8102e;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #c8102e;
    font-weight: 700;
    border-radius: 50px;
}
.subq-next:hover,
.subq-submit:hover{
	background:#444;
	border-color:#fff;
}
/* Desktop fallback */
@media (min-width: 769px) {
  .subq-progress,
  .subq-nav {
    display: none;
  }

  .subq-step {
    display: block;
  }
}

/* Hide by default */
.mob-fixed-cta {
  display: none;
}

/* Mobile only */
@media (max-width: 768px) {
  .page-id-74 .mob-fixed-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.12);
	 padding: 10px 6px;
  }

  .page-id-74 .mob-cta-btn {
    display: block;
    width: 100%;
    padding: 14px 10px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
  }

  .mob-call-btn {
    background-color: #25D366;
	  border-radius:50px;
  }

  .mob-book-btn {
    background-color: #c8102e;
	   border-radius:50px;
  }
	
	.postid-229 .hero-section{
		padding-top:110px;
	}
}

/* Hide everywhere by default */
.xs-bottom-action {
  display: none;
}

/* Show only on mobile */
@media (max-width: 767px) {
  .page-id-42 .xs-bottom-action {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 -3px 10px rgba(0,0,0,0.12);
	  padding: 10px 6px;
  }

  .page-id-42 .xs-action-btn {
    display: block;
    width: 100%;
    padding: 15px 8px;
    text-align: center;
    font-weight: 600;
    font-size: 0.95rem;
    color: #fff;
    text-decoration: none;
  }

  .xs-call-action {
   background-color: #25D366;
	  border-radius:50px;
  }

  .xs-schedule-action {
    background-color: #c8102e;
	  border-radius:50px;
  }
	.scroll-top{
		bottom:180px;
		right:10px;
	}
	
	.service-regions-row.row.text-center.g-4 {
    row-gap: 10px !important;
}
	.phone-modal-content h4{
		color:#444;
	}
	
	.gurantee-details a.btn.btn-principal.mt-2{
		max-width:100%;
	}
	
	section.pc-compare-section .row.mt-4 {
    row-gap: 20px;
}
	.modal-body img{
		height: 780px !important;
	}
	
	.arberon-contact-page .contact-hero-section{
		background: none !important;
		padding: 100px 0px 30px !important;
	}
	.arberon-contact-page .contact-hero-section .overlay{
		position:inherit !important;
	    background: none !important;
	}
	p.lead.hero-subtitle.mt-3 {
    margin: 0px !important;
}
	#phoneTrigger {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}
	
	section.mobile-section .banner-note {
    margin-top: 20px;
}
	.page-id-74 .story-hero{
		height: auto !important;
	}
	.page-id-74 section.story-hero{
		background: none !important;
		padding: 90px 0px 0px;
	}
	
	.page-id-74 .story-hero-overlay{
		background: none !important;
	}
	
	section#down-form {
    padding: 30px 0px !important;
}
	
	.subcordinate h1{
	background: none;
    font-size:24px !important;
    color:#444 !important;
    text-align:start !important;
    text-shadow:inherit !important;
	padding: 10px 0px;
	margin-bottom: 0px;
	}
	
	.subcordinate p{
		background: none !important;
        color: #444;
        text-align: start !important;
        padding: 0px !important;
		text-shadow:inherit !important;
		margin-top: 0px !important;
	}
	.subcordinate {
    text-align: start;
}
	
	.arberon-contact-page .contact-hero-section .overlay{
	padding:0px;
}
	
	.arberon-contact-page .contact-hero-section .content.position-relative{
	height:100%;
	background:#fff;
    padding: 0px 10px;
}
	.arberon-contact-page .contact-hero-section h1{
		background:none !important;
		text-align:start;
		color:#444 !important;
		text-shadow:inherit !important;
		font-size:24px !important;
		padding: 10px 0px !important;
	}
	.arberon-contact-page .contact-hero-section p{
		background:none !important;
		text-align:start;
		color:#444 !important;
		text-shadow:inherit !important;
		padding:0px !important;
	}
	.down-arrow.mt-4 {
    background: red;
    margin: 10px 0px !important;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
}
	.arberon-contact-page .down-arrow i{
		opacity:1 !important;
	}
	.header-logo img {
    width: 80px !important;
  
}

	.need-now{
		text-align:center;
		max-width:310px;
		margin: 0 auto;
	}
	
		.page-id-18 .story-hero{
		background:none !important;
	} 
	.page-id-18 .story-hero-overlay{
		background:none !important;
	}
	    .page-id-18 .gallery-sec {
        text-align: start;
        padding-bottom: 20px;
    }
	.page-id-18 .gallery-sec h1{
		background: none;
        font-size: 24px !important;
        color: #444 !important;
        text-shadow: inherit !important;
        padding: 10px 0px;
        margin-bottom: 0px;
	}
	
	.page-id-18 .gallery-sec p{
		background: none !important;
        color: #444;
        text-align: start;
        padding: 0px !important;
        text-shadow: inherit !important;
        margin-top: 0px !important;
	}
	
	.page-id-42 .story-hero{
		background:none !important;
		height:auto !important;
		padding:90px 0px 20px ;
	}
	
	.page-id-42 .story-hero-overlay{
		background:none !important;
	}
	.mobile-btns .baners-btn.appoint-btn{
	background-color: #c8102e;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 10px;
    transition: all 0.3s ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
    text-decoration: none;
	}
	
	.mobile-btns .baners-btn.appoint-btn:hover{
	background: #444;
    color: #fff;
    border-color: #fff;
	}
	section.mobile-section{
		padding: 50px 0px 10px;
		background: #f7f7f7;
	}
	
	.page-id-11 .hero-overlays {
    position: inherit;
    inset: 0;
    background: none !important;
    z-index: 2;
}
	
	.banner-mobile h1{
		font-size:24px !important;
	}
	
	.desktop-btn{
		display:none !important;
	}
	.mobile-deo{
		padding: 10px 10px;
	}
	
	.hero-section .banner-note {
		background:none !important;
		padding: 0px !important;
		position:relative;
		z-index:0;
	}
	.hero-section .banner-note.mobile-note h5{
		font-size: 18px !important;
		color:#444 !important;
	}
	.postid-37 .hero-text-overlay{
	padding:0px !important;
}
	.postid-37 .hero-content h1{
		background:none !important;
		color:#444 !important;
		text-shadow:none !important;
		padding:0px !important;
		text-align:start;
	}
	.postid-37 .hero-content p{
		background:none;
		color:#444;
		text-shadow:none !important;
		text-align:start;
		padding: 0px !important;
		margin-bottom:10px !important;
		margin-top:0px !important;
		font-weight:400 !important;
	}
	.hero-section .hero-overlay{
		background: none !important;
	}
	.hero-content{
		background:#f7f7f7 !important;
		padding:10px 10px;
	}
	
	.arberon-ct-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}

.arberon-ct-modal-overlay.active {
  display: flex;
}

.arberon-ct-modal-box {
  background: #fff;
  width: 100%;
  max-width: 340px;
  border-radius: 14px;
  padding: 22px;
  position: relative;
  text-align: center;
}

.arberon-ct-title {
  margin-bottom: 18px;
  color: #444;
}

.arberon-ct-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.arberon-ct-btn {
  display: block;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.arberon-ct-call {
  background: #c8102e;
  color: #fff;
}

.arberon-ct-text {
  border: 1px solid #c8102e;
  color: #c8102e;
  background: #fff;
}

.arberon-ct-close {
  position: absolute;
  right: 10px;
  top: 6px;
  border: none;
  background: none;
  font-size: 26px;
  cursor: pointer;
  color: #444;
}

	.schedule-fallback-msg.mt-4 {
    margin-top: 10px !important;
}
	.footer-btn-wrap .schedule-fallback-msg{
		text-align:center;
	}
	.top-emergnecy-sec{
		display:none;
	}
		
	.about-us-video{
		height:auto !important;
	}
	.arb-resources-hero {
    padding: 110px 0 40px !important;
}
	
}

@media(min-width:768px) and (max-width:991px){
	
	.arberon-ct-modal-overlay {
    display: none !important;
  }
	.splide__arrow--prev{
		left: 43% !important;
	}
	.splide__arrow--next{
		right: 43% !important;
	}
	
	.why-arberon-section .row{
		row-gap:20px;
	}
	
	
	.why-arberon-section .col-md-3{
		width:50%;
	}
	
	.serve-sec{
		padding-left:0px;
	}

	.market-item.d-flex.align-items-center{
		padding: 20px;
		height:285px;
		justify-content:center;
	}
	
	footer.footer-section .col-md-5,
    footer.footer-section .col-md-4,
    footer.footer-section .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}

	section.why-section .row{
		row-gap:20px;
	}
	
	section.why-section .col-md-3{
		width:50%;
	}
	
	section.advantage-section .row{
		row-gap:20px;
	}
	
	section.advantage-section .col-md-3{
		width:50%;
	}
	.raw-lightbox-modal .modal-dialog{
		max-width:100%;
	}
	.modal-body img{
		height: 900px !important;
	}
	
	    .page-id-18 .story-hero {
        background: none !important;
    }
	.page-id-18 .story-hero-overlay{
		background:none !important;
		position: inherit !important;
	}
	.story-hero {
    height: auto !important;
    padding: 122px 0px 20px;
}
	.fact-sec {
    padding-top: 0px;
}
	.ban-appoint-btn.mt-5{
		margin-top:20px !important;
	}
	
	.gallery-sec {
    padding-bottom: 25px;
}
	
}

@media(min-width:992px) and (max-width:1199px){

	.market-item.d-flex.align-items-center{
		padding: 20px;
		height:285px;
	}
	
	.serve-sec{
		padding-left:0px;
	}
	
	footer.footer-section .col-md-5,
    footer.footer-section .col-md-4,
    footer.footer-section .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}	
}

.footer-directions-btn{
	background-color: #c8102e;
    color: #fff;
	font-size:14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 30px;
    transition: all 0.3s ease;
    border-radius: 50px;
    z-index: 99;
    position: relative;
	text-decoration:none;
}

.footer-directions-btn:hover{
	    background-color: #444;
    color: #fff !important;
    border-color: #fff !important;
}

.contact-details{
	padding: 60px 0px 60px;
}

.calendly-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999;
}

.calendly-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendly-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.calendly-modal-box {
  position: relative;
  width: 90%;
  max-width: 900px;
  height: 80vh;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  z-index: 2;
}

.calendly-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: #000;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  z-index: 5;
  text-decoration:none;
}


.calendly-widget-wrapper {
  width: 100%;
  height: 100%;
}

#calendlyWidgetBox {
  width: 100%;
  height: 100%;
}

.calendly-inline-widget,
.calendly-badge-widget,
.calendly-overlay {
  height: 100% !important;
  width: 100% !important;
}

.schedule-fallback-msg {
    background: #fff;
    padding: 6px 10px;
	display:inline-block;
	color:#444;
	max-width: 600px;
    margin: auto;
}

.hour-sec{
	padding: 20px 0px;
}

.phone-choice-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999;
}

.phone-choice-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-choice-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.phone-choice-box {
  position: relative;
  background: #fff;
  padding: 25px;
  width: 280px;
  border-radius: 12px;
  text-align: center;
  z-index: 2;
}

.phone-choice-title {
  margin-bottom: 15px;
  font-weight: 600;
}

.phone-choice-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.phone-choice-btn {
  padding: 10px 16px;
  background: #c8102e;
    color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

.phone-choice-btn:hover {
  opacity: 0.9;
}

.phone-choice-close {
  position: absolute;
  top: 6px;
  right: 8px;
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
}

.page-id-11 .hero-section{
	height:62vh;
}

.top-emergnecy-sec{
	background:#c8102e;	
	padding: 14px 0px;
}

.emergency-call p{
	margin-bottom:0px;
	color:#fff;
	text-align:center;
}

.emergency-call p a{
	background:#fff;
	padding: 10px 12px;
	color:#444;
	border: 1px solid #444;
	border-radius:20px;
}

/* Mobile only */
@media (max-width: 768px) {

  .mobile-ct-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
  }

  .mobile-ct-modal.active {
    display: flex;
  }

  .mobile-ct-box {
    background: #fff;
    width: 90%;
    max-width: 320px;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    position: relative;
  }

  .mobile-ct-close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .mobile-ct-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
  }

  .mobile-ct-btn {
    flex: 1;
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
  }

  .mobile-ct-btn.call { background: #25D366; }
  .mobile-ct-btn.text { background: #c8102e; }
	
	video.abt-us-main-video {
	height:auto !important;
	object-fit:cover;
}

	.svc-brochure-content{
		padding-left:0px !important;
		padding-top:20px;
	}
	
	.play-btn {
    width: 80px !important;
    height: 80px !important;
    
}
	.play-btn::before{
		border-width:16px 0 16px 22px !important;
	}
}

/* Desktop disable */
@media (min-width: 769px) {
  .mobile-ct-modal { display: none !important; }
	
	.through-sec{
	text-align:end;
}
}

.scroll-top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    pointer-events: none;
}

/* When visible */
.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Parent container full width */
/* Full-width About Us Video */
.video-wrapper{
  position: relative;
}

.abt-us-main-video{
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 12px;
  background: #000;
}

/* Overlay */
.video-overlay{
  position: absolute;
  inset: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 12px;
  z-index: 2;
}

.video-overlay img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Play Button */
.play-btn{
  position: absolute;
  width: 120px;
  height: 120px;
  background: #c8102e;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.play-btn::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 20px 0 20px 28px;
  border-color: transparent transparent transparent #fff;
}

.play-btn:hover{
  transform: scale(1.08);
}




/* HERO */
.arb-resources-hero {
  background:#444;
  color:#fff;
  padding:80px 0;
}

.arb-resources-hero h1 {
  font-size:48px;
  font-weight:700;
}

.arb-hero-actions {
  margin-top:30px;
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

/* Buttons */
.arb-btn {
  padding:14px 28px;
  border-radius:50px;
  font-weight:600;
  text-decoration:none;
}

.arb-btn-primary {
  background:#c8102e;
  color:#fff;
	border:1px solid #c8102e;
	
}
.arb-btn-primary:hover{
	background:#fff;
	color:#c8102e;
}
.arb-btn-outline {
  border:1px solid #fff;
  color:#c8102e;
  background:#fff;
}

.arb-btn-outline:hover{
  color:#fff;
  background:#c8102e;
}
/* Grid */
.arb-resources-grid {
  padding:80px 0;
  background:#fff;
}

.arb-brochure-card {
  background:#fff;
  border-radius:12px;
  padding:20px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s;
  height:100%;
}

.arb-brochure-card:hover {
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.arb-brochure-card.featured {
  border-top:4px solid #c8102e;
}

.arb-brochure-card img {
  width:100%;
  border-radius:8px;
  margin-bottom:15px;
}

.arb-brochure-card h4 {
  font-size:20px !important;
  color:#444;
  font-weight:600;
}

.arb-brochure-card p {
  font-size:16px;
  color:#444;
}

.arb-brochure-card span {
  font-size:13px;
  color:#999;
}

/* Card buttons */
.arb-card-actions {
  margin-top:15px;
  display:flex;
  justify-content:space-between;
}

.arb-card-actions a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: #c8102e;
    padding: 6px 14px;
    border-radius: 50px;
}

.arb-card-actions a:hover{
	background:#444;
}

/* Top Cta high priority */
.service-brochure-cta-wrap {
  background: #fff;
  padding: 20px 0;
  
}

.service-brochure-cta-box {
  display: flex;
  justify-content:space-between;
  align-items:center;
}

.svc-primary-btn {
  background: #c8102e;
  color: #fff;
  padding: 14px 26px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
}

.svc-primary-btn:hover {
  background: #444;
  color: #fff;
}

.svc-secondary-btn {
  background: #fff;
  color: #444;
  border: 2px solid #c8102e;
  padding: 14px 26px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

.svc-secondary-btn:hover{
	background:#444;
	color:#fff;
	border-color:#fff;
}

/* Bottom High-priority Cta  */
.service-brochure-card-section {
  background: #f5f5f5;
  padding: 60px 0;
}

.svc-brochure-thumb {
  width: 100%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-radius: 6px;
}

.svc-brochure-content h3 {
  color: #444;
  font-size: 28px;
  margin-bottom: 10px;
}

.svc-brochure-content{
	padding-left:40px;
}

.svc-brochure-content p {
  color: #666;
  margin-bottom: 20px;
}

.svc-brochure-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}

.svc-download-btn {
  background: #c8102e;
  color: #fff;
  padding: 12px 26px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

.svc-download-btn:hover{
	background:#444;
}

.svc-view-link {
  background: transparent;
  color: #444;
  padding: 12px 26px;
  border-radius: 50px;
  border:2px solid #c8102e;
  text-decoration: none;
  font-weight: 600;
}

.svc-view-link:hover{
	background:#444;
	color:#fff;
	border-color:#fff;
}

.trust-line{
	margin-bottom:0px !important;
}

/* Table css  */
/* ===============================
   SERVICE COMPARISON TABLES
   (Used across all service pages)
================================ */

tbody, td, tfoot, th, thead, tr{
    border-color: #c8102e;
    border-style: solid;
    border-width: 1px;
}

.service-table-section{
  background:#fff;
  padding:60px 0;
}

.service-table-title{
  font-family:'Montserrat', sans-serif;
  font-size:28px;
  color:#444;
  margin-bottom:30px;
}

.service-table-wrap{
  width:100%;
  overflow-x:auto;
}

.service-table{
  width:100%;
  border-collapse:collapse;
  min-width:780px;
}

.service-table th{
  background:#c8102e;
  color:#fff;
  font-family:'Montserrat', sans-serif;
  font-size:15px;
  font-weight:600;
  padding:16px;
  text-align:left;
  white-space:nowrap;
}

.service-table td{
  font-family:'Inter', sans-serif;
  font-size:15px;
  color:#444;
  padding:18px;
  border-bottom:1px solid #c8102e;
  vertical-align:top;
}

.service-table tr:hover{
  background:#fff6dc; /* yellowish shade */
}

.service-table strong{
  color:#c8102e;
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */
@media (max-width: 768px) {
	 .service-table-title{
    font-size:22px;
    margin-bottom:20px;
  }

  .service-table{
    min-width:100%;
  }
	.service-brochure-cta-box{
		 flex-direction: column;   /* 2 lines */
    align-items: flex-start;  /* left align (optional) */
    gap: 12px;
	}
	.svc-secondary-btn{
		padding: 14px 20px !important;
		font-size:14px !important;
	}
	.service-template-polished-stained-concrete .promise-img-wrap .promise-img{
		height: auto !important;
	}
	.pc-comparison-section{
		padding: 30px 0px !important;
	}
	.principal-download{
		font-size:14px;
	}
	.arberon-hero-emergency-callsout-2025 {
    text-align: start !important;
    padding-top: 20px;
}
}

.gurantee-btns {
    display: inline-flex;
    flex-direction: column;
    row-gap: 10px;
}

.arberon-hero-emergency-callsout-2025 {
    text-align: end;
}

.swipe-title{
	padding:10px 0px;
	text-align:end;
}
.page-id-40 form.wpcf7-form.invalid p{
	margin: 0px !important;
}

.page-id-40 form.wpcf7-form.init p{
	margin: 0px !important;
}