:root {
    --bg-primary: #fff;
    --bg-secondary: #f8f9fa;
    --bg-tertiary: #e9ecef;
    --text-primary: #1a1a1a;
    --text-secondary: #6c757d;
    --text-tertiary: #adb5bd;
    --brand-primary: #216fa9;
    --brand-secondary: #1a5686;
    --brand-light: #e3f2fd;
    --accent-primary: #216fa9;
    --accent-secondary: #1a5686;
    --border-color: #dee2e6;
    --hover-bg: #f1f3f5;
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12)
}

.hero-section {
    padding: 180px 0 120px;
    background: linear-gradient(135deg, #f8f9fa 0, #fff 100%);
    position: relative
}

.hero-image img {
    animation: float 6s ease-in-out infinite;
    border-radius: 16px;
    box-shadow: var(--shadow-lg)
}

@keyframes float {

    0,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

@keyframes pulse {

    0,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

body,
.main_sec {
    overflow: unset !important
}

.p-0 {
    padding: 0 !important
}

.hero-badge {
    display: inline-block;
    padding: .5rem 1rem;
    background-color: var(--brand-light);
    border: 1px solid var(--brand-primary);
    border-radius: 50px;
    font-size: .85rem;
    font-weight: 600;
    color: var(--brand-primary);
    margin-bottom: 2rem;
    letter-spacing: .5px
}

.atlanta_dev_area_innner h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 56px;
    line-height: 77.16px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    width: 100%;
    max-width: 1110px;
    margin: auto
}

.atlanta_dev_area_innner p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.1px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 830px;
    margin: 23px auto 0
}

.blue_btn {
    background: #1d6eac;
    padding: 11px 36px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 22px;
    line-height: 28.6px;
    letter-spacing: 0;
    text-align: center;
    color: white;
    display: flex;
    width: fit-content;
    border-radius: 50px;
    align-items: center;
    gap: 6px
}

.blue_btn img {
    width: 22px;
    height: 22px
}

.blue_btn:hover,
.white_btn:hover {
    animation: inout 1s ease-in-out infinite
}

@keyframes inout {
    0 {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4)
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0)
    }
}

.white_btn {
    background: #fff;
    padding: 11px 36px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 22px;
    line-height: 28.6px;
    letter-spacing: 0;
    text-align: center;
    color: black;
    display: flex;
    width: fit-content;
    border-radius: 50px
}

.atlanta_dev_area_innner .button_bxs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 35.1px
}

@keyframes scroll {
    0 {
        transform: translateX(0)
    }

    100% {
        transform: translatex(-100%)
    }
}

.trusted_company_sld_area_inner .slide-track img {
    animation: scroll 5s linear infinite;
    width: 200px;
    height: 49px;
    object-fit: contain
}

.slide-track {
    display: flex;
    gap: 3em;
    overflow: hidden
}

.trusted_company_sld_area_inner {
    border: 1px solid #0000004A;
    padding: 60px 30px;
    border-radius: 34px;
    position: relative;
    display: flex;
    justify-content: center
}

.trusted_company_sld_area {
    padding: 50px 0
}

.trusted_company_sld_area_inner h2 {
    position: absolute;
    top: -15px;
    background: white;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 21px;
    line-height: 28.6px;
    letter-spacing: 0;
    text-align: center;
    padding: 0 11px
}

.order-last {
    order: 6 !important
}

.card.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: calc(1.375rem+1.25vw)
}

.card.service-card .card-body {
    padding: 2.5rem !important;
    display: flex;
    flex-direction: column;
    gap: .5rem !important
}

.card.service-card:hover {
    background-color: #f9f8f8
}

h3.why-real-card-tital {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600
}

.why-real-card-subtital {
    font-weight: 500;
    font-size: 16px;
    line-height: 22.41px;
    letter-spacing: 0;
    color: #010101
}

.row.why-real-card-content {
    margin: 40px 0;
    position: unset !important
}

.pin-spacer-card-main {
    position: relative !important
}

.pin-spacer {
    position: sticky;
    top: 85px;
    text-align: center
}

section.why-realstatic-section {
    background: #fff;
    padding: 45px 0
}

.get_toch_new_area {
    background: url(../img/work_v/cta-bg-image.jpg);
    padding: 108px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.get_toch_new_area_inner h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 861px;
    margin: auto
}

.get_toch_new_area_inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 30px
}

.get_toch_new_area_inner .white_btn {
    font-size: 16px;
    animation: inout 1s ease-in-out infinite;
    gap: 8px
}

