/* main.css file */

:root {
    --primary-color: #FC6A03;
    --secondary-color: #F7F8FD;
    --text-color: #000000;
    --accent-color: #FC6A03;
    --white-color: #FFFFFF;
    --divider-color: #E1E4EB;
    --error-color: rgb(230, 87, 87);
    --default-font: "Inter", sans-serif;
}

body {
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--text-color);
    background: var(--white-color);
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #757575;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #FC6A03;
}

.grecaptcha-badge {
    display: none !important;
}

a {
    text-decoration: none;
    color: inherit;
}


/* .container-fluid {
    --bs-gutter-x: 4.5rem;
} */


/* .container-fluid {
    overflow: hidden;
} */

.prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.inter-main-title {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
}

.inter-sub-title {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

.section-margin {
    margin: 75px 0;
}

.section-margin-150 {
    margin: 150px 0;
}

.section-margin-lite {
    margin: 35px 0;
}

.section-margin-200 {
    margin: 200px 0;
}

.section-padding {
    padding: 100px 0;
}

.section-padding-150 {
    padding: 150px 0;
}

.section-padding-200 {
    padding: 200px 0;
}

.section-title {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    color: #232323;
    margin-bottom: 30px;
}

.section-sub-title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #FC6A03;
    margin-bottom: 20px;
}

.section-sub-title a {
    color: #FC6A03;
    text-decoration: unset;
}

.section-title.th-border {
    position: relative;
    width: fit-content;
    margin: 0 auto 30px;
}

.section-title.th-border::after {
    content: "";
    position: absolute;
    border: 4px solid #FC6A03;
    width: 88%;
    bottom: 11px;
    right: -60px;
    z-index: -1;
}

.section-desc {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
    margin-top: 50px;
}

.main-color {
    color: #FC6A03;
}

.dark-bg {
    background: #000000;
    color: #FFFFFF;
}

.dark-bg .section-title,
.dark-bg .section-desc {
    color: #FFFFFF;
    z-index: 1;
}

.light-bg {
    background: #F1F5F9 !important;
}

.white-bg {
    background: #FFFFFF !important;
}

.title-w-width {
    max-width: 1099px;
    margin: 0 auto 50px;
}


/*-------------------------------------------------------
       margin-top  (0/100) +5
-------------------------------------------------------*/

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-62 {
    margin-top: 62px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mt-140 {
    margin-top: 140px !important;
}


/*-------------------------------------------------------
       margin-bottom  (0/100) +5
-------------------------------------------------------*/

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-62 {
    margin-bottom: 62px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}


/*-------------------------------------------------------
       margin-right  (0/100) +5
-------------------------------------------------------*/

.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-62 {
    margin-right: 62px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.mr-100 {
    margin-right: 100px !important;
}


/*-------------------------------------------------------
       margin-left  (0/100) +5
-------------------------------------------------------*/

.ml-auto {
    margin-left: auto;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-62 {
    margin-left: 62px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.min-30 {
    margin-left: -30px;
    margin-right: -30px;
}

.light-col-bg {
    background: #F1F5F9;
    border-radius: 20px;
    padding: 60px;
}

.toggle-read-more {
    font-size: 1rem;
    color: #fc6a03;
}


/* ----------------------------- Main Button Start ----------------------------- */

.main-btn {
    padding: 15px 25px;
    background: #FC6A03;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: unset;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.main-btn.light {
    background: #F1F5F9;
    color: #FC6A03;
}

.main-btn.dark {
    background: #000000;
    padding: 18px 70px;
    border: 2px solid #595959;
    border-radius: 50px;
}

.main-btn i {
    font-size: larger;
    color: #FFFFFF;
    transition: all 1s;
}

.main-btn:hover i {
    color: #FC6A03;
    transform: rotate(-45deg);
}

.main-btn i.bi-whatsapp {
    color: #FC6A03;
}

.main-btn:hover i.bi-whatsapp {
    transform: unset;
}

.main-btn:hover {
    transform: scale(1.0);
    border-color: #fff9;
}

.main-btn:hover .icon {
    transform: translate(4px);
}

.main-btn:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.main-btn::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient( 120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

.main-btn.light::before {
    background-image: linear-gradient( 120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}

@keyframes shine {
    0% {
        left: -100px;
    }
    60% {
        left: 100%;
    }
    to {
        left: 100%;
    }
}


/* ----------------------------- Main Button End ----------------------------- */


/* ----------------------------- Header Start ----------------------------- */


/* ------------ Dezdok Header Start ------------ */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.5s ease;
    background: #fff;
    padding: 25px 0;
    box-shadow: 2px 3px 56px -31px #00000040;
}

header.hide-header {
    transform: translateY(-100%);
}

.header-logo img {
    max-width: 200px;
}

.main-header nav ul {
    width: 100%;
    text-align: right;
    justify-content: end;
    align-items: center;
}

.main-header nav ul li {
    margin: 0 50px 0 0;
}

.main-header nav ul li:last-child {
    margin: 0;
}

.main-header nav ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

li.menu-last-btn a {
    padding: 0 30px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 65px !important;
    border-radius: 100px !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-size: 20px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    padding: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.menu-last-btn {
    margin-right: 0 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.menu-last-btn a:hover {
    background: #fff !important;
    color: #FF7C40 !important;
    border: 2px solid #fff !important;
}


/* #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.menu-last-btn a.mega-menu-link:after {
    content: " " !important;
    width: 22px !important;
    height: 22px !important;
    background: url(/wp-content/uploads/2024/03/arrow-up-orange.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin: 0 0 0 5px !important;
    background-size: 22px !important;
    display: block;
} */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 10px 10px 10px 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
    text-transform: unset !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 p {
    font-size: 18px !important;
    padding: 0 30px 0 0 !important;
    margin: 0 0 20px 0 !important;
}

.main-menu .mega-sub-menu .mega-block-title {
    font-size: 24px !important;
    font-weight: 800 !important;
    margin: 0 0 15px 0 !important;
}

#mega-menu-wrap-menu-1 {
    background: transparent;
    width: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
    margin-right: 50px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    background: transparent !important;
    line-height: normal;
    height: auto;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {
    background: #fff;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background-color: #000 !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-inner {
    background-color: #fff !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    background: transparent !important;
    line-height: normal !important;
    height: auto !important;
}

ul.mega-sub-menu .widget_text .textwidget p {
    color: #757575;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-weight: 500 !important;
}


/* ------------ Dezdok Header End ------------ */


/* .main-header .navbar {
    padding: 25px 0;
    box-shadow: -2px 3px 90px -20px #00000040;
} */

.main-header .logo img {
    width: 150px;
}

.main-header .dropdown-menu a {
    text-decoration: none;
    color: #000000;
}

.main-header .dropdown-menu a .d-flex {
    transition: all 0.5s;
}

.main-header .dropdown-menu .col-sm-6:nth-child(1) a:hover .d-flex {
    background-color: var(--bs-warning-bg-subtle);
}

.main-header .dropdown-menu .col-sm-6:nth-child(2) a:hover .d-flex {
    background-color: var(--bs-danger-bg-subtle);
}

.main-header .dropdown-menu .col-sm-6:nth-child(3) a:hover .d-flex {
    background-color: var(--bs-success-bg-subtle);
}

.main-header .dropdown-menu .col-sm-6:nth-child(4) a:hover .d-flex {
    background-color: var(--bs-secondary-bg-subtle);
}

.main-header .dropdown-menu .col-sm-6:nth-child(5) a:hover .d-flex {
    background-color: var(--bs-tertiary-bg);
}

.main-header .dropdown-menu .col-sm-6:nth-child(6) a:hover .d-flex {
    background-color: var(--bs-info-bg-subtle);
}

.main-header .dropdown-menu {
    right: -20px;
}

.main-header li.nav-item {
    margin-left: 20px;
}

.main-header .nav-item a.nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    padding: 8px 30px;
    border-radius: 10px;
}

.main-header .nav-link.active {
    background: #FFE8D8;
    color: #FC6A03 !important;
    border-radius: 10px;
}

.main-header .nav-link:hover {
    background: #FFE8D8;
    color: #FC6A03 !important;
    border-radius: 10px;
}


/* .main-header .main-btn {
    margin-left: 30px;
} */

.main-header .main-btn {
    margin-left: auto;
}


/* nav#site-navigation {
    justify-content: end;
} */

nav#site-navigation {
    justify-content: center;
}


/* ----------------------------- Header End ----------------------------- */


/* ----------------------------- Footer Start ----------------------------- */

.footer {
    background: #000000;
    padding: 0 132px;
}

.footer_upper {
    padding: 50px 0 68px;
    border-bottom: 1px solid #E8E8E8;
}

.footer_upper h3.title {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 33px;
}

.footer_middle {
    display: flex;
    justify-content: space-between;
    padding: 76px 0 130px;
}

.f-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #686868;
    margin-bottom: 40px;
}

.info .f-title {
    margin-bottom: 10px;
}

.footer_middle .nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_middle .nav a,
.footer_middle .info a {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    color: #C0C0C0;
    text-decoration: unset;
}


/* .footer_middle .info a {
    color: #EBEBEB;
} */

.footer_middle .nav a:hover,
.footer_middle .info a:hover {
    color: #ffffff;
}

.footer_wrapper .contact-info .info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.subscribe {
    width: 100%;
    max-width: 300px;
    min-width: 200px;
}


/* .subscribe form {
    display: flex;
    align-items: center;
    position: relative;
} */

input#email_newsletter {
    width: 100%;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #FFFFFF;
    padding: 10px 0 10px;
    color: #ffffff;
}

input#email_newsletter:focus-visible {
    outline: unset;
}

.subscribe .btn {
    padding: unset;
    text-align: end;
    color: #C0C0C0;
}

.subscribe .btn:hover {
    color: #fc6a03;
}

.subscribe .wpcf7-response-output {
    color: #dc2c23;
}

.subscribe .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
}

.footer_lower .upper {
    align-items: center;
    padding-bottom: 50px;
}

.footer_lower .lower {
    border-top: 1px solid #646464;
}

.footer_lower .upper .info {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #686868;
}

.footer_lower .logo a {
    display: flex;
    justify-content: center;
}

.footer_lower .logo img {
    max-width: 260px;
}

.footer_lower .socials {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.footer_lower .socials a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #686868;
    text-decoration: unset;
}

.footer_lower .socials a:hover {
    color: #fc6a03;
}

.footer_lower .rights {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #5B5B5B;
    padding: 22px 0;
    text-align: center;
}

.footer_lower .rights a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #5B5B5B;
    text-decoration: unset;
}

.subscribe button#bookmarkButton {
    background: transparent;
    border-radius: 50px;
    border: 2px solid #fc6a03;
}


/* ----------------------------- Footer End ----------------------------- */


/* ----------------------------- Bg Wrapper Start ----------------------------- */

.intro-section {
    margin-top: 150px;
}

.intro_bg_wrapper {
    background-image: url('/wp-content/themes/dezdok_v2/assets/media/bg/hero-bg.png');
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    height: 625px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

h1.page-sub-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #FC6A03;
    text-align: center;
}

h2.page-title {
    font-size: 86px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.page-desc {
    width: 60%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin-top: 20px;
}

.intro_bg_wrapper .cta-btn {
    margin-top: 50px;
}

.video-content .masked-video {
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTY4IiBoZWlnaHQ9IjQ3OCIgdmlld0JveD0iMCAwIDU2OCA0NzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01MzYuNSAwSDE0OEMxMzQgMCAxMjQuNSAxNS41MDEgMTI0LjUgMjMuNTAxVjc0LjUwMUMxMjQuNSA4Mi41MDEgMTMzLjUgOTguMDAxIDE0OCA5OC4wMDFINDA2TDI4MC41IDI3Mi4wMDFDMjc2IDI4Ni4wMDEgMjg3IDI5Ni41MDEgMjk3IDI5Ni41MDFIMzc3LjVDMzg4LjMgMjk2LjUwMSAzOTYgMjg5LjUwMSAzOTguNSAyODYuMDAxTDU2MS41IDU3QzU4MSAxNy4wMDEgNTQ5IDAuMDAwOTc2NTYyIDUzNi41IDBaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMzEuMTQ5OSA0NzguMDAyTDQxOS42NSA0NzguMDAyQzQzMy42NSA0NzguMDAyIDQ0My4xNSA0NjIuNTAxIDQ0My4xNSA0NTQuNTAxTDQ0My4xNSA0MDMuNTAxQzQ0My4xNSAzOTUuNTAxIDQzNC4xNSAzODAuMDAxIDQxOS42NSAzODAuMDAxTDE2MS42NSAzODAuMDAxTDI4Ny4xNSAyMDYuMDAxQzI5MS42NSAxOTIuMDAxIDI4MC42NSAxODEuNTAxIDI3MC42NSAxODEuNTAxTDE5MC4xNSAxODEuNTAxQzE3OS4zNSAxODEuNTAxIDE3MS42NSAxODguNTAxIDE2OS4xNSAxOTIuMDAxTDYuMTQ5OSA0MjEuMDAyQy0xMy4zNTAxIDQ2MS4wMDEgMTguNjQ5OSA0NzguMDAxIDMxLjE0OTkgNDc4LjAwMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    object-fit: cover;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
}


/* ----------------------------- Bg Wrapper End ----------------------------- */


/* ----------------------------- Hero Start ----------------------------- */

section#hero {
    margin-top: 140px;
    overflow: hidden;
}

.hero_wrapper {
    background-image: url('/wp-content/themes/dezdok_v2/assets/media/bg/hero-bg.png');
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    padding: 100px 50px;
    /* box-shadow: 0 45px 45px 0 rgba(49, 89, 118, .22); */
}

.hero_wrapper .content_wrapper {
    width: 85%;
}

.hero_wrapper h3.title {
    color: #FC6A03;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
}

.hero_wrapper h1.big-title {
    font-size: 85px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
}

.hero_wrapper p.desc {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.hero_wrapper .cta-btn {
    margin-top: 100px;
}

.hero_wrapper .cta-btn.btns {
    display: flex;
    gap: 20px;
}

.hero_wrapper .slider_wrapper {
    width: 800px;
    margin-left: 110px;
    overflow: hidden;
    position: relative;
}

.hero_wrapper .img-content {
    position: relative;
}

.hero_wrapper .image-holder {
    position: absolute;
    left: 20px;
    bottom: 72px;
    width: 100px;
    height: 100px;
    background-image: url('/wp-content/themes/dezdok_v2/assets/media/shapes/swing-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.hero_wrapper .slick-slider,
.hero_wrapper .slick-list,
.hero_wrapper .slick-track {
    overflow: visible !important;
    height: auto !important;
}

.hero_wrapper .slider_wrapper .slick-slide {
    width: 100% !important;
    max-width: 350px;
    margin-right: 50px;
    position: relative;
    overflow: visible;
}

.hero_wrapper .slider_wrapper .slick-slide img.slider_img {
    width: 100%;
}

.hero_wrapper .slider_wrapper .slick-slide .slide_u_info {
    background: #8e888f;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    width: max-content;
    padding: 10px 30px;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
}

#hero .img-content .img_wrapper img {
    width: 100%;
}

.blinker {
    font-size: 60px;
    animation: blink 1s ease-in-out 0s infinite alternate;
}

@keyframes blink {
    50% {
        opacity: 0.0;
    }
}


/* ----------------------------- Hero End ----------------------------- */


/* ----------------------------- Client's Logo Start ----------------------------- */

.logo-slider .slick-slide {
    margin: 0 70px;
}

.logo-slider .slick-track {
    display: flex;
    align-items: center;
}


/* ----------------------------- Client's Logo End ----------------------------- */


/* ----------------------------- About Start ----------------------------- */

#about .about_wrapper {
    border-radius: 20px;
    padding: 7px;
}

#about .about_wrapper .row {
    align-items: center;
}

#about .video-content .masked-video {
    max-height: 475px;
}

.about_wrapper .content_wrapper {
    padding: 75px 84px 75px 93px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about_wrapper video.abt-video,
.about_wrapper img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.video_wrapper {
    position: relative;
    height: 100%;
}

.video_wrapper>video {
    width: 100%;
    vertical-align: middle;
}

.video_wrapper>video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.about_wrapper .all-counter_wrapper {
    padding: 26px 23px;
}

.counter_wrapper {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
}

.stats_without_bg .counter_wrapper {
    padding: unset;
}

.counter_wrapper .counter {
    font-size: 100px;
    font-weight: 700;
    line-height: 1.2;
    color: #FC6A03;
}

.counter_wrapper p {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: unset;
}

#about .section-desc {
    margin-bottom: 25px;
}

.meet-team .section-desc {
    margin-top: 15px;
}

.profile-img {
    width: 12rem;
    height: 12rem;
    font-size: 56px;
    border-radius: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FC6A03;
    background: #F1F5F9;
    margin: auto;
    margin-bottom: 20px;
}


/* ----------------------------- About End ----------------------------- */


