/* RESET CSS */
* {
    margin-top: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

p {
    margin-bottom: 16px;
   
}

body {
    font-family: 'Inter';
    font-size: 15px;
    line-height: 1.6;
    color: #767676;
    background-color: #E5E5E5;
    font-weight: 400;
    margin: 0;

}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}


ul,
ol {
    list-style: none;
    margin-left: 0;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
}

h1,
h2,
h3,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #2B2B2B;
    line-height: 1.236;
    margin: 0;
    text-transform: capitalize;
}

h1 {
    font-size: 48px;

}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4,
h5,
h6 {
    font-size: 18px;
}

input,
textarea {
    outline: none;
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-family: inherit;
}

.btn-tn {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #2B2B2B;
    padding: 13.5px 30px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.btn-tn:visited {
    color: #2B2B2B;
}

.btn-tn path,
.btn-download path {
    transition: all 0.3s ease-in-out;
}

.btn-learn-more:visited {
    color: #FFB400;
}

.btn-download:visited {
    color: #2B2B2B;
}

.btn-tn:hover,
.btn-download:hover {
    color: #fff;
}

.btn-tn:hover path,
.btn-download:hover path {
    fill: #fff;
}

.container {
    width: 100%;

}

.flex {
    display: flex;
}

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

.grid {
    display: grid;
    gap: 20px;
}

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

.hidden {
    display: none;
}

.background-yellow {
    background-color: #FFB400;

}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.236;
}

.single .post {
    text-align: center
}

.site-main {
    padding-top: 50px
}

.single .post .post-thumbnail img {
    margin: 0 auto
}

.container-tn {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 20px
}

/* End RESET CSS */

/* Css Home */
.progress {
    width: 100%;
    height: 6px;
    margin-top: 5px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #f4b400;
    padding: 1px;
}

.progress-bar {
    height: 100%;
    background: #f4b400;

}


.sidebar-left {
    width: 21.2%;

    padding: 25px 40px 25px;
}

.sidebar {
    background-color: #fff;
}

.wrap-avatar {
    position: relative;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    margin-bottom: 31px;


}

.wrap-avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.check-online {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #7EB942;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    display: inline-block;
    right: 10px;
    bottom: 20px;
    border-radius: 50%;
}

.value-information .check-online {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-right: 6px;
}

.name-user {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.236;
    color: #2B2B2B;
    margin-bottom: 10px;
}

.position-user {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 21px !important;
}

.social {
    gap: 18px;
    justify-content: center;
    margin-bottom: 0px;
}

.social a {
    display: flex;
    width: 34px;
    height: 34px;
    background-color: #FFB400;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.box-information-user {
    border-bottom: 1.5px solid #F0F0F6;
    padding: 25px 0 23px;
    display: flex;
    flex-direction: column;
}

.box-information-user p {
    margin-bottom: 0;
}

.label-information {
    font-size: 15px;
    line-height: 23px;
    color: #2B2B2B;
    padding: 1px 5px;
    background: #FFB400;

}

.item-perstion-information,
.wrap-title-progress,
.item-progress {
    justify-content: space-between;
    align-items: center;
}

.personal-information {
    gap: 9px;
}

.list-languages,
.list-skills {
    gap: 8px
}

.list-languages {
    padding-bottom: 33px;
}

.list-skills {
    padding-bottom: 12px;

}

.item-extra-skill svg {
    margin-right: 10px;
}

.list-extra-skills ul {
    display: flex;
    flex-direction: column;
    gap: 4px;

    margin-bottom: 3px;
}

.list-extra-skills .title-box-information {
    margin-bottom: 15px;
}

.title-box-information {
    font-size: 18px;
    text-transform: capitalize;
    color: #2B2B2B;
    margin-bottom: 5px;

}

.btn-download {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px;
    gap: 19px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2B2B2B;

}

.button-download {
    padding-top: 25px;
}

.value-information {
    font-size: 15px;
    line-height: 24px;
    color: #2B2B2B;
    position: relative;
}

.text-green {
    color: #7EB942;

}

.sidebar-right {
    width: 7.5%;
    padding: 50px 21px;
    min-width: 108px;
}

.main-content {
    flex: 1
}

