@font-face {
    font-family: 'Spline Sans Mono';
    src: url('../fonts/SplineSansMono-Regular.eot');
    src: url('../fonts/SplineSansMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SplineSansMono-Regular.woff2') format('woff2'),
        url('../fonts/SplineSansMono-Regular.woff') format('woff'),
        url('../fonts/SplineSansMono-Regular.ttf') format('truetype'),
        url('../fonts/SplineSansMono-Regular.svg#SplineSansMono-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spline Sans Mono';
    src: url('../fonts/SplineSansMono-Medium.eot');
    src: url('../fonts/SplineSansMono-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SplineSansMono-Medium.woff2') format('woff2'),
        url('../fonts/SplineSansMono-Medium.woff') format('woff'),
        url('../fonts/SplineSansMono-Medium.ttf') format('truetype'),
        url('../fonts/SplineSansMono-Medium.svg#SplineSansMono-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spline Sans Mono';
    src: url('../fonts/SplineSansMono-Bold.eot');
    src: url('../fonts/SplineSansMono-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SplineSansMono-Bold.woff2') format('woff2'),
        url('../fonts/SplineSansMono-Bold.woff') format('woff'),
        url('../fonts/SplineSansMono-Bold.ttf') format('truetype'),
        url('../fonts/SplineSansMono-Bold.svg#SplineSansMono-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Bold.eot');
    src: url('../fonts/TitilliumWeb-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TitilliumWeb-Bold.woff2') format('woff2'),
        url('../fonts/TitilliumWeb-Bold.woff') format('woff'),
        url('../fonts/TitilliumWeb-Bold.ttf') format('truetype'),
        url('../fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-SemiBold.eot');
    src: url('../fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TitilliumWeb-SemiBold.woff2') format('woff2'),
        url('../fonts/TitilliumWeb-SemiBold.woff') format('woff'),
        url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype'),
        url('../fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;

}

.fixed-getintouch img {
    width: 6rem;
}

body {
    font-family: 'Spline Sans Mono';
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #000;
}

.container {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
    height: auto;
}

.containers {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}


.headersec {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background: #000;
    height: 104px;
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
}

.logonnavsec {
    padding-top: 20px;
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    width: 361.8px;
    height: 57.13px;
    top: 48.43px;
    left: 115px;
    /* padding-top:10px; */

}

.navsec ul li {
    float: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 0 25px;
}

.navsec ul li:first-child {
    margin: 0;
}

.navsec ul li a {
    color: #999999;
}

.navsec ul li a:hover,
.navsec ul li a.active {
    color: #fff;
}

.bannersec {
    width: 100%;
    height: 976px;
    overflow: hidden;
    position: relative;
}

.bannersec .slidersec,
.bannersec .slidersec .owl-stage-outer,
.bannersec .slidersec .owl-stage-outer .owl-stage,
.bannersec .slidersec .owl-stage-outer .owl-stage .owl-item,
.bannersec .slidersec .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%;
}

.slidersec img,
.slidersec video {
    width: 100%;
    /* height: 100%; */
    height: auto;
    object-fit: cover;
    overflow: hidden;
}

/* Fix for single image banners on non-index pages */
.bannersec .slidersec .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Ensure content stays above image */
.bannersec .slidersec .item .slidecontpart {
    z-index: 9;
    position: relative;
}

.slidersec .owl-dots {
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;
    line-height: 1;
}

.slidersec .owl-dots .owl-dot {
    margin: 0 5px;
}

.slidersec .owl-dots .owl-dot span {
    margin: 0;
    background: transparent;
    border: 1px solid #A188EB;
}

.slidersec .owl-dots .owl-dot.active span {
    background: #A188EB;
}

.slidecontpart {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* height: auto; */
    z-index: 9;
}

.slidecontpart .container {
    position: relative;
    /* top: 50%; */
    transform: translateY(-50%);
    padding: 50px 15px;
}

.slidecontpart h1 {
    font-size: 46px;
    line-height: 53px;
    font-family: 'Titillium Web';
    font-weight: bold;
    color: #fff;
    max-width: 700px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.slidecontpart p {
    max-width: 700px;
    color: #fff;
    font-weight: normal;
    padding: 40px 0 0;
    letter-spacing: 0px;
}

/* a.getintouchbut
{ */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#050ef1+0,fd0200+100 */
/* background: linear-gradient(to right, #050ef1 0%,#fd0200 100%);  */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* line-height: 67px;
    width: 254px;
    background-size: 100% 100%;
    display: inline-block;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 35px;
    transition: all 0.5s ease;
    text-align: center;
}
a.getintouchbut:hover
{
    color: #fff; */
/* Keep the original gradient background */
/* background: linear-gradient(to right, #050ef1 0%,#fd0200 100%);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    letter-spacing: 1px;
    transform: scale(1.05); */
/* Add inner borders on left and top */
/* border-left: 4px solid rgba(255,255,255,0.8);
    border-top: 4px solid rgba(255,255,255,0.8);
    border-right: none;
    border-bottom: none; */
/* Move text to right with animation */
/* text-indent: 15px;
    transition: all 0.3s ease;
} */

/* Slide-specific hover effects for desktop and mobile */
/* .slide-1 a.getintouchbut:hover
{
    background: linear-gradient(to right, #2C3E50 0%, #34495E 100%); /* Dark blue-gray gradient for slide 1 */
/* border-left: 4px solid rgba(255,255,255,0.9);
    border-top: 4px solid rgba(255,255,255,0.9);
}

.slide-2 a.getintouchbut:hover
{ */
/* background: linear-gradient(to right, #8E44AD 0%, #9B59B6 100%); */
/* Purple gradient for slide 2 */
/* border-left: 4px solid rgba(255,255,255,0.9);
    border-top: 4px solid rgba(255,255,255,0.9);
}

.slide-3 a.getintouchbut:hover
{ */
/* background: linear-gradient(to right, #E67E22 0%, #F39C12 100%);  */
/* Orange gradient for slide 3 */
/* border-left: 4px solid rgba(255,255,255,0.9);
    border-top: 4px solid rgba(255,255,255,0.9);
}

.slide-4 a.getintouchbut:hover
{ */
/* background: linear-gradient(to right, #27AE60 0%, #2ECC71 100%); */
/* Green gradient for slide 4 */
/* border-left: 4px solid rgba(255,255,255,0.9);
    border-top: 4px solid rgba(255,255,255,0.9);
}

.slide-5 a.getintouchbut:hover
{ */
/* background: linear-gradient(to right, #E74C3C 0%, #C0392B 100%);  */
/* Red gradient for slide 5 */
/* border-left: 4px solid rgba(255,255,255,0.9);
    border-top: 4px solid rgba(255,255,255,0.9);
}

.slide-6 a.getintouchbut:hover
{ */
/* background: linear-gradient(to right, #3498DB 0%, #2980B9 100%); */
/* Blue gradient for slide 6
    border-left: 4px solid rgba(255,255,255,0.9);
    border-top: 4px solid rgba(255,255,255,0.9);
}
.fstcontsec
{
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background: url(../images/fstcontbg.png) no-repeat center top;
    background-size: cover;
}  */
/*.lftrytlinepart
{
    background-image: url(../images/lftline.png), url(../images/rytline.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    padding: 0 50px;
}*/
a.getintouchbut {
    position: relative;
    display: inline-block;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 67px;
    width: 254px;
    margin-top: 35px;
    border-radius: 8px;
    z-index: 1;
    background: linear-gradient(to right, #050ef1 0%, #fd0200 100%);
    /* horizontal gradient bg */
    border: 2px 8px solid transparent;
    transition: all 0.4s ease;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0 20px;
    transform-origin: center;

}

/* transparent bg + visible gradient border on hover */
a.getintouchbut:hover {
    background-color: transparent !important;
    border: 2px solid transparent;
    border-image: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) 1;
    border-image-slice: 1;
    text-indent: 15px;
    transition: transform 0.3s ease;
    transform: scale(1.05) translateX(5px);

    /* Gradient text effect */
    background: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    border-right: 6px solid;
    border-left: 6px solid;
}


.lftrytlinepart h4 {
    font-size: 70px;
    line-height: 85px;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 50px 0;
    background: linear-gradient(90deg, #050EF1, #FD0200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Firefox ke liye */
    background-clip: text;
}

.fstcontsec p {
    text-align: center;
}

.fstsecforthcolpart {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0;
}

.sglecolpart {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    background: url(../images/line.png) no-repeat left center;
    background-size: auto 100%;
    display: flex;
    flex-direction: column;
    row-gap: 17px;
    padding: 0 15px;
}

.sglecolpart:first-child {
    background-image: none;
}

.sglecolpart h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    color: #000;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-transform: uppercase;
}

.fstcontsec h3 {
    max-width: 750px;
    margin: 0 auto;
    font-family: 'Titillium Web';
    font-weight: bold;
    color: #000;
    font-size: 37px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
}

.sndcontsec {
    width: 100%;
    overflow: hidden;
    /* background: url(../images/sndcontsecbg.png) no-repeat center center; */
    /* background-size: cover; */
    padding: 100px 0;
}

.sndcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 75px 0;
    background: linear-gradient(90deg, #050EF1, #FD0200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.appsndcontsec {
    width: 100%;
    overflow: hidden;
    background-color: white;
    background-size: cover;
    padding: 100px 0;

}

.appsndcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 55px 0;
    background: linear-gradient(90deg, #050EF1, #FD0200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.appsndcontsec p {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 0 auto;
    font-family: 'Spline Sans Mono';
    max-width: 900px;
    padding-bottom: 40px;
}

.servicecontsec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.serviceimgsec {
    flex: 0 0 40%;
    max-width: 40%;
}

.servicwcontentsec {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 0 0 50px;
}

.servicwcontentsec h3 {
    padding: 0 0 50px 0;
}

.tabslidersec .owl-nav {
    margin: 0;
}

.tabslidersec .owl-nav .owl-prev {
    background: url(../images/toparw.png) no-repeat left top !important;
    background-size: 100% 100%;
    width: 38px;
    height: 45px;
    display: block;
    position: absolute;
    right: -32px;
    top: 0;
    z-index: 1;
    margin: 0;
}

.tabslidersec .owl-nav .owl-next {
    background: url(../images/btmarw.png) no-repeat left top !important;
    background-size: 100% 100%;
    width: 38px;
    height: 45px;
    display: block;
    position: absolute;
    right: -32px;
    bottom: 0;
    z-index: 1;
    margin: 0;
}

.tabslidersec .owl-nav span {
    display: none;
}

.tabslidersec .owl-dots {
    margin: 0 !important;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}

.tabslidersec .owl-dots .owl-dot {
    display: block;
}

.tabslidersec .owl-dots .owl-dot span {
    margin: 5px 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background-color: #fff;
}

.tabslidersec .owl-dots .owl-dot span:hover,
.tabslidersec .owl-dots .owl-dot.active span {
    border: 1px solid #000;
    background-color: #000;
}

.servicedisplayflex {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.sgleservicedisplayflex {
    float: left;
    width: 31.3333333%;
    margin: 4% 2% 0 0;
}

.sgleservicedisplayflex .inner {
    font-size: 17px;
    letter-spacing: normal;
    line-height: 1.5;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%);
}

.servicecontheight {
    background: linear-gradient(45deg, #050EF1, #FD0200);
    padding: 2px;
    /* -webkit-border-bottom-right-radius: 20px; */
    /* -moz-border-radius-bottomright: 20px; */
    /* border-bottom-right-radius: 20px; */
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.servicecontheight>.inner {
    padding: 18px;
    background: white;
    /* -webkit-border-bottom-right-radius: 18px;
    -moz-border-radius-bottomright: 18px;
    border-bottom-right-radius: 18px; */
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%);
    width: 100%;
    height: 100%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%);
}


.tabsec {
    width: 100%;
    overflow: hidden;
}

.tabsec ul li {
    float: left;
    width: 33.3333333%;
    text-align: center;
    font-size: 36px;
    line-height: normal;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-transform: uppercase;
}

.tabsec ul li a {
    display: block;
    padding: 75px 15px;
    color: #000;
    background: #dfd4f3;
    transition: all 0.5s ease;
}

.tabsec ul li a:hover,
.tabsec ul li a.active {
    background: #25223F;
    color: #fff;
}

.tabcontsec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.tabcontsec h2 {
    color: #25223F;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 42px;
    line-height: 49px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 25px 0;
}

.tabcontsec p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    color: #25223F;
}

.tabcontsec a.getintouchbut {
    line-height: 46px;
    width: 171px;
    color: #fff;
    font-size: 15px;
    background: url(../images/darkgetintouch.png) no-repeat left top;
    background-size: 100% 100%;
    transition: all 0.5s ease;
}

.tabcontsec a.getintouchbut:hover {
    color: #6E57B0;
}

.carouselsec {
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
}

.facilitydesignsec .owl-dots {
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    z-index: 1;
    line-height: 1;
}

.facilitydesignsec .owl-dots .owl-dot {
    margin: 0 5px;
}

.facilitydesignsec .owl-dots .owl-dot span {
    margin: 0;
    background: transparent;
    border: 1px solid #25223F;
}

.facilitydesignsec .owl-dots .owl-dot.active span {
    background: #25223F;
}

/*.carouselsec .container
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}*/
.sglecarouselsec {
    width: 100%;
    background: #6E57B0;
    padding: 18px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.iconsec {
    float: left;
    width: 20%;
}

.iconsec img {
    width: auto !important;
}

.carouselcontsec {
    float: right;
    width: 80%;
    padding-left: 20px;
}

.thrdcontsec {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 100px 0;
}

.customervoicesec {
    width: 100%;
}

.customervoice .owl-dots {
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    z-index: 1;
    line-height: 1;
}

.customervoice .owl-dots .owl-dot {
    margin: 0 5px;
}

.customervoice .owl-dots .owl-dot span {
    margin: 0;
    background: transparent;
    border: 1px solid #A188EB;
}

.customervoice .owl-dots .owl-dot.active span {
    background: #A188EB;
}

.customervoicesec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 80px 0;
    background: linear-gradient(90deg, #050EF1, #FD0200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.industryleadersec {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sgleindustrysec {
    flex: 0 0 14.2%;
    max-width: 14.2%;
    padding: 0 10px;
    flex-wrap: wrap;
}

/* .sgleindustrysec h3
{
    background: linear-gradient(to right, #480bb0 0%, #5c0a9d 100%);
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: normal;
    font-weight: normal;
    padding: 10px 5px;
    min-height: 70px;
} */
/* .sgleindustrysec h3 strong
{
    font-weight: normal;
    display: block;
} */



.onestgrediant {
    background: linear-gradient(267.62deg, #FD0200 -800.9%, #050EF1 433.34%);
}

.twostgrediant {
    background: linear-gradient(267.62deg, #FD0200 -680.08%, #050EF1 482.9%);
}

.threegradient {
    background: linear-gradient(267.62deg, #FD0200 -564.5%, #050EF1 615.58%);
}

.fourgradient {
    background: linear-gradient(267.62deg, #FD0200 -446.3%, #050EF1 720.96%);
}

.fivegradient {
    background: linear-gradient(270deg, #FD0200 -339.36%, #050EF1 879.39%);
}

.sixgradient {
    background: linear-gradient(267.62deg, #FD0200 -207.05%, #050EF1 965.91%);
}

.sevenstgrediant {
    background: linear-gradient(267.42deg, #FD0200 -86.89%, #050EF1 1083.09%);
}





.onestgrediants {
    background: linear-gradient(267.62deg, #FD0200 -800.9%, #050EF1 433.34%);
}

.twostgrediants {
    background: linear-gradient(267.62deg, #FD0200 -680.08%, #050EF1 482.9%);
}

.threegradients {
    background: linear-gradient(267.62deg, #FD0200 -564.5%, #050EF1 615.58%);
}

.fourgradients {
    background: linear-gradient(267.62deg, #FD0200 -446.3%, #050EF1 720.96%);
}

.fivegradients {
    background: linear-gradient(270deg, #FD0200 -339.36%, #050EF1 879.39%);
}

.sixgradients {
    background: linear-gradient(267.62deg, #FD0200 -207.05%, #050EF1 965.91%);
}

.sevenstgrediants {
    background: linear-gradient(267.42deg, #FD0200 -86.89%, #050EF1 1083.09%);
}



.tech-box {


    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 16.64px;
    line-height: 18.42px;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%);
    box-sizing: border-box;
    padding: 20px;
}


.tech-box p {

    font-weight: normal !important;
    font-size: 14px;
}

/* Service section image styling */
/* .ssimg {
    width: 1068px;
    height: 743px;
    top: 1654.19px;
    left: 426px;
    position: absolute;
} */




.sgleindustrysec ul li {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 0 5px 0;
}

.sgleindustrysec ul li img {
    max-height: 21px;
}

.sglecustomersec {
    width: 100%;
    height: 340px;
    display: flex;
    flex-wrap: wrap;
    background: #FEFFFFC9;
    padding: 25px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sglecustomersec img {
    width: auto !important;
}

.hovercustomersec {
    background: url(../images/bg.jpg) no-repeat left top;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
    opacity: 0;
    transition: all 0.5s ease;
    justify-content: left;
}

.sglecustomersec:hover .hovercustomersec {
    opacity: 1;
}

.hovercustomersec p {
    font-size: 17px;
    line-height: 26px;
    color: #25223F;
    font-weight: normal;
    text-align: left;
}

.starratingsec {
    text-align: left;
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
}

.hovercustomersec h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #25223F;
    text-align: left;
    width: 100%;
}

.hovercustomersec h4 {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    color: #25223F;
    text-align: left;
    width: 100%;
}

.forthcontsec {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(to right, #5b0a9e 0%, #ca0532 100%);
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0;
    margin-bottom: 0;
}

/* Ensure container is properly contained within full-width case studies section */
.forthcontsec .container {
    /* max-width: 1200px; */
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.casestudiessec {
    width: 100%;
    overflow: hidden;
}

.casestudiessec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 80px 0;
}

.casestudycontsec {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
}

.sglecasestudycontsec {
    max-width: 30%;
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.video-thumbnail {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.video-thumbnail:hover {
    transform: scale(1.02);
}

.play-button {
    position: absolute;
    z-index: 2;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
}

.video-content {
    text-align: center;
    color: white;
}

.video-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    color: white !important;
    font-family: 'Titillium Web', sans-serif;
}

.video-content p {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: 'Spline Sans Mono', monospace;
    margin: 0;
}

.getintouch{
    margin-top: 55px;
}

/* Responsive styles for video cards */
@media (max-width: 991px) {
    .sglecasestudycontsec {
        flex: 0 0 45%;
        max-width: 45%;
    }

}

@media (max-width: 768px) {

    .mobilealign h2{
        font-size: 22px;
    }
    .sglecasestudycontsec {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .casestudycontsec {
        gap: 30px;
        justify-content: center;
    }

    .video-content h3 {
        font-size: 16px;
    }

    .video-content p {
        font-size: 13px;
    }

    .video-thumbnail {
        height: 200px;
    }

    .play-button svg {
        width: 50px;
        height: 50px;
    }
}

.fifthcontsec {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    padding: 100px 0;
    background: url(../images/fstcontbg.png) no-repeat center top;
    background-size: cover;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0;
    margin-bottom: 0;
}

/* Ensure container is properly contained within full-width contact section */
.fifthcontsec .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.contactsec {
    width: 100%;
    overflow: hidden;
}

.contactsec .lftrytlinepart {
    display: flex;
    flex-wrap: wrap;
}

.leftcontpanel {
    flex: 0 0 40%;
    max-width: 40%;
}

.leftcontpanel h2 {
    font-size: 72px;
    line-height: 1;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    padding: 0 0 40px 0;
    background: linear-gradient(90deg, #050EF1, #FD0200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Firefox ke liye */
    background-clip: text;
}

.leftcontpanel p {
    text-align: left !important;
}

.rightcontpanel {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 0 0 50px;
}

.inputfieldwidth {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.inputfieldwidth:last-child {
    margin-bottom: 0;
}

.inputfield {
    width: 100%;
    background: rgba(153, 153, 153, 0.25);
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    color: #25223F;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Spline Sans Mono';
    border: 0;
    outline: 0;
}

.textareafield {
    width: 100%;
    height: 150px;
    background: rgba(153, 153, 153, 0.25);
    line-height: normal;
    padding: 15px 20px;
    color: #25223F;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Spline Sans Mono';
    border: 0;
    outline: 0;
}

.submitbut {
    position: relative;
    display: inline-block;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    /* text-transform: uppercase; */
    text-align: center;
    line-height: 48px;
    width: 150px;
    /* margin-top: 35px; */
    /* border-radius: 8px; */
    z-index: 1;
    background: linear-gradient(to right, #050ef1 0%, #fd0200 100%);
    /* horizontal gradient bg */

    transition: all 0.4s ease;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0 10px;
    transform-origin: center;
    border: 2px solid;
}

.submitbut:hover {
    border: 2px solid transparent;
    background-color: transparent !important;

    border-image: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) 1;
    border-image-slice: 1;
    text-indent: 10px;
    transition: transform 0.3s ease;
    transform: scale(1.05) translateX(5px);

    /* Gradient text effect */
    background: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    border-right: 6px solid;
    border-left: 6px solid;
}

/*.submitbut
{
    background: #7B65EA;
    line-height: 55px;
    padding: 0 45px;
    display: inline-block;
    font-weight: normal;
    font-family: 'Spline Sans Mono';
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: all 0.5s ease;
}
.submitbut:hover
{
    background: #fff;
    color: #7B65EA;
}*/
.tablinks {
    cursor: pointer;
}

.tabcontent,
.valuetabcontent {
    display: none;
}

.footerbg {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.topftrsec {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(153, 153, 153, 0.25);
}

.topftrflexpart {
    display: flex;
    flex-wrap: wrap;
}

.topftrcolpart {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 40px 15px;
    border-left: 1px solid rgba(153, 153, 153, 0.25);
}

.topftrcolpart:last-child {
    border-right: 1px solid rgba(153, 153, 153, 0.25);
}

.ftrlogo {
    display: flex;
    max-width: 100px;
    margin-bottom: 20px;
   
}
.ftrlogosecond{
    max-width: 100px;
    width: 50%;
    /* display: flex; */
    /* justify-content: space-between; */
}

.ftrusa {
    margin-top: 20px;
}

.topftrcolpart p {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    font-weight: normal;
}

.topftrcolpart ul li {
    font-size: 16px;
    line-height: 40px;
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 10px;
}

.topftrcolpart ul li a {
    color: #999;
}

.topftrcolpart ul li a:hover {
    color: #fff;
}

.ftrmap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}


.topftrcolpart p {
    margin-bottom: 10px;
}

.topftrcolpart p:last-child {
    margin: 0;
}

.topftrcolpart p.social {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

a.ftrsocial {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

a.ftrsocial:hover {
    background: #7B65EA;
}

a.backtotop {
    background: url(../images/toparrow.png) no-repeat right center;
    background-size: auto 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
    padding: 0 85px 0 0;
    height: 72px;
    line-height: 72px;
    display: inline-block;
}

.botftrsec {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}

.botftrsec p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #fff;
    opacity: 0.5;
}

.mobnavsec {
    display: none;
}

.mobileview {
    display: none;
}

.sglecolpart img {
    width: auto !important;
    margin: 0 auto;
}

.innerbannersec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.innerbannercontsec {
    max-width: 60%;
    overflow: hidden;
}

.innerbannersec h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 46px;
    line-height: 53px;
    font-family: 'Titillium Web';
    font-weight: bold;
    padding: 0 0 20px 0;
}

.fstservicecontsec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background: url(../images/fstservicebg.jpg) no-repeat center top;
    background-size: cover;
}

.fstservicecontsec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 50px 0;
}

.fstservicecontsec p {
    text-align: center;
    font-weight: normal;
}

.sndservicecontsec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background-color: #000;
}

.sndserviceconttabsec {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    margin: 0 0 50px 0;
}

.sndserviceconttabsec ul li {
    float: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    margin: 0 0 0 18px;
}

.sndserviceconttabsec ul li:first-child {
    margin: 0;
}

.sndserviceconttabsec ul li a {
    color: #fff;
    border: 1px solid #6E57B0;
    display: block;
    padding: 0 20px;
}

.sndserviceconttabsec ul li a:hover,
.sndserviceconttabsec ul li a.active {
    background-color: #6E57B0;
    color: #fff;
}

.sndservicesectabpart {
    display: flex;
    flex-wrap: wrap;
}

.leftsndservicepart {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 25px 0 0;
}

.lftsndserviceimgpart {
    position: relative;
}

.lftsndserviceimgpart::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 0;
    height: 0;
    border-bottom: 50px solid #000;
    border-left: 50px solid transparent;
}

.rightsndservicepart {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 0 25px;
}

.rightsndservicepart h2 {
    color: #A188EB;
    font-size: 33px;
    line-height: 39px;
    font-family: 'Titillium Web';
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 0 18px 0;
}

.rightsndservicepart h3 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Titillium Web';
    font-weight: bold;
    padding: 0 0 18px 0;
}

.rightsndservicepart p {
    font-weight: normal;
}

a.learnmorebut {
    width: 212px;
    height: 56px;
    background: url(../images/learn-more.png) no-repeat left top;
    background-size: 100% 100%;
    display: block;
    text-align: center;
    line-height: 56px;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

a.learnmorebut:hover {
    color: #000;
}

.notopmargin {
    margin-top: 0 !important;
}

.fstappcontsec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background: url(../images/fstapppgsecbg.jpg) no-repeat center center;
    background-size: cover;
}

.fstappcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 50px 0;
}

.fstappcontsec p {
    text-align: center;
    font-weight: normal;
}

.fstapppgcontflex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sgleindustryappsec {
    flex: 0 0 25%;
    max-width: 25%;
    margin-top: 100px;
    padding: 0 15px;
}

.industryappthumb {
    width: 100%;
    overflow: hidden;
}

.sgleindustryappsec h3 {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.resourcehubcontsec {
    width: 100%;
    overflow: hidden;
    background: url(../images/bg02.png) no-repeat center top;
    background-size: cover;
    padding: 100px 0;
}

.resourcehubcontsec p {
    font-weight: normal;
    text-align: center;
}

.resourcetabnfiltersec {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resourcesearchsec {
    max-width: 54.5%;
    flex: 0 0 54.5%;
    background: #2A224F;
}

.labeltxt {
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
    color: #fff;
    font-family: 'Titillium Web';
    line-height: 73px;
    background: #130F2F;
    width: 30%;
    float: left;
    text-align: center;
}

.resoucesearchfield {
    width: 70%;
    float: left;
    padding: 0 20px;
}

.searchfield {
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #FFFFFF;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    background: transparent;
    outline: 0;
    height: 60px;
    font-family: 'Spline Sans Mono';
}

.resourcefiltersec {
    max-width: 44.5%;
    flex: 0 0 44.5%;
    background: #2A224F;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.resourcefiltersec p {
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
}

.resourcefiltersec p a {
    color: #fff;
}

.resourcefiltersec p a:hover {
    color: #7B65EA;
}

.resourceconttabsec {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.sgleresourcecontsec {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding: 0 15px;
    margin-top: 30px;
}

.resourcecontdatasec {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #6E57B0;
    position: relative;
    padding: 20px 20px 66px 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,6e57b0+100 */
    background: linear-gradient(to bottom, #000000 0%, #6e57b0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.resourcethumb {
    width: 100%;
    overflow: hidden;
    margin-bottom: 22px;
}

.sgleresourcecontsec h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 20px 0;
}

a.whtedownloadusecasebut {
    background: url(../images/downloadusecasebut.png) no-repeat center top;
    background-size: 100% 100%;
    width: 352px;
    height: 36px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
    z-index: 1;
    line-height: 36px;
    text-align: center;
    color: #6E57B0;
    font-size: 14px;
    font-family: 'Titillium Web';
    text-transform: uppercase;
    font-weight: bold;
}

.sndapppgcontflex {
    width: 100%;
    overflow: hidden;
}

.sndapppgcontflex h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 80px 0;
}

.sndapppgflexwrap {
    display: flex;
    flex-wrap: wrap;
}

.lftflexwrappanel {
    flex: 0 0 25%;
    max-width: 25%;
}

.sndapppgflexwrap ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sndapppgflexwrap ul li {
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    font-style: normal;
    font-size: 24px;
    line-height: normal;
    background-image: url(../images/horizontal-divider.png), url(../images/horizontal-divider.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    margin: 15px 0;
}

.sndapppgflexwrap ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
    cursor: pointer;
}

.sndapppgflexwrap ul li a:hover,
.sndapppgflexwrap ul li a.active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,6159a5+50,000000+100 */
    background: linear-gradient(to right, #000000 0%, #6159a5 50%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.midflexwrappanel {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
}

.midflexwrapcontsec {
    border: 1px solid rgba(A161, 136, 235);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+10,6159a5+50,000000+90 */
    background: linear-gradient(to right, #000000 0%, #6159a5 50%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 70px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.midflexwrapcontsec p {
    background: url(../images/horizontal-divider.png) no-repeat center bottom;
    padding: 15px 0;
}

.midflexwrapcontsec p:last-child {
    background-image: none;
}

.rytflexwrappanel {
    flex: 0 0 25%;
    max-width: 25%;
}

.contactpgalignpad {
    width: 100%;
    overflow: hidden;
    padding: 100px 0 120px 0;
    background: url(../images/bg02.png) no-repeat center top;
    background-size: cover;
}

.contactpgalignpad .contactsec .lftrytlinepart {
    background-image: none;
    padding: 0;
}

p.contactpgsocial {
    display: flex;
    flex-wrap: wrap;
    line-height: 40px;
    gap: 10px;
}

.mapimgsec {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
    text-align: center;
}

.fstfacilitycontsec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background: url(../images/fstapppgsecbg.jpg) no-repeat center center;
    background-size: cover;
}

.fstfacilityflexdiv {
    display: flex;
    flex-wrap: wrap;
}

.lftfacilitysec {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 25px 0 0;
}

.lftfacilitysec h2 {
    font-size: 46px;
    line-height: 53px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    padding: 0 0 30px 0;
}

.rytfacilitysec {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 0 25px;
}

.fstfacilitysecbtmdiv {
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px;
}

.fstfacilitysecbtmdiv h2 {
    text-align: center;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 72px;
    line-height: 85px;
    color: #fff;
    padding: 0 0 40px 0;
}

.fstfacilitysecbtmdiv p {
    text-align: center;
    font-weight: normal;
    padding: 0 0 40px 0;
}

.sndfacilitycontsec {
    background: url(../images/btmfacilitybg.jpg) no-repeat center top;
    background-size: cover;
    padding: 100px 0;
    width: 100%;
    overflow: hidden;
}

.sndfacilitycontsec h2 {
    text-align: center;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 72px;
    line-height: 85px;
    color: #fff;
    padding: 0 0 40px 0;
}

.sndfacilitycontsec p {
    text-align: center;
    font-weight: normal;
}

.facilitycolpart {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 0;
}

.facilitycolpart .sglecolpart {
    text-align: left;
    padding: 0 25px;
}

.sglecolpart h3 {
    color: #A188EB;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    font-family: "Titillium Web";
    letter-spacing: 3px;
}

.sglecolpart p {
    text-align: left;
    padding: 0;
    font-weight: normal;
}

.thrdfacilitycontsec {
    width: 100%;
    overflow: hidden;
    background: url(../images/silitronicsbg.jpg) no-repeat left top;
    background-size: cover;
    padding: 100px 0;
}

.thrdfacilitycontsec h2 {
    text-align: center;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 72px;
    line-height: 85px;
    color: #25223F;
    padding: 0 0 30px 0;
}

.thrdfacilityflexpart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.sglefacilitysec {
    padding: 0 15px;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    margin-top: 30px;
}

.facilitybdrsec {
    border: 1px solid #25223F;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.facilityicontitlesec {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px 0;
}

.facilityiconsec {
    flex: 0 0 20%;
    max-width: 20%;
}

.facilitytitlesec {
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0 0 0 15px;
}

.facilitytitlesec h3 {
    color: #25223F;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.2;
    padding: 0 0 2px 0;
}

.facilitytitlesec h4 {
    color: #25223F;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1;
}

.sglefacilitysec p {
    font-weight: normal;
    color: #25223F;
    font-size: 14px;
    line-height: 1.5;
}

.topfacilitysec {
    width: 100%;
}

.topfacilitysec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px 0;
}

.topfacilitysec p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.sgletopfacilitysec {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding: 0 15px;
    margin-top: 80px;
}

.topfacilitybg {
    background: url(../images/bg.png) no-repeat center top;
    background-size: 100% 100%;
    width: 486px;
    height: 334px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
}

.sgletopfacilitysec h3 {
    text-align: center;
    font-weight: normal;
    color: #fff;
    padding-top: 30px;
}

.midfacilitysec {
    width: 100%;
    overflow: hidden;
    margin-top: 150px;
}

.midfacilitysec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px 0;
}

.sglemidfacilitysec {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding: 0 15px;
    margin-top: 30px;
}

.midfacilitythumb {
    position: relative;
    margin: 0 0 25px 0;
}

.midfacilitythumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.playvidbut {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    display: block;
    margin: 0 auto;
}

.sglemidfacilitysec p {
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    line-height: 35px;
    color: #fff;
}

.topabtcontsec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0 0;
    background: url(../images/fstapppgsecbg.jpg) no-repeat center center;
    background-size: cover;
}

.fstabtcontsec {
    width: 100%;
    overflow: hidden;
}

.fstabtcontsec p {
    text-align: center;
    font-weight: normal;
}

.sndabtcontsec {
    width: 100%;
    overflow: hidden;
}

.sndabtcontsec .sgletopfacilitysec .topfacilitybg {
    align-items: start;
    padding: 20px;
    justify-content: space-between;
    flex-direction: column;
}

.abticon {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: 100%;
}

.botfacilitypart h4 {
    font-family: 'Titillium Web';
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    padding: 0 0 10px 0;
}

.botfacilitypart p {
    font-weight: normal;
}

.textcenter {
    text-align: center !important;
}

.thrdabtcontsec {
    width: 100%;
    margin-top: 90px;
}

.thrdabtcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: left;
    padding: 0 0 30px 0;
}

.thrdabtcontsec p {
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    font-size: 17px;
}

.sgleteamsec {
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
}

.teamcontsec {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/teambg.png) no-repeat left top;
    background-size: 100% 100%;
}

.teamcontsec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.abttitlesec {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 30px;
    transition: all 0.5s ease;
}

.sgleteamsec h3 {
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 42px;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    line-height: 1.2;
}

.sgleteamsec p {
    font-weight: normal;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    text-align: left;
}

.teamhovercontsec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 1;
    transition: all 0.5s ease;
    opacity: 0;
}

.teamhoveralignpad {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.sgleteamsec:hover .abttitlesec {
    opacity: 0;
}

.sgleteamsec:hover .teamhovercontsec {
    opacity: 1;
}

.sgleteamsec:hover .teamcontsec img {
    opacity: 0;
}

.frthabtcontsec {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.frthabtcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px 0;
}

.frthabtcontsec p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.sglefrthabtsec {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.sglefrthabtsec div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 200px;
    justify-content: center;
}

.sglefrthabtsec p {
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.fifthabtcontsec {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.fifthabtcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px 0;
}

.fifthabtcontsec p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.fifthabtconttabsec {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.lftabttabsec {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 50px 0 0;
}

.lftabttabsec ul {
    text-align: center;
    width: 100%;
}

.lftabttabsec ul li {
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    font-style: normal;
    font-size: 34px;
    line-height: normal;
    background-image: url(../images/horizontal-divider.png), url(../images/horizontal-divider.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    margin: 20px 0;
}

.lftabttabsec ul li:first-child {
    margin-top: 0;
}

.lftabttabsec ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
}

.lftabttabsec ul li a:hover,
.lftabttabsec ul li a.active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,6159a5+50,000000+100 */
    background: linear-gradient(to right, #000000 0%, #6159a5 50%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.rytabttabsec {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 0 50px;
}

.rytabttabsec p {
    text-align: center;
    font-weight: normal;
    padding-top: 20px;
}

.sixthhabtcontsec {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.sixthhabtcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px 0;
}

.sixthhabtcontsec p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.sixthhabtcontsec ul {
    text-align: center;
    margin-top: 50px;
}

.sixthhabtcontsec ul li {
    display: inline-block;
    border-left: 1px solid #D9D9D9;
    padding: 0 10px 0 20px;
}

.sixthhabtcontsec ul li:hover,
.sixthhabtcontsec ul li a.active {
    color: #A188EB;
}

.sixthhabtcontsec ul li:first-child {
    border-left: 0;
}

.tabcontdatasec {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-top: 100px;
}

.sndcontsec .row {
    align-items: center;
}

.rytsndcontsec h3 {
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-style: normal;
    font-size: 28px;
    line-height: 1.3;
    padding: 0 0 30px 0;
}

.tabviewcontsec {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sgletabviewcontsec {
    margin-top: 40px;
    max-width: 33.3333333%;
    flex: 0 0 33.3333333%;
    padding: 0 15px;
}

.sgletabviewcontsec p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}

.tabviewalignsec {
    border-top: 1pxc solid transparent;
    border-right: 1px solid #A188EB;
    border-bottom: 1px solid #A188EB;
    border-left: 1px solid transparent;
    padding: 0 10px 10px 0;
    height: 100%;
}

.lftsndcontsec {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.midsndcontsec {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.rytsndcontsec {
    flex: 0 0 50%;
    max-width: 100%;
    padding: 0 15px;
}

.verticalcarouselsec {
    height: calc(100vh - 100px);
}

.cv-carousel .cv-nav {
    margin: 0 20px 0 0;
}

.cv-carousel .cv-nav div {
    background: #7b65ea !important;
    text-transform: capitalize;
    color: #fff !important;
    font-size: 20px !important;
    margin: 20px 0 !important;
    font-weight: normal !important;
}


.fixed-getintouch {
    position: fixed;

    bottom: 15px;
    right: 15px;

    color: white;
    font-family: monospace;
    font-size: 16px;
    font-weight: bold;

    border-radius: 50%;
    text-align: center;
    text-decoration: none;

    z-index: 100 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fixed-getintouch:hover {
    transform: scale(1.1);

}

.bannersec {
    display: block;
}

.bannersec-mobile,
.mobindustryleadersec {
    display: none;
}

/* Hide fixed Get in touch button on mobile and tablet */
@media (max-width: 991px) {
    .fixed-getintouch {
        display: none !important;
        /* Hide on mobile and tablet */
    }
}

/* Ensure fixed Get in touch button is visible on desktop */
@media (min-width: 992px) {
    .fixed-getintouch {
        display: block !important;
        /* Show on desktop */
    }
}

/* Override slide-specific hover to maintain consistent gradient border effect */
.bannersec .owl-carousel .item .getintouchbut:hover,
.slide .getintouchbut:hover,
.carousel-item .getintouchbut:hover {
    background-color: transparent !important;
    border: 2px solid transparent;
    border-image: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) 1 !important;
    border-image-slice: 1;
    transform: scale(1.05) translateX(5px);

    /* Gradient text effect */
    background: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

/* Ensure button style is consistent across all slides and containers */
.slide .getintouchbut,
.carousel-item .getintouchbut,
.banner .getintouchbut,
.bannersec .getintouchbut {
    background: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) !important;
    color: #fff !important;
    font-weight: bold !important;
    border: 2px solid transparent !important;

}

/* Force transparent background on hover for all contexts */
.slide .getintouchbut:hover,
.carousel-item .getintouchbut:hover,
.banner .getintouchbut:hover,
.bannersec .getintouchbut:hover,
.owl-carousel .getintouchbut:hover,
.item .getintouchbut:hover {
    background-color: transparent !important;
    background-image: none !important;
    border: 2px solid transparent !important;
    border-image: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) 1 !important;
    border-image-slice: 1 !important;
    transform: scale(1.05) translateX(5px) !important;
    text-indent: 15px !important;
    transition: all 0.3s ease !important;
    /* color: #fff !important; */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
    border-left: 6px solid !important;
    border-right: 6px solid !important;
}


/* Responsive footer for mobile - Updated for 2-column layout */
@media (max-width: 767px) {

    .footerbg .topftrsec,
    .footerbg .botftrsec {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .footerbg .topftrsec {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 0;
        border: none;
    }

    .footerbg .topftrsec .container {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .footerbg .topftrflexpart {
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        gap: 0;
    }

    /* Override for 3-column mobile layout */
    .footerbg .topftrcolpart:first-child {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 20px 15px 15px 15px !important;
        border-left: 0 !important;
        border-bottom: 1px solid rgba(153, 153, 153, 0.25) !important;
        text-align: left !important;
    }

    .footerbg .topftrcolpart:nth-child(2) {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding: 15px 10px 15px 15px !important;
        border-left: 0 !important;
    }

    .footerbg .topftrcolpart:nth-child(3) {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding: 15px 15px 15px 10px !important;
        border-left: 1px solid rgba(153, 153, 153, 0.25) !important;
    }

    .footerbg .topftrcolpart:last-child {
        display: none !important;
    }

    .footerbg .topftrsec img,
    .footerbg .topftrsec .footer-logo {
        /* margin-bottom: 10px; */
        max-width: 120px;
        height: auto;
    }

    .footerbg .topftrsec ul,
    .footerbg .topftrsec li {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
    }

    .footerbg .topftrsec ul {
        margin-bottom: 10px;
    }

    .footerbg .topftrsec .footer-address {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .footerbg .topftrsec .footer-social {
        margin-bottom: 10px;
    }

    .footerbg .botftrsec {
        text-align: left !important;
        font-size: 12px !important;
        padding: 15px !important;
        border-top: 1px solid rgba(153, 153, 153, 0.25) !important;
    }

    .footerbg .botftrsec p {
        margin: 0 !important;
        text-align: left !important;
    }

    /* Mobile social media icons - Very small */
    .footerbg .ftrsocial {
        margin: 5px 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
        height: auto !important;
        min-height: auto !important;
    }

    .footerbg .ftrsocial a {
        display: inline-block !important;
        margin-right: 6px !important;
        padding: 4px !important;
        line-height: 1 !important;
        border: 1px solid rgba(153, 153, 153, 0.4) !important;
        border-radius: 3px !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }

    .footerbg .ftrsocial img {
        width: 14px !important;
        height: 14px !important;
        max-width: 14px !important;
        max-height: 14px !important;
        display: block !important;
    }

    .footerbg .topftrcolpart .social {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 18px !important;
        margin-bottom: 0 !important;
        gap: 18px !important;
    }

    .footerbg .topftrcolpart .ftrsocial {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50% !important;
        background: #fff !important;
        margin: 0 6px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        padding: 0 !important;
    }

    .footerbg .topftrcolpart .ftrsocial img {
        width: 22px !important;
        height: 22px !important;
        display: block;
    }
}

p.sbannertext {
    width: 535;
    height: 88;
    top: 685.5px;
    left: 115px;
    font-family: Spline Sans Mono;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);

}

.sbbox {
    width: 535;
    height: 88;
    top: 685.5px;
    left: 115px;
}

.ssimg {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 20px auto 0 auto;
    display: block;
}

.slide2text {
    width: 1404;
    height: 179;
    top: 1385.37px;
    left: 258px;

}

.slide2text p {
    font-family: Spline Sans Mono;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: rgba(37, 34, 63, 1);


}



@font-face {
    font-family: 'Spline Sans Mono';
    src: url('../fonts/SplineSansMono-Regular.eot');
    src: url('../fonts/SplineSansMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SplineSansMono-Regular.woff2') format('woff2'),
        url('../fonts/SplineSansMono-Regular.woff') format('woff'),
        url('../fonts/SplineSansMono-Regular.ttf') format('truetype'),
        url('../fonts/SplineSansMono-Regular.svg#SplineSansMono-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spline Sans Mono';
    src: url('../fonts/SplineSansMono-Medium.eot');
    src: url('../fonts/SplineSansMono-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SplineSansMono-Medium.woff2') format('woff2'),
        url('../fonts/SplineSansMono-Medium.woff') format('woff'),
        url('../fonts/SplineSansMono-Medium.ttf') format('truetype'),
        url('../fonts/SplineSansMono-Medium.svg#SplineSansMono-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spline Sans Mono';
    src: url('../fonts/SplineSansMono-Bold.eot');
    src: url('../fonts/SplineSansMono-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SplineSansMono-Bold.woff2') format('woff2'),
        url('../fonts/SplineSansMono-Bold.woff') format('woff'),
        url('../fonts/SplineSansMono-Bold.ttf') format('truetype'),
        url('../fonts/SplineSansMono-Bold.svg#SplineSansMono-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Bold.eot');
    src: url('../fonts/TitilliumWeb-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TitilliumWeb-Bold.woff2') format('woff2'),
        url('../fonts/TitilliumWeb-Bold.woff') format('woff'),
        url('../fonts/TitilliumWeb-Bold.ttf') format('truetype'),
        url('../fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-SemiBold.eot');
    src: url('../fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TitilliumWeb-SemiBold.woff2') format('woff2'),
        url('../fonts/TitilliumWeb-SemiBold.woff') format('woff'),
        url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype'),
        url('../fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
a:hover,
a:focus {
    color: black;
    text-decoration: none;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;

}

body {
    font-family: 'Spline Sans Mono';
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #000;
}

.container {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}

.headersec {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    background: #000;
}

.headersec.sticky {
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
}

.logonnavsec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.navsec ul li {
    float: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 0 25px;
}

.navsec ul li:first-child {
    margin: 0;
}

.navsec ul li a {
    color: #999999;
}

.navsec ul li a:hover,
.navsec ul li a.active {
    color: #fff;
}

.bannersec {
    width: 100%;
    height: 976px;
    /* height: auto; */
    overflow: hidden;
    position: relative;
}

.bannersec .slidersec,
.bannersec .slidersec .owl-stage-outer,
.bannersec .slidersec .owl-stage-outer .owl-stage,
.bannersec .slidersec .owl-stage-outer .owl-stage .owl-item,
.bannersec .slidersec .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%;
}

.slidersec img,
.slidersec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Additional fix for single image banners - ensure proper positioning */
.bannersec .slidersec .owl-stage-outer .owl-stage .owl-item .item {
    position: relative;
}

.bannersec .slidersec .owl-stage-outer .owl-stage .owl-item .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.slidersec .owl-dots {
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;
    line-height: 1;
}

.slidersec .owl-dots .owl-dot {
    margin: 0 5px;
}

.slidersec .owl-dots .owl-dot span {
    margin: 0;
    background: transparent;
    border: 1px solid #A188EB;
}

.slidersec .owl-dots .owl-dot.active span {
    background: #A188EB;
}

.slidecontpart {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.slidecontpart .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 15px;
}

.slidecontpart h1 {
    font-size: 46px;
    line-height: 53px;
    font-family: 'Titillium Web';
    font-weight: bold;
    color: #fff;
    max-width: 700px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

/* our service slide css */
/* .myslide h2
{
    font-size: 30px !important;
    line-height: 40px !important;
    font-family: 'Titillium Web';
    font-weight: bold;
    color: #fff;
    width: 298px !important;
    text-transform: uppercase;
    letter-spacing: 5px;
} */

/* .myslide h2{ display:flex !important;
justify-content: center !important;
font-size: 30px !important;
line-height: 25px !important;

} */
.slidecontpart p {
    max-width: 700px;
    color: #ffffff;
    font-weight: normal;
    padding: 40px 0 0;
    letter-spacing: 0px;
}

a.getintouchbut {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#050ef1+0,fd0200+100 */
    background: linear-gradient(to right, #050ef1 0%, #fd0200 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    line-height: 67px;
    width: 254px;
    background-size: 100% 100%;
    display: inline-block;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 35px;
    transition: all 0.5s ease;
    text-align: center;

}

a.getintouchbut:hover {
    color: #fff;
    /* Transparent background with gradient border */
    background-color: transparent !important;
    border: 2px solid transparent !important;
    border-image: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) 1 !important;
    border-image-slice: 1 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    transform: scale(1.05) translateX(5px);
    /* Move text to right with animation */
    text-indent: 15px;
    transition: all 0.3s ease;

}

/* Slide-specific hover effects for desktop and mobile - Updated for transparent background */
.slide-1 a.getintouchbut:hover,
.slide-2 a.getintouchbut:hover,
.slide-3 a.getintouchbut:hover,
.slide-4 a.getintouchbut:hover,
.slide-5 a.getintouchbut:hover,
.slide-6 a.getintouchbut:hover {
    background-color: transparent !important;
    border: 2px solid transparent !important;
    border-image: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) 1 !important;
    border-image-slice: 1 !important;
    transform: scale(1.05) translateX(5px) !important;
    text-indent: 15px;
    transition: all 0.3s ease;
}

.fstcontsec {
    width: 100%;
    overflow: hidden;
    padding: 64px 0;
    background: url(../images/fstcontbg.png) no-repeat center top;
    background-size: cover;
}

/*.lftrytlinepart
{
    background-image: url(../images/lftline.png), url(../images/rytline.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    padding: 0 50px;
}*/
.lftrytlinepart h4 {
    font-size: 70px;
    line-height: 85px;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 50px 0;
    background: linear-gradient(90deg, #050EF1, #FD0200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Firefox ke liye */
    background-clip: text;
}

.fstcontsec p {
    text-align: center;
}

.fstsecforthcolpart {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0;
}

.sglecolpart {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    background: url(../images/line.png) no-repeat left center;
    background-size: auto 100%;
    display: flex;
    flex-direction: column;
    row-gap: 17px;
    padding: 0 15px;
}

.sglecolpart:first-child {
    background-image: none;
}

.sglecolpart h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    color: #000;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-transform: uppercase;
}

.fstcontsec h3 {
    max-width: 750px;
    margin: 0 auto;
    font-family: 'Titillium Web';
    font-weight: bold;
    color: #000;
    font-size: 37px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
}

.sndcontsec {
    width: 100%;
    overflow: hidden;
    /* background: url(../images/sndcontsecbg.png) no-repeat center center; */
    /* background-size: cover; */
    /* padding: 8rem 0; */
}

.sndcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 40px 0;
    background: linear-gradient(90deg, #050EF1, #FD0200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.servicecontsec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.serviceimgsec {
    flex: 0 0 40%;
    max-width: 40%;
}

.servicwcontentsec {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 0 0 50px;
}

.servicwcontentsec h3 {
    padding: 0 0 50px 0;
}

.tabslidersec .owl-nav {
    margin: 0;
}

.tabslidersec .owl-nav .owl-prev {
    background: url(../images/toparw.png) no-repeat left top !important;
    background-size: 100% 100%;
    width: 38px;
    height: 45px;
    display: block;
    position: absolute;
    right: -32px;
    top: 0;
    z-index: 1;
    margin: 0;
}

.tabslidersec .owl-nav .owl-next {
    background: url(../images/btmarw.png) no-repeat left top !important;
    background-size: 100% 100%;
    width: 38px;
    height: 45px;
    display: block;
    position: absolute;
    right: -32px;
    bottom: 0;
    z-index: 1;
    margin: 0;
}

.tabslidersec .owl-nav span {
    display: none;
}

.tabslidersec .owl-dots {
    margin: 0 !important;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}

.tabslidersec .owl-dots .owl-dot {
    display: block;
}

.tabslidersec .owl-dots .owl-dot span {
    margin: 5px 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    background-color: #fff;
}

.tabslidersec .owl-dots .owl-dot span:hover,
.tabslidersec .owl-dots .owl-dot.active span {
    border: 1px solid #000;
    background-color: #000;
}

.servicedisplayflex {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.sgleservicedisplayflex {
    float: left;
    width: 31.3333333%;
    margin: 4% 2% 0 0;
}

.sgleservicedisplayflex .inner {
    font-size: 17px;
    letter-spacing: normal;
    line-height: 1.3;
    overflow: hidden;
}

.servicecontheight {
    background: linear-gradient(45deg, #050EF1, #FD0200);
    padding: 2px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    /* height:auto; */
}

.servicecontheight>.inner {
    padding: 18px;
    background: white;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    height: 100%;
    /* height:auto; */
}

.tabsec {
    width: 100%;
    overflow: hidden;
}

.tabsec ul li {
    float: left;
    width: 33.3333333%;
    text-align: center;
    font-size: 36px;
    line-height: normal;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-transform: uppercase;
}

.tabsec ul li a {
    display: block;
    padding: 75px 15px;
    color: #000;
    background: #dfd4f3;
    transition: all 0.5s ease;
}

.tabsec ul li a:hover,
.tabsec ul li a.active {
    background: #25223F;
    color: #fff;
}

.tabcontsec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}

.tabcontsec h2 {
    color: #25223F;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 42px;
    line-height: 49px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 25px 0;
}

.tabcontsec p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    color: #25223F;
}

.tabcontsec a.getintouchbut {
    line-height: 46px;
    width: 171px;
    color: #fff;
    font-size: 15px;
    background: url(../images/darkgetintouch.png) no-repeat left top;
    background-size: 100% 100%;
    transition: all 0.5s ease;
}

.tabcontsec a.getintouchbut:hover {
    color: #6E57B0;
}

.carouselsec {
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
}

.facilitydesignsec .owl-dots {
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    z-index: 1;
    line-height: 1;
}

.facilitydesignsec .owl-dots .owl-dot {
    margin: 0 5px;
}

.facilitydesignsec .owl-dots .owl-dot span {
    margin: 0;
    background: transparent;
    border: 1px solid #25223F;
}

.facilitydesignsec .owl-dots .owl-dot.active span {
    background: #25223F;
}

/*.carouselsec .container
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}*/
.sglecarouselsec {
    width: 100%;
    background: #6E57B0;
    padding: 18px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.iconsec {
    float: left;
    width: 20%;
}

.iconsec img {
    width: auto !important;
}

.carouselcontsec {
    float: right;
    width: 80%;
    padding-left: 20px;
}

.thrdcontsec {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 100px 0;
}

.customervoicesec {
    width: 100%;
}

.customervoice .owl-dots {
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    z-index: 1;
    line-height: 1;
}

.customervoice .owl-dots .owl-dot {
    margin: 0 5px;
}

.customervoice .owl-dots .owl-dot span {
    margin: 0;
    background: transparent;
    border: 1px solid #A188EB;
}

.customervoice .owl-dots .owl-dot.active span {
    background: #A188EB;
}

.customervoicesec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 80px 0;
    background: linear-gradient(90deg, #050EF1, #FD0200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.industryleadersec {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sgleindustrysec {
    flex: 0 0 14.2%;
    max-width: 14.2%;
    padding: 0 10px;
    flex-wrap: wrap;
}

/* .sgleindustrysec h3
{
    background: linear-gradient(to right, #480bb0 0%, #5c0a9d 100%);
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: normal;
    font-weight: normal;
    padding: 10px 5px;
    min-height: 70px;
} */
/* .sgleindustrysec h3 strong
{
    font-weight: normal;
    display: block;
} */



.onestgrediant {
    background: linear-gradient(267.62deg, #FD0200 -800.9%, #050EF1 433.34%);
}

.twostgrediant {
    background: linear-gradient(267.62deg, #FD0200 -680.08%, #050EF1 482.9%);
}

.threegradient {
    background: linear-gradient(267.62deg, #FD0200 -564.5%, #050EF1 615.58%);
}

.fourgradient {
    background: linear-gradient(267.62deg, #FD0200 -446.3%, #050EF1 720.96%);
}

.fivegradient {
    background: linear-gradient(270deg, #FD0200 -339.36%, #050EF1 879.39%);
}

.sixgradient {
    background: linear-gradient(267.62deg, #FD0200 -207.05%, #050EF1 965.91%);
}

.sevenstgrediant {
    background: linear-gradient(267.42deg, #FD0200 -86.89%, #050EF1 1083.09%);
}

.tech-box {


    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 16.64px;
    line-height: 18.42px;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%);
    box-sizing: border-box;
    padding: 20px;
}


.tech-box p {

    font-weight: normal !important;
    font-size: 14px;
}




.sgleindustrysec ul li {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 0 5px 0;
}

.sgleindustrysec ul li img {
    max-height: 25px;
}

.sglecustomersec {
    width: 100%;
    height: 340px;
    display: flex;
    flex-wrap: wrap;
    background: #FEFFFFC9;
    padding: 25px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sglecustomersec img {
    width: auto !important;
}

.hovercustomersec {
    background: url(../images/bg.jpg) no-repeat left top;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
    opacity: 0;
    transition: all 0.5s ease;
    justify-content: left;
}

.sglecustomersec:hover .hovercustomersec {
    opacity: 1;
}

.hovercustomersec p {
    font-size: 17px;
    line-height: 26px;
    color: #25223F;
    font-weight: normal;
    text-align: left;
}

.starratingsec {
    text-align: left;
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
}

.hovercustomersec h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    color: #25223F;
    text-align: left;
    width: 100%;
}

.hovercustomersec h4 {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    color: #25223F;
    text-align: left;
    width: 100%;
}

.forthcontsec {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(to top, #5b0a9e 0%, #ca0532 100%);
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0;
    margin-bottom: 0;
}

.casestudiessec {
    width: 100%;
    overflow: hidden;
}

.casestudiessec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 80px 0;
}

.casestudycontsec {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
}

.sglecasestudycontsec {
    max-width: 30%;
    flex: 0 0 30%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #6E57B000;
    height: 310px;
}

.transparentbg {
    /* background: url(../images/transparentbg.png) no-repeat left top; */
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.casestudycontpart {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -130px;
    z-index: 1;
    transition: all 1s ease;
    background: #fff;
    padding-top: 10px;

}

/* overflow of card css fixing code  */
.casestudycontpart p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.sglecasestudycontsec:hover .casestudycontpart {
    bottom: 0;
}

.sglecasestudycontsec h3 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Titillium Web';
    font-weight: bold;
    color: #000;
    padding: 0 20px 10px 20px;
}

.sglecasestudycontsec p {
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    color: #000;
    padding: 0 20px;

}

.sglecasestudycontsec a.downloadusecasebut {
    background: #fff;
    line-height: 45px;
    padding: 0;
    display: block;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    transition: all 0.5s ease;
    border-top: 1px solid #000;
}

.sglecasestudycontsec a.downloadusecasebut:hover {
    background: #000;
    color: #fff;
}

/* @media (max-width: 991px) {
  .sglecasestudycontsec {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .sglecasestudycontsec {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .casestudycontsec {
    gap: 30px;
    justify-content: center;
  }

  .casestudiessec h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 40px;
  }

  .forthcontsec {
    padding: 60px 0;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }
} */





.fifthcontsec {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
    padding: 100px 0;
    background: url(../images/fstcontbg.png) no-repeat center top;
    background-size: cover;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0;
    margin-bottom: 0;
}

.contactsec {
    width: 100%;
    overflow: hidden;
}

.contactsec .lftrytlinepart {
    display: flex;
    flex-wrap: wrap;
}

.leftcontpanel {
    flex: 0 0 40%;
    max-width: 40%;
}

.leftcontpanel h2 {
    font-size: 72px;
    line-height: 1;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    padding: 0 0 40px 0;
    background: linear-gradient(90deg, #050EF1, #FD0200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Firefox ke liye */
    background-clip: text;
}

.leftcontpanel p {
    text-align: left !important;
}

.rightcontpanel {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 0 0 50px;
}

.inputfieldwidth {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.inputfieldwidth:last-child {
    margin-bottom: 0;
}

.inputfield {
    width: 100%;
    background: rgba(153, 153, 153, 0.25);
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    color: #25223F;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Spline Sans Mono';
    border: 0;
    outline: 0;
}

.textareafield {
    width: 100%;
    height: 150px;
    background: rgba(153, 153, 153, 0.25);
    line-height: normal;
    padding: 15px 20px;
    color: #25223F;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Spline Sans Mono';
    border: 0;
    outline: 0;
}

/* .submitbut {
    background: linear-gradient(to right, #050ef1 0%, #fd0200 100%);
    background-size: 100% 100%;
    height: 67px;
    width: 254px;
    display: inline-block;
    font-weight: normal;
    font-family: 'Spline Sans Mono';
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s ease;
    text-align: center;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.submitbut:hover {
    color: #000;
} */

/*.submitbut
{
    background: #7B65EA;
    line-height: 55px;
    padding: 0 45px;
    display: inline-block;
    font-weight: normal;
    font-family: 'Spline Sans Mono';
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: all 0.5s ease;
}
.submitbut:hover
{
    background: #fff;
    color: #7B65EA;
}*/
.tablinks {
    cursor: pointer;
}

.tabcontent,
.valuetabcontent {
    display: none;
}

.footerbg {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.topftrsec {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(153, 153, 153, 0.25);
}

.topftrflexpart {
    display: flex;
    flex-wrap: wrap;
}

.topftrcolpart {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 40px 15px;
    border-left: 1px solid rgba(153, 153, 153, 0.25);
}

.topftrcolpart:last-child {
    border-right: 1px solid rgba(153, 153, 153, 0.25);
}

.ftrlogo {
    /* gap: 10px; */
    /* justify-content: space-between; */
    max-width: 200px;
    margin-bottom: 20px;
}

.ftrusa {
    margin-top: 20px;
}

.topftrcolpart p {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    font-weight: normal;
}

.topftrcolpart ul li {
    font-size: 16px;
    line-height: 40px;
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
}

.topftrcolpart ul li a {
    color: #999;
}

.topftrcolpart ul li a:hover {
    color: #fff;
}

.ftrmap {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.topftrcolpart p {
    margin-bottom: 10px;
}

.topftrcolpart p:last-child {
    margin: 0;
}

.topftrcolpart p.social {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

a.ftrsocial {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

a.ftrsocial:hover {
    background: #7B65EA;
}

a.backtotop {
    background: url(../images/toparrow.png) no-repeat right center;
    background-size: auto 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
    padding: 0 100px 0 0;
    height: 72px;
    line-height: 72px;
    display: flex;
    justify-content: flex-end;
}

.botftrsec {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}

.botftrsec p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.mobnavsec {
    display: none;
}

.mobileview {
    display: none;
}

.sglecolpart img {
    width: auto !important;
    margin: 0 auto;
}

.innerbannersec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.innerbannercontsec {
    max-width: 60%;
    overflow: hidden;
}

.innerbannersec h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 46px;
    line-height: 53px;
    font-family: 'Titillium Web';
    font-weight: bold;
    padding: 0 0 20px 0;
}

.fstservicecontsec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background: url(../images/fstservicebg.jpg) no-repeat center top;
    background-size: cover;
}

.fstservicecontsec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 50px 0;
}

.fstservicecontsec p {
    text-align: center;
    font-weight: normal;
}

.sndservicecontsec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background-color: #000;
}

.sndserviceconttabsec {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    margin: 0 0 50px 0;
}

.sndserviceconttabsec ul li {
    float: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    margin: 0 0 0 18px;
}

.sndserviceconttabsec ul li:first-child {
    margin: 0;
}

.sndserviceconttabsec ul li a {
    color: #fff;
    border: 1px solid #6E57B0;
    display: block;
    padding: 0 20px;
}

.sndserviceconttabsec ul li a:hover,
.sndserviceconttabsec ul li a.active {
    background-color: #6E57B0;
    color: #fff;
}

.sndservicesectabpart {
    display: flex;
    flex-wrap: wrap;
}

.leftsndservicepart {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 25px 0 0;
}

.lftsndserviceimgpart {
    position: relative;
}

.lftsndserviceimgpart::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 0;
    height: 0;
    border-bottom: 50px solid #000;
    border-left: 50px solid transparent;
}

.rightsndservicepart {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 0 25px;
}

.rightsndservicepart h2 {
    color: #A188EB;
    font-size: 33px;
    line-height: 39px;
    font-family: 'Titillium Web';
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 0 18px 0;
}

.rightsndservicepart h3 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Titillium Web';
    font-weight: bold;
    padding: 0 0 18px 0;
}

.rightsndservicepart p {
    font-weight: normal;
}

a.learnmorebut {
    width: 212px;
    height: 56px;
    background: url(../images/learn-more.png) no-repeat left top;
    background-size: 100% 100%;
    display: block;
    text-align: center;
    line-height: 56px;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

a.learnmorebut:hover {
    color: #000;
}

.notopmargin {
    margin-top: 0 !important;
}

.fstappcontsec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background: url(../images/fstapppgsecbg.jpg) no-repeat center center;
    background-size: cover;
}

.fstappcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 50px 0;
}

.fstappcontsec p {
    text-align: center;
    font-weight: normal;
}

.fstapppgcontflex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sgleindustryappsec {
    flex: 0 0 25%;
    max-width: 25%;
    margin-top: 100px;
    padding: 0 15px;
}

.industryappthumb {
    width: 100%;
    overflow: hidden;
}

.sgleindustryappsec h3 {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

.resourcehubcontsec {
    width: 100%;
    overflow: hidden;
    background: url(../images/bg02.png) no-repeat center top;
    background-size: cover;
    padding: 100px 0;
}

.resourcehubcontsec p {
    font-weight: normal;
    text-align: center;
}

.resourcetabnfiltersec {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resourcesearchsec {
    max-width: 54.5%;
    flex: 0 0 54.5%;
    background: #2A224F;
}

.labeltxt {
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
    color: #fff;
    font-family: 'Titillium Web';
    line-height: 73px;
    background: #130F2F;
    width: 30%;
    float: left;
    text-align: center;
}

.resoucesearchfield {
    width: 70%;
    float: left;
    padding: 0 20px;
}

.searchfield {
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #FFFFFF;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    background: transparent;
    outline: 0;
    height: 60px;
    font-family: 'Spline Sans Mono';
}

.resourcefiltersec {
    max-width: 44.5%;
    flex: 0 0 44.5%;
    background: #2A224F;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.resourcefiltersec p {
    font-weight: 600;
    font-size: 25px;
    line-height: normal;
}

.resourcefiltersec p a {
    color: #fff;
}

.resourcefiltersec p a:hover {
    color: #7B65EA;
}

.resourceconttabsec {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.sgleresourcecontsec {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding: 0 15px;
    margin-top: 30px;
}

.resourcecontdatasec {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #6E57B0;
    position: relative;
    padding: 20px 20px 66px 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,6e57b0+100 */
    background: linear-gradient(to bottom, #000000 0%, #6e57b0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.resourcethumb {
    width: 100%;
    overflow: hidden;
    margin-bottom: 22px;
}

.sgleresourcecontsec h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 20px 0;
}

a.whtedownloadusecasebut {
    background: url(../images/downloadusecasebut.png) no-repeat center top;
    background-size: 100% 100%;
    width: 352px;
    height: 36px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
    z-index: 1;
    line-height: 36px;
    text-align: center;
    color: #6E57B0;
    font-size: 14px;
    font-family: 'Titillium Web';
    text-transform: uppercase;
    font-weight: bold;
}

.sndapppgcontflex {
    width: 100%;
    overflow: hidden;
}

.sndapppgcontflex h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 80px 0;
}

.sndapppgflexwrap {
    display: flex;
    flex-wrap: wrap;
}

.lftflexwrappanel {
    flex: 0 0 25%;
    max-width: 25%;
}

.sndapppgflexwrap ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sndapppgflexwrap ul li {
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    font-style: normal;
    font-size: 24px;
    line-height: normal;
    background-image: url(../images/horizontal-divider.png), url(../images/horizontal-divider.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    margin: 15px 0;
}

.sndapppgflexwrap ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
    cursor: pointer;
}

.sndapppgflexwrap ul li a:hover,
.sndapppgflexwrap ul li a.active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,6159a5+50,000000+100 */
    background: linear-gradient(to right, #000000 0%, #6159a5 50%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.midflexwrappanel {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
}

.midflexwrapcontsec {
    border: 1px solid rgba(A161, 136, 235);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+10,6159a5+50,000000+90 */
    background: linear-gradient(to right, #000000 0%, #6159a5 50%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 70px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.midflexwrapcontsec p {
    background: url(../images/horizontal-divider.png) no-repeat center bottom;
    padding: 15px 0;
}

.midflexwrapcontsec p:last-child {
    background-image: none;
}

.rytflexwrappanel {
    flex: 0 0 25%;
    max-width: 25%;
}

.contactpgalignpad {
    width: 100%;
    overflow: hidden;
    padding: 100px 0 120px 0;
    background: url(../images/bg02.png) no-repeat center top;
    background-size: cover;
}

.contactpgalignpad .contactsec .lftrytlinepart {
    background-image: none;
    padding: 0;
}

p.contactpgsocial {
    display: flex;
    flex-wrap: wrap;
    line-height: 40px;
    gap: 10px;
}

.mapimgsec {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
    text-align: center;
}

.fstfacilitycontsec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    background: url(../images/fstapppgsecbg.jpg) no-repeat center center;
    background-size: cover;
}

.fstfacilityflexdiv {
    display: flex;
    flex-wrap: wrap;
}

.lftfacilitysec {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 25px 0 0;
}

.lftfacilitysec h2 {
    font-size: 46px;
    line-height: 53px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    padding: 0 0 30px 0;
}

.rytfacilitysec {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 0 25px;
}

.fstfacilitysecbtmdiv {
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px;
}

.fstfacilitysecbtmdiv h2 {
    text-align: center;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 72px;
    line-height: 85px;
    color: #fff;
    padding: 0 0 40px 0;
}

.fstfacilitysecbtmdiv p {
    text-align: center;
    font-weight: normal;
    padding: 0 0 40px 0;
}

.sndfacilitycontsec {
    background: url(../images/btmfacilitybg.jpg) no-repeat center top;
    background-size: cover;
    padding: 100px 0;
    width: 100%;
    overflow: hidden;
}

.sndfacilitycontsec h2 {
    text-align: center;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 72px;
    line-height: 85px;
    color: #fff;
    padding: 0 0 40px 0;
}

.sndfacilitycontsec p {
    text-align: center;
    font-weight: normal;
}

.facilitycolpart {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 0;
}

.facilitycolpart .sglecolpart {
    text-align: left;
    padding: 0 25px;
}

.sglecolpart h3 {
    color: #A188EB;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    font-family: "Titillium Web";
    letter-spacing: 3px;
}

.sglecolpart p {
    text-align: left;
    padding: 0;
    font-weight: normal;
}

.thrdfacilitycontsec {
    width: 100%;
    overflow: hidden;
    background: url(../images/silitronicsbg.jpg) no-repeat left top;
    background-size: cover;
    padding: 100px 0;
}

.thrdfacilitycontsec h2 {
    text-align: center;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 72px;
    line-height: 85px;
    color: #25223F;
    padding: 0 0 30px 0;
}

.thrdfacilityflexpart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.sglefacilitysec {
    padding: 0 15px;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    margin-top: 30px;
}

.facilitybdrsec {
    border: 1px solid #25223F;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.facilityicontitlesec {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px 0;
}

.facilityiconsec {
    flex: 0 0 20%;
    max-width: 20%;
}

.facilitytitlesec {
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0 0 0 15px;
}

.facilitytitlesec h3 {
    color: #25223F;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.2;
    padding: 0 0 2px 0;
}

.facilitytitlesec h4 {
    color: #25223F;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1;
}

.sglefacilitysec p {
    font-weight: normal;
    color: #25223F;
    font-size: 14px;
    line-height: 1.5;
}

.topfacilitysec {
    width: 100%;
}

.topfacilitysec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px 0;
}

.topfacilitysec p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.sgletopfacilitysec {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding: 0 15px;
    margin-top: 80px;
}

.topfacilitybg {
    background: url(../images/bg.png) no-repeat center top;
    background-size: 100% 100%;
    width: 486px;
    height: 334px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
}

.sgletopfacilitysec h3 {
    text-align: center;
    font-weight: normal;
    color: #fff;
    padding-top: 30px;
}

.midfacilitysec {
    width: 100%;
    overflow: hidden;
    margin-top: 150px;
}

.midfacilitysec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px 0;
}

.sglemidfacilitysec {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding: 0 15px;
    margin-top: 30px;
}

.midfacilitythumb {
    position: relative;
    margin: 0 0 25px 0;
}

.midfacilitythumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.playvidbut {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    height: 62px;
    display: block;
    margin: 0 auto;
}

.sglemidfacilitysec p {
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    line-height: 35px;
    color: #fff;
}

.topabtcontsec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0 0;
    background: url(../images/fstapppgsecbg.jpg) no-repeat center center;
    background-size: cover;
}

.fstabtcontsec {
    width: 100%;
    overflow: hidden;
}

.fstabtcontsec p {
    text-align: center;
    font-weight: normal;
}

.sndabtcontsec {
    width: 100%;
    overflow: hidden;
}

.sndabtcontsec .sgletopfacilitysec .topfacilitybg {
    align-items: start;
    padding: 20px;
    justify-content: space-between;
    flex-direction: column;
}

.abticon {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    width: 100%;
}

.botfacilitypart h4 {
    font-family: 'Titillium Web';
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    padding: 0 0 10px 0;
}

.botfacilitypart p {
    font-weight: 100 !important;
    font-size: 22px;
    color: #fff;
    text-align: left;
    line-height: 25px;
    font-family: 'Spline Sans mono';
}

.thrdabtcontsec {
    width: 100%;
    margin-top: 90px;
}

.thrdabtcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px 0;
}

.thrdabtcontsec p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.sgleteamsec {
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
}

.teamcontsec {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/teambg.png) no-repeat left top;
    background-size: 100% 100%;
}

.teamcontsec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.abttitlesec {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 30px;
    transition: all 0.5s ease;
}

.sgleteamsec h3 {
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 29px;
    text-transform: capitalize;
    padding: 0 0 10px 0;
    line-height: 1.2;
    color: #fff;
}



.sgleteamsec p {
    font-weight: normal;
    font-size: 17px;
    font-style: normal;
    line-height: 24px;
    text-align: left;
}

.teamhovercontsec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 1;
    transition: all 0.5s ease;
    opacity: 0;
}

.teamhoveralignpad {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.sgleteamsec:hover .abttitlesec {
    opacity: 0;
}

.sgleteamsec:hover .teamhovercontsec {
    opacity: 1;
}

.sgleteamsec:hover .teamcontsec img {
    opacity: 0;
}

.frthabtcontsec {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.frthabtcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px 0;
}

.frthabtcontsec p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.sglefrthabtsec {
    flex: 0 0 25%;
    max-width: 20% ; padding: 0 15px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.sglefrthabtsec div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 200px;
}

.sglefrthabtsec p {
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.fifthabtcontsec {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.fifthabtcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px 0;
}

.fifthabtcontsec p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.fifthabtconttabsec {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    /* align-items: center; */
}

.lftabttabsec {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 50px 0 0;
    align-self: center;
    margin-top: -100px;
}

.lftabttabsec ul {
    text-align: center;
    width: 100%;
}

.lftabttabsec ul li {
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    font-style: normal;
    font-size: 34px;
    line-height: normal;
    background-image: url(../images/horizontal-divider.png), url(../images/horizontal-divider.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    margin: 20px 0;
}

.lftabttabsec ul li:first-child {
    margin-top: 0;
}

.lftabttabsec ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
}

.lftabttabsec ul li a:hover,
.lftabttabsec ul li a.active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,6159a5+50,000000+100 */
    background: linear-gradient(to right, #000000 0%, #6159a5 50%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.rytabttabsec {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 0 50px;
}

.rytabttabsec p {
    text-align: center;
    font-weight: normal;
    padding-top: 20px;
}

.sixthhabtcontsec {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}

.sixthhabtcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 30px 0;
}

.sixthhabtcontsec p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.sixthhabtcontsec ul {
    text-align: center;
    margin-top: 50px;
}

.sixthhabtcontsec ul li {
    display: inline-block;
    border-left: 1px solid #D9D9D9;
    padding: 0 10px 0 20px;
}

.sixthhabtcontsec ul li:hover,
.sixthhabtcontsec ul li a.active {
    color: #A188EB;
}

.sixthhabtcontsec ul li:first-child {
    border-left: 0;
}

.tabcontdatasec {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-top: 100px;
}

.sndcontsec .row {
    align-items: center;
}

.rytsndcontsec h3 {
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-style: normal;
    font-size: 28px;
    line-height: 1.3;
    padding: 0 0 30px 0;
}

.tabviewcontsec {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sgletabviewcontsec {
    margin-top: 40px;
    max-width: 33.3333333%;
    flex: 0 0 33.3333333%;
    padding: 0 15px;
}

.sgletabviewcontsec p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}

.tabviewalignsec {
    border-top: 1pxc solid transparent;
    border-right: 1px solid #A188EB;
    border-bottom: 1px solid #A188EB;
    border-left: 1px solid transparent;
    padding: 0 10px 10px 0;
    height: 100%;
}

.lftsndcontsec {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.midsndcontsec {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.rytsndcontsec {
    flex: 0 0 50%;
    max-width: 100%;
    padding: 0 15px;
}

.verticalcarouselsec {
    height: calc(100vh - 100px);
}

.cv-carousel .cv-nav {
    margin: 0 20px 0 0;
}

.cv-carousel .cv-nav div {
    background: #7b65ea !important;
    text-transform: capitalize;
    color: #fff !important;
    font-size: 20px !important;
    margin: 20px 0 !important;
    font-weight: normal !important;
}


.fixed-getintouch {
    position: fixed;

    bottom: 15px;
    right: 15px;

    color: white;
    font-family: monospace;
    font-size: 16px;
    font-weight: bold;

    border-radius: 50%;
    text-align: center;
    text-decoration: none;

    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fixed-getintouch:hover {
    transform: scale(1.1);

}

.bannersec {
    display: block;
}

.bannersec-mobile,
.mobindustryleadersec {
    display: none;
}

/* Hide fixed Get in touch button on mobile and tablet */
@media (max-width: 991px) {
    .fixed-getintouch {
        display: none !important;
        /* Hide on mobile and tablet */
    }
}

/* Ensure fixed Get in touch button is visible on desktop */
@media (min-width: 992px) {
    .fixed-getintouch {
        display: block !important;
        /* Show on desktop */
    }
}

/* First banner custom hover background - transparent with gradient border */
.bannersec .owl-carousel .item:first-child .getintouchbut:hover {
    background-color: transparent !important;
    border: 2px solid transparent !important;
    border-image: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) 1 !important;
    border-image-slice: 1 !important;
}

/* Second banner custom hover background - transparent with gradient border */
.bannersec .owl-carousel .item:nth-child(2) .getintouchbut:hover {
    background-color: transparent !important;
    border: 2px solid transparent !important;
    border-image: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) 1 !important;
    border-image-slice: 1 !important;
}

/* Universal Get in Touch button hover effect - Final override */
a.getintouchbut:hover,
.getintouchbut:hover,
.bannersec a.getintouchbut:hover,
.bannersec .getintouchbut:hover,
.owl-carousel a.getintouchbut:hover,
.owl-carousel .getintouchbut:hover,
.item a.getintouchbut:hover,
.item .getintouchbut:hover {
    background-color: transparent !important;
    background-image: none !important;
    background: transparent !important;
    border: 2px solid transparent !important;
    border-image: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) 1 !important;
    border-image-slice: 1 !important;
    transform: scale(1.05) translateX(5px) !important;
    text-indent: 15px !important;
    transition: all 0.3s ease !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    letter-spacing: 1px !important;
}

/* Responsive footer for mobile - Updated for 2-column layout */
@media (max-width: 767px) {

    .footerbg .topftrsec,
    .footerbg .botftrsec {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .footerbg .topftrsec {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 0;
        border: none;
    }

    .footerbg .topftrsec .container {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .footerbg .topftrflexpart {
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        gap: 0;
    }

    /* Override for 3-column mobile layout */
    .footerbg .topftrcolpart:first-child {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 20px 15px 15px 15px !important;
        border-left: 0 !important;
        border-bottom: 1px solid rgba(153, 153, 153, 0.25) !important;
        text-align: left !important;
    }

    .footerbg .topftrcolpart:nth-child(2) {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding: 15px 10px 15px 15px !important;
        border-left: 0 !important;
    }

    .footerbg .topftrcolpart:nth-child(3) {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding: 15px 15px 15px 10px !important;
        border-left: 1px solid rgba(153, 153, 153, 0.25) !important;
    }

    .footerbg .topftrcolpart:last-child {
        display: none !important;
    }

    .footerbg .topftrsec img,
    .footerbg .topftrsec .footer-logo {
        /* margin-bottom: 10px; */
        max-width: 120px;
        height: auto;
    }

    .footerbg .topftrsec ul,
    .footerbg .topftrsec li {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
    }

    .footerbg .topftrsec ul {
        margin-bottom: 10px;
    }

    .footerbg .topftrsec .footer-address {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .footerbg .topftrsec .footer-social {
        margin-bottom: 10px;
    }

    .footerbg .botftrsec {
        text-align: left !important;
        font-size: 12px !important;
        padding: 15px !important;
        border-top: 1px solid rgba(153, 153, 153, 0.25) !important;
    }

    .footerbg .botftrsec p {
        margin: 0 !important;
        text-align: left !important;
    }

    /* Mobile social media icons - Very small */
    .footerbg .ftrsocial {
        margin: 5px 0 !important;
        padding: 0 !important;
        line-height: 1 !important;
        height: auto !important;
        min-height: auto !important;
    }

    .footerbg .ftrsocial a {
        display: inline-block !important;
        margin-right: 6px !important;
        padding: 4px !important;
        line-height: 1 !important;
        border: 1px solid rgba(153, 153, 153, 0.4) !important;
        border-radius: 3px !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }

    .footerbg .ftrsocial img {
        width: 14px !important;
        height: 14px !important;
        max-width: 14px !important;
        max-height: 14px !important;
        display: block !important;
    }
}

/* services-section */
.services-section {
    /* margin: 80px 0 60px 0; */
    padding: 60px 0;
    width: 100vw;
    max-width: 100vw;
    background: none;
    /* box-shadow: 0 10px 30px rgba(139, 92, 246, 0.1); */
    background: none !important;
    box-shadow: none !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -16px;
    margin-bottom: 0;
}

.services-section .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* Style the tab */
.tab {
    overflow: hidden;
}

.tablinks-active {
    display: block;
    background: linear-gradient(to right, #050ef1 0%, #fd0200 100%);
    color: #fff;
    border-color: transparent;
}



/* Style the buttons inside the tab */
/* .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
} */

.tab button {
    background-color: transparent;
    border: 2px solid #7a28c6;
    /* light purple border */
    color: #000;
    /* dark text */
    padding: 15px 45px !important;
    margin: 5px;
    font-size: 18px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-family: 'Titillium Web' !important;
    /* clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%)!important; */
    border-radius: 0 0 20px 0;
}


/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;



    border-top: none;
}

.tabcontent-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 32px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Mobile responsive for tabcontent-container */
@media (max-width: 768px) {
    .services-section {
        margin-top: 0;
        margin-bottom: 0;
        padding: 40px 0;
        width: 100vw;
        max-width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .services-section .container {
        padding: 0 15px;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .tab {
        gap: 10px;
        margin-bottom: 30px;
        padding: 15px 0;
    }

    .tablinks {
        padding: 10px 16px !important;
        font-size: 14px;
        flex: 1;
        min-width: calc(50% - 5px);
        text-align: center;
    }

    .tabcontent-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px;
    }

    .ssimg {
        max-width: 100%;
        margin-top: 15px;
    }
}

/* Style the tab */
/* .tab {
  overflow: hidden;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  padding: 20px 0;
}
.tablinks {
    border: 2px solid #8B7BB8 !important;
    padding: 12px 24px !important;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #F5F3FF;
    color: #6B46C1;
    font-size: 16px;
    min-width: 140px;
    text-align: center;
}
.tablinks:hover {
    background: #8B5CF6 !important;
    color: #FFFFFF !important;
    border: 2px solid #8B5CF6 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
} */
/* Style the buttons inside the tab */
/* .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
} */

/* Change background color of buttons on hover */
/* .tab button:hover {
  background: #8B5CF6 !important;
  color: #FFFFFF !important;
  border: 2px solid #8B5CF6 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
} */

/* Create an active/current tablink class */
/* .tab button.active, .tablinks-active {
  background: #8B5CF6 !important;
  color: #FFFFFF !important;
  border: 2px solid #8B5CF6 !important;
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}
/* .tab-btn2 {
    border: none;
    background: none;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right, #050ef1 0%, #fd0200 100%);;
    padding: 10px;
}  */

/* .bannersec-mobile .container{
    bottom: 90% !important
} */


.tab-btn2 {
    border: none;
    background: none;
    cursor: pointer;
    color: #fff;
    /* background: linear-gradient(to right, #050ef1 0%, #fd0200 100%); */
    padding: 10px;


}

.tech-box2 {
    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 16.64px;
    line-height: 18.42px;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%);
    box-sizing: border-box;
    padding: 20px;
    border-bottom-right-radius: 10px;
}

.rows {
    max-width: 100%;
    /* overflow-x: hidden; */
    box-sizing: border-box;
    display: flex;

    justify-content: flex-start
}


.rows>div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-around;
}


/* Tabs Container */
/* .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 0;
} */

/* 
.tab {
  display: flex;
  flex-wrap: wrap;;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
} */

/* Each Tab Button */
/* .tab button {
  background-color: #f5f3ff;
  color: #6b46c1;
  border: 2px solid #8b7bb8;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  min-width: 260.93px;
  text-align: center;
  transition: all 0.3s ease;
} */


.tab button {
    /* box-shadow: 
    inset 0 0 0 2px #4b3b91,  
    0 1px 4px rgba(0, 0, 0, 0.16); */
    color: #111111;
    border: 2px solid #8b7bb8;
    /* border-radius: 8px; */
    /* padding: 10px 16px; */
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    /* flex: 1 1 calc(50% - 10px); */
    /* text-align: center; */
    transition: all 0.3s ease;
    /* min-width: 230px; */
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 12px;
    font-size: 14px;
    /* padding: 13px 16px; */
    flex: 0 1 calc(50% - 12px);
    /* ✅ This ensures 2 per row */
    text-align: center;
    box-sizing: border-box;

}





/* Hover Effect */
/* .tab button:hover {
  background: #8b5cf6;
  color: #fff;
  border-color: #8b5cf6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
} */

.tab button:hover {
    background: linear-gradient(to right, #050ef1 0%, #fd0200 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.2);
}

/* 👉 Fully stack buttons on small screens */
/* @media (max-width: 480px) {
  .tab button {
    flex: 1 1 100%;
  }
} */

/* Active Tab */
.tab button.active,
.tablinks.active {
    background: linear-gradient(to right, #050ef1 0%, #fd0200 100%);
    color: #fff;
    border-color: transparent;
}

/* Content Layout */
.tabcontent-container {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */

    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Image inside content */
.tabcontent-container img {
    width: 100%;
    border-radius: 10px;
}

/* Responsive Layout */
@media (max-width: 768px) {
    .tab.button {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .tab button {
        font-size: 14px;
        padding: 10px 16px;
        flex: 0 1 calc(50% - 12px);
        text-align: center;
        box-sizing: border-box;

    }

    .tab.button button {
        flex: 0 1 calc(50% - 12px);
        /* baki style wahi jo tum already use kar rahe ho */
    }

    .tabcontent-container {
        grid-template-columns: 1fr;
        padding: 15px;
        gap: 20px;
        text-align: center;
    }
}





/* @media (max-width: 850px) {
    .only-mobile {
        display: block !important;
    }
    .headersec.sticky {
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    top: -40px;
}
.slidecontpart {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 100%;
    z-index: 9;
}
} */




/* this one use for footer */
.only-mobile {
    display: none;
}

@media (max-width: 768px) {
    .only-mobile {
        display: block !important;
    }
  
}


.only-desktop {
    display: block;
}

@media (max-width: 768px) {
    .only-desktop {
        display: none !important;
    }
}

a.myicon {

    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

a.myicon:hover {
    background: #7B65EA;
}

.myicon img {
    /* padding-top: 2px !important; */
}

.mobilebottom p {
    display: flex;
    justify-content: center;
    text-align: center;
}


.myful {
    display: flex;
    padding-left: 60px;

}




.service-section {
    padding: 20px 15px;
    background: #fff;
}

.title-wrapper h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #7e0082;
    display: inline-block;
    background: #e7e7f6;
    padding: 5px 10px;
    border: none;
    margin: 0 auto 20px;
    box-shadow: 0 0 0 3px #b36fd6;
}

/* .slide {
  text-align: center;
  padding: 15px;
} */

.service-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.slide h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Titillium Web';
    margin-top: 10px;
    line-height: 20px;
}

.slide p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Spline Sans Mono';
}

.mobiles .owl-dots {
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    z-index: 1;
    line-height: 1;
    padding-bottom: 20px;
}

.point {
    position: relative;
    padding: 8px 10px;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left;
    border-radius: 0 0 20px 0; /* radius apply hoga */
    background: linear-gradient(90deg, #050EF1, #FD0200); /* gradient */
    border: 1px solid transparent; /* border jaisa feel */
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(90deg, #050EF1, #FD0200);
        /* clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%); */
}

.mylayout {
    padding-right: 40px !important;
    padding-left: 30px !important;
    background: url(../images/sndcontsecbg.png) no-repeat center center !important;
}

.myslide h2 {
    display: flex !important;
    justify-content: center !important;
    font-size: 30px !important;
    line-height: 32px !important;

}




.navbar {
    background: black;
    color: white;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    padding: 10px 20px;
    position: relative;

}

.navbar img {
    height: 30px;
}

.hamburger {
    width: 25px;
    cursor: pointer;
    z-index: 1001;
}

.hamburger span {
    display: block;
    height: 3px;
    background: white;
    margin: 5px 0;
    transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #f3efff;
    padding-right: 0px;
    padding-left: 45px;
    padding-top: 90px;
    transition: 0.4s ease;
    z-index: 1000;
}

.side-menu.open {
    right: 0;
}

.side-menu ul {
    list-style: none;
}

.side-menu ul li {
    margin: 20px 0;
    font-size: 1.2rem;
    font-weight: normal;
    color: #000044;
    letter-spacing: 4px;
    font-family: 'Spline Sans Mono';
    padding-bottom: 45px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.nav-dropdown  ul li {
    margin: 20px 20px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #000044;
    padding-bottom: 0px;
    cursor: pointer;
    transition: all 0.3s 
ease;
}

.side-menu ul li:hover {
    letter-spacing: 3px;
    color: #040425;
    transform: scale(1.05);
    font-weight: 900;
}

.social-icons {
    margin-top: 30px;

}

.social-icons img {
    width: 20px;
    /* margin-right: 10px; */
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile-only {
        display: block;
    }
}


/* .black-navbar {
  background-color: #000; 
  
 
  color: #fff;
} */

/* .navbar img {
  height: 40px;
}

.hamburger {
  cursor: pointer;
  display: inline-block;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px;
  background: white;
  transition: 0.4s;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.side-menu {
  display: none;
  background-color: black;
  color: white;
  padding: 1rem;
}

.side-menu.active {
  display: block;
} */


.menu-header {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: black;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 20px;
    z-index: 1002;
}

.menu-header img {
    height: 20px;
}

.menu-header .hamburger {
    width: 25px;
    cursor: pointer;
    z-index: 1003;
}

.menu-header .hamburger span {
    display: block;
    height: 3px;
    background: white;
    margin: 5px 0;
    transition: 0.3s;
}





.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


.social-icons {
    margin-top: 30px;
    display: flex;
    gap: 12px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-decoration: none;
}

.social-icons a img {
    width: 18px;
    height: 18px;
    filter: invert(1);
    /* White icon inside black circle */
    padding-right: 2px;
}


.main-banner {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-width: 100vw;
}

/* Responsive Fix (for mobiles if needed) */
@media (max-width: 768px) {
    .main-banner {
        width: 100vw;
        height: auto;
        object-fit: cover;
    }
}


.shape.cardbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* optional, to allow row break if needed */
    gap: 30px;

}

/* .shape.cardbox .left {
  flex: 1;
  max-width: 50%;
}

.shape.cardbox .right {
  flex: 1;
  max-width: 50%;
} */




.servicestabcontent-containers {
    display: flex;
    gap: 23px;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    /* This hides any accidental overflow */
    margin-top: 30px;
    flex-wrap: wrap;
    /* overflow: visible; */

}





.servicestabcontent-containers>div {
    flex: 1 1 45%;
}

.servicestabcontent-containers img {
    width: 600px !important;
    height: auto;
    border-radius: 8px;
    display: block;
    max-width: none;

}

section.services-section {
    overflow-x: hidden;
}



.servicestabcontent-containers h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* .servicestabcontent-containers p {
    font-size: 34px;
    line-height: 40px;
} */

/* ✅ Responsive for mobile */
@media (max-width: 768px) {
    .servicestabcontent-containers {
        flex-direction: column;
        text-align: center;
    }

    .servicestabcontent-containers>div {
        flex: 1 1 100%;
    }
}


.tech-box2 {


    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 16.64px;
    line-height: 18.42px;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%);
    box-sizing: border-box;
    padding: 20px;
}

/* Button Group Layout */
.only-mobile-button-group {

    display: flex;


    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    padding: 5px 0;
    margin-left:20px;
    /* margin-right: 20px; */
}


/* @media (max-width: 768px) {
  .only-mobile-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 5px 0;
    margin-left: 31px;
    margin-right: 36px;
  }

  .only-mobile-button {
    flex: 1 1 calc(33.33% - 10px); 
    max-width: calc(33.33% - 10px);
  }

  .only-mobile-button:nth-child(n+4) {
    flex: 1 1 calc(50% - 10px); 
    max-width: calc(50% - 10px);
  }
} */




/* Figma-style Button */
/* .only-mobile-button {
  width: 100%;
  height: 30px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  background-color: #f5f3ff;
  color: #6b46c1;
  border: 1px solid #6E57B0;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
} */


/* .only-mobile-button {
  padding: 6px 14px;           
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  background-color: #f5f3ff;
  color: #6b46c1;
  border: 1px solid #6E57B0;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
} */


.only-mobile-button {
    display: inline-block;
    padding: 7px 20px !important;
    font-size: 11px;
    font-weight: 200;
    font-family: 'Spline Sans Mono';
    background-color: #f5f3ff;
    color: rgba(110, 87, 176, 1);
    border: 1px solid rgba(110, 87, 176, 1);
    /* border-radius: 4px; */
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;

    /* clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%)!important; */
    border-radius: 0 0 18px 0;

}

/* Active Style */
.only-mobile-button.active {
    background: linear-gradient(to right, #050ef1, #fd0200);
    color: #fff;
    border: none;
}


.services-section {
    /* margin: 80px 0 60px 0; */
    padding: 60px 0;
    width: 100vw;
    max-width: 100vw;
    /* background: linear-gradient(135deg, #E8E3FF 0%, #F3F0FF 50%, #E8E3FF 100%); */
    background: linear-gradient(135deg, #E8E3FF 0%, #F3F0FF 50%, #E8E3FF 100%);
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.1);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0;
    margin-bottom: 0;
}

.services-section .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}


.dskbtn {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;

    width: 100% !important;

    flex-wrap: wrap !important;
}

.cardbox {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    padding: 20px 0 !important;
    width: 100% !important;

    /* margin-right: 40px !important;
    margin-left: 40px !important; */
}

.shape {
    /* margin-left: 40px !important;
    margin-right: 40px !important; */
}


.mobilebox {
    display: block !important;
}

.box1align {
    margin-right: 20px;



    flex: 1;

    min-width: 0;
    /* ✅ important: allows flexbox to shrink */



}


.box1align p {
    font-size: 24px;
    line-height: 20px;
    font-family: 'Titillium Web';

    height: 40px;
    color: rgb(54 5 101 / 77%);

}

.box1align h2 {
    width: 100%;
    /* height:85px; */
    font-weight: bold;
    font-family: 'Titillium Web';
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 30px;

}



p.myp {
    width: 100%;
    height: 237px;
    font-size: 15px;
    line-height: 28px;
    font-family: 'Spline Sans Mono';
    color: #22033a;
}

.learnmore {
    margin-top: 20px;
    position: relative;
    display: inline-block;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    /* text-transform: uppercase; */
    text-align: center;
    line-height: 48px;
    width: 190px;
    /* margin-top: 35px; */
    /* border-radius: 8px; */
    z-index: 1;
    background: linear-gradient(to right, #050ef1 0%, #fd0200 100%);
    /* horizontal gradient bg */

    transition: all 0.4s ease;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0 10px;
    transform-origin: center;
    border: 2px solid;
}

.learnmore:hover {
    background-color: transparent !important;
    border: 2px 2px solid linear-gradient(to right, #050ef1 0%, #fd0200 100%);
    border-image: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) 1;
    border-image-slice: 1;
    text-indent: 10px;
    transition: transform 0.3s ease;
    transform: scale(1.05) translateX(5px);
    border-right: 6px solid;
    border-left: 6px solid;
    /* Gradient text effect */
    background: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}


.myclass p {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Titillium Web';
    width: 180px;
    height: 40px;
    color: rgb(54 5 101 / 77%);
}


.myclass h2 {
    width: 462px;
    /* height:85px; */
    font-weight: bold;
    font-family: 'Titillium Web';
    line-height: 30px;
}

p.myp {
    width: 100%;
    height: fit-content;
    font-size: 15px;
    line-height: 28px;
    font-family: 'Spline Sans Mono';
    color: #22033a
}

.mobilebox {
    display: flex;
    flex-direction: column;
}

.servicestabcontent-containersM {
    display: flex;
    flex-wrap: wrap !important;
    ;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 20px;
}

.mobilealign {
    width: 100%;
    margin-top: 20px;
    margin-right: 10px;
}

p.mypM {
    width: 100%;
    height: auto;
    font-size: 14px !important;
    line-height: 24px !important;
    font-family: 'Spline Sans Mono' !important;
    color: #22033a !important;
    font-weight: lighter !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobilealign p {
    font-size: 24px;
    line-height: 20px;
    font-family: 'Titillium Web';
    /* width:90px;
    height:40px; */
    color: rgb(54 5 101 / 77%);
}

.mobilealign h2 {
    /* width:612px;
 height:85px; */
    font-weight: bold;
    font-family: 'Titillium Web';
    line-height: 24px;
    margin-top: 10px;
}

.learnmoreM {
    position: relative;
    display: inline-block;
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    /* text-transform: uppercase; */
    text-align: center;
    /* line-height: 48px; */

    /* margin-top: 35px; */
    /* border-radius: 8px; */
    z-index: 1;
    background: linear-gradient(to right, #050ef1 0%, #fd0200 100%);
    /* horizontal gradient bg */

    transition: all 0.4s ease;
    overflow: hidden;
    letter-spacing: 1px;

    transform-origin: center;
    border: 2px solid;

    line-height: normal;
    /* change this */
    padding: 8px 20px;

}

.learnmoreM:hover {
    background-color: transparent !important;
    border: 2px 2px solid linear-gradient(to right, #050ef1 0%, #fd0200 100%);
    border-image: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) 1;
    border-image-slice: 1;
    text-indent: 10px;
    transition: transform 0.3s ease;
    transform: scale(1.05) translateX(5px);
    border-right: 6px solid;
    border-left: 6px solid;
    /* Gradient text effect */
    background: linear-gradient(90deg, #050ef1 0%, #fd0200 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}



.card-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
    margin-top: 50px !important;
    width: 100%;
    margin: 0px auto;
    padding: 0px auto;
    max-width: 1400px;
}

/* Application section paragraph width control */
.sndcontsec .lftrytlinepart {

    margin: 0 auto;
    text-align: center;
}

.sndcontsec .lftrytlinepart .appcontp {
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-size: 16px;
    line-height: 1.6;
    color: #222222;
    align-items: center;
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;


}

.card {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 12px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    flex: 1;

}

.card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;

}

.card-content {
    padding: 20px 15px;
    text-align: center;

}

.card-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-family: 'Titillium Web', sans-serif;
}

.card-content p {
    font-size: 14px;
    color: rgba(37, 34, 63, 1);
    line-height: 1.3;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
}

.card-text {
    padding: 15px;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-text p {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
}


/* Removed hover effect as requested */

/* Desktop responsive styles */
@media (min-width: 1600px) {
    .card-wrapper {
        max-width: 1600px;
        gap: 25px;
    }

    .card {
        max-width: 380px;
    }

    .card img {
        height: autopx;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .card-wrapper {
        max-width: 1400px;
        gap: 20px;
    }

    .card {
        max-width: 320px;
    }

    .card img {
        height: auto;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .card-wrapper {
        max-width: 1200px;
        gap: 15px;
    }

    .card {
        max-width: 280px;
    }

    .card img {
        height: auto;
    }




}

/* Mobile Carousel Styles */
.app-swiper {
    width: 100%;
    padding: 20px 0;
}

.mobile-card {

    border-radius: 12px;
    overflow: hidden;
    margin: 0 20px;
    text-align: center;
    position: relative;
}

.mobile-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.mobile-card-text {
    padding: 20px 15px;

}

.mobile-card-text p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
}

.mobile-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 15px 0 20px 0;
}

.mobile-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd;
    transition: background-color 0.3s ease;
}

.mobile-dots .dot.active {
    background-color: #6E57B0;
}

/* Responsive Styles for Desktop Cards */
@media (max-width: 1200px) {
    .card-wrapper {
        justify-content: center;
        gap: 15px;
    }

    .card {
        width: 280px;
    }




}

@media (max-width: 992px) {
    .card-wrapper {
        gap: 15px;
    }

    .card {
        width: 250px;
        height: auto;
    }

    .card img {
        height: auto;
    }

    .card-text {
        padding: 12px;
    }

    .card-text p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .card-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0 20px;
    }

    .card {
        width: calc(100% - 40px);
        max-width: 300px;
        margin: 0 auto;
    }

    .card img {
        height: auto;
    }

    .card-content {
        padding: 15px;
    }

    .card-content h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .card-content p {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media (min-width:768px) and (max-width:1400px){
.tab button {
    background-color: transparent;
    border: 2px solid #7a28c6;
    /* light purple border */
    color: #000;
    /* dark text */
    padding: 15px 25px !important;
    margin: 5px;
    font-size: 18px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-family: 'Titillium Web' !important;
    /* clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%)!important; */
    border-radius: 0 0 20px 0;
}

}
/* 
.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  margin-top: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.card-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.card {
  width: 260px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  background-image: url('../images/cardbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  z-index: 2;
}

.card p {
  padding: 10px 0 15px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  z-index: 2;
}

.card:hover {
  transform: translateY(-5px);
} */


.application-section {
    /* margin: 80px 0 60px 0; */
    padding: 60px 0;
    width: 100vw;
    max-width: 100vw;
    background: linear-gradient(135deg, #E8E3FF 0%, #F3F0FF 50%, #E8E3FF 100%);
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.1);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0;
    margin-bottom: 0;
}

.application-section .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* one more for backup */

.appbackup-button {
    display: inline-block;
    padding: 7px 25px !important;
    font-size: 13px;
    font-weight: 200;
    font-family: 'Spline Sans Mono';
    background-color: #f5f3ff;
    color: rgba(110, 87, 176, 1);
    border: 1px solid rgba(110, 87, 176, 1);
    /* border-radius: 4px; */
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;

    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%);

}

/* Active Style */
.appbackup-button.active {
    background: linear-gradient(to right, #050ef1, #fd0200);
    color: #fff;
    border: none;
}

/* Button Group Layout */
.appbackup-button-group {
    display: flex;

    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    ;
    padding: 5px 0;
    margin-left: 20px;
    /* margin-right: 36px; */

}

.myappul li {
    list-style-type: disc !important;
    padding-bottom: 5px !important;
    line-height: 25px !important;
    margin: 0 auto;
    font-size: 20px !important;
    color: rgba(37, 34, 63, 1) !important;
}

.myappul {
    margin-left: 15px;
}

.only-mobile-button-group-app {
    display: flex;

    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 7px;
    padding: 5px 0;
    margin-left: 20px;

}

.only-mobile-button-app {

    display: inline-block;
    padding: 5px 18px !important;
    font-size: 10px;
    font-weight: 200;
    font-family: 'Spline Sans Mono';
    background-color: #f5f3ff;
    color: rgba(110, 87, 176, 1);
    border: 1px solid rgba(110, 87, 176, 1);
    border-radius: 0 0 12px 0;
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;

    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%);

}

/* Active Style */
.only-mobile-button-app.active-app {
    background: linear-gradient(to right, #050ef1, #fd0200);
    color: #fff;
    border: none;
}

.myappback {
    /* background-color: rgba(153, 153, 153, 0.1) !important; */
    /* background-image: none !important; */
}




.facility-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
}

.facility-title span {
    color: #d81e5b;
}

.facility-cards-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.facility-cards-row-2 {
    justify-content: center;
    gap: 40px;
}

.facility-cards-row-2 .facility-card {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
}

/* Mobile responsive styles */
@media (max-width: 768px) {



    .facility-title {
        font-size: 24px !important;
        margin-bottom: 30px !important;
    }

    .facility-cards-row,
    .facility-cards-row-2 {
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;
    }

    .facility-card,
    .facility-cards-row-2 .facility-card {
        flex: none !important;
        max-width: calc(100% - 40px) !important;
        width: calc(100% - 40px) !important;
        margin: 0 auto;
        padding: 15px 20px !important;
    }
}

.facility-card {
    background-color: transparent !important;


    flex: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom-right-radius: 30px;
    border: 2px solid #1f1e1e;
    /* clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%);
      box-shadow: 0 0 10px rgba(0,0,0,0.05); */
    text-align: left;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

/* .facility-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    } */

.facility-icon {
    font-size: 28px;
    margin-bottom: 10px;
    display: inline-block;
}

.facility-card-title {
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Titillium Web';
    padding-bottom: 20px;
    text-align: start !important;
}

p.facility-card-text {
    font-size: 20px;
    color: #070505;
    font-family: 'Titillium Web';
    text-align: start !important;
    font-weight: 400 !important;
    ;


}

.facilityimg {
    width: 40% !important;
    max-width: 90px!important;
}

.facilityimg img {
    width: 100%;
}

.facilityr1 {
    display: flex;
    gap: 15px;
}

.facility-cards-row.facilityimg {
    width: 20% !important;
}

.fnum {
    font-size: 40px !important;
}

.facility-card-heading {
    font-size: 35px !important;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Titillium Web';
    padding-bottom: 20px;
    text-align: start !important;
    line-height: 30px;
}

.facilityback {
    background: linear-gradient(to right, #5b0a9e 0%, #ca0533ce 100%) ,  url(../images/pattern.png) !important;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    background-size: cover; 

}

.myfacilitycolor {
    color: #ffffffdc !important;

}

.myfacilitycolor h4 {
    font-size: 70px;
    line-height: 85px;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 50px 0;
    background: #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* Firefox ke liye */
    background-clip: text;

}

.myfacilitycolor p {
    font-size: 22px !important;
    font-weight: normal !important;
    font-family: 'Spline Sans Mono';
}

.faclitiyslidep p {
    font-size: 20px !important;
    font-family: 'Spline Sans';
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-align: start !important;
    font-family: "Spline Sans Mono" !important;
}

.faclitiyslidep h1 {
    text-align: start !important;
    color: #ffffff;
    font-family: 'Titillium Web';
    margin-top: 20px;
    padding-top: 20px;
}

.faclitiyslidep span {
    font-size: 18px !important;
    font-family: 'Titillium Web';
}

.faclitiyhorizontal {

    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    background: none;
    background-size: auto 100%;
    display: flex;
    flex-direction: column;
    row-gap: 17px;
    padding: 0 15px;
    padding-left: 45px;
}

.faclitiyhorizontal:first-child {
    background-image: none;
}

.ficistcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 75px 0;
    background: linear-gradient(90deg, #050EF1, #FD0200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.ficistcontsec {
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
    /* background: url(../images/fstcontbg.png) no-repeat center top; */
    background-size: cover;
}

/* .tool-card {
  background: linear-gradient(to bottom, #f5f5f5, #ecebf1);
  border: 2px solid #6E57B0;
  border-radius: 6px 6px 0 6px;
  text-align: center;
  padding: 20px;
  margin: 10px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%);
  z-index: 2;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */


.tool-card {
    background: none;
    border: none;
    text-align: center;
    padding: 0;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: transform 0.3s ease;
}


.img-wrapper {
    width: 100%;
    padding: 20px;
    background: linear-gradient(to bottom, #f5f5f5, #ecebf1);
    border: 2px solid #6E57B0;
    /* clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0% 100%); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    border-bottom-right-radius: 35px;
}

.img-wrapper img {
    max-height: auto;
    object-fit: contain;
    width: 100%;
    display: block;
}

.tool-card p {
    font-family: 'Spline Sans Mono', monospace;
    font-size: 15px !important;
    color: #000;
    line-height: 1.4;
    margin: 0;
}


/* .tool-card:hover {
  transform: translateY(-5px);
} */

.tool-card img {
    max-height: auto;
    object-fit: contain;
    margin: 0 auto;
    opacity: 1;
    width: 100%;
}

.tool-card p {
    margin-top: 20px;
    font-family: 'Spline Sans Mono', monospace;
    font-size: 15px;
    color: #000;
    line-height: 1.4;
}


.ficisndcontsec {
    width: 100%;
    overflow: hidden;
    background: url(../images/Facilityslidercardbg.png) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
}


.ficisndcontsec h2 {
    font-size: 70px;
    line-height: 85px;
    font-family: 'Titillium Web';
    font-weight: bold;
    text-align: center;
    padding: 0 0 20px 0;
    background: linear-gradient(90deg, #050EF1, #FD0200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ficisndcontsec p {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    margin: 0 auto;

    font-family: 'Spline Sans Mono', monospace;
    color: #333;
    line-height: 1.3;
    max-width: 900px;
    padding-bottom: 70px;
    ;
}


/* Tools slider should use Owl Carousel - no additional CSS needed as it's handled by Owl Carousel */
.image-box.facility {

    overflow: hidden;
    margin: 0 10px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 94% 100%, 0% 100%);
}

.image-box.facility img {
    width: 100%;
    height: auto;
    display: block;

}

.myfp {
    font-size: 21px;
    width: 80%;
    margin: 0 auto;
    font-family: 'Spline Sans Mono';
    font-weight: normal;
    line-height: 1.5;
    color: #000000;
    opacity: 0.8;
    text-align: center;
    display: flex;
    padding-bottom: 70px;
}

/* .semiconductor-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

.left-text {
  flex: 1;
  min-width: 300px;
}

.left-text h2 {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Titillium Web', sans-serif;
  color: #1b133f;
  margin-bottom: 20px;
}

.left-text p {
  font-family: 'Spline Sans Mono', monospace;
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.right-slider {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

.image-box.facility {
  overflow: hidden;
 
  clip-path: polygon(0 0, 100% 0, 100% 92%, 94% 100%, 0% 100%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 600px;
}

.image-box.facility img {
  width: 100%;
  display: block;
}

.left-text p{ 
    font-size: 20px!important;
    font-family: 'Spline Sans';
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-align: start!important;
}
.left-text h1{
    font-size: 46px!important;
    font-family:'Tillium web';
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-align: start!important;
}

.containersf {
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}
.left-text,
.right-slider {
  flex: 1 1 0;
  min-width: 0;
}
.left-text,
.right-slider {
  width: 50%;
} */

/* New Facility Hero Section Styles */
.facility-hero-section {
    width: 100vw;
    max-width: 100vw;
    padding: 80px 0;
    /* background: linear-gradient(135deg, #f8f9ff 0%, #e8f0ff 50%, #f0f4ff 100%); */
    /* background: url(../images/facilitysbg.png) no-repeat center top; */
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.facility-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.facility-content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    min-height: 500px;
}

.facility-left-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
}

.facility-main-heading {
    font-size: 42px !important;
    font-weight: normal;
    font-family: 'Titillium Web', sans-serif;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: left !important;
}

.facility-description-primary {
     font-size: 18px !important;
    font-family: 'Spline Sans Mono', sans-serif !important;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left !important;
    font-weight: 400;
}

.facility-description-secondary {
    font-size: 18px !important;
    font-family: 'Spline Sans Mono', sans-serif !important;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left !important;
    font-weight: 400;
    margin-top: 20px;
}

.facility-right-slider {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.facility-slider-container {

    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 92% 100%, 0% 100%);
}

.facility-slide-item {
    position: relative;
    overflow: hidden;
}

.facility-slide-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
}

.facility-slider-container .owl-stage-outer {
    overflow: hidden;
}

.facility-slider-container .owl-item {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.facility-slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

.facility-slider-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #a249eb;
}

.facility-slider-dots .dot.active {
    background-color: #a249eb;
    transform: scale(1.2);
}

.facility-slider-dots .dot:hover {
    background-color: #8b5cf6;
}

/* Responsive Design */
@media (max-width: 768px) {

    .ficistcontsec h2{
        padding: 10px 0;
    }

    .facility-content-wrapper {
        flex-direction: column;
        gap: 40px;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    .facility-left-content {
        padding-right: 0;
        max-width: 100%;
    }

    .facility-main-heading {
        font-size: 36px !important;
        text-align: center !important;
    }

    .facility-description-primary,
    .facility-description-secondary {
        text-align: center !important;
    }

    .facility-right-slider {
        max-width: 100%;
    }

    .facility-slide-item img {
        height: 300px;
    }
}




.why-silitronics {

        flex-direction: column;
    display: flex;
    padding: 40px 10px 40px 10px;
    /* background: linear-gradient(90deg, #e8dcff, #f6f2ff); */
    font-family: 'Titillium Web', sans-serif;
    color: #1b133f;
    justify-content: center;
    align-items: center;
}

.why-silitronics h2 {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 20px;
  
}

.why-silitronics h2 span {
    background: linear-gradient(90deg, #4900db, #dd005f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-box {
    /* max-width: 320px; */
    background: transparent;
    border: 2px solid #1b133f;
    padding: 20px 20px;
    margin-bottom: 16px;
       width: 100%;
    /* width: 336px; */
    height: auto;
    border-radius: 0 0 30px 0;
    gap: 16px;
    align-items: flex-start;
    /* clip-path: polygon(0 0, 100% 0, 100% 90%, 92% 100%, 0% 100%); */
    box-shadow: 0 6px 20px rgba(27, 19, 63, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .feature-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(27, 19, 63, 0.25);
} */

.feature-box img {
    width: 50px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 4px;
}

.featurer1lay {
    display: flex;
    gap: 10px;
}

.feature-box .text {
    flex: 1;
}

.feature-box .text h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px;
    color: #1b133f;
    line-height: 1.3;
    font-family: 'Titillium Web', sans-serif;
}

.feature-box .text p {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
    margin: 0;
    font-family: 'Spline Sans Mono', monospace;
}


.resmblay {
    margin-top: 160px !important;
    ;
}


/* Resource Hub Section Styles */
.resource-hub-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.resource-hub-header {
    text-align: center;
    margin-bottom: 50px;
}

.resource-description {
    font-size: 16px;
    color: #666;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.resource-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 38px; */
    /* flex-wrap: wrap; */
    max-width: 1200px;
    margin: 0 auto;
}

.search-container {
    position: relative;
    display: flex;
    gap: 0;
    flex: 1;
    max-width: 700px;
}

.search-container button {
    padding: 8px 20px;
    background-color: rgba(42, 34, 79, 1);
    color: #ffffff;
    border: none;
    font-size: 14px;
    flex-shrink: 0;
    border-radius: 5px 0px 0px 5px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    transition: all 0.3s ease;
    cursor: pointer;
}

.search-container button:hover {
    background-color: rgba(52, 44, 99, 1);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(42, 34, 79, 0.3);
}

.search-input {
    flex: 1;
    min-width: 0;
    padding: 8px 20px;

    border: none;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(white, white) no-repeat;
    background-size: 90% 1px;
    background-position: center 80%;
    background-color: rgba(42, 34, 79, 1);

    border-radius: 0 5px 5px 0;
}

/* Desktop search input with white underline */
.desktop-search-input {
    border-bottom: 2px solid #ffffff !important;
    background: rgba(42, 34, 79, 1) !important;
    background-image: none !important;
}



.filter-container {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: rgba(42, 34, 79, 1);
    padding: 2px 20px;
    justify-content: space-around;
    flex-shrink: 0;
}

.filter-label {
    font-weight: 600;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    white-space: nowrap;
}

.filter-btn {
    padding: 8px 25px;
    border: none;
    background: white;
    border-right: 1px solid #dfd4f3;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: rgba(42, 34, 79, 1);
    color: #ffffff;


}

.bbs {
    border-right: none !important;
}

.filter-btn:hover {
    color: rgba(123, 101, 234, 1);
    border-bottom: 2px solid rgba(123, 101, 234, 1);
    background: rgba(123, 101, 234, 0.1);
}

.filter-btn.active {

    color: rgba(123, 101, 234, 1)
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.resource-card {
    background: white;
    border: 1px solid #6E57B0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.resource-card:hover {
    background: rgba(161, 136, 235, 0.15) !important;
    border-color: #A188EB !important;
}

.resource-card:hover .download-btn {
    background: linear-gradient(90deg, #050EF1, #FD0200) !important;
    color: white !important;
    text-decoration: none;
    transform: translateY(-1px);
}

.resource-image {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.resource-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: none;
    padding: 10px;

}

.resource-content {
    padding: 25px;
}

.resource-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.resource-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.download-btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #8B5CF6 0%, #A855F7 100%);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-family: 'Titillium Web', sans-serif;
    position: absolute;
    top: 89%;
}

/* .download-btn:hover {
    background: linear-gradient(135deg, #A855F7 0%, #8B5CF6 100%);
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
} */

/* Mobile Filter Dropdown - Hidden on Desktop */
.mobile-filter-dropdown {
    display: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .resource-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .resource-controls {
        flex-direction: column;
        gap: 20px;
    }

    .search-container {
        max-width: 100%;
    }

    .filter-container {
        width: 100%;
        max-width: 430px;
    }
}

@media (max-width: 768px) {
    .resource-hub-section {
        padding: 40px 0;
    }

    .resource-controls {
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
    }

    .search-container {
        width: 100%;
        max-width: 100%;
    }

    .search-container button {
        width: 100px !important;
        font-size: 14px;
    }

    .search-input {
        width: 100%;
        max-width: none;
    }

    .resource-controls {
        flex-direction: row !important;
        gap: 15px !important;
        align-items: center;
    }

    .search-container {
        flex: 1;
        max-width: 60%;
    }

    .filter-container {
        display: none;
    }

    .mobile-filter-dropdown {
        display: block;
        flex: 1;
        max-width: 35%;
    }

    .mobile-filter-select {
        width: 100%;
        padding: 12px 15px;
        background: #2C3E50;
        color: white;
        border: none;
        /* border-radius: 5px; */
        font-size: 12px;
        font-weight: 600;
        appearance: none;
        cursor: pointer;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3e%3cpath d='M8 11L3 6h10l-5 z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 8px center;
        background-size: 10px;
        font-family: 'Titillium Web', sans-serif;
    }

    .mobile-filter-select option {
        background: #2C3E50;
        color: white;
        padding: 8px;
    }

    /* maybe chnage after testing */


    .only-mobile {
        display: none;
    }

    @media (max-width: 768px) {
        .only-mobile {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-start;
            gap: 15px;
            /* padding: 15px; */
            /* background-color: #1a1330; */
        }

        .mobile-search-filter-wrapper {
            flex: 1;
            min-width: 0;
        }

        .search-label {
            display: block;
            font-size: 12px;
            font-weight: 600;
            color: white;
            margin-bottom: 4px;
            font-family: 'Titillium Web', sans-serif;
        }

        .search-input {
            width: 100%;
            padding: 8px;
            border: none;
            background: #2A224F;
            color: white;
            font-size: 12px;
            outline: none;
            border: 1px solid #6E57B0;
            font-family: 'Titillium Web', sans-serif;
        }

        .mobile-filter-dropdown {
            flex: 0 0 auto;
            min-width: 120px;
            max-width: 140px;
        }

        .filter-label {
            display: block;
            font-size: 12px;
            font-weight: 600;
            color: white;
            margin-bottom: 4px;
            font-family: 'Titillium Web', sans-serif;
        }

        /* Custom Dropdown Styles for Mobile */
        .custom-dropdown {
            position: relative;
            width: 100%;
        }

        .dropdown-header {
            background: #2A224F;
            border: 1px solid #6E57B0;
            padding: 8px 12px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 12px;
            color: white;
            font-family: 'Titillium Web', sans-serif;
        }

        .dropdown-arrow {
            transition: transform 0.3s ease;
            font-size: 10px;
        }

        .dropdown-header.active .dropdown-arrow {
            transform: rotate(180deg);
        }

        .dropdown-options {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: #2A224F;
            border: 1px solid #6E57B0;
            border-top: none;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            z-index: 1000;
        }

        .dropdown-options.show {
            max-height: 150px;
        }

        .dropdown-option {
            padding: 8px 12px;
            cursor: pointer;
            font-size: 12px;
            color: white;
            font-family: 'Titillium Web', sans-serif;
            transition: background-color 0.2s ease;
        }

        .dropdown-option:hover {
            background: #6E57B0;
        }

        .dropdown-option.active {
            background: #6E57B0;
            color: #A188EB;
        }

        .mobile-filter-select {
            width: 100%;
            padding: 8px;
            background: #2C3E50;
            color: white;
            border: none;
            font-size: 12px;
            font-weight: 600;
            appearance: none;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3e%3cpath d='M8 11L3 6h10l-5 z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 8px center;
            background-size: 10px;
            font-family: 'Titillium Web', sans-serif;
        }

        .mobile-filter-select option {
            background: #2C3E50;
            color: white;
        }
    }

    /* end */

    .resource-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }


    .resource-hub-dark .container {
        padding: 0 0;
    }

    .resource-hub-dark .resource-content h3 {
        font-size: 16px;
    }

    .resource-content h3 {
        font-size: 16px;
    }

    .resource-content {
        padding: 20px;
    }
}

@media (max-width: 480px) {
.only-mobile-button-group {
      margin-left:0px;
}
.only-mobile-button-group-app{
    margin-left:0px;
}
    .servicestabcontent-containersM {
    padding: 20px 0px;
}


       


.feature-box {
    /* max-width: 320px; */
    background: transparent;
    border: 2px solid #1b133f;
    padding: 20px 20px;
    margin-bottom: 16px;
    width: 100% !important;
    height: auto;
    border-radius: 0 0 30px 0;
    gap: 16px;
    align-items: flex-start;
    /* clip-path: polygon(0 0, 100% 0, 100% 90%, 92% 100%, 0% 100%); */
    box-shadow: 0 6px 20px rgba(27, 19, 63, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



    .resource-description {
        font-size: 14px;
        padding: 0 15px;
    }

    .filter-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .filter-btn {
        padding: 6px 15px;
        font-size: 12px;
    }

    .search-container button {
        width: 80px !important;
        font-size: 12px;
    }

    .resource-content h3 {
        font-size: 15px;
    }

    .resource-content p {
        font-size: 13px;
    }
}

/* Dark Theme Resource Hub Section */
.resource-hub-dark {
    padding: 60px 0;
    background-color: white;
}

.resource-hub-dark .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.resource-hub-dark .resource-description {
    font-size: 16px;
    color: black;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
    text-align: center;
}

.resource-hub-dark .search-input {

    padding: 11px 50px;
    border: none;
    /* Removed full border */
    border-bottom: 1px solid #6E57B0;
    /* Initial underline */
    border-radius: 0;
    font-size: 14px;
    outline: none;
    background: #2A224F;
    color: #fff;
    transition: border-color 0.3s ease;
    text-align: left;
}

.resource-hub-dark .search-input:focus {

    border-bottom: 1px solid #ffffff;
}

.resource-hub-dark .search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);

}

.resource-hub-dark .filter-label {
    font-weight: 600;
    color: #fff;
}

.resource-hub-dark .filter-btn {
    padding: 8px 20px;
    border-right: 1px solid #6E57B0;
    background: #2A224F;
    border-radius: 0;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease;
    border-bottom: none;
    border-left: none;
    border-left: none;
}

.resource-hub-dark .filter-btn:hover {
    color: #A188EB;
}

.resource-hub-dark .filter-btn.active {

    color: #A188EB;
    border-color: #A188EB;
}

.resource-hub-dark .resource-card {
    background: transparent;
    border: 1px solid gray;

    overflow: hidden;

}

/* .resource-hub-dark .resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(161, 136, 235, 0.3);
} */

.resource-hub-dark .resource-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
}

.resource-hub-dark .resource-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 50px;
    text-align: center;
}

.resource-hub-dark .download-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background: url(../images/downloadusecasebut.png) no-repeat center;
    background-size: 100% 100%;
    color: #6E57B0;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    font-family: 'Titillium Web', sans-serif;
}

.resource-hub-dark .download-btn:hover {
    color: #A188EB;
    text-decoration: none;
    transform: scale(1.02);
}

.input-wrapper {
    position: relative;
}

.search-input {

    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
    padding-bottom: 10px;
}

.input-wrapper::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: white;
}



.fifthcontsec.lftrytlinepart.leftcontpanel .contact {
    line-height: 30px;
}

/* Application Section White Background Styles - Only for application.html */
#application-white-section {
    background: rgba(153, 153, 153, 0.1) !important;
    background-image: none !important;
}

#application-white-section .application-section {
    background: #ffffff !important;
    background-image: none !important;
}

/* Tab buttons with reduced padding - Only for application section */
#app-tab-buttons .tab-btn2 {
    padding: 8px 40px !important;
}

#app-tab-buttons .tech-box2 {
    padding: 10px 40px !important;
}

/* Remove dots from list items - Only for application section */
#application-white-section .myappul li {

    padding-left: 0 !important;
}

#application-white-section .myappul {
    margin-left: 0 !important;
}

/* White background for Growing Impact section only */
.growing-impact-section {
    background: #ffffff !important;
    background-image: none !important;
}

/* White background for buttons in Growing Impact section */
.growing-impact-section .only-mobile-button-app {
    background-color: #ffffff !important;
    border: 1px solid rgba(110, 87, 176, 1) !important;
    color: rgba(110, 87, 176, 1) !important;
}

/* Active button style for Growing Impact section */
.growing-impact-section .only-mobile-button-app.active-app {
    background: linear-gradient(to right, #050ef1, #fd0200) !important;
    color: #fff !important;
    border: none !important;
}


.heads{
padding-top: 10px !important;
 }

 .service-section-spectrum-section .card{
    border-radius: 0 0 30px 0 !important;
 }

  .section-spectrum-mobile-view .slide{
    border-radius: 0 0 30px 0 !important;
  }


   @media  (min-width:0px) and (max-width:320px){
             .only-mobile-button,.only-mobile-buttons{
               min-width: 45%;
                border-radius: 0 0 12px 0;
            }
        }


   @media  (min-width:320px) and (max-width:400px){
             .only-mobile-button,.only-mobile-buttons{
                min-width: 48%;
                font-size: 10px;
                border-radius: 0 0 12px 0;
            }
        }
          @media  (min-width:400px) and (max-width:480px){
             .only-mobile-button,.only-mobile-buttons{
                    min-width: 48%;
                font-size: 12px;
                 border-radius: 0 0 12px 0;
            }
        }
        


        
        

        @media (max-width:480px) {
            .getintouch{
                margin-top: 0;
            }
           .only-mobile-button-groupes .tablinks-mobile{
                min-width: 100%;
            }
        }

        /* small device mediaquery  */
@media(max-width:320px){
    .slidecontpart .container{
        top:40%;
    }
     .sndcontsec h2 {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        padding: 30px;
    }

        .only-mobile-button, .only-mobile-buttons {
        min-width: 44%;
        font-size: 10px;
        border-radius: 0 0 12px 0;
    }
  
}





 /* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown button (Services link) */
.dropbtn {
  color: white;         /* change as per your navbar theme */
  text-decoration: none;
  padding: 0 0;
  display: inline-block;
}

/* Arrow style */
.dropbtn i {
      font-weight: 500;
    font-size: 14px;
}

/* Dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  background-color:#000;
  min-width: 180px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Dropdown links */
.navsecd li a {
  color: black;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  width: 200px;
  margin:0 0 0 0;
 
}


.navsecd{
  margin:0 0 0 0 !important;
}

.dropdown-content li a:hover {
  background-color: rgba(255, 255, 255, 0.105);
}

/* Show on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Optional: highlight parent when open */
.dropdown:hover .dropbtn {
  background-color: #222; /* adjust to your navbar background */
  color: white;
}

.headersec{
    overflow: visible;
}

/* mobile  */
.drop-down-menu-hidden{
    display: none;
    color: #000044;
}
/* Smooth rotation */
.dropbtn .i {
  font-weight: 500;
  font-size: 22px;
  display: inline-block; /* required for transform */
  transition: transform 0.3s ease;
}

/* Rotate when parent (.dropdown) is hovered */
.dropdown:hover .dropbtn .i {
  transform: rotate(180deg);
}

.nav-toggles,
.nav-toggles:focus,
.nav-toggles:active {
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent; /* mobile tap highlight remove */
}

.drop-down-menu-hidden {
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-10px);
}
 
.mobile_icon{
    font-size: 30px;
}
