body.page-home {
    overflow-x: hidden !important;
    width: 100%;
}

html.fontawesome-i2svg-active.fontawesome-i2svg-complete {
    overflow-x: hidden !important;
    width: 100%;
}

body {
    background: #EEEEEE !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "IBM Plex Sans", sans-serif !important;
}

p,
li,
a,
span,
button,
input,
select,
textarea {
    font-family: "Inter Tight", sans-serif !important;
}

ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

section.mobile_menu {
    display: none;
}

section.header-top {
    background: #000;
    padding: 15px 0;
}

.top_desc {
    text-align: center;
}

.top_desc p {
    margin: 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
}

.top_desc p span {
    background: #4875FB;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 0 10px 0 0;
}

.global_btn {
    text-align: right;
}

.container {
    max-width: 1620px !important;
    display: block;
}

.menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.menu ul li a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 18px;
    margin: 0;
}

header.main_header.desktop {
    padding: 20px 0;
}

.global_btn span button {
    font-size: 16px;
    line-height: 16px;
    height: 50px;
    padding: 0 20px;
    text-transform: capitalize;
    font-weight: 300;
    outline: none !important;
}

.global_btn span {
    margin: 0 0 0 10px;
}

.global_btn span:nth-child(1) button {
    background: var(--ox-blue-deep);
    background: var(--ox-gradient);
    border: none;
    color: #fff;
}

.global_btn span:nth-child(2) button {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    font-weight: 400;
}

.parent-head {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
}

section.sec_1 {
    padding: 180px 0 50px 0;
    overflow: hidden;
    transition: ease .2s;
}

.form_div {
    background: var(--ox-blue-deep);
    background: var(--ox-gradient);
    width: 600px;
    margin: auto;
    padding: 3px 3px 8px 3px;
    border-radius: 50px;
    position: relative;
}

.form_div form input {
    width: 100%;
    border-radius: 49px;
    border: none;
    height: 55px;
    padding: 0 0 0 20px;
    font-weight: 400;
    color: #000;
    outline: none !important;
}

.form_div form {
    position: relative;
}

.form_div form input[type="submit"] {
    position: absolute;
    right: 5px;
    width: 180px;
    background: var(--ox-blue-deep);
    background: var(--ox-gradient);
    height: 45px;
    bottom: 0;
    top: 0;
    margin: auto;
    padding: 0;
    color: #fff;
}

section.sec_2 {
    padding: 100px 0;
}

section.sec_2 .container {
    max-width: 1440px !important;
}

.post-box {
    background: #fff;
    text-align: center;
    padding: 50px 0 0 0px;
    border-radius: 15px;
}

.post-box img {
    width: 93%;
    margin: 40px 0 0 0px;
    margin-left: auto;
    display: block;
}

.post-box p {
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
    line-height: 24px;
}

