*{
    margin: 0;
    padding: 0;
}
.heroSection{
    margin-top: 3px;
    padding-top: 100px;
    padding-bottom: 200px;
    background-image: url(../../images/customSoftwareDevelopmentHeroBg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.heroSectionRow{
    display: flex;
    justify-content: center;
    align-items: center;
}
.heroSectionDiv1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 80px;
}
.heroSectionDiv2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentDiv {
    margin-left: 200px;
}
.heroSectionDiv1 h1{
    margin-left: 0px !important;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700;
    font-family: "Sansation";
    color: white;
}
.heroSectionDiv1 p{
    margin-left: 0px !important;
    font-size: 24px;
    font-weight: 300;
    font-family: "Rubik";
    color: white;
    max-width: 70%;
}
.heroSectionDiv1 a{
    background-color: rgba(54, 4, 89, 0.59);
    padding: 10px 20px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 300;
    font-family: "Rubik";
    color: white;
    border-radius: 10px;
    transition: transform 0.4s ease, clip-path 0.4s ease;
    --scale-factor: 1.01;
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); */
    -moz-box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%), 0px 4px 4px 0px rgb(0 0 0 / 13%) inset;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%), 0px 4px 4px 0px rgb(0 0 0 / 13%) inset;
    backdrop-filter: blur(10px);
    max-width: 410px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.heroSectionDiv1 a:hover{
    transform: scale(var(--scale-factor)); /* Apply slight zoom on hover */
    color: #fac759 !important;
}
.service{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -130px;
}
.service .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.serviceRow1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.serviceDiv1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.serviceDiv1 h1{
    color: black;
    font-size: 36px;
    font-family: "Sansation";
    font-weight: 700;
    margin-bottom: 20px;
}
.serviceDiv1 p{
    text-align: center;
    color: black;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 400;
}
.card{
       border: 1px solid #65259A;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    transition: transform 0.4s ease, clip-path 0.4s ease;
    -scale-factor: 1.01;
    height: 100%;
}
.card:hover{
    transform: scale(var(--scale-factor)); /* Apply slight zoom on hover */
}
.card1:hover{
    background-color: #FAC759;
}
.card2:hover{
    border: 1px solid #FAC759;
    background-color: #65259A;
}
.card2:hover h2, .card2:hover p{
    color: white !important;
}
.card2:hover p{
    border-bottom: 1px solid #FAC759 !important;
}
.card3:hover{
    background-color: #FAC759;
}
.card .cardhead img{
    padding: 2px;
    margin: 10px;
    width: 36px;
    height: 36px;
    background-color: #FAC759;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.75);
}
.card .cardbody{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card .cardbody h2{
    color: black;
    font-family: "Rubik";
    font-size: 20px;
    padding: 0;
    margin: 0px;
}
.card .cardbody p{
    text-align: center;
    padding: 10px 20px;
    color: black;
    font-family: "Rubik";
    font-size: 16px;
    border-bottom: 1px solid #65259A;
    border-radius: 10px;
}
.connectBtn{
    text-decoration: none;
    margin-top: 120px;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 10px 50px;
    color: white !important;
    position: relative;
    z-index: 9;
    font-size: 32px;
    font-family: "Rubik";
    background-color: rgba(54, 4, 89, 0.818);
    transition: transform 0.4s ease, clip-path 0.4s ease;
    --scale-factor: 1.01;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
}
.connectBtn:hover{
    transform: scale(var(--scale-factor)); /* Apply slight zoom on hover */
    color: #fac759 !important;
}
.selectionTab {
    position: relative; /* Ensures pseudo-elements are positioned relative to this container */
    padding: 90px 0px 180px 0px;
}

.selectionTab::before,
.selectionTab::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 40%; /* Adjusts the height to cover only half the element */
    background-size: cover;
    z-index: -1; /* Places the images behind other content */
}

.selectionTab::before {
    top: -10%; /* Positions ::before at the top */
    background-image: url("../../images/section3Bg.png");
    background-position: top center;
}

