/*
Theme Name: Vex CSS
Theme URI: https://vex.lucian.host/
Description: Agency Theme
Version: 1.0.0
Author: Sweet Themes

*/

/* I. HEADER */
.rc-anchor-aria-status {
    display: block;
}
.hidden {
    display: none;
}
a, button {
    cursor: pointer;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #222227;

}
body::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  outline: 1px solid #222227;
}
body {
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
}



@media (min-width: 1300px) {
    header.header-venor > nav.navbar.navbar-expand-lg {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .sticky .header__content__venor  {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        background: #000000;
        z-index: 99999999999;
        right: 0;
        -webkit-box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
        box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
        border-bottom: 1px solid #222227;
        height: 75px;
    }
    .sticky > .header {
        height: 70px;
    z-index: 99999;}
}


/*==============================
    Header
==============================*/

.header {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 101;
}

.header__content__venor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 115px;
    width: 100%;
    position: relative;
    padding: 0 15px;
}
.banner-section {
    padding: 200px 0 80px;
    background: #000;
    background-size: cover;
}

h1.banner-title {
    font-size: 46px;
    line-height: 56px;
    color: #fff;
    font-weight: 800;
    max-width: 700px;
    margin-bottom: 20px;
}

.rtl h1.banner-title {text-align: right;}

.rtl .service-details-link {text-align: right;}

.rtl p.banner-desc {
    text-align: right;
}

p.banner-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 26px;
    max-width: 550px;
}
.header__logo {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
}

.header__logo img {
    width: auto;
    height: 40px;
    display: block;
transition: all 400ms ease;-webkit-transition: all 400ms ease;}

.contact-map p {margin: 0;}

.contact-map {margin-top: 60px;}

.header__logo img:hover {opacity: .8;}

.maintenance_inner {height: 100vh;display: flex; justify-content: center;align-items: center;font-size: 22px;font-weight: bold;}

.header__actions__venor {
    display: inline-flex;
    align-items: center;
    width: auto;
    margin-right: 42px;
}


.header__action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 22px;
    position: relative;
    margin-left: 10px;
}

.header__action:first-child {
    margin-left: 0;
}

.header__action--profile {
    width: auto;
}

.header__action-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    transition: 0.5s ease;
    transition-property: color, background-color, border-color, box-shadow;
    cursor: pointer;
    outline: 0 !important;
    font-weight: 600;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

.header__action-btn span {
    display: none;
}

.header__action-btn svg {
    width: 22px;
    height: auto;
    fill: #bdbdbd;
    transition: fill 0.5s ease;
}

.header__action-btn:hover svg {
    fill: #fff;
}

.rtl a.codeless-add-purchase-button {
    right: inherit;
    left: 20px;
}
.rtl .progress-wrap {
    right: inherit;
    left: 30px;
}

.header__btn__venor {
    position: absolute;
    width: 22px;
    height: 22px;
    display: block;
    right: 15px;
    top: 24px;
    padding: 0;
    border: none;
    background-color: transparent;
    transition: 0.5s ease;
    transition-property: color, background-color, border-color, box-shadow;
    cursor: pointer;
    outline: 0 !important;
}

.header__btn__venor span {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    right: 0;
    width: 22px;
    height: 2px;
    background-color: #bdbdbd;
    border-radius: 2px;
    transition: 0.5s ease;
    transition-property: width, background-color;
}

.header__btn__venor span:first-child {
    top: 0;
}

.header__btn__venor span:nth-child(2) {
    top: 10px;
    width: 16px;
}

.header__btn__venor span:last-child {
    top: 20px;
    width: 10px;
}

.header__btn__venor:hover span {
    background-color: #38A997;
}

.header__btn--active span {
    background-color: #38A997;
}

.header__btn--active span:nth-child(2) {
    width: 22px;
}

.header__btn--active span:last-child {
    width: 22px;
}


.header__nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__nav-item {
    margin-bottom: 20px;
    position: relative;
}

.header__nav-item:last-child {
    margin-bottom: 0;
}

.header__nav-link {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 22px;
    height: 22px;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
}
.header__nav-link.active {
    color: #fff;
}

.header__nav-link svg {
    fill: #bdbdbd;
    width: 14px;
    height: auto;
    transition: fill 0.5s ease;
    margin-left: 1px;
    margin-top: 2px;
}

.header__nav-link--menu svg {
    width: 20px;
    margin-top: 0;
    margin-left: 0;
}

.header__nav-link--active {
    color: #38A997;
    cursor: default;
    font-weight: 500;
}

.header__nav-link--active:hover {
    color: #38A997 !important;
}

.header__nav-link:hover,
.header__nav-link[aria-expanded="true"] {
    color: #fff;
}

.header__nav-link:hover svg,
.header__nav-link[aria-expanded="true"] svg {
    fill: #38A997;
}

.header__nav-menu {
    display: block;
    position: absolute !important;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    top: 0;
    background-color: #38A997;
    border-radius: 5px;
    padding: 0px 15px;
    width: 200px;
    transition: opacity 0.5s ease;
    transform: translate3d(0px, 22px, 0px);
    margin-top: 10px;
    height: auto;
    border: 0;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.header__nav-menu .header__nav-menu {
    margin-top: 5px;
    margin-left: 20px;
}

.header__nav-menu li {
    position: relative;
    margin-bottom: 18px;
}
.rtl .header__nav-menu li {
    text-align: right;
}

.header__nav-menu li:first-child {
    padding-top: 20px;
}

.header__nav-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
}



.header__nav-menu a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s ease;
    position: relative;
}

.header__nav-menu a svg {
    fill: #bdbdbd;
    width: 14px;
    height: auto;
    transition: 0.5s ease;
    margin-left: 1px;
    margin-top: 2px;
}

.header__nav-menu a:hover,
.header__nav-menu a[aria-expanded="true"] {
    color: #ccc;
}

.header__nav-menu a:hover svg,
.header__nav-menu a[aria-expanded="true"] svg {
    fill: #38A997;
}

.header__nav-menu.show {
    z-index: 1000;
    pointer-events: auto;
    opacity: 1;
}
.rtl .header__nav-menu {
    left: inherit;
    right: 0;
}

.header__profile-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0 6px 0 6px;
    height: 54px;
    border: 1px solid #222227;
    border-radius: 16px;
}

.header__profile-btn--verified:after {
    content: '';
    position: absolute;
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    bottom: 5px;
    left: 30px;
    border-radius: 50%;
    background: url("../img/verified.svg") no-repeat center #2f80ed;
    background-size: 14px auto;
    z-index: 1;
    pointer-events: none;
}

.header__profile-btn img {
    display: none;
    width: 40px !important;
    height: 40px;
    border-radius: 12px;
    margin-right: 6px;
}

.header__profile-btn div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 6px;
}

.header__profile-btn p {
    margin-bottom: 0;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    
    font-weight: 500;
}

.header__profile-btn span {
    font-size: 12px;
    color: #bdbdbd;
    line-height: 18px;
}

.header__profile-btn svg {
    fill: #bdbdbd;
    width: 16px;
    height: auto;
    transition: fill 0.5s ease;
    margin-left: 6px;
    margin-top: 2px;
}

.header__profile-btn:hover {
    border-color: #38A997;
}

.header__profile-btn:hover svg,
.header__profile-btn[aria-expanded="true"] svg {
    fill: #38A997;
}

.header__profile-menu {
    display: block;
    position: absolute !important;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    top: 0;
    background-color: #000000;
    border-radius: 16px;
    padding: 20px;
    min-width: 180px;
    transition: opacity 0.5s ease;
    transform: translate3d(0px, 54px, 0px) !important;
    height: auto;
    border: 1px solid #222227;
    right: 0 !important;
    left: auto !important;
    margin-top: 2px;
}

.header__profile-menu li {
    margin-bottom: 15px;
    width: 100%;
}

.header__profile-menu li:last-child {
    margin-bottom: 0;
}

.header__profile-menu li:last-child {
    padding-top: 15px;
    border-top: 1px solid #222227;
}

.header__profile-menu a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.5s ease;
    position: relative;
}

.header__profile-menu a svg {
    fill: #fff;
    width: 20px;
    height: auto;
    transition: fill 0.5s ease;
    margin-right: 10px;
}

.header__profile-menu a:hover {
    color: #fff;
}

.header__profile-menu a:hover svg {
    fill: #38A997;
}

.header__profile-menu.show {
    z-index: 1000;
    pointer-events: auto;
    opacity: 1;
}

.header__lang {
    position: relative;
    margin-top: 0px;
}

.header__lang-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #1E1E1B;
    padding: 0 15px;
    height: 36px;
    border-radius: 5px;
}

.header__lang-btn img {
    width: 17px;
    height: auto;
    margin-right: 6px;
    border-radius: 50%;
}

.rtl .header__lang-btn img {
    margin-right: 0px;
    margin-left: 8px;
}

.header__lang-btn span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    transition: color 0.5s ease;
}

.header__lang-btn:hover span {
    color: #fff;
}

.header__lang-dropdown {
    display: block;
    position: absolute !important;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    top: 0;
    background-color: #1E1E1B;
    border-radius: 5px;
    padding: 16px;
    min-width: 100px;
    transition: opacity 0.5s ease;
    height: auto;
    border: 1px solid #222227;
}

.header__lang-dropdown li {
    width: 100%;
    margin-bottom: 15px;
}

.header__lang-dropdown li:last-child {
    margin-bottom: 0;
}

.header__lang-dropdown a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.header__lang-dropdown a img {
    width: 20px;
    height: auto;
    margin-right: 8px;
    border-radius: 50%;
}

.rtl .header__lang-dropdown a img {
    margin-right: 0px;
    margin-left: 8px;
}

.header__lang-dropdown a span {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    transition: color 0.5s ease;
}

.header__lang-dropdown a:hover span {
    color: #fff;
}

.header__lang-dropdown.show {
    z-index: 1000;
    pointer-events: auto;
    opacity: 1;
}

.header__nav-item.dropdown>a::after {
    content: "\f107";
    border: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 990;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: block;
    width: auto;
    height: auto;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.rtl .header__nav-item.dropdown>a::after {
    margin-left: 0;
    margin-right: 7px;
}

@media (min-width: 576px) {
    .header__action--signin {
        width: auto;
        padding-left: 22px;
    }
    .header__action--signin:before {
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        height: 24px;
        background-color: #222227;
        top: 50%;
        left: 0;
        margin-top: -11px;
    }
    .header__action--signin:hover a span,
    .header__action--signin:hover button span {
        color: #fff;
    }
    .header__action--signin:hover a svg,
    .header__action--signin:hover button svg {
        fill: #38A997;
    }
    .header__action-btn span {
        display: block;
        white-space: nowrap;
        color: #bdbdbd;
        font-size: 14px;
        margin-right: 10px;
        
        font-weight: 700;
        transition: color 0.5s ease;
    }
    .header__action-btn--start-project {
        background-color: #38A997;
        border-radius: 5px;
        padding: 0 15px;
    }
    .header__action-btn--start-project span {
        margin-right: 0;
        color: #fff;
    }
    .header__action-btn--start-project svg {
        display: none;
    }
    .header__action-btn--start-project:hover {
        background-color: #2522ba !important;
        color: #fff !important;
    }
    .header__action-btn--start-project:hover span {
        color: #fff;
    }
    .header__content__venor {
        padding: 0 30px;
    }
    .header__search__venor {
        padding: 0 30px;
    }
    .header__search__venor button {
        right: 75px;
    }
    .header__search__venor button.close {
        right: 30px;
    }
    .header__btn__venor {
        right: 30px;
    }
    .header__profile-btn img {
        display: block;
    }
    .header__profile-btn--verified:after {
        display: block;
    }
}

@media (min-width: 768px) {
    .header__action {
        margin-left: 30px;
    }
    .rtl .header__action {
        margin-left: 0;
        margin-right: 20px;
    }
    .header__action--signin {
        padding-left: 0px;
    }
    .header__actions__venor {
        margin-right: 52px;
    }
}

@media (min-width: 1200px) {

    .header__logo {
        width: auto;
        margin-right: 50px;
        margin-left: 20px;
    }
    .rtl .header__logo {
        margin-right: 0;
        margin-right: 20px;
    }
    .header__btn__venor {
        display: none;
    }
    .header__content__venor {
        padding: 0 30px;
        position: absolute;
    }
    .header__actions__venor {
        margin-right: 0;
    }
    .header__action--search {
        display: none;
    }
    .header__action--signin {
        padding-left: 0;
        padding-right: 10px;
    }
    .header__action--signin:before {
        display: none;
    }
    .header__action-btn svg {
        fill: #38A997;
    }
    .header__action-btn--start-project {
        height: 36px;
        line-height: 36px;
        /* min-width: 100px; */
    }
    .header__search__venor {
        position: relative;
        top: auto;
        left: auto;
        width: 280px;
        padding: 0;
        border: none;
        background-color: transparent;
    }
    .header__search__venor input {
        padding: 0 60px 0 20px;
        width: 100%;
    }
    .header__search__venor button {
        right: 20px;
    }
    .header__search__venor button.close {
        display: none;
    }
    .header__search__venor--active {
        top: auto;
    }
    .header__menu__venor {
        /* flex-direction: row; */
        /* align-items: center; */
        width: auto;
        padding: 0;
        position: relative;
        /* top: auto; */
        /* right: auto; */
        /* bottom: auto; */
        background-color: transparent;
        /* transform: translate3d(0, 0, 0); */
        border: none;
        /* transition: transform 0s ease; */
        /* float: right; */
        flex-direction: row;
        justify-content: flex-end;
        display: inline-flex;
        margin-left: auto;
        margin-right: 60px;
    }
    .header__nav {
        flex-direction: row;
        align-items: center;
        width: auto;
        margin: 0;
    }
    .header__nav-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 70px;
        margin-bottom: 0;
        margin-left: 30px;
    }
    .rtl .header__nav-item {
        margin-left: 0px;
        margin-right: 30px;
    }
    .header__nav-menu {
        transform: translate3d(0px, 46px, 0px);
    }
    .header__nav-menu .header__nav-menu {
        transform: translate3d(0px, 22px, 0px);
    }
}

@media (min-width: 1440px) {
    .header__search__venor {
        width: 360px;
    }
}

@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}


@media only screen and (min-width: 1200px) {
    .sticky .header-venor {
        height: 90px;
    }
    .sticky .header-venor .navbar {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        background: #fff;
        z-index: 9999;
        right: 0;
        -webkit-box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
        box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
    }
    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
  
}