/* ----------------------------- Services Start ----------------------------- */

#services {
    margin-top: 50px;
}

#services .service_wrapper {
    background: #f1f5f9;
    border-radius: 20px;
    padding: 20px;
}

#services .tabs-container-wrapper {
    position: relative;
}

#services .tabs-container-wrapper .tabs-container {
    display: flex;
    overflow-x: auto;
    cursor: grab;
    width: 90%;
    margin: 20px auto 90px;
    white-space: nowrap;
    scrollbar-width: none;
    position: relative;
}


/* .tabs-container-wrapper::before,
.tabs-container-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 70px;
    z-index: 0;
    pointer-events: none;
    z-index: 1;
}

.tabs-container-wrapper::before {
    left: 89px;
    background: linear-gradient(90deg, #F1F5F9 0%, rgba(241, 245, 249, 0) 100%);
}

.tabs-container-wrapper::after {
    right: 89px;
    background: linear-gradient(-90deg, #F1F5F9 0%, rgba(241, 245, 249, 0) 100%);
} */

#services .tabs-container-wrapper .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    user-select: none;
    background: #ffffff;
    border: unset;
    height: 100%;
    padding: 0px 10px;
    border-radius: 10px;
}

#services .tabs-container-wrapper .arrow.left {
    left: 0;
}

#services .tabs-container-wrapper .arrow.right {
    right: 0;
}

#services .tabs-container-wrapper .arrow {
    top: 50%;
    transform: translateY(-50%);
}

#services .tab {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    border-bottom: 3px solid #FFFFFF;
}

#services .tab svg {
    color: #FC6A03;
}


/* #services .tab:first-child {
    margin-left: unset;
} */

#services .tab:hover,
#services .tab.active {
    background-color: #FFE8D8 !important;
    color: #FC6A03 !important;
    border-bottom: 3px solid #FC6A03 !important;
}

#services .content {
    padding: 0 20px;
}

#services .tab-content {
    display: none;
}

#services .tab-content.active {
    display: block;
}

#services .tab-content .title {
    font-size: 98px;
    line-height: 1.2;
    font-weight: 600;
}

#services .details_wrapper .simple_desc {
    margin-bottom: 40px;
}

#services .details_wrapper .simple_desc p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 25px;
}

#services .details_wrapper ul.pointers {
    columns: 2;
    gap: 10px;
    padding-left: 1rem;
}

#services .details_wrapper ul.pointers li {
    margin-bottom: 5px;
}

#services .details_wrapper ul.pointers li a {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
    text-decoration: unset;
}

#services .details_wrapper ul.pointers li a:hover {
    color: #FC6A03;
}


/* Responsive adjustments */

@media (max-width: 768px) {
    .tab-content {
        flex-direction: column;
    }
}


/* ------------------------ Services V2 Start ------------------------ */

#services.service_v2 .tab {
    margin: 15px 20px 15px 20px;
    padding: 20px 30px;
    background: transparent;
    border: unset !important;
}

#services.service_v2 .tab.active,
#services.service_v2 .tab:hover {
    background-color: #FC6A03 !important;
    color: #fff !important;
    border: unset !important;
}


/* ------------------------ Services V2 End ------------------------ */


/* ----------------------------- Services End ----------------------------- */


/* ----------------------------- Industries We Serve Start ----------------------------- */

#ind-we-serve .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 100px;
}

.industries-list__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px
}

.industries-list__row:nth-child(even) {
    order: 3
}

.industries-item {
    width: calc((100%/2) - 10px);
    position: relative;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 14px 10px;
    gap: 10px;
    color: var(--dark);
    border-radius: 12px;
    background-color: #1472b614;
    z-index: 1;
    transition: var(--transition3);
    text-align: center;
}

.industries-item .name {
    font-size: 16px;
    line-height: 1.2;
    display: block
}

.industries-item:hover .name {
    color: #ffffff;
}

.industries-item:before {
    position: absolute;
    content: '';
    background: linear-gradient(104.97deg, #FF8B3A 1.26%, #FF3839 97.4%);
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    transition: all .3s;
    z-index: -1
}

.industries-item .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('/wp-content/themes/dezdok_v2/assets/media/shapes/industries-we-serve.webp');
    transition: all .3s;
}

.industries-item .icon.ecommerce {
    background-position: -20px -20px
}

.industries-item .icon.healthcare {
    background-position: -70px -20px
}

.industries-item .icon.media {
    background-position: -170px -20px
}

.industries-item .icon.finance {
    background-position: -120px -120px
}

.industries-item .icon.insurance {
    background-position: -20px -120px
}

.industries-item .icon.security {
    background-position: -70px -120px
}

.industries-item .icon.education {
    background-position: -170px -120px
}

.industries-item .icon.real-estate {
    background-position: -120px -20px
}

.industries-item .icon.sports {
    background-position: -70px -170px
}

.industries-item .icon.logistic {
    background-position: -20px -170px
}

.industries-item .icon.transportation {
    background-position: -120px -120px
}

.industries-item .icon.agritech {
    background-position: -170px -170px
}

.industries-item .icon.food {
    background-position: -120px -170px
}

.industries-item .icon.ai-software {
    background-position: -20px -70px
}

.industries-item .icon.oil-gas {
    background-position: -70px -70px
}

.industries-item .icon.manufacturing {
    background-position: -120px -70px
}

.industries-item .icon.travel-hospitality {
    background-position: -170px -70px
}

.industries-item:hover:before {
    height: 100%
}

.industries-item:hover .icon {
    filter: brightness(100)
}

@media screen and (min-width:768px) {
    .industries-serve {
        padding: 50px 0
    }
    .industries-list {
        gap: 20px 0
    }
    .industries-item .icon {
        width: 30px;
        height: 30px
    }
    .industries-item {
        width: calc((100%/3) - 10px);
        padding: 20px
    }
}

@media screen and (min-width:1200px) {
    .industries-list__row:nth-child(even) {
        order: unset
    }
    .industries-item {
        width: calc((100%/5) - 10px)
    }
    .industries-item:hover {
        color: var(--white)
    }
}


/* @media screen and (max-width:991px) {
    .industries-item {
        margin-right: 12px
    }
} */

@media screen and (min-width:1400px) {
    .industries-item {
        width: calc((100%/6) - 10px)
    }
    .industries-serve {
        padding: 75px 0
    }
    .industries-list {
        gap: 30px 0
    }
    .industries-item .name {
        font-size: 18px
    }
}


/* ----------------------------- Industries We Serve End ----------------------------- */


/* ----------------------------- Portfolio Start ----------------------------- */

#portfolio .container-fluid {
    --bs-gutter-x: 8rem;
}

.portfolio_wrapper .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 130px;
}

#portfolio .section-title {
    font-size: 100px;
    line-height: 1.2;
}

#portfolio .section-title.th-border::after {
    width: 69%;
    bottom: 20px;
    right: -62px;
    z-index: -1;
}

#portfolio .portfolio-item {
    position: relative;
    padding: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.07);
    margin-bottom: 30px;
}

#portfolio .portfolio-item .img {
    border-radius: 15px;
    overflow: hidden;
}

#portfolio .portfolio-item img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#portfolio .portfolio-item:hover img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

#portfolio .portfolio-item .p-detail {
    padding: 20px 0 0;
}

#portfolio .portfolio-item .p-detail h6 {
    position: relative;
    /* padding-left: 30px; */
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #D0D0D0;
}


/* #portfolio .portfolio-item .p-detail h6:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 40%;
    left: 10px;
} */

#portfolio .portfolio-item .plink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#portfolio .portfolio-item .p-detail .c-btn {
    background: #000000;
    border: 1px solid rgb(255 255 255);
    border-radius: 30px;
    padding: 8px 20px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-size: 18px;
    line-height: 1.2;
    width: 100%;
    display: inline-block;
    text-decoration: unset;
}

#portfolio .portfolio-item:hover .p-detail .c-btn {
    background: #FC6A03;
    border: 1px solid #FC6A03;
}

#portfolio .portfolio-item .c-btn span {
    display: inline-block;
    color: #ffffff;
}

#portfolio .portfolio-item .c-btn .icon {
    width: 18px;
}

#portfolio .portfolio-item .icon.invert img {
    -webkit-filter: invert(1);
    filter: invert(1);
}


/* ----------------------------- Portfolio End ----------------------------- */


/* ----------------------------- Techs End ----------------------------- */

#techs .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 100px;
}

.techs .btn {
    text-align: center;
    margin-top: 50px;
}

.techs .continue-slider {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.techs .tech-slider a {
    color: #ccc;
    text-decoration: none;
}

.techs .tech-slider a:hover {
    color: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%);
}

.techs .tech-slider {
    position: relative;
}

.tech-slider:before {
    position: absolute;
    content: '';
    background-image: linear-gradient(93deg, #fff, transparent, #fff);
    inset: 0;
    z-index: 1;
}

.techs .tech-slider .img-text-wrap {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px;
    gap: 10px;
}

.techs .tech-slider .tech-logo {
    width: 38px;
    height: 38px;
    display: block;
    background-image: url('/wp-content/themes/dezdok_v2/assets/media/logos/techs_stack.webp');
    zoom: .6
}

.techs .tech-slider .tech-logo.android {
    background-position: 638px 116px;
}

.techs .tech-slider .tech-logo.angular {
    background-position: 1118px 116px;
}

.techs .tech-slider .tech-logo.aws {
    background-position: 698px 116px;
}

.techs .tech-slider .tech-logo.azure {
    background-position: 1488px 116px;
}

.techs .tech-slider .tech-logo.blockchain {
    background-position: 580px 253px;
}

.techs .tech-slider .tech-logo.c-sharp {
    background-position: 525px 368px;
}

.techs .tech-slider .tech-logo.c-plus {
    background-position: 525px 310px;
}

.techs .tech-slider .tech-logo.craft-cms {
    background-position: 406px 368px;
}

.techs .tech-slider .tech-logo.css3 {
    background-position: -20px 250px;
}

.techs .tech-slider .tech-logo.digitalocean {
    background-position: -251px 252px;
}

.techs .tech-slider .tech-logo.docker {
    background-position: -308px 252px;
}

.techs .tech-slider .tech-logo.firebase {
    background-position: -424px 252px;
}

.techs .tech-slider .tech-logo.flutter {
    background-position: -368px -80px;
}

.techs .tech-slider .tech-logo.gatsby {
    background-position: -368px -20px;
}

.techs .tech-slider .tech-logo.golang {
    background-position: -78px -20px;
}

.techs .tech-slider .tech-logo.html5 {
    background-position: 117px 116px;
}

.techs .tech-slider .tech-logo.hubspot {
    background-position: -482px 252px;
}

.techs .tech-slider .tech-logo.ios {
    background-position: -484px -77px;
}

.techs .tech-slider .tech-logo.java {
    background-position: 236px -22px;
}

.techs .tech-slider .tech-logo.javascript {
    background-position: -135px -78px;
}

.techs .tech-slider .tech-logo.jenkins {
    background-position: -78px -135px;
}

.techs .tech-slider .tech-logo.kubernetes {
    background-position: -193px 252px;
}

.techs .tech-slider .tech-logo.laravel {
    background-position: -600px -20px;
}

.techs .tech-slider .tech-logo.mongodb {
    background-position: 351px -135px;
}

.techs .tech-slider .tech-logo.nodejs {
    background-position: 289px 368px;
}

.techs .tech-slider .tech-logo.odoo {
    background-position: 60px -135px;
}

.techs .tech-slider .tech-logo.php {
    background-position: -543px -20px;
}

.techs .tech-slider .tech-logo.python {
    background-position: 60px 368px;
}

.techs .tech-slider .tech-logo.react {
    background-position: -135px -20px;
}

.techs .tech-slider .tech-logo.ror {
    background-position: -20px -20px;
}

.techs .tech-slider .tech-logo.salesforce {
    background-position: 116px -135px;
}

.techs .tech-slider .tech-logo.sanity {
    background-position: 176px -137px;
}

.techs .tech-slider .tech-logo.swift {
    background-position: -426px -78px;
}

.techs .tech-slider .tech-logo.vuejs {
    background-position: 174px 116px;
}

.techs .tech-slider .tech-logo.wordpress {
    background-position: 465px 310px;
}

.techs .tech-slider .tech-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: none;
}

.techs .tech-slider .text {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    color: #04121f;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding-top: 4px;
}

.techs .tech-slider .img-text-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .4s;
    border: 2px solid #f1f5f9;
    border-radius: 9px;
    box-sizing: border-box;
}

.techs .tech-slider .text:hover:after {
    background-color: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%);
}

.techs .tech-slider .slick-slide {
    padding: 0 6px;
}

.techs .tech-slider .slide-right .slick-slide {
    direction: ltr;
}

.techs .cta {
    margin-top: 50px;
}

@media (min-width:768px) {
    .techs .tech-slider .tech-logo {
        width: 38px;
        height: 38px;
        zoom: unset;
    }
    .techs .tech-slider .text {
        font-size: 22px;
    }
    .techs .continue-slider {
        gap: 30px;
    }
    .techs .tech-slider .slick-slide {
        padding: 0 10px;
    }
    .techs .tech-slider .img-text-wrap:after {
        border-radius: 16px;
    }
}

@media (min-width:992px) {
    .techs .tech-slider .text {
        min-height: 75px;
    }
    .techs .tech-slider .img-text-wrap {
        padding: 0 30px;
    }
}


/* ----------------------------- Techs End ----------------------------- */


/* ----------------------------- Process Start ----------------------------- */

#process .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 100px;
}

.process-slider .slick-slide {
    margin: 0 37px;
}

.process-slider .slick-slide .wrapper {
    background: #F1F5F9;
    border-radius: 20px;
    padding: 25px;
    position: relative;
}

.process-slider .slick-slide .pro-info {
    margin-bottom: 30px;
}

.process-slider .slick-slide .pro-info img {
    margin-bottom: 18px;
}

.process-slider .slick-slide h3.pro-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

.process-slider .slick-slide .pro-pointer {
    width: 85%;
}

.process-slider .slick-slide .pro-pointer li {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}

.process-slider .slick-slide .pro-number {
    position: absolute;
    color: #ffffff;
    font-size: 200px;
    font-weight: 900;
    right: -25px;
    bottom: 61px;
}


/* .slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '➜';
}

.slick-prev:before {
    content: '➜';
    display: inline-block;
    transform: scaleX(-1);
} */

.slick-next:before,
.slick-prev:before {
    font-size: 35px;
    line-height: 1;
    opacity: 1;
    color: #ec7323;
    box-shadow: 1.3px 2.6px 5.2px 0px #00000040;
    /* padding: 20px; */
    padding: 20px 20px 15px;
    background: #fff;
    border-radius: 50%;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0;
}

.slick-next {
    right: 55px;
}

.slick-prev {
    left: 0px;
    z-index: 1;
}


/* ----------------------------- Process End ----------------------------- */


/* ----------------------------- Hire Dev Start ----------------------------- */

#hire-dev .hire_wrapper {
    background: #f1f5f9;
    border-radius: 20px;
    padding: 100px;
}

#hire-dev .hire_wrapper .title {
    font-size: 98px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px;
}

.hire_wrapper .section-desc {
    line-height: 1.5;
}

.hire_wrapper .content_wrapper {
    width: 85%;
}

.hire_wrapper .content_wrapper .cta-btn {
    margin-top: 65px;
}

.hire_wrapper img {
    width: 100%;
    max-width: 471px;
}

.hiring-steps {
    padding-top: 80px;
    height: 175px;
}

