/***
=============================================
    service Style1 Area Css
=============================================
***/
.service-style1-area {
    position: relative;
    display: block;
    /* background: #ffffff; */
    /* background: #eaf4f3; */
    padding: 120px 0 80px;
    z-index: 10;
}
.service-style1-area .services {
    color: #fff !important;
}
.service-style1-area.career {
    padding: 0px 0 30px;
}
.service-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100vh;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    z-index: -1;
}
/* .service-style1__bg {
    display: none;
} */

/* .service-style1__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #ffc300 0%, #ffbf00 50%, #ffcf40 75%, #ffdc73 100%);
    opacity: 0.95;
}

.service-style1__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #f4c430 0%, #eec933 60%, #fff8cc 100%);
    opacity: 0.95;
} */

.service-style1__bg:before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
        135deg,
        #fff9e6 0%,
        #fff7cc 50%,
        #fffbea 100%
    ); */
    opacity: 0.95;
}

.service-style1__top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 44px;
}

.service-style1__top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 900px;
    width: 100%;
}

.service-style1__top-title .sec-title {
    padding: 0;
}

.service-style1__top-title .text {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.service-style1__top-title .text p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    margin: 0;
}

.service-style1__top-button {
    position: relative;
    display: block;
    line-height: 0;
}

.single-service-style1 {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.single-service-style1.careers {
    padding-bottom: 50px;
}

@media (max-width: 600px) {
    .single-service-style1.property {
        padding-bottom: 50px;
    }
    .service-style1-area {
        padding: 80px 0 50px;
    }
}

.single-service-style1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 72px;
    right: 0;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.single-service-style1 .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    background: #1e1e1e;
    /* background: rgba(255, 222, 89, 0.15);
    border: 2px solid rgba(255, 222, 89, 0.5); */
    /* border: 1px solid rgba(var(--thm-base-rgb), .10); */
    /* border: 1px solid  var(--thm-base); */
    padding: 25px 32px 35px;
    transition: all 500ms ease;
    border-radius: 25px;
    z-index: 2;
}
.single-service-style1.careers .inner {
    padding: 35px 32px 55px;
}
/* .single-service-style1 .inner {
    background: #1e1e1e;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.05),  0 2px 6px rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    padding: 25px 32px 35px;
    transition: all 0.5s ease;
} */

.home-services .inner {
    padding-bottom: 10px !important;
    background: var(--thm-black) !important;
    box-shadow: 0 2px 6px rgba(244, 196, 48, 0.25),
        0 1px 3px rgba(238, 201, 51, 0.35);
    transition: all 500ms ease;
}

.home-services .inner:hover {
    box-shadow: 0 2px 8px rgba(244, 196, 48, 0.35),
        0 2px 8px rgba(238, 201, 51, 0.45);
    transform: translateY(-6px);
}

.single-service-style1:hover .inner {
    border-color: var(--thm-primary);
}

.single-service-style1 .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background: var(--thm-primary); */
    transform: perspective(400px) rotateY(90deg);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .inner:before {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .inner:before {
    opacity: 1;
    height: 100%;
    transform: scale(1);
    transition: all 800ms linear;
    transition-delay: 0.1s;
}

/* .single-service-style1 .inner .round-box {
    position: absolute;
    top: -105px;
    right: -105px;
    width: 215px;
    height: 215px;
    background: linear-gradient(160deg, rgb(1, 0, 10, 0.1), rgb(5, 10, 82, 0.1));
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 0, 0.15));
    border-radius: 50%;
    z-index: 1;
} */

/* Replace round-box with blob-box */
.single-service-style1 .blob-box {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    background: linear-gradient(
        135deg,
        rgba(255, 222, 89, 0.3),
        rgba(255, 222, 0, 0.2)
    );
    border-radius: 50% 40% 60% 50% / 50% 60% 40% 50%; /* irregular blob shape */
    z-index: 1;
    animation: blobMove 6s infinite alternate ease-in-out;
}

@keyframes blobMove {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(20deg);
    }
    100% {
        transform: scale(0.9) rotate(-15deg);
    }
}

