@font-face {
  font-family: FiraSans-Regular;
  src: url(../fonts/FiraSans-Regular.ttf);
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-VariableFont_wdth\,wght.ttf);
}

.FiraSans-medium {
  font-family: FiraSans-Regular;
}

.Roboto {
  font-family: Roboto;
}

/* Font Size Utilities */

.ft-12 {
  font-size: 12px;
}
/* 18-03-2026 */
 
.custom-dash-list {
  list-style: none;
  padding-left: 0;
}
 
.custom-dash-list li {
  position: relative;
  padding-left: 20px;
}
 
.custom-dash-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #000;
  /* change color if needed */
}
.ft-16 {
  font-size: 16px;
}

.ft-18 {
  font-size: 16px;
}

.ft-20 {
  font-size: 20px;
}

.ft-22 {
  font-size: 22px;
}

.ft-24 {
  font-size: 24px;
}

.ft-26 {
  font-size: 26px;
}

.ft-28 {
  font-size: 28px;
}

.ft-30 {
  font-size: 30px;
}

.ft-32 {
  font-size: 32px;
}

.ft-36 {
  font-size: 36px;
}

.ft-40 {
  font-size: 40px;
}

.ft-42 {
  font-size: 42px;
}

.ft-44 {
  font-size: 44px;
}

.ft-48 {
  font-size: 48px;
}

.ft-52 {
  font-size: 52px;
}

.ft-56 {
  font-size: 56px;
}

.ft-60 {
  font-size: 60px;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.color-primary {
  color: #0e0a33 !important;
}

.color-dark {
  color: #262524;
}

.color-white {
  color: #ffffff;
}

.color-blue {
  color: #1472ff;
}

.color-dark-blue {
  color: #002c6e;
}

.bg-gradient-primary {
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
}

.gradient-text {
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* =========================
   HEADER / NAVBAR
========================= */

.header-wrapper {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 18px 0;
  transition: all 0.3s ease;
  padding-top: 0;
}

/* Navbar wrapper */

.navbar {
  padding: 12px 15px;
  background: transparent;
}

/* INNER CONTAINER (DEFAULT STATE) */

.nav-container {
  background: #ffffff;
  border-radius: 50px;
  /* box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12); */
  box-shadow: 0px 2px 10px 0px #00000026;
  padding: 6px 24px;
  position: relative;
  transition: all 0.3s ease;
}

/* Blue bottom accent */

.nav-container::after {
  content: "";
  position: absolute;
  left: 7%;
  right: 20px;
  bottom: -10px;
  height: 14px;
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  border-radius: 0 0 40px 40px;
  z-index: -1;
  transition: all 0.3s ease;
  width: 86%;
}

.sticky-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 20px;
  bottom: -10px;
  height: 14px;
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  /* border-radius: 0 0 40px 40px; */
  z-index: -1;
  transition: all 0.3s ease;
  width: 100%;
}

/* NAV LINKS */

.navbar-brand {
  font-weight: 700;
}

.main-menu .nav-link {
  color: #0e0a33;
  font-weight: 500;
  padding: 5px 13px !important;
}

/* CTA BUTTON */

.start-btn {
  padding: 0 22px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 50%, #21c2ff 100%);
  background-size: 200% auto;
  color: #ffffff;
  transition: background-position 0.5s ease;
  height: 42px;
  text-decoration: none;
}

.start-btn:hover {
  background-position: right center;
  color: #ffffff;
}

.submit-btn:hover {
  background: #0e0a33;
  background-position: right center;
  color: #ffffff;
}

.pricing-btn {
  background-size: 200% auto;
  color: #ffffff;
  transition: background-position 0.5s ease;
}

.pricing-btn:hover {
  background-position: right center;
  color: #ffffff;
}

.slider-btn {
  padding-left: 5px !important;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 50%, #21c2ff 100%);
  background-size: 200% auto;
  color: #ffffff;
  transition: background-position 0.5s ease;
  height: 48px;
}

.slider-btn:hover {
  background-position: right center;
  color: #ffffff;
}

/* Mega Menu */

.mega-dropdown .dropdown-menu {
  border-radius: 0;
  padding: 10px;
  padding-inline: 0;
  min-width: 250px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.mega-dropdown .dropdown-item {
  padding: 8px 0;
  font-size: 15px;
}

/* =========================
   STICKY / SCROLL STATE
========================= */

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  padding: 0 10px; 
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
}

/* Remove card effect */

.sticky-header .nav-container {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0px 0;
}

/* Remove gradient accent */

.sticky-header .nav-container::after {
  display: none;
}

/* new css nav */

/* =========================
   DROPDOWN ON HOVER (DESKTOP ONLY)
========================= */

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  /* COMPLETELY REMOVE BOOTSTRAP CARET */
  .navbar .dropdown-toggle::after {
    display: none !important;
  }
}

/* =========================
   CUSTOM BOOTSTRAP ICON ARROW
========================= */

.mega-dropdown > .nav-link {
  position: relative;
  padding-right: 20px !important;
}

/* USE ::before to avoid Bootstrap override */

.mega-dropdown > .nav-link {
  position: relative;
  padding-right: 32px;
  /* creates space for icon */
}

.mega-dropdown > .nav-link::before {
  content: "\f282";
  font-family: "Bootstrap-icons" !important;
  font-size: 12px;
  font-weight: 900;
  color: #1472ff;
  position: absolute;
  right: 5px;
  top: 60%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s ease;
}

/* Rotate arrow on hover */

@media (min-width: 992px) {
  .mega-dropdown:hover > .nav-link::before {
    transform: translateY(-50%) rotate(180deg);
  }
}

/* =========================
   DROPDOWN ITEM HOVER EFFECT
========================= */

.mega-dropdown .dropdown-item {
  padding: 8px 12px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.mega-dropdown .dropdown-item:hover {
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  color: #ffffff;
}

/* =========================
   HERO SECTION
========================= */
.hero-section {
    background: linear-gradient(135deg, #081426 0%, #0F2A4D 50%, #0B1D3A 100%);
    color: #fff;
    padding: 160px 0 0px;
    position: relative;
    overflow: hidden;
	 border-image-slice: 1;
  background-size: cover;
}
.hero-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(47,128,237,0.25) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    z-index: 0;
}
.hero-slide h1{
/* 	font-size: 52px; */
    font-weight: 700;
    line-height: 1.2;
}
.hero-slide h1 span{
	  color: #2F80ED;
}
.hero-slide p{
	color: #B0C4DE;
    font-size: 16px;
    line-height: 1.7;
    max-width: 500px;
}
img.hero-image  {
    filter: brightness(0.8) contrast(1.1);
}


.hero-features {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* Each item */
.feature-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #B0C4DE;
    font-size: 15px;
    transition: 0.3s ease;
}

/* REMOVE white boxes */
.feature-inline {
    background: transparent;
    padding: 0;
}

/* Icon circle */
.feature-inline .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(47,128,237,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F80ED;
    font-size: 15px;
    transition: 0.3s ease;
}

/* Hover */
.feature-inline:hover {
    color: #ffffff;
}

.feature-inline:hover .icon {
    background: linear-gradient(135deg, #2F80ED, #56CCF2);
    color: #fff;
    box-shadow: 0 0 12px rgba(47,128,237,0.5);
}


.hero-section::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        #081426 60%
    );
    border-top-left-radius: 100% 80px;
    border-top-right-radius: 100% 80px;
}
/* .hero-section {
  padding: 160px 0 0px;
  background: url(/assets/media/banner-bg.png);
  background-repeat: no-repeat;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(129.1deg, #21c2ff 0%, #1472ff 100%);
  border-image-slice: 1;
  background-size: cover;
} */

/* .hero-image {
  min-height: 470px;
  object-fit: cover;
} */

.text-area {
  padding-top: 0px;
  padding-bottom: 80px;
}

.icon-parent {
  height: 38px;
  width: 38px;
  background: linear-gradient(225deg, #2e70b6 0%, #0e0a33 100%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.icon-parent i {
  color: #fff;
  font-size: 16px;
}

/* .hero-slider .owl-dots {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
    position: absolute;
    right: 50%;
    bottom: 10px;
} */

/* =========================
   HERO DOTS FIX
========================= */

.hero-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  display: flex;
  gap: 0px;
}

.hero-slider .owl-dot span {
  height: 8px;
  width: 30px;
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  margin: 0 4px;
  border: 0;
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  display: block;
  /* border-radius: 50%; */
}

.hero-slider .owl-dot.active span {
  background: linear-gradient(225deg, #2e70b6 0%, #0e0a33 100%);
}

/* =========================
   BOOTSTRAP ICON NAV ARROWS
========================= */

.hero-slider {
  position: relative;
}

/* Left side positioning */

.hero-slider .owl-nav {
  position: absolute;
  left: 40%;
  bottom: 0;
  transform: translateY(-50%);
  width: 50%;
  display: flex;
  gap: 12px;
  padding-left: 15px;
}

/* Common button style */

.hero-slider .owl-nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(
    90deg,
    #21c2ff 0%,
    #1472ff 50%,
    #21c2ff 100%
  ) !important;
  position: relative;
  font-size: 0;
  transition: background-position 0.5s ease;
  /* hide default text */
}

/* PREV icon */

.hero-slider .owl-prev::before {
  content: "\f12f";
  /* bi-arrow-left */
  font-family: "Bootstrap-icons";
  font-size: 18px;
  color: #fff;
}

/* NEXT icon */

.hero-slider .owl-next::before {
  content: "\f138";
  /* bi-arrow-right */
  font-family: "Bootstrap-icons";
  font-size: 18px;
  color: #fff;
}