.bubble {
    display: none;
    bottom: 50px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    color: #FFFFFF;
    background-color: #2B2B2B;
    padding: 6px 15px;
    text-align: center;
    border-radius: 3px;
    text-transform: capitalize;
}

.bubble::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #2B2B2B;
}

.item-menu a {
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #F0F0F6;
    transition: all 0.3s ease-in-out;

}

.item-menu:hover .bubble {
    display: block;
}

.item-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.menu-in-page {
    flex-direction: column;
    gap: 43px;
    align-items: center;
}

.icon-top-sidebar {
    text-align: center;
    margin-bottom: 200px;
}

.item-menu:hover a {
    background: #FFB400;
}

.item-menu:hover a path {
    fill: #2B2B2B !important;
}

.item-menu.active a {
    background: #FFB400;
}

.item-menu.active a path {
    fill: #2B2B2B !important;
}

.highlight span {
    color: #FFB400;
}

.section-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFFFFF;
    align-items: end;
    padding: 8px 42px 0;
    justify-content: space-between;
    min-height: 491px;

}

.main-content {
    margin-left: 30px;
    margin-right: 27px;
}

.wrap-content-banner {
    padding-bottom: 60px;
    padding-top: 60px;
    max-width: 525px;
    padding-left: 18px;
    width: 60%;
}

.btn-banner {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 16px 32px;
    width: fit-content;
    border-radius: 5px;
    gap: 9px;
}

.wrap-banner-image {
    width: 39.5%;
}

.wrap-content-banner .heading {
    margin-bottom: 22px;
    letter-spacing: 1.5px;
}

.sub-title {
    margin-bottom: 28px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5;
}

.item-card {
    width: calc((100% - 40px) / 3);
    background-color: #fff;
    padding: 44px 26px 18px 26px;
    text-align: center;

}

.list-card {
    flex-wrap: wrap;
    gap: 15px 20px;
}

.icon-card {
    max-width: 66px;
    margin: 0 auto 26px auto;

}

.title-card {
    margin-bottom: 18px;


}

.header-content-service {
    max-width: 448px;
    margin: 0 auto;
    margin-bottom: 55px;
}

.my-service {
    padding-top: 100px;
    padding-bottom: 37px;
}

.section-trusted {
    padding-top: 45px;
    padding-bottom: 42px;
}

.header-content-services .title-second {
    margin-bottom: 19px;

}

.header-content-services .subtitle {
    margin: 0 auto;
    max-width: 487px;
}

.header-content-trusted .title-second {
    margin-bottom: 20px;
}

.header-content-clients .subtitle {
    max-width: 438px;
    margin: 0 auto;
}

.text {
    text-transform: capitalize;

}

p:last-child {
    margin-bottom: 0;
}

.list-logo {
    justify-content: space-between;
    gap: 10px;
    padding: 0 48px;
}

.list-logo img {
    max-height: 80px;
}

.wrap-video {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    aspect-ratio: 755 / 426;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 30px;
}

.wrap-video video {
    width: 100%;
}

.wrap-clients {
    padding-top: 48px;

}

.header-content-clients {
    margin-bottom: 44px;
}

.image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.icon-play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 69.48px;
    height: 63.85px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border-radius: 50%;
    border: 6px solid rgb(167 167 167 / 60%);
    cursor: pointer;
}

.wrap-clients {
    text-align: center;

}

.section-services {
    padding: 50px 0;
}

.item-price {
    background-color: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 48px 30px 25px 30px;
    width: calc((100% - 24px) / 3);

}

.list-price {
    gap: 12px;
    justify-content: center;
}

.days {
    color: #FFB400;
    text-align: center;
}

.pricing span {

    font-weight: 400;
    font-size: 15px;
    line-height: 24px;

}

.pricing {
    margin-bottom: 10px;
}

.btn-price {

    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    color: #2B2B2B;
    padding: 11px 41px;
    margin: auto auto 0 auto;
    text-transform: capitalize;
}

.btn-price:hover {
    opacity: 0.8;
    color: #2B2B2B;
}

.item-price {
    display: flex;
    flex-direction: column;
}

.list-services li {

    color: #2B2B2B;
    display: flex;
    gap: 14px;

}

.list-services {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 35px;
    margin-bottom: 30px;
}

