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

 html, body {
      max-width: 100%;
      min-height: 100%;
      overflow-x: hidden;
      font-family: Helvetica, sans-serif;
    }

.fw-hel{
   font-family: Helvetica, sans-serif!important;
}

.fw-int{
    font-family: 'Inter Tight', sans-serif!important;
}

h5,h3{
   font-family: 'Inter Tight', sans-serif!important;
}

ul li{
  font-family: Helvetica, sans-serif!important;
}

p{
  font-family: Helvetica, sans-serif!important;
}
html{
    scroll-behavior: smooth;

}

.wrapper {
    max-width: 100%;
    min-height: 100%;
    position: relative;
}

 :root {
      --brand-blue: #1a56ff;
      --text-dark: #0a0d31;
      --text-muted: #6f6f6f;
      --content-max: 1280px;
      --side-pad: 40px;
    }
  
    
/* Container and Border */
.custom-navbar {
  background-color: #fff;
  padding: 12px 40px;
}
.custom-navbar .container-fluid {
  /* border-bottom: 0.3px solid #ccc;
  padding-bottom: 6px; */
}

.short-border {
  position: relative;
}

.short-border::after {
  content: "";
  position: absolute;
  bottom: 0;                  /* navbar ke bilkul neeche */
  left: 50%;                  /* center base */
  transform: translateX(-50%);/* center align */
  width: calc(100% - 80px);   /* ya direct fixed width like 1200px */
  max-width: 1290px;          /* max width fix kar diya */
  border-bottom: 1px solid #ccc;
}





/* Nav Links (decreased size) */
.nav-link {
  color: #242627 !important;
  font-weight: 500;
  font-size: 1rem; /* Decreased from 1.2rem */
  padding: 0.6rem 1rem;
  font-family: 'Inter Tight', sans-serif;
}
.nav-link:hover {
  color: #1a56ff !important;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  border-radius: 0.6rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-size: 1.1rem;
}

/* Logo Text */
.logo-text {
  font-weight: 700;
  color: #0b0b0c;
  font-size: 1.25rem;
}

/* Right Stack */
.client-support {
  font-size: 0.75rem;
  padding: 3px 10px;
  background: #f1f1f1;
  border-radius: 999px;
  font-weight: 500;
  font-family: 'Inter Tight', sans-serif;
}
.phone-number {
  font-weight: 500;
  font-size: 1rem;
  color: #242627;
  font-family: 'Inter Tight', sans-serif;
}
.btn-contact {
  background-color: #010ED0!important;
  border: none;
  color: white;
  font-weight: 700;
  padding: 12px 22px;
  font-size: 0.90rem;
  border-radius: 5px;
  font-family: 'Inter Tight', sans-serif;
}
.btn-contact:hover {
  background-color: #000!important;
  color: #fff;
  font-family: 'Inter Tight', sans-serif;
}
/* .btn-primary{
    background-color: #010ED0!important;
     font-size: 0.85rem!important;
       border-radius: 5px!important;
        
} */


/* Navbar Toggler */
.navbar-toggler {
  border: none;
  font-size: 1.5rem;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* Right Side Stack */
.right-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 12px;
  }
  .right-stack {
    align-items: center;
    margin-top: 12px;
  }
  .btn-contact {
 
  padding: 8px 18px;

}
}

.custom-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: top 0.4s ease-in-out;
}


.dropdown-item {
  
  font-weight: 300!important;
}