.single-service-style1 .icon {
    position: relative;
    display: block;
    margin-bottom: 17px;
    z-index: 2;
}
/* .single-service-style1 .home-services .icon {
    margin-bottom: 0px;
} */
.single-service-style1 .icon span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 55px;
    line-height: 45px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .icon span:before {
    color: var(--thm-black);
    transform: scale(1.1);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-service-style1 .text {
    position: relative;
    display: block;
    z-index: 2;
}

.single-service-style1 .text h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin: 0 0 22px;
    color: #fff;
}

.single-service-style1 .text p {
    margin: 0;
    transition: all 500ms ease;
}

.single-service-style1:hover .text p {
    color: var(--thm-black);
    color: var(--thm-base);
}

.single-service-style1 .btn-box {
    position: relative;
    float: right;
    margin-top: -32px;
    margin-right: 50px;
    z-index: 5;
}

.single-service-style1 .btn-box a {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    /* background: #000; */
    background: #fff;
    border-radius: 50%;
    /* border: 2px solid rgba(var(--thm-base-rgb), .10); */
    color: #000;
    /* color: #fff; */
    font-size: 26px;
    line-height: 68px;
    text-align: center;
    z-index: 1;
}
.single-service-style1 .btn-box a span {
    font-weight: 600;
}
.single-service-style1 .btn-box a:hover {
    color: #ffffff;
    border: none;
}

.single-service-style1 .btn-box a:before {
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background: var(--thm-black);
    background: var(--thm-base);
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-service-style1 .btn-box a:hover:before {
    transform: scale(1);
}

.single-service-style1 .btn-box1 {
    position: relative;
    float: right;
    margin-top: -22px;
    margin-right: 50px;
    z-index: 5;
}

.single-service-style1 .btn-box1 a {
    position: relative;
    display: block;
    border-radius: 5px;
    padding: 6px 30px;
    background: var(--thm-base);
    /* border: 2px solid var(--thm-base); */
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    z-index: 1;
}

.single-service-style1 .btn-box1 a:hover {
    color: #ffffff;
}

.single-service-style1 .btn-box1 a:before {
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background: var(--thm-black);
    content: "";
    border-radius: 5px;
    z-index: -1;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-service-style1 .btn-box1 a:hover:before {
    transform: scale(1);
}
.border-btnbox1 {
    border: 1px solid #ffc300 !important;
}

.home-services .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 25px;
    background: var(--thm-black) !important;
    border-radius: 25px;
    box-shadow: 0 2px 6px rgba(244, 196, 48, 0.25),
        0 1px 3px rgba(238, 201, 51, 0.35);
    transition: all 0.5s ease;
}

.home-services .icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 0px !important;
}

.home-services .text {
    color: #fff;
    margin-left: 15px;
    text-transform: capitalize;
}

.home-services .text h3 {
    font-size: 17px;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 600px) {
    .home-services .text h3 {
        font-size: 15px;
    }
    .single-service-style1 .text h3 {
        font-size: 18px;
        margin: 0 0 5px;
    }
    .single-service-style1.property .text h3 {
        margin: 0 0 15px;
    }
}

.home-services .inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 2px 8px rgba(244, 196, 48, 0.35),
        0 2px 8px rgba(238, 201, 51, 0.45);
}

/* @media (max-width: 767px) {
    .single-service-style1.home-services .inner {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
    }

    .single-service-style1.home-services .icon {
        margin-bottom: 0;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .single-service-style1.home-services .icon img {
        width: 50px;
        height: auto;
    }

    .single-service-style1.home-services .text h3 {
        font-size: 16px;
        line-height: 1.4;
        margin: 0;
    }
} */

/* dots animation */
/* .service-style1-area.services {
    position: relative;
    background: #272727;
    overflow: hidden;
    padding: 120px 0 80px;
}

.service-style1-area.services::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255,195,0,0.15) 2px, transparent 3px);
    background-size: 50px 50px;
    animation: floatDots 15s linear infinite;
    z-index: 0;
}

@keyframes floatDots {
    from { background-position: 0 0; }
    to { background-position: 100px 100px; }
} */