.list-services li::before {
    content: "";
    width: 25px;
    min-width: 25px;
    height: 24px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 24'%3E%3Cpath d='M10.3688 15.172L19.8998 5.979L21.367 7.393L10.3688 18L3.77002 11.636L5.23618 10.222L10.3688 15.172Z' fill='%23FFB400'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;

}

.header-content-services {
    margin-bottom: 50px;
}

.page-have-sidebar {
    align-items: start;
    max-width: 1920px;
    margin: 0 auto;
}

.label-portfolio {
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    height: 50px;
    position: absolute;
    right: -15px;
    top: -16px;
    width: 77px;
    z-index: 1;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 50%;
    background: #e11212;
}

/* .item-image::after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #ffb30000;
    transition: all .3s ease;
    pointer-events: none;
} */
.btn-view {
    color: #52c201;
    border: 1px solid #52c201;
    border-radius: 3px;
    padding: 4px 18px 4px 19px;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
}

.item-image {
    position: relative;
    padding: 20px;
    background: #fff;
}

.content-image {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    align-items: center;
}

.title-image {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.item-image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.list-image {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);

}

.item-image img {
    width: 100%;
    height: 370px;
    object-fit: cover;
	    object-position: top;

}

.item-image:hover::after {
    background-color: #ffb400f2;
}

.item-image:hover svg {
    display: block;
    z-index: 2;
    pointer-events: none;
}

.header-tap {
    justify-content: center;
    gap: 30px;
}

.header-content-portfolio {
    margin-bottom: 80px;
}

.title-tap {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.236;
    color: #2B2B2B;
    cursor: pointer;

}

.title-tap.active {
    color: #FFB400;
}

.title-tap:hover {
    color: #FFB400;
}

.item-price.active .btn-price {
    background-color: #FFB400;
}

.tab {
    margin-top: 53px;
}

.item-blog {
    background-color: #fff;
    width: calc((100% - 40px) / 3);
}

.list-blog {
    gap: 20px;
    flex-wrap: wrap;
}

.wrap-image img {
    width: 100%;
}

.wrap-content {
    padding: 26px 25px 17px;
}

.title-blog {
    margin-bottom: 8px;
}

.btn-learn-more {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.236;
    display: flex;
    color: #FFB400;
    width: fit-content;

}

.section-blog {
    padding-top: 91px;
}

.header-content-blog {
    padding-bottom: 78px;
}

.header-content-blog .subtitle {
    max-width: 434px;
    margin: 0 auto;
}

.wrap-form,
.box-contact-information {
    background-color: #fff;
}

.wrap-contact {
    gap: 40px;
    align-items: stretch;
    margin-bottom: 26px;

}

.list-box-information {
    display: flex;
    flex-direction: column;
    gap: 19.23px;
    justify-content: space-between;
    flex: 1;
}

.right-content-contact {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.left-content-contact {
    flex: 1;
}

.section-contact {
    padding-top: 118px;
}

.wrap-contact .title-second {
    margin-bottom: 57px;
}

.title-second {
    margin-bottom: 25px;
}

.wrap-form {
    padding: 25px;
}

.header-content-trusted {
    margin-bottom: 51px;
}

.group-input {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 29px;

}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7-response-output {
    margin: 0;
    background: #fff;
    margin: 0 !important;
}

.group-input input {
    border: none;
    width: 100%;
    background: #F0F0F6;
    min-height: 53px;
}

.group-input p span {
    display: inline-block;
    width: 100%;
}

.group-input textarea {
    background: #F0F0F6;
    border: none;
    min-height: 224px;
}

.group-input label {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.236;
    color: #767676;

}

.group-submit input[type="submit"] {
    text-transform: uppercase;
    background-color: #FFB400;
    border: none;
    padding: 9.61px 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2B2B2B;

}

.group-submit input[type="submit"]:hover {
    opacity: 0.8;
}

.btn-learn-more svg {
    transition: 0.3s ease;
}

.btn-learn-more:hover svg {
    transform: translateX(6px);
}

.box-contact-information {
    padding: 26px 25px 16px;
}

.icon-contact-information {
    width: 40px;
    height: 40px;
    background-color: #FFB400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.item-contact-information p {
    margin-bottom: 0;

}

.label-contact-information {

    font-weight: 500;
    font-size: 18px;
    line-height: 1.236;
    color: #767676;

}

.item-contact-information {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
}

.copyright {
    padding: 19.23px;
    background-color: #fff;
    font-size: 15px;
    line-height: 24px;
    color: #2B2B2B;

}

.label-price {
    background-color: #FFB400;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #2B2B2B;
    text-transform: capitalize;
    padding: 2px;

}

.title-price {
    margin-bottom: 23px;
}

.section-portfolio {
    padding-top: 58px;
}

.header-content-portfolio .subtitle {
    max-width: 438px;
    margin: 0 auto;
}

.header-content-portfolio .title-second {
    margin-bottom: 28px;
}

.header-content-blog .title-second {
    margin-bottom: 39px;
}

.close-toggle,
.menu-toggle {
    display: none;
}

.sidebar {
    height: 100vh;
    overflow-y: scroll;
    position: sticky;
    top: 0;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
}

.sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #ffb400;
    border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: #e09d00;
}

