/*
Theme Name: Able Estimating
Theme URI: https://ableestimating.com/
Author: Muhammad Sheraz
Author URI: muhammadsheraz428@gmail.com
Description: Crafting tailored digital experiences with top-tier development, IT staffing, and marketing.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Metrics Empower Innovation
Tags: Metrics, Empower, Innovation
*/

/* ******************************************/
/*    Desktop Globally define style Start   */
/* ******************************************/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

::selection {
    background-color: #266dd3;
    color: #fff;
}

div#content {
    /* margin-top: 90px; */
    /* height: 400px; */
}

html {
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

h1 {
    font-weight: 900;
    font-size: 52px;
    line-height: 58px;
    color: #3C3C3C;
    margin-bottom: 20px;
}

h2 {
    font-weight: 900;
    font-size: 46px;
    line-height: 52px;
    color: #3C3C3C;
    margin-bottom: 20px;
}

h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 36px;
    color: #3C3C3C;
    margin-bottom: 20px;
}

h4 {
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    color: #3C3C3C;
    margin-bottom: 20px;
}

h5 {
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    color: #3C3C3C;
    margin-bottom: 10px;
}

h6 {
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    color: #3C3C3C;
    margin-bottom: 10px;
}

p {
    margin: 0 0 20px 0;
    color: #3B3349;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

li {
    color: #3B3349;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 12px 26px;
    background: #3A73C2;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.3s;
    border-radius: 8px;
}

.btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(0deg, transparent, transparent 7px, rgba(0, 0, 0, 0.08) 7px, rgba(0, 0, 0, 0.08) 8px),
        repeating-linear-gradient(90deg, transparent, transparent 7px, rgba(0, 0, 0, 0.08) 7px, rgba(0, 0, 0, 0.08) 8px);
    opacity: 0;
    transition: opacity 0.3s;
}

.btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #51ACE3, #3A73C2);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: clip-path 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn:hover::before {
    opacity: 1;
}

.btn:hover::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


img {
    max-width: 100%;
    height: auto;
}

.scd-clr {
    color: #3C3C3C;
}

.scp-clr {
    color: #3A73C2;
}

.wcd-clr {
    color: #fff;
}

.desktop-space-e {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0;
}

.fw-900 {
    font-weight: 900;
}

.talign {
    text-align: center;
}

.show-on-desktop {
    display: block;
}

.show-on-mobile {
    display: none;
}

.span-gre {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-left: 62px;
    line-height: 16px;
    font-weight: 600;
    color: #3A73C2;
    margin-bottom: 8px;
}

.span-gre span::after {
    height: 16px;
    width: 50px;
    content: "";
    position: absolute;
    border: 3px solid #3A73C2;
    background-color: transparent;
    border-radius: 50px;
    left: 0;
    top: 0;
    /* transform: translateX(-50%); */
}

.span-gre span::before {
    height: 16px;
    width: 32px;
    content: "";
    position: absolute;
    /* border: 3px solid #3A73C2; */
    background-color: #3A73C2;
    border-radius: 50px;
    left: 0;
    top: 0;
    /* transform: translateX(-50%); */
}

.visi-hidden {
    visibility: hidden;
}

.list-icon.mb-0{
    margin-bottom: 0;
}

/* ****************************************/
/*   Desktop Globally define style End    */
/* ***************************************/

/* Services Hero Section Animation Start  */
.service-hero {
    position: relative !important;
}

.service-hero .slimg {
    position: absolute;
    right: 0;
    animation: boxani 5s linear infinite;
    top: -165px;
}

.service-hero .slimg2 {
    position: absolute;
    left: 0;
    top: -81px;
    animation: boxani2 8s linear infinite;
}


@keyframes boxani {

    0% {
        transform: translateY(1px);
    }

    50% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(1px);
    }
}


@keyframes boxani2 {

    0% {
        transform: translateX(1px);
    }

    50% {
        transform: translateX(-25px);
    }

    100% {
        transform: translateX(1px);
    }
}

.sbread h1 {
    color: #fff;
}

.sbread div {
    display: flex;
    align-items: center;
}

.sbread a {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
}

.sbread svg {
    margin: 0 8px;
}

.sbread span {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
}

/* Services Hero Section Animation End  */

/* Service SideBar Style Start Here  */
.ssbar {
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    display: block;
    margin-bottom: 16px;
}

.ssbinner svg {
    margin-top: 6px;
    transition: all 0.5s;
}


.ssbinner {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.5s;
}

