.h-green{
    color: #a1c950;
}
.f-53{
    font-size: 53px;
}
.f-s-145{
    font-size: 145px;
}
.rotate-90{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#logo-ver{

}
#logo-hori{
    display: none;
    max-width: 200px;
}
.title-404{
        line-height: 1.3em;
        font-weight: 700;
        font-size: 225px;
        color: #efeff0;
}

#container-404 {
    margin: 10px;
    border: 1px solid #D0D0D0;
    box-shadow: 0 0 8px #D0D0D0;
    text-align: center;
    padding: 20px 10px;
}

#container-404 p {
    margin: 12px 15px 12px 15px;
}

.p-b-50{
    padding-bottom: 50px;
}

.c-logo{
    width: 170px !important;
}

.snackbar-green{
    background-color: #a1c950!important;
}

.snackbar-red{
    background-color: #EA4335!important;
}

.info-card{
    background: #ffffff;
    padding: 20px;
}
.light-green{
    color: #a1c950;
}
.key-feacher-icon{
    float: left;
    width: 30px;
    height: 30px;
    background: url('../images/key-feacher-li.png');
}
.key-featcher{
    list-style-image: url('../images/key-feacher-li.png');
}
.key-featcher li{
    font-size: 0.8em;
    list-style-image: url('../images/key-feacher-li.png');
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

/* About Page Styles  */
/* About Page Styles */
#about-page-main-title{
  margin-bottom: 0.5rem !important;
  font-size: 44px !important;
  line-height: 1.05;
  color: #0f1720;
  font-weight: 700;
}

.about-page-section-title{
  font-size: 26px !important;
  margin-top: 1rem !important;
  margin-bottom: .6rem !important;
  color: #0f1720;
  font-weight: 600;
}

.about-page-paragraph{
  font-size: 18px !important;
  line-height: 1.8em !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  color: #2b2b2b;
  max-width: 75ch;
}

.about-page-paragraph + ul,
.about-page-paragraph ul {
  margin-left: 1.25rem;
  margin-top: .5rem;
}

.about-page-paragraph ul li {
  margin-bottom: .5rem;
  font-size: 16px;
  color: #2b2b2b;
}

/* Use key-feacher-li.png as custom bullet for lists on About page */
#about-page .about-page-paragraph ul,
#about-page .content-list {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

#about-page .about-page-paragraph ul li,
#about-page .content-list li {
  position: relative;
  padding-left: 2.4rem;
}

#about-page .about-page-paragraph ul li::before,
#about-page .content-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 18px;
  height: 18px;
  background-image: url('../images/key-feacher-li.png');
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 576px) {
  #about-page .about-page-paragraph ul li::before,
  #about-page .content-list li::before {
    top: 0.38rem;
    width: 16px;
    height: 16px;
  }
}

/* Ensure list markers (bullets/numbers) are visible on About page */
#about-page .about-page-paragraph ul,
#about-page .about-page-paragraph ol {
  list-style-position: outside !important;
  margin-left: 1.5rem !important;
  padding-left: 0 !important;
}

#about-page .about-page-paragraph ul {
  list-style-type: disc !important;
}

#about-page .about-page-paragraph ol {
  list-style-type: decimal !important;
}

/* Marker color and size for modern browsers */
#about-page .about-page-paragraph ul li::marker,
#about-page .about-page-paragraph ol li::marker {
  color: #2b2b2b;
  font-size: 1em;
}

/* Fallback for browsers that don't support ::marker */
#about-page .about-page-paragraph ul li {
  list-style: disc outside;
}
#about-page .about-page-paragraph ol li {
  list-style: decimal outside;
}

.about-aside .box {
  padding: 1rem;
  background: #eaebed;
  border-radius: 6px;
}

@media (max-width: 992px) {
  #about-page-main-title { font-size: 36px !important; }
  .about-page-section-title { font-size: 22px !important; }
  .about-page-paragraph { font-size: 16px !important; max-width: 100%; }
}

@media (max-width: 576px) {
  #about-page-main-title { font-size: 28px !important; }
  .about-page-section-title { font-size: 18px !important; }
  .about-page-paragraph { font-size: 15px !important; line-height: 1.6em !important; }
}

/* Default-looking, compact lists for content areas */
.content-list {
  margin: 0 0 1rem 1.25rem; /* left indent */
  padding: 0;
  line-height: 1.6;
}
.content-list li {
  margin-bottom: .5rem;
}

/* Make sure .content-list shows custom image bullets everywhere (home + about) */
.content-list {
  list-style: none !important; /* hide native bullets so we can show image */
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.content-list li {
  position: relative;
  padding-left: 2.2rem !important;
}
.content-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 18px;
  height: 18px;
  background-image: url('../images/key-feacher-li.png');
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 576px) {
  .content-list li::before { top: 0.38rem; width: 16px; height: 16px; }
}

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

.inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inline-list li {
  display: inline-block;
  margin-right: 1rem;
}