.process_area {
    padding: 50px 0;
    position: relative
}

.process_area_inner h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 35px;
    line-height: 55.66px;
    letter-spacing: 0;
    text-align: center;
    color: #000
}

.process_area_inner p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15.75px;
    line-height: 25.71px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    width: 100%;
    max-width: 988px;
    margin: auto
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100%
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 45px;
}

.process_slider_inner_bx {
    border: 1px solid #0000001A;
    background: #fdfdfd;
    padding: 13px 18px;
    border-radius: 46px;
    height: calc(100% - 20px) !important;
    margin-bottom: 20px
}

.process_slider_inner_bx .content h3 {
    color: #000;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: left
}

.process_slider_inner_bx .content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 13px;
    line-height: 25.71px;
    letter-spacing: 0;
    color: #000;
    text-align: left;
    margin: 0
}

.process_slider {
    margin-top: 20px
}

.process_slider .swiper-pagination {
    display: flex !important;
    background: #1D6EAC21;
    border-radius: 20px;
    height: 10px;
    bottom: -25px;
    width: 87%;
    position: relative;
    bottom: auto
}

.process_slider .swiper-pagination-bullet {
    width: 300px;
    border-radius: 7px;
    background: transparent;
    transition: all ease .5s;
    margin: 0 !important
}

.process_slider .swiper-pagination-bullet-active {
    background: #1d6eac !important
}

.swiper_controal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 44px
}

.swiper_controal .swiper-button-next,
.swiper_controal .swiper-button-prev {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    border: 1px solid #1d6eac;
    width: 56px;
    height: 56px;
    border-radius: 100px;
    transition: all ease .5s
}

.swiper_controal .buttons {
    display: flex;
    margin-top: 17px;
    align-items: center;
    gap: 10px
}

.process_slider_inner_bx .content {
    padding: 20px !important
}

.swiper_controal .swiper-button-next::after,
.swiper_controal .swiper-button-prev::after {
    display: none
}

.we_actually_area.secound .we_actually_area_inner_inner img {
    mix-blend-mode: Multiply
}

.swiper_controal .swiper-button-prev:hover,
.swiper_controal .swiper-button-next:hover {
    background-color: #1d6eac
}

.swiper_controal .swiper-button-next img {
    transform: rotate(180deg)
}

.swiper_controal .swiper-button-prev:hover img,
.swiper_controal .swiper-button-next:hover img {
    filter: brightness(0) invert(1)
}

.process_slider_inner_bx .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.process_slider_inner_bx .image span {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 42.43px;
    line-height: 30.14px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    backdrop-filter: blur(4px);
    background: #FFFFFFB8;
    position: absolute;
    display: flex;
    bottom: 0;
    z-index: 111;
    padding: 43px;
    border-radius: 30px 30px 0 0
}

.techno_area_inner h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 35px;
    line-height: 55.66px;
    letter-spacing: 0;
    text-align: center;
    color: #000
}

.techno_area_inner p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15.75px;
    line-height: 25.71px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    width: 100%;
    max-width: 988px;
    margin: auto
}

.techno_area {
    padding: 50px 0;
    background-color: #F5F5F580 !important
}

.techno_area_mn ul {
    padding: 0;
    border: 1px solid #00000017;
    border-radius: 50px;
    width: fit-content;
    margin: auto
}

.techno_area_mn ul li {
    background-color: transparent;
    margin: 0 !important;
    display: flex;
    align-items: center
}

.techno_area_mn ul li a {
    border: 0 !important;
    height: 50px !important;
    padding: 15px 40px !important;
    background-color: transparent !important
}

.techno_area_mn ul li a.active,
.techno_area_mn ul li a:hover {
    background: #1d6eac !important;
    color: white !important;
    border-radius: 100px;
    border: 0 !important
}

.techno_area_mn ul li a span {
    margin-top: 0 !important
}

.technologies_service_card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 1.5rem;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    min-height: 150px
}

.technologies_service_card .card-body {
    display: flex;
    flex-direction: column;
    padding: 2.5rem !important;
    gap: .5rem !important
}

h3.technologies_service_card_title a {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #000
}

h3.technologies_service_card_title {
    margin: 0
}

.technologies_service_card_subtext {
    font-size: 18px;
    line-height: 1.5rem;
    color: #767676;
    font-weight: 400
}

.techno_area_mn .tab-content,
.techno_area_mn {
    margin-top: 40px
}

h3.technologies_service_card_title .up_icn {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px;
    background: #fff;
    position: absolute;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .25s
}

