﻿.custom-popup-overlay {
    display: none !important
}

.navbar-brand img {
    max-width: 216px;
}

#menu-header-menu li a:hover {
    color: #FF4C4C;
}

.side-border {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
}

.footer-social-links li a:hover {
    color: #FF4C4C;
}

.get-in-touch-wrap .digi-btn:before {
    background: unset;
}

@media (min-width: 1279px) {
    .current-menu-item {
        border-bottom: 2px solid transparent;
        /* border-image-source: linear-gradient(89.09deg, #1A76DB 0.78%, #9AC1EC 99.22%); */
        border-image-slice: 1;
        border-radius: 4px;
        /* border: 1px solid; */
        border-image-source: linear-gradient(106.59deg, #FF4C4C 31.35%, #8C0000 72.33%) !important;
    }

    .current-menu-item a {
        color: #FF4C4C !important;
    }

    .current-menu-item .sub-menu a {
        color: #fff !important;
    }
}

.header-btns {
    display: flex;
    column-gap: 16px;
    align-items: center;
}

.digi-navbar .get-in-touch-wrap .digi-btn {
    top: 0 !important;
    background: transparent !important;
}

@media (max-width: 1279px) {
    .digi-navbar .get-in-touch-wrap {
        display: none;
    }

    .header-btns {
        display: none;
    }
}

.page-template-homepage .digi-hero-section {
    position: relative;
    z-index: 1;
}

.page-template-homepage .digi-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background:  rgba(28, 8, 8, 0.8); */
    z-index: 1;
    /* put behind content */
    pointer-events: none;
}

@-webkit-keyframes fadeInUpCustom {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpCustom {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }

    to {
        opacity: 0.8;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotate-infinite {
    animation: rotate360 10s linear infinite;
}

:root {
    --color-site: #ffffff;
    --color-site-rgb: 255, 255, 255;
    /* --color-background: #08121c; */
    --color-background: #1C0808;
    --color-border: #2c343c;
    --color-link: #f3f3f3;
    --color-light: #cccccc;
    --color-light-1: #ebebeb;
    --color-light-2: #dddddd;
    --color-light-3: #f3f3f3;
    --color-arrow-border: #adadad;
    --color-blue: #1f7fe7;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track-piece {
    background: #eee;
}

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 16px;
    background-color: var(--color-background);
    color: var(--color-site);
}

h1,
.h1 {
    font-size: 78px;
    line-height: 88px;
    font-weight: 600;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
}

h3,
.h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 2px;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 400;
}

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

a {
    transition: color 0.3s ease-out;
    outline: none;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #FF4C4C;
}

button {
    outline: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul {
    list-style: none;
    padding: 0;
}

hr {
    margin: 2rem 0;
}

.digi-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 80px;
}

.digi-hero-title {
    text-transform: uppercase;
    background: linear-gradient(100.61deg, #ffffff 60.32%, rgb(255, 255, 255) 129.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
}

.digi-hero-txt {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: var(--color-light-1);
}

.digi-block-title {
    text-transform: uppercase;
    background: linear-gradient(100.61deg, #ffffff 60.32%, rgba(255, 255, 255, 0) 129.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
}

.digi-block-txt {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: var(--color-light);
}

.digi-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    padding: 15px 24px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    background: linear-gradient(328.68deg, rgba(22, 69, 121, 0.1) 19.02%, rgba(26, 118, 219, 0.1) 81.19%);
    border-radius: 60px;
    display: inline-flex;
    column-gap: 8px;
    outline: none;
    z-index: 1;
    align-items: center;
    /* width:100% */
}

.digi-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    z-index: -1;
    padding: 1px;
    background: linear-gradient(106.59deg, #FF4C4C 31.35%, #8C0000 72.33%);
    -webkit-mask:
        linear-gradient(106.59deg, #5ea0e8 31.35%, #355a82 72.33%) content-box,
        linear-gradient(106.59deg, #5ea0e8 31.35%, #355a82 72.33%);
    mask-composite: exclude;
}

.digi-btn:hover {
    color: #fff;
    /* background-color: #000; */
    /* background: linear-gradient(106.59deg, rgba(255, 76, 76, 0.2) 31.35%, rgba(140, 0, 0, 0.2) 72.33%); */

}

.digi-inline-btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    padding-block: 12px;
    text-transform: uppercase;
    display: inline-flex;
    column-gap: 8px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(106.59deg, #FF4C4C 31.35%, #8C0000 72.33%);
    border-image-slice: 1;
}

.digi-inline-btn:hover {
    color: #fff;
}

.form-group-dv input {
    width: 100%;
    padding: 16px 28px;
    border: 1px solid #7c7c7c;
    background-color: rgba(0, 0, 0, 0);
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    border-radius: 100px;
}

.row-5 {
    margin: 0 -5px;
}

.row-5 [class*="col-"] {
    padding: 0 5px;
}

.form-control:hover,
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-shadow: none;
    box-shadow: none;
    outline: none;
}

.slider-style .slick-dots {
    bottom: 15px;
}

.slider-style .slick-dots li {
    height: 5px;
    width: 30px;
}

.slider-style .slick-dots li button {
    display: none;
}

.slider-style .slick-arrow {
    height: 40px;
    width: 30px;
    line-height: 10px;
    top: -30px;
}

.slider-style .slick-prev {
    left: auto;
    right: 32px;
}

.slider-style .slick-next {
    right: 0;
}

.slider-style .slick-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
}

.slider-style .slick-prev:before {
    content: "";
}

.slider-style .slick-next:before {
    content: "";
}

.social-links {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 26px;
    row-gap: 26px;
}

.social-links li a {
    color: #fff;
}

.social-links li a:hover {
    color: #ee4b00;
}

@media (min-width: 1920px) {
    .digi-container {
        padding: 0 120px;
    }
}

@media (max-width: 1680px) {

    h1,
    .h1 {
        font-size: 68px;
        line-height: 66.98px;
    }
}

@media (max-width: 1279px) {

    h1,
    .h1 {
        font-size: 36px;
        line-height: 120%;
    }

    h2,
    .h2 {
        font-size: 28px;
        line-height: 100%;
    }

    h3,
    .h3 {
        font-size: 32px;
    }

    h4,
    .h4 {
        font-size: 16px;
        line-height: 19.2px;
        letter-spacing: -0.48px;
    }

    h5,
    .h5 {
        font-size: 9.6px;
    }

    h6,
    .h6 {
        font-size: 12px;
        line-height: 18px;
    }

    .digi-container {
        padding: 0 40px;
    }

    .digi-block-txt {
        font-size: 20px;
        line-height: 28px;
    }

    .digi-btn {
        padding: 12.5px 12px;
        font-size: 12px;
    }

    .digi-inline-btn {
        font-size: 14px;
        line-height: 100%;
        padding-block: 5.5px;
    }
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 38px;
        line-height: 48px;
    }

    h2,
    .h2 {
        font-size: 24px;
        line-height: 34px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 28px;
    }

    h4,
    .h4 {
        font-size: 18px;
        line-height: 36px;
        letter-spacing: -0.9px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    .digi-container {
        padding: 0 16px;
    }

    .digi-block-txt {
        font-size: 18px;
    }

    .digi-btn {
        padding: 14px 24px;
        font-size: 16px;
    }
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 120px;
}

@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
}

.contact-main-wrapper {
    padding-top: 100px;
    padding-bottom: 120px;
}

@media (max-width: 992px) {
    .contact-main-wrapper {
        padding-top: 70px;
    }
}

@media (max-width: 767px) {
    .contact-main-wrapper {
        padding-top: 40px;
    }
}

.contact-main-wrapper .contact-section {
    padding-bottom: 90px;
}

.contact-main-wrapper .contact-section .hero-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1550px;
    margin: 0 auto;
    /* padding-bottom: 91px; */
}

@media (max-width: 767px) {
    .contact-main-wrapper .contact-section .hero-section {
        max-width: 100%;
        padding-bottom: 40px !important;
    }
}

.contact-main-wrapper .contact-section .hero-section h1 {
    font-size: 104.62px !important;
    font-weight: 400;
    line-height: 112%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 12px;
}

@media (max-width: 1024px) {
    .contact-main-wrapper .contact-section .hero-section h1 {
        font-size: 48px !important;
        line-height: 112% !important;
        margin-bottom: 25.59px !important;
        text-align: center !important;
    }

    .contact-main-wrapper .contact-section .hero-section h1 span {
        font-size: 48px !important;
    }
}

.contact-main-wrapper .contact-section .hero-section h1 span {
    /* font-size: 104.62px !important; */
    font-weight: 400;
    line-height: 90.48px;
    text-align: center;
    font-family: "Libre Bodoni", serif;
    font-style: italic;
}

@media (max-width: 768px) {
    .contact-main-wrapper .contact-section .hero-section h1 span {
        font-size: 48px !important;
        line-height: 114% !important;
    }
}

.contact-main-wrapper .contact-section .hero-section p {
    font-size: 24px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    line-height: 34px;
    color: #ebebeb;
    text-align: center;
    max-width: 1052px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .contact-main-wrapper .contact-section .hero-section p {
        margin-bottom: 25.59px !important;
        font-size: 20px !important;
    }
}

.contact-main-wrapper .contact-section .hero-section .digi-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    padding: 15px 24px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    /* background: linear-gradient(328.68deg, rgba(22, 69, 121, 0.1) 19.02%, rgba(26, 118, 219, 0.1) 81.19%); */
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    outline: none;
    z-index: 1;
}

.contact-main-wrapper .contact-section .contact-bg {
    position: relative;
    top: 0;
}

.contact-main-wrapper .contact-section .contact-bg:after {
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #490008;
    filter: blur(100px);
    margin: 0 auto;
    position: absolute;
    top: -144px;
    right: 230px;
}

@media (max-width: 767px) {
    .contact-main-wrapper .contact-section .contact-bg:after {
        right: -20px !important;
    }
}

@media (max-width: 1279px) {
    .contact-main-wrapper .contact-section .contact-bg:after {
        right: -50px;
    }
}

.contact-main-wrapper .contact-section .contact-bg::before {
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #490008;
    filter: blur(65px);
    position: absolute;
    bottom: -20px;
    left: 246px;
}