.list-check {
  list-style: none;
  padding: 0;
}
.list-check li {
  position: relative;
  padding-left: 2.1rem;
  margin-bottom: .6rem;
}
.list-check li::before {
  content: "✔";                /* alternative: use SVG or FontAwesome */
  position: absolute;
  left: 0;
  top: 0;
  color: #1abc9c;
  font-weight: 700;
}

/* Make service/service-feature cards equal height using flexbox */
.row.row-50.justify-content-center > [class*="col-"] {
    display: flex;
}
.row.row-50.justify-content-center > [class*="col-"] .post-creative {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.post-creative .post-creative-text {
    /* display: flex; */
    flex-direction: column;
    flex: 1 1 auto;
}
.post-creative-text {
    padding: 5px !important;
    max-width: 100% !important;
}
.post-creative .info-card {
    margin-top: auto; /* push content to take remaining space and align */
}

/* Small tweak: ensure lists inside cards have consistent spacing */
.post-creative .key-featcher {
  margin-top: 0.5rem;
}

/* Featured Project / Swiper Modern Content Styling */
.swiper-modern-content {
  position: relative;
  z-index: 2;
  margin-top: 2rem;
  max-width: 100%;
}

.swiper-modern-content-inner{
    backdrop-filter: blur(5px);
    padding: 2rem;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.75);
}

.swiper-modern-content h3 {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #a1c950;
  margin-bottom: 0.5rem;
}

.swiper-modern-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.swiper-modern-content h1 .h-green {
  color: #a1c950;
}

.swiper-modern-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #e8e8e8;
  margin-bottom: 1.5rem;
}

.swiper-modern-content .link-decorative {
  color: #a1c950;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.swiper-modern-content .link-decorative:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .swiper-modern-content {
    padding: 1.5rem;
    margin-top: 1.5rem;
  }

  .swiper-modern-content h1 {
    font-size: 2rem;
  }

  .swiper-modern-content p {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .swiper-modern-content {
    padding: 1rem;
  }

  .swiper-modern-content h1 {
    font-size: 1.6rem;
  }

  .swiper-modern-content h3 {
    font-size: 0.8rem;
  }

  .swiper-modern-content p {
    font-size: 0.9rem;
  }
}

/* Numbered list styling for the 7-Stage Refurbishment Process */
.counter-ol {
  counter-reset: section;
  list-style: none; /* hide default to use custom markers */
  margin-left: 0;
  padding: 0;
}
.counter-ol > li {
  counter-increment: section;
  margin-bottom: 1rem;
  padding-left: 3.2rem;
  position: relative;
}
.counter-ol > li::before {
  content: counter(section);
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #a1c950;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* Fallback to show native decimal markers in case of conflicts */
.counter-ol.fallback {
  list-style: decimal outside !important;
}

@media (max-width: 576px) {
  .counter-ol > li { padding-left: 2.6rem; }
  .counter-ol > li::before { width: 1.6rem; height: 1.6rem; font-size: 0.9rem; top: 0.12rem; }
}

/* Portfolio layout: clean, responsive grid */
.section#portfolio .thumbnail-classic {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section#portfolio .thumbnail-classic:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.section#portfolio .thumbnail-classic-figure {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #f8f9fa;
}

.section#portfolio .thumbnail-classic-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.section#portfolio .thumbnail-classic:hover .thumbnail-classic-figure img {
  transform: scale(1.05);
}

.section#portfolio .thumbnail-classic-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.section#portfolio .thumbnail-classic:hover .thumbnail-classic-caption {
  opacity: 1;
}

.section#portfolio .thumbnail-classic-button .button {
  font-size: 40px;
  padding: 14px;
  color: #fff;
  background: rgba(161, 201, 80, 0.9);
  border-radius: 50%;
  transition: background 0.3s ease;
}

.section#portfolio .thumbnail-classic-button .button:hover {
  background: rgba(161, 201, 80, 1);
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .section#portfolio .thumbnail-classic-figure {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .section#portfolio .thumbnail-classic-figure {
    height: 200px;
  }

  .section#portfolio .thumbnail-classic-button .button {
    font-size: 32px;
    padding: 12px;
  }
}

@media (max-width: 576px) {
  .section#portfolio .thumbnail-classic-figure {
    height: 180px;
  }

  .section#portfolio .thumbnail-classic {
    margin-bottom: 20px;
  }
}


.rd-navbar-list-social>* {
    margin-bottom: 20px !important;
}

@media (min-width: 768px) {
    .footer-social-list-2 li {
        margin-right: 20px !important;
    }
}

/* WhatsApp floating button */
#whatsapp-float{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.24);
  z-index: 10000;
  text-decoration: none;
  transition: transform .15s ease-in-out, box-shadow .15s ease-in-out;
}
#whatsapp-float .fa{font-size:38px}
#whatsapp-float:focus{outline:2px solid rgba(0,0,0,0.12)}
#whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 8px 22px rgba(0,0,0,0.28)}

.ui-to-top {
  bottom: 200px !important;
}

.text-bold {
    font-weight: 500;
} 