.post-box h5 {
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 500;
    line-height: 16px;
    background: var(--ox-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.post-box h3 {
    font-size: 34px;
    line-height: 34px;
    margin: 0 0 20px 0;
    color: #000;
    font-weight: 500;
}

.post-box button {
    padding: 0 20px;
    background: transparent;
    border: 1px solid var(--ox-blue-deep);
    height: 40px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
}

section.sec_3 {
    background: var(--ox-blue-deep);
    background: var(--ox-gradient);
    padding: 30px 0;
}

.logos img {
    width: 100%;
    margin: auto;
    display: block;
}

section.sec_4 {
    padding: 100px 0;
}

.counter_inner h2 {
    font-size: 60px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 50px;
    margin: 0 0 20px 0;
    color: #000;
    letter-spacing: -2px;
}

.counter_inner p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #000;
}

.counter_wrapper {
    margin: 40px 0 0 0;
}

.counter_wrapper ul {
    display: flex;
    margin: 0 !important;
    justify-content: space-between;
    width: 85%;
}

.counter_wrapper ul li h3 {
    font-size: 60px;
    font-weight: 500;
    background: var(--ox-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px 0 15px 0;
    line-height: 59px;
}

.counter_wrapper ul li p {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    margin: 0;
}

section.sec_5 {
    padding: 80px 0;
    background: #000;
}

.global_inner span {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 50px;
    padding: 0 20px;
    height: 40px;
    box-shadow: 0 -5px 14px rgb(var(--ox-blue-bright-rgb) / 0.35),
        0 10px 22px rgb(var(--ox-blue-deep-rgb) / 0.30),
        0 0 28px rgba(53, 198, 245, 0.28);
    /* var(--ox-blue-bright) */
}

.global_inner span h5 {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: -1px;
    background: var(--ox-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.global_inner h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    margin: 10px 0 10px 0;
    letter-spacing: 1px;
}

.global_inner p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #fff;
    font-weight: 300;
}

section.sec_6 {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.global_inner.black h2,
.global_inner.black p {
    color: #000;
}

.post_box {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
}

.post_box img {
    width: 100%;
    margin: 0 0 20px 0;
}

.parent_post {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: auto;
    position: relative;
}

.parent_post .post_box {
    flex: 0 0 30%;
    border: 1px solid #ccc;
    background: #fff;
}

.parent_post .post_box:nth-child(2) {
    flex: 0 0 35%;
}

.post_box h3 {
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    margin: 0 0 15px 0;
}

.post_box p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 22px;
    margin: 0 0 20px 0;
}

.post_box a {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    background: var(--ox-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

section.sec_6:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/shadow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    opacity: 0.5;
}

section.sec_7 {
    background: var(--ox-blue-deep);
    background: var(--ox-gradient);
    padding: 100px 0;
}

.success_big img {
    width: 95%;
    margin-bottom: 30px;
}

.success_big ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.success_big ul li h2,
.success_big h2 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 30px;
}

.success_big ul li button,
.success_big button {
    border: 1px solid #ffff;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 0 0 0 10px;
}

.success_big ul li:nth-child(2) {
    margin: 0 60px 0 0;
}

.success_big span {
    margin: 20px 0 0 0 !important;
    display: block;
}

section.sec_8 {
    padding: 100px 0;
}

section.sec_8 .global_inner.black p {
    width: 85%;
    margin: 20px 0 0 0;
}

section.sec_8 .global_inner.black span {
    justify-content: start !important;
    margin: unset;
    margin-bottom: 25px;
}

.global_btn.left {
    text-align: left;
    margin-top: 30px;
}

.global_btn.left span {
    margin: 0 15px 0 0;
}

.agency_img img {
    width: 80%;
    display: block;
    margin: auto;
}

section.sec_9 {
    background: #000;
    padding: 80px 0;
}

.global_inner.left span {
    margin: unset;
    margin-bottom: 20px;
}

.image-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.image-box ul li {
    flex: 0 0 32%;
    margin: 0 0 30px 0;
}

.image-box ul li img {
    width: 100%;
}

section.sec_9 div#v-tabs button {
    text-align: left;
    padding: 0 0 0 20px;
    height: 68px;
    margin: 0 0 15px 0;
    border: 1px solid #666666;
    background: transparent;
    border-radius: 10px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
}

section.sec_9 div#v-tabs button.active {
    background: var(--ox-gradient);
    border: none;
}

section.sec_10 {
    padding: 80px 0;
    position: relative;
}

.testimonial-slider {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 760px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 90px, #000 calc(100% - 90px), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0, #000 90px, #000 calc(100% - 90px), transparent 100%);
}

.slider-track {
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    min-width: 0;
    animation: scrollUp 46s linear infinite;
    will-change: transform;
}

.slider-track:nth-child(2) {
    animation-name: scrollDown;
    animation-duration: 58s;
}

.slider-track:nth-child(3) {
    animation-duration: 52s;
}

.slider-track:nth-child(4) {
    animation-name: scrollDown;
    animation-duration: 64s;
}

.testimonial-slider:hover .slider-track {
    animation-play-state: paused;
}

/* Reduced motion: stop the marquee and show every review as a static grid. */
@media (prefers-reduced-motion: reduce) {
    .testimonial-slider {
        height: auto;
        overflow: visible;
        flex-wrap: wrap;
        align-items: stretch;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .slider-track {
        animation: none;
    }

    .slider-track .card-item[aria-hidden="true"] {
        display: none;
    }
}

.card-item {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.card-item p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
}

.user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    justify-content: space-between;
}

