html {
  scroll-behavior: smooth;
}


.pt_100{
    padding-top: 100px;
}

.pt_20{
    padding-top: 20px;
}

a:focus{
    outline: none !important;
}

.container_second{
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}

.border-top-radius{
    -webkit-border-top-left-radius: 50px;
       border-top-left-radius: 50px;
           -webkit-border-top-right-radius: 50px;
       border-top-right-radius: 50px;
}

.mt_20{
    margin-top: 20px;
}

.gray_bg_light{
    background: #f4f4f4;
}

.pt_80{
    padding-top: 80px;
}

.main_title{
    margin-top: 0;
}

.pb_80{
    padding-bottom: 80px;
}

.half{
       width: 50%;
}

.third-title{
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    color: #03427A;
    margin-bottom: 10px;
}

.bg-light-gray{
       background: #f4f4f4;
}


.mt_30{
    margin-top: 30px;
}

.mt_40{
    margin-top: 40px;
}

.logo img{
    filter: brightness(0) invert(1);
}

.home .logo img{
    filter: brightness(1) invert(0);
}

.relative{
    position: relative;
}

.frame_image_new{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.header-fixed{
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      position: relative;
}

.header-fixed .logo img{
    filter: brightness(1) invert(0);
}

a{
    text-decoration: none;
}

.white-bg{
       background: #fff !important; 
}

   

.inner_banner{
       background-repeat: no-repeat;
       background-size: cover;
       position: relative;
}
.inner_banner_overlay{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.3) 0%,
            rgba(0, 0, 0, 0.1) 50%,
            rgba(0, 0, 0, 0.4) 100%
        );
    }

img{
       display: block;
}


.pb_100{
     padding-bottom: 100px;
}

.pt_50{
     padding-top: 50px;
}

.pb_50{
     padding-bottom: 50px;
}

.pt_120{
     padding-top: 120px;
}

.pb_120{
     padding-bottom: 120px;
}

.top_title_sec h4{
        font-size: 26px;
        line-height: 35px;
        color: #0067DF;
        font-weight: 600;
        margin-bottom: 15px;
}

.top_title_sec h4 span{
    font-weight: 400;
}

.kisok-banner{
     width: 100%;
     height: 800px;
     display: flex;
     align-items: center;
       background: linear-gradient(
    180deg,
    rgba(15, 106, 215, 1) 0%,
    rgba(1, 51, 115, 1) 100%
  );
  position: relative;
  z-index: 1;
}

.kisok-banner-content{
      width: max-content;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 5;
      margin-top: 100px;
}

.kisok-banner-img{
       width: max-content;
      margin: 0 auto;
      margin-bottom: 10px;
}

.kisok-banner-content h4{
       font-size: 30px;
       font-weight: bold;
       line-height: 35px;
       color: #fff;
       margin-bottom: 10px;
}

.kisok-banner-content p{
    color: #fff;
}

.kisok-banner h1{
    width: fit-content;
    height: max-content;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 390px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.14);
    padding-top: 100px;
}

.kisok-banner-left-bg{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.14;
    z-index: 3;
}

.kisok-banner-right-bg{
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.14;
    z-index: 3;
}

.contact-btn{
    width: max-content;
}


.frame_image_top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.business-card__image{
      overflow: hidden;
        -webkit-border-radius: 20px;
  border-radius: 20px;
}

