.container.style-2 {
    max-width: 1525px;
}

.container.style-3 {
    max-width: 1770px;
}


.btnn {
    display: inline-block;
    color: #020100;
    background: #FFDF22;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 22px;
    border-radius: 50px;
    border: 2px solid #FFDF22;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.btnn-outline-primary {
    background-color: #000000;
    color: #fff;
    position: relative;
    background-clip: padding-box;
    border: solid 2px transparent;
}

/* .btnn-outline-primary:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #FFDE1A 0%, #FFF4B2 46.63%, #FFDE1A 100%);
    border: 1px solid;
    transition: all .4s ease-in-out;
} */

.btnn.btnn-outline-primary .arrow {
    background-color: #FFDF22;
    rotate: 90deg;
}

.btnn.btnn-outline-primary.expanded .arrow {
    rotate: 0deg;
}

@media(hover:hover) {
    .btnn:hover {
        background-color: #000000;
        color: #FFDF22;
    }

    .btnn:hover .arrow {
        rotate: 45deg;
    }

    .btnn-outline-primary:hover {
        background: #FFDF22;
        color: #000000;
    }

    .btnn-outline-primary:hover::before {
        background: #FFDF22;
    }

    .btnn.btnn-outline-primary:hover .arrow {
        background-color: #000000;
        rotate: 45deg;
    }
}

.section-head {
    margin-bottom: 30px;
}

.section-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #FFDE1A 100%);
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.section-subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #FFDE1A;
    display: block;
    margin-bottom: 10px;
}