.hero-slider .owl-nav button span {
  display: none;
}

.solutions-section {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
/*   border-bottom: 1px solid transparent;
  border-image: linear-gradient(129.1deg, #21c2ff 0%, #1472ff 100%);
  border-image-slice: 1; */
}

/* Badge */

.solutions-badge {
  padding: 6px 18px;
  border: 1px solid #1472ff;
  border-radius: 30px;
  font-family: FiraSans-Regular;
}

/* Title */

.solutions-title {
  /* font-size: 36px;
  font-weight: 700; */
  color: #0e0a33;
  font-family: FiraSans-Regular;
  margin-top: 24px;
}

/* Card */

.solution-card {
  position: relative;
  background: #fff;
  border: 1px solid #2f80ff;
  border-radius: 18px 108px 18px 18px;
  padding: 50px;
  height: 350px;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Hover Background */

.solution-bg {
  position: absolute;
  inset: 0;
  border-radius: 18px 108px 18px 18px;
  background: url("../media/mobile-development-bg.png") center/cover no-repeat;
  border: 4px solid #2f80ff;
  /* background: url(../media/solution-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left; */
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
  overflow: hidden;
  /* important for border-radius */
}

.solution-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  /* overlay strength */
  border-radius: inherit;
}

/* Icon */

.solution-icon {
  font-size: 68px;
  color: #000;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

/* Text */

.solution-title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #0066ff;
  position: relative;
  z-index: 1;
  font-family: FiraSans-Regular;
}

.solution-desc {
  position: relative;
  z-index: 1;
}

/* Button */

.solution-btn {
  margin-top: 15px;
  font-size: 14px;
  text-decoration: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.solution-btn.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hover + Active */

.solution-card:hover,
.solution-card.active {
  border: transparent;
}

.solution-card:hover .solution-bg,
.solution-card.active .solution-bg {
  opacity: 1;
}

.solution-card:hover .solution-icon,
.solution-card.active .solution-icon {
  color: #fff;
}

.solution-card:hover .solution-title {
  color: #fff;
}

.solution-card:hover .solution-desc {
  display: none;
}

.solution-card:hover .solution-btn {
  opacity: 1;
  transform: translateY(0);
}

/* Image instead of icon */

.solution-img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  filter: invert(0);
  transition: filter 0.4s ease;
}

.solution-card:hover .solution-img,
.solution-card.active .solution-img {
  filter: invert(100%);
}

/* Responsive */

/* ================================
   CLIENT LOGO SECTION
================================ */

.client-logos-section {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Badge */

.clients-badge {
  padding: 6px 20px;
  border: 1px solid #2f80ff;
  border-radius: 30px;
  font-size: 14px;
  color: #2f80ff;
}

.logo-scroller {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
}

.logo-track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: scroll 25s linear infinite;
  padding-top: 30px;
  padding-bottom: 30px;
}

.logo-track.clone {
  position: absolute;
  left: 72%;
  top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.logo-item {
  flex: 0 0 auto;
  margin: 0 40px;
}

.logo-item img {
  height: 55px;
  width: auto;
  /* min-width: 120px; */
  object-fit: contain;
}

/* REAL CONTINUOUS ANIMATION */

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

/* Section */

.team-intro-section {
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 100px;
}

/* Left Image */

/* .team-image-wrapper {
  max-width: 520px;
} */

.team-image {
  border-top-left-radius: 108px;
  border-top-right-radius: 108px;
  border-bottom-right-radius: 108px;
  border-bottom-left-radius: 18px;
  width: 100%;
  object-fit: cover;
  height: 485px;
}

/* Floating Logo */

.team-logo-badge {
  position: absolute;
  bottom: -40px;
  right: -25px;
  width: 256px;
  height: 254px;
  /* background: #ffffff; */
  border-top-left-radius: 108px;
  border-top-right-radius: 108px;
  border-bottom-right-radius: 108px;
  border-bottom-left-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
}

.team-logo-badge img {
  /* width: 60px; */
}

/* Badge */

.team-badge {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #2f80ff;
  border-radius: 30px;
  font-size: 14px;
  color: #2f80ff;
}

/* Title */

.team-title {
  color: #0e0a33;
  font-family: FiraSans-Regular;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Text */

.team-description {
  color: #262524;
  max-width: 520px;
}

/* Rating */

.rating-score {
  font-family: FiraSans-Regular;
  color: #0e0a33;
}

.rating-stars i {
  color: #ffc300;
  font-size: 16px;
  padding-inline: 3px;
}

.team-rating {
  padding-right: 40px;
}

.rating-label {
  color: #0e0a33;
  position: relative;
  display: block;
}

.rating-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  /* distance from text */
  width: 100%;
  height: 3px;
  /* underline thickness */
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  border-radius: 2px;
  /* optional smoothness */
}

/* Button */

.team-btn {
  /* background: #2f80ff;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500; */
}

/* .team-btn:hover {
  background: #1f6fe0;
  color: #fff;
} */

.team-btn {
  position: relative;
  padding-left: 28px;
  /* space after separator */
}

.team-btn::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 1px;
  background-color: #c7c7c7;
}

/* Responsive */

@media (max-width: 991px) {
}

/* ===============================
   CLIENT TESTIMONIALS SECTION
================================ */

.client-testimonials-section {
  background: #fffff;
  padding: 75px 0 30px;
  position: relative;
  overflow: hidden;
}

/* .client-testimonials-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #f6fdff 60.58%
  );
  pointer-events: none;
  z-index: 2;
} */

/* Avatar group */

.testimonial-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 108px 108px 108px 18px;
  margin-inline: 3px;
  border: 2px solid #ffffff;
}

.white-overlay-img {
  opacity: 0.5;
}

/* ===============================
   MASONRY LAYOUT
================================ */

.testimonial-masonry {
  column-count: 3;
  column-gap: 24px;
}

.testimonial-item {
  break-inside: avoid;
  margin-bottom: 24px;
}

/* Tablet */

@media (max-width: 991px) {
  .testimonial-masonry {
    column-count: 2;
  }
}

/* Mobile */

@media (max-width: 575px) {
  .testimonial-masonry {
    column-count: 1;
  }
}

/* ===============================
   TESTIMONIAL CARD
================================ */

.testimonial-card {
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  padding: 30px;
  border: 1px solid #3a8bff;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(129.1deg, #21c2ff 0%, #1472ff 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.client-testimonials-section {
  /* background: #f5fbff; */
  padding: 75px 0 75px;
  position: relative;
  overflow: hidden;
}

/* Bottom gradient overlay */

/* .client-testimonials-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 150px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #f6fdff 50%,
    rgba(255, 255, 255, 0) 100% 
  );
} */

/* .has-bottom-fade::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #f6fdff 50%,
    rgba(255, 255, 255, 0) 100%
  );
} */

.testimonial-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease;
}

/* Responsive tuning */

@media (max-width: 768px) {
}

.contact-section {
  padding: 50px 0;
  background: #fff;
}

/* Heading */

.contact-heading {
  margin-bottom: 70px;
}

.contact-pill {
  border: 1px solid #1472ff;
  padding: 6px 20px;
  border-radius: 30px;
  color: #1472ff;
}

/* Left image */

.contact-bg-image {
  /* position: absolute; */
  inset: 0;
  z-index: 0;
}

.red {
  color: #ff170a;
}

.contact-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

/* Contact info */

.contact-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-row {
  margin-top: 15px;
}

.info-item {
  display: flex;
  gap: 18px;
  margin-bottom: 28px;
}

.info-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  /* fine alignment with first text line */
  flex-shrink: 0;
}

/* Form Shapes */

.form-shape-back {
  position: absolute;
  inset: -10px 20px -10px 20px;
  /* background: #0b3d91; */
  background: #002c6e;
  border-top-left-radius: 108px;
  border-top-right-radius: 108px;
  border-bottom-right-radius: 108px;
  border-bottom-left-radius: 18px;
  z-index: 0;
  rotate: 6deg;
}