.user img {
    width: 45px;
    height: 45px;
}

.user span {
    display: block;
    font-size: 12px;
    color: #777;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%);
    }

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

section.sec_10:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/shades.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
    bottom: 0;
}

section.sec_11 {
    padding: 80px 0;
}

.schedule_inner {
    width: 500px;
    margin: auto;
    background: #fff;
    border-radius: 30px;
    padding: 40px 35px;
    height: 550px;
    text-align: center;
}

.schedule_inner img.icon {
    display: block;
    width: 55px;
    margin: 0;
}

.schedule_inner img {
    width: 120px;
    margin: 0 0 30px 0;
}

.schedule_inner h2 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    margin: 0 0 40px 0;
}

.schedule_inner .global_btn {
    text-align: center;
}

.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.custom-accordion .accordion-button {
    padding: 20px 20px;
    background: transparent !important;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.custom-accordion .accordion-body {
    padding: 20px 0 20px 20px;
    font-size: 16px;
    color: #555;
    line-height: 24px;
    font-weight: 400;
}

div#faqAccordion .accordion-item {
    border-radius: 0 !important;
    background: transparent;
    border-bottom: 1px solid #E3E3E3;
    padding: 0;
}

.accordion-button:focus {
    box-shadow: unset !important;
    background: transparent;
}

.footer_inner img {
    width: 63%;
    margin-bottom: 20px;
}

footer.main_folder {
    padding: 70px 0 30px 0;
    background: var(--ox-gradient-deep);
}

.footer-btn {
    text-align: right;
}

.footer-btn button {
    width: 180px;
    height: 50px;
    border: 1px solid #fff;
    color: white;
    padding: 0;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

footer.main_folder .row:nth-child(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 40px;
}

.footer_inner p {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0 20px 0;
    color: #fff;
    font-weight: 300;
}

.footer_inner span svg {
    color: #fff;
    font-size: 20px;
    margin: 0 15px 0 0;
    line-height: 20px;
}

.footer_link h5 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.footer_link ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    margin: 0px 0 15px 0;
    display: block;
}

