:root {
    --bs-font-sans-serif: "Roboto", sans-serif;
}

a {
    text-decoration: none;
}

.top-navigation-bar {
    height: 33px;
}

.top-navigation-bar .top-navigation-bar-links {
    gap: 45px;
}

.top-navigation-bar-mobile {
    padding: 18px;
}

.top-navigation-bar-links-mobile {
    gap: 12px;
}

.top-navigation-bar-links-mobile a {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
}

.top-navigation-bar .top-navigation-bar-links > a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #fafafa;
    line-height: normal;
}

.dropdown-language {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    border: none;
    background: none;
    color: #fafafa;
}

.text-white {
    color: #fafafa !important;
}

.dropdown-language:hover {
    color: #fafafa;
}

.dropdown-language .language-flag-icon {
    width: 28px;
    height: 17px;
    margin-right: 10px;
}

.dropdown-language span {
    margin-right: 5px;
}

.dropdown-menu-language li a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fafafa;
}

.dropdown-menu-language li a:hover {
    color: #fafafa;
}

.dropdown-menu-language li a img {
    margin-right: 10px;
}

.navbar-menu-desktop .nav-link {
    padding: 10px !important;
}

.navbar-nav {
    gap: 5px;
}

.nav-item .contact-us {
    background-color: #f1543e !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #f1543e;
    font-weight: 500;
}

/* Dropdown */
.dropdown-item:hover {
    background: none !important;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.dd-button {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 4px;
    padding: 10px 30px 10px 20px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
}

.dd-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

.dd-button:hover {
    background-color: #eeeeee;
}

.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
}

.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.dd-menu li.divider {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}

/* navbar */
.dropdown {
    position: static !important;
}

/* .dropdown:hover .dropdown-menu {
    display: block;
} */

.custom-dropdown {
    font-weight: 400 !important;
}

/* styles.css */

.my-dropdown {
    position: relative;
    display: inline-block;
}

.my-dropdown-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.my-dropdown-menu {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    right: 0;
    border-top: none;
    width: max-content;
    max-width: 600px; /* Set the width to fit content */
    border-radius: 0 0 0.25em 0.25em;
    z-index: 10;
}

.my-dropdown-menu li {
    display: block;
}

.my-dropdown-menu li:hover {
    background-color: #f1543e;
}

.my-dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
}

.my-dropdown-menu li a.active {
    background-color: #f1543e;
}

.text-bottom-sm {
    font-size: smaller;
}
.header-dropdown {
    position: relative;
}

.header-dropdown:after {
    border-right: 1px solid #dadada;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.row-chat {
    background-color: #fff;
}
.custom-img-footer {
    max-width: 80px;
    height: auto;
}
.custom-img-banner {
    max-width: 80px;
    height: auto;
}
.dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    margin-top: 0px !important;
    width: 80% !important;
    left: 10% !important;
    border: none !important;
}

.blog-header {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 100px;
}

/* hero */
.hero-banner {
    background-position: center;
    background-size: cover;
    height: 420px;
    position: relative;
}

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

.hero-banner .hero-content {
    padding: 100px 140px;
}

.hero-banner .hero-content .hero-text-container .title-hero-banner {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #253d51;
    width: 420px;
    margin-bottom: 14px;
}

.hero-banner .hero-content .hero-text-container .label-description-hero-banner {
    padding: 10px;
    background-color: #253d51;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    width: fit-content;
    text-transform: capitalize;
    color: #fafafa;
}

.hero-banner .hero-banner-end-line {
    height: 15px;
    background-color: #f1543e;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.overview-service-solution-banner {
    background-image: url(../assets-dev/overview-service-solution-banner.jpg);
}

.about-banner {
    background-image: url(../assets-dev/about-banner.jpg);
}

.strategic-partner-banner {
    background-image: url(../assets-dev/strategic-partner-banner.jpg);
}

.contact-us-banner {
    background-image: url(../assets-dev/contact-us-banner.jpg);
}

.blog-banner {
    background-image: url(../assets-dev/blog-banner.jpg);
}

.campaign-banner {
    background-image: url(../assets-dev/blog-banner.jpg);
}

.container-highlight-web {
    display: flex;
}
.container-highlight-mobile {
    display: none;
}

@media screen and (max-width: 992px) {
    .hero-banner .hero-content {
        padding: 28px;
    }

    .dropdown-language span {
        display: none;
    }

    .dropdown-language .language-flag-icon {
        margin-right: 5px;
    }
}

@media screen and (max-width: 768px) {
    .container-highlight-web {
        display: none;
    }
    .container-highlight-mobile {
        display: block;
    }
    .hero-banner .hero-content {
        padding: 30px;
    }
    .custom-background {
        height: 600px !important;
    }
}

@media screen and (max-width: 520px) {
    .custom-background {
        background-size: auto 100% !important;
    }
}