/* Your custom styles */
    .custom-navbar { background:#fff; padding:12px 16px; }
    .logo-text { font-weight:700; }

    /* Make sure the hamburger is visible even without navbar-light/dark */
    .navbar-toggler {
      border: 0;
      outline: none;
      box-shadow: none!important;
    }
    .navbar-toggler-icon {
      width: 1.8rem; height: 1.8rem;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath stroke='black' stroke-width='3' stroke-linecap='round' d='M6 9h20M6 16h20M6 23h20'/%3e%3c/svg%3e");
    }

    /* Mobile: dropdown panel look + white text for dropdown items (per your earlier ask) */
    @media (max-width: 991.98px) {
      .navbar-collapse {
        position: absolute;
        top: 100%; left: 0; right: 0;
        z-index: 2000;
        border-radius: 12px;
        padding: 12px;
        /* background: linear-gradient(90deg, rgba(106,65,246,0.54) 0.4%, rgba(188,121,241,0.54) 118.89%);
        backdrop-filter: blur(6px); */

        background-color: #ffff;
      }
      .navbar-nav .nav-link { color: #000 !important; }
      .dropdown-menu {
        background: transparent;
        border: 0;
        box-shadow: none;
        padding-left: 0;
      }
      .dropdown-item {
        color:#000  !important;
        padding-left: 0;
        font-weight: 300!important;
      }
    }

/* 
    hero banner section */

/* 40px left/right padding on fluid container */
.hero-container {
  /* padding-left: 40px;
  padding-right: 40px; */
  max-width: 1300px;
}

body { font-family: Helvetica, sans-serif; }
h1,h2,h3,h4,h5 { font-family: 'Inter Tight', sans-serif; }

/* .hero-wrap { padding: 64px 0 48px; }
@media (min-width: 992px) { .hero-wrap { padding: 88px 0 72px; } } */

/* MUCH BIGGER heading */
.hero-title{
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-size: 2.6rem; 
  font-family: 'Inter Tight', sans-serif;           /* mobile big */
}
@media (min-width: 768px){ .hero-title{ font-size: 4.3rem; } }     /* md */
@media (min-width: 1200px){ .hero-title{ font-size: 4.3rem; } }  /* xl */

/* Bigger subhead */
.hero-sub{
  color: #242627;
  font-size: 1.25rem;          /* mobile */
  margin-top: 1.1rem;
  font-weight: 500;
  max-width: 60ch;
  font-family: 'Inter Tight', sans-serif;
}
@media (min-width: 768px){ .hero-sub{ font-size: 1.5rem; } }
@media (min-width: 1200px){ .hero-sub{ font-size: 1.7rem; } }

/* Bigger buttons */
.hero-cta .btn{
  padding: 0.80rem 1.5rem;
    
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.90rem;
  font-family: 'Inter Tight', sans-serif;
}
.btn-primary{
  background: #010ED0!important;
  border-color: var(--brand-blue);
}
.btn-outline{
  background: #dee0ff!important;
  border: none;
  color: #010ED0;
}
.btn-outline:hover{ background: rgba(26,86,255,.06); }

/* Bigger image area */

.hero-media{
  position: relative;
  display: grid;
  place-items: end;
  min-height: 420px;                 /* taller base */
}
@media (min-width: 992px){ .hero-media{ min-height: 605px; } }
@media (min-width: 1400px){ .hero-media{ min-height: 620px; } }

/* Masked image, scaled up nicely */
.hero-media .masked-img{
  width: 122%;                       /* slightly overflow to feel bigger */
  max-width: none;
  height: auto;
  object-fit: cover;
  display: block;

  mask-image: url("assets/mask.png") !important;
  mask-size: cover!important;
  mask-position: bottom right!important;
  mask-repeat: no-repeat!important;

  -webkit-mask-image: url("assets/mask.png")!important;
  -webkit-mask-size: cover!important;
  -webkit-mask-position: bottom right!important;
  -webkit-mask-repeat: no-repeat!important;
    /* max-width: 100vw;
  overflow-x: hidden; */
}



/* Fallback if masking unsupported */
@supports not (mask-image: url("assets/mask.png")){
  .hero-media .masked-img{
    -webkit-mask-image: none;
    mask-image: none;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
    border-radius: 18px;
  }
}


@media (min-width: 991.98px) {
    .mt-custom{
    margin-top: 230px;
  }
}

@media (max-width: 767.98px) {
  .hero-media{ 
     min-height: 200px;
  }   
.hero-media .masked-img{
    width: 90%; 
  }

  .hero-title{
    font-size: 2.3rem;
  }

  .hero-container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .mt-custom{
    margin-top: 120px;
  }
  .short-border::after {
    content: "";
    position: absolute;
    bottom: 0;                  /* navbar ke bilkul neeche */
    left: 50%;                  /* center base */
    transform: translateX(-50%);/* center align */
    width: calc(100% - 35px);   /* ya direct fixed width like 1200px */
    max-width: 1290px;          /* max width fix kar diya */
    border-bottom: 1px solid #ccc;
  }
  
  
}

@keyframes fadeInOnly {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.hero-title {
  opacity: 0;
  animation: fadeInOnly 1s ease-out forwards;
}

.hero-title {
  animation-delay: 0.3s;
}


/* <!-- review section and what we do section   --> */



:root {
  --dark-bg: #1b1e23;
  --text-muted: #6c757d;
  --border-line: #e4e4e4;
  --dot: #d2d6dc;
}

.custom-section {
  /* border-top: 1px solid var(--border-line); */
  padding: 40px 40px 0 40px;
  max-width: 1325px;
}

.clutch-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 1px;
  font-weight: 600;
  white-space: nowrap;
}

.star-icon {
  width: 14px;
  height: 14px;
  fill: red;
  margin-right: 2px;
}

.clutch-brand {
  font-weight: 700;
  font-size: 1.4rem;
}

.review-count {
  color: var(--text-muted);
  font-weight: 500;
  font-size: 0.85rem;
  white-space: nowrap;
}

.stat-top {
  font-size: 1.5rem;
  font-weight: 700;
    font-family: 'Inter Tight', sans-serif;
}

.stat-sub {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
  font-family: Helvetica, sans-serif;
}

.dark-panel {
  background-color: var(--dark-bg);
  border-radius: 8px;
  padding: 40px;
  margin-top: 40px;
  color: #fff;
}

.panel-pill {
  background-color: #0f1114;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 12px;
}

.panel-heading {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .panel-heading {
    font-size: 1.8rem;
  }

  .custom-section {
    padding: 24px 20px 0 20px;
  }
}






.stat-top{
/* font-size: 2.5rem;
font-weight: bold;
color: #4426aa; */
transform: translateY(20px);
opacity: 0;
transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.stat-top.animate {
transform: translateY(0);
opacity: 1;
}





.stat-divider {
  width: 3px;
  height: 33px;
  background-color: #e4e4e4;
  align-self: center;
  margin-top: -18px;
}

.stat-box {
  flex: 1 1 auto;
  min-width: 120px;
}


/* dark panel css */

.dark-panel {
  background-color: #1b1e23;
  border-radius: 10px;
  padding: 16px 40px 30px 40px; /* reduced padding, added space for arrow */
  margin-top: 40px;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
.dark-panel {
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin-left: -25px;
  margin-right: -16px;
  width: 100vw;
  box-sizing: border-box;
  border-radius: 0;
}
}

.panel-pill {
  background-color: #0f1114;
   color: #DEE0FF;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 12px;
   font-family: 'Inter Tight', sans-serif;
}

.panel-heading {
  color: #DEE0FF;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.1;
   font-family: 'Inter Tight', sans-serif;
  margin-top: 100px; /* pushes heading lower in the same column */
}

.panel-svg {
  position: absolute;
  bottom: -40px;  /* slightly lower */
  right: 80px;
  width: 276px;
  height: auto;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.6s ease-out;
}

.dark-panel.in-view .panel-svg {
  transform: translateY(-15px);
}
.panel-svg {
opacity: 0;
transform: translateY(40px);
transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
will-change: opacity, transform;
}

.panel-svg.in-view {
opacity: 1;
transform: translateY(0);
}




@media (max-width: 768px) {
  .panel-heading {
    font-size: 1.5rem;
    margin-top: 40px;
  }

  .panel-svg {
    width: 120px;
    right: -20px;
    bottom: -30px;
  }
}


/* <!-- what-we-do section --> */
/* benefit section css */

.benefits-border1 {
  height: 1px;
  background-color: #ccc;
  margin: 53px auto 0 auto;
  max-width: 100%;         /* Adjust this width */
  width: calc(100% - 80px); /* Matches container-fluid padding (40px left + 40px right) */
}

@media (max-width: 767.98px) {
  .benefits-wrapper {
    padding: 30px 20px;
  }

  .benefits-border1 {
    width: calc(100% - 50px); /* 20px + 20px padding */
  }
}



.benefits-border2 {
  height: 1px;
  background-color: #ccc;
  margin: 8px auto 0 auto;
  max-width: 100%;         /* Adjust this width */
  width: calc(100% - 80px); /* Matches container-fluid padding (40px left + 40px right) */
}

@media (max-width: 767.98px) {
  .benefits-wrapper {
    padding: 30px 20px;
  }

  .benefits-border2 {
    width: calc(100% - 30px); /* 20px + 20px padding */
  }
}



.benefits-wrapper {
  padding: 40px;
  position: relative;
}

.benefit-item {
  text-align: left;
  margin-bottom: 30px;
}


.benefit-item img {
width: 65px;
height: 70px;
object-fit: contain;
margin-bottom: 15px;
display: block;
margin-left: 0; /* ensure left alignment */
}

.benefit-title {
  font-weight: 700;
  font-size: 1.25rem;
  color: #0b0c2a;
  margin-bottom: 10px;
   font-family: 'Inter Tight', sans-serif;
}

.benefit-desc {
  font-size: 0.95rem;
  color: #4d4e57;
  line-height: 1.5;
     font-family: Helvetica, sans-serif;
}

/* Adjustable border line */
.benefits-border {
  height: 1px;
  background-color: #ccc;
  margin: 20px auto 0 auto;
  max-width: 100%;         /* Adjust this width */
  width: calc(100% - -36px); /* Matches container-fluid padding (40px left + 40px right) */
}

@media (max-width: 767.98px) {
  .benefits-wrapper {
    padding: 30px 20px;
  }

  .benefits-border {
    width: calc(100% - 15px); /* 20px + 20px padding */
  }
}


/* solution section css */




.card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
  transition: box-shadow 0.3s ease;
}

.card:hover .card-title {
  color: #1b29e9; /* Bootstrap primary blue */
  transition: color 0.3s ease;
}

.card-title{
    font-family: 'Inter Tight', sans-serif;
}
 .card-body{
     font-family: Helvetica, sans-serif;
}

.learn-more-link {
font-size: 0.75rem; /* smaller size */
position: relative;
padding-bottom: 2px;
color: #010ed3; /* Bootstrap primary */
}

.text-primary {
  color: #010ed3 !important; /* Bootstrap primary blue */
}

.learn-more-link::after {
content: "";
display: block;
width: 100%;
height: 1px;
background-color: #cacbcc; /* Bootstrap gray */
position: absolute;
left: 0;
bottom: 0;
}
.custom-badge {
background-color: #ffffff;
color: #6c757d; /* Bootstrap gray-600 */
font-size: 0.75rem;
font-weight: 500;
padding: 4px 10px;
border-radius: 4px;
border: 1px solid #dee2e6;
display: inline-block;
font-family: 'Inter Tight', sans-serif;
}





/* <!-- what we use section --> */



.section-top {
  background-color: #1b1c1d;
  color: white;
  padding: 60px 15px 85px;
  text-align: start;
}

.dark-gap {
  height: 10px;
  background-color: #111213;
}

.bg-grid-wrapper {
  position: relative;
  z-index: 1;
  background-color: #111213;
  padding: 70px 0 50px;
}

.bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 20px;
  height: 100%;
  z-index: 1;
}

.bg-grid-column {
  background-color: #1c1d1e;
  flex: 1;
  border-radius: 8px;
}

.content-over-grid {
  position: relative;
  z-index: 2;
}



/* Main Nav Container */
.carousel-title {
background-color: #111213;
color: #f5f5f5;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
gap: 18px;
padding: 8px 20px;
  border-top-right-radius: 20px;
border-top-left-radius: 20px;
z-index: 10;
box-shadow: 0 6px 18px rgba(0,0,0,0.2);
bottom: 0px;
left: 50%;
transform: translateX(-50%);
}

/* Label Text */
.carousel-nav-label {
font-size: 14px;
letter-spacing: 1px;
}

/* Arrow Buttons */
.carousel-nav-btn {
background: transparent;
border: none;
padding: 0;
font-size: 16px;
color: white;
transition: all 0.2s ease-in-out;
}
.carousel-nav-btn i {
background-color: #000;
padding: 10px;
border-radius: 50%;
font-size: 14px;
}
.carousel-nav-btn:hover i {
background-color: #010ED0;
color: #fff;
}



.carousel-inner .card-content {
  background-color: #111213;
  color: #fff;
  padding: 30px;
  height: 100%;
}


 .carousel-inner .card-content:hover {
  background-color: #000;
  color: #fff;
  
}
.card-content h5 {
  font-weight: 600;
}

.card-content p {
  color: #ccc;
  font-size: 14px;
}

.view-more {
  display: inline-block;
  margin-top: 15px;
  color: #ccc;
  font-size: 15px;
}

.view-more::before {
  content: "+ ";
  font-weight: bold;
}

.section-title2 {
  color: #cccfff;
  text-align: left;
  font-weight: 700;
  font-size: 2.5rem;
}

.tag-line {
  background: #111213;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .carousel-title {
    flex-direction: row;
    gap: 10px;
    white-space: nowrap;
  }

  .bg-grid {
    flex-direction: column;
    height: auto;
    padding: 0 10px;
    gap: 10px;
  }

  .bg-grid-wrapper {
  position: relative;
  z-index: 1;
  background-color: #111213;
  padding: 7px 0 50px;
}
}



