.app-cost-page .left-section {
    padding-right: 20px;
}
.app-cost-page .right-image {
    height: auto;
    width: 100%;
    padding: 40px;
}
.app-cost-page .right-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.app-cost-page .main-title {
    font-size: 50px;
    line-height: 1.5 !important;
    font-weight: bold;
}
.app-cost-page .text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 16px;
}
.estimate-button {
    font-size: 16px;
    padding: 16px 30px;
    border-radius: 0px;
    border-radius: 5px;
    border: none;
    background-color: #0095E8;
    color: white !important;
    display: inline-block;
    cursor: pointer;
}
.app-cost-page .subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 80px;
}
.app-cost-page .options-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 100px;
}
.app-cost-page .options-wrapper .item {
    max-width: 30%;
    flex-basis: 30%;
}

.app-cost-page .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
.app-cost-page .custom-checkbox label {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px;
    cursor: pointer;
    text-transform: uppercase;
}
.app-cost-page .info-wrapper {
    position: relative;

    flex-shrink: 0;
}
.app-cost-page .info-wrapper .info {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 260px;
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08), 0px 4px 4px 0px rgba(0, 0, 0, 0.08), 0px -4px 8px 0px rgba(0, 0, 0, 0.02);
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
    z-index: 99;
    display: none;
}