.footer_link ul li:last-child a {
    margin: 0;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_bottom p {
    margin: 0;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    font-weight: 300;
    text-transform: lowercase;
}

.footer_bottom ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.footer_bottom ul li a {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    line-height: 17px;
}

.f_logo img {
    width: 100%;
    margin: 60px 0 0 0;
}

section.global_sec {
    background-image: url(../images/shade-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

body.page-home .menu ul li a {
    color: #000;
}

h1.border-txt {
    position: absolute;
    top: -40px;
    font-size: 70px;
    left: 0px;
    z-index: -1;
    line-height: 90px;
    margin: 0;
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
    opacity: 0.2;
}

.global_inner.position-relative {
    z-index: 9;
}

ul.img-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px 0 0 0 !important;
}

ul.img-content li:nth-child(1) {
    flex: 0 0 40%;
}

ul.img-content li:nth-child(2) {
    flex: 0 0 60%;
}

ul.img-content li:nth-child(1) img {
    width: 90%;
}

body.page-services section.sec_7 {
    background: #fff;
}

body.page-services section.sec_7 h2 {
    color: #000;
}

body.page-services section.sec_7 button.btn {
    border: 1px solid #000;
    color: #000;
}

.design_circle {
    margin: 20px 0 0 0;
}

.design_circle ul {
    display: flex;
    align-items: center;
    margin: 0 !important;
    gap: 20px;
}

.design_circle ul li {
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
}

section.image_sec {
    overflow: hidden;
    margin: -80px 0 0 0;
}

section.brand_sec {
    padding: 90px 0;
    background: #fff;
}

h2.small {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    margin: 0;
}

ul.brand_logo {
    margin: 40px 0 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

body.page-services-inner {
    background: #fff !important;
}

section.choose_sec {
    background: var(--ox-gradient);
    padding: 80px 0;
}

.choose_wrapper {
    margin: 50px 0 0 0;
}

.choose_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.choose_wrapper ul li {
    flex: 0 0 32.5%;
    background: #fff;
    border-radius: 20px;
    padding: 30px 25px 30px 25px;
    margin: 0 0 20px 0;
}

.choose_wrapper ul li span {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    gap: 20px;
}

.choose_wrapper ul li span img {
    width: 80px;
}

.choose_wrapper ul li span h3 {
    font-size: 25px;
    line-height: 25px;
    margin: 0;
    font-weight: 400;
    color: #000;
    letter-spacing: -2px;
}

section.choose_sec.no_bg {
    background: #fff;
}

section.choose_sec.no_bg .choose_wrapper ul li {
    border: 1px solid #EEEEEE;
    background: #fff;
}

section.choose_sec.no_bg .choose_wrapper ul li h5 {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    margin-bottom: 15px;
}

section.choose_sec.no_bg .choose_wrapper ul li h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

section.industries_sec {
    background: #eee;
    padding: 80px 0;
}

.industries_icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.industries_icon ul li {
    flex: 0 0 15.5%;
    background: #fff;
    margin: 0 0 20px 0;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 150px;
    justify-content: center;
    box-shadow: 0 0 10px #ccc;
}

.industries_icon ul li p {
    margin: 10px 0 0 0;
    font-size: 19px;
    line-height: 20px;
}

.industries_icon ul li img {
    width: 50px;
    margin: 0 0 15px 0;
}

.industries_icon {
    margin: 40px 0 0 0;
}

section.form_sec {
    background: #000;
    padding: 100px 0;
}

.form_wrapper {
    margin: 60px 0 0 0;
}

.form_wrapper form input,
.form_wrapper form textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 50px;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    outline: none;
}

.form_wrapper form span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.form_wrapper form span input {
    flex: 0 0 32.5%;
}

.form_wrapper form textarea {
    height: 150px;
    border-radius: 20px;
    padding: 20px 0 0 20px;
}

.form_wrapper form input[type="submit"] {
    margin: 0;
    background: var(--ox-gradient);
    border: none;
    width: 12%;
    padding: 0;
    margin: auto;
    display: block;
}

.image_tab img {
    width: 100%;
}

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

.image_tab {
    position: relative;
}

.image_content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 40px;
}

.image_content p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin: 0 0 15px 0;
    font-weight: 400;
}

.image_content ul {
    display: flex;
    align-items: center;
}

.image_content ul li {
    background: #fff;
    color: #000;
    font-weight: 400;
    padding: 0 10px;
    margin: 0 8px 0 0;
    border-radius: 5px;
}

h2.normal {
    font-size: 45px;
    line-height: 55px;
    margin: 0 0 20px 0;
    letter-spacing: -2px;
    font-weight: 500;
}

.tab_wrapper ul#pills-tab li.nav-item button {
    padding: 0;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    border: 1px solid #e82861;
    border-radius: 10px;
    height: 50px;
    padding: 0 30px;
    margin: 0 15px 0 0;
}

.tab_wrapper ul#pills-tab li.nav-item button.active {
    background: var(--ox-gradient);
    border: none;
    color: #fff;
}

.blog_post {
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 40px 20px;
    text-align: center;
    margin: 30px 0 0 0;
}

.blog_post img {
    width: 100%;
    margin-bottom: 20px;
}

.blog_post h4 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 22px;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}

.blog_post p {
    font-size: 16px;
    width: 70%;
    margin: auto;
    margin-bottom: 25px;
    line-height: 22px;
    color: #000;
}

.blog_post h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 16px;
    margin: 0 0 20px 0;
}

.blog_post h5 span {
    color: #00000070;
    padding: 0 0 0 15px;
    position: relative;
    margin: 0 0 0 10px;
}

.blog_post h5 span:before {
    content: '';
    display: block;
    position: absolute;
    background: #00000070;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.blog_post button.btn {
    width: 80%;
    border: 1px solid #000;
    margin: 10px 0 0 0;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 18px;
    font-weight: 500;
}

.global_inner h6 {
    background: var(--ox-gradient);
    width: fit-content;
    padding: 0 20px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px 0;
}