.btn.btn-new.submit-btn {
    background: linear-gradient(90deg, #FFDE1C 0%, #FFE548 50%, #FFDE1B 100%);
    border-radius: 35px;
    padding: 16px 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}

.btn-new.submit-btn .arrow {
    content: "";
    width: 12px;
    height: 12px;
    mask-image: url(../img/svg/arrow.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #000;
    margin: auto;
    transition: all 0.4s ease-in-out;
    position: relative;
    left: 0;
    right: 0;
    display: inline-block;
}

.btnn .arrow {
    content: "";
    width: 12px;
    height: 12px;
    mask-image: url(../img/svg/arrow.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #000;
    margin: auto;
    transition: all 0.4s ease-in-out;
    position: relative;
    left: 0;
    right: 0;
    display: inline-block;
    margin-left: 6px;
}

.btnn:hover {
    text-decoration: none;
}

.btnn:hover .arrow {
    background-color: #FFDF22;
}


.dg-contact-form.dg-form-style .form-select {
    background-image: url(../img/svg/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px;
    padding-right: 40px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.dg-contact-form.dg-form-style input,
.dg-contact-form.dg-form-style .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-top: 3px;
    border-bottom: 1px solid #222222;
}

.dg-contact-form.dg-form-style .form-control::placeholder {
    color: #9D9E9E;
}


.dg-contact-form.dg-form-style .iti--allow-dropdown .iti__flag-container,
.dg-contact-form.dg-form-style .iti--separate-dial-code .iti__flag-container {
    padding-bottom: 13px;
}

.dg-contact-form.dg-form-style .iti--separate-dial-code .iti__selected-flag,
.dg-contact-form.dg-form-style .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.dg-contact-form.dg-form-style .form-select.form-control option {
    background: #000;
}

.dg-contact-form.dg-form-style .form-group>label {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.dg-contact-form.dg-form-style {
    margin-top: 0;
}

.dg-contact-form .form-col-6 {
    flex: 0 0 calc(50% - 12.5px);
    max-width: calc(50% - 12.5px);
}



.wa-float-wrap {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    width: 65px;
    transition: all 0.4s ease-in-out;
}

.wa-float-wrap a:hover {
    opacity: 1;
}

.wa-float-wrap:hover {
    width: 100%;
}

.wa-float-wrap a {
    text-decoration: none;
}

.wa-float-btn {
    display: flex;
    align-items: center;
    background-color: #e6e6e6;
    border-radius: 50px;
    width: auto;
    overflow: hidden;
    max-width: 50px;
    transition: max-width 0.4s ease;
}

.wa-icon {
    background-color: #25d366;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wa-icon svg {
    width: 35px;
    height: 35px;
}

.wa-label {
    margin-left: 10px;
    white-space: nowrap;
    opacity: 0;
    color: #000;
    font-weight: 500;
    transition: opacity 0.2s ease 0.1s;
    visibility: hidden;
}

@media screen and (min-width: 1024px) {
    .wa-float-btn:hover {
        max-width: 240px;
    }

    .wa-float-btn:hover .wa-label {
        opacity: 1;
        visibility: visible;
    }

}


/*----------  Hero  ----------*/
.hero-section {
    aspect-ratio: 191 / 91;
}

.hero-wrapper {
    position: relative;
    height: 100%;
}

.hero-image {
    position: absolute;
    inset: 0;
}

.hero-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    max-width: 92.9vw;
    position: absolute;
    height: 100%;
    inset: 0;
    padding-block: 89px;
    padding-inline: 40px;
    display: flex;
    align-items: end;
    margin-inline: auto;
}

.hero-section .section-head {
    margin-bottom: 0;
}

.hero-section .section-subtitle {
    color: #fff;
    margin-bottom: 26px;
}

.hero-section .section-title {
    font-size: 44px;
}

.hero-section .section-title span {
    color: #FFDE1A;
    background: unset;
    -webkit-text-fill-color: unset;
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
    background-clip: initial !important;
    text-fill-color: initial !important;
}


/*----------  Marquee Slider  ----------*/
.marquee-main {
    overflow: hidden;
}

.partner-marquee-row {
    display: flex;
    border-block: 1px solid #222222;
    padding: 0;
    margin: 0;
}

.partner-marquee-col {
    padding: 15px 50px;
    transition: transform 0.3s;
    border-left: 1px solid #222222;
}

.partner-marquee-col img {
    display: block;
    width: auto;
    height: 95px;
}

.marquee-animate {
    display: flex;
    width: 100000px;
    margin-left: 0;
    animation: 10s linear 0s infinite normal none running myMarquee;
}

.marquee-animate:hover {
    animation-play-state: paused;
}

.marquee-reverse .marquee-animate {
    animation-direction: reverse;
}

@keyframes myMarquee {
    100% {
        margin-left: 0px;
    }
}

/*----------  Our Success  ----------*/
.our-success-row {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.our-success-col-6 {
    flex: 0 0 calc(50% - 25px);
}

.our-success-col-3 {
    flex: 0 0 calc(25% - 37.5px);
}

.our-success-text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 674px;
}

.our-success-section .numbers {
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
}

.our-success-section .counter-content {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #9D9E9E;
    margin-top: 5px;
}


/*----------  Our Services  ----------*/
.our-services-section {
    /* background: radial-gradient(54.24% 52.98% at 34.24% 0%, rgba(255, 222, 26, 0.4) 0%, rgba(0, 0, 0, 0) 100%); */
    transition: none !important;
    animation: none !important;
}

.our-services-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.our-services-box {
    background: #000;
    flex: 0 0 calc(var(--width, 25%) - 22.5px);
    /* fallback to 25% */
    aspect-ratio: 1.48 / 1;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    display: none;
}

.our-services-box.visible {
    display: block;
}

@media(hover:hover) {
    .our-services-box:hover {
        transform: translateY(-15px);
    }
}

.our-services-box-img {
    position: absolute;
    inset: 0;
}

.our-services-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-services-box-title {
    padding: 25px 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    inset: 0;
    color: #fff;
}

.our-services-section .btnn {
    margin-top: 60px;
    margin-inline: auto;
    display: block;
}




/* lets-build-sec */
.lets-build-sec {
    background-image: url(../img/lets-build-bg-img.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.lets-build-sec.commonSec {
    padding-top: 135px;
}

.lets-build-sec .container {
    max-width: 1075px;
}

.lets-build-form {
    padding: 40px 30px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    border-radius: 15px;
    position: relative;
    z-index: 2;
}

.lets-build-row {
    display: flex;
    gap: 15px;
}

.lets-build-sec .section-head {
    margin-bottom: 61px;
}

.lets-build-sec .section-title {
    display: block;
}

.lets-build-row .lets-build-col:nth-child(1) {
    max-width: calc(100% - 325px);
    flex: 0 0 calc(100% - 325px);
}

.lets-build-row .lets-build-col:nth-child(2) {
    max-width: 310px;
    flex: 0 0 310px;
}

.lets-build-col .btn.btn-new.submit-btn {
    width: 100%;
    margin-top: 25px;
}

.lets-build-col .btn-new.submit-btn .arrow {
    margin-left: 6px;
}

.lets-build-contact {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.502);
    backdrop-filter: blur(4px);
    border-radius: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.lets-build-contact-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.lets-build-contact-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (hover: hover) {
    .lets-build-contact:hover {
        text-decoration: none;
    }

    .lets-build-contact:hover .lets-build-contact-bg-img {
        opacity: 1;
    }
}

.lets-build-address {
    background: #FFDF22;
    border-radius: 15px;
    padding: 33px 75px 33px 30px;
    color: #000000;
    position: relative;
}

.lets-build-address::before {
    content: '';
    position: absolute;
    height: 176px;
    width: 265px;
    background-image: url(../img/lets-build-lion-img.png);
    background-size: contain;
    top: -34px;
    right: -122px;
}

.lets-build-address-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #000000;
}

.lets-build-address-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
}

.lets-build-address-item-divider {
    background-color: #000000;
    height: 2px;
    width: 50px;
    margin-block: 20px;
}

.lets-build-shape {
    width: 298px;
    height: 298px;
    position: absolute;
    bottom: -149px;
    left: -149px;
    z-index: -1;
}

.lets-build-shape img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*----------  Subsection comment block  ----------*/
.our-clients-marquee-main {
    overflow: hidden;
    position: relative;
}

.our-clients-marquee-row {
    display: flex;
    padding: 0;
    margin: 0;
}

.our-clients-marquee-col {
    padding: 15px 50px;
    transition: transform 0.3s;
}

.our-clients-marquee-col img {
    height: 33px;
    filter: grayscale(100%);
    transition: 0.3s ease;
}

.our-clients-marquee-main .our-clients-marquee-col:hover img {
    filter: grayscale(0%);
}

.our-clients-marquee-animate {
    display: flex;
    width: 100000px;
    margin-left: 0;
    animation: 20s linear 0s infinite normal none running myMarquee;
}

@keyframes myMarquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* .our-clients-marquee-animate:hover {
    animation-play-state: paused;
} */

.our-clients-marquee-reverse .our-clients-marquee-animate {
    animation-direction: reverse;
}

@keyframes myMarquee {
    100% {
        margin-left: 0px;
    }
}

@media(max-width: 1599px) {
    .hero-content {
        padding-inline: 30px;
    }
}

@media(max-width: 1199px) {
    .section-title {
        font-size: 34px;
    }

    .hero-content {
        padding-block: 60px;
        max-width: 100%;
    }

    .hero-section .section-subtitle {
        margin-bottom: 20px;
    }

    .hero-section .section-title {
        font-size: 36px;
    }

    .partner-marquee-col {
        padding: 15px 30px;
    }

    .partner-marquee-col img {
        height: 70px;
    }

    .our-success-row {
        row-gap: 50px;
        column-gap: 30px;
    }

    .our-success-col-6 {
        flex: 0 0 calc(50% - 15px);
    }

    .our-success-col-3 {
        flex: 0 0 calc(25% - 22.5px);
    }

    .our-success-section .numbers {
        font-size: 36px;
    }

    .our-success-section .counter-content {
        font-size: 16px;
    }

    .our-services-inner {
        gap: 20px;
    }

    .our-services-box {
        flex: 0 0 calc(var(--width, 33.33%) - 13.33px);
    }

    .our-services-box-title {
        padding: 15px 20px;
        font-size: 18px;
    }

    .our-services-section .btnn {
        margin-top: 40px;
    }

    .lets-build-sec {
        background-size: auto;
    }

    .lets-build-sec .section-head {
        margin-bottom: 40px;
    }

    .lets-build-form {
        padding: 30px 20px;
    }

    .lets-build-address {
        padding: 25px;
    }

    .lets-build-address::before {
        display: none;
    }

    .lets-build-shape {
        display: none;
    }
}

@media(max-width: 991px) {
    .section-title {
        font-size: 30px;
    }

    .hero-section .section-subtitle {
        margin-bottom: 15px;
    }

    .hero-section .section-title {
        font-size: 32px;
    }

    .partner-marquee-col {
        padding: 10px 25px;
    }

    .partner-marquee-col img {
        height: 50px;
    }

    .our-success-row {
        row-gap: 30px;
        column-gap: 20px;
    }

    .our-success-section .numbers {
        font-size: 32px;
    }

    .our-success-col-6 {
        flex: 0 0 calc(50% - 10px);
    }

    .our-success-col-3 {
        flex: 0 0 calc(25% - 15px);
    }

    .our-services-box-title {
        padding: 15px;
        font-size: 16px;
    }

    .our-services-box {
        flex: 0 0 calc(var(--width, 50%) - 10px);
    }

    .our-clients-marquee-col {
        padding: 10px 30px;
    }

    .our-clients-marquee-col img {
        height: 28px;
    }

    .lets-build-row {
        flex-wrap: wrap;
    }

    .lets-build-row .lets-build-col:nth-child(1) {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .lets-build-row .lets-build-col:nth-child(2) {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .lets-build-inner {
        display: flex;
        gap: 15px;
    }

    .build-contact-wrapper {
        flex: 0 0 40%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .lets-build-address {
        flex-grow: 1;
    }

    .lets-build-contact {
        margin-top: 0;
        height: auto;
        flex: 1;
        min-height: 80px;
    }

    .lets-build-sec.commonSec {
        padding-top: 65px;
    }
}

@media(max-width: 768px) {
    .section-head {
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 26px;
    }

    .section-subtitle {
        font-size: 12px;
        margin-bottom: 7px;
    }

    .hero-section .section-title,
    .our-success-section .numbers {
        font-size: 28px;
    }

    .hero-section .section-title br {
        display: none;
    }

    .our-services-box {
        border-radius: 7px;
    }

    .our-services-section .btnn {
        margin-top: 30px;
    }
}

@media(max-width: 568px) {
    .main-wrapper .container {
        padding-inline: 15px;
    }

    .hero-content {
        padding-block: 40px;
        padding-inline: 15px;
    }

    .our-success-row {
        row-gap: 20px;
        column-gap: 15px;
    }

    .our-success-col-6 {
        flex: 0 0 100%;
    }

    .our-success-col-3 {
        flex: 0 0 calc(50% - 7.5px);
    }

    .our-services-inner {
        gap: 15px;
    }

    .our-services-box {
        flex: 0 0 calc(var(--width, 50%) - 7.5px);
    }

    .our-clients-marquee-col img {
        height: 30px;
    }

    .dg-contact-form .form-col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lets-build-sec {
        background-position: bottom;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgb(255 223 34 / 10%)), url(../img/lets-build-bg-img.png);
    }

    .lets-build-sec .section-head {
        margin-bottom: 25px;
    }

    .lets-build-form {
        padding: 30px 15px;
    }

    .lets-build-col .btn.btn-new.submit-btn {
        margin-top: 10px;
    }

    .lets-build-inner {
        flex-direction: column;
    }

    .build-contact-wrapper {
        gap: 7px;
    }

    .lets-build-contact {
        font-size: 16px;
    }

    .lets-build-address {
        padding: 20px 15px;
    }

    .lets-build-address-item-divider {
        margin-block: 15px;
    }

    .lets-build-sec.commonSec {
        padding-top: 50px;
    }

    .hero-section {
        aspect-ratio: 4/5;
    }
}