/* FIXED SIDEBAR */
.fixed-sidebar-menu::-webkit-scrollbar {
  width: 5px;
}
.fixed-sidebar-menu::-webkit-scrollbar-track {
  background: #222227;

}
.fixed-sidebar-menu::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  outline: 1px solid #222227;
}
.side_panel_sidebar_parent {
    display: inline-block;
    width: 50px;
}
.header7 .fixed-sidebar-menu .contact-details p, .header7 .fixed-sidebar-menu .contact-details a {
    color: rgb(255 255 255 / 75%);
}
.fixed-sidebar-menu.open .left-side a.btn.btn-style1 {
    color: #fff !important;
}

.fixed-sidebar-menu.open .left-side a.btn.btn-style1:hover {
    background: #2522ba;
}
p.btn-sidebar {
    text-align: center;
    color: #fff !important;
}

p.btn-sidebar a.btn.btn-style1 {
    margin: 30px 5px;
    color: #fff !important;
}
.header7 .fixed-sidebar-menu .contact-details a:hover {
    color: #38A997;
}
.side_panel_sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background: #38A997;
    cursor: pointer;
    transition: all 400ms ease;
}

span.side_panel_toggle span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 50px;
    background-color: #fff;
    margin-bottom: 4px;
    transition: all .3s ease-in-out;
    position: relative;
    top: 2px;
}


.side_panel_sidebar:hover {
    background: #2522ba;
}
.fixed-sidebar-menu-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    cursor: url(../../img/burger-close.png), auto;
}
.fixed-sidebar-menu-overlay.visible {
    opacity: 1 !important;
    visibility: visible !important;
}
.fixed-sidebar-menu {
    background: rgba(0, 0, 0, 0.99);
    position: fixed;
    width: 400px;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
    z-index: 999999999;
    padding: 0;
    top: 0;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    border-right: cadetblue;
}
.header7 .fixed-sidebar-menu.open {
    left: 0%;
}
.header7 .fixed-sidebar-menu {
    left: -400px;
}
.fixed-sidebar-menu.open {
    padding: 0;
    width: 400px;
}
.fixed-sidebar-menu-holder .close-sidebar {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px !important;
    cursor: pointer;
    z-index: 2252;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.fixed-sidebar-menu-holder .close-sidebar:before, 
.fixed-sidebar-menu-holder .close-sidebar:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #fff;
}
.close-sidebar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.close-sidebar:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.header7 .fixed-sidebar-menu.open .close-sidebar:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.fixed-sidebar-menu > div {
    height: auto;
}
.fixed-sidebar-menu .left-side {
    box-sizing: border-box;
    float: left;
    height: 100%;
    padding: 80px 45px 30px;
    width: 100%;
}
.fixed-sidebar-menu.open .left-side {
    opacity: 1;
    position: relative;
    visibility: visible;
}
.fixed-sidebar-menu .widget-title {
    border-color: transparent;
    margin-bottom: 50px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0 25px;
    padding: 0;
    font-size: 32px;
}
.contact-details p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    opacity: 1;
    font-weight: 400;
}
.contact-details p i {
    width: 25px;
}
.fixed-sidebar-menu .left-side .social-links {
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 30px;
}
.fixed-sidebar-menu .left-side .social-links li {
    margin-right: 10px;
    color: #000;
    opacity: .8;
    display: inline-block;
    list-style: outside none none;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
}
.fixed-sidebar-menu .left-side .social-links a {
    text-align: center;
    font-size: 16px;
    color: #fff;
    opacity: .8;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100px;
    line-height: 40px;
}
.fixed-sidebar-menu .left-side .social-links a strong {
    text-indent: -9999px;
    display: inline-block;
    white-space: nowrap;
}
/* #Progress
================================================== */

@-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
.paginacontainer {
  height: 3000px;
}

/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 33px;
    bottom: 110px;
    height: 47px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(204 204 204 / 30%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    content: '^';
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #ccc;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap::before {
    position: absolute;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: black; /* --- Pijl hover kleur --- */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path { 
    fill: none; 
}
.progress-wrap svg.progress-circle path {
    stroke: #ccc; /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* II. SLIDER */
.slider-vex-section {
    position: relative;
    background: #000;
}
.slider-vex:not(.owl-loaded) {
    height: 100vh;
    display: block;
    overflow: hidden;
}
.slider-vex-section .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100%;
}
.header-social-share svg {
    display: inline-block;
    fill: #fff;
}
.header-social-share ul li a::after {
    content: '+';
    margin: 0 3px 0 6px;
}
.header-social-share ul li:last-child a::after {
    opacity: 0;
}
.header-social-share ul li a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #fff;
    transition: .3s cubic-bezier(0,0,.2,1);
    left: 0;
}

.header-social-share ul li a:hover::before {
    width: calc(100% - 19px);
}
.slider-vex-section .owl-nav .owl-prev, 
.slider-vex-section .owl-nav .owl-next {
    border-radius: 100%;
    border: 1px solid rgb(204 204 204 / 30%) !important;
    color: #bdbdbd !important;
    left: 30px;
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 18px !important;
    line-height: 50px !important;
    outline: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.slider-vex-section .owl-nav .owl-prev:hover, 
.slider-vex-section .owl-nav .owl-next:hover {
    border-color: #6164ff !important;
    color: #6164ff !important;
}
.slider-vex-section .owl-nav .owl-next {
    right: 30px;
    left: auto;
}
.service-item {
    height: 100vh;
    min-width: 100%;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}
.rtl .service-details.col-md-7::after {
    margin-left: 0;
    margin-right: auto;
}

.rtl .service-details.col-md-7 {
    float: left;
    text-align: right;
}
a.btn.btn-slider i {
    margin-left: 7px;
}
.service-details-title h2 {
    font-size: 58px;
    line-height: 62px;
    color: #fff;
    font-weight: 800;
    max-width: 700px;
}
a.hero__scroll {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;

}
a.hero__scroll svg {
    fill: #fff;
        -webkit-animation: arrow 1.5s linear infinite;
    animation: arrow 1.5s linear infinite;
}
.rtl a.btn.btn-slider svg {
    margin-left: 0;
    margin-right: 9px;
}
.header-social-share {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 30px;
}
.header-social-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /* margin-top: 15px; */
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 6px;
}
.header-social-share ul li {
    display: inline-block;
}
.header-social-share ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    opacity: 1;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    opacity: 1;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    position: relative;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translate(0, 0) scale3D(1, 1, 1);
        transform: translate(0, 0) scale3D(1, 1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(0, 5px) scale3D(1.2, 1.2, 1.2);
        transform: translate(0, 5px) scale3D(1.2, 1.2, 1.2);
        opacity: 0
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translate(0, 0) scale3D(1, 1, 1);
        transform: translate(0, 0) scale3D(1, 1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(0, 5px) scale3D(1.2, 1.2, 1.2);
        transform: translate(0, 5px) scale3D(1.2, 1.2, 1.2);
        opacity: 0
    }
}

a.btn.btn-slider svg {
    fill: #fff;
    margin-left: 9px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
.service-item-bg-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    opacity: 1;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
span.servicebg-title {
    z-index: -1;
    line-height: .5;
    white-space: nowrap;
    letter-spacing: -.02em;
    font-size: 300px;
    font-weight: 700;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    color: rgba(136, 136, 136, 0.04);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.service-details-description p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 26px;
}

.service-details-title {
    margin: 10px 0;
}

a.btn.btn-slider {
    color: #fff;
    padding: 0;
    margin-top: 10px;
    border: 0;
    font-weight: 700;
    outline: 0;
    margin-right: 30px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
.service-item-inner {
    position: relative;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.99);
}
a.btn.btn-slider:hover {
    color: #38A997;
}

a.btn.btn-slider:hover svg {
    fill: #38A997;
}


.details-holder {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 20px;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.btn-play svg {
    max-width: 60px;
}

.btn-play svg path {
    fill: #fff;
}

.service-details-subtitle p {
    color: #fff;
    font-weight: 600;
}

.btn-play {
    margin-bottom: 25px;
}
.col-md-12.parallax-holder {
    top: 18vh;
    bottom: 18vh;
    position: absolute;
    /* left: 8.33333333%; */
}

.service-item-image {
    width: auto;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    left: 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background-color: #000;
}


.service-item-image::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.992)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.992));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.992));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.992));
    left: 0px;
}

.service-details.col-md-7 {
    position: relative;
    height: 100%;
    min-height: 65vh;
    z-index: 10;
    padding-top: 14vh;
    padding-bottom: 7.2vh;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}
.service-details.col-md-7::after {
    content: "";
    position: absolute;
    left: -30px;
    right: 0;
    top: 0;
    height: 50%;
    background-image: url(../../img/pattern.svg);
    z-index: -1;
    width: 60%;
}
/* III. ABOUT  */


.about-section {
    padding: 70px 0;
    background: #000;
    overflow: hidden;
}
.imgone.big-paral .simpleParallax {
    background: #000000;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}



.card-parent:hover .service-link-div {
    display: block;
}

.rtl div#about-us .container {
    margin-left: 0;
    margin-right: auto;
}

.rtl div#about-us .container .item-about::after {
    right: unset;
    left: 0;
}

.rtl div#about-us .container  .imgtwo.big-paral {
    border-radius: 0 12px 12px 0;
}


.rtl .about-section ul li::before {
    left: unset;
    right: 0;
}

.rtl .about-section ul li {
    padding-left: 0;
    padding-right: 24px;
}


.card-parent:hover a.service-link {
    opacity: 1;
}

a.service-link svg {
    fill: #fff;
    margin-left: 5px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
a.service-link:hover {
    color: #ccc;
}

a.service-link:hover svg {
    fill: #ccc;
}
.about-section ul li,
.about-us ul li {
    font-size: 15px;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
color: #ffffff;}
.about-section ul li::before,
.about-us ul li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 1px;
color: #38A997;}
.about-section ul,
.about-us ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-top: 10px;
    max-width: 500px;
}

.about-section a.btn.btn-style1 {
    margin-top: 25px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}
.simpleParallax {
    position: relative;
    z-index: 3;
}
.about-section .container {
    max-width: 100%;
    width: calc(100% - ((100vw - 1200px +  55px) / 2));
    margin-left: auto;
    margin-right: 0;
}

.item-about {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    /* overflow: hidden; */
    height: 100%;
}

.imgtwo.big-paral {
    position: absolute;
    width: 100%;
    height: 100%;
    /* border-radius: 12px 0px 0px 12px; */
    overflow: hidden;
    z-index: 9;
}

.simpleParallax img {
    pointer-events: none;
    object-fit: cover;
    width: 100%;
    height: auto !important;
/* transform-origin: top; */}

.about-section .container .row {position: relative;}

.about-section .col-md-7 {
    padding: 0;
}
.card-parent:hover p.paragraph {
    transform: none !important;
}
.about-section .col-md-5 {
    padding-right: 25px;
    padding-bottom: 10px;
}
h4.about-heading1-home {
    font-size: 14px;
    color: #38A997;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin-top: 25px;
}

h4.about-heading1-home::after {
    content: '';
    display: inline-block;
    position: relative;
    bottom: 4px;
    margin-right: 10px;
    width: 80px;
    height: 1.5px;
    background: linear-gradient(to right,#38A997  0,#38A997 35%,#38A997  65%,transparent 100%);
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}
.rtl h4.about-heading1-home::before {
    margin-right: 0px;
    margin-left: 10px;
}

.about-heading2-home {
    font-size: 46px;
    line-height: 52px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 25px;
    /* max-width: 500px; */
}


.btn.btn-style1 {
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    
    font-weight: 700;
    background-color: #38A997;
    border-radius: 5px;
    padding: 0 20px;
    display: inline-block;
    height: 50px;
    min-width: 100px;
    line-height: 48px;
    margin: 10px 0px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    margin-right: 30px;
}

.rtl .btn.btn-style1 {
    margin-right: 0px;
    margin-left: 30px;
}

.btn.btn-style1:hover {
    background-color: #2522ba;
}
.btn.btn-style1 span.button-text {
    display: inline-block;
    font-weight: 600;
}
.about-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    max-width: 500px;
}
.pictures-row {
    padding-right: 30px;
}
.rtl .pictures-row {
    padding-right: 0px;
    padding-left: 30px;
}
.imgone.big-paral {
    position: relative;
    top: -40px;
}

.exp-about {
    padding-left: 30px;
    margin-top: -20px;
}


h5.nmb-font-about {
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}
h3.about-heading2-home  span {
    color: #38A997;
}

h6.service_summary-about {
    font-size: 14px;
    color: #bdbdbd;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 0px;
    margin-left: -27px;
}
h6.service_summary-about::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #696970;
    display: inline-block;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
}
.rtl h6.service_summary-about::before {
    margin-right: 0px;
    margin-left: 10px;
}
.card-parent {
    padding: 0;
    position: relative;
    border: 0;
    outline: 0;
    border-radius: 0px;
    overflow: hidden;
}

.card.featured.to-top-left h4.heading i {
    color: #38A997;
    padding-right: 5px;
}
.rtl .card.featured.to-top-left h4.heading i {
    padding-right: 0px;
    padding-left: 5px;
}

.card.featured.to-top-left {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px;
        z-index: 10;
}

.card.featured.to-top-left h4.heading {
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0px;
}
.heading-wrapper {
    margin: 0 0 15px;
}
.card.featured.to-top-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 0px;
    transform: translateY(45px);
    transition: all 400ms ease;
}
.featured-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.image-wrapper.to-bottom {
    margin: 0;
}
.featured-image {
    max-height: 160px;
    overflow: hidden;
    border-radius: 0;
}
.project__img_single {
    max-height: 550px;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 0;
margin-top: 30px;}
.project__img_single img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
} 

/* IV. FUN FACTS */
.fun-facts-section {
    padding: 90px 0 110px;
    background: #17161A;
    position: relative;
    border-bottom: 1px solid #222227;
}
h3.fun-facts-heading1 {
    font-size: 46px;
    line-height: 52px;
    font-weight: 800;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.fun-facts-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 10px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 10px;
}
.row.fun-facts-timer {
    margin-top: 40px;
}
span.timer {
    font-size: 54px;
    line-height: 63px;
    letter-spacing: 0;
    font-weight: 700;
    color: #38A997;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    min-height: 55px;
}
.row.fun-facts-timer h4 {color: #fff;font-weight: 400;text-align: center;margin-top: 0;font-size: 20px;margin-bottom: 0;}
.radial {
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(180deg, #000000 0%, #1a191f 100%);
}
.radial img {
    max-width: 25px;
    height: auto;
}
/* services */
.services-section {
    background: #000;
    padding: 95px 0 90px;
    /* border-bottom: 1px solid #222227; */
}
.card-parent::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(23,22,26,.85);
    content: '';
    z-index: 9;
}
.image-wrapper.to-bottom {
    min-height: 450px;
    background: #000;
}

.services-section .col-md-6 h4 {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    word-spacing: 0;
    margin-top: 0;
}
.rtl .footer-section ul.ft-link {
    text-align: right;
}
.rtl .project-content ul.page-list {
    text-align: revert;
}
.services-section .col-md-6 h4::after {
    content: '';
    display: inline-block;
    position: relative;
    bottom: 4px;
    margin-right: 10px;
    width: 80px;
    height: 1.5px;
    background: linear-gradient(to right,#38A997  0,#38A997 35%,#38A997  65%,transparent 100%);
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}
.services-section .col-md-6 h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 55px;
    max-width: 500px;
}

.card.featured.to-top-left > div {
    position: relative;
    z-index: 3;
}

a.service-link {
    color: #fff;
    padding: 0;
    margin-top: 10px;
    border: 0;
    font-weight: 700;
    opacity: 0;
    margin-top: 20px;
    display: inline-block;
}
.description-services p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 10px;
    max-width: 600px;
    text-align: left;
    margin: 0 auto 50px;
}
.services-section .owl-stage-outer {
    cursor: grab;
    cursor: -webkit-grab;
}
.service-box-parent {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    overflow: hidden;
}
.services-section .card-parent h3 {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
}
.service-box {
    padding: 60px 45px;
    position: relative;
    background-size: cover;
}