/*1. line animation */
/* .service-style1-area {
    position: relative;
    background: #272727;
    overflow: hidden;
    padding: 120px 0 80px;
}

.service-style1-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255,195,0,0.08) 0px,
        rgba(255,195,0,0.08) 2px,
        transparent 100px,
        transparent 100px
    );
    animation: moveLines 0s linear infinite;
    z-index: 0;
}

@keyframes moveLines {
    from { background-position: 0 0; }
    to { background-position: 100px 100px; }
} */

/* line animation in second variation */
/* .service-style1-area {
    position: relative;
    background: #272727;
    overflow: hidden;
    padding: 120px 0 80px;
    z-index: 1;
}

.service-style1-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255,195,0,0.12) 0px,
        rgba(255,195,0,0.12) 2px,
        transparent 20px,
        transparent 40px
    );
    background-size: 60px 60px;
    animation: moveLines 12s linear infinite;
    z-index: 0;
}

@keyframes moveLines {
    from { background-position: 0 0; }
    to { background-position: 60px 60px; }
} */

/* line animation in third variation */
/* .service-style1-area {
    position: relative;
    background: #272727;
    overflow: hidden;
    padding: 120px 0 80px;
    z-index: 1;
}

.service-style1-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255,195,0,0.12) 0px,
        rgba(255,195,0,0.12) 2px,
        transparent -10px,
        transparent 40px
    );
    background-size: 60px 60px;
    animation: moveLines 12s linear infinite;
    z-index: 0;
}

@keyframes moveLines {
    from { background-position: 0 0; }
    to { background-position: 60px 60px; }
} */

/*2. orbs animation */
/* .service-style1-area {
    position: relative;
    background: #272727;
    overflow: hidden;
    padding: 120px 0 80px;
}

.service-style1-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255,195,0,0.15) 0%, transparent 70%),
                radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
    background-size: 300px 300px, 400px 400px;
    animation: floatingOrbs 20s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes floatingOrbs {
    0% { background-position: 0% 0%, 100% 100%; }
    50% { background-position: 50% 50%, 0% 100%; }
    100% { background-position: 100% 0%, 50% 50%; }
} */

/*3. Wavy Flow Animation */
/* .service-style1-area {
    position: relative;
    background: #272727;
    overflow: hidden;
    padding: 120px 0 80px;
}

.service-style1-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-radial-gradient(circle at center,
        rgba(255,195,0,0.1) 0px,
        transparent 120px
    );
    animation: waveFlow 12s linear infinite;
    z-index: 0;
}

@keyframes waveFlow {
    0% { background-size: 200px 200px; }
    50% { background-size: 250px 250px; }
    100% { background-size: 200px 200px; }
} */

/* 4.Floating Gradient Orbs */
/* .service-style1-area {
    position: relative;
    background: #272727;
    overflow: hidden;
    padding: 120px 0 80px;
    z-index: 1;
}
.service-style1-area::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,195,0,0.4), transparent 70%);
    border-radius: 50%;
    animation: floatOrb1 20s ease-in-out infinite alternate;
    z-index: 0;
}
.service-style1-area::after {
    content: "";
    position: absolute;
    bottom: -20%;
    right: -20%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255,255,255,0.2), transparent 70%);
    border-radius: 50%;
    animation: floatOrb2 25s ease-in-out infinite alternate;
    z-index: 0;
}

@keyframes floatOrb1 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(100px, 80px); }
}

@keyframes floatOrb2 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-120px, -100px); }
} */

/*5. Animated Diagonal Stripes */
/* .service-style1-area {
    position: relative;
    background: #272727;
    overflow: hidden;
    padding: 120px 0 80px;
    z-index: 1;
}

.service-style1-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 195, 0, 0.08) 0px,
        rgba(255, 195, 0, 0.08) 2px,
        transparent 30px,
        transparent 20px
    );
    background-size: 40px 40px;
    animation: moveStripes 12s linear infinite;
    z-index: 0;
}

@keyframes moveStripes {
    from { background-position: 0 0; }
    to { background-position: 100px 100px; }
} */

/*6. Falling Particles */
.service-style1-area.services1 {
    position: relative;
    background: #272727;
    overflow: hidden;
    padding: 100px 0 80px;
}