.technologies_service_card:hover h3.technologies_service_card_title .up_icn {
    transform: rotate(45deg)
}

.solution-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px
}

.solution-icon {
    border-radius: 10px;
    background: #2270aa !important;
    display: inline-flex;
    color: #fff;
    font-size: 30px;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    flex: 0 0 70px;
    transition: 1s;
    position: relative;
    bottom: 0
}

.solution-card-header h4 {
    font-size: 22px;
    font-weight: 600
}

.solution-card {
    border-radius: 20px;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    background: #fff;
    padding: 25px;
    height: calc(100% - 20px)
}

section.solutions-section {
    margin: 50px 0
}

section.solutions-section .section-header {
    margin-bottom: 40px
}

.connect_area_inner {
    padding: 80px 30px;
    background: url(../img/work_v/connct_bg.webp);
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.connect_area_inner .h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    color: #fff
}

.connect_area_inner p {
    font-family: Inter;
    font-weight: 400;
    font-size: 15.75px;
    line-height: 25.71px;
    letter-spacing: 0;
    text-align: center;
    color: #fff
}

.connect_area {
    padding: 0
}

.connect_area_inner .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    margin-top: 12px
}

.whatsapp_btn {
    background: #4caf50;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 28.6px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    padding: 11px 36px;
    display: flex;
    width: fit-content;
    border-radius: 50px;
    gap: 7px;
    animation: blue_animat 1s ease-in-out infinite
}

.connect_area_inner .buttons .white_btn {
    gap: 7px;
    font-size: 16px
}

.connect_area_inner .buttons .white_btn img {
    width: 28px
}

.whatsapp_btn img {
    width: 28px
}

.technologies_inner {
    border: 1px solid #0000000D;
    background: #F9F9F947;
    border-radius: 24px;
    padding: 40px 32px
}

section.edge_area_atlanta {
    margin: 50px 0
}

.advanced-technology-slider-main {
    position: relative
}

.Advanced-Technology-slider {
    position: relative;
    padding: 40px 0
}

.Advanced-Technology-slider .swiper-slide {
    min-height: 100%;
    height: auto
}

.advanced-technology-slider-main .swiper-button-next,
.advanced-technology-slider-main .swiper-button-prev {
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    color: #000 !important
}

.advanced-technology-slider-main .swiper-button-next::after,
.advanced-technology-slider-main .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 600
}

.advanced-technology-slider-main .swiper-button-next:hover,
.advanced-technology-slider-main .swiper-button-prev:hover {
    background: #206fad;
    color: #fff !important
}

.advanced-technology-slider-main .swiper-button-prev {
    left: -25px
}

.advanced-technology-slider-main .swiper-button-next {
    right: -25px
}

.advanced-technology-slider-main .pagination2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #bbb;
    opacity: 1;
    margin: 0 6px !important
}

.advanced-technology-slider-main .pagination2 .swiper-pagination-bullet-active {
    background: #206fad
}

.mistake_sec_itm {
    box-shadow: 0 1px 4px 0 #0000001c;
    border: 1px solid #B0B8CF54;
    padding: 24px;
    border-radius: 37px;
    height: 100%
}

.mistake_sec_con .icons img {
    width: 73px
}

.mistake_sec_con .heading_h3 {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    color: #000;
    width: 100%;
    max-width: 80%;
    text-align: left
}

.mistake_sec_con p {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 25.71px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0
}

.mistake_sec_con .icons {
    margin-bottom: 20px
}

.clone-collaps .item {
    border-radius: 14px;
    background: #f7f9fd;
    padding: 24px 28px;
    margin-bottom: 26px;
    cursor: pointer;
    transition: .3s
}

section.clone-collapsible-section {
    margin: 50px 0
}

.clone-collaps {
    margin-top: 50px
}

.clone-collaps .item:hover {
    background: #eef2fc
}

.clone-collaps .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    color: #101828
}

.clone-collaps .arrow {
    width: 18px;
    height: 18px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
    transition: .3s
}

.clone-collaps .head:not(.collapsed) .arrow {
    transform: rotate(225deg);
    border-color: #475467
}

.clone-collaps .body p {
    padding-top: 18px;
    font-size: 16px;
    color: #475467;
    margin-bottom: 0
}

.why-choose-style .accordion-item {
    background: #fff;
    border-radius: 14px;
    padding: 20px 26px;
    margin-bottom: 24px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: .3s
}

.why-choose-style .accordion-item:hover {
    background: #f6f8ff
}

