/* DASS International overrides for the Skyvilla theme */

/* Service card icons (Font Awesome used in place of SVG images) */
.service-item-body .icon-box i {
    position: relative;
    z-index: 1;
    font-size: 22px;
    color: #FFFFFF;
    transition: color 0.4s ease-in-out;
}
.service-item.active .service-item-body .icon-box i,
.service-item:hover .service-item-body .icon-box i {
    color: var(--primary-color);
}

/* Approach item icons */
.service-approach-item-header .icon-box i {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #FFFFFF;
    transition: color 0.4s ease-in-out;
}
.service-approach-item:hover .service-approach-item-header .icon-box i {
    color: var(--primary-color);
}

/* Sidebar "Explore Our Services" - highlight the active page */
.page-category-list ul li {
    list-style: none;
}
.page-category-list ul li a {
    position: relative;
    display: block;
    color: inherit;
    padding: 0 0 0px 28px;
    /*! border-bottom: 1px solid var(--divider-color); */
    margin-bottom: 0px;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    color: #444;
}
.page-category-list ul li:last-child a {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-category-list ul li a::before {
    /*! content: '\f054'; */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    color: var(--text-color);
    transition: all 0.4s ease-in-out;
}
.page-category-list ul li a:hover,
.page-category-list ul li.active a {
    color: var(--accent-secondary-color);
    padding-left: 32px;
}
.page-category-list ul li a:hover::before,
.page-category-list ul li.active a::before {
    left: 6px;
    color: var(--accent-secondary-color);
}

/* Services listing intro */
.services-intro {
    padding: 100px 0 10px;
}
.services-intro-box {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}
.services-intro-box h2 {
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 22px;
    font-weight: 600;
    color: var(--primary-color);
}
.services-intro-box h2 span {
    color: var(--text-color);
    font-weight: 500;
}
.services-intro-box p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-color);
    margin: 0;
}
@media (max-width: 767px) {
    .services-intro { padding: 60px 0 0; }
    .services-intro-box h2 { font-size: 28px; }
    .services-intro-box p { font-size: 15px; }
}

/* Keep page services a little tighter below the intro */
.page-services {
    padding-top: 60px;
}

/* Fix contact-info list in footer (DASS custom layout) */
.footer-contact-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 16px;
}
.footer-contact-list li i {
    color: var(--accent-secondary-color);
    font-size: 15px;
    line-height: 1.5;
    min-width: 16px;
}
.footer-contact-list li a,
.footer-contact-list li span {
    color: inherit;
    line-height: 1.5;
}

/* Floating contact buttons (DASS custom) */
.floating-contact-buttons {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.floating-contact-buttons a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 8px 22px rgba(4, 6, 24, 0.28);
    transition: transform 0.25s ease-in-out;
}
.floating-contact-buttons a:hover { transform: scale(1.08); }
.floating-whatsapp { background: #25D366; }
.floating-call { background: var(--primary-color); }




.services-intro-box h2 {
    font-size: 20px;
  }

    .services-intro {
    padding: 20px 0 0;
  }

  .services-intro-box h2 {
  margin-bottom: 10px;}


.page-services {
  padding-top: 20px;
}