ul.blog_banner {
    margin: 20px 0 0 0 !important;
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.blog_banner li {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
}

body.page-blog-inner section.global_sec {
    height: 700px;
}

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

div#contentAccordion .accordion-item.border-0 {
    background: transparent;
    border: none !important;
}

div#contentAccordion button {
    border: none !important;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px 0;
    color: #000;
    font-weight: 600;
    outline: none !important;
}

.custom-accordion .accordion-body ul.content-list li {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 15px 0;
    font-weight: 400;
    color: #000;
}

.custom-accordion .accordion-body ul.content-list li:first-child {
    color: #A70DCD;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #A70DCD;
    width: fit-content;
}

.inner_content p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    margin: 0 0 15px 0;
}

.inner_content img {
    width: 100%;
    margin: 30px 0;
}

.subscribe_inner {
    background: var(--ox-gradient);
    padding: 30px;
    border-radius: 20px;
}

.subscribe_inner h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 500;
}

.subscribe_inner p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.subscribe_inner input {
    width: 100%;
    height: 50px;
    margin: 15px 0;
    border: 1px solid #fff;
    padding: 0 0 0 15px;
    border-radius: 5px;
    outline: none !important;
    color: #000;
}

.subscribe_inner input[type="submit"] {
    padding: 0;
    margin: 0;
    color: red;
}

section.contact_us_sec {
    padding: 80px 0 0 0;
}

section.contact_us_sec h4 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 30px 0;
}

.request_inner ul {
    background: var(--ox-gradient);
    border-radius: 20px;
    padding: 0 40px !important;
    height: 349px;
    display: flex;
    align-items: center;
    position: relative;
    width: 90%;
}

.request_inner ul li {
    width: 60%;
}

.request_inner ul li h3 {
    font-size: 30px;
    margin: 15px 0;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}

.request_inner ul li p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.request_inner ul li .global_btn.left span:nth-child(1) button {
    background: #000;
    color: #fff;
}

.subscribe p {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    line-height: 35px;
    margin: 0 0 30px 0;
}

.subscribe h6 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 15px 0;
}

.subscribe .form_div {
    margin: auto !important;
    width: 100%;
}

.support_inner {
    margin: 60px 0 0 0;
}

.support_inner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support_inner ul li {
    flex: 0 0 48%;
}

.support_inner ul li img {
    margin: 0 0 20px 0;
}

.support_inner ul li h4 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.support_inner ul li button {
    width: 40%;
    background: var(--ox-gradient);
    padding: 0;
    height: 45px;
    color: #fff;
    border: none;
}

.journey_img img {
    width: 100%;
    height: auto;
}

section.why_choose {
    padding: 100px 0;
}

.request_inner ul:before {
    content: '';
    display: block;
    position: absolute;
    top: unset;
    background: url(../images/contact-support.webp);
    background-repeat: no-repeat;
    width: 451px;
    height: 451px;
    right: -100px;
    left: unset;
    bottom: 4px;
    background-size: cover;
}

.request_inner .global_btn.left span:nth-child(2) button.btn.btn-dark {
    color: white;
    border: 1px solid;
}

.global_inner.black.text-center.full p {
    width: 100%;
}

.global_inner.black.text-center.full {
    margin: 80px 0 0 0;
}

.packages_box {
    margin: 60px 0 0 0;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #F9F9F9;
    padding: 50px 40px;
}

.packages_box h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
    line-height: 22px;
}

.packages_box p {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    font-weight: 300;
}

.packages_box h1 {
    font-size: 35px;
    line-height: 35px;
    margin: 45px 0 30px 0;
    font-weight: bold;
    color: #0D0C13;
}

.packages_box h1 span {
    font-size: 16px;
    font-weight: 400;
}

.packages_box button {
    border: 1px solid #E9E9E9;
    color: #0D0C13;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    height: 45px;
    width: 90%;
    margin: auto;
    display: block;
    margin-top: 30px;
    transition: .5s ease;
}

.packages_box ul li {
    FONT-SIZE: 16px;
    line-height: 16px;
    margin: 0 0 15px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}