.service-box i {
    font-size: 40px;
    color: #38A997;
    margin-bottom: 20px;
}

.service-box h5 {
    font-size: 28px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 15px;
    color: #324452;
}

.service-box p {
    font-size: 18px;
    line-height: 24px;
    color: #696970;
    margin-bottom: 0;
}
.service-box * {
    position: relative;
    z-index: 2;
        transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.service-box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.service-box::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(96 34 234 / 70%);
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.service-box:hover::after {
    opacity: 1;
}
.service-box:hover::before {
    opacity: 0;
}
.service-box:hover * {
    color: #fff;
}

.services-section .owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
    background: #ccc;
    border-radius: 0;
    margin: 0 5px;
    outline: 0;
}
.services-section .owl-dots {
    text-align: center;
    margin-top: 30px !important;
}
.services-section .owl-dots button.owl-dot.active {
    background: #38A997;
    width: 30px;
}
.services-section h3 span {
    color: #38A997;
}

/* PARALAX SECTION */

.paralax-image {
    max-height: 570px;
    overflow: hidden;
}
.paralax-section {
    background: #f6f6f6;
}

.paralax-content-inner {
    background: #000;
    max-width: 600px;
    padding: 50px;
    margin-top: -300px;
    position: relative;
    z-index: 3;
}

.paralax-content-inner h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 800;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    max-width: 500px;
}
/* PARALAX SECTION */


/* OUR PORTFOLIO */
.portfolio-section {
    background: #000;
    padding: 70px 0 90px;
}
.portfolio-section h4 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    word-spacing: 0;
    margin-top: 0;
    text-align: center;
position: relative;}



.portfolio-section h3 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 800;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}
.portfolio-section h3 span {
    color: #fff;
}
.portfolio-section h4 span::after {content: '';
    display: inline-block;
    position: relative;
    bottom: 4px;
    margin-right: 10px;
    width: 60px;
    height: 1.5px;
    background: linear-gradient(to right,#38A997 0,#38A997 35%,#38A997 65%,transparent 100%);
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;}

.portfolio-section h4 span::before {content: '';
    display: inline-block;
    position: relative;
    bottom: 4px;
    margin-right: 10px;
    width: 60px;
    height: 1.5px;
    background: linear-gradient(to left,#38A997 0,#38A997 35%,#38A997 65%,transparent 100%);
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;}

.project-box-div > a {
    position: relative;
    overflow: hidden;
    display: block;
    /* border-radius: 10px; */
}
.project-box-div > a::before {/* content: ''; */background: #000;position: absolute;top: 0;bottom: 0;left: 0;right: 0;display: block;z-index: 1;opacity: .5;height: 100%;width: 100%;display: block;}

.project-box-div > a img {
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;

}
.project-box-div > a:hover img {
    transform: scale(1.1) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
}

.project-image-container {
    position: relative;
}

.project-image-container > * {
    position: relative;
}

.project-box-div {
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 6px 30px rgb(0 0 0 / 3%);
    -ms-box-shadow: 0 6px 30px rgba(0,0,0,0.03);
    box-shadow: 0 6px 30px rgb(0 0 0 / 3%);
    /* border-radius: 12px; */
    margin-bottom: 49px;
max-width: 100%;
    background-color: rgb(56 169 151 / 80%);
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);}
.project-image-container-inner img {
    border-radius: 10px;
}


.project-category span {
    font-size: 16px;
    color: #686868;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 0;
    margin-top: 10px;
    letter-spacing: 0;
}

.project-meta-title span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0PX 0;
    display: block;
    cursor: pointer;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    font-size: 20px;
    color: #080337;
    font-weight: 800;
    margin-bottom: 0px;
}
.project-meta-title:hover span {
    color: #6E48E8;
}


.project-meta {
    padding-left: 30px;
    padding-bottom: 40px;
    background: #fff;
    -webkit-box-shadow: 0 6px 30px rgb(0 0 0 / 3%);
    -ms-box-shadow: 0 6px 30px rgba(0,0,0,0.03);
    box-shadow: 0 6px 30px rgb(0 0 0 / 3%);
    padding: 25px;
background-color: rgba(255, 255, 255, .9);
    padding: 20px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;-webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;z-index: 99;}
.portfolio-slider-inner {
    /* padding: 10px; */
}

.project-box-div::before {opacity: 0;
    background: inherit;
    position: absolute;
    content: '';
    -webkit-transition-delay: .1s;
    transition-delay: .1s;top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);-webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;z-index: 99;}

.project-box-div:hover::before {opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;top: -50%;
    bottom: -50%;}

.project-box-div:hover .project-meta {opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;}
    

.project-number {
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    color: #0f0928;
    -webkit-text-stroke: 1px #fff;
    margin-top: -33px;
    position: relative;
    z-index: 2;
    opacity: .4;
    left: -10px;
}

.portfolio-slider .owl-dots button.owl-dot{
    opacity: 1;
    width: 14px;
    height: 14px;
    background: #ccc;
    border-radius: 0;
    margin: 0 5px;
    outline: 0;
}
.services-section .owl-dots,
.portfolio-slider .owl-dots{
    text-align: center;
    max-width: 300px;
    margin: 0px auto 0;
height: 25px;}
.services-section .owl-dots button.owl-dot.active,
.portfolio-slider .owl-dots button.owl-dot.active{
    background: #38A997;
    width: 14px;
    opacity: 1;
    height: 14px;
}
.projectreadmore i {display: inline-block;
    margin-top: 30px;
    width: 50px;
    height: 50px;
    position: relative;-webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;}