.business-card__image img{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.business-card a:hover .business-card__image img{
    -webkit-transform: scale(1.1);
        transform: scale(1.1);
}


.business-card_content_new {
    padding: 5px 20px;
    min-height: 69px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: absolute;
    z-index: 1;
    bottom:15px;
    background: rgba(0, 50, 111, 0.57);
    backdrop-filter: blur(12.5px);
    width: 93%;
    margin: 0 auto;
    border-radius: 10px;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.business-card_content_new:hover{
     background: rgba(0, 50, 111, 1);
}

.business-card_content_new::before{
     content: "";
     width: 24px;
     height: 24px;
     border: 1.5px solid #fff;
     border-radius: 100%;
     position: absolute;
     right: 13px;
     top: 0;
     bottom: 0;
     margin: auto;
     background-image: url(../images/bussiness-white-arrow.svg);
     background-repeat: no-repeat;
     background-position: center;
}

.business-card_content_new h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    padding-right: 20px;
}

.business-case-content{
       width: 100%;
       padding: 15px 15px;
}

.business-case-content .tag{
    font-size: 14px;
    color: #0067DF;
    background-color: #E7F0FC;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
}

.business-case-content h3{
    color: #03427A;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
   
}

.overflow-hidden{
     overflow: hidden;
}

.features-icon-section{
       width: 100%;
       padding: 90px 0;
         background: linear-gradient(
    180deg,
    rgba(15, 106, 215, 1) 0%,
    rgba(1, 51, 115, 1) 100%
  );
}

.white-color .main_title,
.white-color p{
    color:#fff;
}

.features-icon-section .flex{
       row-gap: 80px;
}

.features-icon-list{
       width: 100%;
       padding-top: 30px;
}

.features-icon-list ul{
       display: grid;
       grid-template-columns: repeat(6,1fr);
       gap: 40px 10px;
      
}

.features-icon-img{
      width: 100px;
      height: 75px;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
}

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

.features-icon-list ul li{
           list-style: none;
       text-align: center;
}
.features-icon-list ul li h3{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

.kisok_category_section{
       width: 100%;
}

.kisok_category_section_inner{
       width: 100%;
       padding-top: 15px;
}

.kisok_category_section_inner ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.kisok_category_section_inner ul li{
    width: 100%;
    list-style: none;
}

 .kisok_card {
      display: flex;
      max-width: 600px;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .kisok_card_img{
width: 45%;
    }

   .kisok_card_img img {
      width: 100%;
      height: 410px;
      display: block;
      object-fit: cover;
    }

    .kisok_card-content {
      width: 55%;
      background: #054A91; /* dark blue */
      color: #fff;
      padding: 50px 25px;
      display: flex;
      flex-direction: column;
      text-align: left;
      position: relative;
    }

        .kisok_card-content .contact-btn{
             position: absolute;
             left: 25px;
             bottom: 55px;
        }

    .kisok_card-content h3 {
      font-size: 24px;
      line-height: 30px;
      font-weight:500;
      margin-bottom: 15px;
    }

    .kisok_card-content p {
    color: #fff;
    }

    .key_features_section{
           width: 100%;
           position: relative;
    }

    .kisok_key_features_section{
           width: 100%;
           margin-top: 35px;
    }

    .kisok_key_features_section ul{
          display: grid;
          grid-template-columns: repeat(3,1fr);
          gap: 20px;
    }



    .key_features_box{
          width: 100%;
          position: relative;
          -webkit-border-radius: 20px;
          border-radius: 20px;
          overflow: hidden;
    }

    .key_features-content{
        width: 100%;
        position: absolute;
        z-index: 3;
        bottom: 0;
        left: 0;
        padding: 25px;
    }

      .key_features-content h3{
           color: #fff;
           font-size: 20px;
           line-height: 30px;
           font-weight: 600;
           margin-bottom: 10px;
      }

        .key_features-content p{
            font-size: 16px;
            line-height: 26px;
            color: #fff;
            font-weight: 300;
        }

    .key_features_box img{
          width: 100%;
          aspect-ratio: 388/495;
          object-fit: cover;
    }
   .application-popup .key_features_box img{
          aspect-ratio: 388/400;
    }
   .application-popup .key_features_box{
        height: 100%;
    }

     .key_features_box::after{
        content: "";
           width: 100%;
           height: 100%;
           position: absolute;
           z-index: 2;
            background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
      top: 0;
    left: 0;
     }

     .case_detail_section{
           width: 100%;
           position: relative;
     }

     .case_detail_social{
         width: 100px;
    position: sticky;
    top: 110px;
    height: fit-content;
     }

     .case_detail_social ul li{
               width: 40px;
               height: 40px;
               -webkit-border-radius: 100%;
               border-radius: 100%;
    
     }

      .case_detail_social ul li a{
        width: 100%;
        height: 100%;
        display: flex;
            -webkit-border-radius: 100%;
               border-radius: 100%;
               align-items: center;
               justify-content: center;
           font-size: 20px;
           color: #03427A;
                      border: 1px solid #03427A;
      }

      .case_detail_social ul li a:hover{
          background-color: #03427A;
          color: #fff;
      }

          .case_detail_social ul li+li{
            margin-top: 15px;
          }

          .case_detail_content{
              width: calc(100% - 100px);
          }

          .case_detail_content img{
            -webkit-border-radius: 20px;
             border-radius: 20px;
             margin: 30px 0 30px;
          }

          .case_detail_content .tag{
              height: 36px;
              line-height: 36px;
              background-color: #03427A;
              color: #fff;
              font-size: 16px;
              padding: 0 20px;
              -webkit-border-radius: 50px;
              border-radius: 50px;
              display: inline-block;
              margin-bottom: 20px;
          }

          .international-section.inner-page{
               display: flex;
               align-items: center;
                   background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
          }

          .international-section.inner-page .international-image{
            position: absolute;
            top: unset;
            bottom: 0;
          }

          .international-section.inner-page .international-image {
    width: 35%;
          }

          .about_intro_content.reverse{
                flex-direction: row-reverse;
          }

         .about_intro_content.reverse .about_intro_text{
              padding-right: 0;
              padding-left: 60px;
         }

         .about_description ul{
              display: block;
         }

          .about_description .contact-btn{
            margin-top: 10px;
          }

          .about_description ul li{
             padding-left: 20px;
             font-size: 16px;
             line-height: 26px;
             position: relative;
             color: #000000;
                 font-family: 'Helvetica Neue', sans-serif;
          }

           .about_description ul li::after{
            content: "";
            position: absolute;
            left: 0;
            top: 12px;
            width: 10px;
            height: 2px;
            background-color: #000000;
            -webkit-border-radius: 5px;
            border-radius: 5px;
           }

           .about_description ul{
              margin-top: 20px;
           }

          .about_description ul li + li{
              margin-top: 14px;
          }

          .software_card{
            -webkit-transition: all 0.3s ease;
               transition: all 0.3s ease;
          }

          .software_card.white{
              background: #fff;
              text-align: left;
          }

          .software_card.white .software_icon{
              background-color: #00437D;
          }


       .banking .international-image {
        width: 32%;
        right: -54px;
        top: auto;
        bottom: -30px;
        width: 35%;
        margin-top: 30px;
        position: absolute;
    }

    .text_center h3{
        font-size: 28px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #0067DF;
        font-weight: bold;
    }

    .grid_three{
          display: grid;
          grid-template-columns: repeat(3,1fr);
          gap: 40px;
    }

     .grid_three li{
        width: 100%;
        min-height: 200px;
        list-style: none;
        background-color: #F4F4F4;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        padding: 22px;
        display: flex;
        align-items: center;
     }

     .grid_three_box h4{
           font-size: 24px;
           line-height: 28px;
           font-weight: 600;
           color: #03427A;
           margin-bottom: 10px;
     }

     .grid_three_box p{
        font-size: 20px;
        line-height: 26px;
        color: #000000;
        font-weight: 400;
     }

     .blue_contact_form{
           width: 100%;
           padding:50px 50px 0;
            background: linear-gradient(
    180deg,
    rgba(15, 106, 215, 1) 0%,
    rgba(1, 51, 115, 1) 100%
  );
  -webkit-border-radius: 20px;
  border-radius: 20px;
  min-height: 525px;
  position: relative;
  overflow: hidden;
     }

          .blue_contact_form::after{
              content: "";
               position: absolute;
               top: 0;
               left: 0;
               width: 100%;
               height: 100%;
            background-image: url("../images/blue-bg.png");
            background-repeat: no-repeat;
            background-position: right top;
            z-index: 1;
          }

          .blue_contact_form_wrap{
           width: 65%;
    position: relative;
    z-index: 2;
          }


          .request_form{
            width: 100%;
            position: relative;
          }


          .request_form ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    max-width: 960px;
    margin: 60px auto 0 auto;
  }
 .request_form ul li{
    width: 49%;
  
  }
  .request_form ul li:last-child{
    width: 100%;
  }
 .request_form ul li input{
    width: 100%;
    height: 55px;
    border: none;
    outline: none;
    border-radius: 30px;
    padding-left: 20px;
    font-size: 16px;
    font-family: 'montserrat';
    color: #03427A;
    border: 1px solid rgba(3, 66, 122, 0.22);
    background-color: transparent;
  }
.request_form ul li input::placeholder,.request_form ul li textarea::placeholder{
    color: #03427A;
  }
 .request_form ul li textarea{
    height: 193px;
    border-radius: 20px;
    padding: 10px;
    font-size: 16px;
    font-family: 'montserrat';
    color: #03427A;
    border: 1px solid rgba(3, 66, 122, 0.22);
    resize: none;
    outline: none;
    padding: 20px;
    background-color: transparent;
  }

    .blue_contact_form   .wpcf7 form .wpcf7-response-output{
         color: #fff;   
    }

  .request_form .wpcf7-submit {
    display: inline-flex
;
    align-items: center;
    gap: 10px;
    background: #0043B2;
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 25px;
    font-size: 18px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'montserrat';
    position: relative;
    background-image: url(../images/submit_arw.png) !important;
    background-size: 20px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    padding-right: 70px;
    margin-top: 50px;
}

.blue_contact_form .request_form ul{
       margin-top: 0;
}

.blue_contact_form  .request_form ul li input::placeholder,
.blue_contact_form  .request_form ul li textarea::placeholder{
    color: #fff;
}

.blue_contact_form  .request_form ul li input, .blue_contact_form .request_form ul li textarea{
    background: rgba(0, 28, 62, 0.2) !important; 
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
 }

 .blue_contact_form .request_form ul li textarea{
        height:130px;
 }

.blue_contact_form .request_form .wpcf7-submit{
       background: #fff;
       color: #043E86;
       font-weight: 500;
       margin-top: 25px;
       background-image: url(../images/btn-arrow.svg) !important;
       background-repeat: no-repeat;
    background-position: right 20px center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blue_contact_form .request_form .wpcf7-submit:hover{
    background-color: #ccc;
}

.blue_contact_form_img{
       width: 35%;
       position: relative;
       z-index: 2;
       display: flex;
       align-items: flex-end;
       justify-content: flex-end;
}

.customized_kiosk_title{
    max-width: 690px;
}

.customized_kiosk_wrap{
       width: 100%;
       margin-top: 30px;
       align-items: flex-start;
       row-gap: 40px;
}

select.costamized-input{
    appearance: none;
   -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.customized_kiosk-img{
        width: 57%;
        position: sticky;
        top: 130px;
        overflow: hidden;
        -webkit-border-radius: 20px;
        border-radius: 20px;
}

.customized_kiosk-img img{
      width: 100%;
      object-fit: cover;
}

.customized_kiosk-content{
      width: 40%;
      padding: 35px 20px 60px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.2);
      margin-left: auto;
      -webkit-border-radius: 30px;
      border-radius: 30px;
}

.costamized-form{
    width: 100%;
    margin-top: 20px;
}

.customized_kiosk-content h5{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.costamized-input{
    width: 100%;
    height: 55px;
    border: none;
    outline: none;
    font-weight: 400;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: rgba(217, 217, 217, 0.2);
    padding: 0 20px !important;
    font-size: 16px;
    font-family: 'montserrat';
    color: #03427A;
    margin-bottom: 10px;
    border: none !important;
}

.costamized-input::placeholder{
           color: #B3B3B3 !important;
}

.costamized-input option:disabled,.costamized-input option:selected  {
    color: #B3B3B3 !important;
}

   .checkbox-group {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      gap: 20px;
    }

     .checkbox-group.three_column {
            flex-direction: inherit;
            column-gap: 25px;
     }

   

    .checkbox-wrapper {
      display: flex;
      align-items: center;
      cursor: pointer;
      font-size: 16px;
      color: #535455;
    }

    .checkbox-wrapper input[type="checkbox"] {
      margin-right: 10px;
      width: 18px;
      height: 18px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      border: 1px solid #D9D9D9;
      cursor: pointer;
    }

    .checkbox_border{
         padding-bottom: 15px;
         border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .customized_kiosk-content textarea{
          margin-top: 10px;
          width: 100%;
          height: 210px;
          box-sizing: border-box;
          border: 1px solid rgba(3, 66, 122, 0.2) !important;
          resize: none;
              padding: 15px 20px !important;
                  display: block;
    }

     .customized_kiosk-content textarea::placeholder{
          color: #B3B3B3;
     }


      .customized_kiosk-content  .btn {
      display: inline-block;
      background-color: #0047ab; /* Blue */
      color: #fff;
      padding: 0px 30px;
      height: 48px;
      line-height: 46px;
      border-radius: 50px;
      cursor: pointer;
      border: none;
      margin: 5px;
      font-size: 18px;
 font-family: "Montserrat", sans-serif;
      font-weight: 500;
    }

   .customized_kiosk-content .btn:hover {
      background-color: #003080;
    }

    /* Hide the default file input */
    #fileInput {
      display: none;
    }

    #fileName {
      margin-top: 15px;
      font-size: 14px;
      color: #000;
    }

.customized-swiper.swiper-horizontal>.swiper-pagination-bullets, .customized-swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
bottom: var(--swiper-pagination-bottom, 15px);
}


.radio-wrapper{
       cursor: pointer;
}

.radio-wrapper input[type="radio"] {
  appearance: none;          /* Remove default circle */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;        /* Square with slightly rounded edges */
  margin-right: 5px;
  top: -1px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

/* When checked */
.radio-wrapper input[type="radio"]:checked {
  background-color: #0047ab; /* Blue fill */
  border-color: #0047ab;
}

/* Add white dot/tick for radio */
.radio-wrapper input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
}

.blog_gallery{
       display: grid;
       grid-template-columns: repeat(3,1fr);
       gap: 20px;
       margin-top: 25px;
       margin-bottom: 25px;
}

.blog_gallery_box{
       width: 100%;
       overflow: hidden;
       -webkit-border-radius: 20px;
       border-radius: 20px;
}

.blog_gallery_box img{
    width: 100%;
    aspect-ratio: 360/428;
    object-fit: cover;
        margin: 0 !important;
}

.header{
        border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header.header-sticky{
        padding: 10px 0 10px;
        position: fixed;
        background: #fff;
        z-index: 9999;
        box-shadow: 1px 10px 23px -1px rgba(0,0,0,0.11);
-webkit-box-shadow: 1px 10px 23px -1px rgba(0,0,0,0.11);
-moz-box-shadow: 1px 10px 23px -1px rgba(0,0,0,0.11);

}

.header.header-sticky .nav-container{
       height: 60px;
       padding-right: 6px;
}

.header.header-sticky .logo{
      max-width: 128px;
}

.header.header-sticky .contact-btn{
        height: 40px;
}

.header.header-sticky .search-btn{
        width: 40px;
    height: 40px;
}

.header.header-sticky .logo img {
     filter: brightness(1) invert(0); 
}

.breadcrumbs{
    padding: 25px 0;
}

.breadcrumbs ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}

.breadcrumbs ul li{
    position: relative;
}

.breadcrumbs ul li a{
    color: #9798B8;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    transition: color 0.3s ease;
    font-family: 'helvetica';
    position: relative;
}

.breadcrumbs ul li::after{
       content: "";
       width: 12px;
       height: 10px;
       background-image: url(../images/breadcremb-arrow.svg);
       background-repeat: no-repeat;
       background-position: center;
       position: absolute;
       left: -20px;
       top: 50%;
       transform: translateY(-50%);
}

.breadcrumbs ul li:first-child::after{
    display: none;
}

.breadcrumbs ul li:last-child:after{
        background-image: url(../images/breadcremb-arrow-blue.svg);
}

.breadcrumbs ul li span{
    font-weight: 500;
    color: #03427A;
}

.kiosk-detail-gallery{
       width: 48%;
}

.kiosk-main-gallery{
       width: 100%;
       height: auto;
       border: 1px solid rgba(3, 66, 122, 0.32);
       -webkit-border-radius: 10px;
       border-radius: 10px;
       margin-bottom: 20px;
}

.kiosk-thumb-gallery .swiper-slide{
    padding: 2px;
}

.kiosk-thumb-gallery .swiper-slide .tumb-img{
        width: 100%;
        height: 150px;
        border: 1px solid rgba(3, 66, 122, 0.32);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        box-sizing: border-box;
        overflow: hidden;
        padding: 10px;
}

.kiosk-thumb-gallery .swiper-slide.swiper-slide-thumb-active .tumb-img{
       border-color: #03427A;
}

.kiosk-thumb-gallery .swiper-slide .tumb-img img{
    object-fit: contain;
    object-position: center;
        width: 100%;
    height: 100%;
}

.kiosk-detail-content{
       width: 47%;
       margin-left: auto;
       position: relative;
       display: flex;
       flex-wrap: wrap;
       align-items: center;
}

.kiosk-detail-content h4{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #03427A;
    margin-bottom: 10px;
    margin-top: 40px;
}

.kiosk-detail-content ul{
    display: block;
}

.kiosk-detail-content ul li {
    padding-left: 20px;
    line-height: 26px;
    position: relative;
    color: #000000;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 100;
}

.kiosk-detail-content ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 2px;
    background-color: #000000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.kiosk-detail-content p{
    max-width: 550px;
    margin-bottom: 25px;
}
.kiosk-detail-content p span{
    color: #0067DF;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.kiosk-detail-content p b{
    font-weight: 500;
}

.kiosk-detail-content .main_title{
      margin-bottom: 25px;
}

.kiosk-main-gallery .swiper-slide{
      width: 100%;
      height: 535px;
      display: flex;
      align-items: center;
      justify-content: center;
}

.kiosk-main-gallery img{
     height: auto;
     max-width: 100%;
     max-height: 100%;
     object-fit: contain;
     object-position: center;
}

.kiosk-detail-content ul li + li {
    margin-top: 10px;
}

.kiosk-detail-btn{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}

.contact-btn.black-btn{
    background-color: #000000;
    color: #fff;
    border: 1px solid #000000;
}

.contact-btn.black-btn:hover {
    background-color: #fff;
    border: 1px solid #000000;
    color: #000000;
}

.contact-btn.black-btn .contact-arrow{
   background-color: transparent;
     border: 1px solid #fff;
}

.contact-btn.black-btn .contact-arrow img {
    filter: brightness(0) invert(1);
}

.contact-btn.black-btn:hover .contact-arrow{
       background-color: #000;
     border: 1px solid #000000;
}

.kiosk-detail_video_box{
       width: 100%;
       -webkit-border-radius: 30px;
       border-radius: 30px;
       overflow: hidden;
}

.kiosk-detail_video_box video,
.kiosk-detail_video_box img{
      width: 100%;
      height: auto;
      object-fit: cover;
      height: 650px;
      object-position: center;
      display: block;
}


.technical-specification{
       padding: 80px 0;
}

.technical_spec_box{
    padding: 20px 30px 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}

.technical_spec{
       width: 24%;
       margin-left: 0.5%;
       margin-right: 0.5%;
       padding: 40px 30px;
       min-height: 388px;
       -webkit-border-radius: 20px;
       border-radius: 20px;
       background: #F4F4F4;
}

.technical_spec h3{
       font-size: 22px;
       line-height: 30px;
       font-weight: 600;
       color: #03427A;
       margin-bottom: 25px;
}

.technical_spec ul{
     width: 100%;
     display: flex;
     flex-direction: column;
     gap: 15px;
}

.technical_spec ul li{
     font-size: 16px;
     line-height: 24px;
     color: #000000;
     font-family: 'Helvetica Neue', sans-serif;
}

.technical_spec ul li span{
      font-weight: 600;
      padding-right: 3px;
}

.driver_download_section{
       width: 100%;
}

.driver_download_section ul{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.driver_download_section ul li{
    width: 27%;

    border-bottom: 1px solid rgba(43, 52, 145, 0.2);
    border-top: 1px solid rgba(43, 52, 145, 0.2);
    background-image: url(../images/icon-download.svg);
    background-repeat: no-repeat;
    background-position: right top 13px;
}

.driver_download_section ul li a{
    width: 100%;
    display: block;
        padding: 15px 0;
}

.driver_download_section ul li h4{
      font-size: 22px;
      line-height: 26px;
      font-weight: 600;
      color: #03427A;
}

.driver_download_section ul li p{
    margin-top: 20px;
}


/* Language Selection Popup Styles.. */

.language-popup{
  width: 100%;
  max-width: 630px;
  background: #f4f4f4;
    border-radius: 16px;
    padding: 0 !important; 
}

.language-popup .carousel__button.is-close {
    top: 20px !important;
    right: 15px !important;
    width: 25px !important;
    height: 25px !important;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: var(--fancybox-color, #000000) !important;
}

.language-popup  .carousel__button svg{
    display: none;
}

.language-popup-content{
padding: 70px 50px;
  position: relative;

}
.language-popup h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #0a3974;
  margin-bottom: 30px;
  text-align: left;
}
.language-popup-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.language-popup-buttons .language-button {
    width: 100%;
    height: 58px;
    line-height: 58px;
    display: block;
  background: #fff;
  color: #2F3070;
  border: none;
  border-radius: 10px;
  padding: 0 25px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
  transition: background 0.2s, color 0.2s;
}
.language-popup-buttons .language-button.active {
  background: #0074e8;
  color: #fff;
  font-weight: 500;
}
.language-popup [data-fancybox-close] {
  position: absolute;
  top: 18px;
  right: 24px;
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: #222;
  cursor: pointer;
}
.terms_page,
.privacy_policy_page{
  padding: 80px 0;
}
        

@media (max-width: 480px) {

.banking .international-image{
     width: 60%;
     right: 0;
     position: initial;
}
}