.globalNav,
.nav-mobile {
  position: fixed;
  background: #fff;
  
}


.globalNav {
  font-family: Poppins, sans-serif;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  height: 90px;
  perspective: 2000px;
  width: 100%;
}
.navbarvads{
  width: 100%;
  justify-content: center;
  align-items: center;
}
.globalNav .navRoot,
.globalNav ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.globalNav li {
  list-style: none;
}
.globalNav .rootLink.link-active,
.globalNav .rootLink:hover,
.nav-mobile ul li .nav-item-link:hover{
  color: rgb(var(--primary-500));
}
.globalNav > .container-fluid {
  width: 100%;
  padding: 18px 40px;
}
.globalNav .logo .rootLink{
  padding: 0;
}
.globalNav .navSection.logo a:hover{
  color: #252b33;
}
.globalNav.initialized .dropdownRoot {
  display: block;
}
.globalNav .navSection.secondary .rootLink > * {
  display: inline-block;
  color: #fff;
  margin-left: 8px;
  background: 0 0;
  transition: 0.3s ease-in-out !important;
}
.globalNav .rootLink {
  display: inline-block;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  margin: 0;
  padding: 7px 25px;
  color: #252b33;
  text-decoration: none;
}
  .globalNav .rootLink .img-fluid{
    border-radius: 0px !important;
  }
.globalNav .rootLink.btn-orange {
  padding: 12px 20px;
  background: rgb(var(--primary-500));
  border-radius: 50px;
  display: flex;
  align-items: center;
  color: #fff;
}
.globalNav .rootLink > * {
  position: relative;
  display: block;
}
.globalNav .dropdownRoot {
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 75px;
  pointer-events: none;
  transform: rotateX(-15deg);
  transform-origin: 50% -50px;
  opacity: 0;
  transition-duration: 0.25s;
  display: none;
}
.globalNav.dropdownActive .dropdownRoot {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.globalNav .dropdownBackground {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow:
    0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3),
    0 -18px 60px -10px rgba(0, 0, 0, 0.025);
  width: 380px;
  height: 400px;
  transform: translateX(0);
  transform-origin: 0 0;
}

/* .mb-nav-sec.mb-menu-open .mb-main-logo,
.send-message-img .light-mode-img {
  display: none;
} */

.globalNav.sticky .logo,
.globalNav.sticky .secondary {
  display: none;
}


.globalNav .ctn-btn {
  width: 0;
  height: 45px;
  white-space: nowrap;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  border-radius: 40px;
  border: none;
  padding: 0 !important;
  overflow: hidden;
}