.projectreadmore i::after {content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #000;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;-webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;}


.project-box-div:hover .projectreadmore i:before {height: 50px;}

.project-box-div:hover .projectreadmore i:after {width: 50px;}

.projectreadmore i::before {content: '';
    position: absolute;
    width: 1px;
    height: 0px;
    background-color: #000;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;}
.featured-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.project__img_single img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.portfolio-slider .owl-nav button {
    position: relative;
    cursor: pointer;
    z-index: 11;
    width: 60px;
    height: 15px;
    outline: 0;
}
.portfolio-slider .owl-nav button:hover {
    opacity: .7;
}

.portfolio-slider .owl-nav button span::before {
    content: "";
    position: absolute;
    transform-origin: left;
    top: 7px;
    background-color: rgb(8 3 55 / 20%);
    display: block;
    width: 12px;
    height: 1.5px;
}

.portfolio-slider .owl-nav button span {
    text-indent: -999999999999999999px;
    display: block;
    position: relative;
    z-index: 11;
    width: 60px;
    height: 15px;
}

.portfolio-slider .owl-nav button.owl-prev span::before  {
    left: 0;
    transform: rotate(-37deg);
}

.portfolio-slider .owl-nav button.owl-next span::before {
    right: -11px;
    transform: rotate(137deg);
}




.portfolio-slider .owl-nav button.owl-next span::after {
    content: "";
    position: absolute;
    transform-origin: left;
    top: 7px;
    background-color: rgb(8 3 55 / 20%);
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    top: 50%;
    display: block;
}

.portfolio-slider .owl-nav button.owl-prev span::after{
    content: "";
    position: absolute;
    transform-origin: left;
    top: 7px;
    background-color: rgb(8 3 55 / 20%);
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    top: 50%;
    display: block;
}

.portfolio-slider .owl-nav button.owl-next  {
    float: right;
}

.portfolio-slider .owl-nav {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -7px;
}





/* TESTIMONIAL */
.testimonial-section {
    background: #17161A;
    position: relative;
    border-bottom: 1px solid #222227;
}

.testimonial-slide {
    margin: 0;
    padding: 95px 0 70px;
}
.icon-testimonial {text-align: center; padding-bottom: 30px;}

.icon-testimonial svg {fill: #fff;}
.testimonial-section:before {
    content: "";
    background: linear-gradient(90deg,#000000 0,transparent);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    width: 30%;
}
.testimonial-section:after {
    content: "";
    background: linear-gradient(270deg,#000000 0,transparent);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    width: 30%;
}

.section_title {
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      /* text-transform: uppercase; */
      letter-spacing: 0;
      word-spacing: 0;
      margin-top: 0;
opacity: 1;}

.section_title::after {
      content: '';
      display: inline-block;
      position: relative;
      bottom: 4px;
      margin-right: 10px;
      width: 80px;
      height: 1.5px;
      background: linear-gradient(to right,#fff 0,#fff 35%,#ccc 65%,transparent 100%);
      top: 50%;
      transform: translateY(-50%);
      margin-left: 10px;
}
.rtl .section_title::before  {
    margin-right: 0px;
    margin-left: 10px;
}

span.testimonial_slider_title {
    font-size: 60px;
    margin: 30px 0 30px;
    display: block;
    line-height: 60px;
    font-weight: 800;
    letter-spacing: -.05em;
    max-width: 350px;
    color: #fff;
}
.testimonials_slider_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -.025em;
    color: #fff;
}


.testimonial-area {
    margin-bottom: 35px;
}
.testimonial-layoutArea p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}
.testimonial-section .owl-stage-outer {
    cursor: grab;
    cursor: -webkit-grab;
}


/* BLOG */
.blog-section {
    padding: 80px 0 60px 0;
    background: #000;
    position: relative;
}
.entry-date {
    width: auto;
    min-width: 60px;
    max-width: 100px;
    padding: 8px 10px 8px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #38A997;
    color: #fff;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
p.desc-block {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #000;
    line-height: 24px;
    font-size: 16px;
}
.blog-section .featured_image_blog {
    position: relative;
/* width: 130%; */}
.blog-section .featured_image_blog .flex-icon {
    transform: scale(.9);
    background: #6164ff none repeat scroll 0 0;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s cubic-bezier(.56,.2,.25,1);
    -moz-transition: all .4s cubic-bezier(.56,.2,.25,1);
    transition: all .4s cubic-bezier(.56,.2,.25,1);
}
.blog-section .featured_image_blog .flex-icon-inside {
    align-self: center;
    opacity: .9;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    margin: 0 auto;
    color: #fff;
    font-size: 35px;
}
.blog-section .featured_image_blog:hover .flex-icon {
    background: #6164ff none repeat scroll 0 0;
    opacity: .9 !important;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.blog-section .btn-style1 {
    margin-top: 25px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}

.blog-section h2.title-block a:hover {
    color: #38A997;
}
.entry-meta {
    position: absolute;
    right: 15px;
    bottom: -20px;
z-index: 3;}
.page-content h3 {
    font-weight: 800;
}

.page-content .simpleParallax {
    border-radius: 10px;
    margin-top: 15px;
}
.blog-section .blog-section-title {
    font-size: 44px;
    line-height: 55px;
    font-weight: 800;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}
.blog-section .blog-section-title span {
    /* color: transparent; */
    /* -webkit-text-stroke: 1px #fff; */
}
h3.blog-section-subtitle {
    text-align: center;
    font-size: 14px;
    color: #38A997;
    font-weight: 700;
    letter-spacing: 2px;
    word-spacing: 1px;
    position: relative;
    display: block;
    padding: 0;
    margin-top: 0;
    text-transform: uppercase;
}
h3.blog-section-subtitle span::after {content: '';
    display: inline-block;
    position: relative;
    bottom: 4px;
    margin-right: 10px;
    width: 60px;
    height: 1.5px;
    background: linear-gradient(to right,#38A997 0,#38A997 35%,#38A997 65%,transparent 100%);
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;}

h3.blog-section-subtitle span::before {content: '';
    display: inline-block;
    position: relative;
    bottom: 4px;
    margin-right: 10px;
    width: 60px;
    height: 1.5px;
    background: linear-gradient(to left,#38A997 0,#38A997 35%,#38A997 65%,transparent 100%);
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;}
.blog-section .after-bg {

    position: relative;
border: 0px solid #ccc;}


.blog-section article.blog-single-post:hover  .after-bg::before {
    opacity: .6;
}
.blog-section .after-bg img {
    max-width: none;
    width: 120%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: 50% 50%;
    position: relative;
    transition: all 600ms ease;
}

.blog-section .after-bg::before {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.8;
    z-index: 4;
    transition: all 600ms ease;
}

.blog-section .blog-item {
    padding: 35px 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    display: flex;
    height: 100%;
    background: #fff;
}

.blog-section .box-content {
    z-index: 999;
    position: relative;
}



.blog-section article.blog-single-post {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 30px rgb(0 0 0 / 3%);
    -ms-box-shadow: 0 6px 30px rgba(0,0,0,0.03);
    box-shadow: 0 6px 30px rgb(0 0 0 / 3%);
    border-radius: 12px;
}

.blog-section .entry-meta span {
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0px;
    word-spacing: 4px;
    position: relative;
    display: block;
    padding: 0;
    margin-top: 0;
}

.blog-section h2.title-block a {
    color: #000;
    font-size: 22px;
    line-height: 27px;
    font-weight: 800;
    margin: 15PX 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* font-family: 'DM Sans', sans-serif; */
}

.blog-section .block-desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 24px;
    color: #d7d7d7;
}
.box-content-body .project-button {
    margin-top: 25px;
    display: block;
}
article.blog-single-post {
    margin-bottom: 30px;
}
.post-category-comment-date {
    color: #38A997;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: inherit;
    word-spacing: inherit;
    position: relative;
    display: block;
    padding: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.post-category-comment-date i {
    margin-right: 7px;
}
.entry-date span:first-child {
    font-size: 24px;
}
/* TY
/* TYPED TEXT */
.typed-section {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 50px 0;
}
.typed-section H4 {
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #0f0928;
    margin-top: 0;
    text-align: LEFT;
    margin-bottom: 0;
}
.typed-section a.btn.btn-style1 {
    margin-top: 0;
}
.typed-section H4 span.mt_typed_text {
    
}
.typed-section span.typed-cursor {
    color: #0f0928;
    font-weight: 700;
}

.typed-section a.btn.btn-style1 svg {
    fill: #fff;
}
.typed-section  .btn.btn-style1:before {
    background: #6E48E8;
}
.rtl .box-content-body {
    text-align: right;
}


/* TYPED TEXT */

.typed-section {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 55px 0 50px;
background: #000000;}
.typed-section H4 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    text-align: LEFT;
    margin-bottom: 30px;
max-width: 600px;height: 50px;}
.typed-section a.btn.btn-style1 {
    margin-top: 0;
    
    
}


.rtl .content p {text-align: right;}

.rtl .description-contact h4 {text-align: right;}

.rtl .typed-section H4 {text-align: right;}


.rtl .typed-section .col-md-6.text-left {text-align: right !important;}

.rtl .typed-section h2 {text-align: right;}

.rtl .typed-section h3 {text-align: right;}

.rtl .entry-meta {
    display: none;
}

.rtl .typed-section a.btn.btn-style1 {margin-left: 0;}

.rtl .footer-section h4.title {text-align: right;}

.rtl .footer-section .menu-quick-link-container ul li a {text-align: right;}

.rtl .footer-section .footer-wrapper p {text-align: right;}

.typed-section H4 span.mt_typed_text {
    color: #fff;
font-weight: bold;}
.typed-section span.typed-cursor {
    color: #fff;
    font-weight: 400;
}
.typed-section h3 {font-size: 44px;
    line-height: 55px;
    font-weight: 800;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
    
    padding-bottom: 10px;}

.typed-section h2 {color: rgba(255, 255, 255, 0.75);font-size: 14px;font-weight: 600;}

.typed-section .col-md-12::before {content: '';width: calc(100% - 15px);background: #fff;opacity: .2;display: block;height: 1px;margin-bottom: 31px;}

.typed-section .col-md-12 {padding-top: 10px;}
/* FOOTER DIV */
.codeless-add-purchase-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 70px;
    background: rgba(137, 189, 73, .25);
    border: none;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    padding: 0;
    padding-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    font-size: 0;
    font-weight: bold;
    color: #fff !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.codeless-add-purchase-button i.icon {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #38A997;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px 0 10px 10px;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}
.codeless-add-purchase-button i.icon svg {
    height: 30px;
    position: relative;
    bottom: 1px;
}
.codeless-add-purchase-button i.icon:after {
    content: "";
    position: fixed;
    display: block;
    height: 70px;
    width: 70px;
    background: rgb(97 100 255 / 40%);
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: 3s ease-in-out infinite pulse;
    animation: 3s ease-in-out infinite pulse;
}
.codeless-add-purchase-button i.icon svg path {
    fill: #fff;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1
    }
    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1
    }
    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.social-share-inner {float: right;display: inline-block;}

.footer-section .footer-wrapper {
    position: relative;
padding: 70px 15px 60px;z-index: 2;}

li.mail-li a::before {content: "\f0e0";font-family: "Font Awesome 5 Free";font-weight: 900;padding-right: 10px;position: relative;top: 1px;}

li.phone-li a::before {content:  "\f095";font-family: "Font Awesome 5 Free";font-weight: 900;padding-right: 10px;position: relative;
    top: 0px;font-size: 15px;}

.footer-section .social-share-inner ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-section .social-share-inner ul li a {
    color: #bdbdbd;
    font-size: 18px;
    text-decoration: none;
    opacity: 1;
}
.footer-section .social-share-inner ul a strong {
    text-indent: -9999px;
    display: inline-block;
    display: none;white-space: nowrap;
}
.container-copyright .container {border-top: 1px solid rgba(136,136,136,.15);padding: 30px 15px;}


.footer-section .social-share-inner ul li a:hover {color: #fff;}

footer.footer-section {background: #000000;
    
    
    background-repeat: repeat;
    
    background-position: center center;position: relative;background-size: contain;}
.footer-section h4.title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
span.venor-animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #fff;
    overflow: hidden;
    opacity: .2;
    margin-bottom: 25px;
}

span.venor-animate-border::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #000;
    border-right: 10px solid #000;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}
.footer-section .menu-quick-link-container ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer-section .menu-quick-link-container ul li a {
    color: #bdbdbd;
    font-size: 15px;
    padding: 7px 0;
    display: block;
    text-decoration: none;
}
.footer-section .menu-quick-link-container ul li a:hover {
    color: #fff;
}
.footer-section ul.ft-link {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-section ul.ft-link li a {
    color: #bdbdbd;
    font-size: 15px;
    padding: 7px 0;
    display: block;
    text-decoration: none;
}
.footer-section ul.ft-link li a:hover {
    color: #fff;
}

.footer-section .social-share-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0;
display: inline-block;}


.footer-section .copyright-text p {
    color: #bdbdbd;
    margin: 0;
    opacity: 1;
    left: 0;
    font-size: 15px;
    line-height: 24px;
font-weight: 400;display: inline-block;}
.footer-section .copyright-text p a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
.footer-section .footer-right .col-lg-12 {
    padding: 0;
}



a.btn.btn-style2 {
        transition: all .5s;
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 2;
    font-size: 20px;
    background: transparent;
    height: 60px;
    line-height: 56px;
    padding: 0px 35px;
    border: 0 none;
    text-align: center;
    border-radius: 0;
    font-weight: 800;
    margin-top: 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
a.btn.btn-style2:hover::after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
a.btn.btn-style2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #2522ba;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
}

.item-about::after {
    width: 40%;
    content: '';
    display: block;
    position: absolute;
    background: #161519;
    height: 200vh;
    top: -50%;
    z-index: 1;
    right: 0;
}


@-webkit-keyframes animborder{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(113px);transform:translateX(113px)}}
@keyframes animborder{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(113px);transform:translateX(113px)}}


/* ABOUT */

/* BREADCRUMBS */
.breadcrumb-area {
    padding: 150px 0 80px;
    text-align: left;
    background-image: url(../../img/home.webp);
    background-size: inherit;
    background-repeat: repeat;
    background-position: top;
    margin: 0 auto;
    border-top: 1px solid #222227;
    background-color: #000;
}
.breadcrumb-area h1.breadcrumb-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
}
ul.page-list {
    padding: 0;
        margin: 0 0 10px;
    list-style: none;
    text-align: center;
}
ul.page-list li {
    display: inline-block;
    color: #bdbdbd;
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

ul.page-list li a {
    color: #bdbdbd;
}
.page-list li.separator:before {
    content: "";
    background: #bdbdbd;
    opacity: 1;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    bottom: 3px;
    margin: 0 5px;
}

ul.page-list li.item-current {
    color: #fff;
}


/* ABOUT US S1 */
.about-us {
    padding: 90px 0;
    border-top: 1px solid #222227;
    border-bottom: 1px solid #222227;
}
.paralax-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    max-width: 500px;
}
.about-us a.btn.btn-style1 {
    margin-top: 25px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}
.simpleParallax-video {
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    min-height: 550px;
    background: #000;
}
.rtl .simpleParallax-video{
    margin-right: 0px;
    margin-left: 30px;
}
.paralax-description ul li {
    font-size: 15px;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
color: #ffffff;}
.paralax-description ul li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 1px;
}
.paralax-description a.btn.btn-style1 {
    margin-top: 25px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}
.paralax-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-top: 10px;
    max-width: 500px;
}
.about-us a.popup-vimeo-video {
    color: #fff;
    font-size: 74px;
    line-height: 1;
    opacity: .7;
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    z-index: 99;
}
.about-us a.popup-vimeo-video:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.about-us p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}


/* MEMBERS */
.members-section {
    padding: 60px 0 65px;
    border-bottom: 1px solid #222227;
    background: #000000;
}
.members-section h3.members-heading1 {
    font-size: 42px;
    line-height: 51px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 40px;
text-align: center;}

.members-section .venor-team {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.members-section .thumbnail {
    display: block;
    position: relative;
    z-index: 1;
}

.members-section .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 40px;
    z-index: 2;
}

.members-section h5.title {
    color: #fff;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition-delay: .25s;
    transform: translateY(10px);
    transition: all .45s cubic-bezier(.23,.88,.34,.99);
    -webkit-transition-delay: .25s;
    -webkit-transform: translateY(10px);
    -webkit-transition: all .45s cubic-bezier(.23,.88,.34,.99);
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 900;
}

.members-section p.position {
    color: #d6d8e0;
    font-size: 16px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .45s cubic-bezier(.23,.88,.34,.99);
    transform: translateY(10px);
    -webkit-transition: all .45s cubic-bezier(.23,.88,.34,.99);
    -webkit-transform: translateY(10px);
    margin-bottom: 0;
}

.members-section ul.social-icon {
    position: absolute;
    top: 25px;
    left: 35px;
    padding: 0;
    z-index: 2;
    list-style: none;
    display: flex;
    margin: 0 -10px;
}

.members-section .venor-team ul.social-icon li {
    margin: 0 10px;
    transform: translateY(8px) scale(.8);
    -webkit-transform: translateY(8px) scale(.8);
    opacity: 0;
    visibility: hidden;
    transition: all .45s cubic-bezier(.23,.88,.34,.99);
    -webkit-transition: all .45s cubic-bezier(.23,.88,.34,.99);
}

.members-section .venor-team ul.social-icon li a {
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.members-section .venor-team .thumbnail:after {
    background: linear-gradient(to bottom, #38A9979e ,#000 100%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.members-section .venor-team:hover .thumbnail:after {
    opacity: .85;
    top: 0;
}

.members-section .venor-team:hover ul.social-icon li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.members-section .venor-team:hover ul.social-icon li:nth-child(1) {
    -webkit-transition-delay: .07692s;
    transition-delay: .07692s;
}

.members-section .venor-team:hover ul.social-icon li:nth-child(2) {
    -webkit-transition-delay: .15385s;
    transition-delay: .15385s;
}

.members-section .venor-team:hover ul.social-icon li:nth-child(3) {
    -webkit-transition-delay: .23077s;
    transition-delay: .23077s;
}

.members-section .venor-team:hover .content {
    opacity: 1;
    visibility: visible;
}

.members-section .venor-team:hover .content .title {
    transition-delay: .25s;
    -webkit-transition-delay: .25s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.members-section .venor-team:hover .content p.position {
    transition-delay: .33s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}


/* CLIENTS */
.clients-section {
    padding: 50px 0;
    background: #000000;
}

.clients-section img {
    transition: all 300ms ease !important;
    -webkit-transition: all 300ms ease !important;
    opacity: 0.7;
    /* Removed filter causing white logo */
}

.clients-section img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 1;
}


/* PORTOFOLIO PAGE*/
.portfolio-section-filters {
    padding: 50px 0 40px;
    background: #000;
}
.project-inner {
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.filters {
    text-align: center;
    margin-bottom: 30px;
}
.portfolio-section-filters .hide {
    animation: hide .5s ease 0s 1 normal forwards;
    transform-origin: center;
    display: none;
}
.portfolio-section-filters .show { 
    animation: show .5s ease 0s 1 normal forwards;    
    transform-origin: center;
    display: block;
}
@keyframes hide {
  0%{transform: scale(1);}
  100% {transform: scale(0);width: 0;height: 0; margin: 0;}
}
@keyframes show {
  0%{ transform: scale(0); width: 0; height: 0;  margin: 0; }
  100% { transform: scale(1); }
}

.portfolio-section-filters .filter {
    margin: 15px;
    display: inline;
    color: #324452;
    font-weight: 600;
}
.portfolio-section-filters .filter:hover {
    cursor: pointer;
}
.portfolio-section-filters .filters h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #000;
    margin-top: 0;
    margin-bottom: 40px;
}
.portfolio-section-filters .filter.active span {
    color: #fff;
    background: transparent !important;;
}
.portfolio-section-filters .filter span {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    color: #fff;
    font-size: 16px;
    background: transparent !important;
    border-radius: 5px;
    padding: 0 15px;
    height: 40px;
}
.portfolio-section-filters h4.entry-details-title a {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    color: #080337;
    margin-top: 25px;
    margin-bottom: 5px;
}
.portfolio-section-filters h4.entry-details-title a:hover {
    color: #38A997;
}
.portfolio-section-filters h5.project-category {
    margin: 0;
    display: block;
    color: #686868;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 30px 30px 30px;
}

.portfolio-section-filters h4.entry-details-title {
    margin: 0;
    padding: 0 30px;
}
.portfolio-section-filters .project.col-md-6 {
    margin-bottom: 50px;
}

.portfolio-section-filters .project-thumbnail img {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transform-origin: center;
    -webkit-transform-origin: center;
}
.portfolio-section-filters .project-thumbnail:hover img {
        -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
}
.portfolio-section-filters .project-thumbnail {
    overflow: hidden;
    position: relative;
}
.portfolio-section-filters .projects.row {
    min-height: 400px;
}
.project-content {
    padding: 70px 0 60px;
    border-top: 1px solid #222227;
    border-bottom: 1px solid #222227;
    background: #000000;
}
.breadcrumb-area.project-breadcrumb h1 {display: none;}

.breadcrumb-area.project-breadcrumb {padding: 0;min-height: 110px;}

.project-content .featured-image {
    margin-bottom: 30px;
}

.project-content .featured-image {position: relative;}

.project-content .featured-image a::after {
    content: "+";
    display: block;
    position: absolute;
    z-index: 3;
    background-color: rgb(56 169 151 / 90%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px !important;
    color: #fff;
    transform: scale(0);
    visibility: hidden;
    transition: all 400ms ease;
}

.project-content .featured-image a:hover::after {visibility: visible;
    transform: scale(1);
}

.project-content h2,
.project-content h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
}
.project-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #bdbdbd;
}

.project-content .gallery {
    margin-top: 30px;
}
.project-content p strong {
    font-weight: 500;
}
.project-content ul.page-list {text-align: left;margin-bottom: 23px;}

.project-content h2 {/* margin-bottom: 16px; */}
/* BLOG PAGE */
.blog-page-section {
    padding: 90px 0 30px;
    border-top: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid #222227;
    border-bottom: 1px solid #222227;
    background: #000;
}
.project-content .col-md-4 p {
    margin-bottom: 10px;
}
.blog-page-section article.single-post.blogloop-v2 .post-excerpt p:not(:last-child) {
    display: none;
}

.blog-page-section article.single-post.blogloop-v2  .post-excerpt p:last-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.rtl .post-category-comment-date i {
    margin-right: 0;
    margin-left: 8px;
}
.project-content .col-md-4 a {
    margin-top: 10px;
}
.blog-page-section .col-md-8 {
    padding-right: 30px;
}
.rtl .blog-page-section .col-md-8 {
    padding-right: 0px;
    padding-left: 30px;
}
.blog-page-section article.single-post.blogloop-v2 {
    position: relative;
    background: #111;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
    padding: 0;
    box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .05);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #222227;
}
.blog-page-section span.post-date {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #38A997;
    padding: 7px 20px;
    text-transform: capitalize;
    border-radius: 0px 0px 12px 12px;
}
.blog-page-section .post-details {
    padding: 0 30px 10px;
}
.blog-page-section .post-author-avatar {
    position: relative;
    margin-bottom: 20px;
}
.blog-page-section img.avatar.img-fluid {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 3px;
    background: #222227;
    margin-top: -50px !important;
    max-width: 100px;
    border: 0;
    height: 100px;
}
.blog-page-section h2.post-name {
    margin: 10px 0 15px;
}
.blog-page-section .post-category-comment-date {
    margin: 7px 0 7px;
    font-size: 14px;
    display: inline-block;
}
.blog-page-section .post-category-comment-date span {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-page-section .post-category-comment-date span i {
    margin-right: 8px;
    color: #fff;
}
.rtl .blog-page-section .post-category-comment-date span i {
    margin-right: 0;
    margin-left: 8px;
}
.blog-page-section h2.post-name a,
.blog-page-section h2.post-name {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.blog-page-section h2.post-name a:hover {
    color: #38A997;
}
.blog-page-section .post-excerpt {
    padding: 20px 0 0;
}
.blog-page-section .post-excerpt p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 27px;
    display: block;
    text-align: left;
}
.blog-page-section .post-body p {
    font-size: 16px;
    color: #bdbdbd;
    line-height: 26px;
    display: block;
    text-align: left;
}
.post-body img {
    margin: 20px 0;
}
.post-body blockquote {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 30px 0;
    padding: 30px 30px 30px 90px;
    position: relative;
    border-radius: 12px;
    border: 0;
    font-style: normal;
    background: #38A997;
}
.post-body blockquote:before {
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 28px;
    position: absolute;
    left: 35px;
    top: 48px;
    font-style: normal;
    background: transparent !important;
}
.post-body blockquote p {
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
}
.post-body blockquote footer {
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 10px;
    text-align: left;
    font-weight: 700;
}
.post-body blockquote footer::before {
    padding-right: 5px;
}
.post-body blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}
.post-body img.img-fluid.img-ad {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    border-radius: 12px;
}
.post-body {
    margin-top: 30px;
}
.textwidget a img.img-ad {
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    margin: 10px 0 -15px !IMPORTANT;
    border-radius: 12px;
    border: 1px solid #222227;
}
.blog-page-section .widget_element {
    margin-bottom: 50px;
    width: 100%;
    font-size: 15px;
    padding: 0px 30px 30px;
    box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .05);
    background: #222227;
    border-radius: 12px;
    border: 1px solid #222227;
    overflow: hidden;
}

.blog-page-section h3.widget-title {
    position: relative;
    margin: 0px -30px 25px;
    padding: 20px 30px;
    font-size: 22px;
    color: #ffffff;
    background: #000000;
    border-radius: 12px 12px 0px 0px;
    font-weight: 700;
}

.blog-page-section img.html-widget-image.img-fluid {margin-bottom: 30px;}

.blog-page-section p.html-widget-paragraph {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 26px;
    display: block;
    text-align: left;
}
.blog-page-section .widget_element_posts ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-page-section .post-thumbnail-element {
    margin-right: 15px;
}
.blog-page-section .widget_element_posts ul li {
    clear: both;
    overflow: hidden;
    display: flex;
    margin-bottom: 20px;
}
.blog-page-section .widget_element_posts ul li:last-child {
    margin-bottom: 0px;
}
.blog-page-section .post-thumbnail-element img {
    border-radius: 5px;
    max-width: 100px;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
}
.blog-page-section .post-thumbnail-element img:hover {
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
}
.blog-page-section .post-details-element-title a {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 800;
    color: #324452;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.blog-page-section span.post-date-important {
    font-size: 14px;
    font-weight: 600;
}

.blog-page-section img.blog_post_image.img-fluid {
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
}
.blog-page-section .blog_custom .post-thumbnail img {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
}
.blog-page-section .blog_custom .post-thumbnail:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.blog-page-section .blog_custom .post-thumbnail {
    overflow: hidden;
}
.blog-page-section img.blog_post_image.img-fluid:hover {
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
}
.blog-page-section ul#recentcomments {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-page-section ul#recentcomments li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.blog-page-section ul#recentcomments li:last-child {
    margin-bottom: 0px;
}
.blog-page-section ul#recentcomments li span {
    font-weight: 700;
}
.blog-page-section ul#recentcomments li a {
    color: #6022EA;
}
.blog-page-section ul#recentcomments li::before {
    content: '\f075';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: #6022EA;
}