.service-style1-area.services1::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        rgba(255, 195, 0, 0.4) 1px,
        transparent 1px
    );
    background-size: 6px 6px;
    animation: fallingParticles 0s linear infinite;
    z-index: 0;
}

@keyframes fallingParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 1000px;
    }
}

@media (max-width: 600px) {
    .service-style1-area.services1 {
        padding: 60px 0 40px;
    }
}

/***
=============================================
    service Style2 Area Css
=============================================
***/
.service-style2-area {
    position: relative;
    display: block;
    padding: 100px 0 50px;
    /* background: #ffffff; */
    z-index: 10;
}
.service-style2-area .sec-title h2 {
    color: #fff !important;
    font-family: var(--thm-font);
}
.service-style2-area .gray-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 390px;
    background: #ebf1ed;
    z-index: -1;
}

.single-service-style2 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.single-service-style2 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-service-style2 .img-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    background-color: var(--thm-base);
    z-index: 1;
    transform: scale(0);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 500ms ease 100ms;
}

/* .single-service-style2:hover .img-holder:before {
    transform: scale(1.0);
} */

.single-service-style2 .img-holder .icon-box {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 8px 20px;
    line-height: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    background: var(--thm-black);
    transition: all 500ms ease;
    z-index: 2;
}

.single-service-style2:hover .img-holder .icon-box {
    color: var(--thm-black);
}

.single-service-style2 .img-holder .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-primary);
    z-index: 1;
    transform: scale(0);
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 500ms ease 100ms;
    z-index: -1;
}

.single-service-style2:hover .img-holder .icon-box:before {
    transform: scale(1);
}

.single-service-style2 .img-holder img {
    width: 100%;
}

.single-service-style2 .text-holder {
    position: relative;
    display: block;
    border: 1px solid #cad7cf;
    /* border-top: none; */
    padding: 15px 0;
}

.single-service-style2 .text-holder::before {
    position: absolute;
    left: 20px;
    bottom: -1px;
    right: 20px;
    height: 2px;
    background: var(--thm-base);
    content: "";
}