.selectionTab::after {
    bottom: -1%; /* Positions ::after at the bottom */
    background-image: url("../../images/section3Bg.png"); /* Background image for ::after */
    background-position: bottom center;
}
.selectionTabRow{
    display: flex;
    justify-content: center;
    align-items: center;
}
.selectionTabDiv{
    display: flex;
    justify-content: center;
    align-items: start;
}
.selectionTab .div1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.selectionTab .div1 .purple{
    max-width: 40%;
    position: absolute;
    left: -13%;
    top: -21%;
}
.selectionTab .div1 .heading{
    position: relative;
    z-index: 9;
    border-radius: 10px 0px 0px 10px;
    padding: 30px;
    width: 100%;
    background-color: #FAC759;
}
.selectionTab .div1 .heading h1{
    color: black;
    font-size: 36px;
    font-weight: 700;
    font-family: "Sansation";
}
.selectionTab .div1 .plan01{
    border-radius: 0px 10px 0px 0px;
    background-color: #65259A;
    width: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
}
.selectionTab .div1 .plan01:hover{
    background-color: #FAC759;
}
.selectionTab .div1 .plan01:hover .head h1,.selectionTab .div1 .plan01:hover .body p{
    color: rgb(0, 0, 0) !important;
}
.selectionTab .div1 .plan01:hover .body h6{
    color: rgba(0, 0, 0, 0.696);
}
.selectionTab .div1 .plan01 .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab .div1 .plan01 .head h1{
    font-weight: 600;
    color: white;
    font-size: 36px;
    font-family: "Sansation";
}
.selectionTab .div1 .plan01 .head img{
    width: 40px;
    margin-right: 40px;
}
.selectionTab .div1 .plan01 .body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab .div1 .plan01 .body p{
    max-width: 100%;
    color: white;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 300;
}
.selectionTab .div1 .plan01 .body h6{
    color: rgba(255, 255, 255, 0.696);
    font-size: 48px;
    font-family: "Sansation";
    font-weight: 700;
    text-shadow: -1px 3px 4px rgba(0,0,0,0.6);
}




.selectionTab .div1 .build03{
    background-color: #65259A;
    width: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
}
.selectionTab .div1 .build03:hover{
    background-color: #FAC759;
}
.selectionTab .div1 .build03:hover .head h1,.selectionTab .div1 .build03:hover .body p{
    color: rgb(0, 0, 0) !important;
}
.selectionTab .div1 .build03:hover .body h6{
    color: rgba(0, 0, 0, 0.696);
}
.selectionTab .div1 .build03 .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab .div1 .build03 .head h1{
    font-weight: 600;
    color: white;
    font-size: 36px;
    font-family: "Sansation";
}
.selectionTab .div1 .build03 .head img{
    width: 30px;
    color: white;
}
.selectionTab .div1 .build03 .body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab .div1 .build03 .body p{
    max-width: 100%;
    color: white;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 300;
}
.selectionTab .div1 .build03 .body h6{
    color: rgba(255, 255, 255, 0.696);
    font-size: 48px;
    font-family: "Sansation";
    font-weight: 700;
    text-shadow: -1px 3px 4px rgba(0,0,0,0.6);
}



.selectionTab .div1 .launch05{
    background-color: #65259A;
    width: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
}
.selectionTab .div1 .launch05:hover{
    background-color: #FAC759;
}
.selectionTab .div1 .launch05:hover .head h1,.selectionTab .div1 .launch05:hover .body p{
    color: rgb(0, 0, 0) !important;
}
.selectionTab .div1 .launch05:hover .body h6{
    color: rgba(0, 0, 0, 0.696);
}
.selectionTab .div1 .launch05:hover img {
    filter: invert(1);
}
.selectionTab .div2 .maintance06:hover img {
    filter: invert(0) !important;
}
.selectionTab .div2 .test04:hover img {
    filter: invert(1);
}
.selectionTab .div2 .design02:hover img {
    filter: invert(1);
}
.selectionTab .div1 .plan01:hover img {
    filter: invert(1);
}
.selectionTab .div1 .build03:hover img {
    filter: invert(0) !important;
}
.selectionTab .div1 .launch05 .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab .div1 .launch05 .head h1{
    font-weight: 600;
    color: white;
    font-size: 36px;
    font-family: "Sansation";
}
.selectionTab .div1 .launch05 .head img{
    width: 30px;
}
.selectionTab .div1 .launch05 .body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab .div1 .launch05 .body p{
    max-width: 100%;
    color: white;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 300;
}
.selectionTab .div1 .launch05 .body h6{
    color: rgba(255, 255, 255, 0.696);
    font-size: 48px;
    font-family: "Sansation";
    font-weight: 700;
    text-shadow: -1px 3px 4px rgba(0,0,0,0.6);
}