.hiring-steps ol,
.hiring-steps li {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.hiring-steps ol {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.hiring-steps ol:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border-bottom: 1px dashed transparent;
    border-image: repeating-linear-gradient(to right, #FC6A03 0, #FC6A03 20px, transparent 20px, transparent 40px);
    border-image-slice: 1;
}

.hiring-steps li {
    list-style-type: none;
    position: relative;
    cursor: pointer;
}

.hiring-steps li:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #FC6A03;
    border: 2px solid #FC6A03;
    transition: background-color 0.2s ease;
}

.hiring-steps li:nth-child(odd)::before {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
    white-space: nowrap;
}

.hiring-steps li:nth-child(even)::before {
    content: attr(data-title);
    position: absolute;
    bottom: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .hiring-steps {
        padding-top: 30px;
        height: auto;
        margin-bottom: 40px;
    }
    .hiring-steps ol {
        flex-direction: column;
        align-items: center;
    }
    .hiring-steps li {
        margin-bottom: 50px;
    }
    .hiring-steps li::before {
        top: calc(100% + 10px);
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hiring-steps li:after {
        width: 20px;
        height: 20px;
    }
    .hiring-steps li::before {
        font-size: 14px;
        line-height: 1.2;
    }
}

@media (max-width: 320px) {
    .hiring-steps {
        padding-top: 20px;
    }
    .hiring-steps li::before {
        font-size: 12px;
        top: calc(100% + 5px);
    }
    .hiring-steps li:after {
        width: 18px;
        height: 18px;
    }
}


/* ----------------------------- Hire Dev End ----------------------------- */


/* ----------------------------- Blogs Start ----------------------------- */

.blogs_section {
    margin-top: 50px;
}

.blogs_section .blogs_wrapper {
    border-radius: 20px;
    padding: 80px 31px 31px;
}

.blogs_section .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 100px;
}

.blogs_wrapper .section-desc {
    text-transform: capitalize;
}

.blogs {
    display: flex;
    flex-wrap: wrap;
}

.blog-card {
    background: #FFFFFF;
    border-radius: 20px;
    border: 2px solid #F1F0F0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-info {
    padding: 28px 20px;
}

.blog-info .title-n-author {
    display: flex;
    justify-content: space-between;
}

.blog-info .info .blog-date {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #929292;
}

.blog-info .info .blog-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-info .blog-desc {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.blog-info .author img {
    max-width: 40px;
    max-height: 40px;
}

.blog-img img {
    width: 100%;
    border-radius: 20px;
    max-height: 236px;
    object-fit: cover;
}

.blog-info .author {
    display: none;
}

.b-cards a {
    color: #000000;
    text-decoration: unset;
}


/* ----------------------------- Blogs End ----------------------------- */


/* ----------------------------- Reviews Start ----------------------------- */

#reviews .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 100px;
}

.review {
    background: #F1F5F9;
    padding: 30px;
    border-radius: 20px;
    display: flex !important;
    gap: 20px;
    margin: 0 10px;
    height: 100%;
}

.review .image img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
}

.review .details .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #FC6A03;
}

.review .details .posn {
    font-size: 14px;
    font-weight: 400;
    color: #929292;
}

.review p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: unset;
    color: #000000;
}

.review-slider .slide-right .review {
    direction: ltr;
}

.review-slider .slick-slide {
    transition: transform 12s linear;
    /* Normal speed */
}

.review-slider:hover .slick-slide {
    transition: transform 30s linear;
    /* Slower speed on hover */
}


/* ----------------------------- Reviews End ----------------------------- */


/* ----------------------------- Why Dezdok Start ----------------------------- */

.why-dezdok .why_dezdok_wrapper {
    background: #000;
    border-radius: 20px;
    padding: 60px;
}

.why_dezdok_wrapper .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 50px;
}

.why-dezdok .bg_wrapper {
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
}

.bg_wrapper .logo-video-container {
    position: relative;
    width: 600px;
    height: 500px;
    margin: auto;
}

.logo-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shape img {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 602px;
    height: 502px;
}

.point {
    position: absolute;
    max-width: 500px;
    z-index: 9;
}

.first {
    top: 0;
    left: 0%;
}

.second {
    top: 0;
    right: 0%;
    text-align: end;
}

.third {
    bottom: 0;
    left: 0%;
}

.fourth {
    bottom: 0;
    right: 0%;
    text-align: end;
}

@media (max-width: 768px) {
    .point {
        max-width: 120px;
    }
    .point1,
    .point3 {
        top: 5%;
    }
    .point2,
    .point4 {
        bottom: 5%;
    }
}

@media (max-width: 480px) {
    .logo-video-container {
        width: 120px;
        height: 120px;
    }
    .point1,
    .point2 {
        left: 10%;
    }
    .point3,
    .point4 {
        right: 10%;
    }
}

.point .point-content .number {
    color: #FC6A03;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 5px;
}

.point .point-content h4 {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 5px;
}

.point .point-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.why-dezdok.v2 .why_dezdok_wrapper .sec-details {
    margin: 0 auto 100px;
}

.why-dezdok.v2 .wd_wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    height: 100%;
}

.why-dezdok.v2 .wd_wrapper img {
    width: 76px;
    height: 76px;
    margin: 0 auto;
}

.why-dezdok.v2 .wd_wrapper h3 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
    margin: unset;
}

.why-dezdok.v2 .wd_wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: unset;
}

.why_dezdok_wrapper.video-bg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
}

.why_dezdok_wrapper.video-bg .content {
    position: relative;
    z-index: 1;
}

.why_dezdok_wrapper .white-txt .section-title,
.why_dezdok_wrapper .white-txt .section-desc {
    color: #fff;
}

.why_dezdok_wrapper .row {
    row-gap: 20px;
}


/* ----------------------------- Why Dezdok End ----------------------------- */


/* ----------------------------- FAQs Start ----------------------------- */

#faq .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 80px;
}

.faq_wrapper {
    padding: 0 200px;
}

.accordion-item {
    border: 1.5px solid #ECECEC !important;
    border-radius: 20px !important;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

button.accordion-button.collapsed {
    border-radius: 20px !important;
    padding: 30px 40px;
    color: #000000 !important;
}

button.accordion-button {
    border-radius: 20px !important;
    padding: 30px 40px;
    background: #FFFFFF !important;
    box-shadow: unset !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #FC6A03 !important;
}

.accordion-body {
    padding: 0 40px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}


/* ----------------------------- FAQs End ----------------------------- */


/* ----------------------------- Marquee Start ----------------------------- */

.marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 250px;
}

.marquee span {
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 10s linear infinite;
    font-size: 200px;
    line-height: 250px;
    font-weight: 900;
    background-image: url('/wp-content/themes/dezdok_v2/assets/media/bg/hero-bg.png');
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* ----------------------------- Marquee End ----------------------------- */


/* ----------------------------- About Us Page Start ----------------------------- */

.light_bg_wrapper {
    background: #F1F5F9;
    border-radius: 20px;
    padding: 7px;
}

.img-info-sec .content_wrapper {
    padding: 94px 83px 94px 93px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img-info-sec .image_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.img-info-sec.img-left .content_wrapper {
    padding: 104px 60px 83px 80px;
}

.img-info-sec .image_wrapper img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    max-height: 790px;
}

.img-info-sec .cta {
    margin-top: 30px;
}

.about-us .content_wrapper {
    justify-content: center;
}

.about-us-review {
    padding: 100px 0 60px;
    background: #F1F5F9;
}

.about-us-review .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 100px;
}

.about-us-review .review {
    background: #FFFFFF;
}

.founders_wrapper .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 20px;
}

.founders .f-cards {
    max-width: 1100px;
    margin: auto;
}

.founders .founder_wrapper {
    background: #F1F5F9;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    gap: 20px;
}

.founders .v2 .founder_wrapper {
    display: block;
    height: 100%;
}

.founders_wrapper .f-cards.v2 .details {
    margin-top: 20px;
}

.founders .v2 .f-info .design,
.founders .v2 .f-info .name {
    margin-top: 0;
}

.founders .v2 .f-info .design {
    margin-bottom: 20px;
}

.f-cards.v2 .f-info .details .upper-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.founder_wrapper img {
    border-radius: 20px;
}

.v2 .founder_wrapper img {
    object-fit: cover;
    width: 100%;
    max-height: 400px;
}

.founders .f-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.founders .f-info .design {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 28px;
}

.founders .f-info .name {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
}

.founders .f-info .desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 35px;
}

.founders .f-info .socials i {
    font-size: 50px;
    color: #000000;
}

.promise .light_bg_wrapper {
    padding: 100px;
}

.promise .light_bg_wrapper .content_wrapper {
    padding: unset;
}

.promise .section-title {
    font-size: 76px;
    line-height: 1.2;
}

.promise .p-card:nth-child(1),
.promise .p-card:nth-child(2) {
    margin-bottom: 30px;
}


/* .promise .p-card:nth-child(2n) {
    margin-top: 50px;
} */

.promises_wrapper {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.promises_wrapper .number {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #FC6A03;
    margin-bottom: 40px;
}

.promises_wrapper .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}

.promises_wrapper .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}


/* ------- Horizontal Founder's Cards ------- */

.founders .h-f-cards .row {
    gap: 40px;
}

.h-founder_wrapper {
    background: #F1F5F9;
    border-radius: 20px;
    padding: 70px 180px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.founder_name_and_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    min-width: 300px;
}

.founder_name h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.social_links a i {
    font-size: 30px;
    color: #b2b2b4;
}

.social_links a:hover i {
    font-size: 30px;
    color: #FC6A03;
}

.about-founder {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-founder .intro-sent {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.detail-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.h-founder_wrapper.without_bg {
    background: unset;
    padding: 70px 80px;
    border-radius: unset;
}

.the_team .row {
    row-gap: 20px;
}

.team-container img {
    margin-bottom: 10px;
}

.team-container h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

.team-container p.t_design,
p.t_design {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.team-container p.show_bio {
    margin-bottom: 0.5rem;
}

.team-container p.show_bio a {
    color: #666;
    text-decoration: unset;
    font-size: 18px;
}

.team-container .team_mate_desc {
    text-align: left;
}


/* .stats-slider .counter_wrapper {
    padding: 10px;
    margin: auto;
    max-width: 300px;
    min-height: 150px;
    align-content: center;
    text-align: start;
} */

.stats-slider .counter_wrapper {
    padding: 10px;
    margin: auto;
    align-content: center;
}


/* .stats-slider .counter_wrapper .counter,
.stats-slider .counter_wrapper p {
    text-align: start;
} */

.all-counter_wrapper .right-slider {
    position: relative;
}

.all-counter_wrapper .right-slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #FFFDFB 0%, #FC6A03 100%);
}

.stats-slider .slick-dots li button:before {
    font-size: 8px;
    color: #00000045;
}

.slick-dots li.slick-active button:before {
    color: #FC6A03;
}

.stats-slider .slick-dots {
    bottom: -70px;
}

.stats-slider .counter_wrapper .counter {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
}

.stats-slider .counter_wrapper .counter-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
}

.all-counter_wrapper .counter_wrapper .counter-hours {
    color: #FC6A03;
    font-size: 100px;
    font-weight: 800;
    line-height: 1.2;
}


/* ----------------------------- About Us Page End ----------------------------- */


/* ----------------------------- Contact Page Start ----------------------------- */

.contact_wrapper {
    background: #F1F5F9;
    border-radius: 20px;
    padding: 100px;
}

.contact_wrapper .c-info h3.title {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #232323;
    margin-bottom: 100px;
}

.contact_wrapper .c-info .info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.contact_wrapper .c-info .info.n-align {
    align-items: unset;
}

.contact_wrapper .c-info .info:last-child {
    margin-bottom: unset;
    align-items: unset;
}

.contact_wrapper .c-info .info .icon {
    padding: 12px 14px;
    background: #ffffff;
    height: 100%;
    border-radius: 10px;
    display: flex;
}

.contact_wrapper .c-info .info .icon i {
    font-size: 20px;
}

.c-info .info .detail {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #232323;
    text-decoration: unset;
}

.form .wrapper {
    border: 2px solid #C9C9C9;
    padding: 50px 50px 0;
    border-radius: 20px;
}

.form .form-label {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

.form input.form-control {
    background: transparent;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #C9C9C9;
    margin-bottom: 10px;
}

.form textarea.form-control {
    background: transparent;
    border-radius: 10px;
    border: 2px solid #C9C9C9;
    margin-bottom: 10px;
}

.form .form-control:focus {
    border-color: #fc6a03;
    box-shadow: unset;
}

.form .form-control::placeholder {
    color: #9F9F9F;
}

.form .main-btn {
    width: 100%;
    border: unset;
}

.map_wrapper {
    display: flex;
    justify-content: center;
}

.map_wrapper img {
    width: 100%;
    max-width: 1644px;
}

.google_map iframe {
    width: 100%;
    height: 600px;
    border-radius: 20px;
}

.contact-social-section {
    padding: 150px 90px;
    background: #fff;
    z-index: 2;
    position: relative;
}

.contact-social-section h4 {
    color: #000;
    font-size: 62px;
    font-weight: 700;
    margin: 0 0 60px 0;
    text-align: center;
}

.contact-social-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-social-section ul li {
    margin: 0 50px;
    position: relative;
}

.contact-social-section ul li:after {
    content: " ";
    width: 25px;
    height: 3px;
    background: #FC6A03;
    position: absolute;
    right: -60px;
    top: 25px;
}

.contact-social-section ul li:last-child:after {
    display: none;
}

.contact-social-section ul li svg {
    width: auto;
    height: 50px;
    fill: #000;
}

.contact-social-section ul li a:hover svg {
    fill: #FC6A03;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em !important;
    border: 2px solid #f56703 !important;
    border-color: #f56703 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
}

.time-sec .container-fluid {
    width: 85%;
}

.time-sec .row {
    align-items: center;
}

.clock_wrap {
    display: flex;
    align-items: center;
}

.clock_wrap h3 {
    font-size: 50px;
    font-weight: 600;
    margin-left: 50px;
    margin-bottom: unset;
}

.time-sec .simpl-desc {
    font-size: 22px;
    line-height: 1.5;
}

.time-sec .clock {
    min-height: 12em;
    min-width: 12em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-image: url("https://dezdok.com/wp-content/uploads/2024/10/Dezdok_Clock.png");
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 -15px 15px rgba(255, 255, 255, 0.05), inset 0 -15px 15px rgba(255, 255, 255, 0.05), 0 15px 15px rgba(0, 0, 0, 0.3), inset 0 15px 15px rgba(0, 0, 0, 0.3);
    transition: all ease 0.2s;
}


/* .time-sec .clock {
    min-height: 12em;
    min-width: 12em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    background-image: url("https://dezdok.com/wp-content/uploads/2024/10/Dezdok_Clock.png");
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 -15px 15px rgba(255, 255, 255, 0.05), inset 0 -15px 15px rgba(255, 255, 255, 0.05), 0 15px 15px rgba(0, 0, 0, 0.3), inset 0 15px 15px rgba(0, 0, 0, 0.3);
    transition: all ease 0.2s;
} */

.time-sec .clock:before {
    content: "";
    height: 0.75rem;
    width: 0.75rem;
    background-color: #FC6A03;
    border: 2px solid #fff;
    position: absolute;
    border-radius: 50%;
    z-index: 1000;
    transition: all ease 0.2s;
}

.time-sec .hour,
.time-sec .min,
.time-sec .sec {
    position: absolute;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}

.time-sec .hour {
    height: 7em;
    width: 7em;
}

.time-sec .hour:before {
    content: "";
    position: absolute;
    height: 50%;
    width: 6px;
    background-color: #FC6A03;
    border-radius: 6px;
}

.time-sec .min {
    height: 9em;
    width: 9em;
}

.time-sec .min:before {
    content: "";
    height: 50%;
    width: 4px;
    background-color: #FC6A03;
    ;
    border-radius: 4px;
}

.time-sec .sec {
    height: 10em;
    width: 10em;
}

.time-sec .sec:before {
    content: "";
    height: 60%;
    width: 2px;
    background-color: #FC6A03;
    border-radius: 2px;
}


/* Country Code Drop Down Css */

.selected-dial-code {
    display: none !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-1 .selected-flag,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 50px !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
    padding-left: 55px !important;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: unset !important;
}


/* ----------------------------- Contact Page End ----------------------------- */


/* ----------------------------- Privacy Policy Start ----------------------------- */

.pp-content-area {
    padding: 100px 90px 0 90px;
    position: relative;
    z-index: 2;
    background: #fff;
    display: inline-block;
}

.pp-content-area a {
    color: #fc6a03;
}

.pp-content-area h2 {
    font-size: 62px;
    margin: 0 0 30px 0;
}

.pp-content-area h3 {
    font-size: 40px;
    margin: 0 0 20px 0;
}

.pp-content-area ul {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
}

.pp-content-area ul li {
    width: 100%;
    margin: 0 0 30px 0;
    background: url(/wp-content/uploads/2024/03/arrow-up-orange.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 20px 0 60px;
    font-size: 18px;
    line-height: 1.2;
}

.pp-content-area ul li p {
    margin: 0;
}


/* ----------------------------- Privacy Policy End ----------------------------- */


/* ----------------------------- Blogs Page Start ----------------------------- */

form.search-form {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.search-form label {
    height: 100%;
}

.search-form input.search-field {
    width: 400px;
    height: 100%;
    padding: 0 20px;
    border-radius: 10px;
    border-color: #ffffff;
    border: unset;
}

.search-form input.search-field:focus-visible {
    outline: unset;
}

.search-form .main-btn {
    padding: 12px 30px;
    border: unset;
}

.all-blogs .row {
    row-gap: 80px;
}

.blog_wrapper {
    padding: 0 30px;
}

.all-blogs .post-thumbnail img {
    width: 100%;
    max-height: 201px;
    margin-bottom: 20px;
    object-fit: cover;
}

.blog-category a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #FC6A03;
    text-decoration: unset;
}

.blog-title a {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    text-decoration: unset;
}

.blog-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.first_blog_wrapper {
    display: flex;
    gap: 30px;
    padding: 0 30px;
    align-items: center;
    margin-bottom: 20px;
}

.first_blog_wrapper .post-thumbnail {
    flex: 1;
}

.first_blog_wrapper .entry-content {
    flex: 1;
    padding-left: 40px;
}

.first_blog_wrapper .post-thumbnail img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    margin: unset;
}

.first_blog_wrapper .blog-category a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #FC6A03;
}

.first_blog_wrapper .blog-title a {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.first_blog_wrapper .entry-content .blog_by-date {
    display: flex;
    align-items: center;
}

.first_blog_wrapper .blog_by-date a.author {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #FC6A03;
    text-decoration: unset;
    height: 100%;
}

.first_blog_wrapper .blog_by-date .blog_date {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #6B6B6B;
    text-decoration: unset;
    height: 100%;
}

.first_blog_wrapper .blog_by-date p {
    margin: unset;
}

nav.navigation.posts-navigation {
    display: none;
}

.pagination-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.pagination-wrapper span.page-numbers.current {
    color: #FC6A03;
}

.pagination-wrapper a.page-numbers {
    text-decoration: unset;
    color: #000000;
}


/* ----------------------------- Blogs Page End ----------------------------- */


/* ----------------------------- Blogs Detail Page Start ----------------------------- */

.blog-detail {
    margin: 150px 0 100px;
}

.blog-header-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.blog-header-wrap a.blog-category {
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: unset;
    color: #FC6A03;
}

.blog-header-wrap h1.blog-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.blog-header-wrap .blog_by-date {
    display: flex;
    align-items: center;
}

.blog-header-wrap .blog_by-date a.author {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.2;
    color: #FC6A03;
    text-decoration: unset;
    height: 100%;
}

.blog-header-wrap .blog_by-date p {
    margin: unset;
}

.blog-header-wrap .blog_by-date .blog_date {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.2;
    color: #6B6B6B;
    text-decoration: unset;
    height: 100%;
}

.blog-detail .post-thumbnail img {
    width: 100%;
    max-height: unset;
    height: 100%;
    object-fit: cover;
    margin-bottom: 60px;
}

.blog-detail .description p {
    font-size: 20px;
    line-height: 1.7em;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #333334;
}

.blog-detail .description li {
    font-size: 20px;
    line-height: 1.7em;
    margin-bottom: 10px;
    color: #333334;
}

body.single-post .blog-detail .description p,
body.single-post .blog-detail .description li {
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
}

.heateor_sss_sharing_container {
    margin-top: 50px;
}

.single-post .related-blogs {
    margin-bottom: 75px;
}

.related-blogs .rel-title {
    text-align: center;
    margin-bottom: 30px;
}

.related-blogs .heateor_sss_sharing_container {
    display: none;
}


/* .related-blogs .post-thumbnail img {
    width: 100%;
    height: 100%;
    max-height: 277px;
    margin-bottom: 20px;
} */

.related-blogs .post-thumbnail img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    margin-bottom: 20px;
    object-fit: cover;
}

.single-post tbody,
.single-post td,
.single-post tfoot,
.single-post th,
.single-post thead,
.single-post tr {
    border-width: 1px;
}

.blog #tawkchat-container,
.single-post #tawkchat-container {
    display: none !important;
}