.contact-form {
  position: relative;
  z-index: 1;
  padding: 48px;
  border-top-left-radius: 108px;
  border-top-right-radius: 108px;
  border-bottom-right-radius: 108px;
  border-bottom-left-radius: 18px;
  background: linear-gradient(107.18deg, #21c2ff 4.15%, #0c4499 95.91%);
  border: 8px solid white;
}

/* Inputs */

.form-control,
.form-select {
  height: 35px;
  border-radius: 30px;
  border: 2px solid #1472ff;
  background: #fff;
  box-shadow: 0px 3px 10px 0px #0000000d;
  line-height: 1.2;
}

.message-box {
  height: 120px;
  border-radius: 24px;
}

/* Button */

.submit-btn {
  background: #fff;
  color: #0e0a33;
  border: none;
  padding: 14px 38px;
  border-radius: 30px;
}

.custom-label {
  margin-bottom: 10px;
}

/* Responsive */

@media (max-width: 991px) {
}

.leading-company {
  background: linear-gradient(282.53deg, #0e0a33 0%, #002c6e 99.04%);
  padding-top: 50px;
  padding-bottom: 75px;
  border-radius: 30px;
  padding-inline: 0;
}

.leading-company .scroller {
  background-color: var(--xtra-lght-blue);
  margin-bottom: 15px;
}

.scroller {
  max-width: 100%;
}

.scroller__inner {
  padding-block: 0;
  display: flex;
  flex-wrap: wrap;
}

.tag-list.scroller__inner {
  gap: 2rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
}

.scroller[data-animated="true"] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 60s)
    var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 120s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

/* =========================
   SCROLLER IMAGES
========================= */

.scroller-img {
  height: 250px;
  width: auto;
  object-fit: contain;
  transition: transform 0.4s ease;
  transform-origin: center center;
}

/* Allow zoom up & down */

.scroller {
  overflow: visible;
}

.scroller[data-animated="true"] {
  overflow-x: hidden;
  overflow-y: visible;
}

/* Hover zoom */

.scroller-img:hover {
  transform: scale(1.1);
}

/* =========================
   CONSULTATION INPUT CTA
========================= */

.consultation-cta-section {
  background: transparent;
  position: relative;
  z-index: 11;
  margin-top: -3%;
}

.consultation-input-wrapper {
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  padding: 7px;
  border-radius: 30px;
  padding-bottom: 13px;
}

.consultation-input-inner {
  background: #ffffff;
  border-radius: 20px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.consultation-input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 400;
  font-family: Roboto;
}

.consultation-input::placeholder {
  color: #0e0a33;
  font-family: Roboto;
  /* opacity: 1; */
  font-size: 24px;
  font-weight: 300;
}

.consultation-btn {
  white-space: nowrap;
  padding: 12px 26px;
  border-radius: 30px;
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 50%, #21c2ff 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  border: none;
  background-size: 200% auto;
  transition: background-position 0.5s ease;
}

.consultation-btn:hover {
  background-position: right center;
  color: #ffffff;
}

@media (max-width: 768px) {
  /* .consultation-input-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  } */
  .consultation-input {
    text-align: center;
    font-size: 16px;
  }
  .consultation-btn {
    width: auto;
  }
}

/* =========================
   LIGHTBOX STYLES
========================= */

.custom-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.custom-lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
}

.lightbox-close {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

/* =========================
   PAUSE SCROLLER ON HOVER
========================= */

.scroller:hover .scroller__inner {
  animation-play-state: paused;
}

.custom-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.custom-lightbox img {
  max-width: 85%;
  max-height: 85%;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  user-select: none;
  padding: 10px;
}

.lightbox-prev {
  left: 30px;
}

.lightbox-next {
  right: 30px;
}

/* pause scroller */

.scroller:hover .scroller__inner {
  animation-play-state: paused;
}

.dds-footer {
  background: linear-gradient(
    180deg,
    #f5fbff 0%,
    /* solid at top */ #f5fbff 50%,
    /* solid in middle */ rgba(245, 251, 255, 0) 100% /* fade out at bottom */
  );
  color: #262524;
}

.footer-desc {
  color: rgba(38, 37, 36, 0.85);
  max-width: 360px;
  font-size: 14px;
}

.footer-title {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #262524;
  font-size: 20px !important;
}

.footer-title i {
  font-size: 13px;
  opacity: 0.6;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu a {
  text-decoration: none;
  color: rgba(38, 37, 36, 0.8);
  transition: 0.3s ease;
  font-family: FiraSans-Regular;
  font-size: 14px;
}

.footer-menu a:hover {
  color: #1472ff;
  padding-left: 4px;
}

.footer-bottom {
  background: transparent;
  font-size: 14px;
  color: rgba(38, 37, 36, 0.7);
  border-top: 1px solid rgba(38, 37, 36, 0.12);
}

.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}
 
/* Common button */
 
.floating-btn {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  color: #fff;
}
 
/* Hover */
 
.floating-btn:hover {
  transform: translateY(-4px);
}
 
/* Profile Button */
 
.profile-btn {
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
}
 
/* WhatsApp */
 
.whatsapp-btn {
  background: #25d366;
}
 
.whatsapp-btn:hover {
  background: #20bd5a;
}
 
/* Back to Top */
 
.top-btn {
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  display: none;
}
 
/* Tooltip (Always visible) */
 
.tooltip-text {
  position: absolute;
  right: 55px;
  background: #002c6e;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 10px;
  white-space: nowrap;
  opacity: 1;
}
 
/* Small arrow */
 
/* .tooltip-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #111827;
} */

.page-banner {
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
}

.page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
/*   background: #002c6e; */
}

.page-banner .container {
  position: relative;
  z-index: 1;
}

.page-title {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  font-family: FiraSans-Regular;
}

.breadcrumb-section {
  background: #f5fbff;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: FiraSans-Regular;
}

.custom-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  font-size: 14px;
}

.custom-breadcrumb a {
  color: #1472ff;
  text-decoration: none;
  font-weight: 500;
}

.custom-breadcrumb a i {
  margin-right: 4px;
}

.breadcrumb-separator i {
  font-size: 12px;
  color: rgba(38, 37, 36, 0.5);
}

.custom-breadcrumb .breadcrumb-item.active {
  color: #262524;
  font-weight: 500;
}

.map-section {
  margin-top: 60px;
}

.map-wrapper {
  width: 100%;
  height: 420px;
  position: relative;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.btn-close {
  z-index: 999;
}

.btn,
.btn:focus,
.btn:active {
  color: #fff !important;
}

.pricing-section {
  padding: 50px 0;
}

.pricing-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e6f0ff;
  transition: all 0.35s ease;
/*   position: relative; */
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  /* background: linear-gradient(129deg, #21c2ff, #1472ff); */
  opacity: 0;
  transition: opacity 0.35s ease;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}