@media screen and (max-width: 576px) {
    .hero-banner .hero-content {
        padding: 12px;
    }

    .overview-service-solution-banner {
        background-image: url(../assets-dev/overview-service-solution-banner-mobile.jpg);
    }

    .about-banner {
        background-image: url(../assets-dev/about-banner-mobile.jpg);
    }

    .strategic-partner-banner {
        background-image: url(../assets-dev/strategic-partner-banner-mobile.jpg);
    }

    .contact-us-banner {
        background-image: url(../assets-dev/contact-us-banner-mobile.jpg);
    }

    .blog-banner {
        background-image: url(../assets-dev/blog-banner-mobile.jpg);
    }

    .campaign-banner {
        background-image: url(../assets-dev/blog-banner-mobile.jpg);
    }

    .hero-banner .hero-content .hero-text-container .title-hero-banner {
        width: 100%;
        font-size: 24px;
    }

    .hero-banner
        .hero-content
        .hero-text-container
        .label-description-hero-banner {
        font-size: 12px;
        padding: 8px 14px;
    }
}

.red-line {
    height: 10px;
    background-color: #f1543e;
}

.btn-vbc-about {
    background-color: #253d51;
    border-color: #253d51;
}

.title-hero-vbc {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    color: #253d51;
}
.container-home {
    padding: 50px calc((5%) + 12px);
}

/* BASE */
.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fs-12 {
    font-size: 12px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-30 {
    font-size: 35px;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px !important;
}

.border-vibi {
    border: 2px solid #f1543e;
    border-radius: 10px;
    background-color: #f2f2f2 !important;
}

@media (min-width: 576px) {
    .fs-sm-30 {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .fs-md-30 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .fs-lg-30 {
        font-size: 30px;
    }
}

.title-vbc {
    font-family: "Open Sans", sans-serif;
}

.desc-vbc {
    font-family: "Roboto", sans-serif;
}

.vibi-content-top-title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #f1543e;
}

.vibi-content-title {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #f1543e;
}

.vibi-content-body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #282828;
}

@media screen and (max-width: 576px) {
    .vibi-content-top-title {
        font-size: 16px;
    }

    .vibi-content-title {
        font-size: 32px;
    }

    .vibi-content-body {
        font-size: 14px;
    }
}

.vibi-brand-title {
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
}

.vibi-brand-text {
    color: #f1543e;
}

.vibi-brand-bg-3 {
    background-color: #fbd1cb;
}

.vibi-brand-bg-2 {
    background-color: #282828;
}

.vibi-brand-bg {
    background-color: #f1543e !important;
}

.mobile-block-sm {
    display: none;
}

.mobile-block-lg {
    display: none;
}

.desktop-block-sm {
    display: inline-block;
}

.desktop-block-lg {
    display: inline-block;
}

.opacity-75:hover {
    opacity: 0.75;
    transition: 0.5s;
}

.opacity-50:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.link-underline {
    text-decoration: underline;
}

.rounded-5 {
    border-radius: 5px;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f8f8ff;
}

.tab-menu-service .tab-menu-service-content {
    margin-bottom: 18px;
}

.tab-menu-service .tab-menu-service-title {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.tab-menu-service .tab-menu-service-subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 0;
}

.neutral-dropdown {
    width: auto !important;
    inset: auto !important;
    left: auto !important;
    transform: none !important;
}

.bg-input {
    background-color: #e0e0e0;
}

.menu-mobile-tab .nav-item .nav-link.active {
    background-color: white;
    border-radius: 0.25em;
    color: #8CC74C !important;
}
@media screen and (max-width: 1744px) {
    .neutral-dropdown {
        right: 0 !important;
    }
}

/* Custom CSS for styling the card container */
.container-about-vibi {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ceo-letter > * {
    padding: 0 !important;
}

.ceo-letter .col-md-8 .custom-card-content {
    height: auto !important;
}

.custom-card-container {
    width: 100%; /* Adjust the maximum width as needed */
    padding: 10px;
    position: relative;
}

.fill-form-keep-in-touch {
    margin-top: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 562px;
}

.bg-form-btm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-size: cover;
    flex-shrink: 0;
    width: 100%;
    height: 562px;
    background: url('../assets-dev/home-assets/image 166.png'), #253D51 50%;
    background-size: cover;
    mix-blend-mode: multiply;
    padding-bottom: 20px;
}

.fill-form-keep-in-touch .vibi-content-top-title {
    margin-bottom: 14px;
}

.fill-form-keep-in-touch .vibi-content-title {
    margin-bottom: 34px;
}

.fill-form-keep-in-touch .vibi-content-body {
    margin-bottom: 34px;
}

.fill-form-keep-in-touch .fill-form {
    right: 0;
    top: -104px;
}