/* ----------------------------- Blogs Detail Page End ----------------------------- */


/* ----------------------------- 404 Page Start ----------------------------- */

.error404 .intro-section {
    margin-bottom: 80px;
}

.error404 .intro_bg_wrapper .cta-btn {
    margin-top: 20px;
}

.error404 h2.page-title {
    font-size: 120px;
    line-height: 1.2;
    margin: 20px 0;
}

.error404 .error-sec {
    text-align: center;
    margin: 200px 0 250px;
}

.error404 .error-sec img {
    width: 100%;
    max-width: 779px;
    margin-bottom: 70px;
}

.error404 .error-sec h1.message {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}

.error404 .error-sec .cta-btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.error404 .error-sec .main-btn {
    border-radius: unset;
    box-shadow: unset;
}


/* ----------------------------- 404 Page End ----------------------------- */


/* ----------------------------- Service Page Start ----------------------------- */

.ser-abt .section-title {
    font-size: 65px;
    line-height: 1.2;
}

.services_wrapper .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 100px;
}

.ser-card {
    color: #000;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 0px 4px 0px #FC6A0340;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.main-services .row {
    row-gap: 25px;
    width: 95%;
    margin: auto;
}

.main-services a {
    text-decoration: unset;
}

.ser-card h2.ser-title {
    font-size: 28px;
    font-weight: 700;
}

.ser-card .ser-desc {
    font-size: 18px;
    line-height: 1.5;
}

.services_wrapper {
    position: relative;
    z-index: 11;
}

.logo_wrapper {
    position: absolute;
    bottom: -5px;
    right: -340px;
    z-index: 10;
}

.main-services {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    overflow: hidden;
}

.logo-img {
    width: 85%;
}

.ser-highlights .row {
    row-gap: 30px;
}

.ser-highlights .highlight {
    display: flex;
    gap: 20px;
}

.ser-highlights .highlight img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.highlight_content a {
    color: #000000;
    text-decoration: unset;
}

.highlight_content h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.highlight_content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: unset;
}

.ser-highlights .show-more-less-btn {
    display: flex;
    margin: 50px auto 0;
    border: unset;
    color: #FC6A03;
    background: unset;
    text-decoration: underline;
    font-size: 22px;
    font-weight: 600;
}


/* ----------------------------- Service Page End ----------------------------- */


/* ----------------------------- Service Detail Page Start  ----------------------------- */

.container-fluid.c_width {
    width: 95%;
}

nav.breadcrumb {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

nav.breadcrumb a {
    color: #000000;
    text-decoration: unset;
}

nav.breadcrumb span.current-page {
    color: #FC6A03;
}

.service_detail_hero {
    position: relative;
    overflow: hidden;
}

.service_detail_hero .content {
    margin: 75px 0 45px;
}

.service_detail_hero .section-sub-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service_detail_hero .section-title {
    font-size: 86px;
    font-weight: 900;
}

.service_detail_hero .section-desc {
    width: 60%;
}

.cta-btn.btns {
    display: flex;
    gap: 20px;
}

.main-btn.white-bg {
    border: 1px solid #FC6A03;
    color: #FC6A03;
    background: #ffffff;
}

.service_detail_hero .cta-btn.btns {
    padding-bottom: 50px;
}

.service_detail_hero .main-btn {
    box-shadow: none;
}

.service_detail_hero .logo_wrapper {
    position: absolute;
    bottom: -25px;
    right: -545px;
    z-index: -1;
}

.service_detail_hero .logo-img {
    width: 50%;
}

.ser_video_wrapper {
    position: relative;
    height: 600px;
}

video.service-video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.service_details {
    margin: 50px 0 100px;
}

.ser_title {
    font-size: 65px;
    font-weight: 600;
    line-height: 1.2;
    word-break: break-word;
}

.simple-desc {
    font-size: 18px;
    line-height: 1.5;
}

.service-detail.main-services {
    margin: unset;
}

.service-detail .ser-card {
    box-shadow: unset;
}

.dev_process {
    background: #F1F5F9;
    overflow: hidden;
}

.dev_process .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 100px;
}


/* .process_accordion {
    --items-gap: 30px;
    --items-count: 3;
    --items-min-height: 0px;
    gap: var(--items-gap);
}

.process {
    min-height: var(--items-min-height);
    border-radius: 20px;
    transition: all .65s cubic-bezier(.23, 1, .32, 1);
}

.process_content {
    width: 0;
    flex-grow: 0;
    overflow: hidden;
    margin-inline-end: auto;
    transition: all .65s cubic-bezier(.23, 1, .32, 1);
    transition-property: flex-grow, width, background, color, border, box-shadow;
}

.process_title {
    background-color: #FFFFFF;
    padding: 0px 45px 35px 45px;
    order: 3;
    transition: all .65s cubic-bezier(.23, 1, .32, 1);
    cursor: pointer;
    overflow: hidden;
}

.text-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
} */

ol {
    counter-reset: number-list-item;
}


/* ol>li {
    list-style-type: none;
    counter-increment: number-list-item;
} */

:not(.single-post) ol>li {
    list-style-type: none;
    counter-increment: number-list-item;
}

.cta-sec-bg-wrapper {
    background-image: url('https://dezdok.com/wp-content/uploads/2024/10/Dezdok_service_detail_bg.png');
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    gap: 30px;
}

.cta-sec-bg-wrapper .page-title {
    margin: unset;
    font-weight: 600;
    text-transform: capitalize;
}

.cta-sec-bg-wrapper .page-desc {
    margin: unset;
}

.cta-sec-bg-wrapper .main-btn.white-bg {
    border: unset;
}

.service-opt-sec .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 100px;
}

.service-opt-wrapper {
    width: 85%;
    margin: auto;
}

.service-opt {
    background: #F8F8F8;
    padding: 40px 35px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.service-opt.highlight {
    background: #FF6900CC;
}

.service-tag {
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff;
    background: #FC6A03;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 4px;
}

.service-opt.highlight .service-tag {
    color: #FC6A03;
    background: #ffffff;
}

.service-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    word-break: break-word;
}

.service-opt.highlight .service-title {
    color: #ffffff;
}

.service-opt ul.service-pointer {
    margin: unset;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.service-opt ul.service-pointer li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.service-opt.highlight ul.service-pointer li {
    color: #ffffff;
}

.service-opt ul.service-pointer li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    cursor: pointer;
}

.service-opt ul.service-pointer li:last-child {
    margin-bottom: unset;
}

.service-opt ul.service-pointer li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #FC6A03;
}

.service-opt.highlight ul.service-pointer li::before {
    background: #ffffff;
}


/* .service-opt ul.service-pointer li::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    display: block;
} */

.service-opt ul.service-pointer li::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 14px;
    transform: translateY(-60%) rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    display: block;
}

.service-opt.highlight ul.service-pointer li::after {
    border: solid #FC6A03;
    border-width: 0 1px 1px 0;
}

.btn-all-opt {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 40px;
}

input[type="radio"] {
    display: none;
}

.radio-label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

input[type="radio"]:checked+.radio-label {
    color: #FF8733;
}

.radio-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #F8F8F8;
}

input[type="radio"]:checked+.radio-label:before {
    background: #FC6A03;
}

input[type="radio"]:checked+.radio-label:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    display: block;
}

.process {
    background: #FFFFFF;
    border-radius: 12px;
}


/* .process .process_title {
    padding: 35px 45px 35px 45px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
} */

.process .process_title {
    padding: 25px 30px 25px 30px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

.text-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}


/* .process .process_content {
    align-items: end;
} */

.process_content {
    transition-property: flex-grow, width, background, color, border, box-shadow;
}

.process_accordion {
    --items-gap: 30px;
    --items-count: 7;
    --items-min-height: 0px;
    gap: var(--items-gap);
}

.process_accordion_wrapper .process_accordion {
    --items-gap: 20px;
}


/* .process,
.process_content,
.process_content_wrapper,
.process_title {
    transition: all .65s cubic-bezier(.23, 1, .32, 1);
} */

.process_title {
    cursor: pointer;
    overflow: hidden;
}

.process_content {
    border-radius: 12px;
}

.process_content {
    background: #FF8733;
    color: #ffffff;
}

.process_content_wrapper {
    padding: 50px;
    display: flex;
}

.process-item-active .process_content_wrapper {
    flex-direction: column;
    width: 100%;
}


/* ol.process_pointers li::before {
    content: "■";
    font-size: 1.4rem;
    margin-right: 5px;
} */

.process_pointers li {
    counter-increment: none;
    display: list-item;
    list-style-type: square;
}

.process_content_wrapper .title,
.process_content_wrapper .desc,
.process_content_wrapper .process_pointers {
    height: max-content;
    width: max-content;
}

.process-item-active .process_content_wrapper .title,
.process-item-active .process_content_wrapper .desc,
.process-item-active .process_content_wrapper .process_pointers {
    width: 100%;
}

.process-item-active .process_content_wrapper .title,
.process-item-active .process_content_wrapper .desc {
    margin-bottom: 20px;
}

.process_content_wrapper .title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
}

.process_content_wrapper .desc {
    font-size: 18px;
    line-height: 1.5;
}

.process_content_wrapper .process_pointers {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 1.3rem;
    margin-bottom: unset;
}


/* .process_content_wrapper .process_pointers {
    font-size: 18px;
    line-height: 1.5;
    padding-left: unset;
    margin-top: 5px;
    margin-bottom: unset;
} */

.process_content_wrapper .process_pointers li {
    margin-bottom: 5px;
}

.pro-pointers-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.a-pointers-wrap span {
    font-size: 22px;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .process-item-active .process_title {
        width: 0;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .process_title {
        order: 3;
        padding: 35px 45px;
    }
    .process_content {
        width: 0;
        flex-grow: 0;
        overflow: hidden;
        margin-inline-end: auto;
    }
    .process-item-active,
    .process-item-active .process_content {
        flex-grow: 1;
    }
    .process_content_wrapper {
        opacity: 0;
        translate: 20px;
    }
    .process-item-active .process_content_wrapper {
        opacity: 1;
        translate: 0;
    }
}

@media (max-width: 991px) {
    .process.process-item-active {
        background: #ff8733;
    }
    .process_accordion,
    .process {
        flex-direction: column;
    }
    .process-title-inner {
        writing-mode: horizontal-tb;
        transform: none;
    }
    .process.process-item-active .process_title {
        display: none !important;
    }
    .process-item-inactive .process_content {
        display: none !important;
    }
    .process_content_wrapper {
        flex-direction: column;
    }
    .process_content_wrapper .title,
    .process_content_wrapper .desc,
    .process_content_wrapper .process_pointers {
        width: 100%;
    }
}

.ser-techs .content_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ser-techs .section-desc {
    margin-top: 30px;
    width: 70%;
}

.tech-grid {
    display: flex;
    flex-wrap: wrap;
}

.tech-grid span {
    display: inline-block;
    margin: 20px 2px 0;
    padding: 10px 10px 0;
    flex: 0 0 18%;
    text-align: center;
}

.tech-grid span strong {
    display: block;
    font-weight: 500;
    margin-top: 10px;
    text-transform: capitalize;
}

.tech-grid img {
    max-width: 48px;
    max-height: 48px;
    min-height: 48px;
}

.ser-techs.ser-detailed .content_wrapper {
    justify-content: unset;
    gap: 30px;
}

.ser-techs.ser-detailed .tech-cat {
    margin-bottom: 30px;
    background: #f1f5f9;
    padding: 30px 20px;
    border-radius: 20px;
}

.ser-techs.ser-detailed .tech-cat:last-child {
    margin-bottom: unset;
}


/* ----------------------------- Service Detail Page End  ------------------------------- */


/* ----------------------------- Career Page Start  ------------------------------- */

.current-openings-wrapper {
    padding: 100px 85px;
    background: #F1F5F9;
    border-radius: 20px;
}

.current-openings .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 100px;
}

.current-openings button.accordion-button {
    padding: 30px 30px;
}

.current-openings .accordion-body {
    padding: 0 30px 30px;
}

.current-openings .accordion-button span {
    display: contents;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #949290;
}

.current-openings .accordion-body .row.main {
    padding-top: 50px;
    border-top: 1px solid #D4D4D4;
    margin: unset;
}

.current-openings .accordion-body .col-lg-6.cf7-form {
    border-left: 1px solid #D4D4D4;
}