.selectionTab .div2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.selectionTab .div2 .yellow{
    position: absolute;
    max-width: 40%;
    top: 75%;
    right: -16%;
}
.selectionTab .div2 .heading{
    border-radius: 0px 10px 10px 10px;
    padding: 25px 50px 15px 50px;
    width: 105%;
    background-color: #FAC759;
    margin-left: -5%;
}
.selectionTab .div2 .heading p{
    max-width: 100%;
    color: black;
    font-size: 22px;
    font-weight: 400;
    font-family: "Rubik";
    line-height: 1.2em;
}
.selectionTab .div2 .design02{
    background-color: #65259A;
    width: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
}
.selectionTab .div2 .design02:hover{
    background-color: #FAC759;
}
.selectionTab .div2 .design02:hover .head h1,.selectionTab .div2 .design02:hover .body p{
    color: rgb(0, 0, 0) !important;
}
.selectionTab .div2 .design02:hover .body h6{
    color: rgba(0, 0, 0, 0.696);
}
.selectionTab .div2 .design02 .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab .div2 .design02 .head h1{
    font-weight: 600;
    color: white;
    font-size: 36px;
    font-family: "Sansation";
}
.selectionTab .div2 .design02 .head img{
    width: 30px;
}
.selectionTab .div2 .design02 .body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab .div2 .design02 .body p{
    max-width: 100%;
    color: white;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 300;
}
.selectionTab .div2 .design02 .body h6{
    color: rgba(255, 255, 255, 0.696);
    font-size: 48px;
    font-family: "Sansation";
    font-weight: 700;
    text-shadow: -1px 3px 4px rgba(0,0,0,0.6);
}




.selectionTab .div2 .test04{
    background-color: #65259A;
    width: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
}
.selectionTab .div2 .test04:hover{
    background-color: #FAC759;
}
.selectionTab .div2 .test04:hover .head h1,.selectionTab .div2 .test04:hover .body p{
    color: rgb(0, 0, 0) !important;
}
.selectionTab .div2 .test04:hover .body h6{
    color: rgba(0, 0, 0, 0.696);
}
.selectionTab .div2 .test04 .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab .div2 .test04 .head h1{
    font-weight: 600;
    color: white;
    font-size: 36px;
    font-family: "Sansation";
}
.selectionTab .div2 .test04 .head img{
    width: 30px;
    color: white;
}
.selectionTab .div2 .test04 .body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab .div2 .test04 .body p{
    max-width: 100%;
    color: white;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 300;
}
.selectionTab .div2 .test04 .body h6{
    color: rgba(255, 255, 255, 0.696);
    font-size: 48px;
    font-family: "Sansation";
    font-weight: 700;
    text-shadow: -1px 3px 4px rgba(0,0,0,0.6);
}



.selectionTab .div2 .maintance06{
    background-color: #65259A;
    border-radius: 0px 0px 0px 20px;
    width: 100%;
    padding: 30px;
    position: relative;
    z-index: 9;
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
}
.selectionTab .div2 .maintance06:hover{
    background-color: #FAC759;
}
.selectionTab .div2 .maintance06:hover .head h1,.selectionTab .div2 .maintance06:hover .body p{
    color: rgb(0, 0, 0) !important;
}
.selectionTab .div2 .maintance06:hover .body h6{
    color: rgba(0, 0, 0, 0.696);
}
.selectionTab .div2 .maintance06 .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab .div2 .maintance06 .head h1{
    font-weight: 600;
    color: white;
    font-size: 36px;
    font-family: "Sansation";
}
.selectionTab .div2 .maintance06 .head img{
    width: 30px;
}
.selectionTab .div2 .maintance06 .body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab .div2 .maintance06 .body p{
    max-width: 100%;
    color: white;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 300;
}
.selectionTab .div2 .maintance06 .body h6{
    color: rgba(255, 255, 255, 0.696);
    font-size: 48px;
    font-family: "Sansation";
    font-weight: 700;
    text-shadow: -1px 3px 4px rgba(0,0,0,0.6);
}