/* PRICING PAGE */

.pricing-elements {
    padding: 70px 0 90px;
    border-top: 1px solid #222227;
    border-bottom: 1px solid #222227;
    background: #000;
}
.venor-price-box a.btn.btn-style1 {
    margin-right: 0;
}

.pricing-elements h2 {
    font-size: 34px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.pricing-elements h2 span {
        color: #38A997;
}
.pricing-elements p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #bdbdbd;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 60px;
}

.venor-price-box {
    padding: 15px 20px 15px;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
    position: relative;
    -webkit-box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
    border: 1px solid #222227;
}
.venor-price-box h3 {
    padding: 20px 0px;
}

.venor-price-box h3 strong {
    display: block;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}
.venor-price-box h3 span {
    font-size: 16px;
    color: #bdbdbd;
    line-height: 26px;
    display: block;
}

.plan-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.plan-features ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #222227;
    font-size: 15px;
    color: #fff;
}



.plan-features ul li:last-child {
    border: 0;
}

.rtl .header-social-share {
    left: unset;
    right: 30px;
}

.rtl .header-social-share ul {
    margin-left: 0;
    margin-right: 15px;
}
.plan-ribbon {
    background: #38A997;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    position: absolute;
    top: 17px;
    left: auto;
    right: -55px;
    width: 55%;
    transform: rotate( 
36deg
 );
    padding: 7px 0;
    font-size: 13px;
text-align: center;}
.venor-price-box.premium-pricing {
    background: #111;
}

.venor-price-box:not(.premium-pricing) {
    margin-top: 30px;
}
.venor-price-box.premium-pricing li {
    color: #fff;
}


/* CONTACT PAGE */
.contant-section-page {
    padding: 90px 0;
    border-bottom: 1px solid #222227;
    border-top: 1px solid #222227;
    background: #111;
}


.contant-section-page .contact-element-wrapper {
    box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
    background: #222227;
    padding: 40px;
    border-radius: 12px;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    border: 1px solid #222227;

}
.contant-section-page .contact-element-wrapper:hover {
    background: #38A997;
    box-shadow: 0 10px 25px 10px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}



.contant-section-page .contact-element {
    display: flex;
}

.contant-section-page .icon {
    display: inline-flex;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 23px;
    display: inline-flex;
    margin-right: 20px;
    color: #bdbdbd;
}
.description-contact h4 {margin-top: 45px;font-size: 16px;
    line-height: 28px;
    color: #bdbdbd;font-weight: 400;padding-right: 15px;}
.contant-section-page .content h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}
.content p {
    margin: 0;
font-size: 18px;}
.content p a {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #bdbdbd;
    display: block;
}

.contact-element-wrapper.phone-numbers {margin-top: 35px;}

.contact-element-wrapper.phone-numbers p a {font-size: 24px;color: #fff;font-weight: bold;margin-top: 16px;}
   
.contant-section-page .contact-element-wrapper h3,
.contant-section-page .contact-element-wrapper .icon,
.contant-section-page .contact-element-wrapper p,
.contant-section-page .contact-element-wrapper a {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.contant-section-page .contact-element-wrapper:hover h3,
.contant-section-page .contact-element-wrapper:hover .icon,
.contant-section-page .contact-element-wrapper:hover a {
    color: #fff;   
}
.iframe-contact form {
    /* border: 1px solid #222227; */
    /* padding: 20px; */
    /* border-radius: 12px; */
margin-top: 15px;}
.iframe-contact .form-control {
    display: block;
    width: 100%;
    padding: 0 14px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    background-color: rgba(150,144,162,.08);
    background-clip: padding-box;
    border: 1px solid #222227;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 50px;
}

.iframe-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bdbdbd;
}
.iframe-contact input::-moz-placeholder { /* Firefox 19+ */
    color: #bdbdbd;
}
.iframe-contact input:-ms-input-placeholder { /* IE 10+ */
    color: #bdbdbd;
}
.iframe-contact input:-moz-placeholder { /* Firefox 18- */
    color: #bdbdbd;
}

.iframe-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bdbdbd;
}
.iframe-contact textarea::-moz-placeholder { /* Firefox 19+ */
    color: #bdbdbd;
}
.iframe-contact textarea:-ms-input-placeholder { /* IE 10+ */
    color: #bdbdbd;
}
.iframe-contact textarea:-moz-placeholder { /* Firefox 18- */
    color: #bdbdbd;
}
.iframe-contact textarea {
    padding: 15px !important;
    min-height: 100px;
}

.img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.about-image {
    width: 95%;
    max-width: 100%;
    border-radius: 20px; /* Makes it rounded */
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
}



.iframe-contact {
    padding: 40px 0 0;
    background: #000000;
    border-bottom: 1px solid #222227;
}
.iframe-contact h3 {
    font-size: 18px;
    line-height: 44px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0px;
}
.iframe-contact .form-group {
    margin-bottom: 25px !important;
}
.iframe-contact span.text-danger {
    display: block;
    margin-top: 10px;
}
.page-content {
    padding: 50px 0 30px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.page-content p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
}
.page-content li {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.page-content a {
    color: #38A997;
}

/* COOKIE */
.js-cookie-consent {
    position: fixed;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    width: 100%;
    z-index: 9999999999999999;
    background-color: #000000;
    border-top: 1px solid #222227;
}
span.cookie-consent__message {
    color: #bdbdbd;
    font-size: 14px;
}

button.js-cookie-consent-agree.cookie-consent__agree {
    transition: all .5s;
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 2;
    font-size: 14px;
    background: #38A997;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    border: 0 none;
    text-align: center;
    border-radius: 12px;
    font-weight: 400;
    margin-top: 0;
    cursor: pointer !important;
    margin: 0 15px;
    outline: 0;
}
button.js-cookie-consent-agree.cookie-consent__agree:hover {
    background: #222227;
}
span.cookie-consent__message a {
    color: #fff;
    opacity: .8;
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease; 
}
span.cookie-consent__message a:hover {
    opacity: 1;
}
/* RESPONSIVE */
@media (max-width:1200px) {
    .details-holder {
        max-width: 1070px;
    }
    .service-details-title h2 {
        font-size: 50px;
        line-height: 52px;
    }

}
@media (max-width:1200px) {
    
    .header__menu__venor {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: fixed;
        top: 70px;
        right: 0;
        bottom: 0;
        background-color: #000000;
        z-index: 99;
        width: 280px;
        padding: 25px 25px 0;
        transform: translate3d(281px, 0, 0);
        transition: transform 0.5s ease;
        border-left: 1px solid #222227;
    }
    header.header {
        background: #111;
    }
    .header__menu__venor--active {
        transform: translate3d(0, 0, 0);
    }
    .header__content__venor {
        height: 75px;
    }
}
@media (max-width:1024px) and (min-width:767px) {
    header.header-venor .navbar-buttons {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30.666667%;
        flex: 0 0 30.666667%;
        max-width: 30.666667%;
    }
    header.header-venor .navbar-menu.col-md-8 button.navbar-toggler {
        position: relative;
        top: 20px;
    }

    header.header-venor div#navbarvenor {
        padding-top: 15px;
    }

    header.header-venor #navbarvenor li.nav-item a {
        line-height: 40px;
        text-align: right;
        font-size: 14px;
        padding: 5px 8px;
    }
    header.header-venor .navbar-menu.col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 51.666667%;
        flex: 0 0 51.666667%;
        max-width: 51.666667%;
        text-align: right;
    }
    .slider-venor-section .owl-nav {
        display: none;
    }
    .slider-content h1 {
        font-size: 36px;
        line-height: 46px;
    }
    a.btn.btn-slider {
        margin-bottom: 0;
    }
    .slider-content h1 span {
        font-size: 60px;
        line-height: 60px;
    }
    .slider-content h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .row.fun-facts-timer h4 {
        font-size: 18px;
    }
    .header__action:first-child {
        margin-right: 20px;
    }
    .rtl .header__action:first-child {
        margin-right: 0;
        margin-left: 20px;
    }
    .rtl .header__nav-menu {
        left: 0;
        right: inherit;
    }
    .about-heading2-home {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    h5.nmb-font-about {
        font-size: 50px;
    }
    .portfolio-section .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px !important;
    }
    .header__logo {
        margin-right: 40px;
    }
    .services-section h3 {
        font-size: 32px;
        line-height: 40px;
        max-width: 500px;
    }
    .service-box h5 {
        font-size: 24px;
    }
    .portfolio-section h3 {
        font-size: 42px;
        margin-bottom: 40px;
    }
    .blog-section h3.post-name {
        font-size: 18px;
        line-height: 22px;
    }
    .blog-section .blog_custom .post-details {
        padding: 15px;
    }
    .typed-section H4 {
        font-size: 26px;
        line-height: 35px;
        padding: 10px 0;
    }
    .footer-section .inner h4 {
        font-size: 60px;
        line-height: 70px;
    }
    .pricing-elements .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .pricing-elements .col-md-4 .venor-price-box {
        max-width: 400px;
        margin: 0 auto;
    }
    .contant-section-page .icon {
        font-size: 30px;
        margin-right: 7px;
    }
    .contant-section-page .content h3 {
        font-size: 22px;
    }
    .content p a {
        font-size: 14px;
    }
    .contant-section-page .contact-element-wrapper {
        padding: 15px;
    }
    .iframe-contact h3 {
        font-size: 32px;
    }
}

