/* ============================================
   Custom Color Scheme for Software Agency
   Primary: #02b8f2 (Cyan Blue - Trust & Innovation)
   Secondary: #ff931e (Orange - Energy & Action)
   ============================================ */

/* Text Colors */
.text-color-primary {
  color: #02b8f2 !important;
}

.text-color-secondary {
  color: #ff931e !important;
}

/* Link Colors - Primary for links, Secondary for hover */
a {
  color: #02b8f2 !important;
}

a:hover {
  color: #ff931e !important;
}

/* Background Colors */
.bg-theme-default,
.theme-bg-primary {
  background: #02b8f2 !important;
}

.theme-bg-secondary {
  background: #ff931e !important;
}

/* Primary Button Styles */
.ht-btn {
  background: #02b8f2 !important;
  border-color: #02b8f2 !important;
}

.ht-btn:hover,
.ht-btn:active,
.ht-btn:focus {
  background: #0299d4 !important;
  border-color: #0299d4 !important;
  color: #ffffff !important;
}

.ht-btn--outline {
  border-color: #02b8f2 !important;
  color: #02b8f2 !important;
}

.ht-btn--outline:hover,
.ht-btn--outline:focus,
.ht-btn--outline:active {
  background: #02b8f2 !important;
  border-color: #02b8f2 !important;
  color: #ffffff !important;
}

.ht-btn--solid {
  color: #02b8f2 !important;
}

.ht-btn--solid:hover,
.ht-btn--solid:focus,
.ht-btn--solid:active {
  background: #02b8f2 !important;
  border-color: #02b8f2 !important;
  color: #ffffff !important;
}

/* Button Styles - Secondary */
.btn--secondary {
  background-image: none !important;
  background-color: #ff931e !important;
  border-color: #ff931e !important;
}

.btn--secondary:hover {
  background-image: none !important;
  background: #e6821a !important;
  border-color: #e6821a !important;
  color: #ffffff !important;
}

/* Contact Section Buttons */
.contact-info-one .btn--secondary,
.contact-info-two .btn--secondary,
.contact-info-three .btn--secondary {
  min-width: 230px;
}

.contact-info-one .btn--secondary:hover,
.contact-info-two .btn--secondary:hover,
.contact-info-three .btn--secondary:hover {
  background: #02b8f2 !important;
  border-color: #02b8f2 !important;
}

.contact-info-two .btn--secondary {
  background: #ffffff !important;
  color: #02b8f2 !important;
  border-color: #02b8f2 !important;
}

.contact-info-two .btn--secondary:hover {
  background: #ff931e !important;
  color: #ffffff !important;
  border-color: #ff931e !important;
}

/* Links and Hover Effects */
.hover-style-link--secondary:after {
  background-color: #ff931e !important;
}

.hover-style-link--secondary:hover {
  color: #ff931e !important;
}

a:hover .text-color-primary,
.hover-style-link:hover,
.hover-style-link.text-color-primary:hover {
  color: #02b8f2 !important;
}

/* Navigation Menu - Conditional Colors (White on Home, Black on Other Pages) */
.header-home .menu-style-four .navigation-menu>ul>li>a,
.header-home .menu-style-four .navigation-menu>ul>li>a span {
  color: #ffffff !important;
}

.header-home .menu-style-four .navigation-menu>ul>li>a:hover,
.header-home .menu-style-four .navigation-menu>ul>li>a:hover span,
.header-home .menu-style-four .navigation-menu>ul>li.active>a,
.header-home .menu-style-four .navigation-menu>ul>li.active>a span {
  color: #02b8f2 !important;
}

/* When header becomes sticky on homepage, change navigation text to black */
.header-bottom-wrap.header-home.is-sticky .menu-style-four .navigation-menu>ul>li>a,
.header-bottom-wrap.header-home.is-sticky .menu-style-four .navigation-menu>ul>li>a span,
.header-sticky.header-home.is-sticky .menu-style-four .navigation-menu>ul>li>a,
.header-sticky.header-home.is-sticky .menu-style-four .navigation-menu>ul>li>a span {
  color: #1e293b !important;
}

.header-bottom-wrap.header-home.is-sticky .menu-style-four .navigation-menu>ul>li>a:hover,
.header-bottom-wrap.header-home.is-sticky .menu-style-four .navigation-menu>ul>li>a:hover span,
.header-bottom-wrap.header-home.is-sticky .menu-style-four .navigation-menu>ul>li.active>a,
.header-bottom-wrap.header-home.is-sticky .menu-style-four .navigation-menu>ul>li.active>a span,
.header-sticky.header-home.is-sticky .menu-style-four .navigation-menu>ul>li>a:hover,
.header-sticky.header-home.is-sticky .menu-style-four .navigation-menu>ul>li>a:hover span,
.header-sticky.header-home.is-sticky .menu-style-four .navigation-menu>ul>li.active>a,
.header-sticky.header-home.is-sticky .menu-style-four .navigation-menu>ul>li.active>a span {
  color: #02b8f2 !important;
}

.header-other .menu-style-four .navigation-menu>ul>li>a,
.header-other .menu-style-four .navigation-menu>ul>li>a span {
  color: #1e293b !important;
}

.header-other .menu-style-four .navigation-menu>ul>li>a:hover,
.header-other .menu-style-four .navigation-menu>ul>li>a:hover span,
.header-other .menu-style-four .navigation-menu>ul>li.active>a,
.header-other .menu-style-four .navigation-menu>ul>li.active>a span {
  color: #02b8f2 !important;
}

/* Navigation Menu Active States */
.navigation-menu.primary--menu>ul>li>a:hover,
.navigation-menu.primary--menu>ul>li.active>a,
.navigation-menu>ul>li>a:hover {
  color: #02b8f2 !important;
}

/* Call to Action Section */
.cta-image-area_one .text-color-secondary {
  color: #ff931e !important;
}

/* Feature Icons and Boxes */
.ht-box-icon:hover .heading,
.ht-box-images:hover .heading,
.ht-box-icon .heading:hover,
.feature-btn a:hover {
  color: #02b8f2 !important;
}

.feature-btn a:hover .button-text {
  color: #02b8f2 !important;
}

.feature-btn a:hover i.fa,
.feature-btn a:hover i.fas {
  color: #02b8f2 !important;
}

/* Feature Icon Box Wrap Hover - Primary Color Border */
.ht-box-icon.style-01:hover .icon-box-wrap,
.ht-box-icon.style-01:hover .icon-box-wrap {
  border-color: #02b8f2 !important;
}

/* SVG Icon Colors on Hover - Primary Color */
.ht-box-icon.style-01:hover .icon svg>*,
.ht-box-icon.style-01:hover .icon svg path,
.ht-box-icon.style-01:hover .svg-icon svg>*,
.ht-box-icon.style-01:hover .svg-icon svg path {
  stroke: #02b8f2 !important;
  fill: #02b8f2 !important;
}

/* Box Images Arrow */
.box-images-arrow a:hover {
  color: #02b8f2 !important;
}

.box-images-arrow a:hover .button-text {
  color: #02b8f2 !important;
}

/* Section Under Heading Links */
.section-under-heading a {
  color: #02b8f2 !important;
}

.section-under-heading a:hover {
  color: #0299d4 !important;
}

/* Testimonials */
.testimonial-slider__author .name {
  color: #333333;
}

/* ============================================
   Premium Brand Logos / Trusted By Section
   ============================================ */

/* Main Section Container - Full Bleed */
.premium-brand-logos-section {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #ffffff;
  padding: 60px 0 40px 0;
  overflow: hidden;
  isolation: isolate;
}