section.selectionLanguages {
    position: relative;
    z-index: 9;
}
.selectionLanguagesRow{
    display: flex;
    justify-content: center;
    align-items: center;
}
.selectionLanguages .languageBox{
    position: relative;
    z-index: 9;
    padding: 60px;
    border: 1px solid rgb(101 37 154 / 50%);
    border-radius: 57px;
    background: rgba(101 37 154 / 10%);
    backdrop-filter: blur(36.5px);
    -webkit-backdrop-filter:blur(36.5px);
    box-shadow: inset 10px 5px 4px rgb(0 0 0 / 30%);
}
.selectionLanguagesDiv{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.selectionLanguages .languageBox .heading{
    display: flex;
    justify-content: space-between;
    align-content: center;
    gap: 10px;
}
.selectionLanguages .languageBox .heading h1{
    font-size: 36px;
    font-family: "Sansation";
    color: black;
    font-weight: 700;
}
.selectionLanguages .languageBox .heading p{
    max-width: 50%;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 400;
    color: black;
}
.selectionLanguages .languageBox .languages{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.selectionLanguages .languageBox .languages .nav-pills .nav-item button{
    font-size: 32px;
    font-family: "Rubik";
    border: 1px solid rgb(101 37 154 / 50%);
}
.selectionLanguages .languageBox .languages .nav-pills{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 60px;
    padding: 30px;
    background: rgb(101 37 154 / 0%);
    border: 1px solid rgb(101 37 154 / 26%);
    backdrop-filter: blur(38px);
    box-shadow: inset 10px 5px 4px rgb(0 0 0 / 30%);

}   
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    border-radius: 50px;
    color: #000000;
    border: 1px solid #65259A;
    background: rgba(54, 0, 98, 0.13);
    backdrop-filter: blur(38px);
    box-shadow: inset 10px 5px 4px rgb(0 0 0 / 30%);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-radius: 50px;
    color: #000000;
    border: 1px solid rgb(250, 199, 89);
    background: rgb(250, 199, 89, 0.13);
    backdrop-filter: blur(38px);
    box-shadow: inset 10px 5px 4px rgb(0 0 0 / 30%);
}
.tab-content{
    width: 100%;
}
.tab-content .tab-pane .languagePills{
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0px 47px;
    gap: 10px;
    flex-wrap: wrap;
}
.tab-content .tab-pane h6{
    margin-top: 20px;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid rgb(101 37 154 / 50%);
    background: rgb(101 37 154 / 2%);
    backdrop-filter: blur(38px);
    box-shadow: inset 10px 5px 4px rgb(0 0 0 / 30%);
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 400;
    flex-grow: 1;
    max-width: 33%;
    text-align: center;
}
.tab-content .tab-pane h6:hover{
    border: 1px solid rgb(250, 199, 89);
    background: rgb(250, 199, 89, 0.13);
    backdrop-filter: blur(38px);
    box-shadow: inset 10px 5px 4px rgb(0 0 0 / 30%);
}
.platform{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.platform img{
    width: 100%;
    margin-top: -5px;
    margin-left: 20px;
}
.developmentService{
    margin-top: -80px;
    padding: 160px 0px;
    background-image: url(../../images/developmentServiceBg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.developmentServiceRow{
    display: flex;
    justify-content: center;
    align-items: center;
}
.developmentServiceDiv1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 10px 40px 10px 0px;
}
.developmentServiceDiv1 h1{
    color: white;
    font-family: "Sansation";
    font-size: 36px;
    font-weight: 600;
}
.developmentServiceDiv1 p{
    color: white;
    font-family: "Rubik";
    font-size: 24px;
    font-weight: 300;
    margin: 20px 0px;
}
.developmentServiceDiv1 a{
    color: rgb(0, 0, 0);
    font-family: "Rubik";
    font-size: 32px;
    font-weight: 400;
    background-color: #FAC759;
    padding: 10px 60px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.30);
    box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.30), 0px 4px 4px 0px rgba(0, 0, 0, 0.30);
    transition: transform 0.4s ease, clip-path 0.4s ease;
    --scale-factor: 1.01;
}
.developmentServiceDiv1 a:hover{
    transform: scale(var(--scale-factor));
    color: #65259a;
}

.developmentServiceDiv2{
    padding: 30px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.developmentServiceDiv2 .scrollBox{
    border: 1px solid #FAC759;
    border-radius: 20px;
    height: 500px;
    width: 600px;
    overflow: auto;
    padding: 30px;
}
.developmentServiceDiv2 .scrollBox::-webkit-scrollbar {
    width: 15px; /* Width of the scrollbar track */
}

.developmentServiceDiv2 .scrollBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #D9D9D9;
    margin: 30px 0px;
}

.developmentServiceDiv2 .scrollBox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 20px #FAC759;
    /* background-color: #FAC759; */
    border: 5px solid #ecedf1;
    box-sizing: border-box;
    opacity: 1;
}

.developmentServiceDiv2 .scrollBox::-webkit-scrollbar-track-piece {
    border-radius: 50px; /* Smooth rounded effect on track pieces */
}