@media (max-width:767px) {
    .navbar-menu.col-md-8 {
        position: static;
        padding: 0;
    }

    .header.header-venor .navbar-menu.col-md-8 button.navbar-toggler {
        position: absolute;
    }

    header.header-venor .navbar-menu.col-md-8 button.navbar-toggler {
        position: absolute;
        top: 21px;
        right: 5px;
        z-index: 9999;
    }
    header.header-venor .navbar-buttons-inner {
        text-align: center;
    }

    .fixed-sidebar-menu.open {
        width: 320px;
        padding: 0;
    }
    .header__action.header__action--search {
        margin-right: 10px;
    }   
    .header7 .fixed-sidebar-menu {
        right: -320px;
        width: 320px;
    }

    .fixed-sidebar-menu .left-side {
        padding: 40px 15px 30px;
    }

    header.header-venor nav.navbar.navbar-expand-lg.container .w-100 {
        width: 100%!important;
        display: block !important;
        margin: 0;
    }
    header.header-venor nav.navbar.navbar-expand-lg.container {
        padding: 0;
    }
    header.header-venor #navbarvenor li.nav-item a {
        border-bottom: 1px solid rgb(204 204 204 / 50%);
        line-height: 40px;
        padding: 5px 15px;
    }
    header.header-venor #navbarvenor li.nav-item a {
        border-bottom: 1px solid rgb(204 204 204 / 50%);
        line-height: 40px;
        padding: 5px 15px;
    }

    header.header-venor #navbarvenor li.nav-item .dropdown-menu {
        padding: 0;
    }

    header.header-venor #navbarvenor li.nav-item .dropdown-menu > a {
        line-height: 40px;
        padding: 5px 15px;
    }
    .slider-content h1 {
        font-size: 26px;
        line-height: 36px;
        text-align: center;
    }

    .slider-content h2 {
        font-size: 26px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 0;
    }

    .slider-content h1 span {
        font-size: 50px;
        line-height: 60px;
    }

    a.btn-slider {
        margin-top: 10px;
    }


    .slider-venor-section .owl-nav {
        display: none;
    }
    span.testimonial_slider_title {
        font-size: 38px;
        line-height: 48px;
        margin: 20px 0;
    }
    .testimonial-layoutArea p {
        font-size: 18px;
        line-height: 28px;
    }
    .slider-image img {
        margin-top: 30px;
        padding: 0;
        max-height: 200px;
        width: auto;
    }
    h3.fun-facts-heading1 {
        font-size: 42px;
    }

    .fun-facts-section p {
        font-size: 16px;
        line-height: 24px;
    }

    .radial {
        margin-top: 30px;
    padding: 0 5px;}
    .slider-content {
        text-align: center;
    }
    .row.fun-facts-timer {
        margin-top: 0;
    }
    .pictures-row {
        max-width: 300px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
     .exp-about {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .about-heading2-home {
        font-size: 38px;
        line-height: 48px;
    }
    .about-heading2-home {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    h4.about-heading1-home {
        margin-top: 40px;
    }
    .about-section p {
        font-size: 16px;
        line-height: 27px;
    }
    .services-section h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .portfolio-section h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 0px;
    }
    .col-project-big {
        margin-bottom: 30px;
    }
    .portfolio-section {
        padding: 50px 0 50px;
    }
    .testimonial-slide {
        padding: 100px 30px 30px;
    }
    .blog-section .blog-section-title {
        font-size: 31px;
        line-height: 40px;
    }
    .typed-section H4 {
        /* font-size: 30px; */
        /* line-height: 40px; */
    /* min-height: 84px; */margin-bottom: 30px;height: auto;}
    .typed-section .col-md-4.text-right {
        text-align: left !important;
        margin-top: 30px;
    }
    .footer-section .footer-left {
        padding: 50px 15px;
    }
    .footer-section .inner h4 {
        font-size: 42px;
        line-height: 50px;
        margin-top: 30px;
    }
    .footer-section .footer-right {
        padding: 50px 30px;
    }

    .footer-section .copyright-text {
        position: static;
        margin-top: 30px;
    }

    .footer-widget {
        margin-bottom: 40px;
    }
    .breadcrumb-area h1.breadcrumb-title {
        font-size: 21px;
        line-height: 28px;
        padding: 0 15px 15px;
    }

    .breadcrumb-area {
        padding: 50px 0;
    }

    .members-section h3.members-heading1 {
        font-size: 32px;
        line-height: 37px;
    margin-bottom: 30px;}
    .portfolio-section-filters .filters {
        margin-bottom: 20px;
    }
    .project-content .col-md-4 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .pricing-elements::before {
        display: none;
    }
    .pricing-elements h2 {
        font-size: 31px;
        line-height: 40px;
    }
    .venor-price-box {
        margin-bottom: 50px;
    }
    .blog-page-section .post-details {
        padding: 0 15px 30px;
    }
    .blog-page-section .post-excerpt p,
    .blog-page-section p.html-widget-paragraph,
    .blog-page-section .post-body p {
        font-size: 16px;
        line-height: 24px;
    }
    .blog-page-section h2.post-name a, .blog-page-section h2.post-name {
        font-size: 21px;
        line-height: 29px;
    }
    .blog-page-section .col-md-8 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .post-body blockquote {
        padding: 30px;
    }
    .post-body blockquote:before {
        position: static;
    }
    .contant-section-page .contact-element-wrapper {
        margin-bottom: 30px;
    }
    .iframe-contact h3 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 30px;
    }
    button.js-cookie-consent-agree.cookie-consent__agree {
        margin: 10px;
    }
    .slider-image {
        min-height: auto;
    }
    .slider-inner-venor {
        padding: 10px 0 5px;
    }
    header.header-venor .row.w-100 {
        display: flex;
        margin: 0;
    }
    .header__action.header__action--signin {
        display: none;
    }
    header.header-venor .navbar {
        padding: 0;
    }
    header.header-venor .row.w-100 .navbar-header {
        order: 1;
    }

    header.header-venor .row.w-100 .navbar-menu {
        order: 3;
    }

    header.header-venor .row.w-100 .navbar-buttons {
        order: 2;
        padding-left: 0;
    }
    header.header-venor .link_user_section {
        margin-right: 10px;
    }
    header.header-venor .navbar-buttons-inner {
        text-align: left;
    }
    .slider-venor:not(.owl-loaded) {
        height: auto !important;
    }
    a.btn-slider,
    .btn.btn-style1 {
        font-size: 16px;
        line-height: 45px;
        height: 45px;
        padding: 00 25px;
    }
    .slider-venor-section,
    .breadcrumb-area {
        background-size: contain;
    }
    .ct-topbar-layout1 .ct-topbar-meta {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .ct-topbar-item+.ct-topbar-item:before {
        display: none;
    }
    .ct-topbar-layout1 .ct-topbar-meta .ct-topbar-item {
        padding: 5px 0 !important;
        margin: 0 !important;
    }
    .ct-topbar-layout1 .ct-topbar-social {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .project-box-div, .portfolio-section .project-image {
        /* width: 210px; */
        height: auto;
    }
    .portfolio-section .col-md-6 {
        margin-top: 70px !important;
    }
    .rtl .project-box-div, 
    .rtl .portfolio-section .project-image {
        margin-left: auto;
    }
    .portfolio-section .project-meta {
        height: auto;
    }

    .project-meta-title {
        font-size: 18px;
    }
    .rtl .header__logo {
        margin-right: 40px;
    }
    .rtl .header__action.header__action--search {
        margin-left: 10px;
        margin-right: 10px;
    }
    .rtl .header__nav-menu {
        left: 0 !important;
        right: inherit;
    }
    .rtl .header__search__venor button.close {
        right: 30px;
    }
    .rtl .header__search__venor > button {
        right: inherit;
        left: 60px;
    }
    .side_panel_sidebar {height: 40px;width: 40px;}

    .header__logo img {height: 35px;}

    .header__logo {margin-right: auto;margin-left: 0;}

    .header__actions__venor {margin-right: 50px;}

    .header__btn__venor {top: 27px;}

    .btn-play svg {max-width: 50px;}

    .service-details-subtitle p {}

    .service-details-title h2 {font-size: 34px;line-height: 40px;}

    .service-details-title {margin: 0;;;;;;;;;}

    .service-item {height: auto;min-height: auto;padding: 40px 0 40px;}

    .header-social-share {position: relative;padding: 15px;bottom: 0;left: 0;}

    .header-social-share svg {position: absolute;left: 15px;top: 15px;}

    .header-social-share ul {position: relative;padding-left: 30px;}

    .slider-vex-section .owl-nav .owl-prev, .slider-vex-section .owl-nav .owl-next {
        display: none !important;
    }

    .col-md-12.parallax-holder {bottom: 0;left: 0;}

    .service-item-image::after {width: 100%;background: linear-gradient(to left, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0.992));}

    .slider-vex {background: rgba(0, 0, 0, 0.99);}

    .header-social-share {background: rgba(0, 0, 0, 0.99);}

    .about-section {padding: 10px 0 60px;}

    .item-about::after {display: none;}

    .imgtwo.big-paral {position: static;}

    .item-about {padding: 30px  15px 0;}

    .paralax-content-inner {margin: -30px 0 0;}

    .paralax-content-inner h3 {font-size: 24px;line-height: 31px;}

    .paralax-content-inner {padding: 50px 15px;}

    .paralax-image img {height: 350px;max-width: none;}

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

    .services-section .col-md-6 h3 {font-size: 30px;line-height: 40px;margin-bottom: 20px;}

    .image-wrapper.to-bottom {min-height: 400px;}

    .fun-facts-section {padding: 50px 0;}

    .card.featured.to-top-left h4.heading {
        font-size: 24px;
    }

    .row.fun-facts-timer .col-md-3 {width: 50%;}

    span.timer {font-size: 44px;margin: 10px 0 5px;}

    .row.fun-facts-timer h4 {font-size: 16px;}

    .blog-section {padding: 60px 0 40px;}

    .fixed-sidebar-menu .widget-title {font-size: 24px;}

    .fixed-sidebar-menu .left-side .social-links li {margin-right: 5px;}

    .card.featured.to-top-left p {transform: none;}

    a.service-link {opacity: 1;}

    .rtl .header-social-share {right: 0;text-align: right;}

    .rtl a.btn.btn-slider {margin-right: 0;}

    .rtl .side_panel_sidebar_parent {margin-right: 50px;}

    .rtl .header__actions__venor {margin: 0;}

    .rtl .header7 .fixed-sidebar-menu.open {right: 0;}

    .rtl .header7 .fixed-sidebar-menu.open .close-sidebar {left: 30px;right: unset;}

    h3.fun-facts-heading1 {
        font-weight: 800;
    }

    .rtl .portfolio-slider .owl-nav button.owl-prev {
        float: left;
    }
    .banner-section {padding: 70px 0;background-position: right;}

    .banner-section h1.banner-title {font-size: 31px;line-height: 40px;}

    .members-section .col-md-4 {width: 50%;float: left;}

    .members-section .content {padding: 15px;}

    .members-section h5.title {font-size: 16px;}

    .members-section p.position {font-size: 14px;}

    .simpleParallax-video {min-height: auto;}

    .about-us {padding: 40px 0;}

    .members-section {padding: 30px 0;}

    .rtl  .about-us ul li {padding-left: 0;padding-right: 30px;}

    .rtl .about-us ul li::before {left: unset;right: 0;}

    .portfolio-section-filters .filter {margin: 5px;}

    .portfolio-section-filters .filter span {margin: 6px 0;}

    .project-content h2, .project-content h4 {font-size: 24px;}

    .project__img_single {margin-bottom: 40px;}

    .project-content .gallery {margin-top: 0;}

    .project-content {
        padding: 30px 0 10px;
    }
    .banner-section {
        position: relative;
    }
    .banner-section::after {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgb(0 0 0 / 30%);}

    .banner-section .container {position: relative;z-index: 3;}

    p.banner-desc {color: #fff;}

    .blog-page-section img.avatar.img-fluid {
        max-width: 70px;
        height: 70px;
        margin-top: -35px !important;
    }
    .blog-page-section {
        padding: 30px 0;
    }
    .contant-section-page {
        padding: 20px 0;
    }
    .iframe-contact {padding: 20px 0;}

    .blog-section .after-bg img {width: 100%;}

    .footer-section .footer-wrapper img {margin-bottom: 30px;}

    .footer-section .footer-wrapper {padding-bottom: 10px;padding-top: 40px;}
}

/* === Direct DevHub Custom Theme Additions === */

/* Consistent padding for all major linkable buttons/CTAs */
.btn,
.service-details-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px !important;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s;
  text-decoration: none !important;
  min-height: 48px;
  line-height: 1.2;
}

.btn svg,
.service-details-link a svg {
  margin-left: 10px;
}

.btn:hover,
.service-details-link a:hover {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
  color: #fff !important;
  box-shadow: 0 5px 15px rgba(34,197,94,0.25);
  transform: translateY(-2px);
}

/* Portfolio/Blog category & filter buttons unified style */
.portfolio-section-filters .filter,
.post-category-comment-date span {
  display: inline-block;
  padding: 8px 22px;
  margin: 0 6px 10px 0;
  background: rgba(34,197,94,0.15);
  border: 1.5px solid rgba(34,197,94,0.5);
  border-radius: 20px;
  color: #22c55e !important;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: capitalize;
}

.portfolio-section-filters .filter.active,
.portfolio-section-filters .filter:hover,
.post-category-comment-date span.active,
.post-category-comment-date span:hover {
  background: #22c55e;
  color: #fff !important;
  border-color: #22c55e;
  box-shadow: 0 2px 8px rgba(34,197,94,0.18);
}

/* Fix icon color in category buttons */
.post-category-comment-date i {
  color: #22c55e !important;
  margin-right: 6px;
}

/* Responsive adjustments for buttons */
@media (max-width: 768px) {
  .btn,
  .service-details-link a {
    padding: 12px 18px !important;
    font-size: 0.98rem;
  }
  .portfolio-section-filters .filter,
  .post-category-comment-date span {
    padding: 7px 14px;
    font-size: 0.97rem;
  }
}
@media (max-width: 480px) {
  .btn,
  .service-details-link a {
    padding: 10px 10px !important;
    font-size: 0.95rem;
  }
  .portfolio-section-filters .filter,
  .post-category-comment-date span {
    padding: 6px 10px;
    font-size: 0.95rem;
  }
}
/* === End Direct DevHub Custom Theme Additions === */

/* === Direct DevHub Black & Green Theme Restoration === */
.about-section .container {
    position: relative;
    z-index: 2;
}

.about-section h4.about-heading1-home {
    color: #ffffff;
}

.pricing-elements .container {
    position: relative;
    z-index: 2;
}

.pricing-elements h2 {
    color: #ffffff;
}

.blog-page-section .container {
    position: relative;
    z-index: 2;
}

.blog-page-section h2.post-name a {
    color: #ffffff;
    transition: color 00.3ase;
}

.page-content .container {
    position: relative;
    z-index: 2;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    color: #ffffff;
}

/* ===== DIRECT DEVHUB - COMPLETE NEW THEME CSS ===== */

/* ===== GLOBAL STYLES ===== */
:root {
    --primary-color: #00ff88;
    --primary-dark: #00cc6a;
    --primary-light: #33ff99;
    --secondary-color: #1a1a1a;
    --dark-bg: #0a0a0a;
    --text-light: #ffffff;
    --text-gray: #cccccc;
    --text-dark: #333333;
    --border-color: #333333;
    --shadow-light: rgba(0,255,136,0.1);
    --shadow-medium: rgba(0,255,136,0.2);
    --shadow-heavy: rgba(0,255,136,0.3);
}

body {
    background: var(--dark-bg) !important;
    color: var(--text-light) !important;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* ===== BANNER SECTION ===== */
.banner-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%) !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: center !important;
}