.fill-form-keep-in-touch .fill-form {
    width: 360px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #f1543e;
    background-image: url("../assets-dev/home-assets/vector-form.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    padding: 30px;
    position: absolute;
}

.fill-form-keep-in-touch .fill-form .fill-form-title {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #f8f8ff;
    margin-bottom: 24px;
}

.fill-form-keep-in-touch .fill-form .input-group {
    margin-bottom: 8px;
}

.fill-form-keep-in-touch .fill-form .input-group input,
.fill-form-keep-in-touch .fill-form .input-group select {
    padding: 12px 24px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #f47c6c;
    outline: 0;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    width: 100%;
}

.fill-form-keep-in-touch .fill-form .button-submit {
    margin-top: 26px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 992px) {
    .fill-form-keep-in-touch.container-vbc {
        padding-bottom: 80px;
    }

    .fill-form-keep-in-touch .fill-form {
        width: 100%;
        top: 0;
        position: relative;
    }
}

/* Custom CSS for the background element */
.custom-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-image: url("../assets-dev/Frame 13578.png");
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    z-index: -1; /* Place it behind the card */
}
.left-banner {
    margin-left: 5%;
}
.banner-top-card {
    display: flex;
    width: 360px;
    height: 42px;
    padding: 2px 44px 2px 45px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: #f8f8fa;
}
.banner-btm-btn {
    display: inline-flex;
    padding: 6px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
    gap: 10px;
}
.banner-btm-title {
    color: #355773;
    margin-top: 6px;
    font-family: Gilroy-SemiBold;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.banner-darkblue-card {
    margin-left: 10px;
    display: inline-flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #253d51;
}
.darkblue-title {
    color: #fafafa;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.price-title {
    color: #282828;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.btn-learn {
    display: inline-flex;
    padding: 15px 40px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    background: #f1543e;
}
.bg-sm-indicator {
    display: inline-flex;
    height: 46px;
    padding: 0px 87px 0px 88px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: rgba(250, 250, 250, 0.9);
    backdrop-filter: blur(5px);
}
.sm-indicator {
    width: 44px;
    height: 10px;
    border-radius: 10px;
    gap: 6px;
    background: #99aab9;
}
.sm-indicator.active {
    background: #253d51;
}

.s-dan-k {
    color: #f1543e;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.custom-background-commitment {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: 100% auto;
    background-image: url("../assets-dev/Frame 13599.png");
    background-repeat: no-repeat;
    z-index: -1; /* Place it behind the card */
}
@import url("https://fonts.cdnfonts.com/css/gilroy-bold");
.margin-banner {
    margin-left: 40px;
}
.banner-heading {
    color: #f1543e;
    font-family: "Gilroy-Bold", sans-serif;
    font-size: 50px;
    font-style: bold;
    font-weight: 500;
    line-height: 100%;
}
.banner-heading-aws {
    color: #253d51;
    font-family: "Gilroy-Bold", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.banner-logo-first {
    width: 120px;
    height: 30px;
    flex-shrink: 0;
}
.banner-logo-second {
    width: 38px;
    height: 22px;
    flex-shrink: 0;
}
.banner-logo-third {
    width: 85px;
    height: 38px;
    flex-shrink: 0;
}

/* Custom CSS for the card content */
.custom-card-content {
    background-color: #fff;
    padding: 20px;
    height: 100%;
    width: 100%;
    border: 1px solid #ccc;
}

.bg-service {
    background-size: cover;
    flex-shrink: 0;
    width: 100%;
    height: 600px;
    background: url("../assets-dev/home-assets/bgservice.png"),
        #253d51 50% / cover no-repeat;
    mix-blend-mode: multiply;
}
.bg-service-sm {
    background-size: cover;
    flex-shrink: 0;
    width: 100%;
    height: 900px;
    background: url("../assets-dev/home-assets/bgservice-mobile.png"),
        #253d51 50% / cover no-repeat;
    mix-blend-mode: multiply;
}
.our-service {
    width: 288px;
    height: 546px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #f1543e;
    margin-top: -18%;
}
.our-service-sm {
    width: 334px;
    height: 144px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #f1543e;
}
.service-title {
    color: #f8f8ff;
    font-family: Open Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.list-home {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-item-home {
    display: flex;
    width: 228px;
    padding: 10px 14px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: none;
    background-color: transparent;
}
.text-item-service {
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    text-transform: capitalize;
}
.text-item-service:hover {
    color: #fff;
}
.text-service-btm {
    display: flex;
    width: 228px;
    padding: 10px 14px;
    align-items: center;
    gap: 10px;
    color: #f8f8ff;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 111.111% */
    text-transform: capitalize;
}
.title-service {
    color: #fafafa;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
}
.heading-service {
    color: #f8f8ff;
    font-family: Open Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}
.text-service-btm:hover {
    color: #f8f8ff;
}
.list-item-home a:hover {
    color: #fff;
}

.list-item-home:hover {
    background-color: #253d51;
    color: white;
}

.banner-item {
    background-size: cover;
    background-position: center;
    min-height: 70vh;
    align-items: center;
}

.banner-item img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

.blog-card > img {
    height: 215px;
    object-fit: cover;
}

#solutionCategoryAccordion .accordion-button:not(.collapsed) {
    color: #f1543e;
    background-color: #ffc6be;
    box-shadow: inset 0 -1px 0 rgba(255, 198, 190,.125);
}

#solutionCategoryAccordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f1543e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#solutionCategoryAccordion .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.carousel-indicators .custom-carousel-indicator {
    width: 44px;
    height: 10px;
    border-radius: 10px;
    background: #99aab9;
    border: none;
    margin: 5px;
}
.service-carousel {
    width: 44px;
    height: 10px;
    border-radius: 10px;
    background: #99aab9;
    border: none;
    margin: 5px;
}
.service-carousel.active {
    background: #f1543e;
}
.img-service-card {
    width: 10px;
    height: auto;
}
.service-card-title {
    color: #282828;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    text-transform: capitalize;
}
.service-card-content {
    overflow: hidden;
    color: #282828;
    text-overflow: ellipsis;
    whitespace: nowrap;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}

.custom-carousel-indicator.active {
    background: #253d51;
}

.carousel {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

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

.container-vbc {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 240px;
    padding-right: 240px;
}

@media screen and (max-width: 1200px) {
    .container-vbc {
        padding-left: 90px;
        padding-right: 90px;
    }
}

@media screen and (max-width: 768px) {
    .container-vbc {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.hero {
    position: relative;
}

.hero-text {
    width: 100%;
}

.mobile-hero-about {
    padding: 0;
    margin: 0;
}

.mobile-hero-about img {
    width: 100%;
    display: block;
}

.mobile-bg-service {
    padding: 0;
    margin: 0;
}

.mobile-bg-service img {
    width: 100%;
    display: block;
}

.ceo-image {
    height: 450px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.image-member {
    display: flex;
    align-items: stretch;
}

.card-member .row {
    align-items: stretch;
}

.ceo-image img {
    height: 120%;
}

.font-commitment {
    background-color: #f1543e;
}

.font-commitment p {
    font-size: 24px;
}

@media screen and (max-width: 520px) {
    .card-body.p-5 {
        padding: 20px !important;
    }

    .banner-top-card {
        width: 287px;
        height: 33.483px;
        padding: 1.595px 35.078px 1.594px 35.875px;
        border-radius: 15.944px;
    }
    .banner-btm-btn {
        display: inline-flex;
        padding: 3px 9px;
        justify-content: center;
        align-items: center;
        border-radius: 25px;
        gap: 10px;
    }
    .banner-btm-title {
        font-size: 12px;
    }

    .fs-12 {
        font-size: 12px;
    }

    .fs-24 {
        font-size: 24px;
    }

    .fs-30 {
        font-size: 30px;
    }

    .fs-33 {
        font-size: 33px;
    }

    .fs-37 {
        font-size: 37px;
    }

    /* .g-recaptcha {
        transform:scale(1.12);
        transform-origin:0 0;
    } */
}

@media screen and (max-width: 768px) {
    .w-100-md {
        width: 100%;
    }

    .hero-text {
        padding: 50px 5%;
    }

    .ceo-image-mobile {
        height: 250px;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .ceo-image-mobile img {
        display: block;
        margin: 0 auto;
        height: 200%;
    }

    .ceo-image {
        display: none;
    }

    .background-milestone {
        background-size: 100% 100% !important;
    }

    .milestone-mobile {
        display: block;
    }

    .milestone-desktop {
        display: none;
    }

    .banner-logo-first {
        width: 20.1px;
        height: 7.1px;
        flex-shrink: 0;
    }
    .banner-logo-second {
        width: 15.145px;
        height: 8.539px;
        flex-shrink: 0;
    }
    .banner-logo-third {
        width: 34.34px;
        height: 15.145px;
        flex-shrink: 0;
    }
    .banner-heading {
        color: #f1543e;
        font-family: "Gilroy-Bold", sans-serif;
        font-size: 32px;
        font-style: bold;
        font-weight: 400;
        line-height: 100%;
    }
    .banner-heading-aws {
        color: #253d51;
        font-family: "Gilroy-Bold", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }
    .banner-darkblue-card {
        margin-left: 10px;
        width: 80%;
        display: inline-flex;
        padding: 8px 14px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background: #253d51;
    }
    .darkblue-title {
        color: #fafafa;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }
    .price-title {
        color: #282828;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
    .text-left-md {
        text-align: left !important;
    }
}

@media screen and (min-width: 768px) {
    .hero {
        height: 350px;
        padding: 50px 5%;
    }

    .custom-background-commitment {
        background-size: auto 100%;
    }

    .ceo-image {
        display: block;
    }

    .ceo-image-mobile img {
        display: none;
    }

    .hero-about {
        background-image: url("../assets-dev/Frame_13684.png");
        object-fit: cover;
        max-width: 100%;
        width: 100%;
        background-position: right;
        padding-right: 5%;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .hero-blog {
        background-image: url("../assets-dev/Frame 13701.png");
        object-fit: cover;
        max-width: 100%;
        width: 100%;
        background-position: right;
        padding-right: 5%;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .mobile-hero-about img {
        display: none;
    }

    .vertical-center {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .milestone-mobile {
        display: none;
    }

    .milestone-desktop {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .custom-background-commitment p {
        text-align: start !important;
    }

    .mobile-block-sm {
        display: inline-block !important;
    }

    .desktop-block-lg {
        display: none !important;
    }

    .desktop-block-sm {
        display: none !important;
    }

    .custom-background-blog {
        text-align: left !important;
    }

    .custom-background-blog img {
        width: 30% !important;
    }
}

@media screen and (min-width: 992px) {
    .font-commitment {
        margin-bottom: 20px;
        margin-top: -70px;
        margin-right: auto;
        margin-left: auto;
    }

    /* Blog */
    .mobile-tab-blog {
        display: none !important;
    }

    .desktop-tab-blog {
        display: flex !important;
    }
}

@media screen and (max-width: 1220px) {
    .hero-about {
        background-size: auto 100%;
    }

    .hero-blog {
        background-size: auto 100%;
    }
}

@media screen and (min-width: 1460px) {
    .custom-background-commitment {
        background-size: 100% auto;
    }
}

@media screen and (min-width: 1550px) {
    .custom-background-blog {
        background-size: 100% auto !important;
    }
}

.vertical-center {
    margin: 0;
}

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

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

.mt-50 {
    margin-top: 50px !important;
}

.full-width {
    width: 100% !important;
}

.g-none {
    --bs-gutter-x: none !important;
}

/* Milestone */
.timeline-steps {
    display: flex;
    justify-content: flex-start;
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem;
}

.timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: 0.25rem solid white;
    width: 17.46rem;
    position: absolute;
    left: 13.9rem;
    top: calc(12px + 0.7125rem);
}

.timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: 0.25rem solid white;
    width: 14.26;
    position: absolute;
    right: 13.9rem;
    top: calc(12px + 0.7125rem);
}

.timeline-steps .timeline-content {
    width: 20rem;
    text-align: center;
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 2.5rem;
    display: inline-flex;
    align-items: center;
    z-index: 100;
    justify-content: center;
    background-color: #8cc74c;
    padding: 10px 25px;
}
/* Custom CSS for the carousel container */
.custom-carousel-container {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.custom-sraousel-item {
    flex: 0 0 50%;
}

/* Custom CSS for the carousel content */
.custom-carousel-content {
    display: flex;
    width: 200%; /* Twice the width of one slide to create space for sliding */
    transition: transform 0.3s ease-in-out;
}

.background-milestone {
    background-image: url("../assets-dev/Rectangle 335.png");
    background-size: 100% 100% !important;
    z-index: -2;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
}

.timeline_area {
    position: relative;
    z-index: 1;
}

.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 80px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}

.single-timeline-area .timeline-date {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}

.single-timeline-area:first-child .timeline-date:after {
    height: 50%;
    top: 50%;
}

.single-timeline-area:last-child .timeline-date:after {
    height: 50%;
}

.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}

.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    content: "";
    right: 11px;
    z-index: 5;
    margin-top: -5.5px;
}

.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
    .container-vbc-mb {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.year-milestone-acrdn {
    padding: 20px 0px;
    background-color: transparent;
}

.year-milestone-acrdn .accordion-collapse {
    background-color: white !important;
}

.year-milestone:focus {
    box-shadow: none !important;
}

.year-milestone:not(.collapsed) {
    background-color: #f1543e;
}

.year-milestone {
    background-color: #f1543e;
}

.year-milestone > div {
    margin-top: -30px;
    background-color: #8cc74c;
}

/* Custom CSS styles for the accordion */
.accordion-container {
    width: 100%;
    margin: 0 auto;
}

.accordion-list {
    margin-bottom: 10px;
}

.accordion-header {
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.accordion-content {
    display: none;
    padding: 10px;
}

/* Ellipsis */
.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/* Blog */
.mobile-tab-blog {
    display: flex;
}

.desktop-tab-blog {
    display: none;
}

.mobile-tab-blog-dropdown {
    background-color: none !important;
    color: white;
}

.label-blog-card {
    position: absolute;
    top: 0;
    left: 30px;
    padding: 5px 20px;
}

.pagination-active {
    border-bottom: 1px solid #f1543e;
}

.custom-background-blog {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: 100% auto;
    background-image: url("../assets-dev/Frame 13840.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    z-index: -1; /* Place it behind the card */
}

.custom-background-blog img {
    width: 50%;
}

/* Footer */

.footer-section-2 {
    width: 100%;
    height: 294px;
    object-fit: cover;
    background-image: url("../assets-dev/footer-section-1.png");
    /* background-size: 100% auto; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    z-index: -1; /* Place it behind the card */
}

.footer-information .header {
    font-family: "Roboto", sans-serif;
}

.footer-information .body {
    font-family: "Open Sans", sans-serif;
}

.footer-information-section {
    padding: 50px 140px;
}

.footer-information-section .footer-information-brand {
    margin-bottom: 54px;
}

.footer-information-section
    .footer-information-brand
    .footer-information-social-media {
    gap: 20px;
}

.footer-data-section .header {
    font-size: 20px;
    font-weight: 700;
    color: #fafafa;
    margin-bottom: 24px;
}

.footer-data-section .body {
    font-size: 16px;
    font-weight: 400;
    color: #ffffffbf;
}

.footer-data-section .footer-data-service {
    margin-bottom: 10px;
}

.footer-copyright-section {
    padding: 28px 140px;
    background-color: #15222e;
}

.footer-copyright-section .body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fafafa;
}

.footer-copyright-section p {
    margin-bottom: 0;
}

.footer-copyright-section .footer-copyright-feature {
    gap: 30px;
}

@media screen and (max-width: 1200px) {
    .footer-copyright-section .footer-copyright-content {
        flex-direction: column-reverse;
        align-items: center;
    }

    .footer-copyright-section .footer-copyright-content .body {
        padding-top: 15px;
    }

    .footer-copyright-section
        .footer-copyright-content
        .footer-copyright-feature {
        padding-bottom: 15px;
        border-bottom: 1px solid #ffffff40;
    }
}

@media screen and (max-width: 768px) {
    .footer-information-section {
        padding: 50px 50px;
    }

    .footer-copyright-section {
        padding: 28px 50px;
    }

    .footer-copyright-section .footer-copyright-feature {
        gap: 10px;
    }
}

@media screen and (max-width: 576px) {
    .footer-information-brand > img {
        width: 100px;
    }

    .footer-information-section
        .footer-information-brand
        .footer-information-social-media {
        gap: 15px;
    }

    .footer-information-section {
        padding: 50px 25px;
    }

    .footer-copyright-section {
        padding: 28px 20px;
    }

    .footer-copyright-section .body {
        font-size: 12px;
    }
}

.get-in-touch {
    color: #fafafa;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 48px */
    margin-bottom: 14px;
}

.footer-section-2 p {
    max-width: 553px;
    overflow: hidden;
    color: #fafafa;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    margin-bottom: 34px;
}

.footer-section-2 .btn-lets-talk {
    max-width: 155px;
    color: #fafafa;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    text-transform: capitalize;
    padding: 13px 30px;
    border-radius: 5px;
    background: #253d51;
    transition: all 0.3s ease-in-out;
}

.footer-section-2 .btn-lets-talk:hover {
    max-width: 155px;
    color: #fafafa;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
    text-transform: capitalize;
    padding: 13px 30px;
    border-radius: 5px;
    background: #1d303f;
}

button:focus,
input:focus,
textarea:focus {
    box-shadow: none !important;
    outline: none;
    /* border: none; */
}

#exampleModal .modal-content {
    padding: 34px 74px 54px;
    background: #f0f0f0;
}

#exampleModal .modal-title {
    color: #f1543e;
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
}

#exampleModal .modal-body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

#exampleModal .modal-body input::placeholder,
#exampleModal .modal-body textarea::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #999999;
}

#exampleModal .modal-body input:active,
#exampleModal .modal-body textarea:active {
    border: none;
}

#exampleModal .modal-body .form-style {
    background: #e0e0e0;
    padding: 20px 34px;
    border: none;
}

#exampleModal .modal-header .btn-close {
    background: url("../assets-dev/footer/close-button.svg") no-repeat;
    position: absolute;
    top: 28px;
    right: 24px;
    opacity: 1;
}

#exampleModal .modal-dialog {
    max-width: 906px;
}

#exampleModal .btn-send-message {
    background: #f1543e;
    color: white;
    padding: 15px 40px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

@media screen and (max-width: 768px) {
    #exampleModal .modal-content {
        padding: 14px;
    }

    #exampleModal .modal-dialog {
        width: 90%;
    }

    #exampleModal .modal-title {
        font-family: "Open Sans", sans-serif;
        font-size: 32px;
        font-weight: 800;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left;
    }

    #exampleModal .btn-send-message {
        width: 100%;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: center;
        padding: 10px 14px;
    }

    #exampleModal .modal-body .form-style {
        padding: 12px 18px;
    }
}