.packages_box ul li img {
    margin: 0 10px 0 0;
}

div#v-tabs {
    position: sticky;
    top: 4em;
}

@media only screen and (max-width: 1600px) {

    .container {
        max-width: 1440px !important;
    }

    .request_inner ul {
        width: 90%;
        position: relative;
    }

}

@media only screen and (max-width: 1499px) {

    .design_circle ul li {
        padding: 0 15px;
        font-size: 12px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .image_wrapper ul li img {
        width: 95%;
    }

    .container {
        max-width: 1280px !important;
    }

    header.main_header .global_btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    header.main_header .global_btn span {
        flex: 0 0 50%;
    }

    header.main_header .global_btn span button {
        padding: 0;
        width: 100%;
    }

    .subscribe p {
        font-size: 25px;
    }

    .global_inner h2 {
        font-size: 40px;
        line-height: 40px;
        margin: 0px 0 20px 0;
    }

}

@media only screen and (max-width: 1299px) {

    .counter_inner h2 {
        font-size: 47px;
    }

    .counter_inner p br {
        display: none;
    }

    .counter_wrapper ul {
        width: 90%;
    }

    .counter_wrapper ul li h3 {
        font-size: 45px;
        line-height: 45px;
    }

    .counter_wrapper ul li p {
        font-size: 20px;
        line-height: 20px;
    }

    .design_circle ul li {
        padding: 0 10px;
        font-size: 10px;
        margin-top: 0;
    }

    .design_circle ul {
        margin: 0;
        gap: 10px;
    }

    .container {
        max-width: 1120px !important;
    }

    .success_big ul li {
        flex: 0 0 50%;
    }

    .success_big ul li h2,
    .success_big h2 {
        font-size: 24px;
    }

    .schedule_inner {
        width: 100%;
    }

    section.sec_8 .global_inner.black p {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
    }

    .image_content {
        left: 20px;
        right: 20px;
    }

    .image_content ul li {
        font-size: 12px;
        padding: 5px 10px;
    }

    .blog_post p {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    .journey_img {
        margin: 40px 0 0 0;
    }

    section.mobile_menu {
        display: block;
        position: absolute;
        top: 20px;
        z-index: 99;
        margin: auto;
        display: block;
        width: 100%;
    }

    .parent-head {
        display: none;
    }

    .menu_wrapper {
        position: absolute;
        right: 15px;
        top: 0;
    }

    .menu_wrapper button#menuBtn {
        border: gainsboro;
        width: 35px;
        height: 35px;
        font-size: 18px;
        color: #fff;
        background: var(--ox-gradient);
        border-radius: 2px;
    }

    .form_div {
        width: 100%;
    }

    section.sec_1 {
        padding-top: 110px;
    }

    .counter_wrapper ul {
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .form_div form input[type="submit"] {
        width: 35%;
        font-size: 14px;
    }

    .form_div form input {
        font-size: 14px;
    }

    section.sec_2 {
        padding: 50px 0;
    }

    .post-box {
        margin: 0 0 20px 0;
        padding-top: 30px;
    }

    .post-box p {
        font-size: 16px;
        line-height: 22px;
        padding: 0;
    }

    section.sec_3 {
        display: none;
    }

    section.sec_4 {
        padding: 0 0 40px 0;
    }

    .counter_inner h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .counter_inner p {
        font-size: 16px;
        line-height: 22px;
    }

    br {
        display: none !important;
    }

    .counter_wrapper {
        margin: 20px 0 0 0;
    }

    .counter_wrapper ul li {
        margin: 0 0 30px 0;
        text-align: left;
    }

    .counter_wrapper ul li h3 {
        font-size: 35px;
        text-align: left;
        line-height: 35px;
    }

    .counter_wrapper ul li p {
        font-size: 14px;
    }

    .global_inner h2 {
        font-size: 29px;
        line-height: 35px;
    }

    .global_inner p {
        font-size: 16px;
    }

    section.sec_5 {
        padding: 40px 0;
    }

    .parent_post {
        width: 100%;
        display: block;
    }

    .parent_post .post_box {
        margin: 0 0 20px 0;
    }

    section.sec_6 {
        padding: 40px 0;
    }

    section.sec_7 {
        padding: 40px 0;
    }

    .success_big ul {
        display: block;
    }

    .success_big ul li:nth-child(2) {
        display: flex;
        margin: 10px 0 0 0;
    }

    .success_big ul li:nth-child(2) button.btn {
        margin: 0 15px 0 0;
        padding: 10px 10px;
        font-size: 14px;
    }

    .success_big {
        margin: 0 0 30px 0;
    }

    .success_big img {
        width: 100%;
    }

    .agency_img img {
        width: 100%;
        margin: 40px 0 0 0;
    }

    .image-box ul li {
        flex: 0 0 48%;
        margin: 0 0 15px 0;
    }

    .image-box ul li img {
        width: 100%;
    }

    .schedule_inner h2 {
        font-size: 29px;
        line-height: 35px;
    }

    div#faqAccordion {
        margin: 30px 0 0 0;
    }

    .footer-btn {
        text-align: center;
    }

    footer.main_folder .global_inner {
        text-align: center;
    }

    .footer_inner span {
        margin: 0 0 40px 0;
        display: block;
    }

    footer.main_folder .row:nth-child(2) .col {
        flex: 0 0 50%;
        margin-bottom: 30px;
    }

    .footer_bottom {
        display: block;
        text-align: center;
    }

    .footer_bottom ul {
        gap: 21px;
        justify-content: center;
        margin-top: 10px !important;
    }

    .footer_bottom ul li a {
        font-size: 14px;
    }

    section.global_sec {
        background-position: right;
        height: auto;
        padding: 150px 0 100px 0;
    }

    .slider-track {
        display: block !important;
        animation: none !important;
        flex-basis: auto;
    }

    /* the duplicate cards only exist to make the desktop marquee loop */
    .slider-track .card-item[aria-hidden="true"] {
        display: none;
    }

    .card-item {
        padding: 18px;
        margin: 0 0 14px;
    }

    .card-item p {
        font-size: 14px;
        line-height: 22px;
    }

    .testimonial-slider {
        display: block;
        height: auto;
        overflow: visible;
        -webkit-mask-image: none;
        mask-image: none;
    }

    ul.img-content {
        display: block;
    }

    ul.img-content li:nth-child(1) img {
        width: 100%;
    }

    .agency_img {
        display: none;
    }

    .image_tab {
        margin: 0 0 40px 0;
    }

    .image_content {
        left: 10px;
        right: 10px;
        bottom: 0px;
    }

    .image_content ul li {
        flex: 0 0 48%;
        margin: 0 0 10px 0;
    }

    .image_content ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .image_content p {
        font-size: 18px;
        line-height: 25px;
    }

    ul#pills-tab {
        display: block;
    }

    ul#pills-tab li {
        flex: 0 0 100%;
    }

    ul#pills-tab li button {
        width: 100%;
        margin: 0 0 10px 0 !important;
    }

    .request_inner ul {
        width: 100%;
        height: auto;
        padding: 20px 0px 20px 20px !important;
        display: block;
    }

    .request_inner ul li {
        width: 100%;
    }

    .request_inner ul li p {
        font-size: 16px;
    }

    .support_inner ul {
        display: block;
    }

    .support_inner ul li {
        margin: 0 0 30px 0;
    }

    body.page-blog-inner section.global_sec {
        height: auto;
    }

    ul.blog_banner {
        display: block;
    }

    ul.blog_banner li {
        margin: 0 0 25px 0;
    }

    section.blog_inner_sec {
        padding: 30px 0 0 0;
    }

}