.single-service-style2 .text-holder::after {
    position: absolute;
    left: 20px;
    bottom: -1px;
    right: 20px;
    height: 2px;
    background: var(--thm-primary);
    content: "";
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.single-service-style2:hover .text-holder::after {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-service-style2 .text-holder h3 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    /* margin-bottom: 15px; */
}

.single-service-style2 .text-holder h3 a {
    color: var(--thm-black);
}

.single-service-style2 .text-holder h3 a:hover {
    color: var(--thm-base);
}

.single-service-style2 .text-holder p {
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

/***
=============================================
    service Style3 Area Css
=============================================
***/
.service-style3-area {
    position: relative;
    display: block;
    padding: 120px 0 80px;
    background: #ffffff;
    z-index: 10;
}

.service-style3-area .container {
    position: relative;
}

.service-style3-area .container::before {
    position: absolute;
    top: -120px;
    left: 215px;
    bottom: -80px;
    right: -100000px;
    background: #ebf1ed;
    content: "";
    z-index: -1;
}

.service-style3__top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 44px;
}

.service-style3__top .sec-title {
    position: relative;
    display: block;
    padding: 0;
}

.service-style3__top .text {
    position: relative;
    top: -4px;
    display: block;
    max-width: 370px;
    width: 100%;
}

.service-style3__top .text p {
    margin: 0;
}

.service-style3-area .single-service-style1 {
    padding: 0;
    margin-bottom: 40px;
}

.service-style3-area .single-service-style1:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.service-style3-area .single-service-style1 .text h3 {
    margin: 0;
}

.service-style3-area .single-service-style1 .inner {
    padding: 48px 40px 40px;
}

.service-style3-area .single-service-style1 .inner .round-box {
    transform: scale(0);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.service-style3-area .single-service-style1:hover .inner .round-box {
    transform: scale(1);
}

/***
=============================================
    Service Details Area Css
=============================================
***/
.service-details-area {
    position: relative;
    display: block;
    /* background: #ffffff; */
    padding: 60px 0px 20px;
    z-index: 10;
}
.service-details-area .sec-title .sub-title h3 {
    color: #fff !important;
}

.service-details-area p {
    color: #ffffff;
    text-align: center;
}

@media (max-width: 600px) {
    .service-details-area p {
        text-align: justify;
        font-size: 15px;
    }
}

.service-details__sidebar {
    position: relative;
    display: inline;
    width: 100%;
}

.view-all-service {
    position: relative;
    display: block;
}

.view-all-service .service-pages {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 10px 12px;
}

.view-all-service .service-pages li {
    flex: 1 1 calc(25% - 15px);
    min-width: 200px;
    max-width: 100%;
}

.view-all-service .service-pages li:last-child {
    margin-bottom: 0px;
}

.view-all-service .service-pages li a {
    position: relative;
    display: block;
    /* background-color: #d5d0d0; */
    background: #101010;
    padding: 12px 8px 12px 15px;
    border-radius: 8px;
    text-transform: capitalize;
    color: #ccc;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    font-family: var(--thm-font);
    /* font-family: var(--thm-font-2); */
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.view-all-service .service-pages li a span {
    position: relative;
    display: block;
    font-weight: 600;
    float: right;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.view-all-service .service-pages li.active a span,
.view-all-service .service-pages li:hover a span {
    color: var(--thm-black);
}

.view-all-service .service-pages li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    bottom: 0;
    right: 0;
    background: var(--thm-primary);
    transform: perspective(400px) scaleY(0);
    transform-origin: center;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.view-all-service .service-pages li:hover a::before,
.view-all-service .service-pages li.active a::before {
    transform: perspective(400px) scaleY(1);
}

.service-details-contact-info {
    position: relative;
    display: block;
    background: var(--thm-base);
    padding: 30px 65px 30px;
    margin-top: 30px;
}

.service-details-contact-info .top-box {
    position: relative;
    display: block;
    margin-bottom: 48px;
}

.service-details-contact-info .top-box .icon {
    position: relative;
    display: block;
    width: 50px;
    align-items: center;
    height: 50px;
    background: var(--thm-black);
    border-radius: 50%;
    text-align: center;
    color: var(--thm-primary);
    font-size: 18px;
}

.service-details-contact-info .top-box .icon span::before {
    position: relative;
    display: inline-block;
}

.service-details-contact-info .top-box h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .service-details-contact-info .bottom-box {
        margin-top: 20px;
        border-left: none !important;
        border-top: 1px solid rgba(0, 0, 0, 1);
        padding-top: 20px;
    }
    .service-details-contact-info h2 {
        font-size: 20px;
    }
    .service-details-contact-info .number {
        font-size: 20px;
    }
    .service-details-contact-info .text-dark {
        font-size: 15px;
    }
}

.service-details-contact-info .bottom-box {
    position: relative;
    display: block;
    border-left: 1px solid rgba(0, 0, 0, 1);
}

.service-details-contact-info .bottom-box p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
}

.service-details-contact-info .bottom-box h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 800;
    margin-top: 11px;
}

.service-details-contact-info .bottom-box h2 a {
    color: var(--thm-black);
    font-weight: 700;
}

.service-details-contact-info .bottom-box h2 a:hover {
    color: white;
}

.service-details__content {
    position: relative;
    display: block;
}

.service-details__content .img-box1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-details__content .img-box1::after {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
    z-index: 2;
}

.service-details__content .img-box1:hover::after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.service-details__content .img-box1 img {
    width: 100%;
    height: 530px;
    object-fit: cover !important;
}

.service-details__content .text-box1 {
    position: relative;
    display: block;
    margin-top: 0px;
}

.service-details__content .text-box1 h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 17px;
    letter-spacing: 0.3px;
    color: var(--thm-base);
}

.service-details__content .text-box1 p {
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.service-details__content .text-box2 {
    position: relative;
    display: block;
    /* margin-top: 48px; */
    margin-bottom: 50px;
}

.service-details__content .text-box2 .text-box2-single {
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid #cad7cf;
    padding: 10px 30px 10px;
    background: #000;
}

.service-details__content .text-box2 .text-box2-single h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    font-family: var(--thm-font);
}