.current-openings .accordion-body .cf7-form input {
    width: 100%;
    border: unset;
    border-bottom: 1.5px solid #000000;
    padding: 10px 0 10px 10px;
    outline: unset;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.current-openings .accordion-body .cf7-form textarea {
    width: 100%;
    height: 125px;
    border: unset;
    border-bottom: 1.5px solid #000000;
    padding: 10px 0 10px 10px;
    outline: unset;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.current-openings .accordion-body .cf7-form input.upload-resume {
    border: 2px dashed #000000;
    padding: 15px;
    height: 125px;
    background-color: #E9E9E9;
}

.current-openings .accordion-body .cf7-form .upload-cv {
    position: relative;
}

.current-openings .accordion-body .cf7-form .upload-cv label {
    position: absolute;
    top: 65px;
    left: 30px;
    width: 90%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.current-openings .accordion-body .cf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}

.current-openings .accordion-body .cf7-form .submit-area {
    text-align: -webkit-right;
}

.current-openings .accordion-body .cf7-form input.submit-btn {
    padding: 12px 40px;
    border: unset;
    width: fit-content;
    font-size: 16px;
}

.job-description .a-desc {
    margin-bottom: 40px;
}

.job-description .a-desc:last-child {
    margin-bottom: unset;
}

.job-description .a-desc h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.job-description .a-desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.job-description .a-desc ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}


/* ----------------------------- Career Page End  ------------------------------- */


/* ----------------------------- Portfolio Page Start  ------------------------------- */

.all-portfolio {
    margin: 250px 0 150px;
}

.all-portfolio .portfolio-item {
    background-color: #F1F5F9 !important;
}

.all-portfolio .portfolio-item .p-detail .c-btn {
    background: #fff !important;
    border: 1px solid #000 !important;
    transition: unset !important;
    -webkit-transition: unset !important;
}

.all-portfolio .portfolio-item .c-btn span {
    color: #000 !important;
}

.all-portfolio .portfolio-item .icon.invert img {
    -webkit-filter: invert(0) !important;
    filter: invert(0) !important;
}

.all-portfolio .portfolio-item:hover .p-detail .c-btn {
    background: #FC6A03 !important;
    border: 1px solid #FC6A03 !important;
}

.all-portfolio .portfolio-item:hover .c-btn span {
    color: #fff !important;
}

.all-portfolio .portfolio-item:hover .icon.invert img {
    -webkit-filter: invert(1) !important;
    filter: invert(1) !important;
}

.all-portfolio .portfolio-item .p-detail h6 {
    color: #000 !important;
}

.all-portfolio .portfolio-item .p-detail h6:after {
    background: #000 !important;
}


/* ----------------------------- Portfolio Page End  ------------------------------- */


/* ----------------------------- Hire Developer Page Start  ------------------------------- */

.page-template-hire-developer h2.page-title {
    width: 70%;
}

.page-template-hire-developer .page-desc {
    max-width: 784px;
}

.hire-cta-sec .hire_wrapper {
    background: #f1f5f9;
    border-radius: 20px;
    padding: 88px 100px;
}

.hire-cta-sec .hire_wrapper .content_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hire-cta-sec .cta {
    margin-top: 35px;
}

.ben-card:nth-child(1),
.ben-card:nth-child(2),
.ben-card:nth-child(3),
.ben-card:nth-child(4),
.ben-card:nth-child(5),
.ben-card:nth-child(6),
.ben-card:nth-child(7),
.ben-card:nth-child(8),
.ben-card:nth-child(9),
.ben-card:nth-child(10),
.ben-card:nth-child(11) {
    margin-bottom: 60px;
}

.ben-card:last-child {
    margin-bottom: unset;
}

.ben-card .benefit_wrapper {
    padding: 36px 30px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid #E3E3E3;
}

.ben-card .benefit_wrapper:hover {
    box-shadow: 4px 4px 0px 0px #FC6A03;
}

.ben-card .benefit_wrapper.w-z-bg {
    background: #fc6a030f;
    box-shadow: 4px 4px 0px 0px #FC6A03;
    border: unset;
}

.benefit_wrapper .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 50px;
}

.benefit_wrapper .desc ul li {
    font-size: 18px;
    line-height: 1.5;
}

.benefit_wrapper ul {
    margin: unset;
}

.hd_process_wrapper {
    background: #F1F5F9;
    border-radius: 20px;
    padding: 100px;
}

.hd-process .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 100px;
}

.hd_process_wrapper .left .wrapper {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hd-p-content .title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.hd-p-content .desc {
    font-size: 18px;
    line-height: 1.5;
}

.hd_process_wrapper .left .wrapper .cta-btn {
    margin-top: 30px;
}

.hiring-steps-v2 .step {
    display: flex;
    position: relative;
}

.hiring-steps-v2 .step .dot {
    width: 16px;
    height: 16px;
    background-color: #FC6A03;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 60px;
    margin-top: 8px;
}

.hiring-steps-v2 .step:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 17px;
    width: 2px;
    background-color: #FC6A03;
}

.hiring-steps-v2 .step:not(:last-child):after {
    height: 100%;
}

.hiring-steps-v2 .step .info .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.hiring-steps-v2 .step .info .desc ul li {
    font-size: 18px;
    line-height: 1.5;
    color: #232323;
}

.hiring-steps-v2 .step .info {
    margin-bottom: 30px;
}

.hiring-steps-v2 .step:last-child .info {
    margin-bottom: unset;
}

.hire-cta-sec-bg-img .inner-content {
    padding: 35px 35px 35px 60px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
    background-color: #000000;
    color: #fff;
    overflow: hidden;
    border-radius: 20px;
}

.hire-cta-sec-bg-img .inner-content {
    position: relative;
    z-index: 9;
}

.hire-cta-sec-bg-img .inner-content:after {
    content: "";
    position: absolute;
    background: url("https://dezdok.com/wp-content/uploads/2024/11/dezdok-bg-frame.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.hire-cta-sec-bg-img .inner-content .content-side h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hire-cta-sec-bg-img .inner-content .content-side p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}

.hire-cta-sec-bg-img .inner-content .content-side .cta-btn {
    margin-top: 145px;
}

.hire-cta-sec-bg-img .inner-content .book-wrapper {
    display: flex;
    align-items: end;
    flex: 0 0 auto;
    position: relative;
    z-index: 9;
}

.hire-cta-sec-bg-img .inner-content .book-wrapper .img-wrap img {
    width: 100%;
    max-width: 250px;
    margin-right: 10px;
    aspect-ratio: auto 253/282;
}

.hire-cta-sec-bg-img .inner-content .book-wrapper .img-wrap img {
    width: 253px;
    aspect-ratio: auto 253/282;
}

.hire-cta-sec-bg-img .inner-content .book-wrapper .content-list {
    margin-left: -90px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hire-cta-sec-bg-img .inner-content .book-wrapper .content-list li {
    position: relative;
    padding: 9px 12px;
    border-radius: 99em;
    display: flex;
    gap: 8px;
    align-items: center;
    width: max-content;
    overflow: hidden;
    font-family: Inter;
    font-size: 16px;
    line-height: 1.2;
}

.hire-cta-sec-bg-img .inner-content .book-wrapper .content-list li:nth-child(1) {
    margin-left: 50px;
}

.hire-cta-sec-bg-img .inner-content .book-wrapper .content-list li:nth-child(2) {
    margin-left: 84px;
}

.hire-cta-sec-bg-img .inner-content .book-wrapper .content-list li:nth-child(3) {
    margin-left: 15px;
}

.hire-cta-sec-bg-img .inner-content .book-wrapper .content-list li:nth-child(4) {
    margin-left: -80px;
}

.hire-cta-sec-bg-img .inner-content .book-wrapper .content-list li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(7px);
    border-radius: 99em;
}

.hire-cta-sec-bg-img .inner-content .book-wrapper .content-list li span {
    position: relative;
    z-index: 2;
}


/* ----------------------------- Hire Developer Page End  ------------------------------- */


/* ----------------------------- Service Detail Page Mix Start  ------------------------------- */

.page-template-service-mobile-app-dev-template .why-dezdok .why_dezdok_wrapper {
    background: #F1F5F9;
}

.service-details.v2 .ser-card {
    background: #F1F5F9;
    box-shadow: unset;
}

.mobile-screens-cards .wrapper.light-col-bg {
    padding: 100px;
    padding-bottom: unset;
}

.mobile-screens-cards .sec-details {
    margin-bottom: 100px;
}

.screen-card {
    position: relative;
    height: 100%;
    padding: 70px 50px 30px;
    display: flex;
    flex-direction: column;
    max-width: 475px;
    margin: auto;
}

.mobile-frame {
    display: block;
    overflow: hidden;
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    margin: 0px;
}

.mobile-frame img {
    position: absolute;
    inset: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.mobile-screens-cards .screen-card .icon,
.mobile-screens-cards .screen-card h3,
.mobile-screens-cards .screen-card .desc {
    position: relative;
    z-index: 1;
}

.mobile-screens-cards .screen-card .icon {
    margin-bottom: 15px;
}

.mobile-screens-cards .screen-card h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.mobile-screens-cards .screen-card .desc {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}

.mobile-screens-cards .slick-slider {
    margin-bottom: unset;
}

.industries-focused .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 100px;
}

.industry-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.industry-list .industry {
    width: calc((100%/5) - -10px);
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 15px;
}

.industry-list .industry .wrapper {
    width: 100%;
    padding: 40px 0;
    background: #FFEDE1;
    border-radius: 16px;
}

.industry-list .industry h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.benefits-rd .tech-logo {
    width: 100%;
    max-width: 350px;
    margin: 30px 0;
}

.page-template-service-custom-wordpress-dev-template .cta-sec-bg-wrapper {
    height: 100%;
    padding: 75px 15px;
}

.sec-b-details {
    max-width: 1099px;
    margin: 0 auto 100px;
}

.dev-flow {
    background: #F1F5F9;
}

.dev-flow-wrapper .row {
    row-gap: 100px;
    justify-content: center;
}

.a-flow-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 100%;
}


/* .flow-number {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    width: 100px;
    height: 115px;
}

.flow-number .flow-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 12px;
    z-index: 0;
}

.flow-number span {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.flow-number::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fc6a03;
    z-index: 0;
} */

.flow-number {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    width: 100px;
    height: 125px;
}

.flow-number .flow-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 12px;
    z-index: 0;
}

.flow-number span {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.a-flow-wrapper:hover span {
    color: #fff;
}

.flow-number::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fc6a03;
    z-index: 0;
    transition: all 0.4s ease;
}

.a-flow-wrapper:hover .flow-number::before {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 1;
}