.ssbinner:hover {
    background: #3A72C2;
    transition: all 0.5s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ssbinner:hover span {
    color: #fff;
    transition: all 0.5s;
}

.ssbinner:hover svg path {
    fill: #fff;
    transition: all 0.5s;
}

.ssbinner span {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.ssbinner.active {
    background: #3A72C2;
}

.ssbinner.active span {
    color: #fff;
}

.ssbinner.active svg path {
    fill: #fff;
}

/* Service SideBar Style End Here  */

/* Faqs Section Style Start Here  */
.faq-wrapper {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: auto;
}

.faq-item {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    /* box-shadow: 0 1px 4px rgba(0,0,0,0.06); */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.25s ease;
}

.faq-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
    text-align: left;
    gap: 1rem;
}

.faq-question-text {
    font-size: 16px;
    font-weight: 500;
    color: #111111;
    line-height: 20px;
}

/* +/× icon */
.faq-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 300;
    color: #aaa;
    line-height: 1;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.25s ease;
    user-select: none;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    color: #555;
}

/* Answer */
.faq-answer {
    display: none;
    overflow: hidden;
}

.faq-answer-inner {
    padding: 0 22px 20px 22px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.75;
    color: #999;
}

.ssbfaq .faq-question {
    padding: 8px 12px;
    border-radius: 4px;
    gap: 8px;
}

.ssbfaq .faq-wrapper {
    gap: 8px;
}

.ssbfaq .faq-item {
    border-radius: 4px;
}

.ssbfaq .faq-answer-inner {
    padding: 0 12px 16px 12px;
    color: #484444;
}

.ssbfaq .faq-question-text {
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

/* Faqs Section Style End Here  */

/* Smoth scroller Style Start Here  */
.scroller {
    max-width: 100%;
}

.scroller__inner {
    /*    padding-block: 1rem;*/
    display: flex;
    flex-wrap: wrap;
    /*    gap: 1rem;*/
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg,
            transparent,
            white 20%,
            white 80%,
            transparent);
    mask: linear-gradient(90deg, transparent, white 20%, rgb(77, 72, 72) 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
    --_animation-duration: 40s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

/* Smoth scroller Style End Here  */

/* List Icon Style Start Here  */
.list-icon {
    margin-bottom: 20px;
}

.list-icon li {
    font-size: 18px;
    line-height: 24px;
    list-style-type: none;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
}

.list-icon li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 16px;
    width: 16px;
    background-image: url('/wp-content/uploads/2026/03/list-tick-able-estimating.svg');
    background-repeat: no-repeat;
    margin-top: 5px;
}

/* List Icon Style End Here  */

/* Service Card Style Start Here  */
    .sscard svg{
        margin-bottom: 12px;
    }
    
    .sscard h3{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    
    .sscard p{
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
    }
    
    .sscardw:hover{
        background: #3A72C2;
        transform: translateY(-10px);
    }
    
    .sscardw:hover h3 , .sscardw:hover p{
        color: #fff;
    }
    
    .sscardw:hover svg path{
        fill: #fff;
    }

    .sscardw:hover ul li{
        color: #fff;
    }

/* Service Card Style End Here  */

/* ****************************************/
/*   Tablet Globally define style Start    */
/* ***************************************/

@media all and (min-width:767px) and (max-width:1080px) {
    h1 {
        font-size: 42px;
        line-height: 48px;
    }

    h2 {
        font-size: 32px;
        line-height: 36px;
    }

    h3 {
        font-size: 28px;
        line-height: 32px;
    }

    h4 {
        font-size: 24px;
        line-height: 28px;
    }


    /* Tablet Services Hero Section Animation Start  */
    .sbread {
        margin-top: -80px;
    }

    .service-hero .slimg2 {
        width: 100px;
        left: -24px;
        top: 23px;
    }

    .sbread a {
        font-size: 18px;
        line-height: 18px;
    }

    .sbread span {
        font-size: 16px;
        line-height: 16px;
    }

    /* Tablet Services Hero Section Animation End  */

}

/* ****************************************/
/*   Tablet Globally define style End    */
/* ***************************************/




@media all and (max-width:767px) {

    /* ****************************************/
    /*   Mobile Globally define style Start   */
    /* ***************************************/
    h1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    p {
        margin: 0 0 16px 0;
        font-size: 16px;
        line-height: 22px;
    }

    li {
        font-size: 16px;
        line-height: 22px;
    }

    .visi-hidden {
        display: none !important;
    }

    /* ****************************************/
    /*   Mobile Globally define style End   */
    /* ***************************************/

    /* Mobile Services Hero Section Style Start Here   */
    .service-hero .slimg {
        right: -98px;
        top: -52px;
    }

    .service-hero .slimg2 {
        left: -26px;
        top: 16px;
        width: 80px;
    }

    .sbread a {
        font-size: 16px;
        line-height: 16px;
    }

    .sbread svg {
        margin: 0 6px;
        width: 12px;
    }

    .sbread span {
        font-size: 16px;
        line-height: 16px;
    }

    /* Mobile Services Hero Section Style End Here   */
}