.pricing-head {
  padding: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* 
.featured-head {
    background: linear-gradient(129deg, #ff7a00, #ff5400);
} */

.pricing-image {
  position: relative;
}

.pricing-image img {
  width: 100%;
  filter: grayscale(100%);
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.price-badge {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translateX(-50%); */
  background: #fff;
  padding: 10px 20px;
  /* border-radius: 14px; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  font-size: 18px;
}

.price-badge span {
  font-size: 32px;
  color: #002c6e;
}

.pricing-features {
  list-style: none;
  padding: 50px 30px 20px;
  margin: 0;
}

.pricing-features li {
  padding: 10px 0;
  border-bottom: 1px solid #eef4ff;
}

.pricing-btn {
/*   margin: 20px; */
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  color: #fff;
  padding: 14px;
  border: none;
  transition: all 0.3s ease;
  display: flex;
  text-align: center;
  justify-content: center;
}

.pricing-btn:hover {
  transform: translateY(-2px);
/*   box-shadow: 0 12px 24px rgba(255, 106, 0, 0.35); */
}

/* .pricing-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
} */

.pricing-card:hover::before {
  opacity: 1;
}

.pricing-card:hover img {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.pricing-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  transform: translateY(-100%);
  transition: transform 0.45s ease;
  z-index: -1;
}

.pricing-card:hover .pricing-head::before {
  transform: translateY(0);
}

.pricing-card:hover .pricing-head h4,
.pricing-card:hover .pricing-head p {
  color: #fff;
  transition: color 0.3s ease;
}

.pricing-head::before {
  transition-delay: 0.05s;
}

/* Section */

/* .single-price {
    text-align: center;
    background: linear-gradient(90deg, #21c2ff 0%, #1472ff 50%, #21c2ff 100%);
    transition: 0.7s;
    margin-top: 20px;
}

.single-price h3 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 0;
    margin-top: -80px;
    font-family: poppins;
    color: #fff;
}

.single-price h4 {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
}

.single-price h4 span.sup {
    vertical-align: text-top;
    font-size: 25px;
}

.deal-top {
    position: relative;
    background: #002c6e;
    font-size: 16px;
    text-transform: uppercase;
    padding: 136px 24px 0;
}

.deal-top::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 0;
    height: 0;
    border-top: 50px solid #002c6e;
    border-left: 175px solid transparent;
    border-right: 183px solid transparent;
}

.deal-bottom {
    padding: 56px 16px 0;
}

.deal-bottom ul {
    margin: 0;
    padding: 0;
}

.deal-bottom ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-top: 16px;
    border-top: 1px solid #e4e4e4;
    padding-top: 16px;
    list-style: none;
}

.btn-area a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #16a086;
    padding: 8px 64px;
    margin-top: 32px;
    border-radius: 4px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.single-price:hover {
    background: #16a086;
}

.single-price:hover .deal-top {
    background: #262626;
}

.single-price:hover .deal-top:after {
    border-top: 50px solid #262626;
}

.single-price:hover .btn-area a {
    background: #262626;
}



.link-area {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    border-radius: 40px;
    background: tomato;
}

.link-area a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
} */

/* ===== FAQ BASE ===== */

.faq-section {
  background: #f9fcff;
}

.faq-accordion .accordion-item {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}

.faq-accordion .accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
}

/* ===== BUTTON ===== */

.faq-accordion .accordion-button {
  padding: 22px 26px;
  background: #ffffff;
  transition:
    background 0.4s ease,
    color 0.4s ease;
}

.faq-accordion .accordion-button::after {
  transition: transform 0.35s ease;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #21c2ff, #1472ff);
  color: #ffffff;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

/* ===== SMOOTH BODY ANIMATION ===== */

.accordion-collapse {
  transition: height 0.45s ease;
}

.accordion-body {
  padding: 22px 26px;
  line-height: 1.75;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

/* When open */

.accordion-collapse.show .accordion-body {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   ABOUT HERO
========================= */

.about-hero {
  background: linear-gradient(180deg, #f6fdff 0%, #ffffff 100%);
}

/* =========================
   ABOUT CARD (Vision / Mission)
========================= */

.about-card {
  position: relative;
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.05);
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.about-card:hover {
  transform: translateY(-8px) scale(1.01);
}

/* Gradient border */

.about-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  background: linear-gradient(135deg, #21c2ff, #1472ff);
  border-radius: inherit;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 260ms ease;
}

/* Soft glow */

.about-card::after {
  content: "";
  position: absolute;
  inset: -35%;
  background: radial-gradient(
    circle,
    rgba(33, 194, 255, 0.18),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 260ms ease;
}

.about-card:hover::before,
.about-card:hover::after {
  opacity: 1;
}

/* Text micro motion */

.about-card h3,
.about-card p {
  transition: transform 140ms ease;
}

.about-card:hover h3,
.about-card:hover p {
  transform: translateY(-1px);
}

/* =========================
   CORE VALUES – SMOOTH & CLEAN
========================= */

.value-card {
  background: #ffffff;
  padding: 22px 18px 16px;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* base shadow */
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  /* ONLY animate shadow */
  transition: box-shadow 160ms ease;
}

/* Hover = shadow only */

.value-card:hover {
  box-shadow:
    0 22px 50px rgba(20, 114, 255, 0.18),
    0 10px 22px rgba(0, 0, 0, 0.08);
}

/* =========================
   VALUE IMAGE – STATIC
========================= */

.value-img {
  height: 140px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
}

.value-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   WHY CHOOSE US
========================= */

.why-choose-section {
  position: relative;
}

/* Badge */

.why-badge {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
}

/* Card */

.why-card {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 10px 20px;
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  transition: box-shadow 160ms ease;
}

.why-card:hover {
  box-shadow:
    0 22px 50px rgba(255, 255, 255, 0.18),
    0 10px 22px rgba(0, 0, 0, 0.18);
}

/* Image */

.why-image {
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

/* =========================
   IMAGE STACK – HERO
========================= */

.about-image-stack {
  position: relative;
  max-width: 520px;
  margin-left: auto;
}

.about-image-stack .main-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.about-image-stack .floating-img {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 220px;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(20, 114, 255, 0.35);
  border: 4px solid #fff;
}

/* Responsive safety */

@media (max-width: 991px) {
  .about-image-stack {
    margin: 0 auto;
  }
  .about-image-stack .floating-img {
                 left: -17px;
        bottom: -30px;
        width: 180px;
  }
	    .about-img-col {
        margin-top: 0;
        padding-inline: 35px;
    }
}

/* =========================
   BLOG HERO
========================= */

.blog-hero {
  background: linear-gradient(180deg, #f6fdff 0%, #ffffff 100%);
}

/* =========================
   BLOG CATEGORY CARD
========================= */

.blog-category-card {
  background: #ffffff;
  padding: 26px 22px;
  border-radius: 16px;
  height: 100%;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  transition: box-shadow 160ms ease;
}

.blog-category-card:hover {
  box-shadow:
    0 22px 48px rgba(20, 114, 255, 0.18),
    0 10px 22px rgba(0, 0, 0, 0.08);
}

/* =========================
   BLOG CARD
========================= */

.blog-card {
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: box-shadow 160ms ease;
}

.blog-card:hover {
  box-shadow:
    0 26px 60px rgba(20, 114, 255, 0.18),
    0 12px 24px rgba(0, 0, 0, 0.08);
}

/* =========================
   BLOG TOPICS
========================= */

.blog-topics {
  background: #f9fcff;
}

.related-post-thumb {
  width: 70px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.related-post h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.related-post span {
  font-size: 14px;
  color: #777;
}

/* Topic Card */

.topic-card {
  position: relative;
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  transition: box-shadow 160ms ease;
}

/* Accent bar */

.topic-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 4px;
  height: 42px;
  background: linear-gradient(180deg, #21c2ff, #1472ff);
  border-radius: 0 4px 4px 0;
}

/* Hover (shadow only – smooth) */

.topic-card:hover {
  box-shadow:
    0 22px 48px rgba(20, 114, 255, 0.18),
    0 10px 22px rgba(0, 0, 0, 0.08);
}

/* Icon */

.topic-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(20, 114, 255, 0.08);
  color: #1472ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 12px;
}

/* Text spacing */

.topic-card h5 {
  margin-bottom: 8px;
}

/* =========================
   READ MORE LINK
========================= */

.read-more {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #1472ff;
  text-decoration: none;
}

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

.blog-detail-section {
  background: #f8fbff;
}

/* Meta */

.blog-meta span {
  font-size: 14px;
  color: #6c757d;
}

.blog-meta i {
  color: #0d6efd;
}

/* Content */

.blog-content h2 {
  margin-top: 30px;
  font-weight: 600;
}

.blog-content p {
  line-height: 1.8;
  color: #444;
}

/* Quote */

.blog-quote {
  background: #f1f6ff;
  border-left: 4px solid #0d6efd;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
}

/* Tags */

.blog-tags .tag {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  background: #e9f2ff;
  color: #0d6efd;
  border-radius: 20px;
  margin-right: 8px;
}

/* Share */

.blog-share a {
  margin-left: 10px;
  font-size: 18px;
  color: #0d6efd;
}

/* Sidebar */

.blog-sidebar-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.toc-list {
  padding-left: 0;
}

.toc-list li {
  list-style: none;
  margin-bottom: 10px;
}

.toc-list a {
  text-decoration: none;
  color: #333;
}

/* Related Posts */

.related-post {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}

.related-post h6 {
  font-size: 15px;
  margin-bottom: 4px;
}

.related-post span {
  font-size: 13px;
  color: #777;
}

/* .process-section {
  background: #f8fbff;
} */

.our-process-section {
  background: linear-gradient(180deg, #f6fdff 0%, #ffffff 100%);
}

/* ROW */

.process-row {
  display: flex;
  align-items: start;
  gap: 60px;
  margin-bottom: 80px;
}

.process-row.reverse {
  flex-direction: row-reverse;
}

/* IMAGE */

/* FORCE SAME HEIGHT FOR ALL PROCESS IMAGES */

.process-media {
  flex: 1;
  height: 320px;
  /* ✅ same height for all */
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  transition: box-shadow 180ms ease;
}

.process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ✅ no stretching */
}

/* CONTENT */

.process-info {
  flex: 1;
}

.process-step {
  font-size: 56px;
  font-weight: 700;
  color: #002c6e;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
	padding-bottom: 30px;
}

.process-info h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.process-info p {
  color: #555;
  line-height: 1.7;
  max-width: 480px;
}

/* HOVER – ONLY SHADOW */

.process-row:hover .process-media {
  box-shadow: 0 28px 65px rgba(33, 194, 255, 0.25);
}

.process-row:hover .process-step {
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* MOBILE */

@media (max-width: 768px) {
  .process-row,
  .process-row.reverse {
    flex-direction: column;
    gap: 30px;
  }
  .process-step {
    font-size: 44px;
  }
}

.blog-img {
  max-height: 350px;
  object-fit: cover;
  width: 100%;
}

.single-blog-img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

/* =====================
   TABS
===================== */

.portfolio-tabs-nav {
  gap: 10px;
}

.portfolio-tab {
  border: 1px solid;
  padding: 10px 18px;
  border-radius: 30px;
  background: #fff;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  background-clip: text;
  color: transparent;
  border: 1px solid #1472ff;
}

.portfolio-tab.active {
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  color: #fff;
  border: none;
}

/* =====================
   CARDS
===================== */

.portfolio-card {
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.portfolio-img-wrap {
  overflow: hidden;
  border-radius: 14px;
}

.portfolio-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
  cursor: pointer;
}

.portfolio-card:hover img {
  transform: scale(1.12);
}

.portfolio-title {
  margin-top: 14px;
  text-align: center;
  font-weight: 500;
  font-family: FiraSans-Regular;
}

/* =====================
   LIGHTBOX
===================== */

.portfolio-lightbox-modal img {
  max-height: 85vh;
  object-fit: contain;
}

.portfolio-lightbox-modal .carousel-control-prev-icon,
.portfolio-lightbox-modal .carousel-control-next-icon {
  filter: invert(1);
}

/* SIDEBAR */

.service-sidebar {
  background: #0b1c33;
  padding: 25px;
  /* border-radius: 16px; */
}

.sidebar-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

/* SERVICE TAB */

.service-tab .nav-link {
  color: #cfd8e3;
  font-size: 15px;
  padding: 10px 14px;
  border-radius: 8px;
  margin-bottom: 6px;
  text-align: left;
  transition: 0.3s;
  width: 100%;
}

.service-tab .nav-link.active,
.service-tab .nav-link:hover {
  background: linear-gradient(135deg, #21c2ff, #1472ff);
  color: #fff;
}

/* HELP CARD */

.help-card {
  background: #081526;
  padding: 15px;
  color: #fff;
}

/* FEATURES */

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

.service-feature-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 15px;
}

.service-feature-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #21c2ff;
}

.help-call-img {
  display: block;
}

.help-call-number {
  color: #fff;
  text-decoration: none;
}

.help-call-number:hover {
  text-decoration: underline;
}

.service-details-section {
  font-family: Roboto;
}

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

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.feature-list i {
  color: #002c6e;
  /* you can replace with your theme color */
  font-size: 18px;
}

.navbar .dropdown-toggle::after {
  display: none !important;
}

.technology-list.scroller__inner {
  gap: 30px;
}

.technology-list.scroller__inner {
  list-style: none;
}

.scroller__inner h5 {
  font-size: 16px;
  margin-top: 20px;
}

.scroller__inner .scroller_logo {
  width: 160px;
  height: 140px;
  text-align: center;
  line-height: 102px;
  background-color: var(--white);
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(var(--blk-rgb), 0.05);
}

.scroller__inner .scroller_logo img {
  width: 82%;
  height: auto;
}

.technologies_sec .scroller[data-speed="slow"] {
  --_animation-duration: 40s;
}

.navbar-expand-lg {
  flex-wrap: wrap !important;
  justify-content: flex-start;
}

.technology-list .scroller__inner {
  list-style: none;
}

.mobile-solution-section {
  background-color: var(--color-light);
  padding-top: 30px;
  padding-bottom: 0;
}

.mobile-solution-card {
  border: 4px solid #2f80ff;
  border-radius: 18px 108px 18px 18px;
  background: #fff;
  height: 100%;
}

.solution-main-img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 13px 103px 0px 0px;
  margin-bottom: 0px;
}

.solution-logo {
  width: 60px !important;
  height: auto;
  margin-bottom: 5px;
}

.mobile-solution-card h3 {
  line-height: 1.2;
}

.solution-btn {
  padding: 12px 26px;
  font-size: 16px;
}

.mobile-solution-slider .owl-dots {
  display: none;
}

.service-details-section {
  padding: 50px 0;
}

/* 
.mobile-solution-section {
  background-color: var(--color-light);
  padding-top: 30px;
  padding-bottom: 0;
}

.mobile-solution-card {
  position: relative;
  border: 4px solid #2f80ff;
  border-radius: 18px 108px 18px 18px;
  background: #fff;
  overflow: hidden;
}

.solution-main-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 1;
}

.mobile-solution-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 2;
}

.mobile-solution-card > div {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.solution-logo {
  width: 52px !important;
  height: auto;
  margin-bottom: 12px;
}

.mobile-solution-card h3 {
  line-height: 1.3;
}

.solution-btn,
.mobile-solution-card .btn {
  padding: 12px 26px;
  font-size: 16px;
  margin-top: auto;
}

.mobile-solution-slider .owl-dots {
  display: none;
}

.service-details-section {
  padding: 50px 0;
} */

.mobile-solution-card .btn {
  align-self: flex-start;
}

.faq-datil {
  padding: 50px 0;
}

.custom-checkbox {
  background-color: #fff;
  /* ✅ white by default */
  border: 2px solid #1472ff;
  /* ✅ blue border */
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
}

/* Checked state */

.custom-checkbox:checked {
  background-color: #28a745;
  /* ✅ green */
  border-color: #28a745;
}

/* White tick */

.custom-checkbox:checked::after {
content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    right: 0;
    width: 5px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-bg-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.contact-bg-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* White Fade Overlay */

.contact-bg-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: /* TOP FADE */
    linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 25%),
    /* BOTTOM FADE */
    linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 25%),
    /* LEFT + RIGHT FADE */
    linear-gradient(
        to right,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0) 80%,
        #ffffff 100%
      );
}
/* Urna (20.02) */
/* Main Menu */
.main-menu > li > a {
    font-weight: 400;
    padding: 10px 15px;
    color: #0a1f44;
}

/* Dropdown */
.main-menu .dropdown-menu {
    border-radius: 12px;
    padding: 10px 0;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-top: 15px;
}

/* Dropdown items */
.main-menu .dropdown-menu .dropdown-item {
    padding: 8px 12px;
    font-weight: 400;
    color: #333;
    transition: 0.3s;
}

/* Hover effect */
.main-menu .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
    color: #fff;
    border-radius: 0px;
}

/* Show dropdown on hover (desktop only) */
@media (min-width: 992px) {
    .main-menu .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.main-menu .dropdown-toggle.nav-link::before {
		content: "\f282";
		font-family: "Bootstrap-icons" !important;
		font-size: 12px;
		font-weight: 900;
		color: #1472ff;
		position: absolute;
		right: 4px;
/* 		top: 60%; (Urna - 08.04) */
		top: 20px;	
		transform: translateY(-50%);
		pointer-events: none;
		transition: transform 0.3s ease; 
	}
.main-menu .dropdown-toggle.nav-link{
	padding-right: 20px !important;
}
/* Transition for arrow */
.main-menu .dropdown-toggle.nav-link::after {
    transition: transform 0.3s ease;
}

/* Rotate arrow when hovering */
/* Rotate when hover */
@media (min-width: 992px) {
    .main-menu .dropdown:hover > .dropdown-toggle.nav-link::before {
        transform: translateY(-50%) rotate(180deg);
    }
}
.form-row p {
    margin: 0;
    padding: 0;
}
.paragraph-bullet ul {
    padding-left: 0;
}
/* .paragraph-bullet ul li {
    list-style-type: none;
	padding-bottom: 5px;
} */
/* .paragraph-bullet ul li i {
    padding-right: 10px;
} */
ul.tag-list {
    list-style-type: none;
}
.pricing-features li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0;
    border-bottom:1px solid #e5e5e5;
}

.pricing-features li .tick{
    color:#28a745;
    font-size:16px;
}

.pricing-features li .cross{
    color:#dc3545;
    font-size:16px;
}
.why-choose-section ul{
	list-style-type: none;
	padding-left: 0;
}
.why-choose-section ul li{
	padding-bottom: 10px;
}
.why-choose-section ul li i{
	padding-right: 10px;
}
.popup-plan-title.hidden {
    display: none;
}
h4.sel-plan {
    width: 25%;
    float: left;
}
h4.popup-plan-title {
    width: 75%;
}
.wpcf7 input[type="checkbox"] {
    width: 15px;
    height: 15px;
	border: 2px solid #1472ff;
	border-radius: 4px;
    transform: scale(1.4);
    margin-right: 8px;
}
/* Yash & Urna - 11.03.26 */
.vm-icon {
  font-size: 28px;
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
/* Card Design */
 
.dds-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
 
.dds-card:hover {
  transform: translateY(-5px);
}
 
/* List */
 
.dds-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.dds-list li {
  position: relative;
  /* padding-left: 28px; */
  margin-bottom: 12px;
  /* color: #262524; */
}
 
.dds-list li i {
  color: #002c6e;
}
 
/* .dds-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #1472ff;
  font-weight: 700;
} */
 
/* Industries */
 
.dds-industries {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
 
.dds-industries span {
  background: #f4f7ff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 16px;
  color: #002c6e;
  font-weight: 500;
}
.dds-list li {
    margin-bottom: 3px;
    color: #262524;
}
/* Commitment Section */
 
/* Premium Section Background */
 
.dds-premium-commitment {
  position: relative;
  background: linear-gradient(135deg, #002c6e, #1472ff);
  padding: 80px 0;
  overflow: hidden;
}
 
/* Floating Shapes */
 
.dds-premium-commitment::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -120px;
  right: -120px;
}
 
.dds-premium-commitment::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  bottom: -100px;
  left: -100px;
}
 
/* Glass Card */
 
.dds-premium-box {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
 
/* Premium Button */
 
.dds-premium-btn {
  display: inline-block;
  padding: 14px 36px;
  background: #ffffff;
  color: #1472ff;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
 
/* Glow effect */
 
.dds-premium-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  z-index: -1;
  /* filter: blur(15px); */
  /* opacity: 0; */
  transition: 0.3s;
}
 
.dds-premium-btn:hover::before {
  /* opacity: 1; */
}
 
.dds-premium-btn:hover {
  color: #002c6e;
}
 
/* Responsive */
 
@media (max-width: 768px) {
  .dds-premium-commitment {
    padding: 60px 0;
  }
  .dds-premium-box {
    padding: 35px 20px;
  }
}
 .dds-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
 
.dds-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
 
.dds-card-img {
  width: 55px;
}
 
.dds-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.dds-list li {
  margin-bottom: 10px;
  color: #262524;
}
 
.dds-list i {
  color: #1472ff;
}
 
.dds-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
 
.dds-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
 
/* Image */
 
.dds-card-img-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
 
/* List */
 
.dds-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.dds-list li {
  margin-bottom: 3px;
  color: #262524;
}
 
.dds-list i {
  color: #1472ff;
}
 
.global-client-section {
  background: #ffffff;
}
 
.global-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
}
 
.global-text {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}
 
.global-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
}
 
/* Responsive */
 
@media (max-width: 768px) {
  .global-title {
    font-size: 28px;
  }
  .global-img {
    height: 300px;
  }
}
 
.custom-margin {
  margin-bottom: 30px;
}
.agency-cta {
  background: #0f172a;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
 
/* soft gradient glow */
 
.cta-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(33, 194, 255, 0.35) 0%,
    rgba(20, 114, 255, 0) 70%
  );
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(60px);
  z-index: 0;
}
 
.agency-title {
  font-size: 42px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
 
.agency-text {
  font-size: 18px;
  line-height: 1.7;
  color: #d1d5db;
  position: relative;
  z-index: 2;
}
 
.agency-highlight {
  font-size: 22px;
  font-weight: 600;
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
 
.agency-btn {
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  color: #fff;
  padding: 12px 22px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.35s;
  position: relative;
  z-index: 2;
}
 
/* .agency-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(33, 194, 255, 0.4);
} */
 
ul.tag-list {
  list-style-type: none;
}
.tech-section {
  /* background: #f6f8fb; */
}
 
.tech-table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08); */
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0;
}
 
.tech-table tr {
  transition: 0.3s;
}
 
.tech-table tr:hover {
  background: #f5f9ff;
}
 
.tech-heading {
  width: 35%;
  font-size: 19px;
  font-weight: 600;
  color: #111;
  padding: 25px;
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  color: #fff !important;
}
 
.custom-table {
  border: 1px solid gray;
  border-radius: 12px;
}
 
.tech-data {
  padding: 25px;
  font-size: 16px;
  color: #444;
}
 
.tech-list {
  padding: 6px 0;
  font-weight: 500;
}
 
.tech-desc {
  margin-bottom: 10px;
  /* color: #555; */
  line-height: 1.7;
}
 
@media (max-width: 768px) {
  .tech-heading {
    font-size: 16px;
    padding: 18px;
  }
  .tech-data {
    font-size: 15px;
    padding: 18px;
  }
}
.page-sub-title {
    font-size: 28px;
 font-family: FiraSans-Regular;
/*   font-weight: 600; */
}
.ecommerce-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
 
/* TITLE */
 
.main-title {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}
 
/* .section-desc {
  color: #666;
  max-width: 600px;
  margin: auto;
} */
 
/* PLATFORM CARDS */
 
.platform-card {
  background: white;
  padding: 35px 25px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: 0.35s;
  height: 100%;
}
 
.platform-card i {
  font-size: 40px;
  color: #1472ff;
  margin-bottom: 15px;
  display: block;
}
 
.platform-card h5 {
  font-weight: 600;
}
 
.platform-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}
 
/* FEATURES */
 
.feature-box {
  background: white;
  padding: 30px;
  text-align: center;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}
 
.feature-box i {
  font-size: 32px;
  color: #1472ff;
  margin-bottom: 12px;
  display: block;
}
 
.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12);
}
 