.globalNav li.secondary {
  width: 197px;
}
.globalNav li.logo {
  width: 140px;
}
.globalNav.sticky li.logo,
.globalNav.sticky li.secondary {
  pointer-events: none;
}
.globalNav li.primary {
  background: rgb(255 255 255 / 80%);
  padding: 5px;
  border-radius: 40px;
}
.globalNav.sticky li.primary {
  border: 1px solid rgba(17, 24, 28, 0.07);
  flex-shrink: 0;
  overflow: hidden;
  backdrop-filter: blur(50px);
  box-shadow: 0 19px 16px -24px rgba(0, 0, 0, 0.5);
  position: absolute;
  /* left: 15% !important;
  top:15%; */
  z-index: 999 !important;
}
.globalNav.sticky .ctn-btn {
  width: 45px;
  margin-left: 25px;
}
.globalNav.sticky {
  background: 0 0;
  position: fixed !important;
}
.mb-logo {
  width: 0;
  height: 50px;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0, 0, 0, 1);
  left: -100%;
  position: relative;
  opacity: 0;
}
.globalNav.sticky .mb-logo {
  width: 50px;
  margin: 0 14px 0 0;
  flex-shrink: 0;
  left: 0;
  transition: 0.6s cubic-bezier(0, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}


@media screen and(max-width:1400px) {
  .globalNav .rootLink {
    font-size: 14px;
  }
  .globalNav.sticky .ctn-btn {
    height: 40px;
  }
}
@media screen and(max-width:1280px) {
  .globalNav.sticky .rootLink {
    padding: 7px 10px;
  }
}
@media screen and(max-width:1199.99px) {
  .globalNav .rootLink {
    height: auto;
    padding: 7px 20px;
  }
}
/* @media screen and (min-width: 1480px) and (max-width: 1920px) {
  .globalNav.sticky li.primary {
  
    position: absolute;
    left: 23% !important;
    top: 15%;
    z-index: 999 !important;
  }
} */
@media screen and(max-width:1024px) {
  .globalNav {
    display: none !important;
  }
  .nav-mobile {
    display: flex !important;
  }
  .globalNav > .container-lg {
    padding: 15px;
  }
  .globalNav .item-home svg {
    width: 90px;
  }
  .globalNav .rootLink {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 22px;
  }
  .globalNav .rootLink > * {
    max-width: 90px;
  }
}

.nav-mobile {
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: auto;
  font-size: 18px;
  list-style-type: none;
  z-index: 9999991;
}

.mb-rootLink,
.nav-mobile ul {
  position: fixed;
  left: -420px;
  list-style: none;
}
.nav-mobile:after {
  content: "";
  display: table;
  clear: both;
}

.mob-nav-header {
  display: flex;
  width: 100%;
  height: 60px;
  background-color: #fff;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.nav-mobile ul {
  display: inline-block;
  top: 59px;
  background-color: #fff;
  max-width: 420px;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 9999991;
  padding: 0;
  margin: 0;
  transition: 0.3s cubic-bezier(0, 0, 0.58, 1);
  overflow: auto;
}

.nav-mobile ul li .nav-item-link .fa.icon-file-add {
  position: inherit;
  color: #252b33 !important;
  margin-left: 10px;
  font-size: 14px;
}
.nav-mobile ul li .nav-item-link .fa{
  font-size: 18px;
  position: absolute;
  right: 0;
  margin: 0;
}
.nav-mobile .menu-sidebar.open {
  left: 0;
  transition: 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.nav-mobile ul.sub-nav.open li .fa {
  font-size: 12px !important;
  margin: 0 7px;
  color: #252b33 !important;
}

.mob-nav-overlay.open {
  position: fixed;
  top: 60px;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}
.mb-rootLink {
  bottom: 15px;
  transition: 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.menu-sidebar.open .mb-rootLink {
  left: 15px;
}
.mb-rootLink .btn-orange {
  padding: 14px 20px;
  /* background: rgb(var(----)) !important; */
  color: #000 !important;
  border-radius: 50px;
}

.mb-nav-sec,
.menu-button {
  align-items: center;
  display: flex;
  width: 100%;
}
.menu-button {
  cursor: pointer;
  overflow: hidden;
  width: 25px;
  height: 20px;
  position: relative;
  justify-content: center;
  background-color: transparent;
}
.menu-button .line-toggle {
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background: #252b33;
  border-radius: 5px;
  transition: 0.6s;
}
.menu-button .line-toggle:first-child {
  transform: translateY(-6px) translateX(-4px);
  width: 17px;
  transition-delay: 0s;
}
.menu-button .line-toggle:nth-child(2) {
  transition-delay: 0.12s;
}
.menu-button .line-toggle:last-child {
  transform: translateY(6px) translateX(-4px);
  width: 17px;
  transition-delay: 0s;
}
.menu-button.open .line-toggle:first-child {
  background: #252b33;
  transform: translateY(0) translateX(0) rotate(45deg);
  width: 25px;
  height: 2px;
  transition-delay: 0.1s;
}
.menu-button.open .line-toggle:nth-child(2) {
  transform: translateX(30px);
  transition-delay: 0s;
}
.menu-button.open .line-toggle:last-child {
  background: #252b33;
  transform: translateY(0) translateX(0) rotate(314deg);
  width: 25px;
  height: 2px;
  transition-delay: 0.1s;
}

.mb-logo-btn-sec {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  flex-direction: row-reverse;
}
.mb-main-logo {
  /* margin-left: 15px; */
  line-height: 0;
}
.mb-main-logo .mobile-logo {
  display: inline-flex;
}
@media (min-width: 1025px) {

.nav-mobile{
    display: none !important;
  }
    .img-fluid {
    max-width: 100%;
    height: auto;
    max-height: 600px !important;
    /* border-radius: 20px; */
}
}
@media (max-width: 1024px) {

.globalNav{
    display: none !important;
  }

}
  /* 🎬 Video Card */
    .video-container {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: 470px;
      padding-top: 56.25%; /* 16:9 ratio */
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
      background: #000;
    }

    .video-container video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 25px;
      color: #fff;
      background: rgba(0,0,0,0.6);
      border-radius: 50%;
      padding: 12px 20px;
    }

    /* 🔥 Popup Modal */
    .video-modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.85);
      justify-content: center;
      align-items: center;
    }

    .video-modal-content {
      position: relative;
      width: 90%;
      max-width: 900px;
    }

    .video-modal video {
      width: 100%;
      max-height: 80vh;
      border-radius: 8px;
      background: #000;
    }

    /* .close-btn {
      position: absolute;
      top: -40px;
      right: 0;
      font-size: 35px;
      color: white;
      cursor: pointer;
    } */
    .owl-nav {
  display: none !important;
}
  ul {
      padding-left: 18px;
    }

    ul li {
      margin-bottom: 8px;
      font-size: 1rem;
    } 
    .letscontent a {
      color: #000 !important;
      text-decoration: none;
    }
    .allimage{
      padding: 9px 40px;
      height: 100%;
      max-height: 110px !important;
    }
    .contact-option h4{
      color: #000 !important;
    }
    .case-hero{
    background:#efefef;
    min-height:500px;
    padding:160px 0 70px;
}