section.sec_11 .row.mt-5.align-items-center {
    display: flex;
    align-items: start !important;
}

div#faqAccordion {
    margin-top: 20px;
}

footer.main_folder .row {
    align-items: center;
}

/* banner animation */

section.sec_1:hover {
    background: #cfc7d65c !important;
    transition: ease .4s;
}

section.sec_1:hover .left_img ul li:nth-child(1),
section.sec_1:hover .left_img ul li:nth-child(3) {
    left: 120px;
    transition: ease 0.3s;
}

section.sec_1:hover .left_img ul li:nth-child(2) {
    left: 60px;
    transition: ease 0.3s;
}

section.sec_1:hover .right_img ul li:nth-child(1),
section.sec_1:hover .right_img ul li:nth-child(3) {
    right: 120px;
    transition: ease 0.3s;
}

section.sec_1:hover .right_img ul li:nth-child(2) {
    right: 60px;
    transition: ease 0.3s;
}

.packages_box button.btn.active {
    background: black;
    color: white;
}

/* Contact Section Dual Cards */
section.contact_section_dual {
    padding: 100px 0;
    background: #f5f5f5;
}

.contact_dual_header {
    text-align: center;
    margin-bottom: 60px;
}

.contact_dual_header .contact_tag {
    background: var(--ox-gradient);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
}