@media screen and (max-width: 576px) {
    .footer-section-2 {
        padding: 0 20px;
    }

    .get-in-touch {
        color: #fafafa;
        font-family: "Open Sans", sans-serif;
        font-size: 32px;
        font-weight: 800;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 18px;
    }

    .footer-section-2 p {
        max-width: 553px;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 34px;
    }

    .footer-section-2 button {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
    }

    #exampleModal .modal-dialog {
        width: unset;
    }
}

@media screen and (max-width: 767px) {
    .custom-background-commitment {
        background-size: auto 100%;
    }

    .font-commitment {
        width: 48px !important;
    }
}

@media screen and (min-width: 768px) {
    .font-commitment {
        width: 84px !important;
    }

    .fs-70-dsk {
        font-size: 70px !important;
    }

    .hero-sp {
        background-image: url("../assets-dev/Frame 13842.png");
        object-fit: cover;
        max-width: 100%;
        width: 100%;
        background-position: right;
        padding-right: 5%;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}

.custom-background-sp {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: url("../assets-dev/Frame 13705.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.vp-desktop {
    display: flex;
}

.vp-mobile {
    display: none;
}

@media screen and (min-width: 1225px) {
    .custom-background-sp {
        background-size: 100% auto;
    }
}

@media screen and (max-width: 1220px) {
    .hero-sp {
        background-size: auto 100%;
    }
}

@media screen and (min-width: 768px) {
    .text-center-desktop {
        text-align: center !important;
    }

    .container-sp-desktop {
        max-width: 638px !important;
    }
}

@media screen and (max-width: 768px) {
    .mh-100 {
        max-height: 100px;
    }

    .vp-desktop {
        display: none !important;
    }

    .vp-mobile {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    .hero-cu {
        background-image: url("../assets-dev/Frame 13846.png");
        object-fit: cover;
        max-width: 100%;
        width: 100%;
        background-position: right;
        padding-right: 5%;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .cu-md-desktop {
        display: flex !important;
    }

    .cu-md-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 1220px) {
    .hero-cu {
        background-size: auto 100%;
    }
}

@media screen and (min-width: 1200px) {
    .custom-background-cu {
        background-size: 100% auto !important;
    }
}

@media screen and (max-width: 345px) {
    /* .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    } */
}

.bg-input-vbc {
    background-color: #e0e0e0;
}

.mw-800 {
    max-width: 800px;
}

.custom-background-cu {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: url("../assets-dev/Frame 13848.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.custom-background-cu-mb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: url("../assets-dev/Frame 13849.png");
    background-size: auto 100%;
    background-position: left -300px bottom;
    background-repeat: no-repeat;
}

.cu-md-desktop {
    display: none;
}

.cu-md-mobile {
    display: flex;
}

.blog-breadcrumb i{
    opacity: 0.6;
    color: #f1543e !important;
}

.blog-breadcrumb.active a{
    text-decoration: none;
    color: #f1543e !important;
    opacity: 0.6;
}

.breadcrumb-item.active a {
    text-decoration: none;
    color: white !important;
    opacity: 0.6;
}

.breadcrumb-item.active a:hover {
    opacity: 1;
}

.blog-breadcrumb.active a:hover{
    opacity: 1;
}

.sticky-card {
    margin-top: -40px;
    padding-top: 40px;
}

.hero-cd {
    background-image: url("../assets-dev/Frame 13850.png");
    object-fit: cover;
    width: 100%;
    max-height: 200px;
    background-size: 100% auto;
}

.navbar-mobile .flexMain {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-mobile a.nav-menu-item {
    font-weight: 500;
    font-size: 14px;
    padding: 20px 25px;
}

.navbar-mobile a.nav-menu-item:hover {
    color: #f1543e;
}

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

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex3 {
    flex: 3;
}

button.siteLink {
    border: none;
    padding: 0;
    display: inline-block;
    font-size: 30px;
}

.whiteLink {
    background: #fff;
}

.blackLink {
    color: #fff;
    background: #232323;
    transition: all 300ms linear;
}

.blackLink:active {
    color: #000;
    background: #fff;
}

#menuHolder {
    position: sticky;
    top: 0;
    z-index: 123122;
    width: 100%;
}

#siteBrand {
    font-family: impact;
    letter-spacing: -1px;
    font-size: 32px;
    color: #252525;
    line-height: 1em;
}

#menuDrawer {
    background: #fff;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 12311;
    top: 0;
    left: 0;
    border-right: 1px solid #eaeaea;
    width: 100%;
    transform: translateY(-100%);
    transition: transform 200ms linear;
}

#menuDrawer > .navbar-top {
    padding: 30.25px 1.5rem;
}

#mainNavigation {
    transition: transform 200ms linear;
    background: #fff;
    z-index: 12312;
}

.drawMenu > #menuDrawer {
    transform: translateY(0%);
}