.flow-content {
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.flow-content h3 {
    color: #000;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.2;
}

.flow-content .desc {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.service-tech-cta {
    position: relative;
    overflow: hidden;
}

.service-tech-cta .service-tech-bg {
    width: 350px;
    position: absolute;
    bottom: -80px;
    right: -35px;
    z-index: -1;
}

.simple-opt-cards .light-col-bg {
    padding: 100px;
}

.simple-opt-cards .light-col-bg .sec-details {
    margin-bottom: 100px;
}

.simp-opt-cards .row {
    row-gap: 25px;
    justify-content: center;
}

.simp-opt-card-wrapper {
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    height: 100%;
}

.simp-opt-card-wrapper h3 {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.simp-opt-card-wrapper .desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.service_detail_hero_v2 {
    margin-top: 68px;
    background-color: #F1F5F9;
}

.service_detail_hero_v2 video {
    object-fit: cover;
}

.service_detail_hero_v2 .content-wrapper {
    height: 100%;
    padding: 100px 50px 150px 100px;
}

.service_details.v2 {
    background-image: url('/wp-content/themes/dezdok_v2/assets/media/bg/hero-bg.png');
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0 100px;
    margin: unset;
}


/* ----------------------------- Service Detail Page Mix End  ------------------------------- */


/* -------------------------------- New Hero Section Start  --------------------------------- */


/* .page-template-test-page header,
.page-template-main-page header {
    background: unset;
    box-shadow: unset;
} */

.page-template-main-page header {
    background: unset;
    box-shadow: unset;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle {
    background: transparent !important;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right {
    background: transparent;
}

.page-template-test-page header.scrolled,
.page-template-main-page header.scrolled {
    background: #fff;
    box-shadow: 2px 3px 56px -31px #00000040;
}

.banner {
    position: relative;
    background: #fff;
}

.home_banner {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.banner.home {
    padding-top: 120px;
    background-color: transparent;
}

.banner_move {
    position: relative;
    padding-bottom: 100px;
}

.banner.home .banner_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 440px;
    overflow: hidden;
    position: relative;
}

.banner_center .banner_patch {
    position: relative;
    width: 57%;
    padding: 100px 0px;
    z-index: 3;
    margin-top: -70px;
}

.banner_center .banner_patch .banner_para {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.home_mobile_banner {
    position: relative;
    width: 100%;
    z-index: 1;
    display: none;
    margin-top: 20px;
}

.home_mobile_banner img {
    width: 100%;
}

.second_banner {
    position: relative;
    margin-top: -90px;
    padding-bottom: 60px;
    z-index: 1;
}

.second_banner .supercharge_dashboard {
    position: absolute;
    right: 6%;
    top: 0;
    width: 40%;
    z-index: 1;
}

.second_banner .supercharge_dashboard img {
    width: 100%;
}

.second_banner .new_dashboard {
    width: 70%;
    z-index: 2;
    position: relative;
    margin-left: 5%;
    margin-top: 18%;
}

.second_banner .new_dashboard img {
    width: 100%;
}

.second_banner .pin_dashboard {
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    top: 20%;
}

.second_banner .pin_dashboard img {
    width: 100%;
}

.cardWrapper {
    perspective: 1000px;
    height: 530px;
}

.cardWrapper .cards {
    width: 100%;
    height: 100%;
    position: relative;
}

.group_images {
    position: relative;
}

.group_images img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.group_images.top {
    position: absolute;
    right: -75px;
    top: -235px;
    width: 50%;
}

.group_images.center {
    width: 62%;
    margin: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}

.group_images.bottom {
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 40%;
}

.left_ellipse {
    position: absolute;
    left: 0;
    width: 300px;
    top: -40%;
}

.right_ellipse {
    position: absolute;
    right: 300px;
    width: 375px;
    top: -40%;
}

h1.banner_title {
    font-size: 62px;
    font-weight: 800;
    line-height: 1.2;
}

.banner_patch .title {
    color: #fc6a03;
}


/************ media screen starts ***********/

@media(min-width:1400px) {
    .home_banner .container-fluid {
        width: 90%;
    }
}

@media screen and (max-width: 1599px) {
    .banner_center .banner_patch {
        width: 72%;
    }
    .second_banner {
        margin-top: 20px;
        padding-bottom: 95px;
    }
    .group_images.top {
        right: -25px;
    }
}

@media screen and (max-width: 1399px) {
    .banner_center .banner_patch {
        width: 70%;
    }
    .accordion ul li .accordion_body p {
        width: calc(100% - 70px);
    }
}

@media screen and (max-width: 1299px) {
    .second_banner {
        margin-top: 30px;
    }
    .cardWrapper {
        height: 470px;
    }
    .banner_center .banner_patch {
        width: 85%;
    }
    .group_images.top {
        right: -10px;
        top: -200px;
    }
}

@media screen and (max-width: 1276px) {
    .banner.home .banner_center {
        height: 380px;
    }
}

@media screen and (max-width: 1199px) {
    .cardWrapper {
        height: 400px;
    }
}

@media screen and (max-width: 1099px) {
    .cardWrapper {
        height: 360px;
    }
}

@media screen and (max-width: 1024px) {
    .second_banner {
        margin-top: 0px;
    }
    .group_images.top {
        top: -160px;
    }
    .banner.home .banner_center {
        height: 340px;
    }
}

@media screen and (min-width: 992px) {
    .left_ellipse.mob {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .banner_center .banner_patch {
        padding: 200px 0px;
        margin-top: 0;
        text-align: center;
        margin: 0 auto;
    }
    .banner_move {
        padding-bottom: 0;
        background-image: url(https://dezdok.com/wp-content/uploads/2024/11/bg-orange-lines-O.png) !important;
        background-size: cover;
        background-position: center;
    }
    .banner.home {
        padding-top: 50px;
    }
    .home_mobile_banner {
        display: block;
    }
    .second_banner {
        display: none;
    }
    .banner.home .banner_center {
        display: block;
        height: auto;
    }
    .home_banner .cta-btn {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .banner_center .banner_patch {
        padding: 175px 0px;
        width: 100%;
    }
    .banner_gifimage .banner_right {
        width: 400px;
    }
}

@media screen and (max-width: 650px) {
    .banner_center .banner_patch {
        padding: 175px 0px;
    }
}

@media screen and (max-width: 600px) {
    .banner_center .banner_patch .banner_para {
        margin-top: 16px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 500px) {
    .banner_center .banner_patch {
        padding: 150px 0px;
    }
    .banner_gifimage .banner_right {
        width: 300px;
    }
    .right_ellipse {
        top: -150%;
    }
    .left_ellipse.mob {
        top: 9%;
    }
}

@media screen and (max-width: 400px) {
    .banner_center .banner_patch {
        padding: 150px 0px;
    }
    .banner_gifimage .banner_right {
        width: 250px;
    }
    .right_ellipse {
        top: -150%;
    }
    .left_ellipse.mob {
        top: 9%;
    }
}


/* --------------------------------- New Hero Section End  ---------------------------------- */


/* --------------------------------- Project Status Start  ---------------------------------- */

.border-unset {
    border: unset !important;
}

.simple-intro-sec {
    margin: 150px 0 100px;
}

.simple-intro-wrapper .sec-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 130px;
}

.project-status-wrapper .nav.nav-pills {
    border-bottom: 1px solid rgba(25, 32, 32, 0.2);
    justify-content: flex-start;
    --bs-nav-pills-link-active-color: #fc6a03;
    --bs-nav-pills-link-active-bg: unset;
    margin-bottom: 85px;
}

.project-status-wrapper .nav .nav-item .nav-link {
    width: 100%;
    position: relative;
    padding: 0.6rem 3rem;
    font-size: 20px;
    color: #000;
    box-shadow: unset;
}

.project-status-wrapper .nav .nav-item .nav-link.active {
    color: #fc6a03;
}

.project-status-wrapper .nav .nav-item .nav-link i {
    display: none;
    color: #fc6a03;
}

.project-status-wrapper .nav .nav-item .nav-link.active i {
    display: inline-block;
    margin-right: 10px;
}

.project-status-wrapper .nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0rem;
    height: 1px;
    border: 1px solid #fc6a03;
    opacity: 0;
    left: 0;
}

.project-status-wrapper .nav .nav-item .nav-link.active::before {
    opacity: 1;
}

.project-status-section .projects_wrapper .row {
    row-gap: 35px;
}

.project-status-wrapper .col-12 {
    background: #F1F5F9;
    padding: 20px;
    border-radius: 20px;
}

.project-status-wrapper .projects_wrapper .a-proj-wrap-main {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
}

.project-status-wrapper .projects_wrapper .a-proj-wrap-main .proj-upper-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DADADA;
}

.project-status-wrapper .projects_wrapper .a-proj-wrap-main .proj-upper-cont .proj-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.project-status-wrapper .projects_wrapper .a-proj-wrap-main .proj-upper-cont .proj-tags.right {
    justify-content: end;
}

.proj-tags .a-tag {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding: 4px 15px;
    border-radius: 8px;
}

.tag-orange {
    color: #F36B00;
    background: #f36b001f;
}

.tag-green {
    color: #029754;
    background: #0297541f;
}

.tag-blue {
    color: #0088F4;
    background: #0088F41f;
}

.proj-status .proj-progress-perc {
    color: #FC6A03;
    background: #FC6A031F;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.proj-status .completion-date {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.project-status-wrapper .projects_wrapper .a-proj-wrap-main .proj-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    justify-content: space-between;
}

.project-status-wrapper .projects_wrapper .a-proj-wrap-main .proj-content .proj-details h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.project-status-wrapper .projects_wrapper .a-proj-wrap-main .proj-content .proj-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.project-status-wrapper .projects_wrapper .a-proj-wrap-main .proj-img {
    text-align: end;
}

.project-status-wrapper .projects_wrapper .a-proj-wrap-main .project-image {
    width: 100%;
    max-width: 350px;
    border-radius: 20px;
}

#pills-discussion .proj-status .proj-progress-perc,
#pills-discussion .proj-status .completion-date,
#pills-in-progess .proj-status .completion-date,
#pills-completed .proj-status .proj-progress-perc {
    display: none;
}

.project-status-wrapper .responsive-dropdown {
    margin-bottom: 1.5rem;
}

.project-status-wrapper .responsive-dropdown:focus {
    box-shadow: unset;
    border-color: #dee2e6;
}


/* --------------------------------- Project Status End  ---------------------------------- */


/* --------------------------------- New Service Design Start  ---------------------------------- */

.service_detail_hero.v2 {
    padding: 150px 0 230px;
}

.vector-colored-bg {
    background-image: url(https://dezdok.com/wp-content/uploads/2025/02/three-colored-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service_detail_hero.v2 .section-title {
    font-size: 70px;
    font-weight: 700;
}

.service_detail_hero.v2 .section-desc {
    font-size: 18px;
    font-weight: 500;
}

.main-btn.transparent-bg {
    background: transparent;
    color: #000000;
    border: 1px solid #000000;
    font-weight: 600;
}

.wavy-bg dotlottie-wc {
    /* width: 100%; */
    /* height: 400px; */
    max-height: 400px;
    margin-top: -250px;
    margin-bottom: 250px;
    z-index: -1;
}

.wavy-bg #lottie-container {
    max-height: 400px;
    margin-top: -170px;
    margin-bottom: 170px;
    position: relative;
    z-index: -1;
}

.ser-video-w-content .ser_video_wrapper,
.ser-video-w-content video.service-video {
    height: 408px;
    border-radius: 20px;
}

.ser-video-w-content .video-content-wrapper .ser-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
}

.ser-video-w-content .video-content-wrapper .simple-desc {
    font-size: 20px;
    font-weight: 500;
    margin: unset;
}

.why-dezdok.v3 .why_dezdok_wrapper {
    padding: 130px 30px;
}

.why-dezdok.v3 ul.nav-pills {
    width: 100%;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    border-bottom: 1px solid #9A96AA;
    margin-bottom: 85px;
}

.tab-wrapper .nav-arrow {
    display: none;
}

.why-dezdok.v3 .nav-pills .nav-link {
    width: 100%;
    position: relative;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease-in-out;
    padding: 60px 10px;
}

.why-dezdok.v3 .nav-pills .nav-link img {
    width: 50px;
    height: 50px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.why-dezdok.v3 .nav-pills .nav-link.active img {
    opacity: 1;
    transform: translateY(0);
}

.why-dezdok.v3 .nav-pills .nav-link span {
    display: block;
    transition: transform 0.3s ease-in-out;
}

.why-dezdok.v3 .nav-pills .nav-link.active span {
    transform: translateY(10px);
}

.why-dezdok.v3 .nav-pills .nav-link.active,
.why-dezdok.v3 .nav-pills .show>.nav-link {
    color: #000000;
    background-color: transparent;
}

.why-dezdok.v3 .nav-pills .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -1px;
    height: 1px;
    border: 1px solid #fc6a03;
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
}

.why-dezdok.v3 .nav-pills .nav-link.active::before {
    opacity: 1;
}

.why-dezdok.v3 .tab-content-wrapper {
    max-width: 70%;
    margin: auto;
    text-align: center;
    min-height: 72px;
}

.why-dezdok.v3 .tab-content-wrapper p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: unset;
}

.light-pastel-green {
    background-color: #E9F2CB !important;
}

.pastel-lavender-blue {
    background-color: #DBDDFF !important;
}

.light-turquoise-green {
    background-color: #C1FDF3 !important;
}

.airy-baby-blue {
    background-color: #D0F1FF !important;
}

.soft-pastel-pink {
    background-color: #FFE1E1 !important;
}

.pale-yellow {
    background-color: #FFFDD9 !important;
}

.ben-card.v2c .benefit_wrapper {
    padding: 25px 20px;
    border-radius: 10px;
    row-gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
    border: unset;
}

.ben-card.v2c .benefit_wrapper .title {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ben-card.v2c .benefit_wrapper .desc {
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    margin: unset;
}

.ben-card.v2c .benefit_wrapper:hover {
    box-shadow: unset;
}

.ben-card.v2c {
    margin: unset;
}

.benefits-rd.v2 .ben-cards-wrap .row {
    row-gap: 25px;
}

.sec-details.v2 {
    max-width: unset;
    margin: 0 auto 100px;
    text-align: start;
}

.sec-details.v2 .section-title {
    font-size: 42px;
    margin-bottom: 10px;
}

.sec-details.v2 .section-desc {
    font-size: 16px;
    margin: unset;
}

.sec-details.v2 .cta-btn {
    float: inline-end;
}

.portfolio-tabs {
    position: relative;
    transition: min-height 0.5s ease-in-out;
}

.portfolio-tabs .portfolio_img,
.portfolio-tabs .tab-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease-in-out, visibility 0s linear 0.5s;
}

.portfolio-tabs .portfolio_img.active,
.portfolio-tabs .tab-content.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: opacity 0.5s ease-in-out, visibility 0s linear 0s;
}

.portfolio-inner-wrap {
    display: flex;
    background: #EFF7FF;
    color: #000000;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    transition: min-height 0.5s ease-in-out;
}

.portfolio-tabs-wrap {
    margin-bottom: 10px;
}

.portfolio-inner-imgs {
    flex: 4;
    position: relative;
}

.portfolio-inner-content {
    flex: 6;
    position: relative;
}

.portfolio-tab-left {
    display: none;
}

.portfolio-tabs .port_tab.tab-links {
    list-style-type: none;
    padding: unset;
    margin: unset;
    display: flex;
    gap: 10px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.portfolio-tabs .port_tab.tab-links li {
    font-size: 16px;
    font-weight: 400;
    padding: 25px 45px;
    border-radius: 15px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.portfolio-tabs .port_tab.tab-links li.active {
    background: #EFF7FF;
    color: #FC6A03;
    cursor: none;
    pointer-events: none;
}

.portfolio-tabs .portfolio_img img {
    width: 100%;
    height: 100%;
    max-height: 685px;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

.portfolio-tabs .port_tab_content {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 300px;
    transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out;
}

.portfolio-tabs .port_tab_content .tab-details .title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}

.portfolio-tabs .port_tab_content .tab-details .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
}

.portfolio-tabs .port_tab_content .tab-details .details_wrap {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 60px;
}

.portfolio-tabs .port_tab_content .tab-details .details_wrap .detail-type .c-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.portfolio-tabs .port_tab_content .tab-details .details_wrap .detail-type ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    column-gap: 10px;
    row-gap: 10px;
    padding: unset;
}

.portfolio-tabs .port_tab_content .tab-details .details_wrap .detail-type ul li {
    background: #0000001A;
    padding: 10px 25px 10px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
}

.main-btn.simple-btn {
    background: #ffffff;
    color: #000000;
    border: unset;
    box-shadow: 0px 3px 6px 0px #00000029;
}

.orange-border {
    border: 2px solid #FC6A03 !important;
}

.btn-shadow {
    box-shadow: 0px 3px 6px 0px #00000029;
}

.b-grid-wrapper {
    margin-top: 100px;
}

.b-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 25px;
}

.b-grid .g-card {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    overflow: hidden;
}

.b-grid .g-card .content-wrap {
    padding: 50px 50px 0 50px;
}

.b-grid .g-card-1 {
    grid-column: 1 / 5;
    grid-row: 1 / 2;
}

.b-grid .g-card-2 {
    grid-column: 5 / 9;
    grid-row: 1 / 2;
}

.b-grid .g-card-3 {
    grid-column: 9 / 13;
    grid-row: 1 / 2;
}

.b-grid .g-card-4 {
    grid-column: 1 / 7;
    grid-row: 2 / 3;
}

.b-grid .g-card-5 {
    grid-column: 7 / 13;
    grid-row: 2 / 3;
}

.b-grid .g-card .title {
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 12px;
}

.b-grid .g-card .desc {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.b-grid .g-card img {
    width: fit-content;
}

.b-grid .g-card-2 img {
    margin-right: 10px;
}

.b-grid .g-card-4 img {
    margin-right: 80px;
}

.b-grid .g-card-5 img {
    margin-right: 25px;
    margin-bottom: 13px;
}

.bg-color-light-blue {
    background: #F1F5F9;
}

.industries-wrapper {
    max-width: 1200px;
    margin: auto;
}

button.accordion-button img {
    width: 100%;
    max-width: 48px;
    margin-right: 10px;
}

.industry-images-wrap img {
    width: 100%;
}

.a-blog-wrapper {
    margin-top: 100px;
}

.a-blog .blog-content .b-category {
    color: #FC6A03;
    font-size: 22px;
    font-weight: 600;
    text-decoration: unset;
}

.a-blog .blog-content .blog-title-link {
    text-decoration: unset;
}

.a-blog .blog-content .blog-title {
    color: #000000;
    font-size: 46px;
    font-weight: 400;
    margin: 15px 0 50px;
    text-decoration: unset;
}

.a-blog .blog-content .blog-desc {
    color: #000000;
    font-size: 20px;
    margin-bottom: 50px;
}

.read-more-btn {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: Auto;
    text-decoration-thickness: from-font;
    text-underline-offset: 3px;
}

.blog-feat-img img {
    width: 100%;
    border-radius: 20px;
    max-width: 675px;
    display: block;
    margin: auto;
}

.v2 .cta-sec-bg-wrapper {
    background-image: url('https://dezdok.com/wp-content/uploads/2025/02/cta-bg.png');
    background-size: cover;
    background-position: center center;
    max-height: 500px;
    border-radius: unset;
    flex-direction: row;
    gap: 20px;
    padding: 3% 8%;
}

.v2 .cta-sec-bg-wrapper .page-title {
    flex: 7;
    font-size: 44px;
    font-weight: 600;
    text-align: left;
    text-transform: unset;
}

.v2 .cta-sec-bg-wrapper .cta-btn {
    flex: 3;
}

.v2 .cta-sec-bg-wrapper .cta-btn .main-btn {
    margin: auto;
    box-shadow: 0px 3px 6px 0px #00000029;
}

.v2 .service-opt {
    border: 1px solid #ECECEC;
    background: transparent;
}

.v2 .service-opt.highlight {
    border: 1px solid #FF6900CC;
}

.v2 .service-tag {
    color: #000000;
    background: transparent;
    border: 1px solid #000000;
}

.v2 .service-opt ul.service-pointer li::before {
    background: transparent;
    border: 1px solid #1A191E;
}

.v2 .service-opt ul.service-pointer li::after {
    border: solid #000000;
    border-width: 0 1px 1px 0;
}

.v2 .service-opt.highlight .service-tag {
    border: 1px solid #FC6A03;
}

.v2 .service-opt.highlight .service-title {
    color: #000000;
}

.v2 .service-opt.highlight ul.service-pointer li {
    color: #000000;
}

.v2 .service-opt.highlight ul.service-pointer li::before {
    border: 1px solid #FC6A03;
}

.v2 .service-opt.highlight ul.service-pointer li::after {
    border: solid #FC6A03;
    border-width: 0 1px 1px 0;
}

.review-slider-v2 .review-item {
    background: #F1F5F9;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.review-slider-v2 .review-item .review-img {
    width: 100%;
    max-width: 280px;
    height: 100%;
    object-fit: cover;
}

.review-content {
    padding: 50px 50px 25px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-slider-v2 .review-item .review-by {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.review-slider-v2 .review-item .review-by i {
    color: #FC6A03;
    font-size: 20px;
    margin-left: 5px;
}

.review-slider-v2 .review-item .review-desgn {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

.review-slider-v2 .review-item .review-desc {
    font-size: 18px;
    font-weight: 400;
    margin: 60px 0 50px;
}

.owl-carousel .owl-stage {
    display: flex !important;
    cursor: grab;
}

.owl-carousel .owl-item {
    float: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-slider-v2.owl-carousel .owl-item {
    opacity: 0.2;
    transition: opacity 0.5s ease-in-out;
}

.review-slider-v2.owl-carousel .owl-item.active.center {
    opacity: 1;
}

.review-slider-v2 .owl-nav {
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.review-slider-v2 .owl-nav button span {
    background: #FC6A03;
    color: #ffffff;
    font-size: 26px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0px 4px 12px 0px #00000040;
}

.review-slider-v2 .review-item .audio i {
    font-size: 24px;
    cursor: pointer;
}

.accordion-body ul {
    margin: unset;
}

.why-dezdok.v3 ul.nav-pills.ft {
    grid-template-columns: repeat(4, 1fr);
}

.review-slider-v2.v2 .owl-stage-outer {
    overflow: visible;
}

.review-slider-v2.v2 .review-item {
    flex-direction: column;
    text-align: center;
    position: relative;
    overflow: visible;
}

.review-slider-v2.v2 .review-content {
    padding: 75px 50px 25px 50px;
}

.review-slider-v2.v2 .review-item .review-img {
    max-width: 102px;
    max-height: 102px;
    border-radius: 100%;
    position: absolute;
    top: -55px;
}

.review-slider-v2.v2 .review-item .review-desc {
    margin: 25px 0 35px;
}

.review-slider-v2.v2 .review-content .audio {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.review-slider-v2 .review-content .audio .visualizer {
    display: flex;
    align-items: center;
    gap: 2px;
}

.visualizer-bar {
    display: inline-block;
    width: 3px;
    margin: 2px;
    background: #FC6A03;
    transition: transform 0.2s ease-in-out;
}

.visualizer-bar:nth-child(1) {
    height: 15px;
}

.visualizer-bar:nth-child(2) {
    height: 20px;
}

.visualizer-bar:nth-child(3) {
    height: 12px;
}

.visualizer-bar:nth-child(4) {
    height: 20px;
}

.visualizer-bar:nth-child(5) {
    height: 13px;
}

.visualizer-bar:nth-child(6) {
    height: 19px;
}

@keyframes visualizer-wave {
    0%,
    100% {
        transform: scaleY(0.6);
    }
    25% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0.4);
    }
    75% {
        transform: scaleY(0.8);
    }
}

.visualizer-bar.playing {
    animation: visualizer-wave 1s infinite ease-in-out;
    animation-play-state: running;
}

.visualizer-bar.playing:nth-child(2) {
    animation-delay: 0.15s;
}

.visualizer-bar.playing:nth-child(3) {
    animation-delay: 0.3s;
}

.visualizer-bar.playing:nth-child(4) {
    animation-delay: 0.45s;
}

.visualizer-bar.playing:nth-child(5) {
    animation-delay: 0.6s;
}

.visualizer-bar.playing:nth-child(6) {
    animation-delay: 0.75s;
}

.visualizer-bar.paused {
    animation-play-state: paused;
}

.reviews_wrapper {
    overflow: hidden;
}

.review-slider-v2.v2 {
    padding: 50px 0;
}


/* --------------------------------- New Service Design End  ---------------------------------- */


/* --------------------------------- New Process Design Start  ---------------------------------- */

.bg-green {
    background-color: #113628 !important;
    color: #F0EFED;
}

.landing-process {
    overflow: hidden;
}

.py-lg {
    padding-top: 64px;
    padding-bottom: 64px;
}

@media (min-width: 768px) {
    .py-lg {
        padding-top: 12.5vw;
        padding-bottom: 12.5vw;
    }
}


/* @media (min-width: 992px) {
    .landing-process .landing-process-mobile {
        display: none !important;
    }
    .landing-process .landing-process-desktop {
        display: block !important;
    }
} */


/* .landing-process .landing-process-desktop {
    display: none;
} */

.landing-process {
    overflow: hidden;
}

.landing-process .landing-process-mobile {
    display: block;
}

.landing-process .landing-process-mobile .landing-process-mobile-image {
    margin: 0 0 32px 0;
}

.landing-process .landing-process-mobile .landing-process-mobile-image img {
    display: block;
    width: 100%;
}

.landing-process .landing-process-mobile .landing-process-mobile-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: process-counter;
}

.landing-process .landing-process-mobile .landing-process-mobile-list li {
    position: relative;
    display: block;
    width: 100%;
    padding: 1em 0 1em 40px;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    counter-increment: process-counter;
    opacity: 0;
    transform: translateY(30px);
}

.landing-process .landing-process-mobile .landing-process-mobile-list li::before {
    content: counter(process-counter);
    left: 0;
    position: absolute;
    top: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 13px;
    border-radius: 50%;
    border: 1px solid white;
    transition: color 0.3s, background-color 0.3s;
}

.landing-process .landing-process-mobile .landing-process-mobile-list li:last-child {
    border: none;
}

.landing-process .landing-process-header+.landing-process-mobile {
    margin-top: 32px;
}

.landing-process .landing-process-desktop .circle--rotate {
    position: relative;
    z-index: 4;
    border-radius: 50%;
    border: 1px solid #000000;
    width: 50.625vw;
    max-width: 63.7vh;
    height: 50.625vw;
    max-height: 63.7vh;
    margin: 0 auto 0;
    transform: rotate(0deg);
    padding: 0;
}

.landing-process .landing-process-desktop .circle--rotate>li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
}

.landing-process .landing-process-desktop .circle--rotate>li .icon {
    display: flex;
    width: 40px;
    height: 40px;
    margin: -20px auto;
    cursor: pointer;
    border-radius: 50%;
    background: #ffffff;
    visibility: visible;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-height: 600px) and (max-height: 799px) {
    .landing-process .landing-process-desktop .circle--rotate>li .icon {
        width: 56px;
        height: 56px;
        margin: -28px auto;
    }
}

@media only screen and (min-height: 800px) {
    .landing-process .landing-process-desktop .circle--rotate>li .icon {
        width: 72px;
        height: 72px;
        margin: -36px auto;
    }
}

.landing-process .landing-process-desktop .circle--rotate>li .icon img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 32px;
}

.landing-process .landing-process-desktop .circle--rotate>li .icon:hover {
    color: white;
    background: #fc6b03;
}

.landing-process .landing-process-desktop .circle--rotate>li .icon:hover img {
    filter: invert(1);
}

.landing-process .landing-process-desktop .circle--rotate>li.active .icon {
    color: white;
    background: #FC6A03;
    transition: all 0.3s;
}

.landing-process .landing-process-desktop .circle--rotate>li.active .icon img {
    filter: invert(1);
}

.landing-process .landing-process-desktop .circle--slider {
    position: relative;
}

.landing-process .landing-process-desktop .circle--slider .rotate--circle {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75vw;
    max-width: 90vh;
    height: 75vw;
    max-height: 90vh;
    border-radius: 50%;
    background-color: #FFF8F3;
    background-image: url('https://dezdok.com/wp-content/uploads/2025/03/process-outer-circle-w-arrows-59081a.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.landing-process .landing-process-desktop .circle--slider .rotate--circle::before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: #FFE2CD;
}

.landing-process .landing-process-desktop .circle--slider .rotate--circle .co2-icon {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 5%;
    display: block;
    width: 72px;
    height: 72px;
    transform: translate(-50%, -50%);
}

.landing-process .landing-process-desktop .circle--slider .rotate--circle .co2-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.landing-process .landing-process-desktop .circle--slider .count8 li:nth-child(2) {
    transform: rotate(72deg);
}

.landing-process .landing-process-desktop .circle--slider .count8 li:nth-child(3) {
    transform: rotate(144deg);
}

.landing-process .landing-process-desktop .circle--slider .count8 li:nth-child(4) {
    transform: rotate(216deg);
}

.landing-process .landing-process-desktop .circle--slider .count8 li:nth-child(5) {
    transform: rotate(288deg);
}

.landing-process .landing-process-desktop .circle--slider .animate-wrapper {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 41.25vw;
    max-width: 55vh;
    height: 41.25vw;
    max-height: 55vh;
    margin: auto;
    border-radius: 50%;
    background: #F1F5F9;
}

.landing-process .landing-process-desktop .circle--slider .animate-img {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    overflow: hidden;
}

.landing-process .landing-process-desktop .circle--slider .animate-img .animate-img__in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.55s ease-in-out;
}

.landing-process .landing-process-desktop .circle--slider .animate-more {
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: auto;
    padding: 10% 10% 15% 10%;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.landing-process .landing-process-desktop .circle--slider .animate-more .icon {
    display: block;
}

@media only screen and (max-height: 799px) {
    .landing-process .landing-process-desktop .circle--slider .animate-more .icon {
        display: none;
    }
}

@media only screen and (min-height: 800px) {
    .landing-process .landing-process-desktop .circle--slider .animate-more .icon {
        display: block;
    }
}

.landing-process .landing-process-desktop .circle--slider .animate-more .icon img {
    display: block;
}

.landing-process .landing-process-desktop .circle--slider .animate-more .step-count {
    margin: 3em 0 0 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.landing-process .landing-process-desktop .circle--slider .animate-more .heading {
    max-width: 18em;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.landing-process .landing-process-desktop .circle--slider .animate-more .desc {
    font-size: 15px;
}

@media only screen and (max-height: 599px) {
    .landing-process .landing-process-desktop .circle--slider .animate-more .heading {
        font-size: 18px;
    }
}

@media only screen and (min-height: 600px) and (max-height: 799px) {
    .landing-process .landing-process-desktop .circle--slider .animate-more .heading {
        font-size: 20px;
    }
}

.landing-process .landing-process-desktop .circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s 0.4s;
}

.landing-process .landing-process-desktop .circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
}

.landing-process .landing-process-desktop .circle--slider .prev-container,
.landing-process .landing-process-desktop .circle--slider .next-container {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100vw - 100vh) / 2);
    min-width: 12.5vw;
}

.landing-process .landing-process-desktop .circle--slider .prev-container .prev,
.landing-process .landing-process-desktop .circle--slider .next-container .prev,
.landing-process .landing-process-desktop .circle--slider .prev-container .next,
.landing-process .landing-process-desktop .circle--slider .next-container .next {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #ACACAC;
    transition: color 0.3s, background-color 0.3s;
}

.landing-process .landing-process-desktop .circle--slider .prev-container {
    right: 100%;
}

.landing-process .landing-process-desktop .circle--slider .next-container {
    left: 100%;
}

.landing-process .landing-process-desktop .circle--slider .prev-container .prev i {
    margin-right: 3px;
}

.landing-process .landing-process-desktop .circle--slider .next-container .next i {
    margin-left: 3px;
}


/* --------------------------------- New Process Design End  ---------------------------------- */


/* --------------------------------- New Portfolio Design Start  ---------------------------------- */

.v-portfolio .sec-details {
    margin-bottom: 100px;
}

.c-border-bottom {
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(113, 118, 122, 0.5);
}

.c-border-top {
    padding-top: 3rem;
    border-top: 1px solid rgba(113, 118, 122, 0.5);
}

.title-w-dot {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}

.title-w-dot::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: currentColor;
    margin-right: 16px;
    flex-shrink: 0;
}

.link-grid {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    margin-top: -8px;
    width: calc(100% + 8px);
    margin-left: -8px;
    margin-bottom: 20px;
}

.link-grid .a-link-wrap {
    padding-top: 8px;
    padding-left: 8px;
}

.link-grid .a-link-wrap a {
    color: #ffffff;
    text-decoration: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 40px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    will-change: transform;
    transition: 0.3s cubic-bezier(0.12, 0.77, 0.16, 0.93);
    border: 1px solid #404040;
    padding: 8px 20px;
}

.link-grid .a-link-wrap a {
    pointer-events: none;
}

.link-grid .a-link-wrap a:hover {
    border: 1px solid #ffffff;
}

.a-v-portfolio-wrapper {
    padding-top: 8vh;
}

.a-v-portfolio-wrapper:first-of-type {
    padding-top: 8vh !important;
}

.a-v-portfolio-wrapper:last-of-type {
    padding-bottom: unset !important;
}

.a-v-portfolio {
    background-color: #212121;
    border-radius: 1.5rem;
    padding: 20px;
    max-height: 80vh;
}

.a-v-portfolio .portfolio-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    height: 100%;
    padding: 20px 10px 20px 10px;
}

.a-v-portfolio .portfolio-content .cat-name {
    font-size: 14px;
    margin-bottom: 20px;
}

.a-v-portfolio .portfolio-content .p-name a {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 40px;
    text-decoration: unset;
}

.a-v-portfolio .portfolio-content .p-desc {
    color: #999a9a;
    font-size: 16px;
}

.a-v-portfolio .image-wrapper {
    position: relative;
}

.v-portfolio-wrapper .portfolio-image-link img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
}

