html,
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #e9edf0;
}

p {
  text-align: justify;
  color: #777777;
  letter-spacing: 1px;
  font-size: 19px;
}

h1 {
  font-size: 55px;
  color: #333333;
}

.white-text {
  color: #fff;
}


/* Top Header Start Here General */
.top-header {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid lightgray;
}

/* Info Section */
.info-section {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 15px;
  padding-left: 0;
  margin-bottom: 0;
}

.top-header-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
}

.top-header-icon {
  margin-right: 5px;
}

/* Button */
.meeting-btn {
  background-color: #f8b82f;
  color: #000;
  padding: 8px 20px;
  font-weight: 500;
  flex: 0 0 auto;
}

.meeting-btn:hover {
  border-color: #f8b82f;
  color: #f8b82f;
}

/* Right Search/Meeting Section */
.search-meeting-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.video-wrapper img,
.video-wrapper iframe {
  width: 550px;
  height: 309px;
  object-fit: cover;
  /* Ensures image/video fills container without distortion */
  border-radius: 0.5rem;
  /* Match rounded corners */
}

.play-button {
  font-size: clamp(2rem, 5vw, 3rem);
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: pointer;
  background: none;
  border: none;
}

.serve-section {
  margin-top: 5rem;
}

.section-content {
  font-size: 18px;
  line-height: 1.6;
}


/* Small screens (mobile) */
@media (max-width: 767px) {
  .info-section {
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
  }

  .meeting-btn {
    width: 100%;
    margin-top: 10px;
  }

  .search-meeting-wrapper {
    justify-content: center;
    margin-left: 25px;
  }

}

/* Top Header End Here General */

/* Main Header Start Here */
.header-section {
  /* background: #0D172E; */
  background: #fff;
  padding: 18px 0;
}

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

/* .company-logo{
    width: 300px;
} */
.text-link {
  color: #000;
}

.text-link:hover {
  color: #f8b82f;
}

/* Style dropdown */
.dropdown-menu {
  border-radius: 6px;
  padding: 10px 0;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  padding: 8px 20px;
  transition: background 0.2s ease;
  font-size: 14px;
}

.dropdown-item:hover {
  background: #f8b82f;
  color: #000;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: 20px;
}

/* Show dropdown on hover for desktops (lg and up) */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* align flush with parent */
  }

  .gap-lg-4 {
    gap: 0 !important;
  }
}

/* Default (mobile first) */
.company-logo {
  max-height: 40px;
  max-width: 165px;
}

.get-start-btn {
  background: #142b63;
  /* navy blue */
  color: #fff;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 50px;
  /* makes it pill-shaped */
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease, transform 0.3s ease;
}

.get-start-btn:hover {
  background: #0d1e46;
  /* darker on hover */
  color: #fff;
  transform: scale(1.1);
}

/* Tablet (≥576px) */
@media (min-width: 576px) {
  .company-logo {
    max-height: 50px;
    max-width: 150px;
  }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
  .company-logo {
    max-height: 60px;
    max-width: 180px;
  }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
  .company-logo {
    max-height: 70px;
    max-width: 200px;
  }
}

@media(max-width: 991px) {
  .tab-list {
    text-align: center;
  }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
  .company-logo {
    max-height: 80px;
    max-width: 250px;
  }
}

/* Main Header End Here */

/* Bottom Footer Start Here  */
.bottom-footer-text {
  font-size: 14px;
}

.privacy-footer {
  float: right;
}

.privacy-policy {
  text-decoration: none;
  color: #777777;
}

.privacy-policy:hover {
  color: #1d2e5c;
}

/* Bottom FOOTER End Here */

/* Top Footer Start Here */
.main-footer {
  padding: 40px 0;
}

.logo-media-section {
  margin-bottom: 70px;
}