.hero-title{
    font-size:2.9rem;
    font-weight:700;
    color:#333;
}

.hero-subtitle{
    color:#666;
    margin-top:10px;
    font-size:1.3rem;
    font-weight: 500;

}

.case-content .container-fluid{
  text-align: start !important;
}
/* CASE CONTENT */

.case-category{
    font-size:1.3rem;
    color:#444;
    margin-bottom:10px;
    font-weight: 500;
}

.case-title{
    font-size:2.2rem;
    font-weight:700;
    color:#222;
}


/* RESPONSIVE */

@media (max-width:768px){

.hero-title{
    font-size:36px;
}

.case-title{
    font-size:26px;
}
    .case-hero{
    background:#efefef;
    min-height:350px;
    padding:130px 0 50px;
}

}

@media (max-width:480px){

.hero-title{
    font-size:28px;
}

.hero-subtitle{
    font-size:14px;
}

.case-title{
    font-size:1.2rem;
}
    .case-hero{
    background:#efefef;
    min-height:250px;
    padding:80px 0 20px;
}
.mobile-title {
    font-size: 1.3rem !important;
}

.solution-titles {
    font-size: 1.3rem !important;
}
.feature-list li {
text-align: start !important;
justify-content: flex-start !important;
}
.feature-list {
    text-align: start !important;
}
.result-list {
    padding-left: 10px !important;
}
.challenge-list {
    padding-left: 5px !important;
}
}
.overview-section .container-fluid{
    background:#ffffff;
    text-align: start;
}

.overview-title{
    font-size:2.5rem;
    font-weight:700;
    color:#222;
}

.overview-text{
    font-size:1.1rem;
    color:#666;
    line-height:1.5;
   margin-bottom: 5px;
}

/* Responsive */

@media (max-width:768px){

.overview-title{
    font-size:1.5rem;
}

.overview-text{
    font-size:1rem;
}

}
.business-challenge .container-fluid{
  text-align: start !important;

}

.challenge-title{
    font-size:2.5rem;
    font-weight:700;
    margin-bottom:20px;
}

.challenge-desc{
    font-size:1.1rem;
    color:#666;
    line-height:1.8;
    font-style:italic;
}

.challenge-subtitle{
    font-weight:600;
    margin-bottom:15px;
}

.challenge-list{
    padding-left:18px;
}

.challenge-list li{
    margin-bottom:8px;
    color:#555;
}

.challenge-footer{
    margin-top:20px;
    color:#666;
    font-size:1.1rem;
}

/* Responsive */

@media (max-width:768px){

.challenge-title{
    font-size:1.5rem;
    margin-bottom: 5px;
    line-height: 1.4;
}

.challenge-desc{
    font-size:1.1rem;
}

}


.solution-titles{
    font-size:36px;
    font-weight:700;
}

.solution-subtitle{
    color:#666;
    font-size:15px;
}

.solution-box{
    background:#fff;
    border:1px solid #ddd;
    padding:20px;
    border-radius:6px;
    font-size:16px;
    font-weight:500;
    transition:0.3s;
    text-align: start;
}