@media (max-width: 768px) {
  /* Make grid columns scrollable on mobile */
  .bg-grid {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding: 0 10px;
  }

  .bg-grid-column {
    min-width: 80px;
    height: 282px;
    flex-shrink: 0;
  }

  /* Carousel rows stay horizontal */
  .carousel-inner .carousel-item .row {
    flex-wrap: nowrap;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }

  /* ✅ Show exactly 1 card per slide */
  .carousel-inner .carousel-item .col-12,
  .carousel-inner .carousel-item .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Optional: avoid padding collapse */
  .carousel-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}





/* <!-- testimonials card section success-->  */

.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #f0f0f0;
  color: #6b7280;
  padding: 4px 12px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 10px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: left!important;
}

.story-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s ease;
}

.story-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.story-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 15px;
  background-color: #f5f5f5;
}

.story-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.story-category {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.story-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.story-desc {
  color: #6b7280!important;
  font-size: 0.99rem;
  margin-bottom: 12px;
}

.story-checks {
  font-size: 0.95rem;
  color: #6b7280!important;
  margin-bottom: 16px;
}

.story-checks i {
  color: #6b7280!important;
  margin-right: 6px;
}

.learn-more {
  font-weight: 500;
  font-size: 0.75rem;
  text-decoration: none;
  color: #000; /* Bootstrap primary blue */
}

.learn-more:hover {
  text-decoration: underline;
}

  /* Prevent card spacing issues in slick */
  .story-slider .slick-slide {
    padding-right: 10px;
  }
  
  .story-slider .story-card {
    height: 100%;
  }





/* testimonial slider css */



.testimonial-section {
  padding: 80px 16px;
  display: flex;
  justify-content: center;
}

.testimonial-container {
  max-width: 900px;
  width: 100%;
}

.testimonial-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.testimonial-author {
  font-weight: 700;
  font-size: 1rem;
}

.testimonial-role {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 32px;
}

.testimonial-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.testimonial-reviews {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.testimonial-reviews img {
  height: 28px;
}

.testimonial-stars {
  color: #f59e0b;
  margin-left: 6px;
}

.carousel-nav button {
  background: #f3f3f3;
  border: none;
  padding: 12px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.carousel-nav i {
  font-size: 1rem;
}

@media (max-width: 576px) {
  .testimonial-text {
    font-size: 1.05rem;
  }

  .testimonial-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .carousel-nav {
    margin-left: auto;
  }

  .testimonial-section {
    padding: 30px 16px;
    
  }
  .cus-pad{
    padding-bottom: 27px;
  }
  
  
}




/* 
<!-- product section  --> */

:root {
  --primary: #010ED0;
  --secondary: #6c63ff;
  --accent: #ff6b6b;
  --dark: #2c3e50;
  --light: #f8f9fa;
  --success: #1dd1a1;
  --gradient: linear-gradient(135deg, var(--primary), var(--secondary));
}

.products {
  font-family: 'Poppins', sans-serif;
  color: #333;
  padding-top: 20px;
  padding-bottom: 50px;
  
  min-height: 100vh;
}

.section-title {
  position: relative;
  margin-bottom: 45px;
  
}

.section-title h2 {
  font-weight: 500;
  margin-bottom: 5px;
  background: #0a0d31;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title .divider {
  height: 4px;
  width: 80px;
  background: var(--gradient);
  margin: 0 auto;
  border-radius: 10px;
}

/* Enhanced Design 3 Styles */
.product-card-3 {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  background: white;
  height: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin: 15px;
}

.product-card-3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  background: var(--gradient);
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
  z-index: -1;
  opacity: 0.95;
}

.product-card-3:hover::before {
  height: 100%;
}

.product-card-3:hover {
  color: white;
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(78, 87, 212, 0.2);
}

.product-card-3:hover .product-icon-3 {
  color: white;
  border-color: white;
  transform: scale(1.1);
}

.product-card-3:hover .price {
  color: white !important;
}

.product-card-3:hover .btn-outline-primary {
  background: white;
  color: var(--primary);
  border-color: white;
}

.product-icon-3 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 2px solid var(--primary);
  color: var(--primary);
  font-size: 36px;
  transition: all 0.4s ease;
}

.price {
  font-weight: 700;
  font-size: 28px;
  color: var(--primary);
  transition: all 0.4s ease;
}

.price-period {
  font-size: 14px;
  color: #6c757d;
}

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

.feature-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}