.banner-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%2300ff88" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>') !important;
    opacity: 0.3 !important;
}

.banner-title {
    color: var(--text-light) !important;
    font-size: 3.5rem !important;
    font-weight: 800 !important;
    text-shadow: 0 0 30px rgba(0,255,136,0.5) !important;
    margin-bottom: 1.5rem !important;
    position: relative !important;
    z-index: 2 !important;
}

.banner-desc {
    color: var(--text-gray) !important;
    font-size: 1.2rem !important;
    line-height: 1.6 !important;
    margin-bottom: 2rem !important;
    position: relative !important;
    z-index: 2 !important;
}

/* ===== ABOUT SECTION ===== */
.about-section {
    background: linear-gradient(145deg, #111111 0%, #1a1a1a 100%) !important;
    padding: 100px 0 !important;
    position: relative !important;
}

.about-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark), var(--primary-color)) !important;
}

.about-heading1-home {
    color: var(--primary-color) !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 1rem !important;
}

.about-heading2-home {
    color: var(--text-light) !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.2 !important;
}

/* ===== SERVICES SECTION ===== */
.services-section {
    background: var(--dark-bg) !important;
    padding: 100px 0 !important;
    position: relative !important;
}

.services-section .card {
    background: linear-gradient(145deg, #1a1a1a 0%, #222222 100%) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    height: 100% !important;
}

.services-section .card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark)) !important;
    transform: scaleX(0) !important;
    transition: transform 0.3s ease !important;
}

.services-section .card:hover::before {
    transform: scaleX(1) !important;
}

.services-section .card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px var(--shadow-medium) !important;
    border-color: var(--primary-color) !important;
}

.services-section .heading-wrapper h3.heading {
    color: var(--primary-color) !important;
    font-size: 1.5rem !important;
    margin-bottom: 0.1rem !important;
    text-shadow: 0 0 20px rgba(0,255,136,0.3) !important;
}

.services-section .heading-wrapper h4.heading {
    color: var(--text-light) !important;
    font-size: 1.0rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
}

.services-section .paragraph-wrapper .paragraph {
    color: var(--text-gray) !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
}

.services-section .service-link-div .service-link {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.services-section .service-link-div .service-link:hover {
    color: var(--text-light) !important;
    text-shadow: 0 0 10px var(--primary-color) !important;
}

/* ===== PORTFOLIO SECTION ===== */
.portfolio-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%) !important;
    padding: 100px 0 !important;
}

.portfolio-section h3 {
    color: var(--text-light) !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 3rem !important;
}

.portfolio-section h4 {
    color: var(--primary-color) !important;
    font-size: 1.1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    margin-bottom: 1rem !important;
}

.project-box-div {
    background: linear-gradient(145deg, #1a1a1a 0%, #222222 100%) !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
    border: 1px solid var(--border-color) !important;
    position: relative !important;
}

.project-box-div:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px var(--shadow-medium) !important;
    border-color: var(--primary-color) !important;
}

.project-box-div::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark)) !important;
    transform: scaleX(0) !important;
    transition: transform 0.3s ease !important;
}

.project-box-div:hover::before {
    transform: scaleX(1) !important;
}

.project-meta {
    padding: 1.5rem !important;
}

.project-meta-title a {
    color: var(--text-light) !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.project-meta-title a:hover {
    color: var(--primary-color) !important;
}

.project-category .block_text {
    color: var(--primary-color) !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

/* ===== PORTFOLIO FILTERS ===== */
.portfolio-section-filters .filters {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    margin-bottom: 3rem !important;
}

.portfolio-section-filters .filter {
    background: transparent !important;
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    padding: 12px 25px !important;
    border-radius: 25px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    position: relative !important;
    overflow: hidden !important;
}

.portfolio-section-filters .filter::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark)) !important;
    transition: left 0.3s ease !important;
    z-index: -1 !important;
}

.portfolio-section-filters .filter:hover::before,
.portfolio-section-filters .filter.active::before {
    left: 0 !important;
}

.portfolio-section-filters .filter:hover,
.portfolio-section-filters .filter.active {
    color: var(--dark-bg) !important;
    box-shadow: 0 5px 15px var(--shadow-medium) !important;
    transform: translateY(-2px) !important;
}

/* ===== TESTIMONIAL SECTION ===== */
.testimonial-section {
    background: linear-gradient(135deg, #111111 0%, #1a1a1a 100%) !important;
    padding: 100px 0 !important;
    position: relative !important;
}

.testimonial-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark), var(--primary-color)) !important;
}

.testimonial-slide {
    background: linear-gradient(145deg, #1a1a1a 0%, #222222 100%) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 20px !important;
    padding: 3rem !important;
    text-align: center !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

.testimonial-slide:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px var(--shadow-medium) !important;
    border-color: var(--primary-color) !important;
}

.testimonial-slide .section_title {
    color: var(--primary-color) !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 1rem !important;
}

.testimonial_slider_title {
    color: var(--text-light) !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    display: block !important;
}

.testimonial-area p {
    color: var(--text-gray) !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    margin-bottom: 2rem !important;
    font-style: italic !important;
}

.testimonials_slider_name {
    color: var(--text-light) !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}

.testimonials_slider_name span {
    color: var(--primary-color) !important;
    font-weight: 400 !important;
}

/* ===== BLOG SECTION ===== */
.blog-section {
    background: var(--dark-bg) !important;
    padding: 100px 0 !important;
}

.blog-section-subtitle {
    color: var(--primary-color) !important;
    font-size: 1.1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    margin-bottom: 1rem !important;
}

.blog-section-title {
    color: var(--text-light) !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 3rem !important;
}

.blog-single-post {
    background: linear-gradient(145deg, #1a1a1a 0%, #222222 100%) !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
    border: 1px solid var(--border-color) !important;
    height: auto !important;
    min-height: 450px !important;
    max-height: 500px !important;
}

.blog-single-post:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px var(--shadow-medium) !important;
    border-color: var(--primary-color) !important;
}

.blog-single-post::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark)) !important;
    transform: scaleX(0) !important;
    transition: transform 0.3s ease !important;
}

.blog-single-post:hover::before {
    transform: scaleX(1) !important;
}

.blog-item {
    padding: 1.5rem !important;
    height: auto !important;
    min-height: 200px !important;
    max-height: 250px !important;
    overflow: hidden !important;
}

.post-category-comment-date .post-tags {
    color: var(--primary-color) !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.title-block a {
    color: var(--text-light) !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    line-height: 1.4 !important;
    margin-bottom: 1rem !important;
    display: block !important;
}

.title-block a:hover {
    color: var(--primary-color) !important;
}

.desc-block {
    color: var(--text-gray) !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    height: auto !important;
    max-height: 80px !important;
    overflow: hidden !important;
    margin-bottom: 1rem !important;
}

/* ===== MISSION VISION SECTION ===== */
.mission-vision-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%) !important;
    padding: 80px 0 !important;
    position: relative !important;
}

.mission-vision-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark), var(--primary-color)) !important;
}

.mission-card, .vision-card {
    background: linear-gradient(145deg, #1a1a1a 0%, #222222 100%) !important;
    border: 2px solid var(--primary-color) !important;
    border-radius: 20px !important;
    padding: 2.5rem !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: hidden !important;
    height: 100% !important;
}

.mission-card::before, .vision-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark), var(--primary-color)) !important;
}

.mission-card:hover, .vision-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px var(--shadow-medium) !important;
    border-color: var(--primary-light) !important;
}

.mission-card h3, .vision-card h3 {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 1.5rem !important;
    font-size: 1.5rem !important;
    text-shadow: 0 0 10px rgba(0,255,136,0.3) !important;
}