.a-v-portfolio .image-wrapper .dev-type {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: -8px;
}

.a-v-portfolio .dev-type .dev-type-wrap {
    padding-right: 8px;
    padding-left: 8px;
}

.a-v-portfolio .dev-type .dev-type-wrap .dev-type-link {
    background-color: rgba(10, 10, 10, 0.4);
    padding: 6px 16px;
    color: #ffffff;
    font-size: 13px;
    border-radius: 40px;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-decoration: unset;
    transition: 1s cubic-bezier(0.12, 0.77, 0.16, 0.93);
}

.a-v-portfolio .dev-type .dev-type-wrap .dev-type-link {
    pointer-events: none;
}

.a-v-portfolio .dev-type .dev-type-wrap .dev-type-link:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
}

.portfolio-link {
    width: fit-content;
    color: #ffffff;
    border: 1px solid #fc6a03;
    border-radius: 50px;
    padding: 4px 16px;
    text-decoration: unset;
    text-transform: uppercase;
    font-weight: 600;
}

.portfolio-link:hover i::before {
    transform: rotate(45deg);
    transition: 0.5s ease-in-out;
}


/* --------------------------------- New Portfolio Design End  ---------------------------------- */


/* --------------------------------- New Service Hero Section Start  ---------------------------------- */

.hero-video-sec {
    margin-top: 100px;
    background: #101010;
    overflow: hidden;
    text-align: end;
    position: relative;
    height: 91vh;
}


/* .hero-video-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 47%;
    background: linear-gradient( to right, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0.85) 84%, rgba(0, 0, 0, 0.7) 86%, rgba(0, 0, 0, 0.4) 89%, rgba(0, 0, 0, 0.2) 94%, rgba(0, 0, 0, 0) 99%);
    z-index: 1;
    pointer-events: none;
} */

.hero-video-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://dezdok.com/wp-content/uploads/2025/06/vid-black-bg.png') no-repeat left center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

.hero-video-sec .hero-video {
    max-width: 70vw;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.service_detail_hero.hero-video-sec .hero-vid-content-wrap {
    text-align: left;
    position: relative;
    z-index: 2;
}

.service_detail_hero.hero-video-sec .hero-vid-content-wrap nav.breadcrumb,
.service_detail_hero.hero-video-sec .hero-vid-content-wrap nav.breadcrumb a {
    color: #fff;
}

.service_detail_hero.hero-video-sec .hero-vid-content-wrap .content {
    margin: 0 0 40px;
}

.hero-video-sec .hero-vid-content-wrap {
    position: relative;
    z-index: 1;
    align-content: center;
    height: 91vh;
}

.service_detail_hero.hero-video-sec .hero-vid-content-wrap .content .section-title {
    color: #fff;
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 25px;
}

.service_detail_hero.hero-video-sec .hero-vid-content-wrap .content .section-desc {
    color: #fff;
    max-width: 500px;
    margin-top: 25px;
}

.key-points-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
    max-width: 600px;
}

.key-points {
    width: fit-content;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 25px;
    border: 1px solid #4E4E4E;
    border-radius: 8px;
}


/* --------------------------------- New Home Start  ---------------------------------- */


/* .container-fluid.c_width-2 {
    width: 80%;
} */

.black-btn {
    background: linear-gradient(91.9deg, #1C1C1C 0%, #484848 92.81%);
    color: #FFFFFF;
    padding: 18px 60px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.black-btn:hover {
    box-shadow: 0 0 30px 10px rgba(255, 64, 64, 0.4), 0 0 60px 20px rgba(252, 106, 3, 0.3), 0 0 90px 30px rgba(255, 64, 64, 0.2);
    color: #fff;
}

.home_banner.new-v {
    margin-top: 100px;
    height: 85vh;
    position: relative;
    overflow: hidden;
}

.hero-background-image {
    position: absolute;
    inset: 0;
    background: url('https://dezdok.com/wp-content/uploads/2025/07/hero-bg-code.png') center/cover no-repeat;
    z-index: 0;
    pointer-events: none;
}

.hero-spotlight-overlay {
    position: absolute;
    inset: 0;
    background: #ffffff;
    pointer-events: none;
    mask-image: radial-gradient(circle 125px at 50% 50%, transparent 0%, black 100%);
    -webkit-mask-image: radial-gradient(circle 125px at 50% 50%, transparent 0%, black 100%);
    transition: mask-position 0.05s, -webkit-mask-position 0.05s;
    z-index: 2;
}

.home_banner_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    height: 85vh;
    position: relative;
    z-index: 3;
}

.hero-text-img-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 80px;
    line-height: 100px;
    font-weight: 700;
}

.hero-text-img-wrap .first-line-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
}

.hero-text-img-wrap .second-line-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
}

.hero-text-img-wrap img {
    max-width: 160px;
}