.feature-list i {
  color: var(--success);
  margin-right: 10px;
  font-size: 16px;
}

.product-card-3:hover .feature-list i {
  color: white;
}

.product-card-3:hover .feature-list li {
  transform: translateX(5px);
}

/* Slider Styles */
.products-slider {
  margin: 30px 0;
}

.slick-dots {
  bottom: -50px;
}

.slick-dots li button:before {
  font-size: 12px;
  color: var(--primary);
}

.slick-dots li.slick-active button:before {
  color: var(--primary);
}





 /* Header and Footer */
         
 .btn-primary {
  background: var(--gradient);
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(78, 87, 212, 0.3);
}

.btn-outline-primary {
  border: 2px solid var(--primary);
  color: var(--primary);
  border-radius: 50px;
  padding: 8px 25px;
  font-weight: 600;
  transition: all 0.4s ease;
}

.btn-outline-primary:hover {
  background: var(--primary);
  color: white;
}


/* <!-- 
contact us section --> */

:root{
  --dark:#1f2124;
  --heading:#ffffff;
  --copy:#d7d9de;
  /* --accent:#3751ff; */
  --check:#23c55e;
  --card-shadow: 0 18px 40px rgba(0,0,0,.14);
}

/* WRAPPER (two-row background) */
.contact-wrap{
  position: relative;
  overflow: hidden;    
  color: var(--heading);
}