.fa-times {
    cursor: pointer;
}

a.nav-menu-item {
    transition: border 200ms linear;
    text-decoration: none;
    display: block;
    padding: 18px;
    padding-left: 32px;
    border-bottom: 1px solid #eaeaea;
    font-weight: bold;
}

select.noStyle {
    border: none;
    outline: none;
}

.vibi-brand-bg-4 {
    background-color: #253d51;
}

/* navbar-mobile */
#blog-content {
    display: none;
    /* Add any other styles you need */
}

.back-menu {
    padding: 0 32px;
}

.padding-menu-mobile {
    padding: 18px 32px !important;
}

.margin-menu-mobile {
    margin: 18px 32px;
}

.vibi-brand-bg-5 {
    background-color: #8cc74c;
}

.vibi-brand-text-2 {
    color: #8cc74c !important;
}

button.accordion-button.collapse-menu-service:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.collapse-menu-service:not(.collapsed) {
    color: black;
}

.about-menu-image {
    object-fit: cover;
    object-position: top;
    height: 350px;
}

.fs-16 {
    font-size: 16px !important;
}
/* Desktop */
.show.animate-slide {
    max-height: 800px;
    visibility: visible;
    transition: all 0.7s;
}

.animate-slide {
    display: block;
    max-height: 0;
    visibility: hidden;
    transition: all 0.2s;
    overflow: hidden;
}

