/*
Theme Name: Adorebits Theme
Theme URI: https://github.com/WordPress/adorebits
Author: Weboccult
Description: A custom theme.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adorebits

*/

/* ==== Figtree Font Faces ==== */
@font-face {
    font-family: 'Figtree';
    src: url('./fonts/Figtree-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('./fonts/Figtree-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('./fonts/Figtree-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('./fonts/Figtree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('./fonts/Figtree-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('./fonts/Figtree-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('./fonts/Figtree-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* ==== Carattere Regular ==== */
@font-face {
    font-family: 'Carattere';
    src: url('./fonts/Carattere-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.wpcf7-spinner,.wpcf7-response-output {
      //display: none !important;
      //visibility: hidden !important;
}


:root {
    --color-bg-light: #F7F7F7;
    --color-dark: #0E0828;
    --color-primary: #0A70FD;
    --color-muted: #6B6B6B;
    --color-white: #FFFFFF;
    --color-light-border: #0000001A;
    /* 10% black */
    --color-black: #0000;
    /* invalid, you probably meant #000000 */
}


.bg-primary-custom {
    background-color: var(--color-primary) !important;
}

.bg-light-custom {
    background-color: var(--color-bg-light) !important;
}

.text-primary-custom {
    color: var(--color-primary) !important;
}

.text-color-dark {
    color: var(--color-dark) !important;
}

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

body {
    font-family: 'Figtree' !important;
}

.container {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 80px !important;
}

.body-text {
    font-family: 'Figtree' !important;
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 22px;
}

.px-20 {
    padding: 20px 0px !important;
}

.engagement-model-section .card {
    flex-direction: inherit;
}

.btn-contact {
    border-radius: 25px;
    font-weight: 500;
    padding: 6px 16px;
    font-size: 14px;
}
header {
  width: 100%;
  z-index: 999;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  box-shadow: 1px 1px 6px 0px #DEDEDE;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link {
    font-family: 'Figtree' !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding: 0px 16px;
        color: #000;
}

.btn-primary-main {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #0A70FD;
    font-family: 'Figtree' !important;
    text-decoration: none;
    padding: 6px 9px;
    border-radius: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    gap: 6px;
}

.btn-primary-main span {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.btn-primary-main:hover {
    background-color: #FFFFFF;
    color: #0A70FD;
}

.btn-primary-main:hover span {
    background-color: #0A70FD;
}

.btn-primary-main:hover span svg path {
    fill: rgb(255, 255, 255);
}

.navbar-nav .nav-link svg {
    margin-left: 5px;
    width: 10px;
    height: 10px;
}

.sec-container {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 80px;
}

.hero-section {
    padding-bottom: 33px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}

.hero-title,
.main-title {
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 44px;
    line-height: 130%;
    color: #0E0828;
    margin-bottom: 40px;
}

.hero-subtitle,
.body-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 40px;
    color: #6B6B6B;
}

.body-text {
    margin: 0px;
}

.secondary-title {
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    margin: 0;
}

.highlight {
    font-family: 'Carattere';
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
    color: #0A70FD;
}

.cta-button {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #0A70FD;
    font-family: 'Figtree' !important;
    text-decoration: none;
    padding: 6px 17.5px;
    border-radius: 50px;
    box-shadow: none !important;
    border: 1px solid #0A70FD !important;
}

.cta-button:hover {
    color: #0E0828;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF !important;
}

.mx-40 {
    margin: 40px 0px;
}

.mt-130 {
    margin-top: 130px;
}

.mb-130 {
    margin-bottom: 130px;
}

img.hero-img {
    width: 100%;
    height: auto;
}

.sec-btn {
    border: 1px solid #DEDEDE;
    border-radius: 50px;
    padding: 7px 18px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #0E0828;
    background-color: #fff;
}

.sec-btn:hover {
    background: linear-gradient(58.98deg, #1C0BC2 0.27%, #0A70FD 65.83%);
    border: 1px solid transparent;
    color: #fff;
}

.dropdown-toggle::after {
    display: none !important;
}

button.navbar-toggler {
    border: 0px !important;
    padding: 0px !important;
    box-shadow: none !important;
}

.logo-slider {
    width: 72%;
    margin: 100px auto;
    padding: 35px 0;
    position: relative;
}

.logo-slider:before {
    content: '';
    position: absolute;
    width: 234px;
    height: 46px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 85%);
    z-index: 9;
}

.logo-slider:after {
    content: '';
    position: absolute;
    width: 140px;
    height: 46px;
    z-index: 9;
    right: 0;
    top: 12px;
    background: linear-gradient(97deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 85%);
}

.logo-slider img {
    max-width: 100%;
    height: auto;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.logo-slider img:hover {
    opacity: 1;
}

.logo-slider .slick-slide {
    width: 190px !important;
}

.service-title,
.third-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #0E0828;
    margin-bottom: 24px;
    position: relative;
}

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

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

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

.mega-dropdown {
    position: relative;
}

.mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 999;
    padding-top: 0;
    margin-top: 30px;
}

.mega-dropdown:hover .mega-menu {
    visibility: visible;
    opacity: 1;
}

.arrow-up {
    position: absolute;
    left: 30px;
    width: 28px;
    height: 22px;
    top: -23px;
}

.arrow-up img {
    width: 100%;
}

.menu-content {
    display: flex;
    /* padding: 30px; */
    background-color: #fff;
    border: 0.5px solid #DEDEDE;
    box-shadow: 1px 1px 6px 0px #DEDEDE;
    border-radius: 8px;
}

/* .mega-left {
    flex: 1;
    border-right: 1px solid #E6E8EC;
    padding-right: 30px;
} */

.mega-left ul,
.mega-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mega-left ul li {
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 0px;
    position: relative;
    margin-bottom: 24px;
    width: 207px;
}

.mega-left ul li.active,
.mega-left ul li:hover {
    background: #0A70FD;
}

.mega-left ul li.active a,
.mega-left ul li:hover a {
    color: #fff;
}

.mega-left ul .sub-menu::after {
    content: '›';
    position: absolute;
    right: 10px;
    top: -3px;
    color: #0E0828;
    width: 5px;
    font-size: 23px;
    transition: opacity 0.2s;
}

.mega-left ul .sub-menu.active::after,
.mega-left ul .sub-menu:hover::after {
    color: #ffffff;
}

.mega-right .submenu {
    display: none;
}

.mega-right .submenu.active {
    display: block;
}


.mega-left a {
    color: #000;
    text-decoration: none;
    display: block;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.mega-right .submenu {
    display: none;
}

.mega-right .submenu.active {
    display: block;
}

.mega-right .submenu li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 5px 8px;
}

.navbar-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav>li {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: #000;
    text-decoration: none;
}


.menu-content {
    min-width: 547px;
}

.mega-left {
    border-right: 1px solid #eee;
    padding: 30px;
}

.mega-right .submenu {
    display: none;
}

.mega-right .submenu.active {
    display: block;
}

.mega-right .submenu li {
    padding: 6px 0;
}

.mega-right .submenu li a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
}

.mega-right {
    padding: 30px;
}







.service-title:before {
    content: '';
    position: absolute;
    width: 14.42px;
    height: 14.42px;
    background-color: #DEDEDE;
    border-radius: 50px;
    left: -45px;
    top: 8px;
}

.btn-quote {
    border-radius: 999px;
    background-color: #0066ff;
    color: #fff;
    padding: 8px 20px;
    border: none;
}

.btn-quote:hover {
    background-color: #0056d2;
}

.service-block {
    padding-bottom: 40px;
    padding-left: 38px;
    position: relative;
}

.service-block:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: 1px solid #DEDEDE;
    left: 0;
    top: 8px;
}

.last-line::before {
    display: none;
}

.outline-btn {
    font-size: 18px;
    font-weight: 400;
    color: #0E0828;
    background-color: #FFFFFF;
    font-family: 'Figtree' !important;
    text-decoration: none;
    padding: 6px 17.5px;
    border-radius: 50px;
    box-shadow: none !important;
    border: 1px solid #DEDEDE !important;
}

.outline-btn:hover {
    background: linear-gradient(58.98deg, #1C0BC2 0.27%, #0A70FD 65.83%);
    color: #fff;
    border: 1px solid transparent !important;
}

.technology-box-main {
    padding: 20px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #DEDEDE;
    box-shadow: 1px 1px 6px 0px #DEDEDE;
    margin-top: 130px;
}

.technology-box {
    background: linear-gradient(178.48deg, #F7F7F7 9.21%, #FFFFFF 159.34%);
    padding: 50px;
}

.stack-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
}

.stack-item .icon {
    margin-right: 20px;
    z-index: 9;
}

.icon img {
    max-width: 122px;
    max-height: 122px;
}

.features strong {
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.features ul {
    margin: 0;
    padding-left: 25px;
}

.features li {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #8B8B8B;
}

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

.stack-item:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    width: 94%;
    height: 84%;
    bottom: 0;
    right: 0;
}

.features ul li strong {
    display: inline-block;
    font-weight: 400;
    color: #0E0828;
    margin: 0;
}

.combining-box {
    display: flex;
    margin-bottom: 40px;
}

img.combining-box-icon {
    width: 77px;
    height: 77px;
    margin-right: 24px;
}

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

.full-bg-spacing {
    padding: 100px 0 84px 0;
}

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

.content-list {
    padding-left: 38px;
    position: relative;
}

.content-list p:before {
    content: '';
    position: absolute;
    width: 14.42px;
    height: 14.42px;
    background-color: #DEDEDE;
    border-radius: 50px;
    left: 0;
    margin-top: 5px;
    border: 2px solid #FFFFFF;
}

.content-list:before {
    content: '';
    position: absolute;
    left: 7px;
    border-left: 1px solid #DEDEDE;
    width: 100%;
    height: 70%;
    bottom: 7px;
}

.pt-8 {
    padding-top: 8px;
}

.cards {
    margin-top: 32px;
    display: flex;
    gap: 32px;
}

.card-bg .icon img {
    width: 22px;
    height: 22px;
}

.icon-bg {
    display: inline-block;
    padding: 12px;
    background-color: #fff;
    box-shadow: 2.86px 2.86px 5.71px 0px #00000014;
    border-radius: 50px;
}

.card-bg .icon {
    background: #fff;
    border: 1.43px solid #F7F7F7;
    width: 55px;
    height: 55px;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.card {
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    box-shadow: 1px 1px 6px 0px #DEDEDE;
    padding: 10px;
    width: 50%;
    border-radius: 16px !important;
}

.card-bg {
    background-image: url(./images/box-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 20px 20px 20px;
    background-color: #F7F7F7;
    height: 100%;
}

.card:hover .icon-bg {
    background-color: #0A70FD;
}

.card:hover .icon-bg .icon {
    background: #0A70FD;
    border: 1.43px solid #ffffff;
}

.card:hover .icon-bg .icon img {
    filter: brightness(0) invert(1);
}

.cards {
    margin-top: 32px;
    display: flex;
    gap: 32px;
}

.cart-title {
    padding: 16px 0 16px 0;
    margin: 0px !important;
}

.testimonials-section .body-text {
    max-width: 447px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.testimonials-section .cards {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.testimonials-section .card {
    background: #fff;
    border-radius: 12px;
    text-align: left;
    margin-right: 32px;
    box-shadow: none !important;
}

.testimonials-section .cart-spacing {
    padding: 10px;
}

.testimonials-section .logo {
    width: 100px;
}

.testimonials-section .profile {
    display: flex;
    align-items: center;
    border-top: 1px solid #DEDEDE;
    padding-top: 20px;
}

.testimonials-section .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.forty-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #0E0828;
    margin-bottom: 10px;
}

.label-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6B6B6B;
    margin: 0;
}

.view-all {
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
}

.testimonials-bg {
    background-color: #F7F7F7;
    max-width: 1123px;
    height: 307px;
    margin: 0 auto;
    border-radius: 32px;
    margin-top: -270px;
}

.text-position {
    position: relative;
    z-index: 99999;
}

.before-bg:before {
    content: '';
    position: absolute;
    background: url(./images/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 43px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -22px;
    z-index: -1;
    /* border-top: 0.5px solid #DEDEDE; */
}

.padding-cart {
    padding: 70px 20px 20px 20px;
}

.engagement-content {
    padding-top: 100px;
}

.w-content {
    max-width: 733px;
    margin: 0 auto;
}

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

.pb-92 {
    padding-bottom: 92px;
}


.timeline-container {
    position: relative;
    margin: 60px auto;
    padding: 40px 20px;
    max-width: 1100px;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 28%;
    width: 0.5px;
    height: 65%;
    background-color: #DEDEDE;
    transform: translateX(-50%);
    z-index: 0;
}

.timeline-step {
    position: relative;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
}

.timeline-step .content {
    width: 45%;
    padding: 15px 20px;
    background: transparent;
    z-index: 1;
}

.timeline-step.left .content {
    text-align: right;
}

.timeline-step.right .content {
    text-align: left;
}

.timeline-circle {
    width: 60px;
    height: 60px;
    background: #fff;
    /* border: 17px solid #F7F7F7; */
    border-radius: 50%;
    color: #6B6B6B;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 2px 2px 4px 0px #00000014;
}

.border-outside {
    background: #F7F7F7;
    width: 80px;
    height: 77px;
    border-radius: 50px;
    position: relative;
}

.border-outside:before {
    content: '';
    position: absolute;
    width: 14.42px;
    height: 14.42px;
    background-color: #DEDEDE;
    border-radius: 50px;
    right: -45%;
    top: 40%;
    bottom: 0;
}

.left .border-outside::before {
    left: -45%;
}


.faq-section {
    background-color: #F7F7F7;
    padding: 100px 0;
    font-family: 'Figtree' !important;
}

.faq-accordion {
    background: #fafafa;
    border-radius: 8px;
    padding: 0;
    max-width: 846px;
    margin: auto;
}

.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #DEDEDE !important;
}

.faq-accordion .faq-row {
    padding: 30px 20px;
}

.faq-number {
    font-weight: 500;
    color: #999;
    min-width: 30px;
    text-align: left;
    margin-right: 8px;
}

.faq-accordion .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
    font-size: 16px;
    text-align: left;
    color: #23262F !important;
}

.faq-accordion .accordion-button::after {
    margin-left: auto;
}

.faq-accordion .accordion-button:not(.collapsed) {
    font-weight: 600;
}

.accordion-body {
    font-size: 14px;
    color: #6B6B6B;
    padding: 0 16px 12px 54px !important;
}

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

.business-sec {
    max-width: 670px;
    padding: 0 30px;
    margin: 0 auto;
}

.checkup-section {
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
    background: #F7F7F7;
}

.checkup-title {
    text-align: center;
    max-width: 533px;
    margin: 0 auto;
    padding-bottom: 60px;
}


.checkup-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border: 0.5px solid #DEDEDE;
    z-index: 9;
    position: relative;
}

.form-label {
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0E0828;
    margin: 0px !important;
}

.checkup-card .form-control {
    border: 1px solid #DEDEDE !important;
    border-radius: 50px;
    margin-top: 12px;
    outline: none !important;
}

.checkup-card textarea#desc {
    border-radius: 21px;
    height: 62px;
}

.btn-center {
    margin: 0 auto;
    display: flex;
}

.box-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #0E0828;
    padding-top: 63px;
    padding-bottom: 32px;
}

.list-icon li {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #0E0828;
    margin-bottom: 15px;
    display: flex;
}

.list-icon {
    list-style: none;
    padding-left: 0;
}

.list-icon li::before {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.75439 4.57676L4.99487 7.44297L9.79313 1.39844" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
    background-color: #0A70FD;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
}

.decor-image {
    position: absolute;
    /* width: 80px; */
}

.left-top {
    top: 130px;
    left: -40px;
}

.left-bottom {
    bottom: 12%;
    left: 42px;
}

.right-top {
    top: 70px;
    right: -40px;
}

.right-bottom {
    bottom: 13%;
    right: 0;
}

.w-266 {
    max-width: 266px;
}

.w-145 {
    max-width: 145px;
}

.btn-call {
    background-color: #3f6dfd;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
}

.btn-send {
    background-color: #3f6dfd;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
}

.footer-top {
    background-color: #fff;

}

.footer-gap {
    padding: 81px 74px 71px 74px;
}

.label-text-footer {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #0A70FD;
    margin: 0;
    padding-bottom: 30px;
    text-align: center;
}

.line-right {
    border-right: 1px solid #E6E8EC;
}

.footer-links li {
    list-style: none;
}

.footer-links {
    display: grid;
    justify-content: center;
}

.footer-links a {
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    color: #6B6B6B;
    text-decoration: none;
}

.text-lext {
    text-align: left;
}

.footer-contact p {
    color: #0E0828;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 32px;
}

.footer-contact .solical-link {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-contact a {
    color: #0E0828;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-address {
    max-width: 250px;
}

.footer-address-sec {
    max-width: 350px;
}

.pl-60 {
    padding-left: 60px !important;
}

.footer-contact a span {
    width: 44px;
    height: 44px;
    background: #fff;
    box-shadow: 1.86px 0.86px 3.71px 0px #0000000F;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 5px solid #F7F7F7;
}

.footer-badge {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 20px;
}

.footer-badge h5 {
    font-weight: 600;
}

.btn-footer {
    background-color: #3f6dfd;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #2E3648;
}

.footer-bg {
    background: linear-gradient(180deg, #F7F7F7 0%, rgba(255, 255, 255, 0) 100%);
}

.footer-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;
}

.footer-cta .left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-box img {
    width: 86px;
    height: 86px;
}

.footer-bottom-bar {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-bar .social-icons a {
    display: inline-block;
    margin-right: 24px;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #333;
    transition: all 0.3s;
    align-items: center;
    display: flex;
    justify-content: center;
}

.social-icons {
    display: flex;
}

.footer-bottom-bar .social-icons a:hover {
    background-color: #0066ff;
    color: white;
    border-color: #0066ff;
}

.footer-bottom-bar .social-icons a:hover svg path {
    fill: #fff;
}

.width-50 {
    max-width: 52px;
}

/** start Langing page css **/

.banner-content {
    max-width: 637px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 112px;
}

.hero-sub-text {
    max-width: 340px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
}

.round-high {
    position: relative;
}

.round-high:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -10px;
    width: 123px;
    height: 60px;
    background-image: url(https://www.adorebits.com/wp-content/uploads/2025/06/Vector-101.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.text-position {
    position: relative;
    z-index: 99999;
}

.hero-before:before {
    content: '';
    position: absolute;
    background: url(./images/hero-before.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 43px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 14px;
    z-index: -1;
    /* border-top: 0.5px solid #DEDEDE; */
}

.banner-image {
    position: absolute;
}

.right-side {
    right: 0;
    top: 19%;
}

.left-side {
    left: 0;
    top: 19%;
}

.logo-box {
    padding: 20px 40px;
    box-shadow: 1px 1px 6px 0px #DEDEDE;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    max-width: 606px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 54px;
    margin-top: -62px;
    z-index: 9;
    position: relative;
    background-color: #fff;
}

.logo-box img {
    width: 100%;
}

.mx-440 {
    max-width: 440px;
}

.gap-53 {
    gap: 53px;
}

.pb-100 {
    padding-bottom: 100px;
}

img.service-icon-left {
    margin-top: -35px;
    margin-left: -10px;
}

.mt-38 {
    margin-top: -38px;
}

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

.card:hover .we-hover {
    background-image: url(./images/box-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F7F7F7;
}

.service-btn-spacing {
    padding: 60px 0 76px 0;
}

.pb-76 {
    padding-bottom: 76px;
}

.flagship-projects {
    background: #fff;
}

.project-container {
    display: flex;
    gap: 108px;
    background-color: #F7F7F7;
}

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

.left-title {
    flex: 0 0 38%;
    position: sticky;
    top: 0;
    align-self: center;
}

.brand-text {
    color: #007bff;
    font-family: 'Cursive', sans-serif;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 16px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    font-size: 14px;
}

.projects-list {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.project-card {
    overflow: hidden;
}

.project-card img {
    width: 100%;
    height: auto;
    display: block;
}

.project-info {
    padding: 30px 0;
}

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

.tag {
    background-color: #0A70FD;
    color: #fff;
    padding: 8px 13px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}

.tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tag-light {
    font-size: 14px;
    font-weight: 400;
    color: #6B6B6B;
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 50px;
    box-shadow: none !important;
    border: 1px solid #DEDEDE !important;
}

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

.project-text {
    color: #8B8B8B;
}

.w-447 {
    max-width: 447px;
    margin: 0 auto;
}

.blog-contant.mb-60 {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.blog-cards {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.blog-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.blog-card img {
    width: 100%;
    height: auto;
    display: block;
}


.blog-contant .read-more {
    color: #0A70FD;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.blog-contant-inner {
    padding: 30px 20px 20px 20px;
}

/* start Cloud & DevOps css */
.border-16 {
    border-radius: 16px;
}

.cloud-item {
    padding-bottom: 50px;
    margin: 0;
}

.cloud-item::before {
    content: '';
    border: 0;
}

.cloud-item .icon {
    margin-right: 17px;
}

.pb-100 {
    padding-bottom: 100px;
}

.w-758 {
    max-width: 758px;
    margin: 0 auto;
}

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

.ml-md-20 {
    margin-left: 20px;
}

.real-user-list li {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #0E0828;
    padding-bottom: 15px;
}

.side-width {
    max-width: 440px;
}

/* start aboutus css */

.about-banner {
    max-width: 670px;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 137px 0 104px 0;
    z-index: 99;
    position: relative;
}

.about-btn {
    padding: 12px 16px;
    border-radius: 14px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    background-color: #0A70FD;
    color: #FFFFFF;
}

.about-banner p.hero-subtitle {
    display: inline-block;
    margin-bottom: 45px !important;
}

.about-banner .highlight {
    color: #0A70FD;
    color: #fff;
}

.about-banner p.hero-subtitle {
    color: #fff;
}

.about-banner h1.hero-title {
    color: #fff;
}

.pb-0 {
    padding-bottom: 0px;
}

.about-cart {
    padding: 30px;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
}

.about-cart img {
    width: 68px;
    margin-bottom: 30px;
}

.about-cart .third-title {
    margin-bottom: 24px !important;
}

.about-cart-main {
    display: flex;
    gap: 30px;
}

.about-certications {
    max-width: 537px;
    margin: 0 auto;
    padding-bottom: 100px;
    text-align: center;
}

.certifications-main-wrap {
    display: flex;
    align-items: center;
}

.certifications-item {
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    box-shadow: 1px 1px 6px 0px #DEDEDE;
    padding: 10px;
    width: 100%;
    height: 271px;
    border-radius: 16px !important;
    margin-right: 30px;
}

.certifications-bg {
    background-image: url(./images/box-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 20px 20px 20px;
    background-color: #F7F7F7;
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.certifications-bg img {

    max-width: 100%;
}

.certifications-contant span {
    background-color: #0A70FD;
    color: #fff;
    padding: 5px 6px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}

.certifications-contant {
    max-width: 589px;
}

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

.mt-114 {
    margin-top: 114px;
}

.about-adorebits-main {
    display: flex;
    gap: 98px;
    align-items: center;
}

.about-adorebits-main img {
    width: 278px;
}

.about-hero-section {
    padding-bottom: 33px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
    background: url(./images/about-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-hero-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0E0828CC;
    top: 0;
}

.about-list-main {
    display: flex;
    gap: 105px;
    align-items: center;
}

.right-list {
    margin-top: 60px;
}

/* start case study css */

.case-study {
    padding-bottom: 120px;
    max-width: 415px;
}

.case-study .round-high:before {
    display: none;
}

.case-projects-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
}

.custom-tabs .nav-link {
    color: #6B6B6B;
    font-weight: 500;
    font-size: 24px;
    border: none;
    background: transparent;
    padding: 0 0 25px 0;
}

.custom-tabs {
    margin: 50px 0 !important;
    border-bottom: 1px solid #DEDEDE;
    gap: 60px;
}

.custom-tabs .nav-link.active {
    color: #0A70FD;
    border-bottom: 1px solid #0A70FD;
}

.custom-filter {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #DEDEDE;
    box-shadow: 1px 1px 6px 0px #DEDEDE;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.nav-link:focus,
.nav-link:hover {
    color: #0A70FD !important;
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover,
.navbar-nav .mega-dropdown .nav-link:hover {
    color: #000 !important;
}
.study-filter-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    color: #0E0828;
    text-decoration: none;
    padding: 4px 16px;
    background: linear-gradient(147.7deg, #F7F7F7 0%, #FCFCFC 99.17%);
    border-radius: 8px;
}

.study-filter-btn.active {
    background: #0A70FD;
    color: #fff;
}

/* start blog list css */
.pt-50 {
    padding-top: 50px;
}

.blog-contant-inner a.read-more {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-decoration: underline;
    color: #0A70FD;
}

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

.blog-page-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.pagination {
    border: 1px solid #DEDEDE;
    box-shadow: 1px 1px 6px 0px #DEDEDE;
    width: 436px;
    padding: 20px !important;
    margin: 0 auto;
    margin-top: 100px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
}

button.page-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-btn,
.page-number {
    border: none;
    padding: 10.5px 16px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #F7F7F7;
    color: #0f172a;
    font-size: 14px;
    font-weight: 400;
}

.page-number.active {
    background-color: #0A70FD;
    color: #fff;
}

.page-btn:hover,
.page-number:hover {
    background-color: #0A70FD;
    color: #fff;
}

.page-btn:hover svg path {
    fill: #fff;
}

.blog-page-list .blog-card {
    display: none;
}

.blog-page-list .blog-card.active {
    display: block;
}

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

.case-projects-list .project-card {
    display: none;
}

.case-projects-list .project-card.active {
    display: block;
}

/* case study details */
.case-study-banner {
    padding: 100px 0;
}

.hero-tag span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #6B6B6B;
    background-color: #FFFFFF;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 50px;
    box-shadow: none !important;
    border: 1px solid #DEDEDE !important;
}

.sec-tag {
    background-color: #0A70FD !important;
    color: #FFFFFF !important;
    margin-left: 24px;
}

.pl-10 {
    padding-left: 10px;
}

.case-study-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
}

.case-study-list img.combining-box-icon {
    margin-right: 16px;
}

.Objective-box {
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    box-shadow: 1px 1px 6px 0px #DEDEDE;
    padding: 10px;
    width: 100%;
    border-radius: 16px !important;
    margin-top: 60px;
    margin-bottom: 100px;
}

.Objective-box-bg {
    background-image: url(./images/Objective-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    background-color: #F7F7F7;
    height: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
}

.Objective-box-bg img {
    width: 100%;
    max-width: 100px;
    height: 100px;
}

.Objective-contant .cart-title {
    padding: 0 0 16px 0;
}

.challenge-item {
    position: relative;
    padding-left: 30px;
    padding-bottom: 34px;
}

.challenge-item::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -4px;
    width: 14.42px;
    height: 14.42px;
    background-color: #DEDEDE;
    border-radius: 50%;
}

.challenge-item::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 2px;
    width: 1px;
    height: calc(100% - 12px);
    background-color: #DEDEDE;
}

.challenge-item:last-child::after {
    display: none;
}

.challenge-img {
    max-width: 100%;
    border-radius: 12px;
    padding-left: 10px;
}

.challenges-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.challenges-item {
    width: 50%;
}

.challenges-main.left img.challenge-img {
    padding: 0 30px 0 0;
}

.pb-40 {
    padding-bottom: 40px;
}

.mx-250 {
    max-width: 250px;
}

/* start blog details page css */

.blog-banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.banner-content.blog-details {
    max-width: 1065px;
    padding-top: 0px;
    padding-bottom: 0;
    margin-top: -272px;
}

.blog-details-hero {
    background-color: #F7F7F7;
    padding-top: 80px;
    padding-bottom: 270px;
}

.blog-details-page {
    border: 0;
    padding-bottom: 0;
}

.blog-details-page {
    border: 0;
    padding-bottom: 0;
}

.about-blog {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
    padding-bottom: 50px;
}

.about-blog h2.main-title {
    max-width: 585px;
    margin: 0;
}

.about-blog .outline-btn {
    height: 34px;
    font-size: 14px;
    padding: 5px 12px;
}
.about-blog .outline-btn:hover {
    color: #0E0828;
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE !important;
}
.mt-100 {
    margin-top: 100px;
}

a.blog-link {
    color: #6B6B6B;
}

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

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

/* start contact page css */
.contact-hero-banner.contact-hero-banner {
    position: relative;
}

.contact-hero-banner:before {
    content: '';
    background-color: #F7F7F7;
    width: 100%;
    position: absolute;
    height: 700px;
    left: 0;
    right: 0;
    top: 0;
}

.contact-section {

    padding-top: 76px;
}

.contact-main-wrap {
    display: flex;
    gap: 30px;
}

.contact-left {
    width: 50%;
    z-index: 9;
}

.mt-111 {
    margin-top: 111px;
}

.contact-right {
    width: 50%;
    margin-top: auto;
}

.contact-left .checkup-card {
    padding: 30px;
}

.contact-left .top-text {
    color: #6B6B6B;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}

.bt-1 {
    border-top: 1px solid #E6E8EC;
}

.contact-right .checkup-card-contact {
    background-color: #0A70FD;
    color: #fff;
    padding-top: 65px;
}

.contact-right .checkup-card-contact {
    background-color: #0A70FD;
    color: #fff;
}

.contact-right img {
    text-align: right;
    margin-left: auto;
    display: block;
    margin-bottom: -125px;
    z-index: 99;
    position: relative;
}

.contact-right .checkup-card-contact p.body-text {
    color: #fff;
    margin-bottom: 24px;
}

.checkup-card-contact a.btn-primary-main {
    background-color: #FFFFFF;
    color: #000;
}

.checkup-card-contact a.btn-primary-main span {
    background-color: #0a70fd;
}

.checkup-card-contact a.btn-primary-main span svg {
    color: #fff;
}

.checkup-card-contact a.btn-primary-main span svg path {
    fill: #fff;
}

.contact-box {
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    box-shadow: 1px 1px 6px 0px #DEDEDE;
    padding: 10px;
    width: 100%;
    border-radius: 16px !important;

}

.contact-box-bg {
    background-image: url(./images/Objective-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    background-color: #F7F7F7;
    height: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
}

.contact-box-bg-arrow {
    background-image: url(./images/Objective-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    background-color: #F7F7F7;
    height: 100%;
}

.contact-box-inner {
    display: flex;
    gap: 16px;
    align-items: center;
}

.contact-box-bg-arrow img.arrow {
    margin-left: auto;
    display: block;
    position: relative;
    left: 10px;
    top: -8px;
}

.contact-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.contact-box-bg img {
    width: 100%;
    max-width: 100px;
    height: 100px;
}

.contact-contant .cart-title {
    padding: 0;
    color: #0E0828;
}

.contact-contant a.body-text {
    color: #0E0828;
    text-decoration: none;
}

.flag-us {
    padding-right: 6px;
}

/* Sidebar style for mobile nav */
@media (max-width: 991.98px) {
    .container {
        padding: 0 50px !important;
    }

    .sec-container {
        padding: 0 50px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        background-color: #fff;
        padding: 20px;
        z-index: 1050;
        transition: all 0.3s ease-in-out;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse.show {
        left: 0;
        top: 12%;
    }

    .navbar-nav {
        gap: 10px;
        margin-bottom: 20px !important;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-toggler.close-icon .navbar-toggler-icon {
        opacity: 0;
    }

    .navbar-toggler.close-icon {
        position: relative;
    }

    .navbar-toggler.close-icon::before {
        content: '\00d7';
        font-size: 32px;
        color: #000;
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px 10px;
        z-index: 1;
        padding: 0 10px;
        font-size: 40px;
        top: -5px;
    }

    .logo-slider {
        margin: 80px auto;
    }

    .mb-130 {
        margin-bottom: 80px;
    }

    .mt-130 {
        margin-top: 80px;
    }

    .decor-image {
        display: none;
    }

    .line-right {
        border: 0px;
    }

    .checkup-section {
        padding: 80px 0px;
        position: relative;
        overflow: hidden;
        background: #F7F7F7;
    }

    .side-width {
        max-width: 100%;
    }

    .blog-page-list {
        grid-template-columns: 1fr 1fr;
    }

    .about-blog {
        flex-wrap: wrap;
        gap: 20px;
    }

    .about-blog h2.main-title {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        padding: 0 30px !important;
    }

    .sec-container {
        padding: 0 30px;
    }

    .hero-subtitle,
    .body-text {
        margin-bottom: 30px;
    }

    .hero-title,
    .main-title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .hero-section {
        padding-bottom: 33px;
    }

    .logo-slider {
        width: 100%;
        margin: 50px auto;
    }

    img.hero-img {
        width: 100%;
        height: 400px;
        object-fit: contain;
    }

    .secondary-title {
        font-size: 24px;
    }

    .highlight {
        font-size: 34px;
    }

    .mt-130 {
        margin-top: 60px;
    }

    .mx-40 {
        margin: 20px 0px;
    }

    .service-block {
        padding-bottom: 10px;
    }

    .service-title,
    .third-title {
        font-size: 20px;
    }

    .technology-box-main {
        padding: 10px;
        margin-top: 70px;
    }

    .technology-box {
        padding: 20px;
    }

    .stack-item:before {
        width: 94%;
        height: 88%;
        bottom: 0;
        right: -10px;
    }

    .stack-item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .features strong {
        margin-bottom: 15px;
    }

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

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

    .stack-item .icon {
        margin-right: 10px;
    }

    .icon img {
        max-width: 80px;
        max-height: 80px;
    }

    .mb-130 {
        margin-bottom: 60px;
    }

    .combining-box {
        margin-bottom: 20px;
    }

    .full-bg-spacing {
        padding: 50px 0 50px 0;
    }

    .cards {
        flex-wrap: wrap;
    }

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

    .card {
        width: 100%;
    }

    .testimonials-section .body-text {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .timeline-step {
        flex-direction: column;
    }

    .timeline-step .content {
        width: 100%;
        text-align: center !important;
    }

    .timeline-line {
        display: none;
    }

    .timeline-step {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0;
    }

    .timeline-step .border-outside {
        order: -1;
        margin-bottom: 12px;
    }

    .timeline-step .content {
        order: 0;
        /* keep content after circle */
    }

    .border-outside:before {
        display: none;
    }

    .padding-cart {
        padding: 30px 20px 20px 20px;
    }

    .mobile-btn {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .box-title {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .w-266 {
        max-width: 100%;
    }

    .pl-60 {
        padding: 0 !important;
    }

    .label-text-footer {
        padding-bottom: 20px;
        text-align: left;
    }

    .footer-links {
        justify-content: flex-start;
    }

    .label-text-footer {
        text-align: left;
    }

    .footer-gap {
        padding: 40px 0px;
    }

    .mob-pb-0 {
        padding-bottom: 0px !important;
    }

    .mob-py-2 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .icon-box img {
        width: 60px;
        height: 60px;
    }

    .footer-cta .left {
        margin-bottom: 20px;
    }

    .testimonials-section .card {
        margin-right: 0px;
    }

    .mob-mb-0 {
        margin-bottom: 0px;
    }

    .banner-image {
        position: absolute;
        display: none;
    }

    .banner-content {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .round-high:before {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }

    .blog-contant.mb-60 {
        flex-wrap: wrap;
    }

    .blog-cards {
        flex-wrap: wrap;
    }

    .mob-mb-20 {
        margin-bottom: 20px;
    }

    .mb-60 {
        margin-bottom: 50px;
    }

    .engagement-content {
        padding-top: 50px;
    }

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

    .project-container {
        flex-wrap: wrap;
        gap: 40px;
    }

    .left-title {
        flex: 100%;
        flex-wrap: wrap;
        position: relative;
    }

    .project-info {
        padding: 20px 0 40px 0;
    }

    .blog-card {
        width: 100%;
    }

    .logo-box {
        max-width: 100%;
        gap: 22px;
    }

    .mt-38 {
        margin-top: -46px;
    }

    .ml-md-20 {
        margin-left: 0px;
    }

    .cloud-item {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .mob-img-style {
        height: 600px;
        object-fit: cover;
        border-radius: 16px;
    }

    .pb-100 {
        padding-bottom: 60px;
    }

    .transformative-section {
        padding: 60px 0;
    }

    .about-adorebits-main {
        gap: 20px;
        flex-wrap: wrap;
    }

    .about-adorebits-main img {
        width: 215px;
    }

    .about-list-main {
        gap: 40px;
        flex-wrap: wrap;
    }

    .right-list {
        margin-top: 20px;
    }

    .img-size-mob {
        margin: 0 auto;
    }

    .about-certications {
        max-width: 100%;
        padding-bottom: 10px;
    }

    .certifications-main-wrap {
        flex-wrap: wrap;
    }

    .certifications-contant {
        max-width: 100%;
        margin-top: 40px;
    }

    .certifications-item {
        margin-right: 0;
        margin-top: 30px;
    }

    .certifications-contant p.body-text {
        margin-bottom: 0;
    }

    .mb-100 {
        margin-bottom: 30px;
    }

    .about-banner {
        max-width: 100%;
        padding: 100px 0 90px 0;
    }

    .about-btn {
        padding: 13px;
        font-size: 16px;
    }

    .custom-tabs .nav-link {
        font-size: 16px;
        padding: 0 0 20px 0;
    }

    .custom-tabs {
        margin: 30px 0 !important;
        gap: 30px;
    }

    .case-projects-list {
        grid-template-columns: 1fr;
    }

    .blog-page-list {
        grid-template-columns: 1fr;
    }

    .pagination {
        padding: 10px !important;
        margin-top: 50px;
        gap: 8px;
        width: 100%;
    }

    .page-btn,
    .page-number {
        padding: 8px 12px;
        font-size: 12px;
    }

    .pt-50 {
        padding-top: 30px;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .checkup-title {
        max-width: 100%;
    }

    .case-study-banner img.hero-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .case-study-banner {
        padding: 50px 0;
    }

    .case-study-list {
        grid-template-columns: 1fr 1fr;
    }

    .Objective-box {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .challenges-item {
        width: 100%;
    }

    .challenge-item {
        padding-bottom: 10px;
    }

    .challenges-main.right.mt-130 {
        margin-top: 20px;
    }

    .challenges-main.right.mt-130 {
        margin-top: 30px;
    }

    .challenges-main.left img.challenge-img {
        padding: 0 0 30px 0;
    }

    .challenge-img {
        height: 600px;
        object-fit: cover;
    }

    .blog-details-hero {
        padding-top: 60px;
        padding-bottom: 120px;
    }

    .banner-content.blog-details {
        margin-top: -150px;
    }

    .about-blog {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .contact-main-wrap {
        flex-wrap: wrap;
    }

    .contact-right {
        width: 100%;
    }

    .contact-left {
        width: 100%;
    }

    .contact-section {
        padding-top: 30px;
    }

    .mt-111 {
        margin-top: 60px;
    }

    .contact-list {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 576px) {
    .footer-cta {
        text-align: center;
        flex-direction: column;
        gap: 15px;
    }

    .footer-bottom-bar {
        flex-direction: column;
        gap: 10px;
    }

    .logo-box img {
        width: 20%;
    }

    .about-btn {
        padding: 15px;
        font-size: 14px;
        line-height: 150%;
        width: 100%;
        display: inline-block;
    }

    .custom-tabs {
        display: grid !important;
        gap: 10px;
    }

    .custom-tabs .nav-link {
        padding: 10px 0 10px 0;
    }

    .study-filter-btn {
        padding: 4px 10px;
    }

    .custom-filter {
        padding: 15px;
        gap: 10px;
    }

    .case-study-list {
        grid-template-columns: 1fr;
    }

    .mx-250 {
        max-width: 100%;
    }

    .combining-box {
        margin-bottom: 0px;
    }

    .mt-100 {
        margin-top: 30px;
    }

    .px-40 {
        padding: 20px 0;
    }

    .mt-130 {
        margin-top: 45px;
    }

    .checkup-title {
        padding-bottom: 40px;
    }

    .blog-details-hero {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .banner-content.blog-details {
        margin-top: -50px;
    }

    .contact-right img {
        margin-bottom: -115px;
    }

    .contact-right .checkup-card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-hero-banner:before {
        height: 600px;
    }

    .mt-111 {
        margin-top: 40px;
    }

    .contact-list {
        gap: 20px;
    }

    .contact-box-bg {
        padding: 10px;
    }

    .mt-111 {
        margin-top: 40px;
    }

}

@media (max-width: 385px) {
    button.page-btn {
        gap: 0;
        font-size: 0;
    }
}