.sidebar {
    scrollbar-width: thin;
    scrollbar-color: #ffb400 transparent;
}

@media(max-width:1300px) {
    .wrap-content-banner {
        padding-left: 0;
    }

    .wrap-content-banner .heading {
        letter-spacing: 0;
    }

    .sidebar-left {
        padding: 25px;
    }

    .btn-price {
        padding: 11px 30px;
    }

}

@media(max-width:1200px) {
    .item-price {
        padding: 48px 20px 20px 20px;
    }

    .wrap-content-banner {
        padding-top: 40px;
    }

    .list-logo {
        padding: 0;
    }

    .main-content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .wrap-contact {
        gap: 20px;
    }

    .right-content-contact {
        width: 46%;
    }
}

@media(max-width:1024px) {

    h1,
    .heading {
        font-size: 36px;
    }

    .wrap-content-banner {
        padding-bottom: 20px;

    }

    .section-banner {
        padding: 8px 30px 0;
        min-height: auto;
    }

    .top-information {
        padding-top: 0;
    }

    .sidebar-right {
        min-width: 90px;
        padding: 25px 15px;
    }

    .sidebar-left {
        min-width: 246px;
    }

    .item-card {
        width: calc((100% - 20px) / 2);
    }

    .my-service {
        padding-top: 80px;
    }

    .list-logo,
    .list-price,
    .list-blog,
    .wrap-contact {
        flex-wrap: wrap;
    }

    .item-price {
        width: calc((100% - 12px) / 2);
    }

    .header-content-portfolio {
        margin-bottom: 60px;
    }

    .list-image {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .item-blog {
        width: calc((100% - 20px) / 2);
    }

    .header-content-blog {
        padding-bottom: 60px;
    }

    .right-content-contact {
        width: 100%;
    }

    .wrap-contact {
        gap: 50px;
    }

    .wrap-contact .title-second {
        margin-bottom: 30px;
    }

    .section-contact {
        padding-top: 80px;
    }

    .header-tap {
        gap: 25px;
    }

    .title-second {
        font-size: 24px;
    }
}

@media(max-width:991px) {
    .page-have-sidebar {
        flex-wrap: wrap;
    }

    .bubble {
        display: none !important;
    }

    .page-have-sidebar {
        padding-top: 100px;
    }

    .sidebar-right {
        width: 100%;
        order: -1;
        margin-bottom: 20px;
        position: fixed;
        padding: 20px 15px;
    }

    .sidebar {
        height: auto;
    }

    .main-content {
        margin-right: 20px;
    }

    .content-sidebar-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .icon-top-sidebar {
        margin-bottom: 0;
        height: 30px;
        display: flex;
        align-items: center;
        gap: 23px;
    }

    .menu-in-page {
        flex-direction: row;
    }

    .menu-in-page {
        margin-bottom: 0;
    }

    .sidebar-left {
        padding: 20px;
        top: 100px;
        height: 100vh;
    }

    .header-content-blog .title-second {
        margin-bottom: 20px;
    }

    .menu-in-page {
        gap: 10px;
    }
}

@media(max-width:767px) {
    .sidebar-left {
        position: fixed;
        z-index: 99;
        overflow: scroll;
        height: 100vh;
        left: -100%;
        transition: 0.4s ease;
        width: 305px;
        max-width: 100%;
        top: 0;
    }
.item-price.active h3 {
    margin-top: 25px;
}
    .close-toggle,
    .menu-toggle {
        display: block;
    }

    .sidebar-left.active {
        left: 0;

    }

    .close-toggle {
        width: 25px;
        height: 25px;
        position: relative;
        cursor: pointer;
    }

    .close-toggle span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 3px;
        background: #111;
        border-radius: 3px;
    }

    .close-toggle span:first-child {
        transform: translateY(-50%) rotate(45deg);
    }

    .close-toggle span:last-child {
        transform: translateY(-50%) rotate(-45deg);
    }

    .item-menu a {
        height: 35px;
        width: 35px;
    }

    .section-banner {
        padding: 0px 20px 0;
    }

    .my-service,
    .section-blog,
    .section-contact {
        padding-top: 60px;
    }

    .header-content-service,
    .header-content-trusted,
    .header-content-services {
        margin-bottom: 30px;
    }

    .section-trusted {
        padding-top: 20px;
    }

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

    .item-price {
        padding-top: 30px;
    }

    .title-price {
        margin-bottom: 15px;
    }

    .header-content-blog {
        padding-bottom: 30px;
    }

    .header-tap {
        flex-wrap: wrap;
    }

    .box-contact-information {
        padding: 20px 15px 16px;
    }

    .wrap-contact .title-second {
        margin-bottom: 15px;
    }

    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .menu-toggle {
        width: 36px;
        cursor: pointer;

        background-color: #fff;
        padding: 5px;
        z-index: 99;
    }

    .menu-toggle span {
        display: block;
        height: 3px;
        background: #111;
        margin: 6px 0;
        border-radius: 3px;
    }
}