.why-choose-style .accordion-head {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between
}

.why-choose-style .arrow {
    width: 18px;
    height: 18px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: .3s
}

.why-choose-style .accordion-head:not(.collapsed) .arrow {
    transform: rotate(225deg);
    border-color: #535353
}

.why-choose-style .accordion-body {
    padding-top: 16px;
    font-size: 16px;
    color: #535353
}

.why-chose-collaps-headding h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 57.6px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: black;
    margin-bottom: 0
}

.why-chose-collaps-headding p {
    font-weight: 500;
    font-size: 15px;
    line-height: 25.41px;
    letter-spacing: 0;
    color: #010101;
    margin-top: 17px;
    margin-bottom: 17px
}

.why-chose-collaps-headding {
    position: sticky;
    top: 80px
}

section.why-choose-collaps {
    background: #fcfcfc;
    padding: 80px 0;
    position: relative
}

.screens_sec {
    background: #121920;
    padding: 80px 0;
    margin-bottom: 70px
}

h2.heading_type_h2.text-white {
    color: #fff
}

.screensSwiper .swiper-slide {
    background: transparent
}

.screensSwiper .swiper-slide img {
    opacity: .7;
    filter: blur(3px);
    transition: .45s ease
}

.screensSwiper .swiper-slide-active img {
    transform: scale(1.1);
    opacity: 1;
    filter: blur(0)
}

.screensSwiper {
    padding: 40px 0
}

.process_slider_inner_bx.real-service-card-box {
    border-radius: 12px;
    padding: 0
}

.process_slider_inner_bx.real-service-card-box .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical
}

.screen-next,
.screen-prev {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25)
}

.screen-next::after,
.screen-prev::after {
    color: #000;
    font-size: 28px
}

.ask_sec .heading_type3 h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 35px;
    line-height: 55.66px;
    letter-spacing: 0;
    text-align: center;
    color: black
}

.faq-new-section {
    border: 1px solid #00000017;
    padding: 25px;
    background: #fff;
    border-radius: 36px
}

.ask_sec .card {
    border: 0 !important;
    background: #fcfcfc;
    padding: 23px 29px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25.71px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 42px
}

.ask_sec .card-body {
    font-size: 16px
}

.card-header a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center
}

.card-header a .round_w {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 100px
}

.faq-p-text {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background: transparent
}

.card-header a .round_w img {
    width: 20px
}

.card-header a .round_w img.minus {
    display: none
}

.card-header a[aria-expanded="true"] .round_w img.minus {
    display: block
}

.card-header a[aria-expanded="true"] .round_w img.plus {
    display: none
}

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

.close-icon {
    position: absolute;
    z-index: 1;
    top: -20px;
    right: 180px;
    height: 35px;
    width: 35px;
    background: #216fa7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 11px #000
}

.close-icon svg {
    width: 20px
}

.close-icon line {
    stroke: #fff;
    stroke-width: 5px
}

.cls-1 {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px
}

.flip-card {
    background-color: #fff0;
    width: 100%;
    perspective: 1000px;
    height: 460px;
    border-radius: 20px;
    margin-top: 20px
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / .2);
    text-align: center;
    border-radius: 20px
}

.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    top: 0
}

.flip-card-front {
    background-color: #bbb;
    color: #000;
    overflow: hidden
}

.flip-card-front-img {
    padding-bottom: 460px;
    position: relative;
    overflow: hidden
}

.flip-card-front-img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.flip-card-front-meta {
    position: absolute;
    bottom: 0;
    padding: 25px;
    color: #fff;
    z-index: 1;
    text-align: left;
    width: 100%
}