.app-cost-page .custom-input label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.app-cost-page .custom-input .input {
    display: block;
    width: 100%;
    height: 60px;
    background-color: transparent;
    border-radius: 8px;
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.08), 0px 4px 4px 0px rgba(0, 0, 0, 0.08), 0px -4px 8px 0px rgba(0, 0, 0, 0.02);
    margin-bottom: 10px;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ddd;
}
#otherinput2,#otherinput3,#otherinput4,#otherinput5{
    display: none;
}
.app-cost-page .info-wrapper:hover .info {
    display: block;
}
.app-cost-page .custom-checkbox label img {
    height: 26px;
    width: 26px;
    object-fit: contain;
}
.app-cost-page .custom-checkbox input[type="checkbox"] {
    flex-shrink: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex-shrink: 0;
    position: relative;
    height: 30px !important;
    border: none;
    padding: 0px !important;
    width: 30px !important;
}
.app-cost-page .custom-checkbox input[type="checkbox"]:before {
    content: '';
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #fff;
    height: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.app-cost-page .custom-checkbox input[type="checkbox"]:checked:after {
    content: "";
    background-image: url('https://i.ibb.co/sC2Bpmn/check.png');
    width: 15px;
    height: 12px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 7px;
    top: 6px;
}
.app-cost-page .custom-checkbox input[type="checkbox"]:checked:before {

    border: 3px solid #0095E8;
}
/* Custom radio button  */
.app-cost-page .custom-checkbox input[type="radio"] {
    flex-shrink: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex-shrink: 0;
    position: relative;
    height: 30px !important;
    border: none;
    padding: 0px !important;
    width: 30px !important;
}
.app-cost-page .custom-checkbox input[type="radio"]:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #fff;
    height: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.app-cost-page .custom-checkbox input[type="radio"]:checked:after {
    content: "";
    background-image: url('https://i.ibb.co/sC2Bpmn/check.png');
    width: 15px;
    height: 12px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 7px;
    top: 6px;
}
.app-cost-page .custom-checkbox input[type="radio"]:checked:before {

    border: 3px solid #0095E8;
}
.app-cost-page .step {
    display: none; /* Hide all steps initially */
}
.app-cost-page .active-step {
    display: block; /* Show only the active step */
}
.app-cost-page .step-button {
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    min-width: 170px;

}
.app-cost-page .buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.app-cost-page .step-button.next {
    background-color: #0095E8;
    color: white;
    border: 2px solid #0095E8;
}
.app-cost-page .step-button.prev {
    background-color: transparent;
    color: #0095E8;
    border: 2px solid #0095E8;
}
.app-cost-page .navigation {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}
.app-cost-page .navigation sapn.bold {
    font-weight: 700;
}
.estimate-page .inner {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.estimate-page .inner .title-small {
    font-size: 12px;
    color: #0095E8;
    margin-bottom: 0px;
}
.estimate-page .inner .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;

}
.estimate-page .inner .box {
    background-color: #f5f5f5;
    border-radius: 16px;
    padding: 30px;
}
.estimate-page .inner .box .top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.estimate-page .inner .box .top img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.estimate-page .inner .box .top span {
    font-size: 22px;
    color: #111;
    font-weight: 800;
}
.estimate-page .inner .box .main-hours {
    font-size: 60px;
    font-weight: 800;
    color: #0095E8;
    position: relative;
    width: max-content;
    margin-bottom: 12px;
    line-height: 1.1;
}
.estimate-page .inner .box .main-hours sup {
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    color: #333;
    right: -40px;
    top: 5px;
}
.estimate-page .inner .box .cases {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.estimate-page .inner .box .cases .case {
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
.estimate-page .inner .box .cases .case span {
    font-size: 20px;
    font-weight: 800;
    color: #111;
}
.estimate-page .inner .box .included {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

}
.estimate-page .inner .box .included .item {
    padding: 8px 30px;
    border-radius: 4px;
    background-color: #0095E8;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}
.estimate-page .inner .box .title-main {
    font-size: 30px;
    font-weight: 700;
}
.estimate-page .inner .box .included-items {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    gap: 8px;
}
.estimate-page .inner .box .included-items img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.estimate-page .inner .box .included-items span {
    font-size: 16px;
    font-weight: 300;
}
.estimate-page .inner .box .form-group {
    margin-bottom: 16px;
}
.estimate-page .inner .box .form-group label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}
.estimate-page .inner .box .form-group .input {
    background-color: white;
    height: 50px;
    border-radius: 8px;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
}
.estimate-page .inner .box .form-group textarea {
    background-color: white;

    border-radius: 8px;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
}
.estimate-page .inner .box .button {
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 16px;
    background-color: #0095E8;
    color: white;
    font-weight: 600;
    border: none;
}
.game-hero {
    background-image: url(/assets/images/game-bg.png);
    background-size: cover !important;
    padding: 0;
    min-height: 400px;
    background-repeat: no-repeat;
}
.web-hero {
    background-color: #0E0A31;
    background-image: url(/assets//banner/bg-banner-home5.png) !important;
    background-size: cover !important;
    padding: 0;
    min-height: 400px;
    background-repeat: no-repeat !important;
}
.mobile-hero {
    background-image: url(../images/webbg.png) !important;
    background-size: cover !important;
    padding: 0;
    min-height: 400px;
    background-repeat: no-repeat !important;
}
.iti__tel-input {
    width: 100% !important;
}
.hero-main .hero-content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    color: white;
}
.hero-main .hero-content .info h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: white;
}
.hero-main .hero-content .video-image {
    position: relative;
    height: 290px;

    max-width: 500px;
    width: 100%;
    margin-bottom: 40px;
    /* height: auto; */
    /* top: 30px; */
}
.hero-main .hero-content .video-image.large {
    height: 500px;
}

.hero-main .hero-content .video-image img {
    max-width: 450px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hero-main .hero-content .video-image .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
}
.hero-main .hero-content .video-image .video-button::before,
        .hero-main .hero-content .video-image .video-button::after,
        .pulse-layer {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: rgba(255,255,255,0.6);
            z-index: 1;
            animation: pulse 2s infinite;
        }

        .hero-main .hero-content .video-image .video-button::before {
            animation-delay: 0.2s;
        }

        .hero-main .hero-content .video-image .video-button::after {
            animation-delay: 0.3s;
        }

        @keyframes pulse {
            0% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 1;
            }
            100% {
                transform: translate(-50%, -50%) scale(2);
                opacity: 0;
            }
        }
.hero-main .hero-content .video-image .video-button img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.hero-main .title-medium {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}
.form-wrapper-detail {
    /*box-shadow: 0px 0px 9.9px var(--sds-size-stroke-focus-ring) #0029FF;*/
    border-radius: 5px;
    padding: 30px;
    background-color: white;
    box-shadow: 2px 2px 15px #0295e96e !important;
    position: relative;

    z-index: 9;
    top: 0px;
}
.form-wrapper-detail .title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}
.form-wrapper-detail .title span {
    color: #0590e1;
}
.form-wrapper-detail .hr {
    border-bottom: 1px solid #0095E8;
}
.form-wrapper-detail label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #111;
}
.form-wrapper-detail .input {
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: transparent;
    padding:10px;
    display: block;
    width: 100%;
    color: #000 !important;
}
.form-wrapper-detail textarea {
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: transparent;
    padding:10px 16px;
    display: block;
    width: 100%;
    color: #000;
}
.form-wrapper-detail .button {
    background-color: #0095E8;
    padding: 10px 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: white;
    border: none;
    border-radius: 8px;
    display: block;
    width: 100%;
}
.game-right-image {
    width: 100%;
    padding-top: 30px;
    height: auto;
}
.game-right-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    animation: moveUpDown 3s infinite ease-in-out;
}
.hero-main .modal.fade      .modal-dialog { transform: scale(0.1) }
.hero-main .modal.fade.show .modal-dialog { transform: scale(1) }
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px); /* Move up */
    }
    100% {
        transform: translateY(0); /* Move back to original position */
    }
}
.our-technologies {
    background: #0095E81A;
    gap: 50px;
}
.our-technologies .item {
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.exceptional-wrapper {
    background-color: #fafafa;
    padding-left: 100px;
  }
  .exceptional-wrapper .container-fluid {
    padding-right: 0px !important;
  }
  .exceptional-wrapper .inner {
    padding: 80px 0px;
    position: relative;
    padding-bottom: 160px;
  }

  .exceptional-wrapper .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    color: #111;
    margin-bottom: 16px;
    letter-spacing: -0.03em;
  }

  .our-technologies .item .title {
    margin-bottom: 0px;
  }
  .portfolio-section .owl-nav {
    display: none !important;
  }
  .exceptional-wrapper .subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.005em;
    text-align: left;
    margin-bottom: 16px;
  }

  .exceptional-wrapper {
    position: relative;
  }

  .exceptional-wrapper .inner .abs {
    position: absolute;
    right: 100px;
    height: 100%;
    width: auto;
    top: 0px;
  }

  .exceptional-wrapper .owl-theme .owl-nav {
    position: absolute;
    right: 100px;
    bottom: -80px;
  }

  .exceptional-wrapper .owl-carousel .owl-nav button {
    height: 36px;
    width: 36px;
    border-radius: 50% !important;
    color: #fff !important;
    background: #424245b8 !important;
    padding: 0px !important;
  }
  .exceptional-wrapper .owl-carousel .owl-nav button span {
    font-size: 25px;
    line-height: 1.2;
  }
  .exceptional-wrapper .owl-theme .owl-dots {
    position: absolute;
    left: 0px;
    bottom: -80px;
  }
  .our-technologies .item .image-wrapper img {

    height: 70px !important;
    width: 70px !important;
    object-fit: contain !important;
}

  .exceptional-wrapper .owl-carousel .owl-item {
    width: calc(100% / 3.8);
    /* Adjust width to show 3.5 slides */
  }

  .exceptional-wrapper .exceptional-item {
    background-color: #e8eff4;
    border-radius: 30px;
    min-height: 350px;
    padding: 32px 24px;
    transition: all 0.3s ease-in-out;
  }
  .exceptional-wrapper .exceptional-item:hover {
    transform: translateY(-12px);
    background-color: #ddd;
  }
  .owl-carousel .owl-stage-outer {

    padding-top:15px ;
  }
  .exceptional-wrapper .exceptional-item  .image-wrapper {
    width: 70px;
    height: auto;
    padding: 15px;
    background: #ddd;
    border-radius: 20px 44px 37px 54px;
    margin-bottom: 16px;
}
.exceptional-wrapper .exceptional-item  .image-wrapper img {

        width: 100%;
        height: 100%;
        object-fit: cover;
    }

  .exceptional-wrapper .exceptional-item .titlee {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 8px;
  }

  .exceptional-wrapper .exceptional-item .subtitlee {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
  }
  .next-wrapper {
    background-color: #ffff;

  }
  .next-wrapper .form-wrapper-detail {
    bottom: 0px;
  }

  .next-wrapper .inner {
    padding: 50px;
    background-color: #f5f7fa;
    border-radius: 22px;

  }

  .next-wrapper .content .title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.005em;
    text-align: left;
    color: #0095E8;
    margin-bottom: 20px;
  }