@media(max-width:600px) {


    .section-banner {
        flex-wrap: wrap;
    }

    .wrap-banner-image,
    .wrap-content-banner {
        width: 100%;
    }

    .item-price,
    .item-card,
    .item-blog {
        width: 100%;
    }

    .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .label-contact-information,
    .group-input label {
        font-size: 16px;
    }

    .list-logo {
        justify-content: center;
    }


}

.list-logo img:hover {
    opacity: 0.5;
}

.item-image:hover .btn-view {
    /* opacity: 0.6; */
    background: #ffb400;
    color: white;
    border: white;
}


ul.footer-item.policy.dflex li {
    display: inline-block;
    margin: 5px 10px;
}

ul.footer-item.policy.dflex {
    margin: 0 auto;
    width: auto;
    margin-top: 20px;
}
.page-template-page-php main.main-content
 {
    background: white;
}
.page-template-page-php h1.entry-title
 {
    margin: 50px 0px;
}

.page-template-page-php h1,.page-template-page-php h2,.page-template-page-php h3,.page-template-page-php h3,.page-template-page-php h4,.page-template-page-php h5,.page-template-page-php h6
 {
    margin: 20px 0px;
}
.list-logo.flex a
 {
    position: relative;
}
 .list-logo a:nth-child(1):hover::after {
                content: "";
                background-image: url('https://figmatowordpressservice.com/wp-content/uploads/2026/04/upwork-hover.png');
                position: absolute;
               width: 350px;
    height: 300px;
                top: -160px;
                /* Position it above the original image */
                left: 0;
                border: 1px solid #ccc;
                z-index: 5464645654;
                background-repeat: no-repeat;
	     background-size: cover;
            }
 .list-logo a:nth-child(2):hover::after {
                content: "";
                background-image: url('https://figmatowordpressservice.com/wp-content/uploads/2026/04/freelancer-hover.png');
                position: absolute;
               width: 350px;
    height: 300px;
                top: -160px;
	     background-size: cover;
                /* Position it above the original image */
                left: 0;
                border: 1px solid #ccc;
                z-index: 5464645654;
                background-repeat: no-repeat;
            }
 .list-logo a:nth-child(3):hover::after {
                content: "";
                background-image: url('https://figmatowordpressservice.com/wp-content/uploads/2026/04/pph-hover.png');
                position: absolute;
               width: 300px;
    height: 400px;
                top: -160px;
                /* Position it above the original image */
                left: 0;
	     background-size: cover;
                border: 1px solid #ccc;
                z-index: 5464645654;
                background-repeat: no-repeat;
            }