.contact_dual_header h2 {
    font-size: 50px;
    font-weight: 500;
    color: #000;
    margin: 20px 0;
    line-height: 60px;
}

.contact_dual_header p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    max-width: 800px;
    margin: 0 auto;
}

/* Schedule Card */
.schedule_card {
    background: #fff;
    border-radius: 30px;
    padding: 60px 40px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.schedule_card .card_icon {
    position: absolute;
    top: 30px;
    left: 30px;
}

.schedule_card .card_icon img {
    width: 50px;
    height: 50px;
}

.schedule_card h3 {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    line-height: 42px;
    margin-bottom: 30px;
}

.schedule_btn button {
    background: var(--ox-gradient);
    border: none;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.schedule_btn button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(var(--ox-blue-bright-rgb) / 0.4);
}

/* Contact Form Card */
.contact_form_card {
    background: #fff;
    border-radius: 30px;
    padding: 50px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact_form_card .form-group {
    margin-bottom: 20px;
}

.contact_form_card label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.contact_form_card .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
    background: #FAFAFA;
}

.contact_form_card .form-control:focus {
    outline: none;
    border-color: var(--ox-blue-deep);
    box-shadow: 0 0 0 3px rgb(var(--ox-blue-bright-rgb) / 0.1);
}

.contact_form_card select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.contact_form_card textarea.form-control {
    height: 120px;
    padding: 15px;
    resize: none;
}

.contact_form_card .btn-submit {
    width: 100%;
    height: 55px;
    background: var(--ox-gradient);
    border: none;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.contact_form_card .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(var(--ox-blue-bright-rgb) / 0.4);
}

/* Responsive */
@media only screen and (max-width: 991px) {
    .contact_dual_header h2 {
        font-size: 38px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    section.contact_section_dual {
        padding: 60px 0;
    }

    .contact_dual_header h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .contact_dual_header p {
        font-size: 15px;
    }

    .schedule_card {
        padding: 40px 25px;
    }

    .schedule_card h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .contact_form_card {
        padding: 35px 25px;
    }

    .services_wrap.mobile.box_slider_main.slick-initialized.slick-slider {
        display: none;
    }
}

section.contact_section_dual > .container > .row {
    max-width: 1300px;
    margin-inline: auto;
    width: 100%;
}

p {
    font-weight: 300 !important;
}

.tab-pane.fade.show.active {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
}

.tab-pane.fade.show.active .col-md-4 {flex: 0 0 30%;}

.mainactive_cta {
    margin: 50px 0 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.mainactive_cta ul#packageTabs li.nav-item button {
    border-radius: 5px;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
    opacity: 1;
    color: black;
    font-size: 22px;
    font-weight: 400;
    font-family: Manrope;
}

.mainactive_cta ul#packageTabs {
    width: auto;
    background: white;
    opacity: 1;
    padding: 10px 20px !important;
    border-radius: 15px;
}

.mainactive_cta ul#packageTabs li.nav-item button.nav-link.active {
    background: var(--ox-gradient);
    color: white;
}
section.inner-banner {
    padding-top: 220px;
    margin: 0 auto;
}

section.inner-banner .banner-content {
    text-align: center;
    align-items: center;
}

body.page-refund-policy .menu ul li a, body.page-terms-and-conditions .menu ul li a, body.page-privacy-policy .menu ul li a {
    color: black;
}