.btn-btl {
  padding: 0 !important;
  font-size: 14px !important;
}

.bg-gradient-flamingo-amethyst-green {
  background-image: linear-gradient(to right, #d80058, #f14687, #d80058 #d80058, #f14687);
}

/* bg color */
.bg-cabaret-red {
  background-color: #d94f6f;
}

.bg-ghost-white {
  background-color: #F4F6FF;
}

.bg-cosmic-latte-white {
  background-color: #F2FBF9;
}

.bg-chablis-red {
  background-color: #FEF3F5;
}

.bg-lavender-violet {
  background-color: #F5EDFC;
}

.bg-clear-green {
  background-color: #E9F6F5;
}

.bg-linen-white {
  background-color: #FBF3EE;
}

.bg-lavender-violet-light {
  background-color: #ECF7FC;
}

.bg-midnight-blue {
  background-color: #242e45;
}

.p-swiper-slider {
  padding: 2% 0;
}

.pie-chart-bg {
  margin: 0;
  position: absolute;
  z-index: -1;
  left: -44px;
  top: -100px;
  max-width: 100%;
}

/* Smooth video playback optimization */
video {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: transform;
}

.btn.btn-big {
  font-size: 22px;
  background-image: linear-gradient(to right, #d80058, #f14687, #d80058);
  background-size: 200% 200%;
  color: var(--white);
  -webkit-animation: footeranimatedgradient 10s ease infinite alternate;
  animation: footeranimatedgradient 10s ease infinite alternate;
}

.btn-gradient-bp {
  background-image: linear-gradient(to right, #d80058, #f14687, #d80058);
  background-size: 200% auto;
  color: var(--white);
}

.btn-simple-bp {
  background-size: 200% auto;
  color: var(--white);
  border: 2px solid #ffffff;
}

.btn-simple-bp:hover {
  border: 2px solid !important;
  color: #ffffff !important;
}


.btn-gradient-primary {
  background-image: linear-gradient(to right, #034c55, #078393, #034c55);
  background-size: 200% auto;
  color: var(--white);
}

.yt-btn-gradient-bp {
  background-image: linear-gradient(50deg, #005f6a 0, #00e1ff 100%);
}

.btn.btn-big:active {
  border-color: transparent;
  color: #fff;
}

.btn.btn-switch-text.btn-big>span {
  padding: 12px 20px;
}

.text-light-blue {
  color: #ebeef5 !important;
}

.tab-style-bp .nav-tabs>li.nav-item {
  margin: 0 10px !important;
  padding: 8px 10px !important;
}

.stack-box-bop-tytle {
  position: sticky;
  top: 9vh;
  z-index: 9999;
  padding: 2rem 0;
  background: #ecf6f8;
  border-bottom: 2px solid #bedee4;
}

.stack-item-wrapper-bop {
  height: 90vh !important;
}

.pricing-table-style-04 .accordion-item.active-accordion {
  padding: 30px 40px;
  background-color: #00899a !important;
  color: var(--white) !important;
}

.bg-primary-light {
  background-color: #ecf6f8;
}

.bg-secondry {
  background-color: #084c55;
}

.bg-tertary-gradient {
  background-image: linear-gradient(to right, #d80058, #f14687, #d80058);
}

.border-tertary-2px {
  border: 2px solid #d80058;
}

.border-secondry-2px {
  border: 2px solid #084c55;
}

.border-tertary-4px {
  border: 4px solid #d80058;
}

.border-secondry-4px {
  border: 4px solid #084c55;
}

.text-secondry {
  color: #084c55;
}

.bg-secondry-gradient {
  background-image: linear-gradient(to right, #034c55, #078393, #034c55);
}

.border-secondry-y {
  border-bottom: 2px solid #078393;
  border-top: 2px solid #078393;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link {
  color: var(--dark-gray);
}


/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
  background-color: var(--dark-gray);
  top: 85% !important;
  margin-top: -10px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
  opacity: .5;
}

/* Show dropdown arrow icon for About Us */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .nav-link .dropdown-toggle {
  display: inline-block !important;
  margin-left: 6px;
  font-size: 12px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

/* Hide Bootstrap's default dropdown arrow (the small one) */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .nav-link .dropdown-toggle::after {
  display: none !important;
}

/* Rotate arrow to up when dropdown is hovered or shown */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02:hover .nav-link .dropdown-toggle,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02.open .nav-link .dropdown-toggle,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .nav-link .dropdown-toggle[aria-expanded="true"] {
  transform: rotate(180deg);
}

/* Footer LinkedIn icon - make it 2x bigger */
footer .elements-social .social-list li a.linkedin i {
  font-size: 1.5em !important;
}

/* Footer LinkedIn icon hover - change to pink like other footer links */
footer .elements-social .social-list li a.linkedin:hover,
footer .elements-social .social-list li a.linkedin:hover i {
  color: var(--tertary-color) !important;
  transition: color 0.3s ease;
}

.hidden {
  display: none;
}

.hidden {
  display: none;
}

.btn-primary {
  padding: 10px 15px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #0056b3;
}

#navbar a.active {
  color: #078393;

}

.banner-section {
  width: 100%;
  height: 100vh;
  background-image: url("/images/home-1-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;

}

.banner-title-header {
  text-align: center;
  margin-top: -50px;
}

.banner-title-header h1 {
  font-size: 64px;
  font-family: var(--primary-font);
  font-weight: 600;
}

.banner-main {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

.banner-box {
  width: 32%;
  height: 100vh;

}

.banner-box img {
  margin-top: 300px;
}

.banner-box-text {
  width: 90%;
  margin: auto;
  height: 200px;
  margin-bottom: 10px;
  background-color: #078393;
}

.banner-main-section {

  background-image: url("/images/home-1-logo-bg.png");
  width: 550px;
  height: 550px;
  background-size: cover;
  top: 50%;
  /* Move to the middle of the viewport */
  left: 50%;
  /* Move to the middle of the viewport */
  transform: translate(-50%, -50%);
  position: absolute;
}

.banner-box-logo {

  top: 50%;
  /* Move to the middle of the viewport */
  left: 50%;
  /* Move to the middle of the viewport */
  transform: translate(-50%, -50%);
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-box-logo img {
  position: absolute;
  top: 100px;
  right: 120px;
  width: 250px;
  height: 250px;
}


.banner-text-section {}

.banner-text-1 {
  width: 300px;
  height: 100px;
  position: absolute;
  left: 550px;
  top: 150px;
}

.banner-text-2 {

  position: absolute;
  top: 250px;
  left: -100px;
}

.banner-text-3 {

  position: absolute;
  top: 500px;
  left: -30px;
}

.banner-text-4 {
  position: absolute;
  top: 650px;
  left: 400px;
}

.banner-text-5 {
  position: absolute;
  top: 492px;
  left: 785px;
}

.banner-text-6 {

  position: absolute;
  top: 223px;
  left: 829px;
}

.banner-text-7 {
  position: absolute;
  top: -7px;
  left: 725px;
}

.banner-main-section {
  margin-bottom: 20px;
}

.banner-text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-text {
  width: 300px;
  height: 150px;
  background-color: #aad0ed;
  color: #50565c;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  border: 4px solid whitesmoke;
  border-radius: 17px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  font-weight: 500;
}

#typing-effect {
  white-space: pre-wrap;
  /* Preserve spaces and line breaks */
}

.text-highlight {
  font-size: 72px !important;
  letter-spacing: 2px;
  margin-bottom: 9px !important;
  text-transform: uppercase;
}

.hero-right-box {
  top: -12rem;
}

.hreo-right-box-img-2 {
  left: 10rem;
}

.popup-case-study {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 513px;
  height: 898px;
  padding: 20px;
  border-radius: 10px;

}

.blog-header-color {
  color: #078393;
  font-weight: 300;
  font-size: 18px;
}

.blog-customer-bg {
  background-color: #020c0e;
}

.swiper-section-one {
  padding: 0;
}

.swiper-section-one .bg-image-one {
  top: -336px;
  opacity: 40%;
  transition-duration: 300ms;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-section-one .bg-image-two {
  top: 680px;
  opacity: 80%;
  transition-duration: 300ms;
  transform: translate3d(0px, 0px, 0px);
}

.btn.btn-switch-text.btn-extra-large>span {
  padding: 12px 30px !important;
}

.feature-box-content {
  margin-bottom: 2px;
}

.feature-box-content p {
  margin-bottom: 5px;
}

.p-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.hero-title {
  font-size: 3rem;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: var(--primary-font);
}

.hero-title-box {
  height: 260px;
}

.hero-title-2-0 {
  font-size: 9rem;
  line-height: normal;
  color: #ffffff;
  letter-spacing: -1px;
  font-family: var(--primary-font);
  font-weight: 700;
  margin-bottom: 0;
}

.hero-title-color-one {
  color: #ffffff;
}

.hero-title-color-two-o {
  color: #F14687 !important;
}

.hero-title-color-two {
  color: #ffffff !important;
}

html {
  scroll-padding-top: 90px;
}

.open {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

a:hover {
  color: var(--tertary-color);
  text-decoration: none;
}

.section-p-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.data-space-ul-li ul li {
  margin-bottom: 25px !important;
}

.side-sticky-section {
  position: sticky;
  top: 90px;
}

header .navbar-brand img {
  max-height: 40px;
}

.testimonial {
  background-color: var(--primary-color);
  background-image: url(../img/testimonial.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-title-2-0 {
  line-height: 1;
}

.txt {
  color: #034C55;
}

.txt-tertiary {
  color: #F14687 !important;
}

.swiper-nav-top-right {
  position: absolute;
  top: 20px;
  right: 14rem;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.swiper-slide-counter {
  background: rgba(26, 26, 46, 0.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 60px;
  text-align: center;
  line-height: 40px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  box-sizing: border-box;
  gap: 4px;
}

.swiper-slide-counter .swiper-current-slide,
.swiper-slide-counter .swiper-total-slides {
  display: inline-block;
  margin: 0 2px;
}

.swiper-slide-counter .swiper-slash {
  display: inline-block;
  opacity: 0.8;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-previous-nav,
.swiper-button-next-nav {
  position: static !important;
  border-radius: 50%;
  height: 40px !important;
  width: 40px !important;
  min-height: 40px !important;
  min-width: 40px !important;
  max-height: 40px !important;
  max-width: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  flex-shrink: 0;
  transform: none !important;
  -webkit-transform: none !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.swiper-button-previous-nav i,
.swiper-button-next-nav i {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.swiper.testimonials-style-04 {
  position: relative;
}

.brain-container {
  position: relative;
  width: 300px;
  margin: auto;
}

.brain-img {
  width: 100%;
}

/* Shared Gear Style */
.gear {
  position: absolute;
  transform-origin: center center;
  /* Ensure center rotation */
  will-change: transform;
  /* Hint to GPU for smoother animation */
  animation: rotate 6s linear infinite;
}

/* Gear positions */
.pink-gear {
  top: 70%;
  left: 6%;
  animation-delay: 0s;
  width: 64px;
  height: 64px;
}

.blue-gear {
  top: 20%;
  left: 73%;
  animation-delay: 0.5s;
  animation-direction: reverse;
  width: 80px;
  height: 80px;
}

/* Rotation Keyframes */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.stats .stat {
  background: var(--bg-elev, #fff);
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 14px;
  padding: 18px 12px;
  height: 100%;
  box-shadow: var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, .06));
}

.stats .stat-value {
  /* Scales nicely from small phones to desktop */
  font-weight: 700;
  line-height: 1;
  letter-spacing: .5px;
  font-size: clamp(22px, 7vw, 34px);
  color: var(--text, #111827);
  white-space: nowrap;
}

.stats .stat-value sup {
  font-size: .55em;
  top: -0.3em;
  position: relative;
  margin-left: 2px;
  opacity: .85;
}

.stats .stat-label {
  margin-top: 6px;
  font-size: clamp(11px, 3.2vw, 14px);
  line-height: 1.25;
  color: var(--muted, #6b7280);
}

/* Unified counter section styles - combining web animation with mobile design */
.counter-section .stat {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 20px 15px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.counter-section .stat:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}

.counter-section .stat-value {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  color: var(--dark-gray);
  white-space: nowrap;
  margin-bottom: 8px;
}

.counter-section .stat-value sup {
  font-size: 0.55em;
  top: -0.3em;
  position: relative;
  margin-left: 2px;
  opacity: 0.85;
}

.counter-section .stat-label {
  margin-top: 6px;
  line-height: 1.25;
  color: #6b7280;
}

.zf-frmDesc {
  margin-bottom:0!important;
}

.left-img-intelligence {
  width: 100%; height: auto; object-fit: cover;
}

.modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.25) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  transform: scale(1.1);
}
.modal-close-btn:focus {
  outline: 2px solid #ff0a6e !important;
  outline-offset: 2px;
}

/* Modern Scroll Design - Latest Trends */
.modern-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 253, 255, 0.6) rgba(0, 0, 0, 0.1);
}

.modern-scroll::-webkit-scrollbar {
  width: 8px;
}

.modern-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 10px 0;
}

.modern-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(0, 253, 255, 0.8) 0%, rgba(0, 212, 255, 0.6) 100%);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px rgba(0, 253, 255, 0.3);
}

.modern-scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(0, 253, 255, 1) 0%, rgba(0, 212, 255, 0.8) 100%);
  box-shadow: 0 4px 12px rgba(0, 253, 255, 0.5);
  transform: scale(1.1);
}

.modern-scroll::-webkit-scrollbar-thumb:active {
  background: linear-gradient(180deg, rgba(0, 253, 255, 1) 0%, rgba(0, 212, 255, 1) 100%);
}

.modern-scroll::-webkit-scrollbar-corner {
  background: transparent;
}

/* Smooth scrolling behavior */
.modern-scroll {
  scroll-behavior: smooth;
  scroll-padding: 20px;
}

/* Fixed scroll shadow - no interference with scroll */
.simplicity-features {
  position: relative;
  background-attachment: local;
  height: 70vh; 
  overflow-y: auto; 
  padding-right: 10px;
  background: linear-gradient(to bottom, 
    rgba(26, 26, 46, 0.8) 0%, 
    rgba(26, 26, 46, 0) 20px, 
    rgba(26, 26, 46, 0) calc(100% - 20px), 
    rgba(26, 26, 46, 0.8) 100%
  );
}

/* Remove problematic pseudo-elements */
.simplicity-features::before,
.simplicity-features::after {
  display: none;
}

/* Enhanced feature items with subtle animations */
.feature-item {
  transition: all 0.3s ease;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 8px;
}

/* Custom scroll indicator */
.scroll-indicator {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, rgba(0, 253, 255, 0.6), transparent);
  border-radius: 2px;
  opacity: 0.7;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

.lets-talk-bg {
  position: absolute;
  object-fit: cover; 
  z-index: -2;
  height: 100%;
  width: 100%;
}

.lets-talk-section {
  z-index: 1;
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  flex-wrap: wrap !important;
  padding-bottom: 10px;
}

.feature-summary-box {
  background-color: #000000cc;
  backdrop-filter: blur(5px);
  z-index: 9;
  right: 100px;
  padding: 1% 2% !important;
  border-radius: 8px !important;
  top: 60% !important;
  position: absolute !important;
  display: inline-block !important;
}

.feature-summary-box ul{
  font-size: 13px;
  color: #ffffff;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 300 !important;
  list-style: none;
}

.feature-summary-box li {
  border-bottom: 1px solid;
  padding-bottom: 1% !important;
  border-color: #ffffff4d !important;
}

.feature-summary-box li:last-child {
  border-bottom: 0px;
}



.footer-title {
  display: block;
  font-size: 18px;
  color: #F14687;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px; 
}

.footer-sub-title {
  display: block;
  font-size: 18px;
  color: #9b9b9b !important;
  line-height: 26px;
  margin-bottom: 10px; 
  font-weight: 500;
}

.footer-bottom a {
  font-size: 16px;
}

/* responsive custom css */
@media (max-width:1600px) {
  .swiper-nav-top-right {
    right: 4rem;
  }
}

@media (max-width:1400px) {
  .tab-style-bp .nav-tabs>li.nav-item {
    margin: 0 8px !important;
    padding: 8px 4px !important;
  }

  .hero-title-2-0 {
    font-size: 6rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .btn.btn-switch-text.btn-extra-large>span {
    padding: 8px 22px !important;
  }

    .mobile-long-title {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}


@media (max-width:1400px) {
  .btn-btl{
    padding: 0 !important;
    font-size: 12px !important;
  }
}

@media (max-width:1200px) {
  .swiper-nav-top-right {
    right: 4rem;
    top: -40px;
  }

  section {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .tab-style-bp .nav-tabs>li.nav-item {
    margin: 0 10px !important;
    padding: 8px 6px !important;
  }

  .tab-style-bp .nav-tabs>li.nav-item {
    margin: 0 10px !important;
    padding: 8px 6px !important;
  }

  .mobile-long-title {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

@media (max-width:990px) {
  .simplicity-features {
    height: 70vh; 
    overflow-y: unset;
    margin-top: 20px;
  }
  
  .ai-capabilities{
   margin-top: 20px;
  }

  .lets-talk-section {
    padding-bottom: 100px;
    padding-top: 50px;
  }

  .pie-chart-bg {
    left: 150px;
    top: 10px; 
    max-width: 30%;
  }
  .sm-h-auto {
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .swiper-nav-top-right {
    top: 20px;
    right: 2rem;
    gap: 10px;
  }

  .swiper-slide-counter {
    padding: 0 12px;
    font-size: 12px;
    min-width: 55px;
    height: 36px;
    line-height: 36px;
    gap: 4px;
  }

  .swiper-button-prev,
  .swiper-button-next,
  .swiper-button-previous-nav,
  .swiper-button-next-nav {
    height: 36px !important;
    width: 36px !important;
    min-height: 36px !important;
    min-width: 36px !important;
    max-height: 36px !important;
    max-width: 36px !important;
  }

  .swiper-button-previous-nav i,
  .swiper-button-next-nav i {
    font-size: 16px !important;
  }

  .swiper-button-previous-nav,
  .swiper-button-next-nav {
    display: none !important;
  }

  .simplicity-features {
  height: 70vh; 
  overflow-y: unset;
  margin-top: 20px;
  }
  
  .ai-capabilities{
   margin-top: 20px;
  }

  .lets-talk-section {
    padding-bottom: 50px;
    padding-top: 50px;
   }

  .lets-talk-bg {
    position: absolute;
    object-fit: contain;
    height: auto;
    width: 100%;
  }

  .brain-img {
    width: 70%;
  }
  
  .blue-gear {
    top: 10%;
    left: 63%;
    width: 50px;
    height: 50px;
  }

  .pink-gear {
    top: 70%;
    left: 20%;
    width: 40px;
    height: 40px;
  }

  .p-swiper-slider{
    padding: 2% 0;
  }

  p, .footer-bottom a {
      font-size: 14px;
      line-height: 20px;
  }
  
  .p-title {
    font-size: 14px;
  }

  .footer-title {
    font-size: 16px !important;
    margin-bottom: 5px;
  }
  
  .footer-sub-title {
    font-size: 14px;
    margin-bottom: 2px;
  }
  
  

  footer ul li a {
    font-size: 14px;
  }

  footer ul li {
    margin-bottom: 0px;
  }

  .fs-19 {
    font-size: 16px;
  }
  
  .fs-24 {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-title-2-0 {
    font-size: 6rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .pie-chart-bg {
    left: 60px;
    top: 10px;
    max-width: 40%;
  }

  .side-sticky-section {
    position: unset;
    top: 90px;
  }

  .nav-link span {
    display: none !important;
  }

  .tab-style-02 .nav-tabs>li.nav-item {
    margin-bottom: 30px;
    width: 35px;
    text-align: center;
  }

  .popup {
    width: 321px !important;
    height: 402px !important;
  }

  .tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active i {
    color: #d80058;
    text-align: center;
    margin-left: 4px;
  }

  .swiper-section-one {
    padding: 50px 0;
  }

  .swiper-section-one .bg-image-one {
    display: none;
  }

  .feature-text-bg {
    border-radius: 16px;
    margin: 0;
    padding: 2rem 1rem 0;
  }

  .counter-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .counter-section .counter-group {
    margin-top: 2rem;
  }

  .swiper-slide {
    padding: 0 2rem;
  }
  
  .lets-talk-section h1{
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  h1,
  .h1 {
    font-size: 3.375rem;
    line-height: 3.375rem;
  }

  h2,
  .h2 {
    font-size: 2.75rem !important;
    line-height: 2.72rem !important;
  }
  
  h3, .h3 {
    font-size: 2rem;
    line-height: 2.5rem;
}

  .elements-social ul li {
    margin-bottom: 0px !important;
  }

  .table-mobile-responsive {
    width: 1000px !important;
  }

  .swiper-nav-top-right {
    right: 4rem;
    top: -30px;
    gap: 4px;
  }

  .swiper-button-prev, .swiper-button-next {
    height: 26px !important;
    width: 26px !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    cursor: pointer;
  }

}

/* Web styles (desktop) Subtle separators on md+ only (not on mobile) */
@media (min-width: 768px) {
  .counter-section .stat-value {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .counter-section .stat-label {
    font-size: 16px;
    line-height: 22px;
  }

  .counter-section .stat {
    padding: 25px 20px;
  }

  .stats .col:not(:last-child) .stat {
    border-right: 0;
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  .counter-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }

  .mobile-long-title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .counter-section .counter-style-04 {
    margin-bottom: 2rem !important;
  }

  .counter-section .col-md-4 {
    margin-bottom: 1.5rem;
  }

  .counter-section .stat {
    padding: 18px 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  .counter-section .stat-value {
    font-size: clamp(22px, 7vw, 28px);
    line-height: 1;
  }

  .counter-section .stat-label {
    font-size: clamp(11px, 3.2vw, 14px);
    line-height: 1.25;
  }

  .counter-section .mb-5 {
    margin-bottom: 1rem !important;
  }

  .counter-section .pt-sm-3 {
    padding-top: 1rem !important;
  }
}

@media (max-width: 560px) {
  .lets-talk-section {
      padding-bottom: 24px;
      padding-top: 24px;
  }
}

@media (max-width: 480px) {
  .hero-title-2-0 {
    font-size: 4rem !important;
  }
  
  .hero-title {
    font-size: 1.3rem;
  }
  
  h2, .h2 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }

  .swiper-nav-top-right {
    top: 20px;
    right: 1rem;
    gap: 8px;
  }

  .swiper-slide-counter {
    padding: 0 10px;
    font-size: 11px;
    min-width: 50px;
    border-radius: 8px;
    height: 32px;
    line-height: 32px;
    gap: 3px;
  }

  .swiper-slide-counter .swiper-current-slide,
  .swiper-slide-counter .swiper-total-slides {
    margin: 0 1px;
  }

  .swiper-button-prev,
  .swiper-button-next,
  .swiper-button-previous-nav,
  .swiper-button-next-nav {
    height: 32px !important;
    width: 32px !important;
    min-height: 32px !important;
    min-width: 32px !important;
    max-height: 32px !important;
    max-width: 32px !important;
  }

  .swiper-button-previous-nav i,
  .swiper-button-next-nav i {
    font-size: 14px !important;
  }

  .mobile-long-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  header .navbar-brand {
      padding: 22px 0 !important;
      width: 180px !important;
  }

  .swiper-slide {
    padding: 0 16px;
  }
  
  .lets-talk-bg {
    object-fit: fill;
    height: 100%;
    width: 100%;
  }
  
  .lets-talk-section h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .counter-section .stat-value {
    font-size: clamp(20px, 6vw, 24px);
  }

  .counter-section .stat-label {
    font-size: clamp(10px, 2.8vw, 13px);
  }

  .counter-section .col-md-4 {
    margin-bottom: 1rem;
  }

  .counter-section .stat {
    padding: 15px 10px;
  }
}

/* Testimonial Banner Section Styles */
.testimonial-banner-section {
  padding: 10px 0;
}

.testimonial-banner-container {
  position: relative;
  padding: 0 60px;
}

.testimonial-banner-wrapper {
  overflow: hidden;
}

.testimonial-banner-card {
  position: relative;
  border: 2px solid #00e1ff;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(26, 26, 46, 0.85);
  backdrop-filter: blur(15px);
  display: flex;
  min-height: 160px;
  height: auto;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.testimonial-banner-card:hover {
  box-shadow: 0 10px 30px rgba(0, 225, 255, 0.4);
  border-color: #00e1ff;
}

.testimonial-banner-content {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
}

.testimonial-banner-photo {
  width: 40%;
  min-width: 40%;
  background: #82c3c9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-banner-photo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 225, 255, 0.1) 0%, rgba(0, 184, 212, 0.1) 100%);
  z-index: 1;
}

.testimonial-banner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}

.testimonial-banner-info-section {
  width: 60%;
  min-width: 60%;
  padding: 12px;
  background: linear-gradient(135deg, #1a1f3a 0%, #252840 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-align: left;
  flex: 1;
}

.testimonial-banner-title-text {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  text-align: left;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  min-height: 36px;
}

.testimonial-banner-bottom-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: left;
  flex-shrink: 0;
}

.testimonial-banner-name {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 0.3;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.testimonial-banner-designation {
  font-size: 11px;
  color: #a0a0a0;
  font-weight: 400;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Overlay Styles */
.testimonial-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 3;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.testimonial-banner-card:hover .testimonial-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.overlay-play {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d80058 0%, #f14687 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 5px 16px rgba(241, 70, 135, 0.5);
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  z-index: 4;
  flex-shrink: 0;
}

.testimonial-banner-card:hover .overlay-play {
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 8px 30px rgba(241, 70, 135, 0.9), 0 0 20px rgba(241, 70, 135, 0.6);
  background: linear-gradient(135deg, #ff0066 0%, #ff4d9a 100%);
}

.overlay-play:hover {
  transform: translate(-50%, -50%) scale(1.25) !important;
  box-shadow: 0 10px 35px rgba(241, 70, 135, 1), 0 0 25px rgba(241, 70, 135, 0.8);
}

.overlay-play i {
  font-size: 14px !important;
}

/* Navigation Buttons */
.testimonial-banner-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 14px;
}

.testimonial-banner-nav:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-50%) scale(1.1);
  border-color: rgba(255, 255, 255, 0.4);
}

.testimonial-banner-prev {
  left: -10px;
}

.testimonial-banner-next {
  right: -10px;
}