.mission-card p, .vision-card p {
    color: var(--text-gray) !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* ===== BUTTONS ===== */
.btn {
    border-radius: 25px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    border: none !important;
    padding: 12px 30px !important;
}

.btn-slider {
    background: linear-gradient(45deg, var(--primary-color), var(--primary-dark)) !important;
    color: var(--dark-bg) !important;
    border: 2px solid var(--primary-color) !important;
}

.btn-slider:hover {
    background: transparent !important;
    color: var(--primary-color) !important;
    box-shadow: 0 5px 15px var(--shadow-medium) !important;
    transform: translateY(-2px) !important;
}

.btn-style1 {
    background: transparent !important;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
}

.btn-style1:hover {
    background: var(--primary-color) !important;
    color: var(--dark-bg) !important;
    box-shadow: 0 5px 15px var(--shadow-medium) !important;
    transform: translateY(-2px) !important;
}

/* ===== INDUSTRIES SECTION ===== */
.industries-section {
    background: linear-gradient(135deg, #111111 0%, #1a1a1a 100%) !important;
    padding: 80px 0 !important;
}

.section-subtitle {
    color: var(--primary-color) !important;
    font-size: 1.1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 1rem !important;
}

.section-title {
    color: var(--text-light) !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
}

.section-desc {
    color: var(--text-gray) !important;
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 3rem !important;
}

.industry-card {
    background: linear-gradient(145deg, #1a1a1a 0%, #222222 100%) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 15px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.industry-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark)) !important;
    transform: scaleX(0) !important;
    transition: transform 0.3s ease !important;
}

.industry-card:hover::before {
    transform: scaleX(1) !important;
}

.industry-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px var(--shadow-medium) !important;
    border-color: var(--primary-color) !important;
}

.industry-card i {
    color: var(--primary-color) !important;
    margin-bottom: 1rem !important;
}

.industry-card h5 {
    color: var(--text-light) !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

/* ===== USE CASES SECTION ===== */
.use-cases-section {
    background: var(--dark-bg) !important;
    padding: 80px 0 !important;
}

.use-case-card {
    background: linear-gradient(145deg, #1a1a1a 0%, #222222 100%) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 15px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.use-case-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark)) !important;
    transform: scaleX(0) !important;
    transition: transform 0.3s ease !important;
}

.use-case-card:hover::before {
    transform: scaleX(1) !important;
}

.use-case-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px var(--shadow-medium) !important;
    border-color: var(--primary-color) !important;
}

.use-case-card h5 {
    color: var(--text-light) !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
}

.use-case-card p {
    color: var(--text-gray) !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .banner-title {
        font-size: 2.5rem !important;
    }
    .about-heading2-home {
        font-size: 2rem !important;
    }
    .services-section .heading-wrapper h3.heading {
        font-size: 2rem !important;
    }
    .services-section .heading-wrapper h4.heading {
        font-size: 1.3rem !important;
    }
    .portfolio-section-filters .filters {
        gap: 0.5rem !important;
    }
    .portfolio-section-filters .filter {
        padding: 10px 20px !important;
        font-size: 0.8rem !important;
    }
    .blog-single-post {
        min-height: 400px !important;
        max-height: 450px !important;
    }
    .blog-item {
        min-height: 180px !important;
        max-height: 220px !important;
    }
    .mission-vision-section .mission-card,
    .mission-vision-section .vision-card {
        margin-bottom: 2rem !important;
    }
    .testimonial-slide {
        padding: 2rem !important;
    }
    .testimonial_slider_title {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 2rem !important;
    }
    .banner-desc {
        font-size: 1rem !important;
    }
    .about-heading2-home {
        font-size: 1.8rem !important;
    }
    .portfolio-section-filters .filters {
        flex-direction: column !important;
        gap: 0.5rem !important;
    }
    .portfolio-section-filters .filter {
        width: 100% !important;
        text-align: center !important;
    }
    .services-section .card {
        margin-bottom: 2rem !important;
    }
    .section-title {
        font-size: 2rem !important;
    }
    .testimonial-slide {
        padding: 1.5rem !important;
    }
    .mission-card, .vision-card {
        padding: 2rem !important;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px var(--shadow-light);
    }
    50% {
        box-shadow: 0 0 20px var(--shadow-medium), 0 0 30px var(--shadow-light);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

.glow-effect {
    animation: glow 2s ease-in-out infinite alternate;
}

/* ===== SCROLLBAR STYLING ===== */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--dark-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

/* ===== SELECTION STYLING ===== */
::selection {
    background: var(--primary-color);
    color: var(--dark-bg);
}

::-moz-selection {
    background: var(--primary-color);
    color: var(--dark-bg);
}

.iframe-contact .form-control {
    border-radius: 8px !important;
    border: 2px solid #222 !important;
    background: #181818 !important;
    color: #fff !important;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.iframe-contact .form-control:focus, .iframe-contact .form-control:hover {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 8px var(--primary-color) !important;
}

/* --- Slider Button (Home Page Slider) --- */
.btn-slider svg {
  fill: #000 !important;
  transition: fill 0.3s;
}
.btn-slider:hover svg {
  fill: var(--primary-color) !important;
}

/* --- About Section: Blue Glow Headings & Centered Button --- */
.about-section .about-heading1-home,
.about-section .about-heading2-home {
  text-shadow: 0 0 12px #38b6ff, 0 0 24px #38b6ff80;
}
.about-section .btn-style1 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

/* --- Services Section: Heading Glow & Image Area Spacing --- */
.services-section .heading-wrapper h3.heading {
  text-shadow: 0 0 12px var(--primary-color), 0 0 24px var(--primary-color);
}
.services-section .card .service-image-area {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* --- Portfolio Section: Hover Darken & Unified Filter Buttons --- */
.project-box-div:hover {
  background: rgba(10,10,10,0.85) !important;
}
.portfolio-section-filters .filter {
  border: 2px solid var(--primary-color) !important;
  background: transparent !important;
  color: var(--primary-color) !important;
}

/* --- Testimonial Section: Card Size Reduction --- */
.testimonial-slide {
  max-width: 420px !important;
  margin: 0 auto 2rem auto !important;
  padding: 2rem 1.5rem !important;
}

/* --- Blog Items: Box Shadow, Border, Title Color --- */
.blog-single-post, .blog-item {
  box-shadow: 0 4px 24px rgba(0,0,0,0.08) !important;
  border: 1px solid #222 !important;
  background: #181818 !important;
}
.blog-single-post .title-block a, .blog-item .title-block a {
  color: var(--primary-color) !important;
  font-weight: 700 !important;
}

/* --- Video Section (About Page): Play Button & Heading Glow --- */
.about-section .popup-vimeo-video {
  width: 100px !important;
  height: 100px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  font-size: 3rem !important;
}
.about-section .video-heading {
  text-shadow: 0 0 16px var(--primary-color), 0 0 32px var(--primary-color);
}

/* --- Mission & Vision: Animation, Icon, Highlight --- */
.mission-card, .vision-card {
  animation: fadeInUp 0.8s;
  padding: 2.5rem 2rem !important;
  border-radius: 18px !important;
  box-shadow: 0 4px 24px rgba(0,255,136,0.08) !important;
}
.mission-card h3, .vision-card h3 {
  color: var(--primary-color) !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
}
.mission-card .icon, .vision-card .icon {
  color: #38b6ff !important;
  font-size: 2rem !important;
  margin-bottom: 1rem !important;
}

/* --- Pricing/Packages: Redesign, Glow, Shadow, Hover --- */
.venor-price-box {
  border-radius: 18px !important;
  box-shadow: 0 8px 32px rgba(0,255,136,0.10) !important;
  background: #181818 !important;
  border: 2px solid var(--primary-color) !important;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.venor-price-box:hover {
  box-shadow: 0 16px 48px rgba(0,255,136,0.18) !important;
  border-color: #38b6ff !important;
}
.plan-ribbon {
  background: #38b6ff !important;
  color: #fff !important;
  box-shadow: 0 0 16px #38b6ff80 !important;
  font-weight: 800 !important;
}

/* --- Contact Section: Spacing & Input Focus --- */
.contant-section-page .contact-element-wrapper {
  margin-bottom: 2rem !important;
  padding: 2.5rem 2rem !important;
}

/* --- Industrial & Use Case Section: Hydro Title Glow --- */
.industry-card .industry-title-hydro,
.industries-section .industry-title-hydro {
  color: var(--primary-color) !important;
  text-shadow: 0 0 12px #00ff88, 0 0 24px #00ff8880;
  font-weight: 700;
  letter-spacing: 1px;
}

/* --- Services Section: Card Layout Fix --- */
.services-section .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.services-section .feature-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: var(--primary-color);
  color: #111;
  padding: 0.3em 1em;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 0 8px var(--primary-color);
}
.services-section .service-image-area {
  order: 2;
  margin-top: 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-section .card-content {
  order: 1;
  padding: 1.5rem 1rem 0 1rem;
  text-align: left;
}

/* Remove redundant image wrappers if present (handled in HTML/Blade) */

/* --- Contact Section: Submit Button Alignment --- */
.contact-form .form-row,
.footer-form .form-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-form .btn,
.footer-form .btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 48px !important;
  min-width: 120px;
  padding: 0 2rem !important;
  line-height: 1.2 !important;
  font-size: 1rem !important;
}

/* --- Blog Section: Title/Description Visibility & Alignment --- */
.blog-item .title-block a,
.blog-single-post .title-block a {
  color: var(--primary-color) !important;
  font-weight: 700 !important;
  text-align: left !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
}
.blog-item .desc-block,
.blog-single-post .desc-block {
  color: var(--text-gray) !important;
  font-size: 1rem !important;
  text-align: left !important;
  margin-bottom: 1rem !important;
  display: block !important;
}
/* Ensure no CSS hides last two blog items */
.blog-item,
.blog-single-post {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* --- Services Section: Card Height, Heading Size, Spacing, Mobile --- */
.services-section .service-image-area img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.services-section .card {
  padding: 1.5rem 1rem;
  min-height: unset;
  max-height: 350px;
}
.services-section .card-content h3 {
  font-size: 1.2rem !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.2 !important;
}
.services-section .card-content {
  padding: 1rem 0.5rem 0 0.5rem;
}
@media (max-width: 600px) {
  .services-section .card {
    padding: 1rem 0.5rem;
    max-height: 250px;
  }
  .services-section .card-content h3 {
    font-size: 1rem !important;
  }
}

/* --- Testimonial Slider: Reduce Card Size, Ensure Visibility --- */
.testimonial-slide {
  max-width: 340px !important;
  min-height: 180px !important;
  padding: 1.2rem 1rem !important;
}
.testimonial-slide img {
  max-height: 60px;
  object-fit: contain;
  margin: 0 auto 0.5rem auto;
  display: block;
}
.testimonial-slide .testimonial-content {
  overflow: visible !important;
}

/* --- Blog Post Image Block: Image Containment, Tag Visibility --- */
.lazy-block .post-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.block-item {
  overflow: hidden;
  border-radius: 10px;
}
.post-tag span, .post-tag a {
  color: var(--primary-color) !important;
  background: #181818 !important;
  padding: 0.2em 0.8em;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-block;
  margin-top: 0.5rem;
}

/* --- Button Style One: Vertically Center Text --- */
.btn-style1 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 2rem !important;
}
.btn-style1 span {
  display: inline-block;
  vertical-align: middle;
}

/* --- About Video Section: Play Button & btn-style --- */
.about-section .popup-vimeo-video {
  width: 110px !important;
  height: 110px !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 3.5rem !important;
  background: linear-gradient(135deg, #38b6ff, #00ff88) !important;
  box-shadow: 0 0 24px #38b6ff80;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.about-section .btn-style1 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 48px !important;
  min-height: 48px !important;
}

/* --- Portfolio Filter: Remove Extra Background, Unify Style --- */
.portfolio-section-filters .filter {
  background: transparent !important;
  border: 2px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  padding: 10px 22px !important;
  margin: 0 6px 10px 0 !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}
.portfolio-section-filters .filter.active,
.portfolio-section-filters .filter:hover {
  background: var(--primary-color) !important;
  color: #111 !important;
}

/* --- Pricing Box: Button Alignment, Premium Highlight, Most Popular --- */
.venor-price-box .btn-style1 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 48px !important;
  min-height: 48px !important;
}
.venor-price-box.premium-pricing {
  border: 2.5px solid #38b6ff !important;
  background: linear-gradient(135deg, #38b6ff 0%, #00ff88 100%) !important;
  box-shadow: 0 0 32px #38b6ff40 !important;
  position: relative;
}
.venor-price-box.premium-pricing .plan-ribbon {
  background: #38b6ff !important;
  color: #fff !important;
  font-weight: 800 !important;
  box-shadow: 0 0 16px #38b6ff80 !important;
}

/* --- Contact Submit Button & .deep-round-md-6 Layout --- */
.contact-form .btn,
.footer-form .btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 2rem !important;
  line-height: 1.2 !important;
  font-size: 1rem !important;
}
.deep-round-md-6 {
  padding: 1.5rem 1rem !important;
  margin-bottom: 1.5rem !important;
  border-radius: 16px !important;
  background: #181818 !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08) !important;
}

.about-section .simpleParallax-video {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 400px !important;
}

.about-section .popup-vimeo-video {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 120px !important;
  height: 120px !important;
  font-size: 4rem !important;
  background: linear-gradient(135deg, #38b6ff, #00ff88) !important;
  box-shadow: 0 0 32px #38b6ff80, 0 0 16px #00ff8880;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0.92 !important;
  z-index: 10 !important;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}

.about-section .popup-vimeo-video:hover {
  transform: translate(-50%, -50%) scale(1.08) !important;
  box-shadow: 0 0 48px #38b6ffcc, 0 0 32px #00ff88cc;
  opacity: 1 !important;
}

.about-section .popup-vimeo-video i.far.fa-play-circle {
  color: #fff !important;
  font-size: 3.5rem !important;
  filter: drop-shadow(0 0 8px #38b6ff80);
}

@media (max-width: 600px) {
  .about-section .popup-vimeo-video {
    width: 70px !important;
    height: 70px !important;
    font-size: 2.2rem !important;
  }
  .about-section .popup-vimeo-video i.far.fa-play-circle {
    font-size: 2rem !important;
  }
}

.venor-price-box.premium-pricing {
  background: linear-gradient(135deg, #38b6ff 0%, #00ff88 100%) !important;
  color: #fff !important;
}
.venor-price-box.premium-pricing * {
  color: #fff !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.18);
}
.venor-price-box.premium-pricing .btn-style1 {
  background: #111 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  box-shadow: 0 2px 12px #38b6ff80;
}
.venor-price-box.premium-pricing .btn-style1:hover {
  background: #38b6ff !important;
  color: #111 !important;
  border: 2px solid #38b6ff !important;
}


/* WhatsApp-style animated border underline for menu, footer, and social links */
.venor-animate-border {
  position: relative;
  display: inline-block;
  color: var(--color-primary, #25D366);
  transition: color 0.2s;
}
.venor-animate-border::after {
  content: "";
  display: block;
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #25D366 0%, #1da851 100%);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.3s var(--transition, cubic-bezier(.4,0,.2,1));
}
.venor-animate-border:hover,
.venor-animate-border:focus {
  color: var(--color-primary-dark, #1da851);
}
.venor-animate-border:hover::after,
.venor-animate-border:focus::after {
  transform: scaleX(1);
}

/* ===== HERO SECTION ===== */
.services-hero-section {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0d0d0d 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.services-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%231a1a1a" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

/* AI Particles Animation */
.ai-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.ai-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: linear-gradient(45deg, #00ff88, #00cc6a);
    border-radius: 50%;
    animation: aiFloat 4s ease-in-out infinite;
    opacity: 0.6;
}

@keyframes aiFloat {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-20px) translateX(10px);
        opacity: 1;
    }
}

/* Hero Content */
.services-hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.ai-gradient-text {
    background: linear-gradient(135deg, #00ff88 0%, #00cc6a 50%, #00ff88 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: aiGradientShift 3s ease-in-out infinite;
}

@keyframes aiGradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 300;
}

.hero-description {
    font-size: 1.1rem;
    color: #cccccc;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* ===== SERVICES GRID SECTION ===== */
.services-grid-section {
    padding: 100px 0;
    background: #0a0a0a;
    position: relative;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

/* Service Cards */
.service-card {
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #2a2a2a;
    opacity: 0;
    transform: translateY(50px);
}

.service-card.ai-animate {
    opacity: 1;
    transform: translateY(0);
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: #00ff88;
    box-shadow: 0 20px 40px rgba(0, 255, 136, 0.1);
}

.service-card-inner {
    position: relative;
    z-index: 2;
}

/* Service Icons */
.service-icon {
    margin-bottom: 2rem;
}

.icon-wrapper {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00ff88, #00cc6a);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #000;
    transition: all 0.3s ease;
}

.service-card:hover .icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(0, 255, 136, 0.3);
}

.ai-pulse-ring {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid #00ff88;
    border-radius: 25px;
    animation: aiPulse 2s ease-in-out infinite;
    opacity: 0;
}

.service-card:hover .ai-pulse-ring {
    opacity: 1;
}

@keyframes aiPulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

/* Service Content */
.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.service-subtitle {
    font-size: 1rem;
    color: #00ff88;
    margin-bottom: 1rem;
    font-weight: 500;
}

.service-description {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Feature Tags */
.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.feature-tag {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(0, 255, 136, 0.2);
    transition: all 0.3s ease;
}

.feature-tag:hover {
    background: rgba(0, 255, 136, 0.2);
    transform: translateY(-2px);
}

/* Service Links */
.service-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #00ff88;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.service-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #00ff88;
    transition: width 0.3s ease;
}

.service-link:hover::after {
    width: 100%;
}

.service-link svg {
    transition: transform 0.3s ease;
}

.service-link:hover svg {
    transform: translateX(5px);
}

/* Background Pattern */
.service-bg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, transparent 30%, rgba(0, 255, 136, 0.1) 50%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.service-card:hover .service-bg-pattern {
    opacity: 1;
    transform: scale(2);
}

/* ===== PROCESS SECTION ===== */
.process-section {
    padding: 100px 0;
    background: #111111;
    position: relative;
}

.process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%232a2a2a"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    text-align: center;
}

.section-subtitle {
    font-size: 1.2rem;
    color: #00ff88;
    margin-bottom: 4rem;
    text-align: center;
}

.process-step {
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    border: 1px solid #2a2a2a;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
}

.process-step.ai-animate {
    opacity: 1;
    transform: translateY(0);
}

.process-step:hover {
    transform: translateY(-10px);
    border-color: #00ff88;
    box-shadow: 0 15px 30px rgba(0, 255, 136, 0.1);
}

.step-number {
    font-size: 3rem;
    font-weight: 800;
    color: #00ff88;
    margin-bottom: 1rem;
    line-height: 1;
}

.process-step h4 {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 600;
}

.process-step p {
    color: #cccccc;
    line-height: 1.6;
}

/* ===== CTA SECTION ===== */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hexagons" width="50" height="43.4" patternUnits="userSpaceOnUse"><polygon points="25,2 47,13.4 47,36.6 25,48 3,36.6 3,13.4" fill="none" stroke="%232a2a2a" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23hexagons)"/></svg>');
    opacity: 0.2;
}

.cta-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.cta-description {
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, #00ff88, #00cc6a);
    color: #000;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 255, 136, 0.3);
    color: #000;
}

.btn-outline-primary {
    background: transparent;
    color: #00ff88;
    border: 2px solid #00ff88;
}

.btn-outline-primary:hover {
    background: #00ff88;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 255, 136, 0.2);
}

/* ===== AI ANIMATIONS ===== */
.ai-fade-in {
    opacity: 0;
    animation: aiFadeIn 1s ease-out forwards;
}

@keyframes aiFadeIn {
    to {
        opacity: 1;
    }
}

.ai-slide-up {
    opacity: 0;
    transform: translateY(30px);
    animation: aiSlideUp 1s ease-out forwards;
}

@keyframes aiSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ai-bounce-in {
    opacity: 0;
    transform: scale(0.8);
    animation: aiBounceIn 1s ease-out forwards;
}

@keyframes aiBounceIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.ai-text-animation {
    opacity: 0;
    animation: aiTextReveal 1.5s ease-out forwards;
}

@keyframes aiTextReveal {
    to {
        opacity: 1;
    }
}

.ai-hover-effect {
    transition: all 0.3s ease;
}

.ai-hover-effect:hover {
    transform: translateY(-2px);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-card {
        padding: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
    
    .icon-wrapper {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* ===== LOADING ANIMATIONS ===== */
.ai-card {
    animation-delay: calc(var(--animation-order) * 0.1s);
}

.service-card:nth-child(1) { --animation-order: 1; }
.service-card:nth-child(2) { --animation-order: 2; }
.service-card:nth-child(3) { --animation-order: 3; }
.service-card:nth-child(4) { --animation-order: 4; }
.service-card:nth-child(5) { --animation-order: 5; }
.service-card:nth-child(6) { --animation-order: 6; }

/* ===== SCROLL ANIMATIONS ===== */
.ai-animate {
    animation: aiCardReveal 0.8s ease-out forwards;
}

@keyframes aiCardReveal {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== GLOW EFFECTS ===== */
.service-card.ai-hover {
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.2);
}

.service-card.ai-hover .icon-wrapper {
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4);
}

/* ===== CUSTOM SCROLLBAR ===== */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #00ff88, #00cc6a);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #00cc6a, #00ff88);
} 