.service-details__content .text-box2 .text-box2-single h4 span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 16px;
    top: 2px;
    padding-right: 7px;
}

.service-details__content .text-box3 {
    position: relative;
    display: block;
}

.service-details__content .text-box3 p {
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.service-details__content .text-box4 {
    position: relative;
    display: block;
    padding-top: 120px;
}

.service-details__content .text-box4 .img-box {
    position: relative;
    display: block;
}

.service-details__content .text-box4 .img-box img {
    width: 100%;
}

.service-details__content .text-box4 .content-box {
    position: relative;
    display: block;
    margin-top: -7px;
}

.service-details__content .text-box4 .content-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.service-details__content .text-box4 .content-box p {
    font-size: 17px;
    line-height: 34px;
    margin: 0;
}

.service-details__content .text-box4 .content-box ul {
    position: relative;
    display: block;
    margin-top: 33px;
}

.service-details__content .text-box4 .content-box ul li {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.service-details__content .text-box4 .content-box ul li:last-child {
    margin-bottom: 0;
}

.service-details__content .text-box4 .content-box ul li h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.service-details__content .text-box4 .content-box ul li h4 span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 20px;
    top: 2px;
    padding-right: 7px;
}
.service-details__content .text-box4 .content-box ul li p span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 20px;
    top: 2px;
    padding-right: 7px;
}

.on-demand-btn-box {
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.single-service-style1 .on-demand-btn-box a {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    background: var(--thm-base);
    border-radius: 50%;
    border: 2px solid rgba(var(--thm-base-rgb), 0.1);
    color: #000000;
    font-size: 26px;
    line-height: 68px;
    text-align: center;
    z-index: 1;
}

.single-service-style1 .on-demand-btn-box a:hover {
    color: #ffffff;
}

.single-service-style1 .on-demand-btn-box a:before {
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background: var(--thm-black);
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-service-style1 .on-demand-btn-box a:hover:before {
    transform: scale(1);
}

.service-modern-area {
    background: #272727;
    color: #fff;
}

.service-card {
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.service-card .card-inner {
    background: #000;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.service-card.active .card-inner,
.service-card:hover .card-inner {
    background: var(--thm-base);
    color: #272727;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(245, 184, 0, 0.5),
        0 5px 10px rgba(245, 184, 0, 0.3);
}

.service-card.active .card-inner {
    border: 3px solid #000;
    box-shadow: 0 0 15px rgba(245, 184, 0, 0.7), 0 0 30px rgba(245, 184, 0, 0.4);
}

.service-card .card-inner h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.service-card.active .card-inner h5,
.service-card:hover .card-inner h5 {
    color: #000;
}

.service-card img.service-icon {
    height: 80px;
    object-fit: contain;
}

.service-details-wrapper {
    margin-top: 40px;
}

.service-details-content {
    display: none;
    /* background: #fff; */
    /* background: linear-gradient(
        135deg,
        #fecc52 0%,
        #ffffff 50%,
        #fecc52 100%
    ); */
    background: #101010;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.service-details-content.active {
    display: block;
    animation: fadeIn 0.4s ease-in-out;
    box-shadow: 0 2px 10px rgba(245, 184, 0, 0.7);
}

.service-image img {
    height: auto;
    width: 100%;
}

.service-details-content h2 {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    color: var(--thm-base);
    font-family: var(--thm-font-2);
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #fff;
}

.feature-list i {
    margin-right: 8px;
    color: var(--thm-base);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-details-wrapper .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.service-details-wrapper .feature-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.service-details-wrapper .feature-list li::before {
    content: "✔";
    color: var(--thm-base);
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 16px;
}

.or-text {
    font-size: 16px;
    font-weight: 700;
    color: #343a40;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.or-text {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0;
}

.or-text::before,
.or-text::after {
    content: "";
    position: absolute;
    top: 43%;
    width: 25px;
    height: 3px;
    background: #000;
}

.or-text::before {
    left: 30%;
}

.or-text::after {
    right: 30%;
}

.service-details-contact-info .btn-one {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
}

.service-details-contact-info .btn-one:hover {
    background: #fff;
    color: #000;
}