/* SECURITY */
 
.security-box {
  background: white;
  padding: 50px 40px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  max-width: 850px;
  margin: auto;
}
 
.security-box i {
  font-size: 70px;
  color: #1472ff;
  margin-bottom: 20px;
  display: block;
}
 
/* PROCESS */
 
.process-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
 
.process-card {
  background: white;
  padding: 35px 20px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
 
.process-card span {
  font-size: 40px;
  font-weight: 700;
  color: #1472ff;
  display: block;
  margin-bottom: 10px;
}
 
.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12);
}
 
/* RESPONSIVE */
 
@media (max-width: 992px) {
  .process-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
 
@media (max-width: 768px) {
  .main-title {
    font-size: 28px;
  }
  .process-wrapper {
    grid-template-columns: 1fr;
  }
}
 
/* e-commerence */
 
.premium-feature-section {
  /* background: #f6fbff; */
  position: relative;
  padding-bottom: 20px;
}
 
/* BACKGROUND GLOW */
 
/* TITLE */
 
.premium-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 20px;
}
 
/* DESC */
 
/* GRID */
 
.premium-feature-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
 
/* FEATURE CARD */
 
.premium-feature-card {
  background: #fff;
  padding: 24px 26px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06); */
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: all 0.4s ease;
  position: relative;
}
 