.gradient-text {
    background: linear-gradient(88.19deg, #FC6A03 38.77%, #FF4040 96.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.home_banner.new-v .hero-desc {
    max-width: 702px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
}

.interactive-img {
    transition: transform 0.05s ease-out;
    transform-style: preserve-3d;
    will-change: transform;
    pointer-events: none;
}

.darklogos img {
    filter: grayscale(1);
}

.sect-details {
    text-align: center;
    max-width: 1099px;
    margin: 0 auto 100px;
}

.about-bento .section-desc {
    max-width: 695px;
    margin: 30px auto 0;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 30px;
}

.about-grid .au-cards {
    background: #F2F5FA;
    border-radius: 30px;
    overflow: hidden;
}

.about-grid .card-1 {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 15px;
}

.about-grid .card-2 {
    grid-column: 4 / 9;
    grid-row: 1 / 2;
    overflow: hidden;
}

.about-grid .card-3 {
    grid-column: 9 / 13;
    grid-row: 1 / 2;
    padding: 20px 30px;
    align-content: center;
}

.about-grid .card-4 {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    padding: 30px 22px 0;
}

.about-grid .card-5 {
    grid-column: 4 / 13;
    grid-row: 2 / 3;
    padding: 24px 62px;
}

.about-grid .card-6 {
    grid-column: 1 / 9;
    grid-row: 3 / 4;
    display: flex;
}

.about-grid .card-7 {
    grid-column: 9 / 13;
    grid-row: 3 / 4;
    padding: 25px 30px 15px;
}

.au-cards .dez-logo {
    width: 100%;
    max-width: 150px;
}

.z-img-slider .slick-slider {
    margin-bottom: unset;
}

.z-img-slider,
.z-img-slider .slick-slider,
.z-img-slider .slick-slider .slick-list,
.z-img-slider .slick-slider .slick-list .slick-track {
    height: 100%;
}

.a-z-img.slick-slide {
    margin: unset;
}

.z-img-slider .a-z-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.z-img-slider .slick-dots {
    bottom: -8px;
}

.z-img-slider .slick-dots li button:before {
    color: #FFFFFF80;
    ;
}

.z-img-slider .slick-dots li.slick-active button:before {
    color: #ffffff;
}

.review-slider .review-img img {
    margin: auto;
    max-width: 185px;
    width: 100%;
    object-fit: contain;
}

.review-slider .slick-dots {
    margin: unset;
    bottom: -35px;
}

.au-title-o {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 25px;
}

.industries-slider .a-industry {
    background: #fff;
    padding: 15px 15px;
    border-radius: 10px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.au-cards.card-4 .industries-slider {
    max-height: 261.5px;
    overflow-y: auto;
    scroll-behavior: smooth;
    transition: scroll 0.6s ease-in-out;
    display: flex;
    flex-direction: column;
    scroll-snap-type: y mandatory;
}

.industries-slider {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: auto;
}

.industries-slider::-webkit-scrollbar {
    display: none;
}

.au-cards .about-dez-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.au-cards .a-z-sub-title {
    color: #FC6A03;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.au-cards .video-content {
    flex: 0 0 50%;
}

.au-cards .video-content .masked-video {
    -webkit-mask-position-x: right;
}

.au-cards .a-z-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 345px;
}

.au-cards .a-z-desc {
    font-size: 16px;
    font-weight: 400;
    max-width: 420px;
}

.au-cards .stats-img {
    width: 100%;
    height: 100%;
    max-width: 342px;
    object-fit: cover;
    border-radius: 30px;
}

.au-cards .all-counter_wrapper {
    padding: 28px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 13px;
}

.au-cards .counter-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.au-cards .counter-hours {
    font-size: 50px;
    font-weight: 400;
    line-height: 1.3;
}

.au-cards .counter-up-wrap {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 27px 40px;
    background: #fff;
    border-radius: 20px;
}

.au-cards .counter_wrapper {
    padding: unset;
    border-radius: unset;
}

.au-cards .counter {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
}

.au-cards .counter-up-wrap .counter-title {
    margin-bottom: 10px;
}

.au-team-slider .team-wrap {
    text-align: center;
}

.au-team-slider {
    padding: 0 30px;
}

.au-team-slider .team-wrap img {
    width: 100%;
    max-width: 84px;
    margin: 0 auto 15px;
}

.au-team-slider .team-wrap .team-name {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.au-team-slider .team-wrap .tesm-desgn {
    font-size: 12px;
    font-weight: 400;
}

.mb-100 {
    margin-bottom: 100px;
}

.section-desc.v2 {
    max-width: 565px;
    margin: 30px auto 0;
}

.white-bg {
    background: #fff;
}

.fs-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 30px;
}

.fs-cards {
    background: #F2F5FA;
    padding: 43px 20px;
    border: 1px solid #DADADA;
    border-radius: 30px;
    overflow: hidden;
}

.fs-cards.card-1 {
    grid-column: 1 / 5;
    grid-row: 1 / 2;
}

.fs-cards.card-2 {
    grid-column: 5 / 9;
    grid-row: 1 / 2;
}

.fs-cards.card-3 {
    grid-column: 9 / 13;
    grid-row: 1 / 2;
}

.fs-cards.card-4 {
    grid-column: 1 / 9;
    grid-row: 2 / 3;
    padding: unset;
    display: flex;
    align-items: center;
    gap: 30px;
}

.fs-cards.card-5 {
    grid-column: 9 / 13;
    grid-row: 2 / 3;
    border: 1px solid #DADADA;
    background: linear-gradient(88deg, #FC6A03 38.77%, #FF4040 96.93%);
    padding: unset;
    position: relative;
}

.fs-cards.card-5 svg {
    width: 100%;
    height: 100%;
    transform: scale(1.01);
    position: absolute;
    top: 0;
    z-index: 0;
}

.fs-cards.card-1,
.fs-cards.card-2,
.fs-cards.card-3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.fs-grid .fs-title {
    font-size: 28px;
    font-weight: 400;
}

.fs-cards.card-4 img.fs-img {
    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    max-width: 466px;
}

.fs-desc {
    color: #4D4D4D;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: unset;
    padding: 15px 0;
    padding-right: 40px;
}

.fs-cards .fs-content-wrap {
    padding: 43px 20px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    align-content: center;
    text-align: center;
}

.fs-cta-title {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    max-width: 278px;
    margin: 0 auto 55px;
}

.white-btn {
    background: #FFFFFF;
    color: #000000;
    padding: 18px 60px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.white-btn.blur:hover {
    background: #ffffffb9;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.fc-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 30px;
}

.fc-cards {
    background: #ffffff;
    padding: 43px 20px;
    border: 1px solid #DADADA;
    border-radius: 30px;
    overflow: hidden;
}

.fc-cards.card-1 {
    grid-column: 1 / 5;
    grid-row: 1 / 2;
}

.fc-cards.card-2 {
    grid-column: 5 / 9;
    grid-row: 1 / 2;
}

.fc-cards.card-3 {
    grid-column: 9 / 13;
    grid-row: 1 / 2;
}

.fc-cards.card-4 {
    grid-column: 1 / 13;
    grid-row: 2 / 3;
    padding: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 367px;
}

.fc-cards.card-4 .card-4-wrap {
    display: flex;
    align-items: center;
    gap: 100px;
    padding-left: 60px;
}

.fc-cards .card-5 {
    flex: 0 0 32%;
    background: linear-gradient(88deg, #FC6A03 38.77%, #FF4040 96.93%);
    border-radius: 30px;
    overflow: hidden;
    padding: unset;
    position: relative;
    height: 100%;
}

.fc-cards.card-5 {
    display: none;
    background: linear-gradient(88deg, #FC6A03 38.77%, #FF4040 96.93%);
    border-radius: 30px;
    overflow: hidden;
    padding: unset;
    position: relative;
    height: 100%;
}

.fc-cards .card-5 svg,
.fc-cards.card-5 svg {
    width: 100%;
    height: 100%;
    transform: scale(1.01);
    position: absolute;
    top: 0;
    z-index: 0;
}

.fc-cards.card-1,
.fc-cards.card-2,
.fc-cards.card-3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.fc-grid .fs-title {
    font-size: 28px;
    font-weight: 400;
}

.fc-cards.card-4 img.fs-img {
    width: 100%;
    max-width: 466px;
}

.fc-desc {
    color: #4D4D4D;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: unset;
    padding: 15px 0;
    max-width: 404px;
}

.fc-cards .fc-content-wrap {
    padding: 43px 20px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    align-content: center;
    text-align: center;
}

.fc-cta-title {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    max-width: 300px;
    margin: 0 auto 55px;
}

.grayscale {
    filter: grayscale(1);
}

.sect-details.left {
    text-align: left;
    margin: 0 0 100px;
    max-width: 100%;
}

.left .section-desc {
    max-width: 100%;
    margin: 0;
}

.wwdb-flex-cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 100px;
}

.a-wwdb-f-col {
    flex: 1 1 calc(33.33% - 100px);
    text-align: center;
}

.a-wwdb-img {
    border-radius: 0.625rem;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
}

.a-wwdb-title {
    font-size: 32px;
    font-weight: 400;
    margin: 24px 0 22px;
}

ul.a-wwdb-list {
    max-width: 235px;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

.a-wwdb-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    cursor: pointer;
}

.a-wwdb-list li::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 13px;
    transform: translateY(-60%) rotate(45deg);
    width: 7px;
    height: 12px;
    border: solid #666666;
    border-width: 0 3px 3px 0;
    display: block;
}

.wcz-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 30px;
    padding: 50px 0;
}

.wcz-cards {
    padding: 30px;
    border-radius: 30px;
    box-shadow: 4px 12px 40px 6px #00000017;
}

.wcz-cards {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.wcz-cards::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 0% 0%, #DD7451 0%, rgba(221, 116, 81, 0) 75%);
    background-size: 300% 300%;
    animation: animateLayer1 30s ease-in-out infinite;
    opacity: 0.6;
}

.wcz-cards::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -2;
    background: radial-gradient(circle at 100% 0%, #FDC1A7 0%, rgba(253, 193, 167, 0) 75%);
    background-size: 300% 300%;
    animation: animateLayer2 30s ease-in-out infinite;
    opacity: 0.5;
}

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

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

.wcz-cards.card-1 {
    grid-column: 1 / 5;
    grid-row: 1 / 5;
    background: radial-gradient(134.35% 134.35% at 5% 5%, #DD7451 0%, rgba(221, 116, 81, 0.00) 75%), radial-gradient(134.35% 134.35% at 95% 5%, #FDC1A7 0%, rgba(253, 193, 167, 0.00) 75%), radial-gradient(134.35% 134.35% at 95% 95%, #E4699A 15%, rgba(228, 105, 154, 0.00) 75%), radial-gradient(134.35% 134.35% at 5% 95%, #EB5551 30%, rgba(235, 85, 81, 0.00) 75%), #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.wcz-cards.card-2 {
    grid-column: 5 / 10;
    grid-row: 1 / 3;
    background: linear-gradient(101.15deg, #E9BFDE 0%, #C073AC 105.51%);
}

.wcz-cards.card-3 {
    grid-column: 10 / 13;
    grid-row: 1 / 4;
    background: radial-gradient(134.35% 134.35% at 5% 5%, #F0ACAD 0%, rgba(240, 172, 173, 0.00) 75%), radial-gradient(134.35% 134.35% at 95% 5%, #F8AE4B 0%, rgba(248, 174, 75, 0.00) 75%), radial-gradient(134.35% 134.35% at 95% 95%, #DBB048 0%, rgba(219, 176, 72, 0.00) 75%), radial-gradient(134.35% 134.35% at 5% 95%, #C284E9 50%, rgba(194, 132, 233, 0.00) 75%), #FFF;
}

.wcz-cards.card-4 {
    grid-column: 5 / 10;
    grid-row: 3 / 4;
    background: radial-gradient(134.35% 134.35% at 5% 5%, #7BCF6A 0%, rgba(123, 207, 106, 0.00) 75%), radial-gradient(134.35% 134.35% at 95% 5%, #AEC154 0%, rgba(174, 193, 84, 0.00) 75%), radial-gradient(134.35% 134.35% at 95% 95%, #68A9BB 0%, rgba(104, 169, 187, 0.00) 75%), radial-gradient(134.35% 134.35% at 5% 95%, #5FC28A 0%, rgba(95, 194, 138, 0.00) 75%), #FFF;
}

.wcz-cards.card-5 {
    grid-column: 5 / 10;
    grid-row: 4 / 5;
    background: radial-gradient(134.35% 134.35% at 5% 5%, #F0ACAD 0%, rgba(240, 172, 173, 0.00) 75%), radial-gradient(134.35% 134.35% at 95% 5%, #F8AE4B 0%, rgba(248, 174, 75, 0.00) 75%), radial-gradient(134.35% 134.35% at 95% 95%, #DBB048 0%, rgba(219, 176, 72, 0.00) 75%), radial-gradient(134.35% 134.35% at 5% 95%, #C284E9 50%, rgba(194, 132, 233, 0.00) 75%), #FFF;
    align-content: end;
}

.wcz-cards.card-6 {
    grid-column: 10 / 13;
    grid-row: 4 / 5;
    background: var(--apple-com-white-radial-emerald-emerald-radial-tradewind-tradewind-radial-celery-celery-radial-mantis-mantis, radial-gradient(134.35% 134.35% at 5% 5%, #7BCF6A 0%, rgba(123, 207, 106, 0.00) 75%), radial-gradient(134.35% 134.35% at 95% 5%, #AEC154 0%, rgba(174, 193, 84, 0.00) 75%), radial-gradient(134.35% 134.35% at 95% 95%, #68A9BB 0%, rgba(104, 169, 187, 0.00) 75%), radial-gradient(134.35% 134.35% at 5% 95%, #5FC28A 0%, rgba(95, 194, 138, 0.00) 75%), #FFF);
    min-height: 283px;
}

.wcz-grid .wcz-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin: unset;
}

.wcz-grid .wcz-title.big {
    font-size: 60px;
}

.wcz-cards.card-1 .wcz-title {
    max-width: 250px;
}

.wcz-cards.card-2 .wcz-title {
    max-width: 425px;
}

.wcz-cards.card-3 .wcz-title {
    max-width: 257px;
}

.wcz-cards.card-4 .wcz-title {
    max-width: 305px;
}

.wcz-cards.card-5 .wcz-title {
    max-width: 248px;
}

.wcz-cards.card-6 .wcz-title {
    max-width: 253px;
}

.z-credit-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
}

.wcz-grid .z-credit-logo {
    width: 100%;
    max-width: 135px;
    margin-bottom: 18px;
}

p.z-credit-desc {
    margin: unset;
}

.z-credit-desc {
    font-size: 12px;
}

.z-steps-section {
    background: #F2F5FA;
}


/* Z Steps */

.step-slider {
    display: flex;
    justify-content: center;
    height: 620px;
    overflow: hidden;
}

.step-slider .step {
    flex-shrink: 0;
    width: 250px;
    transition: width 0.5s ease;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 32px 30px 32px 60px;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: -28px;
}

.step-slider .step:nth-child(1) {
    border-radius: 30px;
    padding: 32px 30px;
    margin-left: unset;
    z-index: 4;
}

.step-slider .step:nth-child(2) {
    background: #FCE9D3;
    z-index: 3;
}

.step-slider .step:nth-child(3) {
    background: #FCDFC1;
    z-index: 2;
}

.step-slider .step:nth-child(4) {
    background: #FAD3AE;
    z-index: 1;
}

.step-slider .step.active {
    width: calc(100% - 225px * 3);
    padding: 32px 30px 32px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.step-slider .step:nth-child(1).active {
    padding: 32px 30px;
}

.step-slider .step-label {
    background: #fff;
    color: #263238;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
    width: fit-content;
}

.step-slider .preview-content {
    color: #263238;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.step.active .preview-content {
    display: none;
}

.step-slider .full-content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
    position: relative;
    z-index: 0;
    display: none;
}

.step-slider .step.active .full-content {
    opacity: 1;
    transform: translateY(0);
    display: block;
    pointer-events: auto;
    z-index: 1;
}

.step-slider .full-content .step-title {
    font-size: 64px;
    font-weight: 400;
    margin-bottom: 24px;
}

.step-slider .full-content .step-desc {
    color: #263238;
    font-size: 20px;
    line-height: 1.6;
}

.step-slider .step-btn {
    display: none;
    width: fit-content;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(88.19deg, #FC6A03 38.77%, #FF4040 96.93%);
    color: #fff;
    cursor: pointer;
}

.step-slider .step.active .step-btn {
    display: block;
}

.step-slider .step .next-btn {
    width: 36px;
    height: 36px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: transparent;
    cursor: pointer;
}

.step-slider .step .next-btn i {
    font-size: 18px;
    line-height: 1;
}

.step-slider .step.active .next-btn {
    display: none;
}

.gradient-btn {
    display: block;
    width: fit-content;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(88.19deg, #FC6A03 38.77%, #FF4040 96.93%);
    color: #fff;
    cursor: pointer;
}

.n-hire-dev-wrapper {
    display: flex;
    gap: 100px;
}

.n-hire-dev-wrapper .sect-details-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-around;
}

.v-marquee-wrap {
    flex: 1;
    display: flex;
    justify-content: end;
    gap: 30px;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.v-marquee-wrap::before,
.v-marquee-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 90px;
    pointer-events: none;
    z-index: 10;
}

.v-marquee-wrap::before {
    top: -2px;
    background: linear-gradient(#fff, transparent);
}

.v-marquee-wrap::after {
    bottom: -2px;
    background: linear-gradient(transparent, #fff);
}

.marquee-col {
    width: auto;
    position: relative;
}

.marquee-col .track {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: scroll 30s linear infinite;
}

.marquee-col .track::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: inherit;
}

.marquee-col:nth-child(2) .track {
    animation-direction: reverse;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-25%);
    }
}

.marquee-col .tile {
    width: 100px;
    height: 100px;
    border-radius: 18px;
    margin-bottom: 32px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-col-1 .tile {
    width: 195px;
    height: 195px;
}

.m-col-2 .tile {
    width: 160px;
    height: 160px;
}

.m-col-3 .tile {
    width: 125px;
    height: 125px;
}

.marquee-col .tile img {
    max-width: 60%;
    max-height: 60%;
}

.marquee-col:hover .track {
    animation-play-state: paused;
}

.blog-img.hv2 img {
    max-height: 280px;
    min-height: 280px;
}

.z-bg-gradient {
    background: linear-gradient(47.03deg, #FF6600 -22.3%, #FF5320 35.24%, #A264FF 119.73%);
}

.req-call {
    overflow: hidden;
}

.req-call .cf7-wrap {
    max-width: 754px;
    margin: 20px auto 0;
}

.cta-form-field-wrap p {
    display: flex;
    gap: 10px;
    position: relative;
}

.cta-form-field-wrap .wpcf7-form-control-wrap {
    width: 100%;
}

.cta-form-field-wrap br {
    display: none;
}

.cta-field {
    width: 100%;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
}

.cta-field::placeholder {
    color: #ffffff;
}

input:focus-visible {
    outline: unset;
}

.cta-form-field-wrap span.wpcf7-spinner {
    position: absolute;
    top: 25%;
    right: -30px;
    margin: unset;
}

.cta-form-field-wrap .white-btn {
    padding: 10px 40px;
    max-height: 48px;
    border: unset;
}

.cf7-wrap .acc-terms-txt a {
    text-decoration: underline;
}

.cta-form-field-wrap .wpcf7-not-valid-tip {
    color: #c1c1c1;
}

.req-call .cf7-wrap .wpcf7-response-output {
    border-color: #ffffff!important;
    color: #fff;
}


/* --------------------------------- New Home End  ---------------------------------- */