.navbar-light .navbar-nav .contact-us {
    padding: 10px 25px;
}

.navbar-menu-desktop {
    border-bottom: 2px solid transparent;
}

.navbar-menu-desktop:hover {
    border-bottom: 2px solid #f1543e;
}

.navbar-menu-desktop a:focus {
    color: #f1543e !important;
}

.navbar-menu-desktop a:hover {
    color: #f1543e !important;
}

.navbar-menu-desktop a.show {
    color: #f1543e !important;
}
.navbar-menu-desktop a:after {
    display: none !important;
}
.navbar-menu-desktop a i {
    transition: transform 0.5s ease 0s;
}

.navbar-menu-desktop a.show i {
    transform: rotate(180deg);
}

.captcha-container {
    width: 100%;
    max-width: 400px; /* Lebar maksimum sesuai kebutuhan Anda */
}

.g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
}

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}

@media screen and (max-width: 992px) {
    .container-modal-footer {
        flex-direction: column;
    }
}

.tab-container {
display: flex;
flex-direction: column;
max-width: 400px;
margin: 20px auto;
}

.tab-buttons {
display: flex;
margin-bottom: 10px;
}

.tab-button {
padding: 10px;
cursor: pointer;
border: 1px solid #ccc;
background-color: #f4f4f4;
flex: 1;
text-align: center;
}