.flip-card-front-ic {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.flip-card-front-meta h3 {
    margin-top: 15px;
    font-size: 20px;
    color: #fff !important
}

.flip-card-front::after {
    content: "";
    background: linear-gradient(180deg, #fff0 0, #000 100%);
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.fitness_background,
.srvcs_itm:hover {
    background: linear-gradient(187.13deg, #1d6eac 35.46%, #55b5ff 114.91%)
}

.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    top: 0;
    background-color: #1d6eac;
    color: #fff;
    padding: 25px;
    z-index: 1;
    text-align: left;
    transform: rotateY(180deg)
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.flip-card-back.fitness_background p {
    color: #fff;
    font-size: 14px !important
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: .5s
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: .2s
}

.video-overlay-close:hover {
    color: #fa183d
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1000px;
    height: 550px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .75)
}

.pulse {
    width: 60px;
    height: 60px;
    background: #216fa7;
    border-radius: 50%;
    color: #fff;
    line-height: 100px;
    font-family: sans-serif;
    text-transform: uppercase;
    animation: 3s linear infinite animate-pulse;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: calc(50% - 30px);
    display: flex;
    justify-content: center;
    top: calc(50% - 30px);
    align-items: center
}

@keyframes animate-pulse {
    0 {
        box-shadow: 0 0 0 0 rgb(38 112 165 / 70%), 0 0 0 0 rgb(38 112 165 / 70%)
    }

    40% {
        box-shadow: 0 0 0 10px rgba(255, 109, 74, 0), 0 0 0 0 rgb(38 112 165 / 70%)
    }

    80% {
        box-shadow: 0 0 0 10px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0)
    }
}

.video_play svg {
    width: 40px;
    height: 40px;
    fill: #fff
}

section.talk_expert.great_app_sec+section.testimonial_sec {
    padding-top: 70px
}

.process_sec,
.testimonial_sec,
section.designer_sec {
    padding: 70px 0
}

.home-testimonial-carousel-arrow .owl-nav.disabled {
    display: block !important
}

.testimonials-item .invent-image:after {
    display: none
}

.testimonials-wrap .owl-carousel .owl-nav button[class*=owl-] {
    font-size: 0;
    width: 40px;
    height: 40px;
    line-height: 1;
    padding: 0;
    margin: 0;
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 50px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 100%;
    background: #f1f1f1 !important;
    border: 2px solid #000;
    transition: .5s
}

.testimonials-wrap .owl-carousel .owl-nav button[class*=owl-]:hover {
    background: #216fa7 !important;
    transform: scale(1.1);
    transition: .5s;
    border: 2px solid #216fa7
}

.testimonials-wrap .owl-carousel .owl-nav button[class*=owl-] img {
    max-width: 25px
}

.testimonials-wrap .owl-carousel .owl-nav button[class*=owl-]:hover img {
    filter: brightness(1000) invert(1)
}

.testimonials-wrap .owl-carousel .owl-nav button[class*=owl-].owl-next {
    margin-left: 60px
}

.screensSwiper .swiper-slide {
    transition: transform 0.4s ease;
}


@media screen and (max-width:992px) {
    .card.service-card .card-body {
        padding: 1.5rem !important
    }

    .atlanta_dev_area_innner h1 {
        font-size: 38px;
        line-height: 53.16px
    }

    .trusted_company_sld_area_inner {
        padding: 34px 30px
    }

    .trusted_company_sld_area_inner h2 {
        font-size: 16px
    }
}

@media screen and (max-width:768px) {
    .hire_links a.nav-link.hire_link_item {
        padding: 10px 15px !important;
        margin-bottom: 2px
    }

    .connect_area_inner .buttons .white_btn,
    .whatsapp_btn {
        padding: 11px 24px
    }

    .solution-card-header {
        gap: 10px;
        margin-bottom: 10px
    }

    .solution-card-header h4 {
        font-size: 18px
    }

    h3.technologies_service_card_title a {
        font-size: 1.3rem
    }

    .technologies_service_card .card-body {
        padding: 1.5rem !important
    }

    .techno_area_inner h2 {
        line-height: 36.66px;
        max-width: 100%;
        font-size: 26px
    }

    .hire_links {
        overflow-x: auto;
        overflow-y: hidden
    }

    .process_area_inner h2 {
        line-height: 36.66px;
        max-width: 100% !important;
        font-size: 26px
    }

    h3.why-real-card-tital {
        font-size: 1.2rem;
        margin: 0
    }

    .hero-badge {
        margin-bottom: 1rem
    }

    .blue_btn,
    .white_btn {
        font-size: 16px
    }

    .atlanta_dev_area_innner h1 {
        font-size: 30px;
        line-height: 53.16px
    }

    .atlanta_dev_area_innner p {
        max-width: 100%;
        font-size: 15px;
        margin: 5px auto 0
    }

    .advanced-technology-slider-main .swiper-button-prev {
        left: -10px
    }

    .advanced-technology-slider-main .swiper-button-next {
        right: -10px
    }

    .get_toch_new_area_inner h2 {
        line-height: 36.66px;
        max-width: 100%;
        font-size: 26px
    }

    .connect_area_inner .buttons .white_btn,
    .whatsapp_btn {
        padding: 11px 24px
    }

    .process_slider .swiper-pagination {
        width: 65%
    }
}

@media screen and (max-width:550px) {
    .swiper_controal {
        margin-top: 14px
    }

    .process_slider_inner_bx .image span {
        font-size: 32.43px;
        padding: 15px;
        border-radius: 10px 10px 0 0
    }

    .faq-p-text {
        font-size: 15px;
        line-height: 22px
    }

    .screen-next::after,
    .screen-prev::after {
        font-size: 16px
    }

    .screen-next,
    .screen-prev {
        width: 35px;
        height: 35px
    }

    .ask_sec .card {
        padding: 16px 16px;
        font-size: 18px;
        line-height: 20.71px;
        margin-bottom: 10px;
        border-radius: 22px
    }

    .card-header a .round_w img {
        width: 15px
    }

    .screens_sec {
        padding: 40px 0;
        margin-bottom: 20px
    }

    .why-chose-collaps-headding h2 {
        font-size: 26px;
        line-height: 35.6px
    }

    .get_toch_new_area {
        padding: 35px 0
    }

    .whatsapp_btn {
        padding: 11px 18px;
        font-size: 14px
    }

    .connect_area_inner .buttons .white_btn {
        padding: 11px 18px;
        font-size: 14px
    }

    .solution-icon {
        font-size: 22px;
        width: 50px;
        height: 50px;
        flex: 0 0 50px
    }

    h3.technologies_service_card_title a {
        font-size: 1.2rem
    }

    .technologies_service_card_subtext {
        font-size: 16px
    }

    .techno_area_mn ul {
        border-radius: 25px;
        justify-content: center;
        gap: 0
    }

    .trusted_company_sld_area_inner .slide-track a {
        min-width: 100px
    }

    .trusted_company_sld_area_inner h2 {
        position: relative;
        width: 100%
    }

    .trusted_company_sld_area_inner {
        flex-direction: column
    }

    .blue_btn,
    .white_btn,
    .whatsapp_btn {
        width: 100%;
        justify-content: center;
        margin-bottom: 15px
    }

    .atlanta_dev_area_innner h1 {
        font-size: 29px;
        line-height: 39.16px
    }

    .atlanta_dev_area_innner .button_bxs {
        gap: 5px;
        display: block
    }

    .process_slider .process_slider_inner_bx {
        height: auto !important
    }

    .swiper_controal .swiper-button-next,
    .swiper_controal .swiper-button-prev {
        width: 36px;
        height: 36px
    }
}

@media screen and (max-width:450px) {
    .process_slider .process_slider_inner_bx {
        height: auto !important
    }

    .why-choose-style .accordion-body {
        padding-top: 5px;
        font-size: 14px;
        line-height: 22px
    }

    .why-chose-collaps-headding h2 {
        font-size: 20px;
        line-height: 25.6px
    }

    .clone-collaps {
        margin-top: 20px
    }

    .Advanced-Technology-slider {
        padding: 20px 0
    }

    .clone-collaps .collapse.body p,
    .mistake_sec_con p {
        font-size: 13px;
        margin: 0
    }

    .mistake_sec_con .heading_h3 {
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        max-width: 100%
    }

    .clone-collaps .collapse.body p,
    .solution-card p {
        line-height: 24px
    }

    section.clone-collapsible-section,
    section.edge_area_atlanta,
    section.solutions-section {
        margin: 20px 0
    }

    section.solutions-section .section-header {
        margin-bottom: 20px
    }

    .technologies_service_card .card-body {
        padding: 1.0rem !important
    }

    .techno_area_mn .tab-content,
    .techno_area_mn {
        margin-top: 20px
    }

    .flip-card {
        height: 330px
    }

    .why-real-card-subtital {
        font-size: 14px;
        line-height: 20px
    }

    .card.service-card .card-body {
        padding: 1.0rem !important
    }

    .process_area,
    .techno_area,
    .trusted_company_sld_area,
    section.why-choose-collaps,
    section.why-realstatic-section {
        padding: 20px 0
    }

    .row.why-real-card-content {
        margin: 20px 0
    }

    .connect_area_inner .buttons {
        flex-direction: column
    }

    .process_area_inner h2 {
        font-size: 20px
    }

    .connect_area_inner .h2 {
        font-size: 25px
    }

    .get_toch_new_area_inner h2 {
        line-height: 36.66px;
        max-width: 100%;
        font-size: 20px
    }

    .connect_area_inner .buttons .white_btn {
        padding: 11px 18px;
        font-size: 14px
    }

    .whatsapp_btn {
        padding: 11px 18px;
        font-size: 14px
    }

    .connect_area_inner {
        padding: 60px 20px
    }
}