/* Marquee Wrapper - Continuous Infinite Scroll */
.brand-logos-marquee-wrapper {
  display: flex;
  width: fit-content;
  animation: brand-logos-scroll 30s linear infinite;
  will-change: transform;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .brand-logos-marquee-wrapper {
    animation: brand-logos-scroll 60s linear infinite;
  }
}

/* Marquee Animation */
@keyframes brand-logos-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Individual Marquee Track */
.brand-logos-marquee {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 0 40px;
  flex-shrink: 0;
}

/* Brand Logo Item */
.brand-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 60px;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Brand Logo Link */
.brand-logo-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: none;
}

/* Brand Logo Images */
.brand-logo-image {
  height: 60px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  object-position: center;
  filter: opacity(0.8) grayscale(0%);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.brand-logo-image-hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  filter: none;
  transform: scale(0.95);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* Hover Effects - Premium */
.brand-logo-item:hover {
  transform: scale(1.05);
}

/* Hover: Show original colors by removing grayscale filter */
.brand-logo-link:hover .brand-logo-image {
  filter: opacity(1) grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Hover: Show hover image if it exists (overlays regular image) */
.brand-logo-link:hover .brand-logo-image-hover {
  opacity: 1;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
  transform: scale(1.05);
}

/* Dim non-hovered logos when hovering over section */
.premium-brand-logos-section:hover .brand-logo-item:not(:hover) .brand-logo-image {
  opacity: 0.25;
}

/* Gradient Fades - Cinematic Edges */
.brand-logos-gradient-left,
.brand-logos-gradient-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  pointer-events: none;
  z-index: 2;
}

.brand-logos-gradient-left {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
}

.brand-logos-gradient-right {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0.8) 50%, transparent 100%);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .premium-brand-logos-section {
    padding: 50px 0 30px 0;
  }

  .brand-logos-marquee {
    gap: 60px;
    padding: 0 30px;
  }

  .brand-logo-item {
    height: 50px;
  }

  .brand-logo-image,
  .brand-logo-image-hover {
    height: 50px;
    max-width: 150px;
  }
}

@media (max-width: 768px) {
  .premium-brand-logos-section {
    padding: 40px 0 30px 0;
  }

  .brand-logos-marquee-wrapper {
    animation-duration: 40s;
    /* Continuous scroll on mobile */
  }

  .brand-logos-marquee {
    gap: 50px;
    padding: 0 25px;
  }

  .brand-logo-item {
    height: 40px;
  }

  .brand-logo-image,
  .brand-logo-image-hover {
    height: 40px;
    max-width: 120px;
  }

  .brand-logos-gradient-left,
  .brand-logos-gradient-right {
    width: 80px;
  }
}

@media (max-width: 480px) {
  .premium-brand-logos-section {
    padding: 35px 0 25px 0;
  }

  .brand-logos-marquee {
    gap: 40px;
    padding: 0 20px;
  }

  .brand-logo-item {
    height: 35px;
  }

  .brand-logo-image,
  .brand-logo-image-hover {
    height: 35px;
    max-width: 100px;
  }
}

/* Old Brand Logo Styles - Keep for backward compatibility if needed elsewhere */
.brand-logo:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

/* What We Do Section */
.what-we-do-section {
  background: #ffffff;
  padding: 100px 0;
}

.what-we-do-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.what-we-do-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.what-we-do-content {
  padding-left: 60px;
}

.what-we-do-title {
  font-size: 18px;
  font-weight: 600;
  color: #02b8f2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.what-we-do-heading {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.3;
  margin-bottom: 40px;
}

.what-we-do-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.what-we-do-item {
  padding-bottom: 32px;
  border-bottom: 1px solid #e2e8f0;
}

.what-we-do-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.what-we-do-item .item-title {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
  line-height: 1.4;
}

.what-we-do-item .item-text {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

@media (max-width: 991px) {
  .what-we-do-content {
    padding-left: 0;
    padding-top: 50px;
  }

  .what-we-do-heading {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .what-we-do-item .item-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .what-we-do-section {
    padding: 80px 0;
  }

  .what-we-do-heading {
    font-size: 28px;
  }

  .what-we-do-list {
    gap: 24px;
  }

  .what-we-do-item {
    padding-bottom: 24px;
  }
}

/* Technology Stack Section - Single Line Carousel */
.tech-stack-section {
  background: #f8fafc;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px !important;
}

.tech-stack-section.section-space--ptb_120 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tech-stack-section .section-title-wrap {
  margin-bottom: 50px;
}

.tech-stack-section .section-sub-title {
  color: #02b8f2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.tech-stack-section .heading {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0;
}

.tech-stack-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}

.tech-stack-marquee-wrapper {
  display: flex;
  width: fit-content;
  animation: tech-stack-scroll 40s linear infinite;
  will-change: transform;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .tech-stack-marquee-wrapper {
    animation: tech-stack-scroll 80s linear infinite;
  }
}

/* Marquee Animation */
@keyframes tech-stack-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Individual Marquee Track */
.tech-stack-marquee {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 40px;
  flex-shrink: 0;
}

/* Tech Stack Item */
.tech-stack-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 120px;
  padding: 20px;
  transition: transform 0.3s ease;
}

.tech-stack-item:hover {
  transform: scale(1.1);
}

.tech-stack-icon {
  font-size: 56px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

/* Tech Stack Icons - All use secondary color */
.tech-stack-icon i {
  color: #ff931e !important;
}

/* Override all brand colors to use secondary color */
.tech-stack-icon .fa-python,
.tech-stack-icon .fa-js,
.tech-stack-icon .fa-java,
.tech-stack-icon .fa-php,
.tech-stack-icon .fa-node-js,
.tech-stack-icon .fa-react,
.tech-stack-icon .fa-vuejs,
.tech-stack-icon .fa-angular,
.tech-stack-icon .fa-laravel,
.tech-stack-icon .fa-docker,
.tech-stack-icon .fa-aws,
.tech-stack-icon .fa-google,
.tech-stack-icon .fa-microchip,
.tech-stack-icon .fa-github,
.tech-stack-icon .fa-git-alt,
.tech-stack-icon .fa-brain,
.tech-stack-icon .fa-robot,
.tech-stack-icon .fa-chart-line,
.tech-stack-icon .fa-database {
  color: #ff931e !important;
}

/* ============================================
   Services Section - Professional Style
   ============================================ */
.services-section {
  background: #ffffff;
  position: relative;
}

.services-section .section-title-wrap {
  margin-bottom: 60px;
}

.services-section .section-sub-title {
  color: #02b8f2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.services-section .heading {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
}

.services-section .section-description {
  font-size: 18px;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
}

/* Service Card Modern */
.service-card-modern {
  height: 100%;
}

.service-card-inner {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid #f1f5f9;
}

.service-card-inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(2, 184, 242, 0.15);
  border-color: #02b8f2;
}

/* Service Card Image */
.service-card-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, #02b8f2 0%, #0299d4 100%);
}

.service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card-inner:hover .service-card-image img {
  transform: scale(1.1);
}

.service-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card-inner:hover .service-card-overlay {
  opacity: 1;
}

/* Service Card Icon */
.service-card-icon {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #02b8f2 0%, #0299d4 100%);
  color: #ffffff;
  font-size: 72px;
  transition: all 0.3s ease;
}