.developmentServiceDiv2 .scrollBox h1{
    color: white;
    font-family: "Sansation";
    font-weight: 600;
    font-size: 38px;
}
.developmentServiceDiv2 .scrollBox p{
    color: white;
    font-family: "Rubik";
    font-weight: 300;
    font-size: 24px;
}

.variousIndustries{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.variousIndustriesRow{
    display: flex;
    justify-content: center;
    align-items: center;
}
.variousIndustriesDiv1{
    display: flex;
    justify-content: center;
    align-items: start;
}
.variousIndustriesDiv1 .scrollBox{
    padding: 10px 40px;
    overflow: auto;
    height: 500px;
    width: 500px;
    border: 1px solid #65259A;
    border-radius: 10px 10px 10px 30px;
}
.variousIndustriesDiv1 .scrollBox h6{
    margin-top: 20px;
    font-size: 36px;
    font-family: "Sansation";
    font-weight: 600;
    color: #000000;
}
.variousIndustriesDiv1 .scrollBox::-webkit-scrollbar {
    width: 15px; /* Width of the scrollbar track */
}
.variousIndustriesDiv1 .scrollBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(236, 237, 241,);
    border-radius: 10px;
    background-color: #D9D9D9;
    margin: 30px 0px;
}
.variousIndustriesDiv1 .scrollBox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 20px #65259A;
    /* background-color: #FAC759; */
    border: 5px solid #ecedf1;
    box-sizing: border-box;
    opacity: 1;
}
.variousIndustriesDiv1 .scrollBox::-webkit-scrollbar-track-piece {
    border-radius: 50px; /* Smooth rounded effect on track pieces */
}

.variousIndustriesDiv2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 30px;
}
.variousIndustriesDiv2 h1{
    font-size: 36px;
    font-family: "Sansation";
    font-weight: 600;
    color: #000000;
}
.variousIndustriesDiv2 p{
    margin-top: 10px;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 400;
    color: #000000;
}