/* ROW 1: Black band */
.contact-top{
  background: #242627;
  
 
}

/* Big title */
.contact-title{
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1.06;
  color: #DEE0FF!important;
  margin: 0;
  font-size: clamp(32px, 4.2vw, 64px);
}

/* ROW 2: Gradient band */
.contact-body{
  background-image: linear-gradient(90deg, #E9E6EF 0%, #AFC6E6 100%);
  
  padding: 36px 0 30px;
  position: relative;
}

.contact-lead{
  color:#242627;
  font-family: Helvetica, sans-serif;
  font-size: clamp(16px, 1.9vw, 20px);
  line-height: 1.6;
  margin-bottom: 45px;
}

.callout{
  font-weight: 600;
    font-family: 'Inter Tight', sans-serif;
  color:#0a0d31;
  margin: 10px 0 45px;
  font-size: clamp(18px, 2.2vw, 22px);
}

/* Benefits list */

.benefit{
  display:flex; align-items:center; gap:10px;
   font-family: Helvetica, sans-serif;
  color:#0a0d31;
  font-size: clamp(14px, 1.7vw, 16px);
  white-space: nowrap;
}
.benefit i{
  color: #010ed0;
  font-size: 18px;
  flex: 0 0 auto;
}

/* Next steps timeline */
.next-steps h6{
  font-weight: 700; 
 font-family: 'Inter Tight', sans-serif;
  color:#0a0d31;
  margin-bottom: 40px;
  font-size: 18px;
}
.step{
  display:flex; align-items:flex-start; gap:14px;
  color:#1b1e28;
}
.step .num{

  font-size: 1.7rem;
  display:grid; place-items:center;
  font-weight:500;
}
.step .txt{
  font-size: 14px; line-height:1.35;
}
.step-arrow{
  height: 24px; width: 42px; opacity:.5;
  background:
    linear-gradient(90deg, rgba(0,0,0,.15) 1px, transparent 1px) left/12px 1px no-repeat,
    linear-gradient(45deg, transparent 10px, rgba(0,0,0,.25) 10px 12px, transparent 12px) right/42px 24px no-repeat;
  margin: 10px 12px 0;
}

/* RIGHT: Form card */
.form-card{
  background:#ffffff;
  border-radius: 14px;
  box-shadow: var(--card-shadow);
  padding: 22px 22px 24px;

}
@media (max-width: 991.98px){
  .form-card{ margin-top: 18px; }
}

.form-title{
  text-align:center;
  font-weight:600;
  font-size: clamp(18px, 2.2vw, 22px);
  margin-bottom: 8px;
  color:#0a0d31;
  font-family: 'Inter Tight', sans-serif;
  position: relative;
}


label.form-label{
  font-weight: 400; color:#1b1e28; font-size: 18px;
  margin-bottom: 6px;
}
.form-control, .form-select{
  border-radius: 8px;
  border:1px solid #d7dbe6;
  padding: .6rem .75rem;
}
.form-control:focus, .form-select:focus{
  border-color:#b4c0ff; box-shadow: 0 0 0 .25rem rgba(55,81,255,.12);
}

.btn-submit{
  background: #010ed0;
  border: none;
  color: #fff;
  padding: .65rem 12px;
  font-weight: 600;
  border-radius: 5px;
  font-family: 'Inter Tight', sans-serif;
}
.btn-submit:hover{ filter: brightness(.95); }

/* small helper utilities that mirror screenshot spacing */
.mb-6{ margin-bottom: 2.25rem; }
.mt-6{ margin-top: 2.25rem; }


/* 
new add */

/* ⬆️ 1. Increase .contact-top height */
.contact-top {
padding: 100px 0 36px;  /* more vertical height */
}

/* ⬇️ 2. Make .contact-body fully filled with tighter layout */
.contact-body {

display: flex;
align-items: stretch;
}

/* ⬇️ 3. Ensure entire contact section has 40px side padding */
.contact-wrap {
padding-left: 20px;
padding-right: 20px;
}

/* ⬆️ 4. Lift form-card up to touch top (with 50px gap from black band) */
.form-card {
margin-top: -242px !important;
}

/* ⬇️ 5. Align left content bottom with form-card */
@media (min-width: 992px) {
.contact-body .row {
display: flex;
align-items: flex-end;
}
.benefits{
  row-gap: 10px;
  margin: 8px 262px 45px -12px;
}
}

/* ⬇️ 6. Keep steps in single line */
.next-steps .d-flex {
flex-wrap: nowrap !important;
overflow-x: auto;
gap: 20px;
}

/* ⬇️ 7. Responsive fixes */
@media (max-width: 991.98px) {
.contact-wrap {
padding-left: 16px;
padding-right: 16px;
}
.benefits{
  row-gap: 10px;
  margin: 0px!important;
}

.form-card {
margin-top: 24px !important;
}

.next-steps .d-flex {
flex-direction: column;
gap: 16px;
}
}

.panel-pill2 {
background-color: #0f1114;
color: #DEE0FF;
font-size: 0.75rem;
font-weight: 600;
padding: 4px 12px;
border-radius: 6px;
display: inline-block;
position: absolute;
top: 20px;
left: 25px;
z-index: 10;
font-family: 'Inter Tight', sans-serif;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 576px) {
.panel-pill2 {
left: 16px;
top: 16px;
font-size: 0.7rem;
padding: 4px 10px;
}

.step .num{

  font-size: 1.1rem;
  
}

}

  /* Scroll to Top Button Style */
  .scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background-color: #010ed0; /* blue background */
    color: #fff;                /* white icon */
    border: none;
    border-radius: 50%;
    padding: 12px 16px;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: none;
    transition: opacity 0.3s ease-in-out, transform 0.3s;
  }
  
  .scroll-top-btn:hover {
    transform: scale(1.1);
    background-color: #000;
  
  }

  
  /* <!-- footer --> */



  :root{
    --bg:#000000;
    --text:#ffffff;
    --muted:#bfc2d3;
    --link:#cfd2e8;
    --link-hover:#ffffff;
    --cta:#4b4ded; /* purple CTA */
  }

  .footer-wrap{
    background-color: var(--bg);
    color: var(--text);
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* Left column */
  .footer-left{
    padding: 40px 16px 48px;
  }
  .footer-heading{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: .2px;
  }
  .footer-subhead{
    font-size: 1.4rem;
    font-weight: 700;
    margin: 28px 0 14px;
  }
  .footer-links a{
    display: block;
    color: var(--link);
    text-decoration: none;
    padding: 8px 0;
    font-size: 1rem;
  }
  .footer-links a:hover{ color: var(--link-hover); }

  /* Newsletter bar + checkbox line */
  .updates-bar{
    background: transparent;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 14px 16px;
    color: var(--muted);
    width: 100%;
    margin: 18px 0 10px;
  }
  .policy-line{
    color: var(--muted);
    font-size: .9rem;
  }
  .policy-line a{ color: var(--link); text-decoration: underline; }
  .send-btn{
    background-color: #010ED0;
    border: none;
    color: #fff;
    padding: 12px 22px;
    border-radius: 5px;
    font-weight: 600;
  }
  .send-btn i{ margin-left: 10px; }

  /* Right column with dots image + centered content */

  .footer-right {
position: relative;
background-color: #000000;
margin: 0;
padding: 20px 0px 95px 0px;
min-height: 520px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
overflow: hidden;
}

.footer-right::before {
content: '';
position: absolute;
inset: 0;
background-image: url('https://tecnologia.vamtam.com/wp-content/uploads/2023/03/footer-dots.svg');
background-position: center center;
background-repeat: no-repeat;
background-size: 90% auto;
transform: scale(1);
transition: transform 1s ease;
z-index: 0;

}

.footer-right.zoomed::before {
transform: scale(1.1);
}

.footer-right > div {
position: relative;
z-index: 1; /* Ensure content is above bg */
}





  .brand-badge{
    width: 56px; height: 56px;
    border: 2px solid #dfe2ff;
    border-radius: 12px;
    display: inline-flex;
    align-items: center; justify-content: center;
    margin-bottom: 14px;
  }
  .brand-dot{
    width: 16px; height: 16px;
    background: #dfe2ff; border-radius: 4px;
    transform: rotate(45deg);
  }
  .brand-title{
    font-size: 1.6rem; font-weight: 700; margin-bottom: 18px;
  }
  .cta-main{
    background: #010ED0;
    color:#fff; border:none;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight:600;

  }

  /* Spacing + grid tweaks */
  @media (min-width: 992px){
    .footer-left{ padding: 64px 24px 72px; }
  }




@media (max-width: 768px) {
 .mid-one{
  background-color: #000000;
    position: absolute;
    top: 64px;
    margin: 0px 0px 0px 0px;
    padding: 20px 8px 76px 8px;
    width: 300px;
    height: 220px;
  }
}


 @media (min-width: 991.98px) {
   .mid-one{
      background-color: #000000;
  position: absolute;
  top: 64px;
  margin: 0px 0px 0px 0px;
  padding: 20px 8px 76px 8px;
  }
}

@media (max-width: 767.98px) {
    .footer-address-contact {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        gap: 16px !important;
        border-top: 1px solid #ccc;
        padding-top: 12px;
    }


    .footer-social-links{
       gap: 0px !important;
    }
}



@media (min-width: 991.98px) {
    .footer-address-contact {
      
        gap: 136px !important;
       
    }
    .footer-social-links{
      gap: 41px !important;
   }
}



@media (max-width: 767.98px) {
  .footer-mobile-wrapper {
    flex-direction: column !important;
  }

  .footer-address-contact {
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 16px !important;
    border-top: 1px solid #ccc;
    padding-top: 12px;
  }

  .footer-address-contact > div {
    border-left: none !important;
    padding-left: 0 !important;
  }

  .footer-social-links {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 15px !important;
    border-top: 1px solid #ccc;
    padding-top: 45px;
  }

  .footer-social-links a {
    width: 30%;
    min-width: 80px;
    text-align: left !important;
  }
}


/* tablet responsiveness   */

/* ✅ Tablet-only layout fixes (768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* 1. Keep left/right layout like desktop */
  .hero-container .row {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    padding-right: 20px!important;
    padding-left: 20px!important;
  }

  /* 2. Equal column widths */
  .hero-container .col-lg-6 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  /* 3. Fix bottom space in hero */
  .hero-wrap {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    margin-top: 0px;
  }

  /* 4. Fix image overflow issue */
  .hero-media {
    text-align: right;
    overflow: hidden;
    padding-left: 20px;
  }

  .hero-media .masked-img {
    width: 100% !important;   /* override 122% */
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 27%;
  }

  /* 5. Optional: reduce text sizing for tablet */
  .hero-title {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  .hero-sub {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .hero-cta .btn {
    font-size: 0.9rem;
    padding: 10px 16px;
  }

  .mt-custom {
    margin-top: 3rem !important;
  }

  .benefits-border1 {
   
    
    margin-top: -37px!important;
    width: calc(100% - 43px);
}

.bg-grid-wrapper {
  
  padding: 7px 0 85px!important;

}

.panel-svg {
  position: absolute;
  bottom: -63px;
  right: 40px;
  width: 240px;
  height: auto;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.6s 
ease-out;
}
.panel-heading {
  font-size: 2rem;
}

.products {
  
  color: #333;
  padding-top: 20px;
  padding-bottom: 50px;
 
  min-height: 20vh;
}
.step .num {
  font-size: 1.2rem;
 
}


.mid-one{
  background-color: #000000;
    position: absolute;
    top: 64px;
    margin: 0px 0px 0px 0px;
    padding: 20px 8px 76px 8px;
    width: 300px;
    height: 284px;
  }




}




@media (width: 1024px) and (orientation: portrait) {
 /* 1. Keep left/right layout like desktop */
 .hero-container .row {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  padding-right: 20px!important;
  padding-left: 20px!important;
  margin-top: -104px;
}

/* 2. Equal column widths */
.hero-container .col-lg-6 {
  width: 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}

/* 3. Fix bottom space in hero */
.hero-wrap {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  margin-top: 0px;
}

/* 4. Fix image overflow issue */
.hero-media {
  text-align: right;
  overflow: hidden;
  padding-left: 20px;
}

.hero-media .masked-img {
  width: 100% !important;   /* override 122% */
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 27%;
}

/* 5. Optional: reduce text sizing for tablet */
.hero-title {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.hero-sub {
  font-size: 1rem;
  margin-bottom: 0;
}

.hero-cta .btn {
  font-size: 0.9rem;
  padding: 10px 16px;
}

.mt-custom {
  margin-top: 3rem !important;
}

.benefits-border1 {
 
  
  margin-top: -95px!important;
  width: calc(100% - 43px);
}

.bg-grid-wrapper {

padding: 7px 0 85px!important;

}

.panel-svg {
position: absolute;
bottom: -63px;
right: 40px;
width: 240px;
height: auto;
opacity: 0.6;
pointer-events: none;
z-index: 0;
transition: transform 0.6s 
ease-out;
}
.panel-heading {
font-size: 2rem;
}

.products {

color: #333;
padding-top: 20px;
padding-bottom: 50px;
min-height: 20vh;
}
.step .num {
font-size: 1.2rem;

}


.mid-one {
  background-color: #000000;
  position: absolute;
  top: 33px;
  margin: 0px 0px 0px 0px;
  padding: 20px 8px 76px 8px;
  width: 265px;
  height: 229px;
}


}
