@font-face {
    font-family: 'Grift';
    src: url('../fonts/Grift-Regular.woff2') format('woff2'),
         url('../fonts/Grift-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Grift';
    src: url('../fonts/Grift-Medium.woff2') format('woff2'),
         url('../fonts/Grift-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Grift';
    src: url('../fonts/Grift-SemiBold.woff2') format('woff2'),
         url('../fonts/Grift-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Grift';
    src: url('../fonts/Grift-Bold.woff2') format('woff2'),
         url('../fonts/Grift-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Grift', sans-serif !important;
    line-height: 1.6;
    color: #333;
}
ul{
    margin-bottom: 0px !important;    
}
a{
    text-decoration: none !important;
}
img{
    width: 100%;
    height: auto;
}
/* Background */
.bg-section{
    background: #FFF7F5 url('../images/banner-pattern.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:100%;
}
/* Navigation */
header{
    transition: all 0.3s ease;
}

header.sticky{
    position: fixed;
    top: -30px;
    left: 0;
    width: 100%;
    margin-top: 0;
    z-index: 999;
}
header.sticky .container{
    max-width: 1960px;
    padding: 0px;
}
header.sticky .container .navbar{
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header.sticky .container .navbar .container{
    width: 1296px;
}

.navbar {
    background: #1A2D3F;
    padding: 1.5rem 0 !important;
    position: sticky !important;
    top: 0;
    z-index: 100;
    border-radius: 10px;
    margin-top: 30px;
}

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

.logo img{
    width: 110px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-link{
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 400;
    font-size: 16px;
}
.nav-links li:last-child a {
    font-weight: 600;
    font-size: 16px;;
}

.nav-link:focus, .nav-link:hover, .nav-link.active {
    color: #EF603E !important;
}
.nav-item.dropdown.active > .nav-link {
    color: #EF603E !important;
}
.navbar-toggler{
    background-color: #ffffff !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{
    background-color: #EF603E !important;
    color: #fff !important;
}
.dropdown-item{
    font-size: 16px;
    padding: 10px !important;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu.show{
    padding: 10px;
}
.dropdown-toggle::after{
    vertical-align: middle !important;
}
.font-12{
    font-size: 12px;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
} 
.title-text{
    color: #333333;
}
h2{
    font-size: 58px !important;
}
/* Buttons */
.btn-bg {
    background: linear-gradient(90deg, #FF6900 0%, #EF603E 100%);
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn-secondary {
    background: linear-gradient(90deg, #333333 0%, #364153 100%);
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border: 2px solid #333;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btn-secondary:hover {
    background: #333;
    color: #fff;
}
.btn-outline{
    background: transparent;
    border: 2px solid #333;
    border-radius: 5px;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
}
button:hover{
    transform: scale(1.1); 
    transition: ease-in;
}

.text-accent{
    color: #EF603E !important;
}

/* Hero Section */

.section-title{
    font-size: 58px !important;
    letter-spacing: -1px;
}
.hero h1 {
    font-size: 72px;
}
.subtitle {
    font-size: 42px;
    letter-spacing: -2px;
}
.below-title{
    letter-spacing: -2px;
}
.hero p {
    width: 68%;
}
.hero-buttons img{
    width: 15px;
    height: 15px;
    display: block;
}

/* Systems Section */
.systems {
    padding: 3rem 0;
}

.systems > .container > p {
    letter-spacing: -2px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 100PX;
}
.card-1{
    background-image: url('../images/data-everyware.jpg');
    height: 360px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px !important;
}
.card-2{
    background-image: url('../images/problems.jpg');
    height: 360px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px !important;
    justify-content: end;
    margin-top:-35px;
}
.card-3{
    background-image: url('../images/manual-audit.jpg');
    height: 360px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px !important;
}

.card-4{
    background-image: url('../images/decisions.jpg');
    height: 360px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px !important;
    justify-content: end;
    margin-top:-35px;
}
.card {
    padding: 25px 15px;

}
/* Transform Section */
.transform {
    background: #FFF1EE;
    padding: 3rem 0;
    text-align: center;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    height: auto !important;
    width: 2.5rem !important;

}
.carousel-control-prev{
    right: 100px !important;
    left: auto !important;
    z-index: 10;
}
.carousel-control-next {
    right: 50px !important;
}
.carousel-control-next, .carousel-control-prev{
    top: 65px !important;
    bottom: auto !important;
    justify-content: end !important;
    width: auto !important;
}
.carousel-control-prev-icon{
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 24px;
}
.carousel-control-next-icon{
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 24px;
}
.carousel-item img{
    height: 700px;
    object-fit: cover;
}
/* Governance Section */
.image-side {
    background: #ddd;
    min-height: 400px;
}

.content-side {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 20px;
}

.bg-coral {
    background: #EF603E;
    color: #fff;
}

.content-side h2 {
    font-size: 37px;
}
.governance .carousel-inner .content-side li {
    background-color: transparent;
    position: relative;
    font-size: 23px;
    font-weight: 400;
    border-radius: 25px;
    padding: 0px;
    margin-bottom: 0.5rem;
    list-style-position: inside;
}
.content-side li {
    position: relative;
    font-size: 23px;
    font-weight: 400;
    background: rgba(255,255,255,0.1);
    border-radius: 25px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 0.5rem;
    list-style-position: inside;
}
.content-side h6{
    font-size: 23px;
    font-weight: 400;
}
.content-side p{
    font-size: 21px;
    font-weight: 600;
}
hr{
    width: 75%;
    margin-left: auto !important;
    border-top: 1.5px solid #fff !important;
    opacity: 1 !important;
    margin-bottom: auto !important;
}


/* AI Systems Section */
.ai-systems {
    background: #05101A url('../images/business-pattern.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 4rem 0;
    height: 100%;
    color: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.service {
    background: transparent;
    backdrop-filter: blur(5px);
    padding: 2rem;
    border: 1px solid #505050;
    border-radius: 4px;
    text-align: left;
}
.service-icon{
    width: 40px;
    margin-bottom: 1rem;
}
.service ul{
    list-style: none;
    padding-left: 0px;
}
.service ul li img{
   width: 20px;
}
.service ul li i{
    padding-left: 10px;
}
.service ul li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
/* Expertise Section */
.expertise {
    padding: 4rem 0;
    text-align: center;
}

.expertise-side .sec-one h3 {
    font-size:38px;
    letter-spacing: -2px;
}
.expertise-side .sec-two h3{
    font-weight: 800;
}
.expertise-side .sec-three ul li{
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.expertise-side ul {
    list-style: none;
    padding-left: 20px;
}
.bullet-icon, .round-icon{
    width: 20px;
    height: 20px;
    padding-right: 5px;
}

/* Thinking Section */

.thinking p{
    letter-spacing: -2px;
}
.thinking ul {
    text-align: left;
    list-style: none;
    padding: 25px;
    background: #00000054;
    text-transform: capitalize;
    border-radius: 8px;
}
.thinking ul li{
    color: #fff;
    line-height: 2;
    font-weight: 600;
    font-size: 24px;
}
.split{
   position: absolute;
    color: #ffffff;
    font-size: 58px !important;
    font-weight: 600 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: 1.5; 
}

/* Industries Section */
.industries {
    padding: 5rem 0;
    background: url(../images/dotted-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}
.industry-track {
    display: flex;
    gap: 1rem;
    animation: scroll 20s linear infinite;
}
.industrySwiper .swiper-wrapper {
    animation: scroll 20s linear infinite;
}

.industrySwiperReverse .swiper-wrapper {
    animation: scroll-reverse 20s linear infinite;
}

@keyframes scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-50%); }
}

@keyframes scroll-reverse {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(100%); }
}

.industry-track span {
    border: 1px solid #848484;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Swiper slider */


.industrySwiper{
    width:100%;
    overflow: hidden;
}

.industry-box{
     border: 1px solid #848484;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
    width: auto;
}

.swiper-slide{
    width:auto !important;
}


/* Security Section */
.security {
    padding: 2rem 0;
    text-align: center;
}
.security hr{
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #000000 !important;
    opacity: .25 !important;
    width: 100% !important;
    margin-bottom: 1rem !important; 
}
.features li{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}
.features {
    text-align: left;
    line-height: 2;
    padding-left: 150px !important;
}
.security p{
    text-align: left;
    padding-left: 130px !important;
}
.security ul{
    padding-left: 0px;
}

/* CTA Section */
.cta {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    position: relative;
}
.cta-content-r{
    background: #00000054;
    padding: 1.5rem;
    border-radius: 8px;
    backdrop-filter: blur(16.157634735107422px);
}
.build-text{
        position: absolute;
    color: #ffffff;
    font-size: 58px !important;
    font-weight: 600 !important;
    bottom: 60px;
    width: 100%;
    line-height: 1.5;
}
/* Final CTA */
.final-cta {
    color: #fff;
    padding: 4rem 0;
}
.bg-dark-b{
    background-color: #1A2D3F;
    border-radius: 8px;
}
.cta-icon{
    width: 25px;
    height: 25px;
}
.final-cta-content-side{
    /* padding: 3rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 20px;
}
.final-cta-content-side h2{
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1;
}
.final-cta-content-side h2 span{
    color: #EF603E;
}
.final-cta-content-side p{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}
.final-cta-content-side p i{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}
.final-cta-image{
    border-radius: 20px;
    height: 380px;
}
/* Footer */
footer {
    background: #000000;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 1rem;
    text-align: center;
}
.footer-widget{
    text-align: left;
}
.footer-widget ul{
    list-style: none;
    padding: 0;
}
.footer-widget ul li{
    color: #ffffff !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
}
.footer-widget ul li a{
    color: #ffffff !important;
}
.footer-widget h5{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.footer-widget .title{
    line-height: 2;
    margin-bottom: 10px;
}
.footer-widget .title h6{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
}
.footer-widget .title p{
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0px;
}
.footer-widget p{
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 7px;
}
footer h3{
    font-size: 38px;
    font-weight: 500;
    color: #ffffff;
}
footer h3 span{
    color: #EF603E;
}
footer hr{
    width: 100% !important;
    border: 0.6px solid #FFFFFF !important;
    opacity: 50% !important;
    margin: 1rem 0 !important;
}
.social-media svg{
    width: 32px;
    height: 32px;
}
.social-media a {
  color: white;
  transition: 0.3s;
}

.social-media a:hover {
  color: #EF603E;
}
.copyright p, .copyright a {
    font-size: 12px; 
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0px;
}
.cta .row {
    align-items: flex-end;
    height: calc(500px - 8rem);
    display: flex;
}


/* About Section */

/* Hero About */

.badge {
    background: #EF603E1A;;
    border: 1px solid #EF603E33;
    color: #333333 !important;
    padding: 0.5rem 1rem !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 2rem;
}
.badge img{
    width: 20px;
    height: 20px;
    padding-right: 5px;
}
.hero-about h1 { 
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #333333;
    line-height: 1.5;
}
.text-gradient{
   background: linear-gradient(90deg, #EF603E 0%, #FF8904 100%);
    background-clip: text !important;
    color: transparent !important;
}

.hero-about p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #333333;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
}

.hero-images img {
    width: 100%;
}

/* Traditional Controls */
.traditional-controls {
    padding: 4rem 0;
}

.traditional-controls h2 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.traditional-controls p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0.5rem;
    text-align: left;
    color: #1C2737;
    width: 85%;
}
.light-text{
    color: #4A5565 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.control-box {
    background: #1A2D3F;
    color: #fff;
    padding: 2rem;
    border-radius: 8px;
    margin-top: 1rem;
    margin-bottom: 0px;
    width: 85%;
}

.control-box h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
.light-gray{
    color: #99A1AF;
}
.horizontal-line{
    border: 1.5px solid #EF603E;
    width: 75px;
    margin: auto;
}
.feature-card {
    background: #fff;
    border: 0.5px solid #000000;
    box-shadow: 0px 10px 15px -3px #0000001A;
    padding: 1rem;
    border-radius: 8px;
    text-align: left;
    height: 138px;
}

.feature-card .icon img{
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
}
.feature-card p{
    color: #364153;
    font-size: 14px;
    font-weight: 700;
}
/* SNC Built */
.snc-built{
    padding-bottom: 4rem;
}
.snc-built .box{
    background: #FFF4F2;
    border: 1px solid #FFC0B1;
    /* box-shadow: 0px 4px 4px 0px #FFC9BCAB !important; */
    box-shadow: 0px 4px 4px 0px #EF603E47 inset !important;
    border-radius: 8px;
    padding: 2rem;
}
.snc-built h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1A2D3F;
}

.built-card {
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #ddd;
    border-top: 1px solid #E5E7EB;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;

}
.icon-box{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box img {
    width: 45px;
    height: 32px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 24px;
}
.label {
    color: #EF603E;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    margin-top: 10px;
}
.built-card p{
    color: #6A7282;
    font-size: 12px;
    font-weight:700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}
.built-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #101828;
}
.built-card s{
    color:#99A1AF;
    font-size: 16px;
    font-weight: 400;
}
.built-card .icon-box-1{
        background: linear-gradient(135deg, #364153 0%, #101828 100%);
    border-radius: 16px;
    margin-bottom: 2rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;   
}
.built-card .icon-box-1 img{
    width: 45px;
    height: 32px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 24px;  
}
.built-card .icon-box-1 svg{
    width: 45px;
    height: 32px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 24px;  
}

/* Way We Think */
.way-we-think {
    padding: 4rem 0;
    background: #05101A url(../images/bg-pattern-c.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.way-we-think h2 {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 80px;
}
.think-card{
    margin-bottom: 5rem;
}

.think-card .number {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}

.think-card h4 {
    font-size: 38px;
    font-weight: 500;
    color: #ffffff;
}
.vertical-line{
    border: 0.5px solid #FFFFFF;
    height: 100%;
    width: 0%;
    margin: auto;
}
.left-side{
    margin-top: -45px;
}
/* Makes Different */
.makes-different {
    padding: 4rem 0;
}

.makes-different h2 {
    font-size: 58px;
    font-weight: 700;
    color: #0A0A0A;
}

.different-subtitle {
    color: #EF603E;
    font-size: 20px;
    font-weight: 700;
}

.different-card {
    background: #fff;
    border: 1px solid #ddd;
    padding: 2rem;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0px 1px 2px -1px #0000001A;
    box-shadow: 0px 1px 3px 0px #0000001A;
}
.different-card .icon-box{
    background: linear-gradient(135deg, #364153 0%, #101828 100%);
    border-radius: 16px;
    margin-bottom: 2rem;
}
.col-md-4:nth-child(2) .different-card .icon-box{
    background: linear-gradient(135deg, #EF603E 0%, #FF6900 100%);
    border-radius: 16px;
}
.different-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 2rem;
}
.different-card ul {
    padding-left:1rem;
}
.different-card ul li {
    padding: 0.5rem 0;
    color: #364153;
    font-size: 14px;
    font-weight: 400;
}

.different-card ul li::marker {
  color: #EF603E;
}
.different-card p{
    color: #4A5565;
    font-size: 16px;
    font-weight: 400;

}
/* Leadership Team */

.leadership-team{
    padding-bottom: 2rem;
}
.leadership-team h2 {
    color: #0A0A0A;
    font-size: 58px;
    font-weight: 700;
}
.leadership-team h5{
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}
.leadership-team p{
    color: #4A5565;
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
}
.team-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px -1px #0000001A;
    box-shadow: 0px 1px 3px 0px #0000001A;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.team-card .icon-box {
    background: linear-gradient(135deg, #364153 0%, #101828 100%);
    /* margin: 0 auto 1rem; */
    border-radius: 14px;
    box-shadow: 0px 2px 4px -2px #0000001A;
    box-shadow: 0px 4px 6px -1px #0000001A;

}
.team-card h4{
    color: #101828;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.col-md-4:nth-child(2) .team-card .icon-box, .col-md-4:nth-child(4) .team-card .icon-box, .col-md-4:nth-child(6) .team-card .icon-box{
    background: linear-gradient(135deg, #EF603E 0%, #FF6900 100%);
    /* margin: 0 auto 1rem; */
    border-radius: 14px;
    box-shadow: 0px 2px 4px -2px #0000001A;
    box-shadow: 0px 4px 6px -1px #0000001A;
}
.team-banner {
    background: linear-gradient(135deg, #101828 0%, #1E2939 100%);
    color: #fff;
    padding: 1rem;
    border-radius: 8px;
}
.team-banner .domain-text{
    padding: 2rem; 
}

.team-banner h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    width: 80%;
}
.team-banner p{
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    opacity: 70%;
}

.team-banner img {
    width: 100%;
    border-radius: 8px;
}


/* Future Building */
.future-building {
    color: #fff;
    position: relative;
}
#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-text-l h2{
    position: absolute;
    color: #ffffff;
    font-size: 58px !important;
    font-weight: 600 !important;
    top: 15%;
    left: 10%;
    line-height: 1.5;
}
.video-text-r{
    background-color: #00000014;
    backdrop-filter: blur(5px);
    position: absolute;
    color: #ffffff;
    font-size: 58px !important;
    font-weight: 600 !important;
    right: 5%;
    bottom: 10%;
    border-radius: 8px;
}

.future-building h2 {
    font-size: 48px;
    font-weight: 600;
}

.future-content {
    padding: 2rem;
}
.future-content h3 {
    color: #EF603E;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.future-content ul {
    padding-left: 20px;
}

.future-content ul li {
    padding: 0.5rem 0;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

/* AI Internal Audit Platform */
.audit h1{
    font-size: 72px;
    font-weight: 700;
    color: #333333;
    line-height: 1 !important;
}
.audit .text-primary{
    background: linear-gradient(90deg, #EF603E 0%, #FF8904 100%) !important;
    background-clip: text !important;
    color: transparent !important;
}
.audit p span{
    color: #EF603E;
    font-size: 20px;
    font-weight: 600;
}
.stats h3{
    font-weight: 700;
    font-size: 30px;
    color: #333333;
    margin-bottom: 0px;
}
.stats p{
    font-weight: 400;
    font-size: 14px;
    color: #6A7282;
    margin-bottom: 0px;
}
.traditional-audit h2 span{
    background: linear-gradient(90deg, #EF603E 0%, #FF6900 100%);
    background-clip: text !important;
    color: transparent !important;
}
.traditional-audit img{
    width: 40px;
    height: 40px;
}
.traditional-audit i{
    background-color: #FB2C36;
    color: #ffffff;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 50%;
    position: absolute;
    top: 32px;
    left: 11%;
    width: 17px;
    height: 17px;
}
.bi-x::before {
    content: "\f62a";
    vertical-align: middle !important;
    position: absolute;
    top: 1px;
    left: 0px;
}
.traditional-audit .card{
    border: 1px solid #00000080;
    border-radius: 8px;
    padding: 20px;
}
.traditional-audit .card .card-body{
    display: flex;
    align-items: center;
    gap: 25px;
}
.traditional-audit .card .card-body p{
    color: #1E2939;
    font-size: 20px;
    font-weight: 500;
}
.traditional-audit .alert{
    border-top: 1px solid #E5E7EB80;
    box-shadow: 0px 8px 10px -6px #0000001A;
    box-shadow: 0px 20px 25px -5px #0000001A;
    border-radius: 24px;
    width: 75%;
    padding: 50px;
    margin: auto;
}
.traditional-audit .alert::before{
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-width: 4px 0px 0px 4px;
    border-top-left-radius: 25px;
    border-style: solid;
    border-color: #EF603E;
    top: 0;
    left: 0;
}

.traditional-audit .alert::after{
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-width: 0px 4px 4px 0px;
    border-style: solid;
    border-color: #EF603E;
    border-bottom-right-radius: 25px;
    bottom: 0;
    right: 0;
}
.traditional-audit .alert h4{
    font-size: 36px;
    font-weight: 700;
    color: #101828;
    line-height: 1.5;
}
.traditional-audit .alert span{
    font-size: 36px;
    font-weight: 700;
     background: linear-gradient(90deg, #EF603E 0%, #FF6900 100%);
    background-clip: text !important;
    color: transparent !important;
    text-decoration: underline;
}
.traditional-audit .alert .count {
    border-top: 1px solid #E5E7EB;
}
.traditional-audit .alert .count h5{
    color: #EF603E;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
}
.traditional-audit .alert .count p{
    color: #4A5565;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}
.stats div, .count div{
    padding-right: 30px;
    padding-left: 30px;
}
.intelligence-layer h2 span{
    background: linear-gradient(90deg, #EF603E 0%, #FF6900 100%);
    background-clip: text !important;
    color: transparent !important;
}

.intelligence-layer .integration-box:first-child{
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
    border: 2px solid #BEDBFF;
    border-radius: 16px; 
    display: flex;
    gap: 20px;
    align-items: center;
}
.intelligence-layer .integration-box:first-child{
   color: #1C398E;
   font-size: 24px;
   font-weight: 700; 
}
.intelligence-layer .integration-box:nth-child(3){
    background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%);
    border: 2px solid #B9F8CF;
    border-radius: 16px; 
    display: flex;
    gap: 20px;
    align-items: center;
}
.intelligence-layer .integration-box:nth-child(3){
   color: #0D542B;
   font-size: 24px;
   font-weight: 700; 
}
.intelligence-layer .integration-box:last-child{
    background: linear-gradient(135deg, #FAF5FF 0%, #F3E8FF 100%);
    border: 2px solid #E9D4FF;
    border-radius: 16px; 
    display: flex;
    gap: 20px;
    align-items: center;
}
.intelligence-layer .integration-box:last-child{
   color: #59168B;
   font-size: 24px;
   font-weight: 700; 
}
.integration-box {
    padding:1rem 1.5rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.intelligence-layer hr {
    height: 50px !important;
    width: 2px !important;
    border-right: 2px solid #D1D5DC !important;
    margin: auto 30px !important;
}
.integrations{
    background: #FFFFFFCC;
    border-top: 1px solid #E5E7EB80;
    box-shadow: 0px 8px 10px -6px #0000001A;
    box-shadow: 0px 20px 25px -5px #0000001A;
    border-radius: 24px;
    width: 50%;
    margin: auto;
    padding: 2rem;
    margin-top: 30px;
}

.arrow-down{
    background: linear-gradient(135deg, #EF603E 0%, #FF6900 100%);
    box-shadow: 0px 8px 10px -6px #0000001A;
    box-shadow: 0px 20px 25px -5px #0000001A;
    color: #ffffff;
    font-size: 32px;
    width: 50px;
    height: 50px;
    margin: auto;
    position: relative;
    border-radius: 16px;
}
.arrow-down i{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.intelligence-layer ul{
    padding-left: 0px;
    background: #EF603E1A;
    width: 15%;
    margin: auto;
    list-style-position: inside;
    border-radius: 20px;
}
.intelligence-layer ul li{
    color: #EF603E;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.intelligence-layer ul li::marker{
    margin-right: 0px;
}
.intelligence-layer .card{
    background: linear-gradient(135deg, #EF603E 0%, #F54900 100%);
    box-shadow: 0px 25px 50px -12px #00000040;
    border: none;
    border-radius: 24px;
}
.intelligence-layer .card img{
    width: 80px;
    height: 80px;
    margin: auto;
}
.intelligence-layer .card h4{
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}
.intelligence-layer .card p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.intelligence-layer .card{
    width: 75%;
    box-shadow: 0px 25px 50px -12px #00000040;

}
.arrow-down-g{
    background: linear-gradient(135deg, #00C950 0%, #009966 100%);
    box-shadow: 0px 8px 10px -6px #0000001A;
    box-shadow: 0px 20px 25px -5px #0000001A;
    color: #ffffff;
    font-size: 32px;
    width: 50px;
    height: 50px;
    margin: auto;
    position: relative;
    border-radius: 16px;
}
.arrow-down-g i{
 position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.intelligence-layer .green-list{
    padding-left: 0px;
    background: #00C9501A;
    width: 15%;
    margin: auto;
    list-style-position: inside;
    border-radius: 20px;
}
.intelligence-layer .green-list li{
    color: #008236;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 5px;
    margin-bottom: 20px;
}
.icon-circle img{
    width: 25px;
    height: 25px;
}
.icon-circle{
    background: linear-gradient(135deg, #FB2C36 0%, #FF6900 100%);
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 15px;
}
.risk-box{
    border-top: 1px solid #E5E7EB80;
    box-shadow: 0px 8px 10px -6px #0000001A;
    box-shadow: 0px 20px 25px -5px #0000001A;
    border-radius: 24px;
    width: 75%;
    margin: auto;
}
.risk-box h5{
    color: #101828;
    font-weight: 700;
    font-size: 24px;
}
.risk-box p{
    color: #4A5565;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
}
.risk-box .row .col-md-5:nth-child(3) .icon-circle{
    background: linear-gradient(135deg, #F0B100 0%, #FF6900 100%);
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 15px;
}
.icon-circle svg{
    width: 25px;
    height: 25px;
}
.risk-box hr{
    height: 75% !important;
    opacity: 1 !important;
}
.data-icon-box{
    background: #EF603E1A;
    border-radius: 8px;
    width: 50px;
    height: 50px;
}
.data-box p{
    color: #4A5565;
}
.data-box{
   border: 1px solid #E5E7EB;
   padding: 25px; 
   border-radius: 8px;
}
.divider {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.divider hr {
    width: 100% !important;
    border: none !important;
    border-top: 2px solid #EF603E80 !important;
    margin: 0 !important;
    height: 0px !important;
}
.dot{
    border: 2px solid #EF603E;
    background-color: #EF603E;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

/* AI Governance & Model Controls */
.model-control{
    padding-top: 40px;
    padding-bottom: 70px;
}
.model-list .list-bg{
    background-color: #FEF2F2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.model-list li{
    background-color: #ffffff;
    border: 2px solid #E5E7EB;
    border-radius: 4px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 15px;
    margin-bottom: 20px;
}
.model-list li svg{
    width: 25px;
    height: 25px;
}
.light-color{
    background-color: #f0edee;
    height: 575px;
    width: 100%;
    border-radius: 24px;
    transform: skewY(358deg);
    box-shadow: 0px 25px 50px -12px #00000040;
    position: relative;
}
.right-box .secure{
    background-color: #EF603E;
    border-radius: 16px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
}
.secure img{
    width: 35px;
    height: 35px;
}
.ai-section{
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.right-box{
    border: 2px solid #00163B;
    background-color: #ffffff;
    box-shadow: 0px 25px 50px -12px #00000040;
    height: 575px;
    width: 100%;
    border-radius: 24px;
    position: absolute;
    top:0px;

    display: flex;
    align-items: baseline;
    justify-content: center;
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; 
    width: 50%;
}
.card-grid .card{
    background: #00163B0D;
    border-radius: 14px;
    border: none;
    height: fit-content;
    padding: 15px 0px;
}
.card-grid .card h5{
    font-size: 30px;
}
.card-grid .card p{
    color: #4A5565;
}

/* Compliance & Assurance */
.compliance p{
    color: #4A5565;
    font-size: 20px;
}
.compliance-img{
    background: #F0FDF4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.card-grp{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.card-grp .card{
    border-radius: 16px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 30px;
    border-top: 2px solid #E5E7EB;
}
.card-text{
    color: #00A63E;
}
.card-text span div{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00C950;
    border: none !important;
}
.card-right{
    background: #00163B0D;
    border-radius: 14px;
    padding: 10px;
}
.card-right svg{
    width: 30px;
    height: 30px;
}

.platform-features{
    background: #000000 url(../images/bg-pattern-c.png);
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.platform-features h2{
    font-size: 58px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
.feature-item .badge {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-item.blue .badge {
    background: linear-gradient(135deg, #2B7FFF 0%, #00B8DB 100%);
}
.feature-item.orange .badge {
    background: linear-gradient(135deg, #EF603E 0%, #FF6900 100%);
}
.feature-item.purple .badge {
    background: linear-gradient(135deg, #AD46FF 0%, #8E51FF 100%);
}
.feature-item.yellow .badge {
    flex-shrink: 0;
    background: linear-gradient(135deg, #FE9A00 0%, #F0B100 100%);
}
.feature-item.yellow ul li{
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.feature-item .badge i{
    color: #ffffff;
    font-size: 20px;
}
.feature-item{
    background: #2C2C2CB2;
    border: 2px solid #E5E7EB80;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 0.5rem;
}
.feature-item ul{
    padding-left: 0px;
}
.feature-item ul li{
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    gap: 15px
}
.feature-item ul li:last-child{
    margin-bottom: 0px;
}
.bi-check2-circle::before{
    line-height: 2 !important;
}

.dasboard{
    margin-top: -20rem;
}
.technology-section{
    color: #fff;
    position: relative;
}
.video-container {
  position: relative;
}

.video-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}
#myVideo {
    width: 100%;
    height:700px;
    object-fit: cover;
  filter: brightness(0.5);
}

.technology-section h2{
    color: #ffffff;
    font-size: 58px;
    font-weight: 700;
}
.technology-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.technology-text p{
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    width: 50%;
    margin: auto;
}
.technology-text p span{
    font-size: 24px;
    font-weight: 700;
    color: #EF603E;
}
.technology-text .card {
    border: 1px solid #FFFFFF85;
    backdrop-filter: blur(30px);
    background: #00000052;
    padding: 0px;
}
.technology-text .card .card-body h6{
    margin-bottom: 0px;
    padding: 0px;
}
.audit-work{
    background:  url(../images/bg-pattern-c.png), linear-gradient(135deg, #1A2D3F 0%, #1F354B 100%);
    border-radius: 24px;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.audit-work h2{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15\px;
}
.audit-work p{
    font-size: 20px;
    font-weight: 400;
    width: 65%;
    margin: auto;
}
.btn-img{
    width: 20px;
    height: 20px;
}
.audit-work .badge{
    font-size: 20px !important;
    color: #ffffff !important;
    background-color: transparent;
    border: none;
    padding: 0px !important;
    margin-bottom: 0px;
}

/* Tally Intelligence */
.tally .badge{
    font-size: 14px;
    font-weight: 400;
}
.tally .badge a{
    color: #EF603E;
    font-weight: 700;
}
.tally h1{
    font-size: 72px;
    font-weight: 700;
    color: #333333;
    line-height: 1;
}
.tally h1 span{
    color: #EF603E;
}
.tally p{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
}
.tally p span{
    font-size: 20px;
    font-weight: 700;
    color: #EF603E;
}
.text-color{
    color: #4A5565;
    font-size: 14px;
    font-weight: 400;
}
.what-we h2{
    color: #333333;
    font-size: 58px;
    font-weight: 700;
}
.what-we h3{
    background: linear-gradient(90deg, #EF603E 0%, #FF6900 100%);
        background-clip: text !important;
    color: transparent !important;
    font-size: 58px;
    font-weight: 700;
}
.what-we p{
    color: #364153;
    font-size: 24px;
    font-weight: 400;
}
.capability-icon{
    width: 60px;
    height: 60px;
    border: 2px solid #E5E7EB;
    border-radius: 16px;
    position: relative;
    margin-bottom: 0px;
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.capability-icon svg{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}

.capability-card h4{
    color: #F3F4F6;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0px;
}
.capability-card h5{
    color: #333333;
    font-size: 30px;
    font-weight: 700;
}
.capability-list p{
    color: #4A5565;
    font-size: 16px;
    font-weight: 400;
    border: 0.5px solid #E5E5E5;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #0000001F;
    padding: 15px;
    text-align: center;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.capability-list p:hover{
    background: #FFDDD5;
    border: 1px solid #EF603E;
}
.what-we hr{
     border-top: 1px solid #000000 !important;
     width: 100% !important;
    opacity: 20% !important;
}
.why-this{
    background: #05101A url(../images/bg-pattern-c.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-this h2{
    font-size: 58px;
    font-weight: 700;
}
.why-this h2 span{
    font-size: 58px;
    font-weight: 700;
    color: #EF603E;
}
.why-this h1{
    font-size: 180px;
    font-weight: 700;
}
.badge-tag{
    border: 1px solid #848484;
    padding: 10px 20px;
    border-radius: 4px;
}
.why-this .col-lg-5:nth-child(3) h1{
    background: linear-gradient(135deg, #EF603E 0%, #F54900 100%);
     background-clip: text !important;
    color: transparent !important;
}
.vs-badge{
    color: #EF603E;
    font-size: 65px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    line-height: 1;
}
.industry-icon{
    background-color: #F9FAFB;
    border-radius: 8px;
    width: 50px;
    height: 50px;    
    display: flex;
    align-items: center;
    justify-content: center;
}
.industry-icon img{
    width: 25px;
    height: 25px;
}
.industry-card span{
    background-color: #F9FAFB;
    border-radius: 50%;
    color: #D1D5DC;
    padding: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.industry-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.industry-card h5{
    font-size: 18px;
    font-weight: 700;
    color: #101828;       
}
.industry-card p{
    color: #6A7282;
}
.industry-card{
    border: 0.94px solid #E5E7EB;
    border-radius: 4px;
}
.built-for{
    background-color: #F9FAFB;
}
.tally-bridge{
    background: #00163B url(../images/bg-pattern-c.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px;
}
.bridge-feature{
    background: #FFFFFF30;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
}
.bridge-feature .svg-hold{
    background: #F3F4F6;
    border-radius: 8px;
    width: 40px;
    height: 40px;
}
.bridge-icon:first-child{
    background: #FFFFFF;
    border: 2px solid #E5E7EB;
    border-radius: 16px;
    padding: 20px;
}
.bridge-icon:first-child span{
    color: #99A1AF;
}
.bridge-icon:last-child{
    background: #EF603E;
    border: 2px solid #EF603E;
    border-radius: 16px;
    padding: 20px;
}
.bridge-icon:last-child span{
    color: #ffffff;
}
.bridge-sync{
    background: #EF603E;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
}
.cta-section{
    position: relative;
}
.video-t{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.video-t h2{
    font-size: 96px;
}
.video-t p{
    font-size: 30px;
}
.strike-text{
      text-decoration: line-through;
  text-decoration-color: #EF603E;
  text-decoration-thickness: 4px;  
}

/* Industries we Serve */
.image-section .img-sec {
    overflow: hidden;
    position: relative;
}

.image-section .img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.img-sec ul li{
    list-style: none;
}
/* Zoom OUT effect */
.image-section .img-sec:hover img {
    transform: scale(1.1); /* zoom out */
}
.industry-banner{
    border-radius: 20px;
}
.manufacturing{
    position: absolute;
    width: 170px !important;
    top: 30px;
    right: 20px;
}
.adapting{
    position: absolute;
    width: 170px !important;
    bottom: 30px;
    left: 20px;
}
.icon-section{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.img-icon{
    background: #2420205E;
    border: 0.27px solid #F8F8F8;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    backdrop-filter: blur(5px);

}
.img-icon img{
    width: 30px !important;
    height: 30px !important;
}

.works{
    background-color: #001F54;
    border-radius: 14px;
    padding: 10px;
}
.card-text-1 span{
    color: #4A5565;
}
.approach .card{
    padding: 40px;
}
.card-number{
    top: 0px;
    right: 20px;
}

.card-number p{
    color:#001F53;
    font-size: 72px;
    font-weight: 700;
    opacity: 5%;
    margin-bottom: 0px;
    line-height: 1.3;
}

/* Industry is Unique */

.unique{
    background: linear-gradient(135deg, rgba(0, 22, 59, 0.95) 0%, rgba(0, 22, 59, 0.9) 51.14%, rgba(239, 96, 62, 0.85) 100%), url('../images/industry-cta.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 70px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.unique h3{
    font-size: 72px;
    margin-bottom: 2px;
}
.unique p{
    font-size: 48px;
    letter-spacing: -2.4px;
}

/* Surveillance Intteligence */
.surveillance{
    border-radius: 20px;
}
.active-monitor{
    position: absolute;
    width: 170px !important;
    top: 50px;
    right: 20px;
}
.anomaly{
    position: absolute;
    width: 170px !important;
    bottom: 10px;
    left: 20px;
}

.muted-card{
    border: 2px solid #E5E7EB;
    background: #F9FAFB;
    padding: 40px;
    border-radius: 24px;
    text-align: left;
}
.muted-card h5{
    color: #4A5565;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #D1D5DC;
    padding: 12px 20px;
    display: inline;
    background-color: #ffffff;
    border-radius: 30px;
}
.muted-card h3{
    padding-top: 30px;
    color: #99A1AF;
    font-size: 30px;
    font-weight: 700;
}
.problem-list li{
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
    color: #4A5565;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
}
.problem-list{
    border-bottom: 1px solid #D1D5DC
}
.muted-card, .problem-card{
    height: 670px;
}
.muted-card p{
    color: #6A7282;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
}
.problem-card{
    border: 2px solid #EF603E;
    background: linear-gradient(135deg, #FFF7ED 0%, #FEF2F2 100%);
    padding: 40px;
    border-radius: 24px;
    text-align: left;
}
.problem-card .problem-round{
    border: 1px solid #EF603E;
    padding: 12px 20px;
    background-color: #ffffff;
    border-radius: 30px;
    width:35%;
}
.problem-card .problem-round h5{
    color: #EF603E;
    font-size: 14px;
    font-weight: 400;
    display: inline;
}
.problem-card h4{
    padding-top: 30px;
}
.problem-card h3{
    padding-top: 30px;
    color: #00163B;
    font-size: 30px;
    font-weight: 700;
}
.missing-img{
    background-color: #EF603E;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}
.missing-img img{
    width: 15px;
    height: 15px;
}
.problem-card .problem-list li{
    border: 1px solid #EF603E33;
    box-shadow: 0px 1px 2px -1px #0000001A;

    box-shadow: 0px 1px 3px 0px #0000001A;

}
.problem-card .problem-list{
    padding-bottom: 30px;
    border-bottom: 1px solid #EF603E4D;
}
.problem-list li span{
    color: #00163B;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}
.footage p{
    color: #FFFFFF66;
    font-size: 36px;
    font-weight: 700;
}

/* What AI Engine Does */
.solutions p{
    color: #364153;    
}
.feature-icon{
    border: 2px solid #E5E7EB;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    width: 64px;
    height: 64px;
}
.feature-icon img{
    width: 32px;
    height: 32px;
}
.feature-title h4{
    font-size: 30px;
}
.solutions ul li{
    list-style: disc;
    text-align: left;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}
.use-case-card .content-1{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/industry-health.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 55px 25px;
    border-radius: 8px;
    border: 1px solid #E5E7EB
}
.use-case-card .content-2{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/industry-manufacturing.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 55px 25px;
    border-radius: 8px;
    border: 1px solid #E5E7EB
}
.use-case-card .content-3{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/industry-corporate.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 55px 25px;
    border-radius: 8px;
    border: 1px solid #E5E7EB
}
.use-case-card .content-4{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/industry-retail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 55px 25px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
}
.use-case-card .content-1 .img-icon, .use-case-card .content-2 .img-icon, .use-case-card .content-3 .img-icon, .use-case-card .content-4 .img-icon{
    background: #FFFFFF1F;
    border: 1px solid #E5E7EB;
}
.use-case-card ul{
    padding-left: 20px;
}
.use-case-card ul li{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.use-case-card ul li::marker{
    color: #EF603E;
    font-size: 20px;
}
.industry-camera{
    border: 2px solid #00163B;
    border-radius: 24px;
    box-shadow: 0px 25px 50px -12px #00000014;
    padding: 50px;
    margin-top: 40px;
}
.industry-camera h4{
    font-size: 36px;
    color: #333333;
    font-weight: 700;
}
.industry-camera button{
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
}
.stats-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.industry-camera .stats-grid .stat-item{ 
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px -1px #0000001A;
    box-shadow: 0px 1px 3px 0px #0000001A;
    padding: 25px 15px;
    border-radius: 16px;
}

/* How it Works */

.how-it-works{
        background: #05101A url(../images/bg-pattern-c.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.step-number{
    background-color: #EF603E;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}
.step-number p{
    margin-bottom: 0px;
}
.step-border{
    border-right: 1px solid #ffffff;
    height: 20px;
    width: 2px;
}
.step-border-l{
    border-right: 1px solid #ffffff;
    height: 30px;
    width: 30px;
}
.step-img{
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.step-img img{
    width: 20px;
    height: 20px;
}
.impact-card{
    background: #FFFFFF00;
    box-shadow: 0px 25px 50px -12px #00000040;
    position: relative;
    border-radius: 24px;
}
.impact-increase, .impact-reduce{
    position: relative;
    overflow: hidden;
}
.impact-increase{
    padding: 50px;
}
.impact-increase .design-right-top{
    position: absolute;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background: #DCFCE780;
    right: -75px;
    top: -80px;
    z-index: -1;
}
.impact-reduce .design-left-top{
        position: absolute;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background: #EF603E33;
    left: -75px;
    top: -80px;
    z-index: 1;
}
.impact-increase .increase-img{
    background: linear-gradient(135deg, #00C950 0%, #00BC7D 100%);
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 16px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.impact-reduce .increase-img{
    background: linear-gradient(135deg, #EF603E 0%, #FF6900 100%);
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border-radius: 16px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.increase-img img{
    width: 35px;
    height: 35px;
}
.head-sec h4{
    font-size: 36px;
}
.head-sec p{
    color: #00A63E;
}
.impact-item{
    background: linear-gradient(90deg, #F0FDF4 0%, #ECFDF5 100%);
    border: 1px solid #B9F8CF;
    border-radius: 16px;
}
.impact-img{
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
}
.impact-reduce .impact-img {
    background: #EF603E33;
}
.impact-img img{
    width: 20px;
    height: 20px;
}
.impact-item p{
    color: #00A63E; 
}
.impact-reduce{
    background: linear-gradient(135deg, #FFE5DF 0%, #FFF6EE 100%);
    padding: 50px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.impact-reduce .impact-item{
    background: #ffffff;
    border: 1px solid #EF603E;
}

/* Security & Privacy */

.security-privacy img:first-child{
    border: 1.88px solid #E5E7EB;
    border-radius: 22px;
    box-shadow: 0px 23.44px 46.88px -11.25px #00000040;
}
.security-privacy img:nth-child(2){
    background: transparent;
    backdrop-filter: blur(5px);
    border-radius: 15px;
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 0px;
    z-index: 1;
    width: 470px;
}
.security-feature{
    border: 1.88px solid #E5E7EB;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 20px;
}
.security-feature h5{
    color: #00163B;
    font-weight: 700;
    font-size: 18px;
}
.security-feature p{
    color: #4A5565;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
}
.security-icon{
    width: 55px;
    height:55px;
}
.security-icon img{
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.privacy-cta{
    background: linear-gradient(135deg, rgba(0, 22, 59, 0.95) 0%, rgba(0, 22, 59, 0.9) 51.14%, rgba(239, 96, 62, 0.85) 100%), url('../images/surveillance-cta.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 70px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.privacy-cta h2, .privacy-cta h3{
    font-size: 48px !important;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 12px;
}
.privacy-cta p{
    font-size: 38px;
        margin-bottom: 25px;
}
.ai-form h1{
    letter-spacing: -4px;

}

/* Forms */

/* Start Your AI Transformation Conversation */


.form-floating input, .form-select, textarea{
    border: 1px solid #000000 !important;
    border-radius: 4px !important;
    padding: 20px 10px 8px 10px !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.form-select {
    color: #999999 !important;
}
.form-select.selected {
    color: #000000 !important;
}
.form-select option {
    color: #000000 !important;
}
textarea.form-control::placeholder {
    color: #999999 !important;
}

.form-floating>label{
    color: #999999 !important;
    font-size: 16px;
    font-weight: 400;
}

.form-floating .form-control:focus ~ label,
.form-floating .form-control:not(:placeholder-shown) ~ label {
    font-size: 12px;
    transform: scale(0.75) translateY(-0.7rem);
    color: #919191 !important;
}
.form-control:focus, .form-select:focus, .form-control:focus{
    border-color: #EF603E !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem #ef603e52 !important;
 
}
.form-floating>.form-control, .form-select, text-area {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2)) !important;
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2)) !important;
    line-height: 1.25 !important;
}


/* Contact  */

.contact-details h3{
    color: #333333;
    font-weight: 500;
    font-size: 38px;
    letter-spacing: -2px;
}

.contact-divider{
    border-top: 1px solid #000000;
    padding-bottom: 20px;
}
.call-us{
    border-right: 1px solid #000000;
    padding-right: 20px;
    height: 70px;
}
.map iframe{
    border: 1px solid #000000;
    border-radius: 8px;
}

/* Modal */
.modal-body img{
    width: 85px;
    height: 85px;
}
.modal-body{
    padding: 40px !important;
}
.modal-body p{
    letter-spacing: -1px;
}
.modal-dialog {
        max-width: 400px !important;
}
.modal-content{
      border-radius: 20px;
}

/* Blogs */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #EF603E !important;
    box-shadow: 0px 4px 6px -4px #0000001A;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff !important;
    padding: 15px 20px;
}
.nav-pills .nav-link{
    color: #364153;
    font-size: 16px;
    font-weight: 500;
}
.nav-link span{
    background: #FFFFFF33;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    padding: 6px;
    width: 30px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.insights-section h1{
    font-size: 72px;
}
.social-media a {
  color: white;
  transition: 0.3s;
}

.social-media a:hover {
  color: #EF603E;
}
.filter-buttons button{
    border: none;
}
.filter-buttons button.active, .filter-buttons button:hover{
    background-color: #EF603E;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    transform: scale(1);
}
.filter-buttons button .active svg, .filter-buttons button:hover svg{
    stroke: #ffffff;
}
.filter-buttons button.active .count, .filter-buttons button:hover .count{
    background: #FFFFFF33;
    color: #ffffff !important;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}
.filter-buttons button{
    border: 1px solid #E5E7EB;
    background-color: #ffffff;
    color: #364153;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
}
.filter-buttons button .count{
    background: #E5E7EB;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}
.blog-card{
    padding: 0px;
    border-radius: 15px !important;
    position: relative;
}
.blog-card img{
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}
.blog-card .card-body .badge{
    position: absolute;
    top: 15px;
    color: #EF603E !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border: none;
    background-color: #ffffff;
    backdrop-filter: blur(4px);
}
.blog-card .card-body h5{
    line-height: 1.5;
}
.blog-card .card-body p{
    color: #4A5565;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 7px;
}
.blog-card .card-body span img{
    width: 15px;
    height: 15px;
}
.blog-card .card-body{
    padding-bottom: 0px !important;
}
.card-footer{
    padding: 20px 16px !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
.card-footer i{
    font-size: 15px;
}
.card-footer span{
    color: #6A7282;
}
.blog-author{
    width: 15px;
    height: 15px;
}

/* Careers */
.hiring-section .row{
    row-gap: 15px;
}
.hiring-section .card{
    border: 1.87px solid #FFE9DA;
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    min-height: 420px;
    width: 100%;
    font-family: 'Inter', 'Segoe UI', sans-serif;
}
.hiring-section .card h3{
    font-size: 22px;
    color: #00163B;
    margin-bottom: 5px;
    line-height: 1.4;
    font-family: 'Inter', 'Segoe UI', sans-serif !important;
    font-weight: 700;
}
input[type="file"].form-control{
    padding-top: 18px !important;
}
.otp-box{
    width: 45px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    border: 1px solid #000000;
    border-radius: 4px;
    outline: none;
}
.otp-box:focus{
    border-color: #EF603E;
    box-shadow: 0 0 0 .25rem #ef603e52;
}
.spin-icon{
    display: inline-block;
    animation: spin 1s linear infinite;
}
@keyframes spin{
    from{ transform: rotate(0deg); }
    to{ transform: rotate(360deg); }
}
.hiring-section .card h5{
    font-size: 15px;
    color: #00163B;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 2px;
}
.hiring-section .card p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 15px;
}
.hiring-section .card .mt-auto{
    margin-top: auto !important;
}
.hiring-section .card .skills-text{
    -webkit-line-clamp: 1;
}
.hiring-section .card span{
    background: #EF603E1A;
    color: #EF603E;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 20px;
    display: inline-block;
    width: fit-content;
}
.share{
    width: 25px;
    height: 25px;
}
.modal-header .btn-close{
    margin: 0px !important;
}
.hiring-section .card:hover{
    border: 1.87px solid #FF6900;
    background: #FFFAF6;
}
.career-modal .modal-header .apply{
    border: 1px solid #EF603E82 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #00163B !important;
    border-radius: 8px !important;
}

/* Privacy Policy */
.article .content p{
    font-size: 20px;
    font-weight: 400;
    color: #364153;
    margin-bottom: 32px;
}
 .article .content li{
    font-size: 20px;
    font-weight: 400;
    color: #364153;
 }
.article .content h3{
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0px;
}
.career-modal .modal-title{
    font-size: 36px;
    margin-bottom: 12px;
}
.career-modal{
    max-width: 800px !important;
    width: 100%;
}
.career-modal .modal-body{
    padding: 20px 30px 30px !important;
}
.career-modal .mb-3{
    margin-bottom: 14px !important;
}
.career-modal input[type="file"].form-control{
    padding-top: 29px !important;
}
.career-modal #captchaCanvas{
    height: calc(3.5rem + 2px) !important;
    width: 140px !important;
}
.career-modal button[onclick*="generateCaptcha"]{
    height: calc(3.5rem + 2px) !important;
}
/* Forms Validation */
.career-modal #position:disabled{
    background-color: #f9f9f9 !important;
    color: #333333 !important;
    opacity: 1 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
    font-weight: 600 !important;
    font-family: 'Inter', 'Segoe UI', sans-serif !important;
}
.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
    border-color: #EF603E !important;
    box-shadow: 0 0 0 .25rem rgba(239,96,62,0.15) !important;
    background-image: none !important;
}
.was-validated .form-control:valid,
.was-validated .form-select:valid {
    border-color: #000000 !important;
    box-shadow: none !important;
    background-image: none !important;
}
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .form-select ~ .invalid-tooltip {
    display: block;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    padding: 4px 10px;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    background-color: #EF603E;
    border-radius: 4px;
}
.was-validated .form-floating > .form-control:invalid ~ label {
    color: #EF603E !important;
}

/* Responsive */
@media (max-width: 768px) {
   h1 {
        font-size: 2rem !important;
    }
    h2{
        font-size: 30px !important;
    }
    p {
        font-size: 15px !important;
    }
    .hero .fs-4 {
        font-size: 1rem !important;
    }
    .fs-md-6{
        font-size: 15px !important;
    } 
    .hero p{
        width: 100%;
    }     
    .btn-bg, .btn-outline{
        padding: 4px 8px;
    }
    .btn-bg a, .btn-outline a{
        font-size: 12px !important;
    }
    .section-title {
        font-size: 30px !important;
        letter-spacing: 0px;
    }
    .hero h3 {
        font-size: 22px;
        letter-spacing: 0px;
    }
    .systems {
        padding: 0rem 0 !important;
    }
    .systems > .container > p {
        letter-spacing: 0px;
        font-size: 18px !important;
    }
    .cards-grid{
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 1rem;
    }
    .card-2, .card-4{
        margin-top: 0px;
    }
    .ai-systems, .expertise-side{
        margin-top: 30px;
    }
    .ai-systems, .expertise, .traditional-controls{
        padding: 2rem 1rem;
    }
    .thinking p {
        letter-spacing: 0px;
    }
    .split p{
        font-size: 18px !important;
    }
    .thinking ul li{
        font-size: 16px;
    }
    .service{
        margin-bottom: 15px;
    }
    .sec-two h4{
        font-size: 18px !important;
    }
    .expertise-side .sec-three ul li, .sec-two p{
        font-size: 16px !important;
    }
    .thinking #myVideo, .future-building #myVideo{
        height: 550px;
    }
    .industries, .final-cta, .snc-built, .way-we-think, .makes-different {
        padding: 2rem 0;
    }
    .features, .security p{
        padding-left: 0px !important;
    }
    .security {
        padding: 0rem 0;
    }
    .cta #myVideo{
        height: 450px;
    }
    .final-cta-content-side h2{
        font-size: 30px !important;
    }
    .final-cta-image{
        height: auto;
    }
    .final-cta-content-side p{
        margin-bottom: 15px;
    }
    footer{
        padding-top: 2rem;
    }
    .footer-widget{
        padding-bottom: 20px;
    }
    footer h3 {
        font-size: 30px;
    }
    .traditional-controls p{
        width: 100%;
    }
    .light-text{
        font-size: 15px !important;
    }
    .control-box{
        width: 100%;
        margin-bottom: 30px;
    }
    .control-box h3 {
        font-size: 20px;
    }   
    .built-card{
        margin-bottom: 20px;
    }
    .think-card h4 {
        font-size: 25px;
    }
    .think-card .number {
        width: 40px;
        height: 40px;
    }
    .think-card {
        margin-bottom: 2rem;
    }
    .think-card:last-child {
        margin-bottom: 0rem;
    }
    .icon-box img {
        width: 25px;
        height: 30px;
    }
    .icon-box{
        width: 50px;
        height: 50px;
    }
    .different-card, .team-card{
        padding: 1.5rem;
    }
    .different-card .icon-box, .different-card h4{
        margin-bottom: 1rem;
    }
    .domain-text{
        padding: 0rem !important;
    }
    .team-banner h3{
        width: 100%;
        font-size: 25px;
    }
    .future-building h2 {
        font-size: 30px !important;
    }
    /* .stats {
        flex-direction: column;
        gap: 1rem !important;
    } */
    .stats div{
        padding-right: 0px;
        padding-left: 0px;
    }
    .nav-links {
        flex-direction: column;
        gap: 1rem;
    }
    .traditional-audit p{
        margin-bottom: 0px;
    }
    .traditional-audit .card{
        padding: 15px;
    }
    .traditional-audit i{
        top: 28px;
        left: 15%;
    }
    .traditional-audit .alert{
        width: 100%;
        padding: 30px;
    }
    .traditional-audit .alert h4, .traditional-audit .alert span{
        font-size: 25px;
    }
    .traditional-audit .alert .count h5 {
        font-size: 20px;
    }
    .count div{
        padding-right: 15px;
    }
    .integrations{
        width: 100%; 
        margin: auto;
        padding: 0rem; 
    }
    .intelligence-layer p{
        font-size: 15px !important;
    }
    .intelligence-layer hr{
        margin: auto !important;
    }
    .integration-box{
        padding: 0.5rem;
    }
    .intelligence-layer .integration-box:first-child, .intelligence-layer .integration-box:nth-child(3),.intelligence-layer .integration-box:last-child{
        font-size: 20px;
    }
    .intelligence-layer .integration-box:first-child svg, .intelligence-layer .integration-box:nth-child(3) svg,.intelligence-layer .integration-box:last-child svg{
        width: 20px;
    }
    .intelligence-layer ul{
        width: 100% !important;
    }
    .intelligence-layer .card{
        width: 100%;
    }
    .intelligence-layer .card img {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    .intelligence-layer .card h4 {
        font-size: 30px !important;
    }
    .intelligence-layer .card .badge{
        font-size: 12px !important;
    }
    .divider{
        padding: 0px 0px !important;
        justify-content: center;
    }
    .divider .dot{
        display: none;
    }
    .divider hr {
        width: 2px !important;
        height: 70px !important;
        border: 1px solid #EF603E80 !important
    }
    .operators{
        margin-top: 50px;
    }
    .card-grid{
        width: auto;
    }
    .card-grid .card h5 {
        font-size: 20px;
    }
    .card-grid .card{
        padding: 15px 7px;
    }
    .split, .card-grp {
        grid-template-columns: 1fr;
    }
    
    .industry-tags {
        flex-direction: column;
    }
    .model-control{
        padding-bottom: 40px;
    }
    .card-grp .card{
        padding: 10px;
    }
    .dasboard{
        margin-top: 0px;
    }
    .technology-section .video-container #myvideo{
        height: auto !important;
    }
    .technology-text p{
        width: 100%;
    }
    .platform-features{
        height: auto;
    }
    .audit-work{
        padding: 25px;
        height: auto;
    }
    .audit-work p{
        width: 100%;
    }
    .what-we h3{
        font-size: 35px;
    }
    .why-this h2 span{
        font-size: 30px;
    }
    .vs-badge{
        font-size: 50px;
        width: 50px;
        height: 50px;
    }
    .tally-bridge{
        padding: 40px 20px;
    }
    .cta-section .video-container #myVideo{
        height: auto !important;
    }
    .muted-card, .problem-card{
        margin-top: 20px;
        height: auto;
        padding: 25px;
    }
    .problem-card .problem-round{
        padding: 12px 15px; 
        width: 50%;
    }
    .feature-icon{
        width: 50px;
        height: 50px;
    }
    .feature-icon img {
        width: 25px;
        height: 25px;
    }
    .feature-title h4 {
        font-size: 24px;
    }
    .solutions ul li{
        font-size: 16px;
    }
    .solutions .list-unstyled{
        padding-left: 2rem;
    }
    .solutions p{
        font-size: 15px !important;
    }
    .industry-camera{
        padding: 30px;;
    }
    .industry-camera h4{
        font-size: 30px;
    }
    .security-privacy img:nth-child(2){
        width: 300px;
    }
    .privacy-cta h2, .privacy-cta h3{
        letter-spacing: 0px;
    }
    .privacy-cta{
        padding: 30px 0px;
    }
    .img-icon{
        width: 40px;
        height: 40px;
    }
    .img-icon img {
        width: 17px !important;
        height: 17px !important;
    }
    .icon-section h4{
        font-size: 15px !important;
    }
    .icon-section ul li{
        font-size: 12px;
    }
    .image-section .img-sec img{
        height: 200px;
        margin-bottom: 0px;
    }
    .unique h3 {
        font-size: 30px;
    }
    .unique p {
        letter-spacing: 0px;
    }
    .unique{
        padding: 25px 0px;
    }
    .career-modal .modal-title {
        font-size: 25px;
    }
    .ai-form h1{
        letter-spacing: 0px;
    }
}