/* FLOATING EFFECT */
 
.premium-feature-card:nth-child(odd) {
  transform: translateY(30px);
}
 
/* HOVER EFFECT */
 
.premium-feature-card:hover {
  /* transform: translateY(-8px); */
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}
 
/* HOVER BORDER ANIMATION */
 
.premium-feature-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  transition: 0.4s;
}
 
.premium-feature-card:hover::after {
  width: 100%;
}
 
/* RESPONSIVE */
 
@media (max-width: 992px) {
  .premium-feature-wrapper {
    grid-template-columns: 1fr;
  }
  .premium-feature-card:nth-child(odd) {
    transform: none;
  }
}
 
@media (max-width: 768px) {
  .premium-title {
    font-size: 32px;
  }
}
 
/* .process-section {
  background: #f7f9ff;
} */
 
.process-title {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  -webkit-background-clip: text;
  color: transparent;
}
 
/* WRAPPER */
 
.process-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  /* margin-top: 60px; */
  flex-wrap: wrap;
}
 
/* LINE */
 
/* STEP */
 
.process-step {
  text-align: center;
  width: 10%;
  position: relative;
}
 
/* NUMBER */
 
.process-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin: auto;
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
 
/* TEXT */
 
.process-text {
  font-size: 14px;
  font-weight: 500;
  /* color: #444; */
}
 
/* HOVER */
 
.process-step:hover .process-number {
  transform: scale(1.1);
  transition: 0.3s;
}
 
/* RESPONSIVE */
 
@media (max-width: 992px) {
  .process-step {
    width: 33%;
    margin-bottom: 40px;
  }
  .process-wrapper::before {
    display: none;
  }
}
 
@media (max-width: 768px) {
/*   .process-step {
    width: 100%;
  } */
  .process-title {
    font-size: 28px;
  }
	.process-wrapper {

    justify-content: center;

}
}
 
/* seo */
 
.seo-services-section {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
 
/* TITLE */
 
.seo-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 20px;
}
 
/* DESC */
 
/* LIST */
 
.seo-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
 
/* ITEM */
 
.seo-item {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: 0.3s;
}
 
/* HOVER LINE */
 
.seo-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  transition: 0.4s;
}
 
.seo-item:hover::after {
  width: 100%;
}
 
/* TEXT HOVER */
 
.seo-item:hover {
  color: #1472ff;
  padding-left: 10px;
}
 
/* IMAGE */
 
.seo-image {
  margin-top: 25px;
}
 
.seo-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
 
/* MOBILE */
 
@media (max-width: 992px) {
  .seo-image {
    margin-bottom: 30px;
  }
  .seo-services-section {
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
 
/* RESPONSIVE */
 
@media (max-width: 992px) {
  .seo-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .seo-desc {
    margin-bottom: 30px;
  }
}
 
.dm-pill-section {
  /* background: #f7f9ff; */
  padding-top: 35px;
  padding-bottom: 35px;
}
 
/* TITLE */
 
.dm-pill-title {
  font-size: 42px;
  font-weight: 800;
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  -webkit-background-clip: text;
  color: transparent;
}
 
.dm-pill-sub {
  font-size: 18px;
  color: #555;
  margin-top: 10px;
}
 
/* PILLS */
 
.dm-pill {
  background: #ffffff;
  padding: 16px 25px;
  border-radius: 50px;
  margin-bottom: 18px;
  text-align: center;
  font-weight: 500;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06); */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 0.35s;
}
 
/* HOVER */
 
.dm-pill:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  color: #fff;
}
 
/* MOBILE */
 
@media (max-width: 992px) {
  .dm-pill-title {
    font-size: 30px;
  }
  .dm-pill {
    font-size: 15px;
  }
}
 
/* hosting */
 
/* .security-trust-section {
  background: #f7f9ff;
} */
 
/* TITLE */
 
.security-main-title {
  font-size: 42px;
  font-weight: 800;
  background: linear-gradient(90deg, #21c2ff, #1472ff);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}
 
.security-intro {
}
 
/* BLOCK */
 
.security-block {
  background: #f7f9ff;
  padding: 35px 35px 35px 45px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: 0.35s;
  height: 100%;
}
 
/* LEFT HIGHLIGHT LINE */
 
.security-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #21c2ff, #1472ff);
  border-radius: 6px 0 0 6px;
}
 
/* LIST */
 
.security-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.security-block li {
  padding: 8px 0;
}
 
/* TITLE */
 
.block-title {
  font-weight: 600;
  margin-bottom: 15px;
}
 
/* HOVER */
 
.security-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.12);
}
 
/* MOBILE */
 
@media (max-width: 768px) {
  .security-main-title {
    font-size: 30px;
  }
  .security-block {
    padding: 30px;
  }
}
 
/* YD- 16-03-2026 */
 
.security-trust-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-section {
  padding: 50px 0;
}
 
/* .pricing-title {
  font-size: 32px;
  font-weight: 700;
} */
 
.pricing-sub {
  color: #6b7280;
}
 
.new-card {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  height: 100%;
  transition: 0.3s;
}
 
.new-card h4 {
  font-weight: 600;
  margin-top: 10px;
}
 
.sub-text {
  color: #9ca3af;
  font-size: 14px;
  margin-bottom: 15px;
}
 
.price {
  font-size: 36px;
  font-weight: 700;
}
 
.price-info {
  font-size: 13px;
  color: #9ca3af;
}
 
.top-badge {
  background: #f3f4f6;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  display: block;
}
 
.top-badge.blue {
  background: #dbeafe;
  color: #2563eb;
}
 
.top-badge.green {
  background: #dcfce7;
  color: #16a34a;
}
 
.features {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
 
.features li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  color: #374151;
}
 
.features span {
  font-weight: 600;
}
 
.featured-card {
  border: 2px solid #2563eb;
  /* transform: scale(1.05); */
}
 
.pricing-btn-outline {
  border: 1px solid #2563eb;
  background: transparent;
  color: #2563eb;
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
}
 
.pricing-btn-fill {
  background: #2563eb;
  color: #fff;
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
}
 
.new-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
 