.solution-box:hover{
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

/* Footer text */

.solution-footer{
    font-size:14px;
    color:#777;
}

/* Responsive */


/* .platform-features{
background:#f7f7f7;
} */

.section-title{
font-size:2.5rem;
font-weight:700;
}

.section-desc{
max-width:750px;
margin:auto;
color:#666;
font-size:1.1rem;
}

.mobile-title{

font-size:2.5rem;
font-weight:700;
}

/* Phone Images */

.phone-img{
width:400px;
}

.phone1{
position:relative;
z-index:2;
/* margin-right:-50px; */
}



/* Feature list */

.feature-list{
list-style:none;
padding-left:0;
}

.feature-list li{
margin-bottom:12px;
font-size:1.1rem;
color:#444;
position:relative;
padding-left:20px;
}
.feature-list li:before{
content:"▶";
position:absolute;
left:0;
font-size:1rem;
top:3px;
}

/* Bottom frames */

.frame-img{
width:250px;
/* opacity:0.9; */
}

.features-section .feature-list{
  text-align: start !important;
}
/* Responsive */

@media (max-width:768px){

.section-title{
font-size:1.5rem;
}

.mobile-title{
font-size:1.5rem;
}

.phone-img{
width:180px;
}

.frame-img{
width:90px;
}

}

.laptop-img{
max-width:300px;
}

.feature-list{
list-style:none;
padding:0;
}



.preview-card{
background:#fff;
padding:10px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.preview-card:hover{
transform:translateY(-5px);
box-shadow:0 15px 35px rgba(0,0,0,0.12);
}
.ai-section{
background:#ffffff;
}



.ai-card{
background:#fff;
border:1px solid #e5e5e5;
border-radius:10px;
padding:28px;
height:100%;
transition:0.3s;
text-align: start;
}

.ai-card h5{
font-weight:600;
margin-bottom:8px;
}

.ai-card p{
color:#777;
font-size:14px;
margin:0;
}

.ai-card:hover{
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transform:translateY(-3px);
}
.admin-section{
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.results-section{
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.results-section .mobile-title{
 text-align: start;
}

.results-section .subtext{
 text-align: start;
}
.admin-card{
display:flex;
justify-content:space-between;
align-items:center;
border:1px solid #ddd;
padding:18px 22px;
border-radius:8px;
background:white;
transition:0.3s;
}

.admin-card:hover{
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transform:translateY(-3px);
}

.admin-card span{
font-size:1.1rem;
font-weight:500;
}

.arrow{
font-size:1.2rem;
}


/* Technology Stack */

.tech-card{
border:1px solid #ddd;
border-radius:8px;
padding:22px;
background:white;
height:100%;
transition:0.3s;
text-align: left;
}

.tech-card:hover{
box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.tech-card h5{
font-weight:600;
margin-bottom:12px;
}

.tech-card ul{
padding-left:18px;
margin:0;

}

.tech-card li{
color:#666;
font-size:1.1rem;
margin-bottom:6px;
justify-content: flex-start !important;
}
.security-section{
background:white;
}

.security-img{
max-width:420px;
}

.security-cards{
border:1px solid #ddd;
border-radius:8px;
padding:18px 22px;
margin-bottom:18px;
background:#fff;
font-size:1.1rem;
transition:0.3s;
text-align: start !important;
}

.security-card:hover{
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transform:translateY(-3px);
}
.result-img{
max-width:320px;
}

.result-list{
padding-left:18px;
}

.result-list li{
margin-bottom:8px;
font-size:1.1rem;
color:#666;
text-align: start;
}



/* Business Benefits */

.benefit-cards{
display:flex;
justify-content:space-between;
align-items:center;
border:1px solid #ddd;
padding:18px 22px;
border-radius:8px;
background:white;
transition:0.3s;
}

.benefit-cards:hover{
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transform:translateY(-3px);
}

.arrow{
font-size:1.4rem;
}



/* Conclusion */

.conclusion-section{
background:white;
}
.conclusion-section .mobile-title{
  text-align: start;
}
.conclusion-section p{
font-size:1.1rem;
line-height:1.7;
text-align: start;
}
.webapp{
  max-height: 350px !important;
  width: 100%;
}
@media (max-width:768px){

.solution-titles{
    font-size:28px;
}

.solution-box{
    font-size:15px;
    padding: 10px;
}
.solution-box h5{
    font-size:15px;
  
} 
.admin-card{
  padding: 10px !important;
}
.security-cards{
  padding: 10px !important;
}
.benefit-cards{
  padding: 10px;

}
.security-img {
    max-width: 270px;
}
.result-img {
    max-width: 250px;
}
.tech-card ul {
    padding-left: 3px;
    margin: 0;
}


.result-list li {
    justify-content: flex-start;
}
.feature-list{
  padding-left: 15px;
 
}
.tech-card {
   
    padding: 18px;
 list-style: none;
}
.ai-card {
   
    padding: 12px;

}
.challenge-list li {
    margin-bottom: 8px;
    color: #555;
    justify-content: flex-start !important;
}
}