.footer-logo {
  width: 40%;
  max-width: 250px;
  height: auto;
  transition: all 0.3s ease;
}


 .media-section {
  display: flex;
  justify-content: flex-end;
  column-gap: 25px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

 .media-icon {
  color: #1d2e5c;
  font-size: 20px;
  border: 1px solid #1d2e5c;
  border-radius: 50%;
  padding: 8px 11px;
  transition: all 0.3s ease;
}
.media-icon:hover {
  background-color: #1d2e5c;
  color: #fff;
  transform: scale(1.1);
}

.icon:hover {
  color: #f8b82f;
}

.header-link {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.address-header {
  color: #1d2e5c;
  font-size: 20px;
}

.addrs-link,
.address-text {
  text-decoration: none;
  color: #777777;

}

.addrs-link {
  cursor: pointer;
}

.addrs-link:hover {
  color: #1d2e5c;
}

.link-list,
.solutions-list {
  list-style-type: none;
  padding: 0;
}

.list-text {
  padding: 8px 0;
}

.link-click,
.solution-click {
  text-decoration: none;
  color: #777777;
}

.link-click:hover {
  color: #1d2e5c;
}

.solution-click:hover {
  color: #1d2e5c;
}
/* Tablets (≤ 991px) */
@media (max-width: 991px) {
  .footer-logo {
    width: 50%;
    max-width: 220px;
    margin-bottom: 20px;
  }

  .media-section {
    justify-content: center;
    column-gap: 20px;
  }

  .media-icon {
    font-size: 18px;
    padding: 7px 10px;
  }
}

/* Mobile (≤ 767px) */
@media (max-width: 767px) {
  .logo-media-section {
    text-align: center;
    margin-bottom: 50px;
  }

  .footer-logo {
    width: 60%;
    max-width: 200px;
    margin-bottom: 25px;
  }

  .media-section {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .media-icon {
    font-size: 16px;
    padding: 6px 9px;
  }
  .bottom-footer-text{
    text-align: center;
  }
  .bottom-footer-text{
    text-align: center;
    float: none;
  }
  .footer-content{
    text-align: center;
  }
}

/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
  .footer-logo {
    width: 70%;
    max-width: 180px;
  }

  .media-icon {
    font-size: 15px;
    padding: 5px 8px;
  }
}

/* Top FOOTER End Here */

/* Thumbnail Image Section */
.section-bg {
  background-image: url('../images/solution-thumbnail.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  opacity: 0;
  animation: bgReveal 1.2s ease-out 0.3s forwards;
}

@keyframes bgReveal {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Add loading state */
.section-bg:not(:defined) {
  background: linear-gradient(90deg, #f8f9fa 25%, #e9ecef 50%, #f8f9fa 75%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}


/* Thumbnail Image Section End */

/* High Performance Guaranteed - START */
.genz-performance-hr {
  border: none;
  height: 3px;
  background: linear-gradient(90deg, transparent, #142b63, #6a11cb, transparent);
  margin: 3rem 0;
}


/* Image Container */
.genz-performance-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(44, 90, 160, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.genz-performance-image-container:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px rgba(44, 90, 160, 0.3);
}

.genz-performance-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.genz-performance-image-container:hover .genz-performance-image {
  transform: scale(1.05);
}

.genz-performance-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(44, 90, 160, 0.1), rgba(106, 17, 203, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.genz-performance-image-container:hover .genz-performance-image-overlay {
  opacity: 1;
}

/* Content Styling */
.genz-performance-content {
  padding-left: 2rem;
  position: relative;
}

.genz-performance-text {
  color: #555;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  position: relative;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(44, 90, 160, 0.03), rgba(106, 17, 203, 0.03));
  border-radius: 15px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

.genz-performance-text:hover {
  border-left: 3px solid #142b63;
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(44, 90, 160, 0.1);
  background: linear-gradient(135deg, rgba(44, 90, 160, 0.05), rgba(106, 17, 203, 0.05));
}

/* Button Styling */
.genz-performance-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #142b63, #6a11cb);
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 6px 20px rgba(44, 90, 160, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.genz-performance-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.genz-performance-btn:hover::before {
  left: 100%;
}

.genz-performance-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(44, 90, 160, 0.4);
  color: white;
  text-decoration: none;
}

.genz-btn-arrow {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.genz-performance-btn:hover .genz-btn-arrow {
  transform: translateX(5px);
}

/* Floating Animation */
@keyframes genz-performance-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.genz-performance-image-container {
  animation: genz-performance-float 8s ease-in-out infinite;
}

/* Background Pattern */
.container.my-5 {
  position: relative;
}

.container.my-5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(44, 90, 160, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(106, 17, 203, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
  border-radius: 20px;
}

/* Text Highlight Effect */
.genz-performance-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(to bottom, #142b63, #6a11cb);
  border-radius: 3px;
  opacity: 0;
  transition: all 0.3s ease;
}

.genz-performance-text:hover::before {
  width: 5px;
  opacity: 1;
}

/* Decorative Elements */
.genz-performance-content::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(106, 17, 203, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
}

.genz-performance-image-container::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, rgba(44, 90, 160, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
}

/* Responsive Design */
@media (max-width: 768px) {

  .genz-performance-content {
    padding-left: 0;
    padding-top: 2rem;
  }

  .genz-performance-text {
    padding: 1.25rem;
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  .genz-performance-image-container {
    animation: none;
  }

  .genz-performance-image-container:hover {
    transform: translateY(-5px);
  }

  .genz-performance-btn {
    padding: 10px 25px;
    font-size: 1rem;
    width: 100%;
    justify-content: center;
  }
}

/* High Performance Guaranteed - END */

/* An Industry-Wide Solution - START */
.genz-industry-hr {
  border: none;
  height: 3px;
  background: linear-gradient(90deg, transparent, #142b63, #6a11cb, transparent);
  margin: 3rem 0;
}

.genz-industry-subtitle {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.6;
  /* max-width: 800px; */
  margin: 0 auto;
  padding: 0 1rem;
}

/* Content Styling */
.genz-industry-content {
  padding-right: 2rem;
  position: relative;
}

.genz-industry-heading {
  color: #142b63;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.genz-industry-heading::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #142b63, #6a11cb);
  border-radius: 2px;
}

/* Features List */

.genz-feature-text {
  color: #555;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.genz-feature-item:hover .genz-feature-text {
  color: #142b63;
}

/* Video Styling */
.genz-video-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.genz-video-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(44, 90, 160, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.genz-video-wrapper:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px rgba(44, 90, 160, 0.3);
}

.genz-video-iframe {
  border-radius: 20px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.genz-video-wrapper:hover .genz-video-iframe {
  transform: scale(1.02);
}

.genz-video-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(44, 90, 160, 0.1), rgba(106, 17, 203, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 20px;
}

/* Background Pattern */
.container.my-5 {
  position: relative;
}

.container.my-5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(44, 90, 160, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(106, 17, 203, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
  border-radius: 20px;
}

/* Decorative Elements */
.genz-industry-content::after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(44, 90, 160, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
}

.genz-video-container::before {
  content: '';
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 70px;
  height: 70px;
  background: radial-gradient(circle, rgba(106, 17, 203, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
}

/* Responsive Design */
@media (max-width: 768px) {

  .genz-industry-subtitle {
    font-size: 1.1rem;
    padding: 0;
  }

  .genz-industry-content {
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .genz-feature-item {
    padding: 0.875rem 1.25rem;
  }

  .genz-video-wrapper {
    animation: none;
  }


  .genz-feature-icon {
    width: 35px;
    height: 35px;
    font-size: 1.3rem;
  }

  .genz-feature-text {
    font-size: 0.95rem;
  }
}

/* Feature Item Animation */
@keyframes genz-feature-slide {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.genz-feature-item {
  animation: genz-feature-slide 0.5s ease-out forwards;
}

.genz-feature-item:nth-child(1) {
  animation-delay: 0.1s;
}

.genz-feature-item:nth-child(2) {
  animation-delay: 0.2s;
}

.genz-feature-item:nth-child(3) {
  animation-delay: 0.3s;
}

.genz-feature-item:nth-child(4) {
  animation-delay: 0.4s;
}

.genz-feature-item:nth-child(5) {
  animation-delay: 0.5s;
}

/* An Industry-Wide Solution - END */

/* Ally- Your AR Partner for Remote Assistance - START */
.genz-header-title {
  color: #142b63;
  font-size: 2.5rem;
  font-weight: 800;
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 3rem !important;
  background: linear-gradient(135deg, #142b63, #6a11cb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.genz-header-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #142b63, #6a11cb);
  border-radius: 10px;
}

/* Content Styling */
.genz-ally-content {
  position: relative;
  padding-right: 2rem;
}

.genz-ally-text {
  color: #555;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  position: relative;
  padding-left: 1.5rem;
  border-left: 3px solid transparent;
  background: linear-gradient(135deg, rgba(44, 90, 160, 0.03), rgba(106, 17, 203, 0.03));
  padding: 1.5rem;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.genz-ally-text:hover {
  border-left: 3px solid #142b63;
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(44, 90, 160, 0.1);
}

.genz-ally-text:first-child {
  background: linear-gradient(135deg, rgba(44, 90, 160, 0.05), rgba(106, 17, 203, 0.05));
}

/* Image Container */
.genz-ally-image-container {
  position: relative;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(44, 90, 160, 0.2);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.genz-ally-image-container:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(44, 90, 160, 0.3);
}

.genz-ally-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.genz-ally-image-container:hover .genz-ally-image {
  transform: scale(1.05);
}

.genz-ally-image-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(44, 90, 160, 0.1), rgba(106, 17, 203, 0.1));
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.genz-ally-image-container:hover .genz-ally-image-glow {
  opacity: 1;
}

/* Floating Elements */
@keyframes genz-ally-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }
}

.genz-ally-image-container {
  animation: genz-ally-float 8s ease-in-out infinite;
}

/* Background Pattern */
.container.my-5 {
  position: relative;
}

.container.my-5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(44, 90, 160, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(106, 17, 203, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
  border-radius: 20px;
}

/* Text Highlight Effect */
.genz-ally-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(to bottom, #142b63, #6a11cb);
  border-radius: 3px;
  opacity: 0;
  transition: all 0.3s ease;
}

.genz-ally-text:hover::before {
  width: 5px;
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .genz-header-title {
    font-size: 2rem;
  }

  .genz-ally-content {
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .genz-ally-text {
    padding: 1.25rem;
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  .genz-ally-image-container {
    animation: none;
  }

  .genz-ally-image-container:hover {
    transform: translateY(-5px);
  }
}

/* Decorative Elements */
.genz-ally-content::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(44, 90, 160, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
}

.genz-ally-image-container::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(106, 17, 203, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
}

/* Ally- Your AR Partner for Remote Assistance - END */


/* Efficient & Effective Service Delivery End */
.genz-service-hr {
  border: none;
  height: 3px;
  background: linear-gradient(90deg, transparent, #142b63, #6a11cb, transparent);
  margin: 3rem 0;
}


/* Service Card Styles */
.genz-service-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem 1.5rem;
  box-shadow: 0 8px 30px rgba(44, 90, 160, 0.12);
  border: 1px solid rgba(44, 90, 160, 0.1);
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
  border-top: 4px solid transparent;
}

.genz-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(44, 90, 160, 0.2);
}

/* Service Icon Styles */
.genz-service-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  font-size: 2rem;
  color: white;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.genz-service-card:hover .genz-service-icon {
  transform: scale(1.1) rotate(5deg);
}

.genz-service-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s;
}

.genz-service-card:hover .genz-service-icon::before {
  left: 100%;
}

/* Service Heading */
.genz-service-heading {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #142b63;
  position: relative;
}

.genz-service-heading::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #142b63, #6a11cb);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.genz-service-card:hover .genz-service-heading::after {
  width: 80px;
}

/* Service Text */
.genz-service-text {
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* Individual Card Colors */
.genz-service-1 {
  border-top-color: #142b63;
}

.genz-service-2 {
  border-top-color: #06d6a0;
}

.genz-service-3 {
  border-top-color: #ffd166;
}

.genz-service-4 {
  border-top-color: #ef476f;
}

.genz-service-5 {
  border-top-color: #118ab2;
}

.genz-service-6 {
  border-top-color: #ff6b6b;
}

/* Individual Icon Colors */
.genz-service-1 .genz-service-icon {
  background: linear-gradient(135deg, #142b63, #6a11cb);
}

.genz-service-2 .genz-service-icon {
  background: linear-gradient(135deg, #06d6a0, #0cebaf);
}

.genz-service-3 .genz-service-icon {
  background: linear-gradient(135deg, #ffd166, #ffde8a);
}

.genz-service-4 .genz-service-icon {
  background: linear-gradient(135deg, #ef476f, #f56c8c);
}

.genz-service-5 .genz-service-icon {
  background: linear-gradient(135deg, #118ab2, #16b2e0);
}

.genz-service-6 .genz-service-icon {
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
}

/* Floating Animation */
@keyframes genz-service-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

.genz-service-card {
  animation: genz-service-float 6s ease-in-out infinite;
}

.genz-service-2 {
  animation-delay: 0.5s;
}

.genz-service-3 {
  animation-delay: 1s;
}

.genz-service-4 {
  animation-delay: 1.5s;
}

.genz-service-5 {
  animation-delay: 2s;
}

.genz-service-6 {
  animation-delay: 2.5s;
}

.genz-service-card:hover {
  animation: none;
}

/* Background Pattern */
.container.my-5 {
  position: relative;
}

.container.my-5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(44, 90, 160, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(106, 17, 203, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(44, 90, 160, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
  border-radius: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .genz-service-card {
    padding: 2rem 1.25rem;
    animation: none;
  }

  .genz-service-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }

  .genz-service-card:hover {
    transform: translateY(-3px);
  }
}

/* Efficient & Effective Service Delivery End */

/* How it work styles End */
.genz-hr {
  border: none;
  height: 3px;
  background: linear-gradient(90deg, transparent, #142b63, #6a11cb, transparent);
  margin: 3rem 0;
}

/* GenZ Card Styles - No Hover Effects */
.genz-how-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(44, 90, 160, 0.12);
  border: 1px solid rgba(44, 90, 160, 0.1);
  position: relative;
  overflow: hidden;
  border-top: 4px solid transparent;
}

/* Card Header with Number */
.genz-card-header {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.genz-card-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #142b63, #6a11cb);
  color: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
  box-shadow: 0 4px 15px rgba(44, 90, 160, 0.3);
}

.genz-card-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

/* Card Title Styling */
.genz-card-title {
  color: #142b63;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
}

/* Card Text Styling */
.genz-card-text {
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 1rem;
}

/* Individual Card Colors */
.genz-card-1 {
  border-top-color: #142b63;
}

.genz-card-2 {
  border-top-color: #ff6b6b;
}

.genz-card-3 {
  border-top-color: #06d6a0;
}

.genz-card-4 {
  border-top-color: #ffd166;
}

.genz-card-5 {
  border-top-color: #118ab2;
}

.genz-card-6 {
  border-top-color: #ef476f;
}

/* Different number colors for each card */
.genz-card-1 .genz-card-number {
  background: linear-gradient(135deg, #142b63, #6a11cb);
}

.genz-card-2 .genz-card-number {
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
}

.genz-card-3 .genz-card-number {
  background: linear-gradient(135deg, #06d6a0, #0cebaf);
}

.genz-card-4 .genz-card-number {
  background: linear-gradient(135deg, #ffd166, #ffde8a);
}

.genz-card-5 .genz-card-number {
  background: linear-gradient(135deg, #118ab2, #16b2e0);
}

.genz-card-6 .genz-card-number {
  background: linear-gradient(135deg, #ef476f, #f56c8c);
}

/* Floating Animation */
@keyframes genz-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.genz-how-card {
  animation: genz-float 6s ease-in-out infinite;
}

.genz-card-2 {
  animation-delay: 0.5s;
}

.genz-card-3 {
  animation-delay: 1s;
}

.genz-card-4 {
  animation-delay: 1.5s;
}

.genz-card-5 {
  animation-delay: 2s;
}

.genz-card-6 {
  animation-delay: 2.5s;
}

/* Background Pattern */
.container.my-5 {
  position: relative;
}

.container.my-5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(44, 90, 160, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(106, 17, 203, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(44, 90, 160, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
  border-radius: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .genz-how-card {
    animation: none;
  }

  .genz-card-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }

  .genz-card-header {
    padding: 1.25rem 1.25rem 0.5rem 1.25rem;
  }

  .genz-card-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .genz-card-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  .genz-card-title {
    font-size: 1.1rem;
  }

  .genz-card-text {
    font-size: 0.95rem;
  }
}

/* How it work styles End */

/* How Ally Helps in Remote Assistance styles Start */

/* Base Card Styles */
.ally-card {
  background: white;
  border-radius: 20px;
  padding: 30px 25px;
  box-shadow: 0 8px 30px rgba(44, 90, 160, 0.12);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(44, 90, 160, 0.1);
  position: relative;
  overflow: hidden;
}

.ally-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(44, 90, 160, 0.2);
}

.ally-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #142b63, #6a11cb);
  opacity: 0;
  transition: opacity 0.3s;
}

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

/* Card Icon */
.ally-card-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 32px;
  color: white;
  box-shadow: 0 8px 20px rgba(44, 90, 160, 0.3);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.ally-card:hover .ally-card-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 25px rgba(44, 90, 160, 0.4);
}

.ally-card-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.ally-card:hover .ally-card-icon::after {
  transform: translateX(100%);
}

/* Card Title */
.ally-card-title {
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 1.4rem;
  color: #142b63;
  position: relative;
  display: inline-block;
}

.ally-card-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #142b63, #6a11cb);
  transition: width 0.3s ease;
}

.ally-card:hover .ally-card-title::after {
  width: 100%;
}

/* Card Text */
.ally-card-text {
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* Individual Card Color Themes - Updated with your brand gradient */
.ally-remote-assistance .ally-card-icon {
  background: linear-gradient(135deg, #142b63, #6a11cb);
}

.ally-digital-annotations .ally-card-icon {
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
}

.ally-multiparty-conference .ally-card-icon {
  background: linear-gradient(135deg, #06d6a0, #0cebaf);
}

.ally-host-call .ally-card-icon {
  background: linear-gradient(135deg, #ffd166, #ffde8a);
}

.ally-problems-history .ally-card-icon {
  background: linear-gradient(135deg, #118ab2, #16b2e0);
}

.ally-guest-user .ally-card-icon {
  background: linear-gradient(135deg, #ef476f, #f56c8c);
}

/* Add subtle accent borders to cards */
.ally-remote-assistance {
  border-top: 4px solid #142b63;
}

.ally-digital-annotations {
  border-top: 4px solid #ff6b6b;
}

.ally-multiparty-conference {
  border-top: 4px solid #06d6a0;
}

.ally-host-call {
  border-top: 4px solid #ffd166;
}

.ally-problems-history {
  border-top: 4px solid #118ab2;
}

.ally-guest-user {
  border-top: 4px solid #ef476f;
}

/* Add floating animation to cards */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.ally-card {
  animation: float 6s ease-in-out infinite;
}

.ally-card:nth-child(2) {
  animation-delay: 0.5s;
}

.ally-card:nth-child(3) {
  animation-delay: 1s;
}

.ally-card:nth-child(4) {
  animation-delay: 1.5s;
}

.ally-card:nth-child(5) {
  animation-delay: 2s;
}

.ally-card:nth-child(6) {
  animation-delay: 2.5s;
}

.ally-card:hover {
  animation: none;
}

/* Add GenZ style badges */
.ally-card::after {
  content: 'NEW';
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #142b63, #6a11cb);
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.7rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.ally-card:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ally-card {
    padding: 25px 20px;
    animation: none;
  }

  .ally-card-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }


  .ally-card:hover {
    transform: translateY(-5px);
  }
}

/* Add background pattern */
.container.my-5 {
  position: relative;
}

.container.my-5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(44, 90, 160, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(106, 17, 203, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(44, 90, 160, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

/* How Ally Helps in Remote Assistance styles End */
/* Use Cases - START */
.ally-transform-section {
  background: linear-gradient(135deg, #142b63, #6a11cb);
  border-radius: 25px;
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(44, 90, 160, 0.3);
}

.ally-transform-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.ally-transform-content {
  position: relative;
  z-index: 2;
}

.ally-transform-title {
  color: white;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 2rem;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  line-height: 1.2;
}

.ally-transform-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: white;
  color: #142b63;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.ally-transform-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(44, 90, 160, 0.1), transparent);
  transition: left 0.6s;
}

.ally-transform-btn:hover::before {
  left: 100%;
}

.ally-transform-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  color: #142b63;
  text-decoration: none;
}

.ally-btn-arrow {
  font-size: 1.3rem;
  font-weight: 900;
  transition: transform 0.3s ease;
}

.ally-transform-btn:hover .ally-btn-arrow {
  transform: translateX(5px);
}

/* Floating Animation */
@keyframes ally-float-transform {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.ally-transform-section {
  animation: ally-float-transform 6s ease-in-out infinite;
}

/* Background Pattern */
.ally-transform-section::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  animation: ally-rotate-bg 20s linear infinite;
  pointer-events: none;
}

@keyframes ally-rotate-bg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .ally-transform-section {
    padding: 3rem 1.5rem;
    animation: none;
  }

  .ally-transform-title {
    font-size: 2.2rem;
  }

  .ally-transform-btn {
    padding: 12px 30px;
    font-size: 1.1rem;
  }

  .ally-transform-section:hover {
    transform: none;
  }
}

@media (max-width: 576px) {
  .ally-transform-title {
    font-size: 1.8rem;
  }

  .ally-transform-section {
    padding: 2.5rem 1rem;
  }

  .ally-transform-btn {
    padding: 10px 25px;
    font-size: 1rem;
    width: 100%;
    justify-content: center;
  }
}

/* Glow Effect */
.ally-transform-section {
  position: relative;
}

.ally-transform-section::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #142b63, #6a11cb, #142b63);
  border-radius: 27px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ally-transform-section:hover::before {
  opacity: 1;
  animation: ally-glow-pulse 2s ease-in-out infinite;
}

@keyframes ally-glow-pulse {

  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }
}

/* Use Cases - END */

/* List of Solutions - START */
.ally-solutions-section {
  padding: 2rem 0;
}

/* Solution Category */
.ally-solution-category {
  margin-bottom: 4rem;
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(44, 90, 160, 0.02), rgba(106, 17, 203, 0.02));
  border-radius: 20px;
  border: 1px solid rgba(44, 90, 160, 0.1);
}

.ally-category-title {
  color: #142b63;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.ally-category-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #142b63, #6a11cb);
  border-radius: 2px;
}

.ally-category-desc {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 600px;
}

/* Solutions Grid */
.ally-solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

/* Solution Card */
.ally-solution-card {
  background: white;
  border-radius: 15px;
  padding: 0;
  box-shadow: 0 5px 20px rgba(44, 90, 160, 0.1);
  border: 1px solid rgba(44, 90, 160, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.ally-solution-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #142b63, #6a11cb);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ally-solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(44, 90, 160, 0.2);
}

.ally-solution-card:hover::before {
  opacity: 1;
}

.ally-solution-content {
  padding: 2rem;
}

.ally-solution-name {
  color: #142b63;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
}

.ally-solution-text {
  color: #555;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

/* Solution Link */
.ally-solution-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #142b63;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 16px;
  border: 2px solid #142b63;
  border-radius: 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer !important;
  z-index: 1;
}

.ally-solution-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(44, 90, 160, 0.1), transparent);
  transition: left 0.5s;
  z-index: 0;
}

.ally-solution-link:hover::before {
  left: 100%;
}

.ally-solution-link:hover {
  background: linear-gradient(135deg, #142b63, #6a11cb);
  color: white;
  border-color: transparent;
  text-decoration: none;
  transform: translateX(5px);
}

.ally-link-arrow {
  font-size: 1.1rem;
  font-weight: 900;
  transition: transform 0.3s ease;
}

.ally-solution-link:hover .ally-link-arrow {
  transform: translateX(3px);
}

/* Floating Animation */
@keyframes ally-solution-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.ally-solution-card {
  animation: ally-solution-float 6s ease-in-out infinite;
}

.ally-solution-card:nth-child(2) {
  animation-delay: 0.5s;
}

.ally-solution-card:nth-child(3) {
  animation-delay: 1s;
}

.ally-solution-card:nth-child(4) {
  animation-delay: 1.5s;
}

.ally-solution-card:nth-child(5) {
  animation-delay: 2s;
}

.ally-solution-card:hover {
  animation: none;
}

/* Background Pattern */
.ally-solutions-section {
  position: relative;
}

.ally-solutions-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(44, 90, 160, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(106, 17, 203, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
}

/* Responsive Design */
@media (max-width: 768px) {

  .ally-solution-category {
    padding: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .ally-category-title {
    font-size: 1.5rem;
  }

  .ally-solutions-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ally-solution-content {
    padding: 1.5rem;
  }

  .ally-solution-card {
    animation: none;
  }

  .ally-solution-card:hover {
    transform: translateY(-3px);
  }
}

@media (max-width: 576px) {
  .ally-solution-category {
    padding: 1rem;
  }

  .ally-category-desc {
    font-size: 1rem;
  }
}

/* Card Hover Effects */
.ally-solution-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(44, 90, 160, 0.05), rgba(106, 17, 203, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 15px;
}

.ally-solution-card:hover::after {
  opacity: 1;
}

/* List of Solutions - END */

/* Remote asset Monitoring Management Page - START */
/* Key Feature - START */
.ramm-features-section {
  padding: 3rem 0;
  position: relative;
}

/* Features Grid - 4 cards per row */
.ramm-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* Feature Card - Simple */
.ramm-feature-card {
  background: white;
  border-radius: 15px;
  padding: 2rem 1.5rem;
  box-shadow: 0 6px 25px rgba(44, 90, 160, 0.1);
  border: 1px solid rgba(44, 90, 160, 0.08);
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ramm-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #142b63, #6a11cb);
}

/* Feature Icon - Keep hover animation */
.ramm-feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem auto;
  font-size: 1.8rem;
  color: white;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.ramm-feature-card:hover .ramm-feature-icon {
  transform: scale(1.08) rotate(3deg);
}

.ramm-feature-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}

.ramm-feature-card:hover .ramm-feature-icon::before {
  left: 100%;
}

/* Feature Name */
.ramm-feature-name {
  color: #142b63;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  position: relative;
}

.ramm-feature-name::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #142b63, #6a11cb);
  border-radius: 2px;
}

/* Feature Text */
.ramm-feature-text {
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 0.9rem;
}

/* Individual Icon Colors */
.ramm-feature-card:nth-child(1) .ramm-feature-icon {
  background: linear-gradient(135deg, #142b63, #6a11cb);
}

.ramm-feature-card:nth-child(2) .ramm-feature-icon {
  background: linear-gradient(135deg, #06d6a0, #0cebaf);
}

.ramm-feature-card:nth-child(3) .ramm-feature-icon {
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
}

.ramm-feature-card:nth-child(4) .ramm-feature-icon {
  background: linear-gradient(135deg, #ffd166, #ffde8a);
}

.ramm-feature-card:nth-child(5) .ramm-feature-icon {
  background: linear-gradient(135deg, #118ab2, #16b2e0);
}

.ramm-feature-card:nth-child(6) .ramm-feature-icon {
  background: linear-gradient(135deg, #ef476f, #f56c8c);
}

.ramm-feature-card:nth-child(7) .ramm-feature-icon {
  background: linear-gradient(135deg, #7209b7, #9d4edd);
}

.ramm-feature-card:nth-child(8) .ramm-feature-icon {
  background: linear-gradient(135deg, #f3722c, #f8961e);
}

/* Background Pattern */
.ramm-features-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(44, 90, 160, 0.02) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(106, 17, 203, 0.02) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
  border-radius: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .ramm-features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 992px) {
  .ramm-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .ramm-feature-card {
    padding: 1.75rem 1.25rem;
  }
}

@media (max-width: 768px) {

  .ramm-features-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 500px;
    margin: 0 auto;
  }

  .ramm-feature-card {
    padding: 1.5rem 1.25rem;
  }

  .ramm-feature-icon {
    width: 65px;
    height: 65px;
    font-size: 1.7rem;
  }

  .ramm-feature-name {
    font-size: 1.15rem;
  }
}

@media (max-width: 576px) {

  .ramm-feature-card {
    padding: 1.25rem 1rem;
  }

  .ramm-feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }

  .ramm-feature-name {
    font-size: 1.1rem;
  }

  .ramm-feature-text {
    font-size: 0.85rem;
  }
}

/* Key Feature - END */

/* Benifit - START */
.ramm-benefits-section {
  max-width: 1200px;
  margin: 0 auto;
}

.ramm-industry-subtitle {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #5a6c7d;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}

.ramm-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  justify-content: center;
}

.ramm-benefit-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-left: 4px solid #142b63;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ramm-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.ramm-benefit-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.ramm-benefit-text {
  color: #5a6c7d;
  line-height: 1.6;
  font-size: 1rem;
  margin: 0;
  flex-grow: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ramm-benefits-section {
    padding: 2rem 1rem;
  }

  .ramm-industry-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .ramm-benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ramm-benefit-card {
    padding: 1.5rem;
  }

  .ramm-benefit-name {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {

  .ramm-benefit-card {
    padding: 1.25rem;
  }

  .ramm-benefit-name {
    font-size: 1.1rem;
  }

  .ramm-benefit-text {
    font-size: 0.95rem;
  }
}

/* Benifit - END */


/* Start managing your assets remotely with Accrue today - START */
.ramm-cta-section {
  background: linear-gradient(135deg, #142b63 0%, #1e3a8a 30%, #f8b82f 100%);
  padding: 4rem 2rem;
  color: white;
  position: relative;
  overflow: hidden;
}

.ramm-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(248, 184, 47, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(20, 43, 99, 0.2) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(248, 184, 47, 0.1) 0%, transparent 50%);
  z-index: 1;
}

.ramm-cta-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  position: relative;
  z-index: 2;
}

.ramm-cta-content {
  flex: 1;
  max-width: 600px;
}

.ramm-cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.ramm-cta-subtitle {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.95);
  max-width: 500px;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ramm-cta-button {
  background: linear-gradient(135deg, #f8b82f 0%, #f5a623 100%);
  color: #142b63;
  border: none;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(248, 184, 47, 0.4);
  position: relative;
  overflow: hidden;
}

.ramm-cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.ramm-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(248, 184, 47, 0.6);
  background: linear-gradient(135deg, #f5a623 0%, #f39c12 100%);
}

.ramm-cta-button:hover::before {
  left: 100%;
}

.ramm-cta-button:active {
  transform: translateY(-1px);
}

.ramm-cta-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ramm-cta-graphic {
  position: relative;
  width: 300px;
  height: 200px;
}

.ramm-graphic-item {
  position: absolute;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.ramm-graphic-item:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

.ramm-graphic-1 {
  width: 120px;
  height: 120px;
  top: 0;
  left: 0;
  animation: float 4s ease-in-out infinite;
}

.ramm-graphic-2 {
  width: 100px;
  height: 100px;
  top: 50px;
  right: 0;
  animation: float 4s ease-in-out infinite 1.5s;
}

.ramm-graphic-3 {
  width: 80px;
  height: 80px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: float 4s ease-in-out infinite 0.75s;
}

.ramm-graphic-icon {
  font-size: 2.2rem;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  33% {
    transform: translateY(-12px) rotate(1deg);
  }

  66% {
    transform: translateY(6px) rotate(-1deg);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .ramm-cta-section {
    padding: 3rem 1.5rem;
  }

  .ramm-cta-container {
    flex-direction: column;
    text-align: center;
    gap: 2.5rem;
  }

  .ramm-cta-title {
    font-size: 2.1rem;
  }

  .ramm-cta-subtitle {
    font-size: 1.1rem;
    margin: 0 auto 2rem;
  }

  .ramm-cta-graphic {
    width: 260px;
    height: 180px;
  }

  .ramm-graphic-1 {
    width: 100px;
    height: 100px;
  }

  .ramm-graphic-2 {
    width: 85px;
    height: 85px;
  }

  .ramm-graphic-3 {
    width: 70px;
    height: 70px;
  }

  .ramm-graphic-icon {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .ramm-cta-section {
    padding: 2.5rem 1rem;
  }

  .ramm-cta-title {
    font-size: 1.8rem;
  }

  .ramm-cta-subtitle {
    font-size: 1rem;
  }

  .ramm-cta-button {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }

  .ramm-cta-graphic {
    width: 220px;
    height: 160px;
  }
}

/* Additional decorative elements */
.ramm-cta-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f8b82f, #142b63, #f8b82f);
  z-index: 2;
}

/* Start managing your assets remotely with Accrue today - END */

/* Remote asset Monitoring Management Page - END */

.wave-top {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  margin-top: 20px;
}

.wave-top svg {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  /* medium height, adjust as needed */
}

.wave-top svg path {
  fill: #0d1e46;
  /* wave color */
}

/* Slider CSS - START */
.iot-slider-section {
  background: linear-gradient(135deg, #0d1e46 0%, #1a2d5e 100%);
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 70vh;
  display: flex;
  align-items: center;
  user-select: none;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: grab;
  overflow: hidden;
}

.slider-container:active {
  cursor: grabbing;
}

.slider-track {
  display: flex;
  width: 400%;
  height: 100%;
  transition: transform 0.5s ease;
}

.slider-slide {
  position: relative;
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.4);
}

.slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 20px;
}

.slide-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.slide-subtitle {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0;
  color: #e2e8f0;
  line-height: 1.6;
}

.slider-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 3;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dot.active {
  background: #f8b82f;
  border-color: white;
  transform: scale(1.2);
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(248, 184, 47, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(248, 184, 47, 0.3);
  color: #f8b82f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
}

.slider-nav:hover {
  background: rgba(248, 184, 47, 0.3);
  transform: translateY(-50%) scale(1.1);
  color: white;
}

.slider-prev {
  left: 20px;
}

.slider-next {
  right: 20px;
}

.slider-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
}

.progress-bar {
  height: 100%;
  background: #f8b82f;
  width: 0%;
  transition: width 0.1s linear;
}

/* Animation for slide content */
.slide-content>* {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.slider-slide.active .slide-content>* {
  opacity: 1;
  transform: translateY(0);
}

.slider-slide.active .slide-title {
  transition-delay: 0.2s;
}

.slider-slide.active .slide-subtitle {
  transition-delay: 0.4s;
}

/* Brand accent elements */
.brand-accent {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(248, 184, 47, 0.1);
  filter: blur(40px);
  z-index: 1;
}

.accent-1 {
  top: -100px;
  right: -100px;
}

.accent-2 {
  bottom: -80px;
  left: -80px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .iot-slider-section {
    height: 60vh;
  }

  .slide-title {
    font-size: 2rem;
  }

  .slide-subtitle {
    font-size: 1.1rem;
  }

  .slider-nav {
    width: 35px;
    height: 35px;
  }

  .slider-prev {
    left: 10px;
  }

  .slider-next {
    right: 10px;
  }
}

@media (max-width: 576px) {
  .iot-slider-section {
    height: 50vh;
  }

  .slide-title {
    font-size: 1.8rem;
  }

  .slide-subtitle {
    font-size: 1rem;
  }
}

/* Slider CSS - END */