.check-icon {
  width: 22px;
  height: 22px;
  background: #dcfce7;
  /* light green bg */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.check-icon i {
  color: #16a34a;
  /* dark green tick */
  font-size: 20px;
  font-weight: bold;
}
 
.cross-icon {
  width: 22px;
  height: 22px;
/*   background: #fee2e2; */
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
 
.cross-icon i {
/*   color: #dc2626; */
  font-size: 20px;
}
 
.pricing-btn {
  /* margin: 20px; */
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  color: #fff;
  padding: 14px;
  border: none;
  transition: all 0.3s ease;
  display: flex;
  text-align: center;
  justify-content: center;
}
 
.pricing-btn:hover {
  transform: translateY(-2px);
}

/* Yash (20.03.26) */
 
.pricing-section {
  padding: 50px 0;
}
 
.pricing-sub {
  color: #6b7280;
}
 
.new-card {
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  height: 100%;
  transition: 0.3s;
}
 
.new-card h4 {
  font-weight: 600;
  margin-top: 10px;
}
 
.sub-text {
  color: #9ca3af;
  font-size: 14px;
  margin-bottom: 15px;
}
 
.price {
  font-size: 36px;
  font-weight: 700;
}
 
.price-info {
  font-size: 13px;
  color: #9ca3af;
}
 
.top-badge {
  background: #f3f4f6;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  display: block;
}
 
.top-badge.blue {
  background: #dbeafe;
  color: #2563eb;
}
 
.top-badge.green {
  background: #dcfce7;
  color: #16a34a;
}
 
.features {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
 
.features li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  color: #374151;
}
 
.features span {
  font-weight: 600;
}
 
.featured-card {
  border: 2px solid #2563eb;
  /* transform: scale(1.05); */
}
 
.pricing-btn-outline {
  border: 1px solid #2563eb;
  background: transparent;
  color: #2563eb;
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
}
 
.pricing-btn-fill {
  background: #2563eb;
  color: #fff;
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
}
 
.new-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
 
.check-icon {
  width: 22px;
  height: 22px;
  background: #dcfce7;
  /* light green bg */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.check-icon i {
  color: #16a34a;
  /* dark green tick */
  font-size: 20px;
  font-weight: bold;
}
 
.cross-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
 
.cross-icon i {
  font-size: 20px;
}
 
.pricing-btn {
  margin-bottom: 0px;
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  color: #fff;
  padding: 14px;
  border: none;
  transition: all 0.3s ease;
  display: flex;
  text-align: center;
  justify-content: center;
}
 
.pricing-btn:hover {
  transform: translateY(-2px);
}
 
 
 
.custom-cta-section {
  padding: 40px 0;
}
 
.custom-cta-box {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-radius: 16px;
  padding: 30px 35px;
  color: #fff;
}
 
/* Title */
 
.cta-title {
  font-weight: 600;
  margin-bottom: 6px;
}
 
/* Subtext */
 
.cta-subtext {
  color: #cbd5e1;
  margin-bottom: 15px;
}
 
/* Tags */
 
.cta-tags span {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e2e8f0;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 8px;
  margin-bottom: 6px;
}
 
/* Button */
 
.cta-btn {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #fff;
  padding: 10px 22px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
 
.cta-btn:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
}
 
/* Responsive */
 
@media (max-width: 768px) {
  .custom-cta-box {
    padding: 20px;
  }
  .cta-title {
    font-size: 18px;
  }
  .cta-subtext {
    font-size: 13px;
  }
  .cta-btn {
    width: 100%;
    text-align: center;
  }
}
 .features i{
    width: 22px;
    height: 22px;
    background: #dcfce7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16a34a;
    font-size: 20px;
    font-weight: bold;
}
 .features i.bi-dash {
    background: none;
    color: black;
}
.badge-year {
  background: #facc15;
  /* yellow */
  color: #000;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 6px;
  margin-top: 5px;
}
 
.feature-left {
  display: flex;
  align-items: center;
  gap: 6px;
}
/* Target ONLY Elite card → Schema markup line */
.pricing-section .col-lg-4:nth-child(3) .features li:nth-of-type(???)::after {
    content: "2026";
    background: #fef3c7;
    color: #92400e;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 6px;
    margin-left: 8px;
}
ul.features li p{
	margin-bottom: 0;
}
/* Questionnaire- 21-03-2026 */
 
.questionnaire-section {
  padding: 80px 0;
}
 
.form-card {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
 
.form-title {
  font-size: 28px;
  /* font-weight: 700; */
  margin-bottom: 24px;
  text-align: start;
}
 
.section-title {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}
 
textarea {
  resize: none;
}
 
.nav-tabs .nav-link {
  border: 1px solid;
  padding: 10px 18px;
  border-radius: 30px;
  background: #fff;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  background-clip: text;
  color: transparent;
  border: 1px solid #1472ff;
}
 
.nav-tabs .nav-link.active {
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  color: #fff;
  border: none;
}
 
.nav-tabs .nav-link:hover {
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  color: #fff;
  border: none;
}
 
/* .submit-btn {
  background: #000;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
} */
 
.submit-btn:hover {
  background: #333;
}
 
.custom-input {
  border: 1px solid #b2b2b2;
}
 
ul#projectTabs {
  gap: 10px;
  border: none;
}
 
.tab-content .tab-pane {
  display: none;
}
 
.tab-content .tab-pane.active {
  display: block;
}
 
.form-header {
  border-left: 4px solid #1472ff;
  padding-left: 15px;
}
 
.form-main-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
 
.form-sub-title {
  font-size: 14px;
  color: #6c757d;
}
 
/* Modal Box */
 
.thank-you-custom-content {
  border-radius: 16px;
  padding: 30px 20px;
  border: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
 
/* Icon */
 
.thank-you-custom-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 50%;
  /* background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%); */
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.thank-you-custom-icon i {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
 
/* Title */
 
.thank-you-custom-title {
  font-size: 20px;
  font-weight: 600;
  color: #0a2540;
}
 
/* Description */
 
.thank-you-custom-desc {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
}
 
/* Button */
 
.thank-you-custom-btn {
  padding: 10px 25px;
  border-radius: 30px;
  background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
  color: #fff;
  border: none;
  transition: 0.3s;
}
 
.thank-you-custom-btn:hover {
  opacity: 0.9;
}
/* YD- 24-03-2026 */
#projectTabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
/* Scrollbar height */
#projectTabs::-webkit-scrollbar {
    height: 6px;
}
/* Track (background) */
#projectTabs::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
/* Thumb (the moving part) */
#projectTabs::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #21c2ff 0%, #1472ff 100%);
    border-radius: 10px;
}
ul#projectTabs {
    gap: 10px;
    border: none;
    padding-bottom: 10px;
}

.solution-single-image, .service-single-image{
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* Urna - 08.04 */
.navbar-toggler{
	color: #1472ff;
	border: 1px solid #002c6e !important;
}
.navbar-toggler:hover, .navbar-toggler:focus{
	border: 2px solid #002c6e !important;
	box-shadow: none !important;
}
/* Default (Desktop) - keep floating */
.floating-actions {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.process-info ul{
	padding-left: 15px;
}
.services-core-features ul{
	padding-left: 0;
}
.solution-leftimg img, .solution-rightimg img {
    height: 280px;
    object-fit: cover;
}

/*YD- 16-04-2026  */

.section-padding{
	padding-top:30px;
	padding-bottom:30px;
}
/* .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231ca3ff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
} */



/* 17-04-2026  */
.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    filter: brightness(0) invert(1);
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
    color: white;
    border: 1px solid #002c6e !important;
    padding: 4px;
    line-height: 1;
    font-size: 18px;
    border-radius: 50%;
    background: linear-gradient(225deg, #2e70b6 0%, #0e0a33 100%);
}

:root {
    /* --updated-banner-bg: #020b18;
    --updated-banner-bg-deep: #01060e; */
    --updated-banner-white: #f7f7f4;
    --updated-banner-muted: #d8dde5;
    --updated-banner-gold: #efb83d;
    --updated-banner-gold-bright: #ffca55;
    --updated-banner-border: rgba(239, 184, 61, 0.5);
    --updated-banner-blue: #36bfff;
    --updated-banner-page-gutter: clamp(30px, 3.6vw, 64px);
}

.updated-banner,
.updated-banner *,
.updated-banner *::before,
.updated-banner *::after {
    box-sizing: border-box;
}

.updated-banner {
    position: relative;
    isolation: isolate;
    min-width: 320px;
    min-height: 660px;
    padding-top: 65px;
    margin: 0;
    overflow: hidden;
    color: var(--updated-banner-white);
    background: #000;
    font-family: "Montserrat", sans-serif;
}

.updated-banner__backdrop {
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(90deg, rgba(1, 7, 17, 1) 0%, rgba(1, 7, 17, 0.98) 24%, rgba(1, 7, 17, 0.38) 49%, rgba(1, 7, 17, 0.06) 78%),
        radial-gradient(circle at 66% 41%, rgba(35, 164, 255, 0.12), transparent 31%);
}

.updated-banner__container {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 705px;
    margin: 0;
    padding: 0 0 22px;
}

.updated-banner__main-row {
    position: relative;
    min-height: 680px;
}

.updated-banner__content-col {
    position: relative;
    z-index: 3;
    padding-left: var(--updated-banner-page-gutter);
}

.updated-banner__content {
    position: absolute;
    bottom: 7%;
    width: min(100%, 520px);
    padding-top: 61px;
}

.updated-banner__title {
    margin: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(4.75rem, 7.2vw, 5.6rem);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.updated-banner__title span,
.updated-banner__metric strong,
.updated-banner__metric span {
    display: block;
}

.updated-banner__title-accent {
    color: transparent;
    background: linear-gradient(180deg, #ffd35c 0%, #d49a20 62%, #f0bd43 100%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0 0 12px rgba(227, 167, 35, 0.16));
}

.updated-banner__rule {
    width: 62px;
    height: 4px;
    margin: 18px 0 15px 1px;
    background: linear-gradient(90deg, var(--updated-banner-gold-bright), #d9991f);
    box-shadow: 0 0 14px rgba(239, 184, 61, 0.35);
}

.updated-banner__lead {
    max-width: 500px;
    margin: 0;
    color: #f1f3f6;
    font-size: 1.16rem;
    font-weight: 400;
    line-height: 1.78;
    letter-spacing: -0.025em;
}

.updated-banner__actions {
    gap: 20px;
    margin-top: 23px;
}

.updated-banner__button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}

.updated-banner__button:hover {
    transform: translateY(-2px);
}

.updated-banner__button--primary {
    min-width: 263px;
    color: #080b10;
    background: linear-gradient(90deg, #e6a62d 0%, #f4c04a 53%, #d8931e 100%);
    box-shadow: 0 8px 24px rgba(233, 173, 52, 0.17);
}

.updated-banner__button--primary:hover {
    color: #000;
    box-shadow: 0 10px 28px rgba(233, 173, 52, 0.3);
}

.updated-banner__button--outline {
    min-width: 218px;
    color: #f7f7f4;
    border-color: rgba(228, 164, 43, 0.72);
    background: rgba(5, 12, 22, 0.55);
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.18);
}

.updated-banner__button--outline:hover {
    color: #0b0d11;
    background: var(--updated-banner-gold);
}

.updated-banner__button-icon {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.updated-banner__visual-col {
    position: absolute;
    inset: 0 0 auto 28.2%;
    z-index: 0;
    width: auto;
    max-width: none;
    height: 100%;
    pointer-events: none;
}

.updated-banner__visual {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.updated-banner__visual-image {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
}

.updated-banner__visual-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, #020817 0%, rgba(2, 8, 23, 0.88) 5%, rgba(2, 8, 23, 0.22) 23%, transparent 47%),
        linear-gradient(180deg, transparent 72%, rgba(1, 7, 16, 0.65) 100%);
}

.updated-banner__metrics {
    position: relative;
    z-index: 4;
    width: calc(100% - (var(--updated-banner-page-gutter) * 2));
    min-height: 115px;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid var(--updated-banner-border);
    border-radius: 16px;
    background: #000;
}

.updated-banner__metrics::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 4%;
    width: 92%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #f1b83b 22%, transparent 50%, #f1b83b 78%, transparent);
    box-shadow: 0 0 10px rgba(241, 184, 59, 0.65);
}

.updated-banner__metric {
    position: relative;
    display: flex;
    min-height: 113px;
    align-items: center;
    justify-content: center;
    gap: 17px;
    padding: 15px 24px;
}

.updated-banner__metric:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 26px;
    right: 0;
    width: 1px;
    height: 62px;
    background: linear-gradient(180deg, transparent, rgba(219, 165, 57, 0.55), transparent);
}

.updated-banner__metric-icon {
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    color: var(--updated-banner-gold-bright);
    filter: drop-shadow(0 0 8px rgba(238, 181, 53, 0.12));
}

.updated-banner__metric-icon svg,
.updated-banner__metric-icon img {
    width: 100%;
    height: 100%;
}

.updated-banner__metric-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.updated-banner__metric-icon img {
    object-fit: contain;
}

.updated-banner__metric strong,
.updated-banner__metric span {
    text-transform: uppercase;
}

.updated-banner__metric strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.updated-banner__metric strong.updated-banner__metric-label {
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.18;
}

.updated-banner__metric span {
    color: #f2f3f5;
    font-size: 0.87rem;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0.01em;
}

@media (max-width: 1399.98px) {
    .updated-banner {
        --updated-banner-page-gutter: 42px;
    }

    .updated-banner__title {
        font-size: clamp(4.4rem, 5.45vw, 5.75rem);
    }

    .updated-banner__lead {
        max-width: 430px;
        font-size: 1.02rem;
    }

    .updated-banner__button--primary {
        min-width: 235px;
    }

    .updated-banner__button--outline {
        min-width: 195px;
    }

    .updated-banner__metric {
        gap: 12px;
        padding-inline: 15px;
    }

    .updated-banner__metric-icon {
        width: 50px;
        height: 50px;
    }

    .updated-banner__metric strong {
        font-size: 1.35rem;
    }

    .updated-banner__metric span {
        font-size: 0.78rem;
    }
}

@media (max-width: 1199.98px) {
    .updated-banner {
        --updated-banner-page-gutter: 30px;
        min-height: 670px;
    }

    .updated-banner__container {
        min-height: 670px;
    }

    .updated-banner__main-row {
        min-height: 535px;
    }

    .updated-banner__visual-col {
        left: 30%;
        height: 535px;
    }

    .updated-banner__content {
        padding-top: 55px;
    }

    .updated-banner__title {
        font-size: clamp(4.1rem, 6vw, 5.2rem);
    }

    .updated-banner__lead {
        line-height: 1.65;
    }

    .updated-banner__actions {
        gap: 12px;
    }

    .updated-banner__button {
        min-width: 0;
        padding-inline: 18px;
        font-size: 0.82rem;
    }

    .updated-banner__metric {
        flex-direction: column;
        gap: 7px;
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .updated-banner {
        /* padding-top: 150; */
        min-height: auto;
        background: linear-gradient(180deg, #010713 0%, #071325 100%);
    }

    .updated-banner__backdrop {
        display: none;
    }

    .updated-banner__container {
        min-height: auto;
        padding: 0 22px 28px;
    }

    .updated-banner__main-row {
        isolation: isolate;
        display: flex;
        flex-direction: column;
        min-height: auto;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .updated-banner__content-col {
        position: relative;
        z-index: 2;
        display: block;
        order: 1;
        width: 100%;
        min-height: auto;
        padding: 44px 0 24px;
    }

    .updated-banner__content {
        position: relative;
        bottom: auto;
        width: 100%;
        max-width: 650px;
        padding: 0;
    }

    .updated-banner__title {
        font-size: clamp(3.7rem, 10vw, 6rem);
    }

    .updated-banner__lead {
        max-width: 100%;
        font-size: 1rem;
        line-height: 1.7;
        text-shadow: none;
    }

    .updated-banner__actions {
        margin-top: 22px;
    }

    .updated-banner__visual-col {
        position: relative;
        inset: auto;
        z-index: 0;
        order: 2;
        width: 100%;
        height: auto;
        min-height: 0;
        margin: 0;
        pointer-events: none;
    }

    .updated-banner__visual {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 0;
        overflow: hidden;
        border: 1px solid rgba(239, 184, 61, 0.22);
        border-radius: 12px;
        background: #08111f;
    }

    .updated-banner__visual::after,
    .updated-banner__visual-shade {
        display: none !important;
        content: none !important;
    }

    .updated-banner__visual-image {
        position: relative;
        inset: auto;
        display: block;
        width: 100%;
        min-width: 0;
        height: auto;
        object-fit: contain;
        object-position: center;
        filter: none;
    }

    .updated-banner__metrics {
        width: 100%;
        margin-top: 20px;
    }

    .updated-banner__metric {
        min-height: 126px;
    }

    .updated-banner__metric:nth-child(2)::after,
    .updated-banner__metric:nth-child(4)::after {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .updated-banner__container {
        padding-inline: 18px;
        padding-bottom: 24px;
    }

    .updated-banner__content-col {
        padding: 36px 0 20px;
    }

    .updated-banner__title {
        font-size: clamp(3.2rem, 13vw, 4.9rem);
        line-height: 0.92;
    }

    .updated-banner__rule {
        margin-top: 16px;
    }

    .updated-banner__lead {
        font-size: 0.94rem;
        line-height: 1.6;
    }

    .updated-banner__button {
        width: 100%;
        min-height: 52px;
    }

    .updated-banner__metric {
        min-height: 118px;
    }

    .updated-banner__metric:not(:last-child)::after {
        display: none;
    }

    .updated-banner__metric:nth-child(odd)::after {
        display: block;
        top: 22px;
        right: 0;
        height: 74px;
    }
}

@media (max-width: 575.98px) {
    .updated-banner__container {
        padding-inline: 14px;
        padding-bottom: 18px;
    }

    .updated-banner__content-col {
        padding: 28px 0 18px;
    }

    .updated-banner__title {
        font-size: clamp(2.9rem, 14.5vw, 4.2rem);
    }

    .updated-banner__rule {
        width: 48px;
        height: 3px;
        margin: 16px 0 14px 1px;
    }

    .updated-banner__lead {
        font-size: 0.9rem;
        line-height: 1.56;
    }

    .updated-banner__actions {
        gap: 12px;
        margin-top: 18px;
    }

    .updated-banner__visual {
        border-radius: 10px;
    }

    .updated-banner__metrics {
        margin-top: 16px;
        border-radius: 11px;
    }

    .updated-banner__metric {
        flex-direction: row;
        min-height: 104px;
        justify-content: flex-start;
        padding: 14px 18px;
        text-align: left;
    }

    .updated-banner__metric:nth-child(odd)::after {
        display: none;
    }

    .updated-banner__metric:not(:last-child) {
        border-bottom: 1px solid rgba(230, 177, 64, 0.18);
    }

    .updated-banner__metric-icon {
        width: 48px;
        height: 48px;
    }

    .updated-banner__metric strong {
        font-size: 1.25rem;
    }

    .updated-banner__metric strong.updated-banner__metric-label {
        font-size: 0.96rem;
    }

    .updated-banner__metric span {
        font-size: 0.75rem;
    }
}

@media (max-width: 374.98px) {
    .updated-banner__title {
        font-size: clamp(2.55rem, 14.2vw, 3.2rem);
    }

    .updated-banner__lead {
        font-size: 0.84rem;
    }

    .updated-banner__button {
        gap: 12px;
        padding-inline: 14px;
        font-size: 0.76rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .updated-banner__button,
    .updated-banner__visual-image {
        transition: none;
    }

    .updated-banner__visual-image {
        transform: none;
    }
}
.floating-actions {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    pointer-events: none;
    transition: all 0.3s ease;
}

.floating-actions.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}