.docuDash{
    margin-top: 200px;
    margin-bottom: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.docuDashRow{
    display: flex;
    justify-content: center;
    align-items: center;
}
.docuDashDiv{
    background-image: url(../../images/docuDashBg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: start;
    padding-bottom: 50px;
    border: 1px solid green;
    border-bottom: none;
    border-radius: 10px;
}
.docuDashDivInner1{
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.docuDashDivInner1 img{
    width: 250px;
}
.docuDashDivInner1 h1{
    text-shadow: 1px 2px 2px rgba(111,172,69,0.6);
    margin-top: 20px;
    margin-left: 40px;
    color: #000000;
    font-size: 48px;
    font-weight: 600;
    font-family: "Sansation";
}
.docuDashDivInner1 h1 span{
    color: #6FAC45;
}
.docuDashDivInner1 ul{
    margin-top: 20px;
    margin-left: 40px;
}
.docuDashDivInner1 ul li{
    list-style-type:disc;
    margin-top: 5px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-family: "Rubik";
}
.docuDashDivInner2 img {
    width: 100%;
    margin-top: -50px;
}
.BtnDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #FAC759;
    padding-bottom: 30px;
}
.BtnDiv a{
    text-decoration: none;
    margin-top: -60px;
    background-color: #6FAC45;
    font-size: 32px;
    font-family: "Rubik";
    font-weight: 400;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
    transition: transform 0.4s ease, clip-path 0.4s ease;
    --scale-factor: 1.01;
}
.BtnDiv a:hover{
    transform: scale(var(--scale-factor));
}


.whyChoose{
    padding: 50px 0px 78px 0px;
    background-image: url(../../images/whyChooseCustomBg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.whyChooseRow{
    display: flex;
    justify-content: end;
    align-items: center;
}
.whyChooseDiv1 h1{
    color: #ffffff;
    font-size: 36px;
    font-family: "Sansation";
    font-weight: 600;
    padding: 50px 5px 5px 5px;
}
.whyChooseDiv1 p{
    margin-top: 20px;
    color: #ffffff;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 400;
    padding: 20px 5px;
}
.whyChooseDiv1 a{
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 400;
    background-color: #FAC759;
    padding: 10px 60px;
    border-radius: 10px;
    transition: transform 0.4s ease, clip-path 0.4s ease;
    --scale-factor: 1.01;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.427);
}
.whyChooseDiv1 a:hover{
    transform: scale(var(--scale-factor));
    color: #65259a;
}
.whyChooseDiv1 .scrollBox{
    margin-bottom: 60px;
    border-radius: 20px;
    padding: 20px 12px;
    overflow: auto;
    height: 400px;
    width: 500px;
    box-shadow: 0px 0px 11px -3px rgba(0,0,0,0.1);
    border: 1px solid #FAC759;
}
.whyChooseDiv1 .scrollBox h1{
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 500;
    color: #fac759;
    margin: 0px !important;
    padding: 0px 0px !important;
}
.whyChooseDiv1 .scrollBox p{
    margin: 0px;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 400;
    color: white;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.whyChooseDiv1 .scrollBox::-webkit-scrollbar {
    width: 15px; /* Width of the scrollbar track */
}
.whyChooseDiv1 .scrollBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(236, 237, 241,);
    border-radius: 10px;
    background-color: #D9D9D9;
    margin: 30px 0px;
}
.whyChooseDiv1 .scrollBox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 20px #FAC759;
    /* background-color: #FAC759; */
    border: 5px solid #ecedf1;
    box-sizing: border-box;
    opacity: 1;
}
.whyChooseDiv1 .scrollBox::-webkit-scrollbar-track-piece {
    border-radius: 50px; /* Smooth rounded effect on track pieces */
}

.whyChooseDiv2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.whyChooseDiv2 img{ 
    width: 100%; 
}

.selectionTab2{
    border-radius: 10px 10px 10px 10px;
    margin-top: -20px;
    margin-bottom: 60px;
    padding-bottom: 50px;
    width: 100%;
        box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
}
.selectionTab2Row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.selectionTab2Div{
    display: flex;
    justify-content: center;
    align-items: start;
}
.selectionTab2 .div1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.selectionTab2 .div1 .purple{
    max-width: 40%;
    position: absolute;
    left: -13%;
    top: -21%;
}
.selectionTab2 .div1 .heading{
    position: relative;
    z-index: 9;
    border-radius: 10px 0px 0px 10px;
    padding: 30px;
    width: 100%;
    background-color: #FAC759;
}
.selectionTab2 .div1 .heading h1{
    color: black;
    font-size: 36px;
    font-weight: 700;
    font-family: "Sansation";
}
.selectionTab2 .div1 .plan01{
    border-radius: 0px 10px 0px 0px;
    background-color: #65259A;
    width: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
}
.selectionTab2 .div1 .plan01:hover{
    background-color: #FAC759;
}
.selectionTab2 .div1 .plan01:hover .head h1,.selectionTab2 .div1 .plan01:hover .body p{
    color: rgb(0, 0, 0) !important;
}
.selectionTab2 .div1 .plan01:hover .body h6{
    color: rgba(0, 0, 0, 0.696);
}
.selectionTab2 .div1 .plan01 .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab2 .div1 .plan01 .head h1{
    font-weight: 600;
    color: white;
    font-size: 36px;
    font-family: "Sansation";
    margin-bottom: 10px;
}
.selectionTab2 .div1 .plan01 .head img{
    width: 40px;
    margin-right: 40px;
}
.selectionTab2 .div1 .plan01 .body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab2 .div1 .plan01 .body p{
    max-width: 100%;
    color: white;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 300;
}
.selectionTab2 .div1 .plan01 .body h6{
    color: rgba(255, 255, 255, 0.696);
    font-size: 48px;
    font-family: "Sansation";
    font-weight: 700;
    text-shadow: -1px 3px 4px rgba(0,0,0,0.6);
}




.selectionTab2 .div1 .build03{
    background-color: #65259A;
    width: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
}
.selectionTab2 .div1 .build03:hover{
    background-color: #FAC759;
}
.selectionTab2 .div1 .build03:hover .head h1,.selectionTab2 .div1 .build03:hover .body p{
    color: rgb(0, 0, 0) !important;
}
.selectionTab2 .div1 .build03:hover .body h6{
    color: rgba(0, 0, 0, 0.696);
}
.selectionTab2 .div1 .build03 .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab2 .div1 .build03 .head h1{
    font-weight: 600;
    color: white;
    font-size: 36px;
    font-family: "Sansation";
    margin-bottom: 10px;
}
.selectionTab2 .div1 .build03 .head img{
    width: 30px;
    color: white;
}
.selectionTab2 .div1 .build03 .body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab2 .div1 .build03 .body p{
    max-width: 100%;
    color: white;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 300;
}
.selectionTab2 .div1 .build03 .body h6{
    color: rgba(255, 255, 255, 0.696);
    font-size: 48px;
    font-family: "Sansation";
    font-weight: 700;
    text-shadow: -1px 3px 4px rgba(0,0,0,0.6);
}



.selectionTab2 .div1 .launch05{
    background-color: #65259A;
    width: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
}
.selectionTab2 .div1 .launch05:hover{
    background-color: #FAC759;
}
.selectionTab2 .div1 .launch05:hover .head h1,.selectionTab2 .div1 .launch05:hover .body p{
    color: rgb(0, 0, 0) !important;
}
.selectionTab2 .div1 .launch05:hover .body h6{
    color: rgba(0, 0, 0, 0.696);
}
.selectionTab2 .div1 .launch05 .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab2 .div1 .launch05 .head h1{
    font-weight: 600;
    color: white;
    font-size: 36px;
    font-family: "Sansation";
    margin-bottom: 10px;
}
.selectionTab2 .div1 .launch05 .head img{
    width: 30px;
}
.selectionTab2 .div1 .launch05 .body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab2 .div1 .launch05 .body p{
    max-width: 100%;
    color: white;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 300;
}
.selectionTab2 .div1 .launch05 .body h6{
    color: rgba(255, 255, 255, 0.696);
    font-size: 48px;
    font-family: "Sansation";
    font-weight: 700;
    text-shadow: -1px 3px 4px rgba(0,0,0,0.6);
}




.selectionTab2 .div2{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.selectionTab2 .div2 .yellow{
    position: absolute;
    max-width: 40%;
    top: 75%;
    right: -16%;
}
.selectionTab2 .div2 .heading{
    border-radius: 0px 10px 10px 10px;
    padding: 25px 50px 15px 50px;
    width: 105%;
    background-color: #FAC759;
    margin-left: -5%;
}
.selectionTab2 .div2 .heading p{
    max-width: 100%;
    color: black;
    font-size: 22px;
    font-weight: 400;
    font-family: "Rubik";
    line-height: 1.2em;
}
.selectionTab2 .div2 .design02{
    background-color: #65259A;
    width: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
}
.selectionTab2 .div2 .design02:hover{
    background-color: #FAC759;
}
.selectionTab2 .div2 .design02:hover .head h1,.selectionTab2 .div2 .design02:hover .body p{
    color: rgb(0, 0, 0) !important;
}
.selectionTab2 .div2 .design02:hover .body h6{
    color: rgba(0, 0, 0, 0.696);
}
.selectionTab2 .div2 .design02 .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab2 .div2 .design02 .head h1{
    font-weight: 600;
    color: white;
    font-size: 36px;
    font-family: "Sansation";
    margin-bottom: 10px;
}
.selectionTab2 .div2 .design02 .head img{
    width: 30px;
}
.selectionTab2 .div2 .design02 .body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab2 .div2 .design02 .body p{
    max-width: 100%;
    color: white;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 300;
}
.selectionTab2 .div2 .design02 .body h6{
    color: rgba(255, 255, 255, 0.696);
    font-size: 48px;
    font-family: "Sansation";
    font-weight: 700;
    text-shadow: -1px 3px 4px rgba(0,0,0,0.6);
}




.selectionTab2 .div2 .test04{
    background-color: #65259A;
    width: 100%;
    padding: 30px;
    position: relative;
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
}
.selectionTab2 .div2 .test04:hover{
    background-color: #FAC759;
}
.selectionTab2 .div2 .test04:hover .head h1,.selectionTab2 .div2 .test04:hover .body p{
    color: rgb(0, 0, 0) !important;
}
.selectionTab2 .div2 .test04:hover .body h6{
    color: rgba(0, 0, 0, 0.696);
}
.selectionTab2 .div2 .test04 .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab2 .div2 .test04 .head h1{
    font-weight: 600;
    color: white;
    font-size: 36px;
    font-family: "Sansation";
    margin-bottom: 10px;
}
.selectionTab2 .div2 .test04 .head img{
    width: 30px;
    color: white;
}
.selectionTab2 .div2 .test04 .body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab2 .div2 .test04 .body p{
    max-width: 100%;
    color: white;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 300;
}
.selectionTab2 .div2 .test04 .body h6{
    color: rgba(255, 255, 255, 0.696);
    font-size: 48px;
    font-family: "Sansation";
    font-weight: 700;
    text-shadow: -1px 3px 4px rgba(0,0,0,0.6);
}



.selectionTab2 .div2 .maintance06{
    background-color: #65259A;
    border-radius: 0px 0px 0px 20px;
    width: 100%;
    padding: 30px;
    position: relative;
    z-index: 9;
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.75);
}
.selectionTab2 .div2 .maintance06:hover{
    background-color: #FAC759;
}
.selectionTab2 .div2 .maintance06:hover .head h1,.selectionTab2 .div2 .maintance06:hover .body p{
    color: rgb(0, 0, 0) !important;
}
.selectionTab2 .div2 .maintance06:hover .body h6{
    color: rgba(0, 0, 0, 0.696);
}
.selectionTab2 .div2 .maintance06 .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab2 .div2 .maintance06 .head h1{
    font-weight: 600;
    color: white;
    font-size: 36px;
    font-family: "Sansation";
    margin-bottom: 10px;
}
.selectionTab2 .div2 .maintance06 .head img{
    width: 30px;
}
.selectionTab2 .div2 .maintance06 .body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectionTab2 .div2 .maintance06 .body p{
    max-width: 100%;
    color: white;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 300;
}
.selectionTab2 .div2 .maintance06 .body h6{
    color: rgba(255, 255, 255, 0.696);
    font-size: 48px;
    font-family: "Sansation";
    font-weight: 700;
    text-shadow: -1px 3px 4px rgba(0,0,0,0.6);
}
.PartneringRow{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.PartneringRow2{
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}
.PartneringDiv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.PartneringDiv h1{
    text-align: center;
    font-size: 36px;
    font-family: "Sansation";
    font-weight: bold;
    color: #000000;
}
.PartneringDiv p{
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    font-family: "Rubik";
    font-weight: 400;
    color: #000000;
}
.PartneringRow2 .card{
    border: 1px solid #65259A;
    padding: 0px 0px;
    box-shadow: -1px 4px 4px 0px #fac75938;
}
.PartneringRow2 .card .cardInner{
    border: 1px solid #65259A;
    border-radius: 10px;
    padding: 20px 10px;
    height: 96%;
    margin: 10px 0;
    box-shadow: -1px 4px 4px 0px #fac75938;
}
.PartneringRow2 .card2:hover p {
    border-bottom: none !important;
}
.PartneringRow2 .card .cardInner h1{
    text-align: center;
    color: black;
    font-size: 32px;
    font-weight: 600;
    font-family: "Sansation";
    border-bottom:1px solid #65259A;
    padding-bottom: 5px;
}
.PartneringRow2 .card .cardInner p{
    margin-top: 10px;
    text-align: center;
    color: black;
    font-size: 24px;
    font-family: "Rubik";
}
.PartneringRow2 .card{
    transition: transform 0.4s ease, clip-path 0.4s ease;
    -scale-factor: 1.01;
}
.PartneringRow2 .card:hover{
    transform: scale(var(--scale-factor)); /* Apply slight zoom on hover */
}

.aris360{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aris360Row{
    display: flex;
    justify-content: center;
    align-items: center;
}

.aris360{
    margin-top: 200px;
    margin-bottom: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aris360Row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.aris360Div{
    background-image: url(../../images/aris360Bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: start;
    align-items: start;
    padding-bottom: 50px;
}
.aris360DivInner1{
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.aris360DivInner1 img{
    width: 250px;
}
.aris360DivInner1 h1{
    text-shadow: 1px 2px 2px rgba(111,172,69,0.6);
    margin-top: 20px;
    margin-left: 40px;
    color: #000000;
    font-size: 48px;
    font-weight: 600;
    font-family: "Sansation";
}
.aris360DivInner1 h1 span{
    color: #B90000;
}
.aris360DivInner1 ul{
    margin-top: 20px;
    margin-left: 40px;
}
.aris360DivInner1 ul li{
    list-style-type:disc;
    margin-top: 5px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-family: "Rubik";
}
.aris360DivInner2 img {
    position: absolute;
    max-width: 62%;
    top: 2%;
    right: -20px;
}
.aris360Row2 .BtnDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding-bottom: 30px;
}
.aris360Row2 .BtnDiv a{
    text-decoration: none;
    margin-top: -60px;
    background-color: #B80000;
    font-size: 32px;
    font-family: "Rubik";
    font-weight: 400;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.75);
    transition: transform 0.4s ease, clip-path 0.4s ease;
    --scale-factor: 1.01;
}
.BtnDiv a:hover{
    transform: scale(var(--scale-factor));
}




/* Add these media queries at the end of your existing CSS */

/* Extra Large Devices (large desktops, 1200px and up) */