@media (max-width: 1279px) {
    .contact-main-wrapper .contact-section .contact-bg::before {
        left: -50px;
    }
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper {
    position: relative;
    padding: 48px 64px;
    border-radius: 30px;
    max-width: 1357px;
    margin: 0 auto;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
        linear-gradient(0deg, rgba(8, 18, 28, 0.44), rgba(8, 18, 28, 0.44));
    color: #fff;
    font-family: "Montserrat", sans-serif;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    z-index: 1;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 76, 76, 0.42) 57.63%, rgba(153, 153, 153, 0.42) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

@media (max-width: 768px) {
    .contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container {
        padding-top: 30px !important;
    }

    .contact-main-wrapper .contact-section .contact-bg .contact-wrapper h2 {
        margin-bottom: 30px !important;
    }

}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -1.2px;
    line-height: 110%;
    margin-bottom: 18px;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .form-subtext {
    font-size: 16px !important;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 110%;
    color: #fff;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container {
    display: flex;
    gap: 36px;
    justify-content: space-between;
    padding-top: 26.5px;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form,
.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-info {
    flex: 1 1 48%;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form {
    position: relative;
    top: 0;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form::after {
    content: "";
    background: url("../img/form-background.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -20px;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form .input-wrapper {
    position: relative;
    border-radius: 15px;
    padding: 1px;
    background: rgba(0, 0, 0, 0);
    line-height: 0;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form .input-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form .input-wrapper .submit-btn:hover {
    cursor: pointer;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form .input-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 1px;
    /* border: 1px solid; */
    background: linear-gradient(106.59deg, rgba(255, 76, 76, 0.4) 31.35%, rgba(140, 0, 0, 0.4) 72.33%);
    /* background: linear-gradient(106.59deg, rgba(94, 160, 232, 0.63) 31.35%, rgba(53, 90, 130, 0.63) 72.33%); */
    z-index: 0;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form .input-wrapper input,
.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form .input-wrapper select,
.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form .input-wrapper textarea {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 16px 18px;
    border: none;
    border-radius: 15px;
    background: #380000CC;
    /* background: linear-gradient(328.68deg, #09131d 19.02%, #161f28 81.19%); */
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    outline: none;
    transition: all 0.3s ease;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form .input-wrapper:focus-within::before {
    background: linear-gradient(106.59deg, rgba(255, 50, 50, 0.6) 31.35%, rgba(110, 0, 0, 0.6) 72.33%);
    padding: 2px;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form .submit {
    border-radius: 60px;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form input::placeholder,
.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form textarea::placeholder {
    color: #fff;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form button {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 15px 0;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    transition: all 0.3s ease;
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 30px;
    padding: 1px;
    /* background: linear-gradient(106.59deg, #5ea0e8 31.35%, #355a82 72.33%); */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    box-sizing: border-box;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form form button:hover {
    color: #380000;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-info p {
    font-size: 20px;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-info h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -0.67px;
    line-height: 36px;
    margin-bottom: 12px;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-info .info-subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 35px;
    color: #fff;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-info ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 50px;
    color: #ccc;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-info ul li {
    font-size: 20px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    color: #ccc;
    line-height: 45px;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-info .submit-enquiry {
    margin-bottom: 60px;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-info .submit-enquiry p {
    font-size: 20px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    color: #ccc;
    line-height: 45px;
}

.contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-info a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 768px) {
    .contact-main-wrapper .contact-section .contact-bg .contact-wrapper {
        padding: 40px 20px;
        border-radius: 16px;
    }

    .contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container {
        flex-direction: column;
    }

    .contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-form,
    .contact-main-wrapper .contact-section .contact-bg .contact-wrapper .contact-container .contact-info {
        flex: 1 1 100%;
    }
}

.contact-main-wrapper .trusted-section {
    padding: 90px 0;
    border-top: 0.75px solid #2c343c;
    border-bottom: 0.75px solid #2c343c;
}

.contact-main-wrapper .trusted-section .marquee-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.contact-main-wrapper .trusted-section .marquee-inner {
    display: flex;
    white-space: nowrap;
    will-change: transform;
}

.contact-main-wrapper .trusted-section .marquee-inner .ratio {
    flex-shrink: 0;
    margin-right: 30px;
    width: 200px;
}

.contact-main-wrapper .trusted-section .marquee-inner .ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    padding: 9px 23px;
}

.contact-main-wrapper .trusted-section p {
    font-size: 24px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 38px;
    background: linear-gradient(100.61deg, #ffffff 60.32%, rgba(255, 255, 255, 0) 129.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-align: center;
    margin-bottom: 36px;
}

.contact-main-wrapper .global-tech-section {
    /* background-color: #0d1117; */
    background: #1C0808CC;
    color: #fff;
    padding: 60px 0 44px 0;
}

.contact-main-wrapper .global-tech-section h2 {
    font-size: 48px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 58px;
    letter-spacing: 0.72px;
    margin-bottom: 32px;
    width: 1000px;
}

.contact-main-wrapper .global-tech-section p {
    font-size: 24px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    line-height: 34px;
    color: #ccc;
    margin-bottom: 36px;
    max-width: 797px;
}

@media (max-width: 992px) {
    .contact-main-wrapper .global-tech-section h2 {
        font-size: 24px !important;
        width: 410px;
        line-height: 30px;
    }

    .contact-main-wrapper .global-tech-section p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .contact-main-wrapper .global-tech-section .container {
        padding: 0px 20px !important;
    }

    .contact-main-wrapper .global-tech-section h2 {
        font-size: 24px !important;
        width: 266px;
    }

    .contact-main-wrapper .global-tech-section p {
        font-size: 18px;
    }
}

.contact-main-wrapper .global-tech-section .map-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    padding-top: 23px;
}

@media (max-width: 768px) {
    .contact-main-wrapper .global-tech-section .map-wrapper {
        flex-direction: column-reverse;
    }
}

.contact-main-wrapper .global-tech-section .map-wrapper .content {
    width: 28%;
}

@media (max-width: 768px) {
    .contact-main-wrapper .global-tech-section .map-wrapper .content {
        width: 100%;
    }
}

.contact-main-wrapper .global-tech-section .map-wrapper .content .flags {
    display: flex;
    gap: 20px;
}

.contact-main-wrapper .global-tech-section .map-wrapper .content .flag-item {
    text-align: center;
    transition: 0.3s;
}

.contact-main-wrapper .global-tech-section .map-wrapper .content .flag-item img {
    width: 71px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .contact-main-wrapper .global-tech-section .map-wrapper .content .flag-item img {
        width: 74px;
        height: 74px;
    }
}

.flag-item.active img {
    box-shadow: none;
}

.contact-main-wrapper .global-tech-section .map-wrapper .content .chevron {
    display: none;
    line-height: 0;
}

.contact-main-wrapper .global-tech-section .map-wrapper .content .flag-item.active img {
    /* border: 3px solid #5ea0e8; */
    border: 3px solid #8C0000;
}

.contact-main-wrapper .global-tech-section .map-wrapper .content .flag-item.active .chevron {
    display: block;
}

.contact-main-wrapper .global-tech-section .map-wrapper .content .contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 45px;
}

.contact-main-wrapper .global-tech-section .map-wrapper .content .contact-info h3 {
    font-size: 32px;
    line-height: 100%;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

.contact-main-wrapper .global-tech-section .map-wrapper .content .contact-info p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .contact-main-wrapper .global-tech-section .map-wrapper .content .contact-info p {
        line-height: 140%;
    }
}

.contact-main-wrapper .global-tech-section .map-wrapper .content .contact-info p span {
    margin-right: 8px;
}

.contact-main-wrapper .global-tech-section .map-wrapper .map-box {
    width: 68%;
}

@media (max-width: 768px) {
    .contact-main-wrapper .global-tech-section .map-wrapper .map-box {
        width: 100%;
    }
}

.contact-main-wrapper .global-tech-section .map-wrapper .map-box .map-container {
    position: relative;
    width: 100%;
    max-width: 1159px;
    margin: 0 auto;
}

.contact-main-wrapper .global-tech-section .map-wrapper .map-box .map-background {
    width: 100%;
    height: auto;
    display: block;
}

.contact-main-wrapper .global-tech-section .map-wrapper .map-box .pin {
    position: absolute;
    transform: translate(-50%, -100%);
    cursor: pointer;
    z-index: 10;
}

.contact-main-wrapper .global-tech-section .map-wrapper .map-box .pin-icon {
    position: relative;
}

.contact-main-wrapper .global-tech-section .map-wrapper .map-box .pin-icon::after img {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
}

.contact-main-wrapper .global-tech-section .map-wrapper .map-box .tooltip {
    width: 508px !important;
    max-height: 66px !important;
    position: absolute;
    top: -70px;
    left: 250%;
    transform: translateX(-50%);
    padding: 10px 15.5px;
    border-radius: 16px;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 11;
    /* background: rgba(26, 117, 219, 0.19); */
    background: linear-gradient(106.59deg, rgba(255, 76, 76, 0.3) 31.35%, rgba(140, 0, 0, 0.3) 72.33%);
    margin: 0 auto;
    opacity: 0;
    backdrop-filter: blur(6px);
}

.contact-main-wrapper .global-tech-section .map-wrapper .map-box .tooltip::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 16px;
    background: linear-gradient(106.59deg, #FF4C4C 31.35%, #8C0000 72.33%);
    /* background: linear-gradient(90deg, #ffffff, #1a76db); */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.contact-main-wrapper .global-tech-section .map-wrapper .map-box .tooltip p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
}

.contact-main-wrapper .global-tech-section .map-wrapper .map-box .pin:hover .tooltip {
    opacity: 1;
}

.contact-main-wrapper .home-built-for-impact-section {
    border-bottom: 1px solid var(--color-border);
    overflow: hidden;
    position: relative;
}

.contact-main-wrapper .home-built-for-impact-section:before {
    content: "";
    position: absolute;
    top: 18%;
    right: -1%;
    width: 674px;
    height: 493px;
    background: radial-gradient(circle at center, rgba(128, 0, 255, 0.6), rgba(87, 141, 221, 0.4), transparent 70%);
    filter: blur(117px);
    z-index: 0;
    pointer-events: none;
}

.contact-main-wrapper .home-built-heading-wrap {
    padding-block: 80px 49px;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.contact-main-wrapper .home-built-heading-wrap .home-inline-block-title {
    max-width: 732px;
}

.contact-main-wrapper .built-for-impact-wrap {
    border-left: 1px solid var(--color-border);
    padding-block: 131px 200px;
    padding-inline: 100px;
}

.contact-main-wrapper .built-for-impact-row {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    align-items: center;
}

.contact-main-wrapper .built-for-impact-text-slider {
    position: relative;
    overflow-y: hidden;
}

.contact-main-wrapper .built-for-impact-text-slider .slick-list {
    padding-inline: 30px;
}

.contact-main-wrapper .built-for-impact-text-slider.slick-slider {
    margin-bottom: 0;
}

.contact-main-wrapper .built-for-impact-text-slider .slick-slide {
    opacity: 0.2;
}

.contact-main-wrapper .built-for-impact-text-slider .slick-slide.slick-current {
    opacity: 1;
}

.contact-main-wrapper .built-for-impact-text-slider .slick-dots {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #18395d 55.07%, #08121c 100%);
}

.contact-main-wrapper .built-for-impact-text-slider .slick-dots li {
    flex: 1 1 auto;
    margin: 0;
    text-align: center;
    width: 3px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-left: -1px;
}

.contact-main-wrapper .built-for-impact-text-slider .slick-dots li button {
    display: none;
}

.contact-main-wrapper .built-for-impact-text-slider .slick-dots li.slick-active {
    background-color: #1f7fe7;
}

.contact-main-wrapper .built-for-impact-card {
    max-width: 686px;
}

.contact-main-wrapper .built-for-impact-card .digi-block-txt {
    margin-top: 16px;
    margin-bottom: 40px;
    color: var(--color-light);
}

.contact-main-wrapper .built-impact-card-img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    padding-inline: 12px;
}

.contact-main-wrapper .built-impact-card-img .img-wrap {
    aspect-ratio: 1/1;
    border: 1px solid rgba(var(--color-site-rgb), 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1680px) {
    .contact-main-wrapper .home-built-heading-wrap {
        padding-block: 60px 34px;
    }

    .contact-main-wrapper .built-for-impact-wrap {
        padding-top: 126px;
        padding-inline: 0;
    }

    .contact-main-wrapper .built-for-impact-text-slider .slick-list {
        padding-inline: 16px;
    }
}

@media (max-width: 1279px) {
    .contact-main-wrapper .home-built-heading-wrap {
        padding-block: 24px;
    }

    .contact-main-wrapper .built-for-impact-wrap {
        padding-block: 44.6px;
    }

    .contact-main-wrapper .built-impact-card-img {
        grid-gap: 14.5px;
    }

    .contact-main-wrapper .built-for-impact-text-slider .slick-list {
        padding-inline: 16px;
    }

    .contact-main-wrapper .built-for-impact-text-slider.slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .contact-main-wrapper .built-for-impact-card .digi-block-txt {
        margin-bottom: 32px;
    }

    .contact-main-wrapper .built-impact-card-img {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-main-wrapper .built-impact-card-img .img-wrap img {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .contact-main-wrapper .home-built-heading-wrap {
        padding-block: 60px 40px;
        border-bottom: none;
    }

    .contact-main-wrapper .built-for-impact-wrap {
        padding: 0 0 40px;
        border: none;
    }

    .contact-main-wrapper .built-for-impact-row {
        grid-template-columns: repeat(1, 100%);
        grid-row-gap: 32px;
    }

    .contact-main-wrapper .built-for-impact-text-slider .slick-list {
        overflow: hidden;
    }

    .contact-main-wrapper .built-for-impact-card .digi-block-txt {
        margin-top: 12px;
        margin-bottom: 0;
    }

    .contact-main-wrapper .built-impact-card-img {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 13.61px;
    }
}

.contact-main-wrapper .home-design-development-section {
    overflow: hidden;
}

.contact-main-wrapper .design-development-heading-wrap {
    padding-block: 80px 49px;
    border-right: 1px solid var(--color-border);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

.contact-main-wrapper .design-development-heading-wrap .home-inline-block-title {
    max-width: 850px;
}

.contact-main-wrapper .design-development-heading-wrap .digi-link-wrap {
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.contact-main-wrapper .design-development-slider-wrap {
    border-top: 1px solid var(--color-border);
    position: relative;
}

.contact-main-wrapper .design-development-slider-wrap .ellipse-circle {
    position: absolute;
    right: -10%;
    top: -10%;
    z-index: -1;
}

.contact-main-wrapper .design-development-slider-row {
    padding: 176px 100px;
    border-left: 1px solid var(--color-border);
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
}

.contact-main-wrapper .design-development-slider-row .slick-arrow {
    left: auto;
    right: 0;
    width: 48px;
    height: 48px;
    border: 1px solid var(--color-arrow-border);
    border-radius: 100%;
    z-index: 9;
}

.contact-main-wrapper .design-development-slider-row .slick-arrow:before {
    display: none;
}

.contact-main-wrapper .design-development-slider-row .slick-arrow.slick-prev {
    transform: translateY(calc(-50% + 32px));
}

.contact-main-wrapper .design-development-slider-row .slick-arrow.slick-next {
    transform: translateY(calc(-50% - 32px));
}

.contact-main-wrapper .design-development-text-slider {
    padding-bottom: 15px;
}

.contact-main-wrapper .design-development-text-slider.slick-slider {
    margin-bottom: 0;
}

.contact-main-wrapper .design-development-text-slider .slick-list {
    padding: 0 15px;
}

.contact-main-wrapper .design-development-text-slider .slick-dots {
    text-align: left;
    padding-inline: 15px;
}

.contact-main-wrapper .design-development-text-slider .slick-dots li {
    width: 22px;
    height: 4px;
    background-color: #0a1c2f;
}

.contact-main-wrapper .design-development-text-slider .slick-dots li button {
    display: none;
}

.contact-main-wrapper .design-development-text-slider .slick-dots li.slick-active {
    background-color: #5fa0e8;
}

.contact-main-wrapper .design-development-card {
    padding: 15px 5px;
}

.contact-main-wrapper .design-development-card .digi-block-txt {
    margin-top: 16px;
    font-weight: 300;
}

.contact-main-wrapper .design-development-card .digi-link-wrap {
    margin-top: 50px;
}

.contact-main-wrapper .design-development-card .digi-link-wrap .digi-inline-btn {
    font-size: 16px;
}

.contact-main-wrapper .design-development-image-slider .slick-track {
    display: flex;
    align-items: center;
}

.contact-main-wrapper .design-development-card-img {
    text-align: center;
}

.contact-main-wrapper .design-development-card-img img {
    display: inline-block;
}

@media (max-width: 1680px) {
    .contact-main-wrapper .design-development-heading-wrap {
        padding-block: 60px 48px;
    }

    .contact-main-wrapper .design-development-slider-row {
        padding: 112px 32px 100px;
    }
}

@media (max-width: 1279px) {
    .contact-main-wrapper .design-development-heading-wrap {
        padding-block: 24px;
    }

    .contact-main-wrapper .design-development-heading-wrap .digi-link-wrap {
        max-width: 100%;
        text-align: left;
        margin-top: 16px;
    }

    .contact-main-wrapper .design-development-slider-row {
        padding: 24px;
        grid-template-columns: 50% 50%;
    }

    .contact-main-wrapper .design-development-card .digi-block-title {
        font-size: 20px;
        line-height: 28px;
    }

    .contact-main-wrapper .design-development-card .digi-block-txt {
        margin-top: 12px;
    }

    .contact-main-wrapper .design-development-card .digi-link-wrap {
        margin-top: 24px;
    }

    .contact-main-wrapper .design-development-image-slider .slick-list {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .contact-main-wrapper .design-development-heading-wrap {
        padding-block: 60px 24px;
        border-right: none;
    }

    .contact-main-wrapper .design-development-slider-wrap .ellipse-circle {
        right: 0;
        top: 0;
    }

    .contact-main-wrapper .design-development-slider-row {
        padding: 40px 0;
        border-left: none;
        grid-template-columns: repeat(1, 100%);
        grid-row-gap: 40px;
    }

    .contact-main-wrapper .design-development-slider-row .slick-arrow {
        top: auto;
    }

    .contact-main-wrapper .design-development-slider-row .slick-arrow.slick-prev {
        transform: none;
        bottom: 0;
        right: 64px;
    }

    .contact-main-wrapper .design-development-slider-row .slick-arrow.slick-next {
        transform: none;
        bottom: 0;
    }

    .contact-main-wrapper .design-development-image-slider {
        order: -1;
    }

    .contact-main-wrapper .design-development-image-slider .slick-list {
        width: 100%;
    }

    .contact-main-wrapper .design-development-text-slider .slick-list {
        padding: 5px;
    }

    .contact-main-wrapper .design-development-card .digi-link-wrap {
        margin-top: 40px;
    }

    .contact-main-wrapper .design-development-card .digi-block-txt {
        color: rgba(var(--color-site-rgb), 0.75);
    }
}

@media (max-width: 1024px) {
    .global-tech-section .container {
        padding: 0px 60px !important;
    }

    .global-tech-section .map-wrapper .content .contact-info {
        width: 511px !important;
        gap: 9px !important;
    }

    .global-tech-section .map-wrapper .content .contact-info h3 {
        font-size: 32px !important;
    }

    .global-tech-section .map-wrapper .content .contact-info p {
        font-size: 20px !important;
    }
}

@media (max-width: 767px) {
    .contact-main-wrapper .global-tech-section .map-wrapper .map-box .tooltip {
        max-height: 66px !important;
    }

    .form-contact-info {
        display: none;
    }

    .tooltip {
        max-width: 250px !important;
        padding: 8px !important;
        top: -75px !important;
        left: 126% !important;
        z-index: 19;
    }

    .tooltip p {
        font-size: 12px !important;
        line-height: 24px !important;
    }

    .uk-tip,
    .uae-tip {
        left: -10px !important;
    }

    .in-tip {
        left: -68px !important;
    }

    .global-tech-section .map-wrapper .content .contact-info {
        width: 325px !important;
        gap: 9px !important;
    }

    .global-tech-section .map-wrapper .content .contact-info h3 {
        font-size: 24px !important;
    }

    .global-tech-section .map-wrapper .content .contact-info p {
        font-size: 14px !important;
    }

    .contact-main-wrapper .contact-section .contact-bg .contact-wrapper h2 {
        font-size: 24px !important;
    }
}

.digi-header {
    padding-block: 34px 22px;
    border-bottom: 1px solid #2c343c;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

body.admin-bar .digi-header {
    top: 32px;
}

.digi-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 32px;
}

.digi-navbar .get-in-touch-wrap {
    text-align: right;
}

.digi-navbar .get-in-touch-wrap .digi-btn {
    padding-block: 12px;
    backdrop-filter: blur(28px);
}

.digi-main-nav {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}

.digi-main-nav a {
    color: #f3f3f3;
}

.digi-navbar-toggle {
    background: none;
    border: none;
    cursor: pointer;
}

.digi-navbar-toggle .cross {
    display: none;
}

.header-btn {
    border: 1px solid #fff !important;
    background: none;
}

@media (min-width: 1279px) {
    .digi-navbar-toggle {
        display: none;
    }
}

@media (max-width: 1680px) {
    .digi-header {
        padding-block: 28px;
    }
}

@media (min-width: 1400px) and (max-width: 1620px) {
    .digi-main-nav {
        font-size: 10px;
    }

    .digi-navbar .get-in-touch-wrap .digi-btn {
        font-size: 12px;
    }
}

@media (min-width: 1279px) and (max-width: 1400px) {
    .digi-main-nav {
        font-size: 7px;
    }

    .digi-navbar .get-in-touch-wrap .digi-btn {
        font-size: 12px;
    }
}

@media (max-width: 1279px) {
    .digi-header {
        padding-block: 17px;
        position: relative;
    }

    .digi-navbar {
        flex-wrap: wrap;
    }

    .digi-navbar .get-in-touch-wrap {
        position: absolute;
        top: 22px;
        right: 94px;
    }

    .digi-navbar .get-in-touch-wrap .digi-btn {
        border: none;
        padding: 0;
        border-radius: 0;
        background: linear-gradient(89.09deg, #1a76db 0.78%, #9ac1ec 99.22%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        background-clip: text;
        color: rgba(0, 0, 0, 0);
        z-index: 99;
    }

    .digi-navbar .digi-nav-collapse {
        display: none;
        background-color: var(--color-background);
        border-top: 1px solid var(--color-border);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .digi-navbar .digi-nav-collapse .digi-main-nav {
        flex-wrap: wrap;
        row-gap: 16px;
        padding-block: 36px;
        padding-inline: 24px;
        font-size: 16px;
        font-weight: 500;
        background-color: rgba(56, 0, 0, 1);
    }

    .digi-navbar .digi-nav-collapse .digi-main-nav>li {
        width: 100%;
    }

    .digi-navbar .digi-nav-collapse .digi-main-nav>li>a {
        padding: 8px 16px;
        color: var(--color-light-3);
    }
}

@media (max-width: 768px) {
    .digi-header .digi-navbar .get-in-touch-wrap .digi-btn::before {
        content: none !important;
        background: none !important;
    }
}

@media (max-width: 767px) {
    .digi-header {
        padding-block: 14px;
    }

    body.admin-bar .digi-header {
        top: 0;
    }

    .digi-navbar .get-in-touch-wrap {
        top: 20px;
        right: 70px;
    }

    .digi-navbar .digi-nav-collapse .digi-main-nav {
        padding-inline: 0;
    }
}

@media (max-width: 425px) {
    .icon-bar img.hamb {
        height: 24px !important;
        width: 24px !important;
    }

    .header-btn {
        border: none !important;
        background: none;
    }
}

.digi-hero-section {
    padding-top: 96px;
    position: relative;
}

.digi-hero-section .digi-container {
    position: relative;
    height: 100%;
}

.digi-hero-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.digi-hero-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.digi-hero-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
}

.digi-hero-content .hero-title-wrap {
    border-right: 1px solid var(--color-border);
    padding: 106px 60px;
    padding-left: 124px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.digi-hero-content .hero-title-wrap .digi-hero-title {
    max-width: 867px;
}

.digi-hero-content .hero-txt-wrap {
    padding: 112px 60px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    max-width: 410px;
}

.digi-hero-content .digi-link-wrap {
    margin-top: 40px;
}

.digi-hero-content .digi-link-wrap .digi-btn {
    width: 301px;
    padding: 15px 24px;
    border-radius: 60px;
    align-items: center;
}

.hero-scroll-down-wrap {
    border-top: 1px solid var(--color-border);
    border-inline: 1px solid var(--color-border);
    min-height: calc(50vh - 50px);
    position: relative;
}

.hero-scroll-down-wrap .scroll-down-icon {
    width: 115px;
    margin-inline: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 89px;
}

@media (max-width: 1680px) {
    .digi-hero-content .hero-title-wrap {
        padding: 60px 24px 60px 111px;
    }

    .digi-hero-content .hero-title-wrap .digi-hero-title {
        max-width: 747px;
        font-size: 60px;
    }

    .digi-hero-content .hero-txt-wrap {
        padding: 60px 24px;
        max-width: 296px;
    }

    .digi-hero-content .hero-txt-wrap .digi-hero-txt {
        font-size: 20px;
        line-height: 26px;
    }

    .hero-scroll-down-wrap .scroll-down-icon {
        width: 66px;
        bottom: 80px;
    }
}

@media (max-width: 1024px) {
    .page-template-homepage .hero-txt-wrap .digi-btn {
        font-size: 11px;
        justify-content: center;
        padding: 12px 11px !important;
    }
}

@media (max-width: 1279px) {
    .digi-hero-section {
        padding-top: 0;
    }

    .digi-hero-content .hero-title-wrap {
        padding: 24px;
    }

    .digi-hero-content .hero-title-wrap .digi-hero-title {
        font-size: 38px;
    }

    .digi-hero-content .hero-txt-wrap {
        padding: 24px;
    }

    .digi-hero-content .hero-txt-wrap .digi-hero-txt {
        font-size: 12px;
        line-height: 140%;
    }

    .digi-hero-content .digi-link-wrap {
        margin-top: 16px;
    }

    .digi-hero-content .digi-link-wrap .digi-btn {
        width: 212px;
        font-size: 10px !important;
        padding: 12px 12px;
    }

    .hero-scroll-down-wrap .scroll-down-icon {
        width: 66px;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .digi-hero-section .digi-container {
        padding-inline: 0;
    }

    .digi-hero-content {
        grid-template-columns: repeat(1, 100%);
        border-inline: none;
    }

    .digi-hero-content .hero-title-wrap {
        padding: 24px 16px;
        border-right: none;
        border-bottom: 1px solid var(--color-border);
    }

    .digi-hero-content .hero-txt-wrap {
        max-width: 100%;
        padding-inline: 16px;
        padding-bottom: 40px;
    }

    .digi-hero-content .hero-txt-wrap .digi-hero-txt {
        font-size: 18px;
        line-height: 26px;
    }

    .digi-hero-content .digi-link-wrap {
        margin-top: 28px;
    }

    .digi-hero-content .digi-link-wrap .digi-btn {
        width: 301px !important;
        font-size: 15px !important;
        padding: 14px 24px !important;
    }

    .hero-scroll-down-wrap .scroll-down-icon {
        bottom: 47px;
    }
}

@media (max-width: 373px) {
    .digi-hero-content .digi-hero-title {
        font-size: 32px !important;
    }

    .digi-link-wrap {
        margin-top: 16px;
    }

    .digi-link-wrap .digi-btn {
        width: 212px !important;
        font-size: 11px !important;
        padding: 12.5px 12px !important;
    }
}

.digi-web-solutions-section {
    background-color: #1C0808CC;
    border: 1px solid #2C343C;
}

.digi-web-solutions-wrap {
    /* border: 1px solid var(--color-border); */
    padding-block: 77px;
}

.digi-web-solutions-wrap .digi-block-title {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 2px;
    max-width: 610px;
    margin-inline: auto;
    text-align: center;
}

.digi-web-solutions-row {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}

.digi-web-solutions-card {
    padding: 24px !important;
    text-align: center;
    position: relative;
    background-color: #380000;
    border-radius: 12px;
}

/* .digi-web-solutions-card:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    width: 1px;
    height: 100px;
    background: linear-gradient(106.59deg, #FF4C4C 31.35%, #8C0000 72.33%);
    margin-block: auto;
} */

.digi-web-solutions-card .card-title {
    font-size: 68px;
    line-height: 100%;
    font-weight: 500;
}

.digi-web-solutions-card .card-txt {
    margin-top: 23px;
    font-size: 24px;
    line-height: 100%;
    font-weight: 400;
    color: var(--color-light-1);
}

@media (max-width: 1680px) {
    .digi-web-solutions-card .card-title {
        font-size: 60px;
    }

    .digi-web-solutions-card .card-txt {
        font-size: 20px;
    }
}

@media (max-width: 1279px) {
    .digi-web-solutions-wrap {
        padding-block: 24px;
        border-inline: none;
        border-bottom: none;
    }

    .digi-web-solutions-wrap .digi-block-title {
        font-size: 20px;
        line-height: 140%;
        max-width: 495px;
    }

    .digi-web-solutions-row {
        margin-top: 24px;
    }

    .digi-web-solutions-card {
        padding: 4px;
    }

    .digi-web-solutions-card:not(:last-child):after {
        height: 72px;
    }

    .digi-web-solutions-card .card-title {
        font-size: 36px;
        line-height: 100%;
    }

    .digi-web-solutions-card .card-txt {
        font-size: 14px;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .digi-web-solutions-section {
        padding-top: 40px;
        border-top: 1px solid var(--color-border);
        border-bottom: 1px solid var(--color-border);
    }

    .digi-web-solutions-wrap {
        padding: 0;
        border: none;
    }

    .digi-web-solutions-wrap .digi-block-title {
        font-size: 16px;
        line-height: 24px;
        max-width: 299px;
        letter-spacing: 0.02rem;
    }

    .digi-web-solutions-row {
        grid-template-columns: repeat(2, 1fr);
        padding-block: 16px;
        padding-inline: 16px;
        margin-top: 24px;
        border-top: 1px solid var(--color-border);
    }

    .digi-web-solutions-card {
        padding: 16px 8px;
    }

    .digi-web-solutions-card:nth-child(even):after {
        display: none;
    }

    .digi-web-solutions-card .card-title {
        font-size: 40px;
    }
}

.home-expertise-section {
    padding-block: 120px;
    overflow-x: hidden;
    background-color: #1C0808CC;
}

.home-expertise-section .home-inline-block-title {
    max-width: 693px;
    letter-spacing: 2px;
    margin-bottom: 56px;
    position: sticky;
    top: 0;
}

.digi-expertise-slider {
    margin-top: 116px;
    display: flex;
    column-gap: 25px;
}

.digi-expertise-slider .slide {
    box-sizing: border-box;
    flex-shrink: 0;
}

.digi-expertise-slider.slick-slider {
    margin-bottom: 0;
}

.digi-expertise-slider .slick-list {
    overflow: visible;
}

.digi-expertise-slider .slick-track {
    margin-inline: -14px;
}

.digi-expertise-slider .slick-slide {
    padding-inline: 14px;
}

.digi-expertise-slider .slick-dots {
    display: flex !important;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    top: -56px;
    bottom: auto;
    border-top: 1px solid var(--color-border);
}

.digi-expertise-slider .slick-dots li {
    flex: 1 1 auto;
    text-align: center;
    margin: 0;
    height: 4px;
    background-color: rgba(0, 0, 0, 0);
    margin-top: -3px;
}

.digi-expertise-slider .slick-dots li button {
    display: none;
}

.digi-expertise-slider .slick-dots li.slick-active {
    background-color: var(--color-blue);
}

.expertise-slider-card {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.expertise-slider-card .expertise-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.expertise-slider-card .expertise-slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    background: #380000;
    min-height: 390px;
    color: var(--color-site);
    backdrop-filter: blur(70px);
}

.expertise-slider-card .expertise-slider-title {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #fff;
    border-radius: 60px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
}

.expertise-slider-card .expertise-slider-txt {
    font-size: 29px;
    line-height: 36px;
    font-weight: 400;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expertise-slider-card .digi-link-wrap {
    margin-top: 24px;
    padding-block: 13px;
}

.expertise-slider-card .digi-link-wrap a {
    border-image-source: linear-gradient(101.98deg, #ffffff 11.07%, rgba(255, 255, 255, 0) 115.46%);
}

@media (max-width: 1680px) {
    .home-expertise-section {
        padding-block: 60px 80px;
    }

    .expertise-slider-card {
        min-height: 600px;
    }

    .expertise-slider-card .expertise-slider-caption {
        padding: 24px;
    }

    .expertise-slider-card .expertise-slider-title {
        font-size: 15.88px;
        margin-bottom: 20px;
    }

    .expertise-slider-card .expertise-slider-txt {
        font-size: 28px;
        line-height: 31px;
    }

    .expertise-slider-card .digi-link-wrap a {
        font-size: 16px;
    }
}

@media (max-width: 1279px) {
    .home-expertise-section {
        padding-block: 55px 34px;
    }

    .home-expertise-section .home-inline-block-title {
        max-width: 424px;
        margin-bottom: 0;
    }

    .digi-expertise-slider {
        margin-top: 60px;
    }

    .digi-expertise-slider.slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .digi-expertise-slider .slick-dots {
        top: -30px;
    }

    .expertise-slider-card {
        min-height: auto;
    }

    .expertise-slider-card .expertise-slider-caption {
        padding: 16px;
        min-height: 241px;
    }

    .expertise-slider-card .expertise-slider-title {
        padding: 5.7px 16px;
        font-size: 12px;
        line-height: 100%;
        margin-bottom: 16px;
    }

    .expertise-slider-card .expertise-slider-txt {
        font-size: 18px;
        line-height: 24px;
    }

    .expertise-slider-card .digi-link-wrap {
        margin-top: 16px;
        padding-block: 9px;
    }

    .expertise-slider-card .digi-link-wrap a {
        font-size: 11.73px;
        line-height: 100%;
    }
}

@media (max-width: 767px) {
    .home-expertise-section {
        padding-block: 60px 24px;
    }

    .expertise-slider-card .expertise-slider-caption {
        min-height: 230px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(8, 18, 28, 0.7));
        backdrop-filter: blur(40.25px);
    }
}

.home-built-for-impact-section {
    border-bottom: 1px solid var(--color-border);
    overflow: hidden;
    position: relative;
    display: none;
}

.home-built-heading-wrap {
    padding-block: 80px 49px;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.home-built-heading-wrap .digi-container {
    display: flex;
    align-items: end;
    gap: 608px;
}

.home-built-heading-wrap .digi-container .home-inline-block-title {
    max-width: 771px;
    letter-spacing: 2px;
}

.home-built-heading-wrap .digi-container .impact-header-button .digi-btn {
    padding: 15px 24px !important;
    max-width: 301px;
    align-items: center;
}

.built-for-impact-wrap {
    border-left: 1px solid var(--color-border);
    padding-block: 131px 200px;
    padding-inline: 100px;
}

.built-for-impact-row {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    align-items: center;
}

.built-for-impact-text-slider {
    position: relative;
    overflow-y: hidden;
}

.built-for-impact-text-slider .slick-list {
    padding-inline: 30px;
}

.built-for-impact-text-slider.slick-slider {
    margin-bottom: 0;
}

.built-for-impact-text-slider .slick-slide {
    opacity: 0.2;
}

.built-for-impact-text-slider .slick-slide.slick-current {
    opacity: 1;
}

.built-for-impact-text-slider .slick-dots {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #18395d 55.07%, #08121c 100%);
}

.built-for-impact-text-slider .slick-dots li {
    flex: 1 1 auto;
    margin: 0;
    text-align: center;
    width: 3px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-left: -1px;
}

.built-for-impact-text-slider .slick-dots li button {
    display: none;
}

.built-for-impact-text-slider .slick-dots li.slick-active {
    background-color: #1f7fe7;
}

.built-for-impact-card {
    max-width: 686px;
}

.built-for-impact-card .digi-block-txt {
    margin-top: 16px;
    margin-bottom: 40px;
    color: var(--color-light);
}

.built-impact-card-img {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    padding-inline: 12px;
}

.built-impact-card-img .img-wrap {
    aspect-ratio: 1/1;
    border: 1px solid rgba(var(--color-site-rgb), 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1680px) {
    .home-built-heading-wrap {
        padding-block: 60px 34px;
    }

    .home-built-heading-wrap .digi-container {
        gap: 393px !important;
    }

    .built-for-impact-wrap {
        padding-top: 126px;
        padding-inline: 0;
    }

    .built-for-impact-text-slider .slick-list {
        padding-inline: 16px;
    }
}

@media (max-width: 1440px) {
    .home-built-heading-wrap .digi-container {
        gap: 211px !important;
    }
}

@media (max-width: 1279px) {
    .home-built-heading-wrap {
        padding-block: 24px;
    }

    .built-for-impact-wrap {
        padding-block: 44.6px;
    }

    .built-impact-card-img {
        grid-gap: 14.5px;
    }

    .built-for-impact-text-slider .slick-list {
        padding-inline: 16px;
    }

    .built-for-impact-text-slider.slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .built-for-impact-card .digi-block-txt {
        margin-bottom: 32px;
    }

    .built-impact-card-img {
        grid-template-columns: repeat(3, 1fr);
    }

    .built-impact-card-img .img-wrap img {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .home-built-heading-wrap {
        padding-block: 60px 40px;
        border-bottom: none;
    }

    .built-for-impact-wrap {
        padding: 0 0 40px;
        border: none;
    }

    .built-for-impact-row {
        grid-template-columns: repeat(1, 100%);
        grid-row-gap: 32px;
    }

    .built-for-impact-text-slider .slick-list {
        overflow: hidden;
    }

    .built-for-impact-card .digi-block-txt {
        margin-top: 12px;
        margin-bottom: 0;
    }

    .built-impact-card-img {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 13.61px;
    }
}

.home-design-development-section {
    overflow: hidden;
}

.design-development-heading-wrap {
    padding-block: 80px 49px;
    border-right: 1px solid var(--color-border);
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.design-development-heading-wrap .home-inline-block-title {
    max-width: 850px;
    letter-spacing: 2px;
}

.design-development-heading-wrap .digi-link-wrap {
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.design-development-slider-wrap {
    border-top: 1px solid var(--color-border);
    position: relative;
}

.design-development-slider-wrap .ellipse-circle {
    position: absolute;
    right: -10%;
    top: -10%;
    z-index: -1;
}

.design-development-slider-row {
    padding: 176px 100px;
    border-left: 1px solid var(--color-border);
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
}

.design-development-slider-row .slick-arrow {
    left: auto;
    right: 0;
    width: 48px;
    height: 48px;
    border: 1px solid var(--color-arrow-border);
    border-radius: 100%;
    z-index: 9;
}

.design-development-slider-row .slick-arrow:before {
    display: none;
}

.design-development-slider-row .slick-arrow.slick-prev {
    transform: translateY(calc(-50% + 32px));
}

.design-development-slider-row .slick-arrow.slick-next {
    transform: translateY(calc(-50% - 32px));
}

.design-development-text-slider {
    padding-bottom: 15px;
}

.design-development-text-slider.slick-slider {
    margin-bottom: 0;
}

.design-development-text-slider .slick-list {
    padding: 0 15px;
}

.design-development-text-slider .slick-dots {
    text-align: left;
    padding-inline: 15px;
    margin-bottom: 50px;
}

.design-development-text-slider .slick-dots li {
    width: 22px;
    height: 4px;
    background-color: #0a1c2f;
}

.design-development-text-slider .slick-dots li button {
    display: none;
}

.design-development-text-slider .slick-dots li.slick-active {
    background-color: #5fa0e8;
}

.design-development-card {
    padding: 15px 5px;
}

.design-development-card .digi-block-txt {
    margin-top: 16px;
    font-weight: 300;
}

.design-development-card .digi-link-wrap {
    margin-top: 50px;
}

.design-development-card .digi-link-wrap .digi-inline-btn {
    font-size: 16px;
}

.design-development-image-slider .slick-track {
    display: flex;
    align-items: center;
}

.design-development-card-img {
    text-align: center;
}

.design-development-card-img img {
    display: inline-block;
}

@media (max-width: 1680px) {
    .design-development-heading-wrap {
        padding-block: 60px 48px;
    }

    .design-development-slider-row {
        padding: 112px 32px 100px;
    }
}

@media (max-width: 1279px) {
    .home-design-development-section {
        padding-bottom: 90px;
    }

    .design-development-heading-wrap {
        padding-block: 24px;
    }

    .design-development-heading-wrap .home-inline-block-title {
        font-size: 24px;
    }

    .design-development-heading-wrap .digi-link-wrap {
        max-width: 36%;
        text-align: right;
        margin-right: 10px;
        margin-top: 16px;
    }

    .design-development-slider-row {
        padding: 24px;
        grid-template-columns: 50% 50%;
        margin-bottom: -90px;
    }

    .design-development-card .digi-block-title {
        font-size: 20px;
        line-height: 28px;
    }

    .design-development-card .digi-block-txt {
        margin-top: 12px;
        font-weight: 400;
    }

    .design-development-card .digi-link-wrap {
        margin-top: 24px;
    }

    .design-development-image-slider .slick-list {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .design-development-heading-wrap {
        padding-block: 60px 24px;
        flex-wrap: wrap;
        text-align: left;
        border-right: none;
    }

    .design-development-heading-wrap .digi-link-wrap {
        max-width: 100%;
        text-align: left;
        margin-right: 10px;
        margin-top: 16px;
    }

    .design-development-slider-wrap .ellipse-circle {
        right: 0;
        top: 0;
    }

    .design-development-slider-row {
        padding: 40px 0;
        border-left: none;
        grid-template-columns: repeat(1, 100%);
        grid-row-gap: 40px;
    }

    .design-development-slider-row .slick-arrow {
        top: auto;
    }

    .design-development-slider-row .slick-arrow.slick-prev {
        transform: none;
        bottom: 0;
        right: 64px;
    }

    .design-development-slider-row .slick-arrow.slick-next {
        transform: none;
        bottom: 0;
    }

    .design-development-image-slider {
        order: -1;
    }

    .design-development-image-slider .slick-list {
        width: 100%;
    }

    .design-development-text-slider .slick-list {
        padding: 5px;
    }

    .design-development-card .digi-link-wrap {
        margin-top: 40px;
    }

    .design-development-card .digi-block-txt {
        color: rgba(var(--color-site-rgb), 0.75);
    }
}

.digi-home-together-section {
    border-top: 1px solid var(--color-border);
    padding-bottom: 60px;
    background-color: #1C0808CC;
}

.digi-home-together-wrap {
    padding: 120px 100px 77px;
    border: 1px solid var(--color-border);
    border-top-width: 0;
    text-align: center;
    border-bottom:none
}

.digi-home-together-wrap .digi-block-txt {
    margin-top: 20px;
}

.digi-home-together-wrap .home-together-img {
    margin-top: 55px;
    border-radius: 12px;
    overflow: hidden;
}

.digi-home-together-wrap .home-together-img img {
    width: 100%;
    max-width: 954px;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1680px) {
    .digi-home-together-section {
        padding-bottom: 32px;
    }

    .digi-home-together-wrap {
        padding: 60px 32px;
    }
}

@media (max-width: 1279px) {
    .digi-home-together-wrap {
        padding: 24px;
    }

    .digi-home-together-wrap .home-together-img {
        margin-top: 48px;
    }
}

@media (max-width: 767px) {
    .digi-home-together-section {
        padding-bottom: 0;
    }

    .digi-home-together-wrap {
        padding: 60px 0 24px;
        border-left: none;
        border-right: none;
        text-align: left;
    }
}

.digi-visionary-brands-section {
    padding-block: 78px 98px;
    text-align: center;
}

.visionary-brands-logos-wrap {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 36px;
}

.visionary-brands-logos-wrap .brand-logo-icon img {
    filter: grayscale(100%) brightness(0.7);
    transition: filter 0.3s ease;
}

.visionary-brands-logos-wrap .brand-logo-icon:hover img {
    filter: none;
}

@media (max-width: 1680px) {
    .digi-visionary-brands-section {
        padding-block: 60px;
    }
}

@media (max-width: 1279px) {
    .digi-visionary-brands-section {
        padding-block: 24px 27px;
    }

    .digi-visionary-brands-section .digi-block-title {
        font-size: 18px;
        line-height: 140%;
    }

    .visionary-brands-logos-wrap {
        margin-top: 20px;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .digi-visionary-brands-section {
        padding-block: 0 16px;
    }

    .digi-visionary-brands-section .digi-block-title {
        padding-block: 24px;
        padding-inline: 16px;
        text-align: left;
        border-bottom: 1px solid var(--color-border);
    }

    .visionary-brands-logos-wrap {
        margin-top: 16px;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
    }

    .visionary-brands-logos-wrap .brand-logo-icon {
        padding: 15px;
    }
}

.digi-meet-the-leaders-section {
    border-top: 1px solid var(--color-border);
    position: relative;
}

/* .digi-meet-the-leaders-section:after {
    height: 70px;
    content: "";
    width: 100%;
    background: linear-gradient(0deg, #08121c 10.49%, rgba(8, 18, 28, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
} */

.meet-the-leaders-row {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: start;
}

.meet-leaders-aside {
    /* border-inline: 1px solid var(--color-border); */
    position: sticky;
    top: 0;
}

.meet-leaders-aside .meet-leaders-heading-wrap {
    padding: 100px 100px 180px;
}

.meet-leaders-aside .meet-leaders-heading-wrap .digi-block-txt {
    margin-top: 40px;
}

.meet-leaders-aside .meet-leaders-circle-wrap {
    min-height: 282px;
    border-top: 1px solid var(--color-border);
    position: relative;
}

.meet-leaders-aside .meet-leaders-circle-wrap .leaders-circle-icon {
    background-color: var(--color-background);
    border-radius: 100%;
    position: absolute;
    left: 100px;
    top: -85px;
}

.meet-leaders-caption-wrap {
    position: relative;
    overflow-y: auto;
}

.meet-leaders-caption-wrap .meet-team-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 28px;
    padding-top: 100px;
    padding-left: 52px;
}

.meet-team-card .meet-team-card-img {
    border-radius: 8px;
    overflow: hidden;
}

.meet-team-card .meet-team-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meet-team-card .meet-team-card-caption {
    padding: 20px;
}

.meet-team-card .meet-team-card-caption .meet-name {
    font-size: 32px;
    line-height: 140%;
    font-weight: 400;
}

.meet-team-card .meet-team-card-caption .meet-role {
    margin-top: 8px;
    font-size: 18.37px;
    line-height: 27.55px;
    color: hsla(0, 0%, 100%, 0.8);
}

@media (max-width: 1680px) {
    .meet-leaders-aside .meet-leaders-heading-wrap {
        padding: 60px 32px 171px;
    }

    .meet-leaders-aside .meet-leaders-circle-wrap {
        min-height: 194px;
    }

    .meet-leaders-aside .meet-leaders-circle-wrap .leaders-circle-icon {
        left: 85px;
    }

    .meet-leaders-caption-wrap .meet-team-row {
        padding-block: 60px;
        padding-left: 100px;
    }

    .meet-team-card .meet-team-card-caption .meet-name {
        font-size: 20px;
    }

    .meet-team-card .meet-team-card-caption .meet-role {
        font-size: 12px;
        line-height: 18.03px;
        color: rgba(var(--color-site), 0.8);
    }
}

@media (max-width: 1279px) {
    .meet-leaders-aside .meet-leaders-heading-wrap {
        padding-block: 24px 100px;
        padding-inline: 22px;
    }

    .meet-leaders-aside .meet-leaders-heading-wrap .digi-block-txt {
        margin-top: 24px;
        font-size: 18px;
    }

    /* .popup-overlay .popup-content {
        display: none
    } */

    .meet-leaders-aside .meet-leaders-circle-wrap {
        min-height: 130px;
    }

    .meet-leaders-aside .meet-leaders-circle-wrap .leaders-circle-icon {
        width: 120px;
        top: -50px;
        left: 50px;
    }

    .meet-leaders-caption-wrap .meet-team-row {
        padding-block: 24px;
        padding-left: 22px;
        grid-gap: 9.53px;
    }

    .meet-team-card .meet-team-card-caption {
        padding: 8px;
    }

    .meet-team-card .meet-team-card-caption .meet-name {
        font-size: 14px;
        line-height: 12.25px;
        margin-bottom: 8px;
    }

    .meet-team-card .meet-team-card-caption .meet-role {
        font-size: 10px;
        line-height: 100%;
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    .digi-meet-the-leaders-section {
        padding-block: 60px 24px;
    }

    .digi-meet-the-leaders-section:after {
        height: 100px;
    }

    .meet-the-leaders-row {
        grid-template-columns: repeat(1, 100%);
        grid-row-gap: 24px;
    }

    .meet-leaders-aside {
        border: none;
        position: static;
    }

    .meet-leaders-aside .meet-leaders-heading-wrap {
        padding: 0;
    }

    .meet-leaders-aside .meet-leaders-heading-wrap .digi-block-txt {
        margin-top: 16px;
    }

    .meet-leaders-aside .meet-leaders-circle-wrap {
        display: none;
    }

    .meet-leaders-caption-wrap .meet-team-row {
        padding: 0;
    }
}

.digi-home-testimonial-section {
    overflow-x: hidden;
    padding-block: 114px 157px;
    border-top: 1px solid var(--color-border);
    /* background: linear-gradient(
        180deg,
        #08121c 0%,
        #0c1c2c 27.79%,
        rgba(12, 28, 44, 0.5) 37.05%,
        rgba(34, 79, 124, 0.7) 59.99%,
        #0c1c2c 85.9%,
        #08121c 99.98%
    ); */
}

.digi-home-testimonial-section .home-inline-block-title {
    max-width: 1030px;
    margin-inline: auto;
    text-align: center;
    padding-inline: 20px;
}

.digi-testimonial-slider {
    margin-top: 87px;
}

.digi-testimonial-slider .slick-list {
    overflow: visible;
}

.digi-testimonial-slider .slick-slide {
    padding-inline: 16px;
}

/* @media (max-width: 767px) {
    .digi-testimonial-card {
        max-width: unset;
    }
} */

.digi-testimonial-card {
    background: #380000;
    backdrop-filter: blur(36px);
    padding: 32px;
    border-radius: 16px;
    min-height: 458px;
    /* max-width: 476px; */
}

.digi-testimonial-card .testimonial-title {
    font-size: 32px;
    line-height: 37.38px;
    font-weight: 500;
    margin-bottom: 28px;
}

.digi-testimonial-card .testimonial-txt {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 40px;
}

.digi-testimonial-card .profile-info {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.digi-testimonial-card .profile-info .profile-img img {
    width: 64px;
    height: 64px;
}

.digi-testimonial-card .profile-info .prof-name {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.2px;
    font-weight: 500;
    color: #ddd;
}

.digi-testimonial-card .profile-info .prof-role {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    font-weight: 500;
    color: #8190a5;
    margin-top: 4px;
}

@media (max-width: 1680px) {
    .digi-home-testimonial-section {
        padding-block: 60px 80px;
    }
}

@media (max-width: 1279px) {
    .digi-home-testimonial-section {
        padding-block: 31px 62px;
    }

    .digi-testimonial-slider {
        margin-top: 40px;
    }

    .digi-testimonial-slider .slick-slide {
        padding-inline: 8px;
    }

    .digi-testimonial-card {
        padding: 17px 24px;
        min-height: 297px;
    }

    .digi-testimonial-card .testimonial-title {
        font-size: 20px;
        line-height: 19.89px;
        margin-bottom: 15px;
    }

    .digi-testimonial-card .testimonial-txt {
        font-size: 14px;
        margin-bottom: 21px;
    }

    .digi-testimonial-card .profile-info {
        column-gap: 10px;
    }

    .digi-testimonial-card .profile-info .profile-img img {
        width: 34px;
        height: 34px;
    }

    .digi-testimonial-card .profile-info .prof-img {
        flex: none;
        width: 34px;
    }

    .digi-testimonial-card .profile-info .prof-name {
        font-size: 14px;
        line-height: 14.9px;
        line-height: -0.11px;
    }

    .digi-testimonial-card .profile-info .prof-role {
        font-size: 12px;
        line-height: 14.9px;
        line-height: -0.11px;
    }
}

@media (max-width: 767px) {
    .digi-home-testimonial-section {
        padding-block: 60px 24px;
    }

    .digi-home-testimonial-section .home-inline-block-title {
        padding-inline: 0;
    }

    .digi-testimonial-slider {
        margin-top: 24px;
    }

    .digi-testimonial-card .profile-info .profile-img img {
        width: 36px;
        height: 36px;
    }
}

.home-bookmark-experts-section {
    border-top: 1px solid var(--color-border);
}

.bookmark-experts-heading-wrap {
    padding-block: 80px 59px;
    border-right: 1px solid var(--color-border);
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.bookmark-experts-heading-wrap .home-inline-block-title {
    max-width: 1100px;
}

.bookmark-experts-heading-wrap .digi-link-wrap {
    flex: none;
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.bookmark-experts-heading-wrap .digi-link-wrap a {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-site);
    border-bottom: 1px solid;
    border-image-source: linear-gradient(89.09deg, #1a76db 0.78%, #9ac1ec 99.22%);
    border-image-slice: 1;
    padding: 12px 0;
    display: inline-flexbox;
    column-gap: 8px;
}

.bookmark-experts-images-container {
    border-top: 1px solid var(--color-border);
}

.bookmark-experts-images-row {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    padding: 60px 98px 110px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 28px;
}

.bookmark-experts-images-row> :nth-child(2) {
    grid-column: span 2;
    position: relative;
}

.bookmark-experts-images-row> :nth-child(2) .bookmark-experts-card-caption .bookmark-experts-card-title {
    font-size: 25.2px;
    line-height: 36px;
}

.bookmark-experts-card .bookmark-experts-card-caption {
    padding-top: 8px;
}

.bookmark-experts-card .bookmark-experts-card-txt {
    margin-top: 12px;
    font-size: 14px;
    line-height: 25.2px;
    color: var(--color-light);
}

@media (min-width: 768px) {
    .bookmark-experts-images-row> :nth-child(2) .bookmark-experts-card-caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px;
        background: linear-gradient(0deg, #193960 0%, rgba(25, 57, 96, 0) 158.04%);
    }
}

@media (max-width: 1680px) {
    .bookmark-experts-heading-wrap {
        padding-block: 60px 40px;
    }

    .bookmark-experts-images-row {
        padding: 40px 32px 60px;
    }
}

@media (max-width: 1279px) {
    .bookmark-experts-heading-wrap {
        padding-block: 31px 15px;
    }

    .bookmark-experts-heading-wrap .digi-link-wrap {
        width: auto;
        max-width: none;
        padding-inline: 17px;
    }

    .bookmark-experts-heading-wrap .digi-link-wrap a {
        font-size: 9.6px;
        line-height: 100%;
    }

    .bookmark-experts-heading-wrap .digi-link-wrap a img {
        max-width: 8px;
    }

    .bookmark-experts-images-row {
        padding: 27px 23px 18px;
        grid-template-columns: repeat(3, 1fr);
    }

    .bookmark-experts-images-row> :nth-child(2) .bookmark-experts-card-caption {
        padding: 12px;
    }

    .bookmark-experts-images-row> :nth-child(2) .bookmark-experts-card-caption .bookmark-experts-card-title {
        font-size: 14px;
        line-height: 140%;
    }

    .bookmark-experts-card .bookmark-experts-card-txt {
        font-size: 10px;
        line-height: 18px;
        margin-top: 3px;
    }
}

@media (max-width: 767px) {
    .bookmark-experts-heading-wrap {
        padding-block: 60px 24px;
        border-right: none;
        border-bottom: 1px solid var(--color-border);
        flex-wrap: wrap;
        row-gap: 16px;
    }

    .bookmark-experts-heading-wrap .digi-link-wrap {
        width: 100%;
        padding-inline: 0;
        text-align: left;
    }

    .bookmark-experts-images-row {
        padding: 40px 0;
        border: none;
        display: block;
    }

    .bookmark-experts-images-row .slick-list {
        margin-inline: -12px;
    }

    .bookmark-experts-images-row .slick-list .slick-slide {
        padding-inline: 12px;
    }
}

.digi-pioneers-section {
    padding-top: 154.5px;
    border-top: 1px solid var(--color-border);
    text-align: center;
    padding-bottom: 50px;
}

.digi-pioneers-section .digi-block-txt {
    margin-top: 20px;
    color: var(--color-light-2);
}

.pioneers-logos-wrap {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 21px;
    row-gap: 21px;
}

.pioneers-logos-wrap .pioneers-logo-item {
    max-width: 18%;
    padding: 24px;
    background-color: #380000;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pioneers-ranked-txt-wrap {
    margin-top: 80px;
}

.pioneers-ranked-txt-wrap .ranked-title {
    line-height: 38px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pioneers-ranked-txt-wrap .ranked-txt {
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    color: #e1e1e1;
    margin-top: 4px;
}

@media (max-width: 1680px) {
    .digi-pioneers-section {
        padding-block: 80px 60px;
    }

    .pioneers-logos-wrap {
        column-gap: 40px;
        row-gap: 40px;
    }
}

@media (max-width: 1279px) {
    .digi-pioneers-section {
        padding-block: 32px;
    }

    .digi-pioneers-section .digi-block-title {
        max-width: 500px;
        margin-inline: auto;
        font-size: 24px;
    }

    .digi-pioneers-section .digi-block-txt {
        font-size: 18px;
        margin-top: 10px;
    }

    .pioneers-logos-wrap {
        column-gap: 20px;
        row-gap: 20px;
    }

    .pioneers-logos-wrap .pioneers-logo-item {
        max-width: 88px;
    }

    .pioneers-ranked-txt-wrap {
        margin-top: 21px;
    }

    .pioneers-ranked-txt-wrap .ranked-title {
        font-size: 14px;
        line-height: 20.27px;
    }

    .pioneers-ranked-txt-wrap .ranked-txt {
        margin-top: 3px;
        font-size: 10px;
        line-height: 18.13px;
    }
}

@media (max-width: 767px) {
    .digi-pioneers-section {
        padding-block: 60px 40px;
    }

    .digi-pioneers-section .digi-block-title {
        text-align: left;
        padding-inline: 16px;
        margin-inline: unset;
    }

    .digi-pioneers-section .digi-block-txt {
        text-align: left;
        margin-top: 16px;
        padding-inline: 16px;
    }

    .pioneers-logos-wrap {
        margin-top: 24px;
        padding-top: 40px;
        border-top: 1px solid var(--color-border);
        flex-wrap: wrap;
    }

    .pioneers-logos-wrap .pioneers-logo-item {
        max-width: 119px;
        row-gap: 32px;
        column-gap: 32px;
    }

    .pioneers-ranked-txt-wrap {
        margin-top: 40px;
    }

    .pioneers-ranked-txt-wrap .ranked-title {
        font-size: 16px;
        line-height: 24px;
    }

    .pioneers-ranked-txt-wrap .ranked-txt {
        font-size: 18px;
        line-height: 28px;
        margin-top: 12px;
    }
}

@media (max-width: 1279px) {
    .digi-home-together-wrap .digi-block-txt {
        font-size: 18px;
    }
}

.Explore-bookmark {
    overflow: hidden;
    border-top: 1px solid var(--color-border);
}

.Bookmark-content-wrap {
    padding-block: 80px 49px;
    border-right: 1px solid var(--color-border);
    display: flex;
    justify-content: space-between;
    align-items: end;
    border: 1px solid #2c343c;
    border-top: 0px;
}

.Bookmark-content-wrap .bookmark-title {
    max-width: 818px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.Bookmark-content-wrap .digi-link-wrap {
    width: 100%;
    max-width: 300px;
    text-align: center;
}

@media (max-width: 1680px) {
    .Bookmark-content-wrap {
        padding-block: 60px 48px;
    }
}

@media (max-width: 1279px) {
    .Explore-bookmark {
        padding-bottom: 0px;
    }

    .Bookmark-content-wrap {
        padding-block: 24px;
    }

    .Bookmark-content-wrap .bookmark-title {
        font-size: 28px;
        width: 514px;
    }

    .Bookmark-content-wrap .digi-link-wrap {
        max-width: 24%;
        text-align: right;
        margin-right: 10px;
        margin-top: 16px;
    }

    .Bookmark-content-wrap .digi-link-wrap .bookmark-btn {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .Bookmark-content-wrap .digi-link-wrap .bookmark-btn {
        font-size: 8px;
    }

    .Bookmark-content-wrap {
        padding-inline: 24px !important;
    }
}

@media (max-width: 767px) {
    .Bookmark-content-wrap {
        padding-block: 60px 24px;
        flex-wrap: wrap;
        text-align: left;
        border-right: none;
    }

    .Bookmark-content-wrap .digi-link-wrap {
        max-width: 100%;
        text-align: left;
        margin-right: 10px;
        margin-top: 16px;
    }

    .Bookmark-content-wrap .digi-link-wrap .bookmark-btn {
        font-size: 14px;
    }

    .Bookmark-content-wrap .bookmark-title {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 2px;
    }
}

@media (max-width: 374px) {
    .Bookmark-content-wrap .bookmark-title {
        font-size: 24px;
        line-height: 34px;
    }
}

.ai-banner-wrapper {
    content: "";
    background: url("/wp-content/uploads/2025/07/First-fold.png");
    width: 100%;
    height: 100%;
    padding: 267px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ai-banner-wrapper .ai-banner-content {
    content: "";
    background: url("/wp-content/uploads/2025/07/Rectangle-34624220.png");
    width: 950px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 64px 52px;
}

.ai-banner-wrapper h1 {
    font-size: 62px;
    font-weight: 600;
    font-family: "Monserrat", sans-serif;
    line-height: 72px;
    /* max-width: 612px; */
    text-transform: uppercase;
    letter-spacing: 0.02em;
    background: linear-gradient(100.61deg, #ffffff 53.32%, rgba(255, 255, 255, 0) 100.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    margin-bottom: 36px;
}

.ai-banner-wrapper .digi-btn {
    font-size: 16px;
    width: 195px;
    height: 50px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    padding: 15px 24px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    background: linear-gradient(328.68deg, rgba(22, 69, 121, 0.1) 19.02%, rgba(26, 118, 219, 0.1) 81.19%);
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    outline: none;
    z-index: 1;
    align-items: center;
    transition: all 0.3s ease;
}

.ai-banner-wrapper .digi-btn:hover {
    background: #fff;
    color: #000;
}

.ai-banner-wrapper .digi-btn:hover svg {
    filter: invert(1);
}

@media (min-width: 1921px) {
    .ai-banner-wrapper {
        padding: 456px 0;
    }
}

@media (max-width: 1279px) {
    .ai-banner-wrapper {
        padding: 100px 0;
    }

    .ai-banner-wrapper .ai-banner-content {
        width: 680px;
        background-size: contain;
    }
}

@media (max-width: 1024px) {
    .ai-banner-wrapper {
        padding: 130px 0;
    }

    .ai-banner-wrapper .ai-banner-content {
        width: 408px;
        padding: 40px 0;
        background-size: contain;
    }

    .ai-banner-wrapper .ai-banner-content .digi-container .digi-btn {
        font-size: 12px;
        padding: 12px;
    }

    .ai-banner-wrapper h1 {
        font-size: 28px;
        line-height: 28.5px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .ai-banner-wrapper {
        position: relative;
        height: 45vh;
        background-position: right;
    }

    .ai-banner-wrapper .ai-banner-content {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)),
            linear-gradient(0deg, rgba(8, 18, 28, 0.2), rgba(8, 18, 28, 0.2));
        backdrop-filter: blur(20px);
        width: -webkit-fill-available;
        height: max-content;
        background-size: cover;
        overflow: hidden;
        position: absolute;
        top: 230px;
        clip-path: polygon(0 0, 88% 0, 143% 100%, 0% 100%);
    }

    .ai-banner-wrapper .ai-banner-content .digi-container .digi-btn {
        font-size: 16px;
        line-height: 100%;
        height: 48px;
        padding: 12px 24px;
    }

    .ai-banner-wrapper .ai-banner-content .digi-container h1 {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 28px;
    }
}

.ai-software-services {
    background: url("/wp-content/uploads/2025/07/Frame-1707479923.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 140px 0;
}

.ai-software-services .service-block-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.ai-software-services .service-block-container .service-heading {
    border: 0 !important;
    background: rgba(0, 0, 0, 0) !important;
    min-height: 400px;
    max-width: 840px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 142px 100px;
}

.ai-software-services .service-block-container .service-heading h2 {
    font-size: 48px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 58px;
    text-transform: uppercase;
    background: linear-gradient(100.61deg, #ffffff 60.32%, rgba(255, 255, 255, 0) 129.88%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-align: end;
}

.ai-software-services .service-block-container .service-block {
    min-height: 400px;
    max-width: 840px;
    border: 1px solid hsla(0, 0%, 100%, 0.16);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 142px 100px;
    gap: 12px;
    transition: 0.5s linear;
}

.ai-software-services .service-block-container .service-block:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.ai-software-services .service-block-container .service-block h3 {
    font-size: 40px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 48px;
}

.ai-software-services .service-block-container .service-block p {
    font-size: 24px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    line-height: 34px;
    color: #ccc;
}

.ai-software-services .service-block-container .service-block .digi-btn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 50px;
    transition: all 0.3s ease;
}

.ai-software-services .service-block-container .service-block .digi-btn:hover {
    background: #fff;
    color: #000;
}

.ai-software-services .service-block-container .service-block .digi-btn:hover svg {
    filter: invert(1);
}

.ai-software-services .service-block-container .service-block:hover .digi-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ai-software-services .service-block-container .service-block a:hover {
    background: rgba(0, 0, 0, 0);
}

@media (max-width: 1680px) {
    .ai-software-services .service-block-container .service-heading {
        padding: 71px 24px;
    }

    .ai-software-services .service-block-container .service-heading h2 {
        text-align: start;
    }

    .ai-software-services .service-block-container .service-block {
        padding: 71px 30px;
    }
}

@media (max-width: 1440px) {
    .ai-software-services .digi-container .service-block-container .service-heading {
        padding: 71px 24px;
    }

    .ai-software-services .digi-container .service-block-container .service-block {
        padding: 71px 30px;
    }
}

@media (max-width: 1024px) {
    .ai-software-services {
        padding: 56px 40px;
    }

    .ai-software-services .digi-container {
        padding: 0;
    }

    .ai-software-services .digi-container .service-block-container .service-heading {
        min-height: 226px;
    }

    .ai-software-services .digi-container .service-block-container .service-heading h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .ai-software-services .digi-container .service-block-container .service-block {
        min-height: 226px;
        gap: 6px;
    }

    .ai-software-services .digi-container .service-block-container .service-block .digi-btn {
        margin-top: 6px;
        width: 72px;
        height: 40px;
    }

    .ai-software-services .digi-container .service-block-container .service-block h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .ai-software-services .digi-container .service-block-container .service-block p {
        font-size: 16px;
        line-height: 140%;
    }
}

@media (max-width: 767px) {
    .ai-software-services {
        padding: 190px 0 40px 0;
    }

    .ai-software-services .digi-container {
        padding: 0 16px;
    }

    .ai-software-services .digi-container .service-block-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .ai-software-services .digi-container .service-block-container .service-heading {
        padding: 0;
        width: auto;
        display: block;
        min-height: unset;
        padding: 28px 0;
    }

    .ai-software-services .digi-container .service-block-container .service-block:not(:first-child) {
        width: auto;
        padding: 28px 24px;
        gap: 12px;
    }

    .ai-software-services .digi-container .service-block-container .service-block {
        min-height: 244px;
    }

    .ai-software-services .digi-container .service-block-container .service-block .digi-btn {
        margin-top: 16px;
    }
}

@media (max-width: 376px) {
    .ai-software-services {
        margin-top: 200px;
    }
}

@media (min-width: 376px) and (max-width: 767px) {
    .ai-software-services {
        margin-top: 100px;
    }
}

@media (max-width: 375px) {
    .service-block h3 {
        font-size: 18px !important;
    }

    .service-block .digi-btn svg {
        height: 24px;
        width: 24px;
    }
}

.ai-development-wrapper {
    content: "";
    background: linear-gradient(41.05deg, rgba(8, 18, 28, 0.5) 25.26%, #060d14 78%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 66.72%, #000000 84.37%),
        url("/wp-content/uploads/2025/08/ai-development.png");
    width: 100%;
    height: 100%;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ai-development-wrapper h2 {
    font-size: 48px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 58px;
    text-transform: uppercase;
    background: linear-gradient(100.61deg, #ffffff 30.32%, rgba(255, 255, 255, 0) 129.88%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    margin-bottom: 21px;
}

.ai-development-wrapper p {
    font-size: 24px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    line-height: 34px;
    color: #ccc;
    max-width: 1434px;
}

.ai-development-wrapper .development-services-container {
    padding-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ai-development-wrapper .development-services-container .development-services {
    background: hsla(0, 0%, 100%, 0.07);
    backdrop-filter: blur(20px);
    border-radius: 8px;
}

.ai-development-wrapper .development-services-container .development-services .development-services-content-wrap {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ai-development-wrapper .development-services-container .development-services .development-services-content-wrap h4 {
    font-size: 28px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 38px;
    letter-spacing: normal;
    margin-bottom: 16px;
    background: linear-gradient(100.61deg, #ffffff 30.32%, rgba(255, 255, 255, 0) 129.88%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
}

.ai-development-wrapper .development-services-container .development-services .development-services-content-wrap p {
    font-size: 18px;
    line-height: 28px;
}

@media (max-width: 1279px) {
    .ai-development-wrapper {
        padding: 32px 0 !important;
    }

    .ai-development-wrapper .digi-container .development-services-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .ai-development-wrapper {
        border-top: 0.53px solid #2c343c;
        border-bottom: 0.53px solid #2c343c;
        background: #08121c;
    }

    .ai-development-wrapper .digi-container h2 {
        font-size: 28px;
        line-height: 100%;
    }

    .ai-development-wrapper .digi-container p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .ai-development-wrapper {
        content: "";
        background: linear-gradient(41.05deg, rgba(8, 18, 28, 0.5) 25.26%, #060d14 78%),
            linear-gradient(180deg, rgba(0, 0, 0, 0) 66.72%, #000000 84.37%),
            url("/wp-content/uploads/2025/08/ai-development.png");
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 32px 0;
        border: none;
    }

    .ai-development-wrapper .digi-container h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .ai-development-wrapper .digi-container p {
        font-size: 18px;
        line-height: 140%;
    }

    .ai-development-wrapper .digi-container .development-services-container {
        grid-template-columns: repeat(1, 1fr);
        padding-top: 28px;
    }

    .ai-development-wrapper .digi-container .development-services-container .development-services .development-services-content-wrap {
        padding: 24px;
    }

    .ai-development-wrapper .digi-container .development-services-container .development-services .development-services-content-wrap h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .ai-development-wrapper .digi-container .development-services-container .development-services .development-services-content-wrap p {
        font-size: 16px;
        line-height: 140%;
    }
}

.technology-section {
    padding-block: 120px;
    overflow-x: hidden;
}

.technology-section .digi-container .progress-container {
    width: 100%;
    height: 1px;
    background-color: #2a2f36;
    border-radius: 2px;
    position: relative;
    display: none;
}

.technology-section .digi-container .progress-container .progress-bar {
    position: absolute;
    top: -4px;
    left: 0;
    height: 4px;
    width: 10%;
    background: #1f7fe7;
    z-index: 1000;
    display: none;
}

.technology-section .digi-container .digi-inner-container {
    display: flex;
    justify-content: space-between;
}

.technology-section .digi-container .digi-inner-container .digi-inner-container-content {
    max-width: 1253px;
}

.technology-section .digi-container .digi-inner-container .digi-inner-container-content .digi-block-description {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
}

.technology-section .digi-container .digi-inner-container .custom-arrows {
    align-self: end;
    display: flex;
    gap: 32px;
}

.technology-section .digi-container .digi-inner-container .custom-arrows .custom-prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #adadad;
    cursor: pointer;
}

.technology-section .digi-container .digi-inner-container .custom-arrows .custom-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #adadad;
    cursor: pointer;
}

.technology-section .technology-inline-block-title {
    position: sticky;
    top: 0;
    margin-bottom: 28px;
}

.technology-slider {
    margin-top: 52px;
    display: flex;
    column-gap: 25px;
}

.technology-slider .slide {
    box-sizing: border-box;
    flex-shrink: 0;
}

.technology-slider.slick-slider {
    margin-bottom: 0;
}

.technology-slider .slick-list {
    overflow: visible;
}

.technology-slider .slick-track {
    margin-inline: -14px;
}

.technology-slider .slick-slide {
    padding-inline: 14px;
}

.technology-slider .slick-dots {
    display: flex !important;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    top: -56px;
    bottom: auto;
    border-top: 1px solid var(--color-border);
}

.technology-slider .slick-dots li {
    flex: 1 1 auto;
    text-align: center;
    margin: 0;
    height: 4px;
    background-color: rgba(0, 0, 0, 0);
    margin-top: -3px;
}

.technology-slider .slick-dots li button {
    display: none;
}

.technology-slider .slick-dots li.slick-active {
    background-color: var(--color-blue);
}

.technology-slider-card {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.technology-slider-card .technology-slider-img img {
    width: 449px;
    min-height: 606px;
    object-fit: cover;
    border-radius: 8px;
}

.technology-slider-card .technology-slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
        linear-gradient(0deg, rgba(8, 18, 28, 0.7), rgba(8, 18, 28, 0.7));
    min-height: unset;
    padding: 40px;
    color: var(--color-site);
    backdrop-filter: blur(70px);
    display: flex;
    align-items: center;
}

.technology-slider-card .technology-slider-title {
    display: inline-block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}

.technology-slider-card .technology-slider-txt {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.technology-slider-card .digi-link-wrap {
    margin-top: 24px;
    padding-block: 13px;
}

.technology-slider-card .digi-link-wrap a {
    border-image-source: linear-gradient(101.98deg, #ffffff 11.07%, rgba(255, 255, 255, 0) 115.46%);
}

@media (max-width: 1680px) {
    .technology-section {
        padding-block: 60px 80px;
    }

    .technology-slider-card {
        min-height: 500px;
    }

    .technology-slider-card .technology-slider-title {
        font-size: 30px;
    }

    .technology-slider-card .technology-slider-txt {
        font-size: 28px;
        line-height: 31px;
    }

    .technology-slider-card .digi-link-wrap a {
        font-size: 16px;
    }
}

@media (max-width: 1279px) {
    .technology-section {
        padding-block: 55px 34px;
    }

    .technology-section .digi-container .digi-inner-container .custom-arrows {
        display: none;
    }

    .technology-section .home-inline-block-title {
        max-width: 424px;
    }

    .technology-slider {
        margin-top: 60px;
    }

    .technology-slider.slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .technology-slider .slick-dots {
        top: -30px;
    }

    .technology-slider-card {
        min-height: 300px;
    }

    .technology-slider-card .expertise-slider-caption {
        padding: 18.26px;
        min-height: 241px;
    }

    .technology-slider-card .technology-slider-txt {
        font-size: 18px;
        line-height: 24px;
    }

    .technology-slider-card .digi-link-wrap {
        margin-top: 16px;
        padding-block: 9px;
    }

    .technology-slider-card .digi-link-wrap a {
        font-size: 11.73px;
        line-height: 100%;
    }
}

@media (max-width: 1024px) {
    .technology-section {
        padding-block: 60px 24px;
    }

    .technology-section .digi-container .progress-container {
        margin-top: 20px;
        display: block;
    }

    .technology-section .digi-container .progress-container .progress-bar {
        display: block;
    }

    .technology-section .digi-container .technology-slider-wrapper .technology-slider {
        margin-top: 20px;
    }

    .technology-section .digi-container .technology-slider-wrapper .technology-slider .technology-slider-img img {
        max-width: 404px;
        max-height: 590px;
    }

    .technology-section .digi-container .technology-slider-wrapper .technology-slider .technology-slider-caption {
        padding: 18.26px;
        height: 86.52px;
    }

    .technology-section .digi-container .technology-slider-wrapper .technology-slider .technology-slider-caption .technology-slider-title {
        font-size: 18px;
        line-height: 140%;
    }

    .technology-section .digi-container .digi-inner-container .digi-inner-container-content .technology-inline-block-title {
        margin-bottom: 10.67px;
        font-size: 28px;
        line-height: 100%;
    }

    .technology-section .digi-container .digi-inner-container .digi-inner-container-content .digi-block-description {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .technology-section {
        padding-block: 60px 24px;
    }

    .technology-section .digi-container .digi-inner-container .digi-inner-container-content h2 {
        margin-bottom: 22px;
    }

    .technology-section .digi-container .digi-inner-container .digi-inner-container-content .digi-block-description {
        font-size: 18px;
        line-height: 28px;
    }

    .technology-section .digi-container .digi-inner-container .custom-arrows {
        display: none;
    }

    .technology-section .digi-container .technology-slider-wrapper .technology-slider-card .technology-slider-img img {
        width: 260px;
        height: 460px;
    }

    .technology-section .digi-container .technology-slider-wrapper .technology-slider-card .technology-slider-caption {
        height: 80px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
            linear-gradient(0deg, rgba(8, 18, 28, 0.7), rgba(8, 18, 28, 0.7));
        backdrop-filter: blur(40.25px);
        padding: 16px;
    }

    .technology-section .digi-container .technology-slider-wrapper .technology-slider-card .technology-slider-caption .technology-slider-title {
        font-size: 18px;
    }
}

.industries-empowerment-wrapper {
    background: #08121c;
    padding: 120px 0;
}

.industries-empowerment-wrapper h2 {
    font-size: 48px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 58px;
    text-transform: uppercase;
    background: linear-gradient(100.61deg, #ffffff 30.32%, rgba(255, 255, 255, 0) 129.88%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    margin-bottom: 21px;
}

.industries-empowerment-wrapper p {
    font-size: 24px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    line-height: 34px;
    color: #ccc;
    max-width: 1075.5px;
}

.industries-empowerment-wrapper .service-block-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) -347%, #ffffff -154.56%, rgba(255, 255, 255, 0) 79%);
    gap: 1px;
}

.industries-empowerment-wrapper .service-block-container .service-block {
    min-height: 304px;
    background: #08121c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px;
}

.industries-empowerment-wrapper .service-block-container .service-block h3 {
    font-size: 32px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 48px;
    margin-bottom: 9px;
    margin-top: 18px;
}

.industries-empowerment-wrapper .service-block-container .service-block p {
    font-size: 18px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
    color: #ccc;
}

.industries-empowerment-wrapper .service-block-container .service-block a {
    width: 158px;
    height: 48px;
    font-size: 18px;
    padding: 12px 0px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #1a76db;
    position: relative;
}

.industries-empowerment-wrapper .service-block-container .service-block a img {
    width: 24px;
    height: 24px;
}

@media (max-width: 1680px) {
    .industries-empowerment-wrapper .service-block-container .service-block {
        max-height: 316px;
    }
}

@media (max-width: 1440px) {
    .industries-empowerment-wrapper .service-block-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .industries-empowerment-wrapper .service-block-container .service-block {
        max-height: 316px;
    }

    .industries-empowerment-wrapper .service-block-container .service-block:last-child h3 {
        margin: 0 0 32px;
    }

    .industries-empowerment-wrapper .service-block-container .service-block:last-child img {
        width: 24px;
        height: 24px;
    }

    .industries-empowerment-wrapper .service-block-container .service-block:last-child a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        line-height: 100%;
        border-bottom: none;
        z-index: 1;
        border-radius: 60px;
        gap: 8px;
        transition: all 0.3s ease;
    }

    .industries-empowerment-wrapper .service-block-container .service-block:last-child a:hover {
        background: #fff;
        color: #000;
    }

    .industries-empowerment-wrapper .service-block-container .service-block:last-child a:hover img {
        filter: invert(1);
    }

    .industries-empowerment-wrapper .service-block-container .service-block:last-child a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: inherit;
        z-index: -1;
        padding: 0.76px;
        background: linear-gradient(106.59deg, #5ea0e8 31.35%, #355a82 72.33%);
        -webkit-mask:
            linear-gradient(106.59deg, #5ea0e8 31.35%, #355a82 72.33%) content-box,
            linear-gradient(106.59deg, #5ea0e8 31.35%, #355a82 72.33%);
        mask-composite: exclude;
    }
}

@media (max-width: 1024px) {
    .industries-empowerment-wrapper {
        padding: 32px 0 !important;
    }

    .industries-empowerment-wrapper .digi-container h2 {
        font-size: 28px;
        line-height: 100%;
    }

    .industries-empowerment-wrapper .digi-container p {
        font-size: 18px;
        line-height: 28px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container {
        margin-top: 32px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block {
        padding: 32px 24px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block p {
        font-size: 14px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block:last-child h3 {
        margin: 0 0 32px;
        font-size: 24px;
        line-height: 140%;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block:last-child img {
        width: 24px;
        height: 24px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block img {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 767px) {
    .industries-empowerment-wrapper {
        padding: 32px 0 !important;
    }

    .industries-empowerment-wrapper .digi-container h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .industries-empowerment-wrapper .digi-container p {
        font-size: 18px;
        line-height: 28px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container {
        grid-template-columns: 1fr;
        background: none;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block {
        border-style: solid;
        border-width: 0 1px 1px 0;
        border-image-source: linear-gradient(270deg,
                rgba(229, 229, 229, 0) 0%,
                rgba(229, 229, 229, 0.4) 51.44%,
                rgba(229, 229, 229, 0) 100%);
        border-image-slice: 1;
        padding: 24px 12px;
        min-height: 288px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block p {
        font-size: 16px;
        line-height: 140%;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block img {
        width: 44px;
        height: 44px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block:last-child {
        align-items: center;
        justify-content: flex-start;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block:last-child h3 {
        text-align: center;
        margin-bottom: 28px;
    }

    .industries-empowerment-wrapper .digi-container .service-block-container .service-block:last-child a {
        font-size: 16px;
        width: 194px;
        height: 48px;
        gap: 10px;
    }
}

.faq-section {
    background: #08121c;
    padding: 100px 80px;
}

.faq-section .faq-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.faq-section .faq-icon {
    font-size: 16px;
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}

.faq-section .faq-item.active .faq-icon {
    transform: rotate(0deg);
}

.faq-section .faq-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1680px;
    margin: auto;
    gap: 40px;
}

.faq-section .faq-left {
    flex: 1 1 35%;
}

.faq-section h2 {
    font-size: 48px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 58px;
    text-transform: uppercase;
    background: linear-gradient(100.61deg, #ffffff 30.32%, rgba(255, 255, 255, 0) 129.88%);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    margin-bottom: 20px;
}

.faq-section p {
    font-size: 24px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    line-height: 34px;
    color: #ccc;
    max-width: 1075.5px;
    margin-bottom: 40px;
}

.faq-section .ask-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #4db8ff;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 12px;
    text-decoration: none;
    width: fit-content;
    gap: 8px;
    text-transform: uppercase;
}

.faq-section .faq-left img {
    width: 100%;
    max-width: 421px;
    max-height: 530px;
    margin-top: 35px;
}

.faq-section .faq-right {
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.faq-section .faq-item {
    border-left: 1.5px solid rgba(26, 117, 219, 0.5019607843);
    padding: 16px 0 16px 24px;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    cursor: pointer;
}

.faq-section .faq-item.active {
    border-left: 1.5px solid #1a76db;
}

.faq-section .faq-question {
    font-size: 24px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 34px;
}

.faq-section .faq-answer {
    font-size: 16px;
    font-weight: 400;
    margin-top: 24px;
    color: #ccc;
    line-height: 24px;
    display: none;
    transform: translateY(-10px);
    transition: all 0.4s ease;
}

.faq-section .faq-item.active .faq-answer {
    transform: translateY(0);
    display: block;
}

@media (max-width: 1279px) {
    .faq-section {
        padding: 32px 40px;
    }

    .faq-section .faq-container {
        flex-direction: column;
    }

    .faq-section .faq-container .faq-left .ask-btn {
        display: none;
    }

    .faq-section .faq-container .faq-left img {
        display: none;
    }
}

@media (max-width: 1024px) {
    .faq-section {
        padding: 32px 40px;
    }

    .faq-section .faq-container {
        gap: 56px;
    }

    .faq-section .faq-container .faq-left h2 {
        font-size: 28px;
        line-height: 100%;
        margin-bottom: 10.67px;
    }

    .faq-section .faq-container .faq-left p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .faq-section .faq-container .faq-right .faq-question {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }

    .faq-section .faq-container .faq-right .faq-answer {
        font-size: 16px;
        line-height: 140%;
        font-weight: 300;
    }
}

@media (max-width: 767px) {
    .faq-section {
        padding: 40px 16px 64px 16px;
    }

    .faq-section .faq-container {
        gap: 48px;
    }

    .faq-section .faq-container .faq-left h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 22px;
    }

    .faq-section .faq-container .faq-left p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .faq-section .faq-container .faq-right .faq-question {
        font-size: 18px;
        line-height: 24px;
    }

    .faq-section .faq-container .faq-right .faq-answer {
        line-height: 140%;
        font-weight: 300;
    }
}

@media (max-width: 375px) {
    .ai-software-services .ai-software-development-services {
        padding: 70px 0px 40px 0px;
    }

    .ai-software-services .ai-software-development-services .service-block-container .service-block {
        min-height: 253px;
    }

    .ai-software-services .ai-software-development-services .digi-btn {
        padding: 12px 27px;
        height: 40px;
        width: 72px;
    }

    .ai-software-services .ai-development-wrapper h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .ai-software-services .ai-development-wrapper p {
        font-size: 18px;
    }

    .ai-software-services .ai-development-wrapper .development-services-container {
        gap: 12px;
    }

    .ai-software-services .ai-development-wrapper .development-services-container .development-services {
        padding: 24px 24px !important;
        height: 160px;
        width: 289px;
    }

    .ai-software-services .ai-development-wrapper .development-services-container .development-services h4 {
        font-size: 20px !important;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .ai-software-services .ai-development-wrapper .development-services-container .development-services p {
        font-size: 16px;
        line-height: 32px;
    }

    .technology-section .digi-block-description {
        font-size: 18px !important;
    }

    .industries-empowerment-wrapper h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .industries-empowerment-wrapper p {
        font-size: 18px;
        line-height: 28px;
    }

    .faq-section .faq-left h2 {
        font-size: 24px !important;
        line-height: 34px;
    }

    .faq-section .faq-left p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (min-width: 1544px) and (max-width: 1839px) {
    .development-services-container {
        flex-wrap: nowrap !important;
    }

    .development-services-container .development-services {
        padding: 25px;
    }

    .development-services-container .development-services .development-services-content-wrap h4 {
        font-size: 22px;
    }
}

@media (max-width: 375px) {
    .industries-empowerment-wrapper .service-block-container .service-block {
        min-height: 280px !important;
        width: 300px !important;
    }
}

.digi-footer-main-section {
    border-top: 1px solid #2c343c;
    overflow-x: hidden;
}

.digi-footer-top-row,
.digi-footer-info-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.digi-footer-top-caption {
    padding: 100px 120px;
    border-inline: 1px solid #2c343c;
}

.digi-footer-top-caption .digi-btn-wrap {
    margin-top: 32px;
}

.digi-footer-top-form {
    border-right: 1px solid var(--color-border);
    /* padding-inline: 40px; */
    padding: 100px 120px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
}

.digi-footer-form-wrap {
    width: 100%;
    max-width: 480px;
}

.digi-footer-form-wrap .digi-newsletter-form {
    margin-top: 20px;
    display: flex;
    position: relative;
}

.digi-footer-form-wrap .digi-newsletter-form .form-group-dv input {
    border-radius: 100px 0 0 100px;
    border: 1px solid var(--color-border);
    border-right: none;
}

.digi-footer-form-wrap .digi-newsletter-form .form-group-submit {
    flex: none;
}

.digi-footer-form-wrap .digi-newsletter-form .form-group-submit p,
.digi-footer-form-wrap .digi-newsletter-form .form-group-submit input {
    height: 100%;
}

.digi-footer-form-wrap .digi-newsletter-form .form-group-submit input {
    width: 100%;
    cursor: pointer;
    height: auto;
    font-size: 17px;
    height: 63.5px;
    border-radius: 0;
    background: var(--color-background);
    padding: 16px 28px;
    color: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 0 100px 100px 0;
}

.digi-footer-form-wrap .digi-newsletter-form .wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 100%;
}

.digi-footer-form-wrap .wpcf7 form .wpcf7-response-output {
    margin: 24px 0 0;
    font-size: 14px;
    border-color: var(--color-border);
}

.digi-footer-info-sec .footer-widget-title {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.digi-footer-info-sec .menu-footer-widget-menu-container {
    padding: 16px 0px;
}

.digi-footer-info-sec .menu-footer-widget-menu-container #menu-footer-widget-menu {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    font-size: 20px;
}

.digi-footer-info-sec .menu-footer-widget-menu-container #menu-footer-widget-menu .menu-item {
    margin-bottom: 20px;
}

.digi-footer-info-sec .menu-footer-widget-menu-container #menu-footer-widget-menu .menu-item a:hover {
    color: #FF4C4C;
}

.digi-footer-info-sec .digi-footer-locations-dv .widget-title {
    margin-bottom: 20px;
}

.digi-footer-info-sec .digi-footer-locations-dv .textwidget {
    padding: 16px 0px;
}

.textwidget .digi-btn {
    align-items: center;
    max-width: 213px !important;
    width: 100%;
    justify-content: center;
}

@media (max-width: 1024px) {
    .textwidget .digi-btn {
        font-size: 12px;
        padding: 10px 14px;
        width: unset;
    }
}

.digi-footer-nav-dv {
    padding: 100px 120px;
    border-inline: 1px solid #2c343c;
    border-top: 1px solid #2c343c;
}

.footer-nav-list li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-nav-list li a {
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
}

.digi-footer-locations-dv {
    padding: 100px 120px;
    border-top: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    position: relative;
}

.footer-locations-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 44px 28px;
}

.footer-locations-wrap p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 8px;
}

.digi-footer-copyright-section {
    padding-block: 24px;
    border-top: 1px solid #2c343c;
}

.footer-copyright-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 56px;
}

.footer-social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 24px;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
}

.footer-social-links a {
    text-decoration: underline;
}

.copyright {
    display: flex;
    gap: 28px;
    align-items: center;
    font-size: 18px;
}

.copyright .first_text {
    font-size: 18px;
}

@media (max-width: 375px) {
    .copyright {
        display: block;
    }
}

@media (min-width: 1681px) {

    .digi-footer-top-caption h4,
    .digi-footer-top-form h4 {
        font-size: 28px;
    }
}

@media (max-width: 1680px) {
    .digi-footer-top-caption {
        padding: 40px 32px 32px;
    }

    .digi-footer-top-form {
        padding: 40px 32px 32px;
    }

    .digi-footer-nav-dv,
    .digi-footer-locations-dv {
        padding: 32px;
    }

    .digi-footer-info-sec .footer-widget-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer-nav-list li a {
        font-size: 18px;
    }

    .footer-locations-wrap h5 {
        font-size: 18px;
    }

    .footer-locations-wrap p {
        font-size: 14px;
    }

    .footer-social-links {
        font-size: 16px;
        column-gap: 16px;
    }
}

@media (max-width: 1279px) {
    .digi-footer-top-caption .digi-btn-wrap {
        margin-top: 28px;
    }

    .digi-footer-info-sec .footer-widget-title {
        font-size: 16px;
    }

    .menu-footer-widget-menu-container #menu-footer-widget-menu .menu-item a {
        font-size: 12px;
        font-weight: 300;
    }

    .footer-locations-wrap h5 {
        font-size: 14px !important;
    }

    .footer-locations-wrap {
        padding: 4px 0px;
    }

    .footer-locations-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        grid-gap: 18px 28px;
    }

    .digi-footer-top-caption {
        padding: 21px 17px 17px;
        padding-right: 7px;
    }

    .digi-footer-top-caption h4 {
        font-size: 18px;
        line-height: 19.2px;
        letter-spacing: -0.48px;
    }

    .digi-footer-top-caption .digi-btn-wrap {
        margin-top: 16px;
    }

    .digi-footer-top-form {
        padding: 21px 17px 17px;
    }

    .digi-footer-top-form h4 {
        font-size: 18px;
        line-height: 19.2px;
        letter-spacing: -0.48px;
    }

    .digi-footer-top-form .digi-newsletter-form {
        margin-top: 16px;
    }

    .digi-footer-top-form .form-group-dv input {
        padding: 8px 16px;
        font-size: 12px;
    }

    .digi-footer-top-form .form-group-submit input {
        height: 47.6px !important;
        font-size: 10px;
        padding: 8px 16px;
    }

    .digi-footer-form-wrap {
        max-width: 256px;
    }

    .digi-footer-nav-dv,
    .digi-footer-locations-dv {
        padding: 17px;
    }

    .digi-footer-info-sec .footer-widget-title {
        margin-bottom: 11px;
    }

    .footer-nav-list>li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer-nav-list>li a {
        font-size: 12px;
    }

    .footer-locations-wrap p {
        font-size: 12px !important;
        line-height: 12.8px;
        margin-top: 4px;
    }

    .digi-footer-copyright-section {
        padding-block: 20px 12px;
    }

    .digi-footer-copyright-section .copyright .first_text {
        display: none;
    }

    .digi-footer-copyright-section .copyright .dot {
        display: none;
    }

    .digi-footer-copyright-section .copyright .widget_text p {
        font-size: 10px;
        line-height: 100%;
    }

    .digi-footer-copyright-section .social-links-wrap .footer-social-links {
        column-gap: 10px;
    }

    .digi-footer-copyright-section .social-links-wrap .footer-social-links li {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .digi-footer-main-section {
        padding-block: 60px 40px;
    }

    .digi-footer-top-row,
    .digi-footer-info-row {
        grid-template-columns: repeat(1, 100%);
        grid-row-gap: 40px;
    }

    .digi-footer-top-caption,
    .digi-footer-top-form {
        padding: 0;
        border: none;
    }

    .digi-footer-top-caption h4,
    .digi-footer-top-form h4 {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -0.9px;
    }

    .digi-footer-top-caption .digi-btn-wrap,
    .digi-footer-top-caption .digi-newsletter-form,
    .digi-footer-top-form .digi-btn-wrap,
    .digi-footer-top-form .digi-newsletter-form {
        margin-top: 28px;
    }

    .digi-footer-top-caption .form-group-dv input,
    .digi-footer-top-form .form-group-dv input {
        font-size: 14px;
    }

    .digi-footer-top-caption .form-group-submit input,
    .digi-footer-top-form .form-group-submit input {
        font-size: 14px;
    }

    .digi-footer-form-wrap {
        max-width: 100%;
    }

    .digi-footer-info-sec {
        margin-top: 40px;
    }

    .digi-footer-info-sec .footer-widget-title {
        margin-bottom: 20px;
    }

    .digi-footer-nav-dv,
    .digi-footer-locations-dv {
        padding: 0;
        border: none;
    }

    .footer-nav-list>li:not(:last-child) {
        margin-bottom: 12px;
    }

    .footer-nav-list>li a {
        font-size: 16px;
    }

    .footer-locations-row {
        grid-template-columns: repeat(1, 100%);
        grid-row-gap: 28px;
    }

    .footer-locations-wrap h5 {
        font-size: 16px;
        line-height: 100%;
    }

    .footer-locations-wrap p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 8px;
    }

    .digi-footer-copyright-section {
        padding-block: 0 17px;
        text-align: center;
        border: none;
    }

    .digi-footer-copyright-section .footer-copyright-row {
        justify-content: ce;
    }

    .digi-footer-copyright-section .footer-copyright-row .copyright {
        font-size: 14px !important;
        line-height: 28px;
        flex-direction: column;
        gap: 12px;
    }

    .digi-footer-copyright-section .footer-copyright-row .copyright .first_text {
        font-size: 14px;
    }

    .digi-footer-copyright-section .footer-copyright-row .copyright .dot {
        display: none;
    }

    .digi-footer-copyright-section .footer-copyright-row .social-links-wrap {
        display: none;
    }
}

@media (max-width: 768px) {
    .menu-footer-widget-menu-container #menu-footer-widget-menu .menu-item a {
        margin-bottom: 0px !important;
    }

    .digi-footer-locations-dv .textwidget {
        padding: 0px !important;
    }

    .digi-footer-locations-dv .widget-title {
        margin-bottom: 10px !important;
    }

    #menu-footer-widget-menu {
        padding: 0px 0px !important;
        grid-gap: 15px 28px;
    }

    #menu-footer-widget-menu li {
        margin-bottom: 20px !important;
    }

    .textwidget.custom-html .footer-locations-row {
        padding: 16px 0px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 14px 28px !important;
    }

    #menu-footer-widget-menu li {
        margin-bottom: 10px !important;
    }

    .digi-footer-info-sec .menu-footer-widget-menu-container {
        padding: 0px 0px;
    }

    .copyright .first_text {
        font-size: 10px;
    }

    .digi-visionary-brands-section {
        padding-inline: 16px;
    }
}

.dot {
    margin-bottom: 12px;
    font-size: 22px;
}

@media (max-width: 475px) {
    .digi-visionary-brands-section .visionary-brands-logos-wrap span.brand-logo-icon img {
        padding: 10px;
    }
}

.section-container {
    min-width: 1920px;
}

section.hero-section {
    border-bottom: 1px solid #2c343c;
}

section.hero-section .digi-container .hero-content {
    padding: 80px 84px 80px 120px;
    border-right: 1px solid #2c343c;
    border-left: 1px solid #2c343c;
    margin-top: 90px;
}

section.hero-section .digi-container .hero-content h1.hero-title {
    max-width: 1504px;
    font-size: 52px;
    text-transform: uppercase;
}

section.hero-section .digi-container .hero-content p.hero-description {
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 28px;
    max-width: 1504px;
    color: #ebebeb;
}

section.hero-section.hero-section {
    background-image: url("/wp-content/themes/digimantra/asset/img/portfolio-background.png");
    background-repeat: repeat;
    background-size: cover;
}

section.hero-section .container.filter-container {
    border-top: 1px solid #2b3642;
    border-right: 1px solid #2b3642;
    padding-top: 32px;
    padding-bottom: 32px;
}

.filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    color: #fff;
}

.filter-label {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 3px;
    color: #fffffa;
    text-transform: uppercase;
}

.filter-controls {
    display: flex;
    gap: 32px;
    align-items: center;
}

.filter-controls form {
    display: flex;
    gap: 40px;
}

.filter-controls .search-box {
    position: relative;
}

.filter-controls .search-box input {
    padding: 8px 35px 8px 10px;
    border: none;
    border-bottom: 1px solid #555;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 14px;
    width: 420px;
}

.filter-controls .search-box input::placeholder {
    color: #aaa;
}

.filter-controls .search-box input:focus {
    outline: none;
    box-shadow: none;
    border-color: #5ea0e8;
}

.filter-controls .search-box svg {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    fill: #aaa;
    pointer-events: none;
}

.filter-controls select {
    padding: 20px 0px;
    border: none;
    border-bottom: 1px solid #555;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    min-width: 120px;
    width: 320px;
}

.filter-controls select option {
    background: #000b1f;
    color: #fff;
}

.filter-controls select:focus {
    outline: none;
    box-shadow: none;
    border-color: #5ea0e8;
}

.filter-section {
    border-top: 1px solid #2b3642;
    border-top: 1px solid #2b3642;
}

.filter-section .filter-container {
    padding: 0px 0px !important;
}

@media (max-width: 1680px) {
    section.hero-section .digi-container .hero-content {
        padding: 176px 74px 80px 70px;
    }

    section.hero-section .digi-container .hero-content h1.hero-title {
        max-width: 1135px;
        font-size: 40px;
        text-transform: uppercase;
    }

    section.hero-section .digi-container .hero-content p.hero-description {
        font-weight: 300;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        line-height: 28px;
        max-width: 1135px;
        color: #ebebeb;
    }
}

@media (max-width: 992px) {
    section.hero-section .digi-container .hero-content {
        padding: 48px 74px 80px 70px;
        margin-top: 0px !important;
    }

    section.hero-section .digi-container .hero-content h1.hero-title {
        max-width: 602px;
        font-size: 28px;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 33.6px;
        margin-bottom: 8px;
    }

    section.hero-section .digi-container .hero-content p.hero-description {
        font-weight: 300;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        line-height: 22px;
        max-width: 602px;
        color: #ebebeb;
    }
}

@media (max-width: 767px) {
    section.hero-section .digi-container .hero-content {
        padding: 36px 24px 30px 28px;
        margin-top: 0px;
    }

    section.hero-section .digi-container .hero-content h1.hero-title {
        max-width: 323px;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 32px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }

    section.hero-section .digi-container .hero-content p.hero-description {
        font-weight: 300;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 28px;
        max-width: 323px;
        color: #ebebeb;
    }

    section.hero-section .digi-container .filter-bar {
        padding: 15px 0px;
    }

    section.hero-section .digi-container .filter-controls select {
        max-width: 107px;
        font-size: 12px;
    }

    section.hero-section .digi-container .filter-label {
        font-size: 12px;
    }
}

@media (max-width: 1240px) {
    .filter-controls .search-box input {
        width: 214px;
    }

    .filter-controls select {
        width: 225px;
    }
}

.portfolio-posts {
    padding-top: 40px;
    padding-bottom: 65px;
    background-color: #030819;
}

.portfolio-posts .posts-content-wrap {
    padding: 0px 120px;
}

.portfolio-posts .posts-content-wrap .posts {
    display: flex;
    flex-direction: row;
    column-gap: 60px;
    padding: 60px 60px;
}

.portfolio-posts .posts-content-wrap .posts .image-div {
    max-width: 49%;
    position: relative;
    display: inline-block;
}

.portfolio-posts .posts-content-wrap .posts .image-div img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.portfolio-posts .posts-content-wrap .posts .content-div {
    max-width: 49%;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.portfolio-posts .posts-content-wrap .posts .content-div h1 {
    font-size: 32px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 55px;
    margin-bottom: 32px;
    text-transform: uppercase;
    background: linear-gradient(100.61deg, #ffffff 53.32%, rgba(255, 255, 255, 0) 100.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
}

.portfolio-posts .posts-content-wrap .posts .content-div .list dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 12px 20px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    color: #fff;
}

.portfolio-posts .posts-content-wrap .posts .content-div .list dl dt {
    white-space: nowrap;
}

.portfolio-posts .posts-content-wrap .posts .content-div .list dl dt::after {
    content: ":";
}

.portfolio-posts .posts-content-wrap .posts .content-div .list dl dd {
    margin: 0;
}

.portfolio-posts .posts-content-wrap .posts .content-div .digi-btn {
    margin-top: 20px;
    padding: 17px 24px;
    align-items: center;
}

.portfolio-posts .posts-content-wrap .loadmore {
    display: flex;
    justify-content: center;
}

.portfolio-posts .posts-content-wrap .btn-load-more {
    position: relative;
    padding-right: 28px;
    background-color: rgba(53, 90, 130, 0);
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    font-family: "Montserrat";
    margin: 73px 0;
}

.portfolio-posts .posts-content-wrap .btn-load-more::after {
    content: "";
    display: inline-block;
    background-image: url("/wp-content/uploads/2025/08/ic_twotone-arrow-back.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.image-div {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    align-content: center;
}

@media (max-width: 1440px) {
    .portfolio-posts .posts-content-wrap {
        padding: 0px 30px;
    }

    .portfolio-posts .posts-content-wrap .posts {
        padding: 10px 10px;
        column-gap: 30px;
        margin-bottom: 40px;
    }

    .portfolio-posts .posts-content-wrap .posts .image-div {
        max-width: 49%;
        align-content: start;
    }

    .portfolio-posts .posts-content-wrap .posts .image-div img {
        width: full-width;
        height: auto;
        display: block;
        max-width: 100%;
        object-fit: cover !important;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div {
        max-width: 49%;
        column-gap: 32px;
        align-content: start;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div h1 {
        font-size: 32px;
        line-height: 55px;
        margin-bottom: 25px;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div .list dl {
        font-size: 18px;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div .digi-btn {
        margin-top: 15px;
        padding: 10px 20px;
    }
}

@media (max-width: 1024px) {
    .portfolio-posts .posts-content-wrap {
        padding: 0px 30px;
    }

    .portfolio-posts .posts-content-wrap .posts {
        padding: 10px 10px;
        column-gap: 30px;
        margin-bottom: 40px;
    }

    .portfolio-posts .posts-content-wrap .posts .image-div {
        max-width: 49%;
        align-content: start;
    }

    .portfolio-posts .posts-content-wrap .posts .image-div img {
        width: full-width;
        height: auto;
        display: block;
        max-width: 100%;
        object-fit: cover !important;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div {
        max-width: 49%;
        column-gap: 32px;
        align-content: start;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div h1 {
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div .list dl {
        font-size: 16px;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div .digi-btn {
        margin-top: 10px;
        padding: 10px 20px;
    }
}

@media (max-width: 992px) {
    .portfolio-posts .posts-content-wrap {
        padding: 0px 30px;
    }

    .portfolio-posts .posts-content-wrap .posts {
        flex-direction: column;
        column-gap: 20px;
        padding: 10px 10px;
    }

    .portfolio-posts .posts-content-wrap .posts .image-div {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div {
        max-width: 100%;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div .list dl {
        font-size: 16px;
        font-weight: 500;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div .digi-btn {
        width: 100%;
        padding: 10px 85px;
        font-size: 14px;
        justify-content: center;
    }

    .portfolio-posts .even-posts {
        flex-direction: column-reverse !important;
        column-gap: 20px;
    }
}

@media (max-width: 767px) {
    .portfolio-posts .posts-content-wrap {
        padding: 0px 16px;
    }

    .portfolio-posts .posts-content-wrap .posts {
        flex-direction: column;
        column-gap: 20px;
        padding: 10px 10px;
    }

    .portfolio-posts .posts-content-wrap .posts .image-div {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div {
        max-width: 100%;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div h1 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
    }

    .portfolio-posts .posts-content-wrap .posts .content-div .digi-btn {
        padding: 10px 74px;
    }
}

.section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background: linear-gradient(180deg, #001b43 0%, #00326e 100%);
    background-image: url("/wp-content/uploads/2025/08/Container.png");
    background-size: cover;
    background-position: center;
    color: #fff;
    border-radius: 16px;
    margin-bottom: 40px;
}

.section-text {
    width: 1078px;
}

.section-text p {
    font-size: 44px;
    font-weight: 600;
    line-height: 61.5px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.btn-vision {
    width: 248px;
    border-radius: 60px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 24px 24px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid;
    border-image-source: linear-gradient(106.59deg, #5ea0e8 31.35%, #355a82 72.33%);
    cursor: pointer;
    transition:
        background 0.3s,
        color 0.3s;
    letter-spacing: 2px;
    min-width: 222px;
}

.btn-vision:hover {
    background: #2e4f9f;
    color: #fff;
}

@media (max-width: 1680px) {
    .section-text {
        width: 864px;
    }

    .section-text p {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
    .section-wrapper {
        flex-direction: column !important;
        gap: 10px;
    }

    .section-wrapper .section-text {
        width: 656px;
    }

    .section-wrapper .section-text p {
        font-size: 28px;
        line-height: 45px;
        text-align: center;
    }

    .section-wrapper .btn-vision {
        justify-content: center;
        font-size: 14px;
        border: 1px solid;
        border-image-source: linear-gradient(106.59deg, #5ea0e8 31.35%, #355a82 72.33%);
    }
}

@media (min-width: 425px) and (max-width: 700px) {
    .section-wrapper .section-text {
        width: 364px;
    }
}

@media (max-width: 767px) {
    .section-wrapper {
        flex-direction: column !important;
        gap: 10px;
        padding: 10px 16px;
    }

    .section-wrapper .section-text {
        width: 311px;
    }

    .section-wrapper .section-text p {
        font-size: 24px;
        line-height: 40.5px;
        text-align: center;
    }

    .section-wrapper .btn-vision {
        width: 205px;
        padding: 16px 24px;
        font-size: 12px;
        line-height: 24px;
        border: 1px solid #fcfcfc;
        justify-content: center;
    }
}

/*# sourceMappingURL=main.css.map */