.next-wrapper .quote img {
    width: 90%;
    margin: auto;
    max-height: 500px;
    height: 100%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;

    object-fit: cover;
}
  .performance-wrapper {
    background: linear-gradient(90deg, #39FFFF 0%, #0095E8 50.1%, #39FFFF 100%);

    padding: 80px 0px;
    color: white;
  }

  .performance-wrapper .title {
    color: white;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.05em;
    text-align: left;

    margin-bottom: 16px;
  }

  .performance-wrapper .subtitle {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.005em;
    text-align: left;
    margin-bottom: 24px !important;
  }

  .performance-wrapper .image-wrapper {
    padding: 30px;
  }

  .performance-wrapper .image-wrapper img {
    height: 430px;
    width: 100%;
    object-fit: contain;
  }

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

  .performance-wrapper .count-wrapper .sign {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.03em;
  }

  .performance-wrapper .count-wrapper .digit {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.03em;
    text-align: center;
  }
  .pt-100 {
    padding-top: 100px;
  }
  .performance-wrapper .count-wrapper .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
  }
  #bottom-icons {
    position: fixed;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 16px;
    z-index: 999;
    top: 80%;
    transform: translateY(-50%);
    right: 15px;
    transition: all 0.3s ease-in-out;
  }
  #bottom-icons .item {
    width: 42px;
    height: 42px;
    position: relative;

    cursor: pointer;

  }
  #bottom-icons .item::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 2px solid #43baff;
    animation: pulsee 1.5s infinite;
}
@keyframes pulsee {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.pointer {
    cursor: pointer;
}

  #bottom-icons .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .video-wrapper video {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .video-wrapper {position:relative;}
  .video-wrapper .icon {

    position: absolute;
    right: 10px;
    top: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: white;
    color: #000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 9999;
    cursor: pointer;
}
@media (min-width:1440px) {
    .container {
        max-width: 1360px;
    }

}
@media (max-width:768px) {
    .hero-main .hero-content h1{
        font-size: 24px;
    }
    .modal-content {
        max-width: 92%;
        width: 92%;
        margin: auto;
    }
    .exceptional-wrapper .container-fluid {
        padding-right: 15px !important;
    }
    .hero-main .hero-content .info h2 {
        font-size: 18px;
    }
    .hero-main .hero-content .video-image {
        margin-bottom: 0px;
    }
    .form-wrapper-detail .title {
        font-size: 16px;
    }
    .form-wrapper-detail .input {
        padding: 8px 10px;
        font-size: 14px;
    }
    .exceptional-wrapper
    {
        padding-left: 0px;
    }
    .exceptional-wrapper .exceptional-item .titlee {
        font-size: 18px;
    }
    .exceptional-wrapper .exceptional-item .image-wrapper {
        width: 70px;
        padding: 16px;
    }
    .exceptional-wrapper .exceptional-item {
        padding: 24px;
        min-height: 200px;
        border-radius: 24px;
    }
    .next-wrapper .inner {
        padding: 30px;
    }
    .next-wrapper .content .title {
        font-size: 20px;
    }
}
.hero-main .hero-content .video-image .video-button
{
    display: none;
}