.service-card-inner:hover .service-card-icon {
  background: linear-gradient(135deg, #ff931e 0%, #e67e00 100%);
  transform: scale(1.05);
}

/* Service Card Content */
.service-card-content {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.service-card-title a {
  color: inherit;
  text-decoration: none;
}

.service-card-title a:hover {
  color: #02b8f2;
}

.service-card-description {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 24px;
  flex: 1;
}

/* Service Card Features */
.service-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.service-card-features li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

.service-card-features li:last-child {
  margin-bottom: 0;
}

.service-card-features li i {
  color: #02b8f2;
  margin-right: 10px;
  margin-top: 4px;
  font-size: 16px;
  flex-shrink: 0;
}

.service-card-features li span {
  flex: 1;
}

/* Service Card Link */
.service-card-link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #02b8f2;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.service-card-link i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.service-card-link:hover {
  color: #ff931e;
}

.service-card-link:hover i {
  transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .services-section .heading {
    font-size: 32px;
  }

  .service-card-content {
    padding: 24px;
  }

  .service-card-title {
    font-size: 22px;
  }

  .service-card-image,
  .service-card-icon {
    height: 200px;
  }

  .service-card-icon {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .services-section .heading {
    font-size: 28px;
  }

  .service-card-content {
    padding: 20px;
  }

  .service-card-title {
    font-size: 20px;
  }

  .service-card-image,
  .service-card-icon {
    height: 180px;
  }

  .service-card-icon {
    font-size: 48px;
  }

  .service-card-description {
    font-size: 15px;
  }
}

.tech-stack-name {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  text-align: center;
  white-space: nowrap;
}

.tech-stack-item:hover .tech-stack-name {
  color: #02b8f2;
}

@media (max-width: 991px) {
  .tech-stack-section .heading {
    font-size: 32px;
  }

  .tech-stack-marquee {
    gap: 50px;
    padding: 0 30px;
  }

  .tech-stack-item {
    min-width: 100px;
    padding: 16px;
  }

  .tech-stack-icon {
    font-size: 48px;
    height: 50px;
  }

  .tech-stack-name {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .tech-stack-marquee-wrapper {
    animation-duration: 50s;
  }

  .tech-stack-marquee {
    gap: 40px;
    padding: 0 25px;
  }

  .tech-stack-item {
    min-width: 90px;
    padding: 12px;
  }

  .tech-stack-icon {
    font-size: 40px;
    height: 45px;
  }

  .tech-stack-name {
    font-size: 11px;
  }
}

/* Features Images Section - Reduce Top Spacing */
.feature-images-wrapper {
  padding-top: 40px !important;
}

@media (max-width: 768px) {
  .feature-images-wrapper {
    padding-top: 30px !important;
  }
}

/* Scroll Top Button */
.scroll-top {
  background-color: #ffffff !important;
  border: 2px solid #e2e8f0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.scroll-top:hover {
  background-color: #f8fafc !important;
  border-color: #02b8f2 !important;
  box-shadow: 0 6px 20px rgba(2, 184, 242, 0.2) !important;
}

.scroll-top i {
  color: #02b8f2 !important;
}

.scroll-top:hover i {
  color: #02b8f2 !important;
}

/* Social Media Icons - Original Brand Colors */
.social-link .fa-facebook-f,
.social-link .fa-facebook,
.ht-social-networks .fa-facebook-f,
.ht-social-networks .fa-facebook {
  color: #1877F2 !important;
}

.social-link:hover .fa-facebook-f,
.social-link:hover .fa-facebook,
.ht-social-networks .social-link:hover .fa-facebook-f,
.ht-social-networks .social-link:hover .fa-facebook {
  color: #1877F2 !important;
}

.social-link .fa-instagram,
.ht-social-networks .fa-instagram {
  color: #E4405F !important;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.social-link:hover .fa-instagram,
.ht-social-networks .social-link:hover .fa-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.social-link .fa-linkedin,
.social-link .fa-linkedin-in,
.ht-social-networks .fa-linkedin,
.ht-social-networks .fa-linkedin-in {
  color: #0077B5 !important;
}

.social-link:hover .fa-linkedin,
.social-link:hover .fa-linkedin-in,
.ht-social-networks .social-link:hover .fa-linkedin,
.ht-social-networks .social-link:hover .fa-linkedin-in {
  color: #0077B5 !important;
}

.social-link .fa-twitter,
.social-link .fa-x-twitter,
.ht-social-networks .fa-twitter,
.ht-social-networks .fa-x-twitter {
  color: #1DA1F2 !important;
}

.social-link:hover .fa-twitter,
.social-link:hover .fa-x-twitter,
.ht-social-networks .social-link:hover .fa-twitter,
.ht-social-networks .social-link:hover .fa-x-twitter {
  color: #1DA1F2 !important;
}

.social-link .fa-youtube,
.ht-social-networks .fa-youtube {
  color: #FF0000 !important;
}

.social-link:hover .fa-youtube,
.ht-social-networks .social-link:hover .fa-youtube {
  color: #FF0000 !important;
}

/* Header Fixes - Prevent Logo Overlap */
.header-area--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* Hide header top bar on smaller screens */
@media (max-width: 991px) {
  .header-top-bar-info {
    display: none !important;
  }
}

.header-bottom-wrap {
  position: relative;
  z-index: 1001;
}

.header__logo {
  position: relative;
  z-index: 1002;
}

/* Ensure header doesn't overlap hero content */
.resolutions-hero-slider {
  position: relative;
  margin-top: 0;
  padding-top: 0;
}

/* Software Agency Specific Enhancements */
.hero-wrapper {
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.service-hero-text h1 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Professional Hero Video Section */
.professional-hero-video {
  position: relative;
  overflow: hidden;
  background: #000;
}

.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.hero-video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.resolutions-hero-slider {
  position: relative;
  margin-top: 0;
}

.professional-hero-video .resolutions-hero-area-content {
  position: relative;
  z-index: 3;
  padding-top: 200px;
  padding-bottom: 220px;
  /* Increased to ensure buttons don't overlap with wave */
}

.hero-main-headline {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  display: block;
}

.hero-description {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.95;
  font-weight: 400;
  margin-bottom: 40px;
  max-width: 550px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.service-hero-text.text-left {
  text-align: left;
}

.hero-button-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.btn-primary-hero,
.btn-secondary-hero {
  background: linear-gradient(135deg, #02b8f2 0%, #0299d4 100%) !important;
  border: 2px solid #02b8f2 !important;
  border-color: #02b8f2 !important;
  color: white !important;
  padding: 16px 40px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  box-shadow: 0 6px 20px rgba(2, 184, 242, 0.4), 0 2px 8px rgba(2, 184, 242, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
}

.btn-primary-hero::before,
.btn-secondary-hero::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.5s;
}

.btn-primary-hero:hover::before,
.btn-secondary-hero:hover::before {
  left: 100%;
}

.btn-primary-hero:hover,
.btn-secondary-hero:hover {
  background: linear-gradient(135deg, #0299d4 0%, #0285b8 100%) !important;
  border-color: #0299d4 !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(2, 184, 242, 0.5), 0 4px 12px rgba(2, 184, 242, 0.3);
  color: white !important;
}

.btn-primary-hero:active,
.btn-secondary-hero:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(2, 184, 242, 0.4);
}

.btn-white-hero {
  background: white !important;
  border: 1px solid white !important;
  color: #1e293b !important;
  padding: 14px 32px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-white-hero:hover {
  background: rgba(255, 255, 255, 0.95) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
  color: #1e293b !important;
}

/* Wave Separator Fix - Behind Content */
.resolutions-hero-slider .vc_row-separator.center_curve_alt.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  height: 100px;
  overflow: hidden;
}

.resolutions-hero-slider .vc_row-separator.center_curve_alt.bottom svg {
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Features Images Section - Push Lower (Fix negative margin) */
.feature-images-wrapper {
  margin-top: 0 !important;
  padding-top: 80px;
}

.feature-images-wrapper .resolutions-hero-bottom {
  margin-top: 0 !important;
  position: relative;
  z-index: 4;
}

/* Features Images - Heading hover color */
.ht-box-images.style-05:hover .content .heading {
  color: #000000 !important;
}

@media (max-width: 768px) {
  .hero-main-headline {
    font-size: 40px;
  }

  .hero-description {
    font-size: 16px;
  }

  .professional-hero-video .resolutions-hero-area-content {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .hero-button-group {
    flex-direction: column;
  }

  .btn-primary-hero,
  .btn-white-hero {
    width: 100%;
    text-align: center;
  }

  .feature-images-wrapper {
    margin-top: 40px;
    padding-top: 60px;
  }
}

/* Hero Video Background */
.hero-video-wrapper {
  position: relative;
  background: none !important;
}

.hero-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.hero-video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.resolutions-hero-area-content {
  position: relative;
  z-index: 2;
}

/* Contact Section - Remove Background */
.contact-us-section-wrappaer.processing-contact-us-bg {
  background-color: transparent !important;
  background-image: none !important;
}

/* Contact Section - Video and Info Layout (Wide) */
.contact-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio (Widescreen) - Wider and shorter */
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.contact-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.contact-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.contact-info-details {
  margin-top: 40px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-info-item .contact-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  font-size: 20px;
}

.contact-info-item .contact-details h6 {
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-info-item .contact-details h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.contact-info-item .contact-details a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-info-item .contact-details a:hover {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .contact-video-wrapper {
    margin-bottom: 40px;
  }
}

/* Minimal Contact Page Styling */
.minimal-contact-page {
  background: #ffffff;
  padding-top: 160px;
  /* Increased to account for absolute header */
  padding-bottom: 100px;
}

.contact-page-header {
  margin-bottom: 60px;
}

.contact-page-title {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.2;
}

.contact-page-subtitle {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.minimal-contact-form-wrapper {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.minimal-contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}

.minimal-contact-form .form-group {
  margin-bottom: 24px;
  flex: 1;
}

.minimal-contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 8px;
}

.minimal-contact-form .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.2s ease;
  background: #ffffff;
  color: #1e293b;
  font-family: inherit;
}

.minimal-contact-form .form-control:focus {
  border-color: #02b8f2;
  outline: none;
  box-shadow: 0 0 0 3px rgba(2, 184, 242, 0.1);
}

.minimal-contact-form textarea.form-control {
  resize: vertical;
  min-height: 140px;
}

.minimal-contact-form .error-text {
  display: block;
  color: #dc2626;
  font-size: 13px;
  margin-top: 6px;
}

.btn-primary-submit {
  background: #02b8f2;
  color: #ffffff;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.btn-primary-submit:hover {
  background: #0299d4;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(2, 184, 242, 0.3);
}

.alert {
  padding: 16px 20px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid;
}

.alert-success {
  background: #f0fdf4;
  border-color: #86efac;
  color: #166534;
}

.alert-danger {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #991b1b;
}

.alert ul {
  margin-top: 8px;
  padding-left: 20px;
}

.contact-info-box {
  padding: 30px 20px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.contact-info-box:hover {
  border-color: #02b8f2;
  box-shadow: 0 4px 12px rgba(2, 184, 242, 0.1);
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #02b8f2;
  font-size: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-info-title {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 12px;
}

.contact-info-text {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.contact-info-text a {
  color: #02b8f2;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-info-text a:hover {
  color: #0299d4;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 991px) {
  .minimal-contact-form-wrapper {
    padding: 40px 30px;
  }

  .contact-page-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .minimal-contact-page {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .minimal-contact-form-wrapper {
    padding: 30px 20px;
  }

  .minimal-contact-form .form-row {
    flex-direction: column;
    gap: 0;
  }

  .contact-page-title {
    font-size: 32px;
  }

  .contact-page-subtitle {
    font-size: 16px;
  }
}

/* Team Page Styling */
.team-page-wrapper {
  background: #ffffff;
  padding-top: 160px;
  /* Increased to account for absolute header */
  padding-bottom: 100px;
}

.page-header {
  margin-bottom: 60px;
}

.page-title {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.2;
}

.page-subtitle {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
}

.team-member-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.team-member-card:hover {
  border-color: #02b8f2;
  box-shadow: 0 8px 24px rgba(2, 184, 242, 0.15);
  transform: translateY(-4px);
}

.team-member-image {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background: #f1f5f9;
}

.team-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
  color: #94a3b8;
  font-size: 80px;
}

.team-member-name {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
}

.team-member-position {
  font-size: 16px;
  font-weight: 600;
  color: #02b8f2;
  margin-bottom: 16px;
}

.team-member-bio {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

.team-member-contact {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}

.team-contact-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  color: #64748b;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.team-contact-link:hover {
  background: #02b8f2;
  color: #ffffff;
  transform: translateY(-2px);
}

.empty-state {
  padding: 80px 20px;
}

.empty-state h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 12px;
}

.empty-state p {
  font-size: 16px;
  color: #64748b;
}

@media (max-width: 768px) {
  .team-page-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-title {
    font-size: 32px;
  }

  .page-subtitle {
    font-size: 16px;
  }

  .team-member-image {
    width: 150px;
    height: 150px;
  }
}

/* Blogs Page Styling */
.blogs-page-wrapper {
  background: #ffffff;
  padding-top: 160px;
  /* Increased to account for absolute header */
  padding-bottom: 100px;
}

.blog-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  border-color: #02b8f2;
  box-shadow: 0 8px 24px rgba(2, 184, 242, 0.15);
  transform: translateY(-4px);
}

.blog-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f1f5f9;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #02b8f2;
  background: rgba(2, 184, 242, 0.1);
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-title a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-title a:hover {
  color: #02b8f2;
}

.blog-meta {
  display: flex;
  gap: 16px;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 12px;
}

.blog-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-excerpt {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}

.blog-read-more {
  color: #02b8f2;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.blog-read-more:hover {
  color: #0299d4;
  gap: 10px;
}

/* Blog Detail Page */
.blog-detail-page-wrapper {
  background: #ffffff;
  padding-top: 160px;
  /* Increased to account for absolute header */
  padding-bottom: 100px;
}

.blog-detail-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  background: #f1f5f9;
}

.blog-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail-header {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 24px;
}

.blog-detail-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin: 16px 0;
  line-height: 1.3;
}

.blog-detail-content {
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
  padding-top: 30px;
}

.blog-detail-content p {
  margin-bottom: 20px;
}

.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4 {
  color: #1e293b;
  margin-top: 30px;
  margin-bottom: 16px;
  font-weight: 700;
}

.blog-sidebar {
  padding-left: 30px;
}

.sidebar-widget {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
}

.sidebar-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #02b8f2;
}

.recent-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-posts-list li {
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
}

.recent-posts-list li:last-child {
  border-bottom: none;
}

.recent-posts-list a {
  color: #1e293b;
  text-decoration: none;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  transition: color 0.2s ease;
}

.recent-posts-list a:hover {
  color: #02b8f2;
}

.post-date {
  display: block;
  font-size: 13px;
  color: #64748b;
  font-weight: 400;
}

.btn-outline-primary {
  background: transparent;
  color: #02b8f2;
  border: 2px solid #02b8f2;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background: #02b8f2;
  color: #ffffff;
}

@media (max-width: 991px) {
  .blog-sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {

  .blogs-page-wrapper,
  .blog-detail-page-wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .blog-detail-title {
    font-size: 28px;
  }

  .blog-detail-image {
    height: 250px;
  }
}

/* Services Page Styling */
.services-page-wrapper {
  background: #ffffff;
  padding-top: 160px;
  /* Increased to account for absolute header */
  padding-bottom: 100px;
}

.service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  border-color: #02b8f2;
  box-shadow: 0 8px 24px rgba(2, 184, 242, 0.15);
  transform: translateY(-4px);
}

.service-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f1f5f9;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

.service-icon {
  text-align: center;
  padding: 30px 0;
  font-size: 48px;
  color: #02b8f2;
}

.service-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service-title {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
  line-height: 1.4;
}

.service-title a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.service-title a:hover {
  color: #02b8f2;
}

.service-description {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.service-features li {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-features li i {
  color: #02b8f2;
  font-size: 12px;
}

.service-read-more {
  color: #02b8f2;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.service-read-more:hover {
  color: #0299d4;
  gap: 10px;
}

/* Service Detail Page */
.service-detail-page-wrapper {
  background: #ffffff;
  padding-top: 160px;
  /* Increased to account for absolute header */
  padding-bottom: 100px;
}

.service-detail-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  background: #f1f5f9;
}

.service-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-detail-header {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 24px;
}

.service-detail-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.3;
}

.service-detail-subtitle {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.service-detail-content {
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
  padding-top: 30px;
}

.service-detail-content p {
  margin-bottom: 20px;
}

.service-detail-content h2,
.service-detail-content h3,
.service-detail-content h4 {
  color: #1e293b;
  margin-top: 30px;
  margin-bottom: 16px;
  font-weight: 700;
}

.service-features-list {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px;
}

.features-title {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
}

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

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

.features-list li i {
  color: #02b8f2;
  font-size: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}

.service-sidebar {
  padding-left: 30px;
}

.other-services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.other-services-list li {
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
}

.other-services-list li:last-child {
  border-bottom: none;
}

.other-services-list a {
  color: #1e293b;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.other-services-list a:hover {
  color: #02b8f2;
}

.cta-box {
  background: linear-gradient(135deg, #02b8f2 0%, #0299d4 100%);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  color: #ffffff;
}

.cta-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.cta-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  line-height: 1.6;
}

.btn-primary-cta {
  background: #ffffff;
  color: #02b8f2;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}

.btn-primary-cta:hover {
  background: #f8fafc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #02b8f2;
}

@media (max-width: 991px) {
  .service-sidebar {
    padding-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {

  .services-page-wrapper,
  .service-detail-page-wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .service-detail-title {
    font-size: 28px;
  }

  .service-detail-image {
    height: 250px;
  }
}

/* Comprehensive Overrides for Old Secondary Color
   Replacing RGB(210, 169, 142) = #ff931e with #ff931e */

/* Additional text color overrides */
.text-color-secondary,
[style*="#ff931e"],
[style*="rgb(210, 169, 142)"] {
  color: #ff931e !important;
}

/* Additional background overrides */
.theme-bg-secondary,
[style*="background.*#ff931e"],
[style*="background.*rgb(210, 169, 142)"] {
  background: #ff931e !important;
  background-color: #ff931e !important;
}

/* Button background overrides */
.btn--secondary,
button.btn--secondary,
a.btn--secondary {
  background-color: #ff931e !important;
  background: #ff931e !important;
  border-color: #ff931e !important;
}

/* Hover style link secondary - comprehensive */
.hover-style-link--secondary,
a.hover-style-link--secondary {
  color: #ff931e !important;
}

.hover-style-link--secondary:after,
.hover-style-link--secondary::after {
  background-color: #ff931e !important;
  background: #ff931e !important;
}

.hover-style-link--secondary:hover {
  color: #ff931e !important;
}

/* Any element with background-color #ff931e */
[style*="background-color: #ff931e"],
[style*="background-color:#ff931e"] {
  background-color: #ff931e !important;
}

/* Any element with color #ff931e */
[style*="color: #ff931e"],
[style*="color:#ff931e"] {
  color: #ff931e !important;
}

/* Specific overrides for .hover-style-link:hover */
.hover-style-link:hover {
  color: #ff931e !important;
  /* Use secondary color on hover */
}

/* ============================================
   Font Awesome Icons - Use Secondary Color
   ============================================ */
i.fa,
i.fas,
i.far,
i.fal,
i.fab,
.fa,
.fas,
.far,
.fal,
.fab,
[class*="fa-"] {
  color: #ff931e !important;
}

/* Font Awesome icons in specific contexts */
.contact-info-item .contact-icon i,
.team-contact-link i,
.service-icon i,
.features-list li i,
.service-features li i,
.blog-meta i,
.contact-info-box .icon i {
  color: #ff931e !important;
}

.contact-icon i {
  color: #02b8f2 !important;
}

/* Font Awesome icons on hover - keep secondary or use primary */
a:hover i.fa,
a:hover i.fas,
a:hover i.far,
a:hover i.fal,
a:hover i.fab,
a:hover .fa,
a:hover .fas,
a:hover .far,
a:hover .fal,
a:hover .fab,
a:hover [class*="fa-"] {
  color: #ff931e !important;
}

/* ============================================
   Comprehensive Hover Effects - Use Secondary Color
   ============================================ */
/* All hover states should use secondary color */
*:hover {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

/* Navigation hover - keep primary for consistency */

/* ============================================
   Fun Facts / Stats Section - Modern Design
   ============================================ */
.fun-fact-wrapper {
  background: #f8fafc;
  position: relative;
  padding-top: 60px !important;
}

.fun-fact-wrapper.section-space--ptb_120 {
  padding-top: 60px;
  padding-bottom: 80px;
}

.stats-box-modern {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.stats-box-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff931e 0%, #e67e00 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.stats-box-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(255, 147, 30, 0.2);
  border-color: #ff931e;
}

.stats-box-modern:hover::before {
  transform: scaleX(1);
}

.stats-box-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, #ff931e 0%, #e67e00 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #ffffff !important;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 8px 20px rgba(255, 147, 30, 0.3);
}

.stats-box-icon i,
.stats-box-icon .fa,
.stats-box-icon .fas,
.stats-box-icon [class*="fa-"] {
  color: #ffffff !important;
}

.stats-box-modern:hover .stats-box-icon {
  background: linear-gradient(135deg, #ff931e 0%, #e67e00 100%);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 30px rgba(255, 147, 30, 0.4);
}

.stats-box-content {
  position: relative;
}

.stats-box-number {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #1e293b;
  margin-bottom: 12px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.stats-box-number .plus {
  font-size: 48px;
  color: #ff931e;
  margin-left: 4px;
}

.stats-box-modern:hover .stats-box-number .plus {
  color: #ff931e;
}

.stats-box-label {
  font-size: 18px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.stats-box-modern:hover .stats-box-label {
  color: #ff931e;
}

/* Counter Animation Styles */
.stats-box-number .counter {
  display: inline-block;
  color: #1e293b;
}

/* Responsive Design */
@media (max-width: 991px) {
  .stats-box-modern {
    padding: 35px 25px;
  }

  .stats-box-icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
    margin-bottom: 20px;
  }

  .stats-box-number {
    font-size: 48px;
  }

  .stats-box-number .plus {
    font-size: 42px;
  }

  .stats-box-label {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .stats-box-modern {
    padding: 30px 20px;
    margin-bottom: 24px;
  }

  .stats-box-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
    margin-bottom: 18px;
  }

  .stats-box-number {
    font-size: 42px;
  }

  .stats-box-number .plus {
    font-size: 36px;
  }

  .stats-box-label {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .stats-box-number {
    font-size: 36px;
  }

  .stats-box-number .plus {
    font-size: 32px;
  }
}

.header-home .menu-style-four .navigation-menu>ul>li>a:hover,
.header-home .menu-style-four .navigation-menu>ul>li>a:hover span,
.header-other .menu-style-four .navigation-menu>ul>li>a:hover,
.header-other .menu-style-four .navigation-menu>ul>li>a:hover span {
  color: #02b8f2 !important;
  /* Keep primary for navigation hover */
}

/* Feature boxes hover - Use Primary Color */
.ht-box-icon:hover .heading,
.ht-box-images:hover .heading,
.ht-box-icon .heading:hover,
.feature-btn a:hover {
  color: #02b8f2 !important;
  /* Use primary color on hover */
}

.feature-btn a:hover .button-text {
  color: #02b8f2 !important;
  /* Use primary color on hover */
}

.feature-btn a:hover i.fa,
.feature-btn a:hover i.fas {
  color: #02b8f2 !important;
  /* Use primary color for arrow icon */
}

/* Box images arrow hover */
.box-images-arrow a:hover {
  color: #ff931e !important;
}

.box-images-arrow a:hover .button-text {
  color: #ff931e !important;
}

/* Section under heading links hover */
.section-under-heading a:hover {
  color: #ff931e !important;
}

/* Service and blog read more hover */
.service-read-more:hover,
.blog-read-more:hover {
  color: #ff931e !important;
}

/* Other services list hover */
.other-services-list a:hover {
  color: #ff931e !important;
}

/* Recent posts list hover */
.recent-posts-list a:hover {
  color: #ff931e !important;
}

/* Blog title hover */
.blog-title a:hover {
  color: #ff931e !important;
}

/* Service title hover */
.service-title a:hover {
  color: #ff931e !important;
}

/* Contact info text hover */
.contact-info-text a:hover {
  color: #ff931e !important;
}

/* Team contact link hover */
.team-contact-link:hover {
  background: #ff931e !important;
  color: #ffffff !important;
}

/* Button hover states - Primary buttons use darker primary, Secondary buttons use secondary */
.ht-btn:hover,
.ht-btn:active,
.ht-btn:focus {
  background: #0299d4 !important;
  /* Darker primary for primary buttons */
  border-color: #0299d4 !important;
  color: #ffffff !important;
}

.btn--secondary:hover {
  background: #ff931e !important;
  /* Secondary color for secondary buttons */
  border-color: #ff931e !important;
  color: #ffffff !important;
}

/* ============================================
   Portfolio Section - Professional Style
   ============================================ */
.portfolio-section {
  background: #f8fafc;
  position: relative;
}

/* Reduce spacing between tech stack and services sections */
.tech-stack-section+.services-section-home {
  padding-top: 40px !important;
}

/* Reduce spacing between services and portfolio sections */
.services-section-home {
  padding-bottom: 40px !important;
}

.services-section-home+.portfolio-section {
  padding-top: 40px !important;
}

.portfolio-section .section-title-wrap {
  margin-bottom: 60px;
}

.portfolio-section .section-sub-title {
  color: #02b8f2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.portfolio-section .heading {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
}

.portfolio-section .section-description {
  font-size: 18px;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
}

/* Portfolio Card */
.portfolio-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid #f1f5f9;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(2, 184, 242, 0.2);
  border-color: #02b8f2;
}

/* Portfolio Image Wrapper */
.portfolio-image-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #f1f5f9;
}

.portfolio-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.portfolio-card:hover .portfolio-image {
  transform: scale(1.1);
}

.portfolio-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  color: #94a3b8;
  font-size: 64px;
}

.service-icon-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #02b8f2 0%, #0299d4 100%);
  color: #ffffff;
  font-size: 72px;
}

/* Portfolio Overlay */
.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(2, 184, 242, 0.9) 0%, rgba(2, 184, 242, 0.95) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-overlay-content {
  text-align: center;
  padding: 30px;
  color: #ffffff;
}

.portfolio-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  margin-bottom: 16px;
  backdrop-filter: blur(10px);
}

.portfolio-title-overlay {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
}

.portfolio-description-overlay {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Portfolio Card Link */
.portfolio-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.portfolio-card-link:hover {
  text-decoration: none;
  color: inherit;
}

/* Portfolio Image Count Badge */
.portfolio-image-count {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(10px);
  z-index: 2;
}

.portfolio-image-count i {
  font-size: 14px;
}

.portfolio-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.portfolio-view-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.portfolio-view-link:hover {
  background: #ffffff;
  color: #02b8f2;
  border-color: #ffffff;
  transform: translateY(-2px);
}

.portfolio-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.portfolio-link:hover {
  background: #ffffff;
  color: #02b8f2;
  border-color: #ffffff;
  transform: scale(1.1);
}

/* Portfolio Content */
.portfolio-content {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.portfolio-title {
  font-size: 22px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
  line-height: 1.3;
}

.portfolio-description {
  font-size: 15px;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 20px;
  flex: 1;
}

/* Portfolio Technologies */
.portfolio-technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.tech-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  background: #f1f5f9;
  color: #475569;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.portfolio-card:hover .tech-tag {
  background: #e0f2fe;
  color: #02b8f2;
}

/* Responsive Design */
@media (max-width: 991px) {
  .portfolio-section .heading {
    font-size: 32px;
  }

  .portfolio-image-wrapper {
    height: 240px;
  }

  .portfolio-content {
    padding: 24px;
  }

  .portfolio-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .portfolio-section .heading {
    font-size: 28px;
  }

  .portfolio-image-wrapper {
    height: 220px;
  }

  .portfolio-content {
    padding: 20px;
  }

  .portfolio-title {
    font-size: 18px;
  }

  .portfolio-description {
    font-size: 14px;
  }
}

/* Projects Page Styling */
.projects-page-wrapper {
  background: #ffffff;
  padding-top: 160px;
  /* Increased to account for absolute header */
  padding-bottom: 100px;
}

/* Project Detail Page Styling */
.project-detail-page-wrapper {
  background: #ffffff;
  padding-top: 160px;
  /* Increased to account for absolute header */
  padding-bottom: 100px;
}

.project-images-gallery {
  margin-bottom: 40px;
}

.project-main-image {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f5f9;
}

.project-main-image img {
  width: 100%;
  height: auto;
  display: block;
}

.project-thumbnails {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.project-thumbnail {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  background: #f1f5f9;
}

.project-thumbnail:hover,
.project-thumbnail.active {
  border-color: #02b8f2;
  transform: scale(1.05);
}

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

.project-detail-header {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 24px;
  margin-bottom: 30px;
}

.project-detail-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.3;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 15px;
  color: #64748b;
  margin-bottom: 20px;
}

.project-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.project-meta i {
  color: #02b8f2;
  font-size: 16px;
}

.project-detail-subtitle {
  font-size: 18px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.project-detail-content {
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
  padding-top: 30px;
}

.project-detail-content p {
  margin-bottom: 20px;
}

.project-detail-content h2,
.project-detail-content h3,
.project-detail-content h4 {
  color: #1e293b;
  margin-top: 30px;
  margin-bottom: 16px;
  font-weight: 700;
}

.project-technologies-list {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px;
  margin-top: 40px;
}

.technologies-title {
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 20px;
}

.technologies-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tech-tag-large {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 18px;
  background: #ffffff;
  color: #02b8f2;
  border: 2px solid #02b8f2;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.tech-tag-large i {
  font-size: 14px;
}

.tech-tag-large {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tech-tag-large i {
  font-size: 14px;
}

.tech-tag-large:hover {
  background: #02b8f2;
  color: #ffffff;
  transform: translateY(-2px);
}

.project-external-link {
  margin-top: 40px;
}

.other-projects-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.other-projects-list li {
  margin-bottom: 20px;
}

.other-project-item {
  display: flex;
  gap: 16px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.other-project-item:hover {
  background: #ffffff;
  border-color: #02b8f2;
  box-shadow: 0 4px 12px rgba(2, 184, 242, 0.1);
}

.other-project-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.other-project-content h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  line-height: 1.4;
}

.other-project-category {
  font-size: 13px;
  color: #02b8f2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.other-projects-list a {
  text-decoration: none;
  color: inherit;
}

.other-projects-list a:hover {
  text-decoration: none;
  color: inherit;
}

/* Project Breadcrumb */
.project-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 30px;
}

.project-breadcrumb a {
  color: #02b8f2;
  text-decoration: none;
  transition: color 0.2s ease;
}

.project-breadcrumb a:hover {
  color: #0299d4;
}

.project-breadcrumb span {
  color: #cbd5e1;
}

.project-breadcrumb .active {
  color: #334155;
  font-weight: 600;
}

/* Project Header Top */
.project-header-top {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.project-category-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  background: linear-gradient(135deg, #02b8f2 0%, #0299d4 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.project-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  background: #f1f5f9;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
}

.project-date-badge i {
  color: #02b8f2;
  font-size: 12px;
}

/* Project Image Overlay */
.project-main-image {
  position: relative;
  overflow: hidden;
}

.project-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.project-main-image:hover .project-image-overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.project-image-zoom {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #02b8f2;
  font-size: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.project-image-zoom:hover {
  background: #ffffff;
  transform: scale(1.1);
  color: #0299d4;
}

/* Image Modal */
.image-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.image-modal-content {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.image-modal-close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  transition: color 0.2s ease;
  line-height: 1;
}

.image-modal-close:hover {
  color: #02b8f2;
}

/* Project Info Card */
.project-info-card {
  background: #ffffff;
  border: 2px solid #e2e8f0;
}

.project-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-info-item {
  padding: 16px 0;
  border-bottom: 1px solid #f1f5f9;
}

.project-info-item:last-child {
  border-bottom: none;
}

.info-label {
  font-size: 13px;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-label i {
  color: #02b8f2;
  font-size: 14px;
}

.info-value {
  font-size: 16px;
  color: #1e293b;
  font-weight: 600;
}

.project-action-buttons {
  padding-top: 20px;
  border-top: 1px solid #f1f5f9;
}

/* Project Buttons */
.btn-project-primary {
  background: linear-gradient(135deg, #02b8f2 0%, #0299d4 100%);
  color: #ffffff;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  width: 100%;
  box-shadow: 0 4px 12px rgba(2, 184, 242, 0.3);
}

.btn-project-primary:hover {
  background: linear-gradient(135deg, #0299d4 0%, #0284c7 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(2, 184, 242, 0.4);
  color: #ffffff;
}

.btn-project-secondary {
  background: #ffffff;
  color: #02b8f2;
  border: 2px solid #02b8f2;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  width: 100%;
}

.btn-project-secondary:hover {
  background: #02b8f2;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(2, 184, 242, 0.3);
}

.btn-project-back {
  background: #ffffff;
  color: #475569;
  border: 2px solid #e2e8f0;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-project-back:hover {
  background: #f8fafc;
  border-color: #02b8f2;
  color: #02b8f2;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Enhanced CTA Box */
.cta-box {
  background: linear-gradient(135deg, #02b8f2 0%, #0299d4 100%);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.8;
  }
}

.cta-icon {
  font-size: 48px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.cta-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.cta-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 24px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* Enhanced Other Projects */
.other-project-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
}

.other-project-item:hover {
  background: #f8fafc;
  border-color: #02b8f2;
  box-shadow: 0 4px 16px rgba(2, 184, 242, 0.15);
  transform: translateX(4px);
}

.other-project-image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f1f5f9;
}

.other-project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.other-project-item:hover .other-project-image {
  transform: scale(1.1);
}

.other-project-content {
  flex: 1;
  min-width: 0;
}

.other-project-content h5 {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 6px;
  line-height: 1.4;
}

.other-project-category {
  font-size: 12px;
  color: #02b8f2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.other-project-arrow {
  color: #cbd5e1;
  font-size: 18px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.other-project-item:hover .other-project-arrow {
  color: #02b8f2;
  transform: translateX(4px);
}

.project-navigation,
.service-navigation,
.blog-navigation {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e2e8f0;
}

/* Back Arrow Button */
.btn-back-arrow {
  background: #ffffff;
  color: #475569;
  border: 2px solid #e2e8f0;
  padding: 14px 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-back-arrow:hover {
  background: #f8fafc;
  border-color: #02b8f2;
  color: #02b8f2;
  transform: translateX(-4px);
  box-shadow: 0 4px 12px rgba(2, 184, 242, 0.2);
}

.btn-back-arrow:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(2, 184, 242, 0.2);
}

/* Help CTA Box */
.help-cta-box {
  background: linear-gradient(135deg, #02b8f2 0%, #0299d4 100%);
  border-radius: 16px;
  padding: 40px 30px;
  margin-top: 60px;
  box-shadow: 0 8px 24px rgba(2, 184, 242, 0.2);
}

.help-cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.help-cta-icon {
  font-size: 48px;
  color: #ffffff;
  opacity: 0.9;
  flex-shrink: 0;
}

.help-cta-text {
  flex: 1;
  min-width: 200px;
}

.help-cta-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.help-cta-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  line-height: 1.6;
}

.help-cta-button {
  flex-shrink: 0;
}

.btn-help-contact {
  background: #ffffff;
  color: #02b8f2;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-help-contact:hover {
  background: #f8fafc;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: #02b8f2;
}

@media (max-width: 991px) {
  .project-sidebar {
    padding-left: 0;
    margin-top: 50px;
  }

  .project-thumbnail {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {

  .projects-page-wrapper,
  .project-detail-page-wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .project-detail-title {
    font-size: 28px;
  }

  .project-main-image {
    margin-bottom: 16px;
  }

  .project-thumbnail {
    width: 80px;
    height: 80px;
  }

  .project-meta {
    flex-direction: column;
    gap: 12px;
  }

  .technologies-tags {
    gap: 8px;
  }

  .tech-tag-large {
    font-size: 13px;
    padding: 8px 16px;
  }

  .help-cta-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .help-cta-icon {
    font-size: 40px;
  }

  .help-cta-title {
    font-size: 24px;
  }

  .btn-help-contact {
    width: 100%;
    max-width: 300px;
  }

  .btn-back-arrow {
    width: 45px;
    height: 45px;
    padding: 12px 16px;
    font-size: 16px;
  }
}

/* Contact section buttons hover */
.contact-info-one .btn--secondary:hover,
.contact-info-two .btn--secondary:hover,
.contact-info-three .btn--secondary:hover {
  background: #ff931e !important;
  /* Use secondary on hover */
  border-color: #ff931e !important;
}

.contact-info-two .btn--secondary:hover {
  background: #ff931e !important;
  color: #ffffff !important;
  border-color: #ff931e !important;
}

/* Primary submit button hover */
.btn-primary-submit:hover {
  background: #ff931e !important;
  /* Use secondary on hover */
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 147, 30, 0.3);
}

/* Outline primary button hover */
.btn-outline-primary:hover {
  background: #ff931e !important;
  /* Use secondary on hover */
  border-color: #ff931e !important;
  color: #ffffff !important;
}

/* Primary CTA button hover */
.btn-primary-cta:hover {
  background: #ff931e !important;
  /* Use secondary on hover */
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 147, 30, 0.3);
}

/* ============================================
   Company Page Immersive Styling - White Theme
   ============================================ */

.company-page-immersive {
  background: #ffffff;
  color: #1e293b;
  overflow-x: hidden;
  position: relative;
}

.company-page-immersive::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
  z-index: 9999;
}

/* Hero Section - Fullscreen White */
.company-hero-fullscreen {
  position: relative;
  height: 100vh;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  text-align: center;
  padding: 0 5%;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(255, 147, 30, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(2, 184, 242, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.hero-logo-wrapper {
  margin-bottom: 40px;
}

.hero-logo {
  max-width: 320px;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.05));
}

.hero-title {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 25px;
  color: #0f172a;
  background: none;
  -webkit-text-fill-color: initial;
  position: relative;
}

.hero-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background: #ff931e;
  border-radius: 4px;
}

.hero-description {
  font-size: 22px;
  max-width: 900px;
  margin: 0 auto 50px;
  color: #000;
  line-height: 1.6;
  font-weight: 400;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.8;
  color: #0f172a;
}

.hero-scroll-indicator .mouse {
  width: 25px;
  height: 40px;
  border: 2px solid #0f172a;
  border-radius: 20px;
  margin: 0 auto 10px;
  position: relative;
}

.hero-scroll-indicator .mouse::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 6px;
  background: #ff931e;
  left: 50%;
  transform: translateX(-50%);
  top: 6px;
  animation: scrollMove 2s infinite;
}

@keyframes scrollMove {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 20px);
    opacity: 0;
  }
}

/* About Immersive White Theme */
.immersive-about-section {
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
}

.bg-secondary-immersive {
  background-color: #ff931e;
  color: #fff;
}

.sub-lead {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 20px;
  color: #000;
  opacity: 0.5;
}

.about-rich-text p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #000;
}

.bg-dark-immersive {
  background-color: #f1f5f9;
  color: #000000;
}

.stat-highlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.stat-box {
  padding: 20px;
}

.stat-number {
  font-size: 80px;
  font-weight: 900;
  color: #ff931e;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -4px;
}

.stat-label {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 800;
  opacity: 1;
}

/* Split Sections Immersive White Theme */
/* Split Sections Immersive White Theme */
.split-section-immersive {
  display: flex;
  min-height: 200px;
  background: #ffffff;
  color: #000;
}

.split-image-half {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.img-immersive {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

.split-image-half:hover .img-immersive {
  transform: scale(1.05);
}

.split-content-half {
  width: 50%;
  background: #ffffff;
  padding: 30px 0;
  display: flex;
  align-items: center;
}

.content-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}

.section-counter {
  font-size: 150px;
  font-weight: 900;
  color: #f1f5f9;
  position: absolute;
  top: -80px;
  left: -20px;
  z-index: 0;
}

.display-2 {
  font-size: clamp(56px, 7vw, 90px) !important;
  font-weight: 950 !important;
  line-height: 0.9 !important;
  letter-spacing: -4px !important;
}

.split-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #0f172a;
  margin-bottom: 20px;
}

.split-body {
  color: #000 !important;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}

.accent-line-secondary {
  width: 80px;
  height: 6px;
  background: #ff931e;
  margin-top: 40px;
}

.full-bleed-content {
  max-width: 1200px;
  margin: 0 auto;
}

.full-bleed-content .display-3 {
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 950;
  letter-spacing: -4px;
  line-height: 0.9;
  margin-bottom: 35px;
  color: #0f172a;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.body-large {
  font-size: 20px;
  line-height: 1.7;
  color: #000;
  font-weight: 400;
}

.max-width-900 {
  max-width: 900px;
}

.full-width-section-img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 30px;
  margin: 40px 0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.full-width-section-img:hover {
  transform: scale(1.02);
}

/* Vertical Stacking Order Helpers */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* Masonry Gallery Immersive White Theme */
.immersive-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
}

.masonry-item-immersive {
  height: 500px;
  overflow: hidden;
  border-radius: 12px;
}

.masonry-item-immersive img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.masonry-item-immersive:hover img {
  transform: scale(1.08);
}

/* Contact Impact Immersive White Theme */
.contact-impact-immersive {
  background: #f8fafc;
  padding: 120px 0;
}

/* Contact Impact Immersive White Theme - Unified Info Line */
.contact-impact-immersive {
  background: #f8fafc;
  padding: 100px 0;
  border-top: 1px solid #e2e8f0;
}

.contact-unified-line {
  max-width: 1400px;
  margin: 0 auto;
}

.impact-title-unified {
  font-size: clamp(40px, 6vw, 84px);
  font-weight: 950;
  color: #0f172a;
  line-height: 0.9;
  letter-spacing: -4px;
}

.text-secondary-immersive {
  color: #ff931e;
}

.contact-strip-immersive-unified {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 24px 50px;
  background: #ffffff;
  border-radius: 80px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.strip-item i {
  color: #ff931e;
  font-size: 22px;
}

.strip-item a {
  color: #000 !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.strip-item a:hover {
  color: #ff931e !important;
}

/* Immersive Modal White Theme Adjustment */
.immersive-modal {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.98);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.immersive-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-viewport {
  width: 90%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-viewport img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #0f172a;
  font-size: 40px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.modal-close:hover {
  transform: rotate(90deg);
  color: #ff931e;
}

/* Responsive White Theme */
@media (max-width: 991px) {
  .split-section-immersive {
    flex-direction: column !important;
  }

  .split-image-half,
  .split-content-half {
    width: 100%;
    min-height: 400px;
  }

  .content-inner {
    padding: 60px 30px;
  }

  .contact-strip-immersive {
    border-radius: 30px;
    gap: 30px;
    padding: 40px 20px;
  }

  .stat-highlight-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-counter {
    font-size: 100px;
    top: -40px;
  }
}

@keyframes pulse-cyan {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(2, 184, 242, 0.4);
  }

  70% {
    transform: scale(1.02);
    box-shadow: 0 0 0 15px rgba(2, 184, 242, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(2, 184, 242, 0);
  }
}

.btn-premium-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #02b8f2 0%, #0199d4 100%);
  color: #ffffff !important;
  padding: 18px 45px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 100px;
  border: none;
  box-shadow: 0 10px 30px rgba(2, 184, 242, 0.3);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  animation: pulse-cyan 3s infinite;
  text-decoration: none !important;
}

.btn-premium-cta:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 147, 30, 0.4);
  background: linear-gradient(135deg, #ff931e 0%, #ff6b1e 100%);
  color: #fff !important;
}

.btn-premium-cta i {
  font-size: 20px;
  color: #ffffff !important;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.btn-premium-cta:hover i {
  color: #ffffff !important;
  transform: translateX(5px);
}

.btn-premium-cta::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: 0.5s;
}

.btn-premium-cta:hover::before {
  left: 100%;
}