.service-solution-tab-content {
display: none;
}

.service-solution-tab-content.active {
display: block;
}

.tab-menu-service {
    display: none;
}

.tab-menu-service.active {
    display: block;
}

.tab-menu-button {
    position: relative;
}

.tab-menu-solution.tab-menu-button.active{
    text-decoration: none;
    font-weight: normal;
}

.tab-menu-solution.tab-menu-button.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f1543e;
}

.tab-menu-button.active {
    text-decoration: underline;
    font-weight: 700;
}
.menu-text-solution {
    position: relative;
}

.menu-text-solution.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #f1543e;
}

#icon-text-solution i {
    transition: transform 0.5s ease 0s;
}

#icon-text-solution.show i{
    transform: rotate(180deg);
}

#icon-text-solution-1 i {
    transition: transform 0.5s ease 0s;
}

#icon-text-solution-1.show i{
    transform: rotate(180deg);
}

.blog-navbar {
    height: 270px;
    border-radius: 0 0 0.3rem 0.3rem;
}

.blog-navbar:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.blog-navbar .fa-solid.fa-chevron-right{
    transition: all 0.5s ease 0s;
    margin-left: 10px;
}

.blog-navbar:hover .fa-solid.fa-chevron-right{
    margin-left: 20px;
}

.service-breadcrumb {
    font-family: "Source Sans Pro", sans-serif;
}

.service-breadcrumb a {
    color: #96c03d;
    text-decoration: none;
}

.cd-breadcrumb {
    padding: 0.5em 1em;
    margin: 1em auto;
    border-radius: .25em;
}
.cd-breadcrumb::after {
    clear: both;
    content: "";
    display: table;
}
.cd-breadcrumb li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}
.cd-breadcrumb li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #f1543e;
}
.cd-breadcrumb li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}
.cd-breadcrumb li > * {
    /* single step */
    display: inline-block;
    font-size: 14px;
    color: #f1543e;
}
.cd-breadcrumb li.current > * {
    /* selected step */
    color: #2c3f4c;
}
.cd-breadcrumb a:hover {
    /* steps already visited */
    color: #2c3f4c;
}

.navbar-menu-desktop a.strategic-partner-redirect:hover {
    color: #212529 !important;
}
