   /* Homepage Specific Styles */





   body {
       font-family: 'Inter', sans-serif;
       line-height: 1.6;
       color: #333;
       overflow-x: hidden;
       position: relative;
   }

   /* Creative Background Elements */
   .floating-shapes {
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       pointer-events: none;
       z-index: -1;
   }

   .shape {
       position: absolute;
       opacity: 0.1;
       animation: float 20s infinite linear;
   }

   .shape:nth-child(1) {
       top: 20%;
       left: 10%;
       width: 100px;
       height: 100px;
       background: linear-gradient(45deg, #D90A2C, #A52A2A);
       border-radius: 50%;
       animation-duration: 25s;
       animation-delay: 0s;
   }

   .shape:nth-child(2) {
       top: 60%;
       right: 15%;
       width: 80px;
       height: 80px;
       background: linear-gradient(45deg, #000, #333);
       transform: rotate(45deg);
       animation-duration: 30s;
       animation-delay: 5s;
   }

   .shape:nth-child(3) {
       top: 40%;
       left: 80%;
       width: 60px;
       height: 60px;
       background: linear-gradient(45deg, #D90A2C, #000);
       border-radius: 30%;
       animation-duration: 35s;
       animation-delay: 10s;
   }

   .shape:nth-child(4) {
       top: 80%;
       left: 20%;
       width: 120px;
       height: 120px;
       background: linear-gradient(45deg, #A52A2A, #D90A2C);
       border-radius: 50%;
       animation-duration: 40s;
       animation-delay: 15s;
   }

   @keyframes float {
       0% {
           transform: translateY(0px) rotate(0deg);
       }

       33% {
           transform: translateY(-30px) rotate(120deg);
       }

       66% {
           transform: translateY(30px) rotate(240deg);
       }

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

































   /* Hero Section with Slider */
   .hero {
       background: linear-gradient(135deg, #D90A2C 0%, #D90A2C 100%);
       color: white;
       padding: 0;
       text-align: center;
       position: relative;
       overflow: hidden;
       min-height: 100vh;
       display: flex;
       align-items: center;
   }

   /* Slider Container */
   .slider-container {
       position: relative;
       width: 100%;
       height: 100vh;
       overflow: hidden;
       z-index: 1;
   }

   .slider {
       position: relative;
       width: 100%;
       height: 100%;
       display: flex;
       transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       z-index: 1;
   }

   .slide {
       min-width: 100%;
       height: 100vh;
       position: relative;
       display: flex;
       align-items: center;
       justify-content: center;
       background-size: cover;
       background-position: center;
       background-repeat: no-repeat;
   }

   .slide::before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: linear-gradient(135deg, rgba(217, 10, 44, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%);
       z-index: 1;
   }

   .slide-content {
       position: relative;
       z-index: 2;
       max-width: 1200px;
       margin: 0 auto;
       padding: 0 2rem;
       text-align: center;
   }

   .slide h1 {
       font-size: 4rem;
       font-weight: 800;
       margin-bottom: 1.5rem;
       line-height: 1.2;
       background: linear-gradient(45deg, #fff, #f0f0f0, #fff);
       background-size: 200% 200%;
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       background-clip: text;
       animation: textShine 3s ease-in-out infinite;
       text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
       opacity: 0;
       transform: translateY(30px);
       animation: slideInUp 1s ease-out 0.5s forwards;
   }

   .slide p {
       font-size: 1.4rem;
       margin-bottom: 2rem;
       opacity: 0.95;
       max-width: 650px;
       margin-left: auto;
       margin-right: auto;
       font-weight: 300;
       letter-spacing: 0.5px;
       opacity: 0;
       transform: translateY(30px);
       animation: slideInUp 1s ease-out 0.8s forwards;
   }

   @keyframes slideInUp {
       to {
           opacity: 1;
           transform: translateY(0);
       }
   }

   /* Slide 1 - AI & Machine Learning */
   .slide-1 {
       background-image: url('https://images.unsplash.com/photo-1677442136019-21780ecad995?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
   }

   /* Slide 2 - Coding & Development */
   .slide-2 {
       background-image: url('https://images.unsplash.com/photo-1555066931-4365d14bab8c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
   }

   /* Slide 3 - Cybersecurity */
   .slide-3 {
       background-image: url('https://images.unsplash.com/photo-1563986768609-322da13575f3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80');
   }

   /* Slide 4 - Cloud Computing */
   .slide-4 {
       background-image: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2072&q=80');
   }

   /* Slider Navigation */
   .slider-nav {
       position: absolute;
       bottom: 50px;
       left: 50%;
       transform: translateX(-50%);
       display: flex;
       gap: 1rem;
       z-index: 10;
   }

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

   .slider-dot.active {
       background: #fff;
       transform: scale(1.3);
       box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
   }

   .slider-dot:hover {
       background: rgba(255, 255, 255, 0.8);
       transform: scale(1.2);
   }

   /* Slider Arrows */
   .slider-arrow {
       position: absolute;
       top: 50%;
       transform: translateY(-50%);
       background: rgba(255, 255, 255, 0.1);
       border: 2px solid rgba(255, 255, 255, 0.3);
       color: white;
       width: 50px;
       height: 50px;
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       cursor: pointer;
       transition: all 0.3s ease;
       z-index: 10;
       backdrop-filter: blur(10px);
   }

   .slider-arrow:hover {
       background: rgba(255, 255, 255, 0.2);
       border-color: rgba(255, 255, 255, 0.5);
       transform: translateY(-50%) scale(1.1);
   }

   .slider-arrow.prev {
       left: 30px;
   }

   .slider-arrow.next {
       right: 30px;
   }

   .slider-arrow i {
       font-size: 1.2rem;
   }



   .hero::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%);
       animation: pulse 4s ease-in-out infinite;
   }

   .hero::after {
       content: '';
       position: absolute;
       top: -50%;
       left: -50%;
       width: 200%;
       height: 200%;
       background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.1), transparent);
       animation: rotate 20s linear infinite;
   }

   @keyframes pulse {

       0%,
       100% {
           opacity: 0.5;
       }

       50% {
           opacity: 1;
       }
   }

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

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

   .hero-content {
       max-width: 1200px;
       margin: 0 auto;
       padding: 0 2rem;
       position: relative;
       z-index: 2;
   }

   .hero h1 {
       font-size: 4rem;
       font-weight: 800;
       margin-bottom: 1.5rem;
       line-height: 1.2;
       background: linear-gradient(45deg, #fff, #f0f0f0, #fff);
       background-size: 200% 200%;
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       background-clip: text;
       animation: textShine 3s ease-in-out infinite;
       text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
   }

   @keyframes textShine {

       0%,
       100% {
           background-position: 0% 50%;
       }

       50% {
           background-position: 100% 50%;
       }
   }

   .hero p {
       font-size: 1.4rem;
       margin-bottom: 2rem;
       opacity: 0.95;
       max-width: 650px;
       margin-left: auto;
       margin-right: auto;
       font-weight: 300;
       letter-spacing: 0.5px;
       animation: fadeInUp 1s ease-out 0.5s both;
   }

   @keyframes fadeInUp {
       from {
           opacity: 0;
           transform: translateY(30px);
       }

       to {
           opacity: 0.95;
           transform: translateY(0);
       }
   }

   .cta-button {
       display: inline-block;
       background: linear-gradient(45deg, #000, #333, #000);
       color: white;
       padding: 1.2rem 3rem;
       text-decoration: none;
       border-radius: 50px;
       font-weight: 600;
       font-size: 1.1rem;
       transition: all 0.4s ease;
       box-shadow:
           0 4px 15px rgba(0, 0, 0, 0.3),
           inset 0 1px 0 rgba(255, 255, 255, 0.1);
       position: relative;
       overflow: hidden;
       animation: fadeInUp 1s ease-out 1s both;
   }

   .cta-button::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 ease;
   }

   .cta-button:hover {
       transform: translateY(-3px) scale(1.05);
       box-shadow:
           0 10px 30px rgba(0, 0, 0, 0.4),
           0 0 20px rgba(255, 255, 255, 0.1);
       background: linear-gradient(45deg, #333, #555, #333);
   }

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

   /* Services Section - Modern & Creative */
   .services {
       padding: 120px 0;
       background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
       position: relative;
       overflow: hidden;
   }

   .services-background {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       pointer-events: none;
       z-index: 1;
   }

   .bg-shapes {
       position: relative;
       width: 100%;
       height: 100%;
   }

   .bg-shapes .shape-1 {
       position: absolute;
       top: 10%;
       left: 5%;
       width: 200px;
       height: 200px;
       background: linear-gradient(45deg, rgba(217, 10, 44, 0.05), rgba(217, 10, 44, 0.05));
       border-radius: 50%;
       animation: float 8s ease-in-out infinite;
   }

   .bg-shapes .shape-2 {
       position: absolute;
       top: 60%;
       right: 10%;
       width: 150px;
       height: 150px;
       background: linear-gradient(45deg, rgba(217, 10, 44, 0.03), rgba(217, 10, 44, 0.03));
       border-radius: 30px;
       animation: float 10s ease-in-out infinite reverse;
   }

   .bg-shapes .shape-3 {
       position: absolute;
       bottom: 20%;
       left: 15%;
       width: 100px;
       height: 100px;
       background: linear-gradient(45deg, rgba(217, 10, 44, 0.04), rgba(217, 10, 44, 0.04));
       border-radius: 20px;
       animation: float 12s ease-in-out infinite;
   }

   .services-header {
       text-align: center;
       margin-bottom: 4rem;
       position: relative;
       z-index: 2;
   }

   .header-decoration {
       display: flex;
       align-items: center;
       justify-content: center;
       margin-bottom: 2rem;
   }

   .decoration-circle {
       width: 20px;
       height: 20px;
       background: #D90A2C;
       border-radius: 50%;
       margin-right: 1rem;
       position: relative;
   }

   .decoration-circle::before {
       content: '';
       position: absolute;
       top: -8px;
       left: -8px;
       right: -8px;
       bottom: -8px;
       border: 2px solid rgba(217, 10, 44, 0.2);
       border-radius: 50%;
       animation: pulse 3s ease-in-out infinite;
   }

   .decoration-line {
       height: 3px;
       background: linear-gradient(90deg, #D90A2C, #D90A2C);
       flex: 1;
       max-width: 200px;
       border-radius: 2px;
   }

   .section-title {
       font-size: 3.5rem;
       font-weight: 800;
       margin-bottom: 1.5rem;
       line-height: 1.2;
   }

   .title-main {
       color: #666666;
       display: block;
       font-size: 0.7em;
       margin-bottom: 0.5rem;
   }

   .title-brand {
       background: linear-gradient(135deg, #D90A2C, #D90A2C, #FF6B6B);
       -webkit-background-clip: text;
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       background-clip: text;
       display: block;
       font-size: 1.1em;
       margin-bottom: 0.5rem;
   }

   .title-question {
       color: #D90A2C;
       display: inline-block;
       font-size: 0.8em;
       margin-left: 0.5rem;
   }

   .section-description {
       color: #4a4a4a;
       font-size: 1.3rem;
       margin-bottom: 2rem;
       max-width: 800px;
       margin-left: auto;
       margin-right: auto;
       line-height: 1.7;
   }

   .services-badge {
       display: inline-flex;
       align-items: center;
       gap: 0.8rem;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       color: white;
       padding: 1rem 2rem;
       border-radius: 30px;
       font-weight: 600;
       font-size: 1rem;
       box-shadow: 0 8px 25px rgba(217, 10, 44, 0.3);
       position: relative;
       overflow: hidden;
   }

   .services-badge::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 ease;
   }

   .services-badge:hover::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 ease;
   }

   .services-badge:hover::before {
       left: 100%;
   }

   .services-container {
       position: relative;
       z-index: 2;
   }

   .services-grid {
       display: grid;
       grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
       gap: 3rem;
   }

   .service-card.modern {
       background: rgba(255, 255, 255, 0.95);
       border: 2px solid rgba(253, 29, 63, 0.1);
       border-radius: 30px;
       padding: 3rem 2.5rem;
       text-align: left;
       backdrop-filter: blur(20px);
       transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       position: relative;
       overflow: hidden;
       box-shadow: 0 20px 50px rgba(15, 14, 14, 0.1);
   }

   .service-card.modern:hover {
       transform: translateY(-20px) scale(1.03);
       border-color: rgba(253, 29, 63, 0.3);
       box-shadow: 0 30px 80px rgba(253, 29, 63, 0.2);
   }

   .card-glow {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background: radial-gradient(circle at 30% 20%, rgba(253, 29, 63, 0.1), transparent 70%);
       opacity: 0;
       transition: opacity 0.4s ease;
   }

   .service-card.modern:hover .card-glow {
       opacity: 1;
   }

   .card-header {
       display: flex;
       align-items: center;
       justify-content: space-between;
       margin-bottom: 2rem;
   }

   .feature-icon-container {
       position: relative;
   }

   .feature-icon {
       width: 90px;
       height: 90px;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       color: white;
       font-size: 2.2rem;
       position: relative;
       z-index: 2;
   }

   .icon-glow {
       position: absolute;
       top: -15px;
       left: -15px;
       right: -15px;
       bottom: -15px;
       background: radial-gradient(circle, rgba(217, 10, 44, 0.2), transparent 70%);
       border-radius: 50%;
       animation: pulse 2s ease-in-out infinite;
   }

   .icon-particles {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
   }

   .icon-particles span {
       position: absolute;
       width: 3px;
       height: 3px;
       background: #D90A2C;
       border-radius: 50%;
       animation: particleFloat 4s ease-in-out infinite;
   }

   .icon-particles span:nth-child(1) {
       top: 15%;
       left: 15%;
       animation-delay: 0s;
   }

   .icon-particles span:nth-child(2) {
       top: 70%;
       right: 15%;
       animation-delay: 1.5s;
   }

   .icon-particles span:nth-child(3) {
       bottom: 15%;
       left: 60%;
       animation-delay: 3s;
   }

   .card-number {
       font-size: 3rem;
       font-weight: 900;
       color: rgba(253, 29, 63, 0.1);
       line-height: 1;
   }

   .card-body {
       margin-bottom: 2rem;
   }

   .service-card.modern h3 {
       font-size: 1.8rem;
       font-weight: 700;
       color: #1a1a1a;
       margin-bottom: 1rem;
   }

   .service-card.modern p {
       color: #4a4a4a;
       line-height: 1.7;
       margin-bottom: 1.5rem;
   }

   .card-features {
       display: flex;
       flex-direction: column;
       gap: 0.8rem;
   }

   .feature-item {
       display: flex;
       align-items: center;
       gap: 0.8rem;
       color: #666666;
       font-size: 0.95rem;
   }

   .feature-item i {
       color: #FD1D3F;
       font-size: 0.8rem;
   }

   .card-footer {
       display: flex;
       align-items: center;
       justify-content: space-between;
   }

   .progress-bar {
       width: 60%;
       height: 6px;
       background: rgba(217, 10, 44, 0.1);
       border-radius: 3px;
       overflow: hidden;
   }

   .progress-fill {
       width: 0%;
       height: 100%;
       background: linear-gradient(90deg, #FD1D3F, #D52D43);
       border-radius: 3px;
       transition: width 1s ease;
   }

   .service-card.modern:hover .progress-fill {
       width: 100%;
   }

   .expertise-level {
       color: #FD1D3F;
       font-weight: 600;
       font-size: 0.9rem;
   }

   .container {
       max-width: 1200px;
       margin: 0 auto;
       padding: 0 2rem;
   }



   /* About Section - Modern & Creative */
   .about {
       padding: 120px 0;
       background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
       position: relative;
       overflow: hidden;
   }

   .about::before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background:
           radial-gradient(circle at 20% 80%, rgba(217, 10, 44, 0.03) 0%, transparent 50%),
           radial-gradient(circle at 80% 20%, rgba(217, 10, 44, 0.03) 0%, transparent 50%);
       pointer-events: none;
   }

   .about-content {
       display: grid;
       grid-template-columns: 1fr 1fr;
       gap: 4rem;
       align-items: center;
   }

   .about-image img {
       width: 100%;
       border-radius: 15px;
       box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
       transition: all 0.4s ease;
       transform: scale(1);
       filter: brightness(1) contrast(1);
       cursor: pointer;
   }

   .about-image img:hover {
       transform: scale(1.05) translateY(-10px);
       box-shadow:
           0 20px 50px rgba(217, 10, 44, 0.3),
           0 0 30px rgba(217, 10, 44, 0.2),
           0 5px 15px rgba(0, 0, 0, 0.3);
       filter: brightness(1.1) contrast(1.1) saturate(1.2);
       border-radius: 20px;
   }

   .about-text h2 {
       font-size: 2.5rem;
       font-weight: 700;
       margin-bottom: 1.5rem;
       color: #333;
   }

   .about-text p {
       font-size: 1.1rem;
       color: #666;
       margin-bottom: 1.5rem;
       line-height: 1.8;
   }

   .about-cta-button {
       display: inline-block;
       background: linear-gradient(45deg, #D90A2C, #D90A2C);
       color: white;
       padding: 1rem 2rem;
       text-decoration: none;
       border-radius: 50px;
       font-weight: 600;
       font-size: 1rem;
       transition: all 0.4s ease;
       box-shadow:
           0 4px 15px rgba(217, 10, 44, 0.3),
           inset 0 1px 0 rgba(255, 255, 255, 0.1);
       position: relative;
       overflow: hidden;
       margin-top: 1rem;
   }

   .about-cta-button::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 ease;
   }

   .about-cta-button:hover {
       transform: translateY(-3px) scale(1.05);
       box-shadow:
           0 10px 30px rgba(217, 10, 44, 0.4),
           0 0 20px rgba(255, 255, 255, 0.1);
       background: linear-gradient(45deg, #D90A2C, #D90A2C);
   }

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

   .stats {
       display: grid;
       grid-template-columns: repeat(2, 1fr);
       gap: 2rem;
       margin-top: 2rem;
   }

   .stat-item {
       text-align: center;
   }

   .stat-number {
       font-size: 2.5rem;
       font-weight: 700;
       color: #D90A2C;
       display: block;
   }

   .stat-label {
       color: #666;
       font-weight: 500;
   }

   /* Industries Section - Modern & Creative */
   .industries {
       padding: 120px 0;
       background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
       position: relative;
       overflow: hidden;
   }

   /* Animated Background Elements */
   .industries-bg-elements {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       pointer-events: none;
       z-index: 1;
   }

   .bg-shape {
       position: absolute;
       border-radius: 50%;
       background: linear-gradient(45deg, rgba(217, 10, 44, 0.03), rgba(217, 10, 44, 0.03));
       animation: bgShapeFloat 15s ease-in-out infinite;
   }

   .bg-shape-1 {
       top: 15%;
       left: 10%;
       width: 120px;
       height: 120px;
       animation-delay: 0s;
   }

   .bg-shape-2 {
       top: 60%;
       right: 15%;
       width: 80px;
       height: 80px;
       animation-delay: 3s;
       animation-direction: reverse;
   }

   .bg-shape-3 {
       bottom: 25%;
       left: 20%;
       width: 100px;
       height: 100px;
       animation-delay: 6s;
   }

   .bg-shape-4 {
       top: 40%;
       right: 25%;
       width: 60px;
       height: 60px;
       animation-delay: 9s;
       animation-direction: reverse;
   }

   @keyframes bgShapeFloat {

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

       50% {
           transform: translateY(-30px) rotate(180deg);
           opacity: 0.6;
       }
   }

   .industries::before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background:
           radial-gradient(circle at 10% 90%, rgba(217, 10, 44, 0.02) 0%, transparent 50%),
           radial-gradient(circle at 90% 10%, rgba(217, 10, 44, 0.02) 0%, transparent 50%);
       pointer-events: none;
   }

   /* Enhanced Industries Header */
   .industries-header {
       text-align: center;
       margin-bottom: 4rem;
       position: relative;
       z-index: 2;
   }

   .header-decoration {
       display: flex;
       align-items: center;
       justify-content: center;
       margin-bottom: 2rem;
   }

   .decoration-line {
       width: 60px;
       height: 2px;
       background: linear-gradient(90deg, transparent, #D90A2C, transparent);
       animation: decorationGlow 3s ease-in-out infinite;
   }

   .decoration-line.left {
       transform: rotate(180deg);
   }

   .decoration-icon {
       width: 50px;
       height: 50px;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       color: white;
       font-size: 1.2rem;
       margin: 0 1rem;
       animation: iconPulse 2s ease-in-out infinite;
   }

   @keyframes decorationGlow {

       0%,
       100% {
           opacity: 0.5;
           transform: scaleX(1);
       }

       50% {
           opacity: 1;
           transform: scaleX(1.2);
       }
   }

   @keyframes iconPulse {

       0%,
       100% {
           transform: scale(1);
           box-shadow: 0 0 20px rgba(217, 10, 44, 0.3);
       }

       50% {
           transform: scale(1.1);
           box-shadow: 0 0 30px rgba(217, 10, 44, 0.5);
       }
   }

   .industries .section-title {
       font-size: 3.5rem;
       font-weight: 800;
       margin-bottom: 1.5rem;
       display: flex;
       flex-direction: column;
       align-items: center;
       gap: 0.5rem;
   }

   .title-prefix {
       font-size: 1.5rem;
       color: #666666;
       font-weight: 500;
       letter-spacing: 2px;
       text-transform: uppercase;
   }

   .title-main {
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       background-clip: text;
       font-size: 3.5rem;
       font-weight: 800;
   }

   .industries .section-description {
       font-size: 1.3rem;
       color: #666666;
       margin-bottom: 2rem;
       max-width: 800px;
       margin-left: auto;
       margin-right: auto;
       line-height: 1.6;
   }

   .highlight-text {
       color: #D90A2C;
       font-weight: 600;
       position: relative;
   }

   .highlight-text::after {
       content: '';
       position: absolute;
       bottom: -2px;
       left: 0;
       width: 100%;
       height: 2px;
       background: linear-gradient(90deg, #D90A2C, #D90A2C);
       transform: scaleX(0);
       transform-origin: left;
       animation: highlightExpand 2s ease-in-out infinite;
   }

   @keyframes highlightExpand {

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

       50% {
           transform: scaleX(1);
       }
   }

   .industries-badge {
       display: inline-flex;
       align-items: center;
       gap: 0.5rem;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       color: white;
       padding: 0.8rem 1.5rem;
       border-radius: 50px;
       font-size: 1rem;
       font-weight: 600;
       box-shadow: 0 8px 25px rgba(217, 10, 44, 0.2);
       animation: badgeFloat 3s ease-in-out infinite;
   }

   .industries-badge i {
       font-size: 1.1rem;
       animation: rocketShake 2s ease-in-out infinite;
   }

   @keyframes badgeFloat {

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

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

   @keyframes rocketShake {

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

       25% {
           transform: rotate(-5deg);
       }

       75% {
           transform: rotate(5deg);
       }
   }

   /* Modern Industries Container */
   .industries-container {
       position: relative;
       z-index: 2;
   }

   .industries-grid {
       display: grid;
       grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
       gap: 2.5rem;
       margin-top: 3rem;
   }

   /* Modern Industry Cards */
   .industry-card.modern {
       background: rgba(255, 255, 255, 0.95);
       backdrop-filter: blur(25px);
       border: 1px solid rgba(253, 29, 63, 0.4);
       padding: 2.5rem;
       border-radius: 30px;
       box-shadow:
           0 15px 50px rgba(0, 0, 0, 0.1),
           0 0 0 1px rgba(255, 255, 255, 0.2),
           inset 0 1px 0 rgba(255, 255, 255, 0.8);
       transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       text-align: left;
       position: relative;
       overflow: hidden;
       cursor: pointer;
       min-height: 400px;
       display: flex;
       flex-direction: column;
       justify-content: space-between;
   }

   .card-glow {
       position: absolute;
       top: -2px;
       left: -2px;
       right: -2px;
       bottom: -2px;
       background: linear-gradient(45deg, rgba(217, 10, 44, 0.1), rgba(217, 10, 44, 0.1));
       border-radius: 30px;
       opacity: 0;
       transition: opacity 0.6s ease;
       z-index: -1;
   }

   .industry-card.modern:hover .card-glow {
       opacity: 1;
   }

   /* Card Header */
   .card-header {
       display: flex;
       justify-content: space-between;
       align-items: flex-start;
       margin-bottom: 2rem;
   }

   .industry-icon-container {
       position: relative;
       width: 70px;
       height: 70px;
   }

   .industry-icon {
       width: 100%;
       height: 100%;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       color: white;
       font-size: 1.8rem;
       position: relative;
       z-index: 2;
       transition: all 0.4s ease;
   }

   .icon-ring {
       position: absolute;
       top: -5px;
       left: -5px;
       right: -5px;
       bottom: -5px;
       border: 2px solid rgba(217, 10, 44, 0.2);
       border-radius: 50%;
       animation: iconRingRotate 4s linear infinite;
   }

   .icon-particles span {
       position: absolute;
       width: 4px;
       height: 4px;
       background: #D90A2C;
       border-radius: 50%;
       animation: particleFloat 3s ease-in-out infinite;
   }

   .icon-particles span:nth-child(1) {
       top: -10px;
       left: 50%;
       transform: translateX(-50%);
       animation-delay: 0s;
   }

   .icon-particles span:nth-child(2) {
       top: 50%;
       right: -10px;
       transform: translateY(-50%);
       animation-delay: 1s;
   }

   .icon-particles span:nth-child(3) {
       bottom: -10px;
       left: 50%;
       transform: translateX(-50%);
       animation-delay: 2s;
   }

   @keyframes iconRingRotate {
       from {
           transform: rotate(0deg);
       }

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

   .industry-number {
       font-size: 3rem;
       font-weight: 900;
       color: rgba(217, 10, 44, 0.1);
       line-height: 1;
       font-family: 'Arial Black', sans-serif;
   }

   .industry-card.modern::before {
       content: '';
       position: absolute;
       top: 0;
       left: -100%;
       width: 100%;
       height: 100%;
       background: linear-gradient(90deg,
               transparent,
               rgba(217, 10, 44, 0.1),
               transparent);
       transition: left 0.6s ease;
       z-index: 1;
   }

   /* Card Body */
   .card-body {
       flex: 1;
       margin-bottom: 2rem;
   }

   .industry-card.modern h3 {
       font-size: 1.8rem;
       font-weight: 700;
       color: #1a1a1a;
       margin-bottom: 1rem;
       transition: color 0.4s ease;
   }

   .industry-card.modern p {
       color: #666666;
       line-height: 1.6;
       margin-bottom: 1.5rem;
       font-size: 1rem;
   }

   .industry-features {
       display: flex;
       flex-direction: column;
       gap: 0.8rem;
   }

   .feature-item {
       display: flex;
       align-items: center;
       gap: 0.5rem;
       color: #D90A2C;
       font-size: 0.9rem;
       font-weight: 500;
   }

   .feature-item i {
       color: #FD1D3F;
       font-size: 0.8rem;
   }

   .industry-card.modern::after {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: linear-gradient(135deg,
               rgba(217, 10, 44, 0.05) 0%,
               transparent 50%,
               rgba(217, 10, 44, 0.05) 100%);
       opacity: 0;
       transition: opacity 0.4s ease;
       border-radius: 30px;
   }

   /* Card Footer */
   .card-footer {
       display: flex;
       justify-content: space-between;
       align-items: center;
       padding-top: 1.5rem;
       border-top: 1px solid rgba(217, 10, 44, 0.1);
   }

   .industry-stats {
       display: flex;
       flex-direction: column;
       align-items: flex-start;
   }

   .stat-value {
       font-size: 1.5rem;
       font-weight: 800;
       color: #D90A2C;
       line-height: 1;
   }

   .stat-label {
       font-size: 0.8rem;
       color: #666666;
       text-transform: uppercase;
       letter-spacing: 1px;
       font-weight: 500;
   }

   .industry-arrow {
       width: 40px;
       height: 40px;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       color: white;
       font-size: 1rem;
       transition: all 0.4s ease;
       cursor: pointer;
   }

   .industry-arrow:hover {
       transform: scale(1.1) rotate(5deg);
       box-shadow: 0 5px 15px rgba(217, 10, 44, 0.3);
   }

   /* Hover Effects */
   .industry-card.modern:hover {
       transform: translateY(-20px) scale(1.03);
       box-shadow:
           0 30px 70px rgba(15, 14, 14, 0.15),
           0 0 40px rgba(253, 29, 63, 0.25),
           0 0 0 1px rgba(253, 29, 63, 0.15);
       border-color: rgba(253, 29, 63, 0.3);
       background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 100%);
   }

   .industry-card:hover::before {
       left: 100%;
   }

   .industry-card:hover::after {
       opacity: 1;
   }

   .industry-card.modern:hover .industry-icon {
       transform: scale(1.1) rotate(5deg);
       box-shadow:
           0 10px 30px rgba(253, 29, 63, 0.4),
           0 0 0 1px rgba(255, 255, 255, 0.4);
   }

   .industry-card.modern:hover .icon-ring {
       border-color: rgba(253, 29, 63, 0.4);
       animation-duration: 2s;
   }

   .industry-card.modern:hover .icon-particles span {
       animation-duration: 1.5s;
   }

   .industry-card.modern:hover h3 {
       color: #FD1D3F;
   }

   .industry-card.modern:hover .feature-item {
       color: #FD1D3F;
   }

   .industry-card.modern:hover .feature-item i {
       color: #FD1D3F;
   }

   .industry-card.modern:hover .stat-value {
       color: #FD1D3F;
   }



   /* Responsive Design */
   @media (max-width: 768px) {
       .industries-grid {
           grid-template-columns: 1fr;
           gap: 2rem;
       }

       .industries .section-title {
           font-size: 2.5rem;
       }

       .title-main {
           font-size: 2.5rem;
       }

       .industry-card.modern {
           padding: 2rem;
           min-height: 350px;
       }

       .card-header {
           flex-direction: column;
           gap: 1rem;
           align-items: center;
           text-align: center;
       }

       .industry-number {
           font-size: 2.5rem;
       }

       /* Mobile Laptop Adjustments */
       .laptop-container {
           width: 280px;
           height: 320px;
       }

       .tech-laptop {
           width: 220px;
           height: 160px;
       }

       .code-terminal {
           font-size: 0.6rem;
       }

       .terminal-body {
           padding: 10px;
       }

       .key {
           width: 16px;
           height: 10px;
       }

       .trackpad {
           width: 60px;
           height: 40px;
       }

       .tech-icon {
           width: 28px;
           height: 28px;
           font-size: 0.7rem;
       }

       .code-char {
           font-size: 0.6rem;
       }

       /* Show Tech Sphere on Mobile */
       .tech-sphere.desktop-only {
           display: block;
       }

       .laptop-container {
           display: none;
       }
   }

   @media (min-width: 769px) {
       .laptop-container {
           display: block;
       }

       .tech-sphere.desktop-only {
           display: none;
       }
   }

   /* Programming Symbols Cursor Effect */
   .cursor-symbol {
       position: fixed;
       font-family: 'Courier New', 'Consolas', 'Monaco', monospace;
       font-weight: bold;
       pointer-events: none;
       z-index: 9999;
       user-select: none;
       will-change: transform, opacity;
       backface-visibility: hidden;
       transform-origin: center;
   }

   /* Enhanced symbol effects with different colors */
   .cursor-symbol:nth-child(3n) {
       color: #D90A2C !important;
       text-shadow: 0 0 20px rgba(217, 10, 44, 0.9) !important;
       filter: drop-shadow(0 0 12px rgba(217, 10, 44, 0.7)) !important;
   }

   .cursor-symbol:nth-child(3n+1) {
       color: #D90A2C !important;
       text-shadow: 0 0 20px rgba(217, 10, 44, 0.9) !important;
       filter: drop-shadow(0 0 12px rgba(217, 10, 44, 0.7)) !important;
   }

   .cursor-symbol:nth-child(3n+2) {
       color: #D90A2C !important;
       text-shadow: 0 0 20px rgba(217, 10, 44, 0.9) !important;
       filter: drop-shadow(0 0 12px rgba(217, 10, 44, 0.7)) !important;
   }

   /* Performance optimization */
   .cursor-symbol {
       will-change: transform, opacity;
       backface-visibility: hidden;
       transform-style: preserve-3d;
   }

   /* Special effects for certain symbols */
   .cursor-symbol:contains('<>') {
       animation: bracketPulse 1s ease-in-out infinite;
   }

   .cursor-symbol:contains('{}') {
       animation: braceWiggle 1.2s ease-in-out infinite;
   }

   .cursor-symbol:contains('[]') {
       animation: bracketFloat 1.5s ease-in-out infinite;
   }

   .cursor-symbol:contains('()') {
       animation: parenthesisBounce 1.3s ease-in-out infinite;
   }

   @keyframes bracketPulse {

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

       50% {
           transform: scale(1.2) rotate(5deg);
       }
   }

   @keyframes braceWiggle {

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

       25% {
           transform: rotate(-3deg);
       }

       75% {
           transform: rotate(3deg);
       }
   }

   @keyframes bracketFloat {

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

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

   @keyframes parenthesisBounce {

       0%,
       100% {
           transform: scale(1);
       }

       50% {
           transform: scale(1.1);
       }
   }

   .industry-card:hover .feature-icon::before {
       opacity: 1;
       animation: pulse 2s ease-in-out infinite;
   }

   .industry-card:hover h3 {
       color: #1a252f;
       transform: translateX(5px);
   }

   .industry-card:hover h3::after {
       width: 60px;
   }

   .industry-card:hover p {
       color: #34495e;
       transform: translateX(3px);
   }

   .industry-card h3 {
       font-size: 1.6rem;
       font-weight: 700;
       margin-bottom: 1.2rem;
       color: #2c3e50;
       margin-top: 1.5rem;
       padding-left: 45px;
       position: relative;
       z-index: 2;
       transition: all 0.4s ease;
   }

   .industry-card h3::after {
       content: '';
       position: absolute;
       bottom: -5px;
       left: 45px;
       width: 0;
       height: 3px;
       background: linear-gradient(90deg, #FD1D3F, #D52D43);
       border-radius: 2px;
       transition: width 0.4s ease;
   }

   .industry-card p {
       color: #5a6c7d;
       line-height: 1.7;
       padding-left: 45px;
       font-size: 1rem;
       position: relative;
       z-index: 2;
       transition: all 0.4s ease;
   }

   /* Contact Section */
   .contact {
       padding: 100px 0;
       background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
       color: white;
       position: relative;
       overflow: hidden;
   }

   .contact-header {
       text-align: center;
       margin-bottom: 4rem;
   }

   .contact-title {
       font-size: 3.5rem;
       font-weight: 800;
       background: linear-gradient(45deg, #D90A2C, #ff6b6b, #D90A2C);
       background-size: 200% 200%;
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       background-clip: text;
       margin-bottom: 1rem;
       animation: textShine 3s ease-in-out infinite;
   }

   .contact-subtitle {
       font-size: 1.2rem;
       color: rgba(255, 255, 255, 0.8);
       max-width: 600px;
       margin: 0 auto;
       line-height: 1.6;
   }

   .contact-grid {
       display: grid;
       grid-template-columns: 1fr 1.5fr;
       gap: 4rem;
       align-items: start;
   }

   /* Contact Info Cards */
   .contact-info-cards {
       display: grid;
       grid-template-columns: 1fr;
       gap: 1.5rem;
   }

   .contact-card {
       background: rgba(255, 255, 255, 0.05);
       backdrop-filter: blur(20px);
       border: 1px solid rgba(255, 255, 255, 0.1);
       border-radius: 20px;
       padding: 2rem;
       text-align: center;
       transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
       position: relative;
       overflow: hidden;
   }

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

   .contact-card:hover::before {
       left: 100%;
   }

   .contact-card:hover {
       transform: translateY(-10px) scale(1.02);
       background: rgba(255, 255, 255, 0.1);
       border-color: rgba(217, 10, 44, 0.5);
       box-shadow:
           0 20px 40px rgba(0, 0, 0, 0.3),
           0 0 30px rgba(217, 10, 44, 0.3);
   }

   .contact-card .card-icon {
       width: 60px;
       height: 60px;
       background: linear-gradient(45deg, #D90A2C, #ff6b6b);
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       margin: 0 auto 1.5rem;
       font-size: 1.5rem;
       color: white;
       transition: all 0.3s ease;
   }

   .contact-card:hover .card-icon {
       transform: scale(1.1) rotate(5deg);
       box-shadow: 0 10px 20px rgba(217, 10, 44, 0.4);
   }

   .contact-card h3 {
       font-size: 1.3rem;
       font-weight: 700;
       margin-bottom: 0.5rem;
       color: #fff;
   }

   .contact-card p {
       font-size: 1.1rem;
       font-weight: 600;
       color: #D90A2C;
       margin-bottom: 0.5rem;
   }

   .contact-card .card-subtitle {
       font-size: 0.9rem;
       color: rgba(255, 255, 255, 0.7);
       font-weight: 400;
   }

   /* Contact Form */
   .contact-form-container {
       background: rgba(255, 255, 255, 0.05);
       backdrop-filter: blur(20px);
       border: 1px solid rgba(255, 255, 255, 0.1);
       border-radius: 25px;
       padding: 3rem;
       position: relative;
       overflow: hidden;
   }

   .contact-form-container::before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: linear-gradient(45deg, rgba(217, 10, 44, 0.1), rgba(255, 107, 107, 0.1));
       border-radius: 25px;
       z-index: -1;
   }

   .form-header {
       text-align: center;
       margin-bottom: 2.5rem;
   }

   .form-header h3 {
       font-size: 2rem;
       font-weight: 700;
       color: #fff;
       margin-bottom: 0.5rem;
   }

   .form-header p {
       color: rgba(255, 255, 255, 0.8);
       font-size: 1rem;
   }

   .modern-contact-form {
       display: flex;
       flex-direction: column;
       gap: 1.5rem;
   }

   .form-row {
       display: grid;
       grid-template-columns: 1fr 1fr;
       gap: 1.5rem;
   }

   .form-group {
       display: flex;
       flex-direction: column;
       gap: 0.5rem;
   }

   .form-group label {
       font-weight: 600;
       color: rgba(255, 255, 255, 0.9);
       font-size: 0.9rem;
       text-transform: uppercase;
       letter-spacing: 0.5px;
   }

   .form-group input,
   .form-group select,
   .form-group textarea {
       padding: 1rem 1.2rem;
       border: 2px solid rgba(255, 255, 255, 0.1);
       border-radius: 12px;
       background: rgba(255, 255, 255, 0.05);
       color: #fff;
       font-size: 1rem;
       transition: all 0.3s ease;
       backdrop-filter: blur(10px);
   }

   .form-group input::placeholder,
   .form-group textarea::placeholder {
       color: rgba(255, 255, 255, 0.5);
   }

   .form-group input:focus,
   .form-group select:focus,
   .form-group textarea:focus {
       outline: none;
       border-color: #D90A2C;
       background: rgba(255, 255, 255, 0.1);
       box-shadow: 0 0 20px rgba(217, 10, 44, 0.3);
   }

   .form-group textarea {
       height: 120px;
       resize: vertical;
       font-family: inherit;
   }

   .form-group select {
       cursor: pointer;
   }

   .form-group select option {
       background: #1a1a1a;
       color: #fff;
   }

   .submit-button {
       background: linear-gradient(45deg, #D90A2C, #ff6b6b);
       color: white;
       padding: 1.2rem 2.5rem;
       border: none;
       border-radius: 12px;
       font-size: 1.1rem;
       font-weight: 700;
       cursor: pointer;
       transition: all 0.3s ease;
       display: flex;
       align-items: center;
       justify-content: center;
       gap: 0.8rem;
       text-transform: uppercase;
       letter-spacing: 1px;
       position: relative;
       overflow: hidden;
   }

   .submit-button::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 ease;
   }

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

   .submit-button:hover {
       transform: translateY(-3px);
       box-shadow:
           0 15px 30px rgba(217, 10, 44, 0.4),
           0 0 30px rgba(217, 10, 44, 0.3);
   }

   .submit-button i {
       font-size: 1rem;
       transition: transform 0.3s ease;
   }

   .submit-button:hover i {
       transform: translateX(5px);
   }

   /* Floating Elements */
   .contact-floating-elements {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       pointer-events: none;
       z-index: 1;
   }

   .floating-element {
       position: absolute;
       border-radius: 50%;
       background: linear-gradient(45deg, rgba(217, 10, 44, 0.1), rgba(255, 107, 107, 0.1));
       animation: float 6s ease-in-out infinite;
   }

   .element-1 {
       width: 100px;
       height: 100px;
       top: 10%;
       left: 10%;
       animation-delay: 0s;
   }

   .element-2 {
       width: 150px;
       height: 150px;
       top: 60%;
       right: 15%;
       animation-delay: 2s;
   }

   .element-3 {
       width: 80px;
       height: 80px;
       bottom: 20%;
       left: 20%;
       animation-delay: 4s;
   }



   /* Responsive Design */

   /* Large Tablets and Small Laptops */
   @media (max-width: 1024px) {
       .container {
           padding: 0 1.5rem;
       }

       .nav-container {
           padding: 0 1.5rem;
       }

       .hero h1 {
           font-size: 3.5rem;
       }

       .slide h1 {
           font-size: 3.5rem;
       }

       .section-title {
           font-size: 2.5rem;
       }

       .contact-title {
           font-size: 3rem;
       }

       .services-grid,
       .industries-grid {
           grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
           gap: 1.5rem;
       }
   }

   /* Mobile Navigation Styles */

   /* Mobile Menu Button */
   .mobile-menu-btn {
       display: none;
       flex-direction: column;
       justify-content: space-around;
       width: 30px;
       height: 25px;
       background: transparent;
       border: none;
       cursor: pointer;
       padding: 0;
       z-index: 1001;
       position: relative;
   }

   .mobile-menu-btn span {
       width: 100%;
       height: 3px;
       background: #fff;
       border-radius: 2px;
       transition: all 0.3s ease;
       transform-origin: center;
   }

   .mobile-menu-btn.active span:nth-child(1) {
       transform: rotate(45deg) translate(6px, 6px);
   }

   .mobile-menu-btn.active span:nth-child(2) {
       opacity: 0;
   }



   /* Responsive Design */
   @media (max-width: 768px) {
       .nav-menu {
           display: none;
       }

       .mobile-menu-btn {
           display: flex !important;
       }

       .mobile-sidenav {
           display: block !important;
       }

       .mobile-overlay {
           display: block !important;
       }

       .hero h1 {
           font-size: 2.5rem;
       }

       .slide h1 {
           font-size: 2.5rem;
       }

       .hero p,
       .slide p {
           font-size: 1.1rem;
       }

       .about-content {
           grid-template-columns: 1fr;
           gap: 2rem;
       }

       .about-text h2 {
           font-size: 2rem;
       }

       .about-text p {
           font-size: 1rem;
       }

       /* Contact Section Responsive */
       .contact-title {
           font-size: 2.5rem;
       }

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

       .contact-grid {
           grid-template-columns: 1fr;
           gap: 3rem;
       }

       .contact-info-cards {
           grid-template-columns: 1fr;
           gap: 1rem;
       }

       .contact-card {
           padding: 1.5rem;
       }

       .contact-form-container {
           padding: 2rem;
       }

       .form-row {
           grid-template-columns: 1fr;
           gap: 1rem;
       }

       .form-header h3 {
           font-size: 1.5rem;
       }

       .form-header p {
           font-size: 0.9rem;
       }

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

       .service-card {
           padding: 2rem 1.5rem;
       }

       .service-card h3 {
           font-size: 1.4rem;
       }

       .service-card p {
           font-size: 0.95rem;
       }

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

       .industry-card {
           padding: 2rem 1.5rem;
       }

       .industry-card h3 {
           font-size: 1.4rem;
       }

       .industry-card p {
           font-size: 0.95rem;
       }

       /* Footer Responsive */
       .footer-top {
           grid-template-columns: 1fr;
           gap: 2rem;
       }

       .footer-column {
           text-align: center;
       }

       .footer-bottom {
           flex-direction: column;
           gap: 1.5rem;
           text-align: center;
       }

       .footer-nav {
           flex-wrap: wrap;
           justify-content: center;
           gap: 1rem;
       }

       .newsletter-form {
           flex-direction: column;
       }

       .newsletter-btn {
           width: 100%;
           height: 45px;
       }

       /* Slider Responsive */
       .slider-arrow {
           width: 40px;
           height: 40px;
           font-size: 1rem;
       }

       .slider-arrow.prev {
           left: 15px;
       }

       .slider-arrow.next {
           right: 15px;
       }

       .slider-nav {
           bottom: 30px;
       }

       .slider-dot {
           width: 10px;
           height: 10px;
       }
   }

   /* Mobile Phones */
   @media (max-width: 480px) {

       .container {
           padding: 0 1rem;
       }

       .nav-container {
           padding: 0 1rem;
       }

       .logo {
           font-size: 1.5rem;
       }

       .logo-sky,
       .logo-yline {
           font-size: 1.5rem;
       }

       .logo-tagline {
           font-size: 0.5rem;
           margin-left: 0.3rem;
       }

       .hero h1 {
           font-size: 2rem;
       }

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

       .hero p,
       .slide p {
           font-size: 1rem;
           margin-bottom: 1.5rem;
       }

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

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

       .section-description {
           font-size: 1rem;
       }

       .about-text h2 {
           font-size: 1.8rem;
       }

       .about-text p {
           font-size: 0.95rem;
       }

       .about-cta-button {
           padding: 0.8rem 1.5rem;
           font-size: 0.9rem;
       }

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

       .contact-subtitle {
           font-size: 0.9rem;
       }

       .contact-card {
           padding: 1rem;
       }

       .contact-card h3 {
           font-size: 1.1rem;
       }

       .contact-card p {
           font-size: 1rem;
       }

       .contact-form-container {
           padding: 1.5rem;
       }

       .form-header h3 {
           font-size: 1.3rem;
       }

       .form-header p {
           font-size: 0.85rem;
       }

       .form-group input,
       .form-group select,
       .form-group textarea {
           padding: 0.8rem 1rem;
           font-size: 0.9rem;
       }

       .submit-button {
           padding: 1rem 2rem;
           font-size: 1rem;
       }

       .service-card,
       .industry-card {
           padding: 1.5rem 1rem;
       }

       .service-card h3,
       .industry-card h3 {
           font-size: 1.2rem;
           padding-left: 35px;
       }

       .service-card p,
       .industry-card p {
           font-size: 0.9rem;
           padding-left: 35px;
       }

       .feature-icon {
           width: 30px;
           height: 30px;
           top: 20px;
           left: 20px;
           font-size: 0.8rem;
       }

       .service-card h3::after,
       .industry-card h3::after {
           left: 35px;
       }



       /* Slider Responsive */
       .slider-arrow {
           width: 35px;
           height: 35px;
           font-size: 0.9rem;
       }

       .slider-arrow.prev {
           left: 10px;
       }

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

       .slider-nav {
           bottom: 20px;
           gap: 0.8rem;
       }

       .slider-dot {
           width: 8px;
           height: 8px;
       }

       /* Floating Elements */
       .floating-shapes {
           display: none;
       }

       .contact-floating-elements {
           display: none;
       }
   }

   /* Extra Small Mobile */
   @media (max-width: 360px) {

       .hero h1,
       .slide h1 {
           font-size: 1.8rem;
       }

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

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

       .service-card,
       .industry-card {
           padding: 1rem 0.8rem;
       }

       .contact-form-container {
           padding: 1rem;
       }

       .footer-bottom {
           gap: 1rem;
       }

       .footer-nav {
           flex-direction: column;
           gap: 0.5rem;
       }
   }

   /* Animations */
   @keyframes fadeInUp {
       from {
           opacity: 0;
           transform: translateY(30px);
       }

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



   .fade-in-up {
       animation: fadeInUp 0.6s ease-out;
   }

   /* Modern & Creative Home Page Styles */
   .home-overview {
       position: relative;
       padding: 0;
       background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #f1f3f4 100%);
       overflow: hidden;
   }

   /* Modern Background Elements */
   .modern-bg-elements {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       pointer-events: none;
       z-index: 1;
   }

   .floating-shape {
       position: absolute;
       border-radius: 50%;
       background: linear-gradient(45deg, rgba(217, 10, 44, 0.1), rgba(217, 10, 44, 0.1));
       animation: float 6s ease-in-out infinite;
   }

   .shape-1 {
       width: 200px;
       height: 200px;
       top: 10%;
       left: 5%;
       animation-delay: 0s;
   }

   .shape-2 {
       width: 150px;
       height: 150px;
       top: 60%;
       right: 10%;
       animation-delay: 2s;
   }

   .shape-3 {
       width: 100px;
       height: 100px;
       bottom: 20%;
       left: 15%;
       animation-delay: 4s;
   }

   .shape-4 {
       width: 120px;
       height: 120px;
       top: 30%;
       right: 30%;
       animation-delay: 1s;
   }

   @keyframes float {

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

       50% {
           transform: translateY(-20px) rotate(180deg);
       }
   }


   /* Hero Welcome Section */
   .hero-welcome {
       display: grid;
       grid-template-columns: 1fr 1fr;
       gap: 3rem;
       align-items: center;
       padding: 160px 0 60px;
       position: relative;
       z-index: 2;
   }

   .welcome-badge {
       display: inline-flex;
       align-items: center;
       gap: 0.5rem;
       background: rgba(217, 10, 44, 0.1);
       border: 1px solid rgba(217, 10, 44, 0.3);
       border-radius: 25px;
       padding: 0.5rem 1rem;
       margin-bottom: 2rem;
       backdrop-filter: blur(10px);
   }

   .badge-icon {
       font-size: 1.2rem;
   }

   .badge-text {
       color: #D90A2C;
       font-weight: 600;
       font-size: 0.9rem;
   }

   .welcome-content {
       flex: 1;
       padding-right: 2rem;
       padding-top: 0.5rem;
       position: relative;
   }

   .welcome-title {
       font-size: 3rem;
       font-weight: 800;
       color: #1a1a1a;
       margin-bottom: 1rem;
       line-height: 1.2;
   }

   .highlight-text {
       background: linear-gradient(135deg, #D90A2C, #D90A2C, #FF6B6B);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       background-clip: text;
       position: relative;
   }

   .welcome-description {
       font-size: 1.1rem;
       color: #4a4a4a;
       line-height: 1.6;
       margin-bottom: 1.5rem;
   }

   .welcome-actions {
       display: flex;
       gap: 0.8rem;
       flex-wrap: wrap;
   }

   .welcome-btn {
       display: inline-flex;
       align-items: center;
       gap: 0.8rem;
       padding: 0.8rem 1.8rem;
       border-radius: 50px;
       text-decoration: none;
       font-weight: 600;
       font-size: 1rem;
       transition: all 0.3s ease;
       position: relative;
       overflow: hidden;
   }

   .welcome-btn.primary {
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       color: white;
       box-shadow: 0 10px 30px rgba(217, 10, 44, 0.3);
   }

   .welcome-btn.primary:hover {
       transform: translateY(-5px);
       box-shadow: 0 20px 40px rgba(217, 10, 44, 0.4);
   }

   .welcome-btn.secondary {
       background: rgba(255, 255, 255, 0.1);
       color: white;
       border: 1px solid rgba(255, 255, 255, 0.3);
       backdrop-filter: blur(10px);
   }

   .welcome-btn.secondary:hover {
       background: rgba(255, 255, 255, 0.2);
       transform: translateY(-5px);
   }

   /* SKYLINE Laptop Animation */
   .laptop-container {
       position: relative;
       width: 350px;
       height: 400px;
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: flex-start;
       padding-top: 20px;
   }

   /* Tech Laptop Styling */
   .tech-laptop {
       position: relative;
       width: 280px;
       height: 200px;
       animation: laptopFloat 6s ease-in-out infinite;
       z-index: 10;
       transform-style: preserve-3d;
       margin-top: 0;
   }

   /* Laptop Screen */
   .laptop-screen {
       position: relative;
       width: 100%;
       height: 60%;
       background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
       border-radius: 15px 15px 0 0;
       border: 2px solid #444;
       box-shadow:
           0 8px 25px rgba(0, 0, 0, 0.4),
           inset 0 2px 0 rgba(255, 255, 255, 0.1);
       transform: rotateX(-15deg);
       transform-origin: bottom;
   }

   .screen-bezel {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       height: 25px;
       background: linear-gradient(135deg, #333, #555);
       border-radius: 13px 13px 0 0;
       display: flex;
       align-items: center;
       justify-content: center;
   }

   .webcam {
       width: 8px;
       height: 8px;
       background: #222;
       border-radius: 50%;
       border: 1px solid #666;
   }

   .screen-content {
       position: absolute;
       top: 25px;
       left: 0;
       right: 0;
       bottom: 0;
       background: #000;
       border-radius: 0 0 13px 13px;
       overflow: hidden;
       display: flex;
       align-items: center;
       justify-content: center;
       cursor: grab;
       transition: transform 0.1s ease;
   }

   .screen-content:active {
       cursor: grabbing;
   }

   .screen-content.dragging {
       transition: none;
   }

   .screen-content:hover {
       transform: scale(1.02);
   }

   .screen-content:active {
       transform: scale(0.98);
   }

   /* Enhanced terminal interaction */
   .code-terminal {
       width: 90%;
       height: 80%;
       background: #0a0a0a;
       border-radius: 8px;
       border: 1px solid #333;
       overflow: hidden;
       font-family: 'Courier New', monospace;
       font-size: 0.7rem;
       color: #00ff00;
       text-shadow: 0 0 5px #00ff00;
       transition: all 0.3s ease;
   }

   .code-terminal:hover {
       border-color: #00ff00;
       box-shadow: 0 0 15px rgba(0, 255, 0, 0.3);
   }

   .code-line:hover {
       background: rgba(0, 255, 0, 0.1);
       border-radius: 4px;
       padding: 2px 4px;
       margin: 0 -4px;
   }

   .screen-glow {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: radial-gradient(circle at center, rgba(0, 255, 0, 0.1), transparent 70%);
       animation: screenGlow 3s ease-in-out infinite;
   }

   /* Code Terminal */
   .code-terminal {
       width: 90%;
       height: 80%;
       background: #0a0a0a;
       border-radius: 8px;
       border: 1px solid #333;
       overflow: hidden;
       font-family: 'Courier New', monospace;
       font-size: 0.7rem;
       color: #00ff00;
       text-shadow: 0 0 5px #00ff00;
   }

   .terminal-header {
       height: 25px;
       background: linear-gradient(135deg, #333, #555);
       display: flex;
       align-items: center;
       padding: 0 10px;
       border-bottom: 1px solid #444;
   }

   .terminal-buttons {
       display: flex;
       gap: 6px;
       margin-right: 15px;
   }

   .btn {
       width: 10px;
       height: 10px;
       border-radius: 50%;
       border: 1px solid #666;
   }

   .btn-close {
       background: #ff5f56;
   }

   .btn-minimize {
       background: #ffbd2e;
   }

   .btn-maximize {
       background: #27ca3f;
   }

   .terminal-title {
       color: #ccc;
       font-size: 0.6rem;
       font-weight: bold;
   }

   .terminal-body {
       padding: 15px;
       line-height: 1.4;
   }

   .code-line {
       margin-bottom: 8px;
       display: flex;
       align-items: center;
       gap: 8px;
   }

   .prompt {
       color: #00ff00;
       font-weight: bold;
   }

   .command {
       color: #ffffff;
   }

   .typing .command {
       animation: typing 2s steps(30) infinite;
   }

   .cursor {
       color: #00ff00;
       animation: blink 1s infinite;
   }

   /* Laptop Base */
   .laptop-base {
       position: absolute;
       bottom: 0;
       width: 100%;
       height: 40%;
       background: linear-gradient(135deg, #2a2a2a, #444);
       border-radius: 0 0 15px 15px;
       border: 2px solid #555;
       box-shadow:
           0 5px 20px rgba(0, 0, 0, 0.5),
           inset 0 2px 0 rgba(255, 255, 255, 0.1);
       transform: rotateX(5deg);
       transform-origin: top;
   }

   .base-top {
       height: 8px;
       background: linear-gradient(135deg, #555, #777);
       border-radius: 0 0 15px 15px;
       border-top: 1px solid #666;
   }

   .base-body {
       flex: 1;
       padding: 15px;
       display: flex;
       flex-direction: column;
       gap: 15px;
   }

   .keyboard {
       display: flex;
       flex-direction: column;
       gap: 3px;
   }

   .keyboard-row {
       display: flex;
       gap: 2px;
       justify-content: center;
   }

   .key {
       width: 20px;
       height: 12px;
       background: linear-gradient(135deg, #333, #555);
       border-radius: 2px;
       border: 1px solid #666;
       box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
   }

   .trackpad {
       width: 80px;
       height: 50px;
       background: linear-gradient(135deg, #222, #444);
       border-radius: 8px;
       border: 1px solid #666;
       margin: 0 auto;
       box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.05);
   }

   .base-bottom {
       height: 6px;
       background: linear-gradient(135deg, #111, #333);
       border-radius: 0 0 15px 15px;
       border-top: 1px solid #444;
   }

   /* Laptop Logo and Glow */
   .laptop-logo {
       position: absolute;
       bottom: 20px;
       left: 50%;
       transform: translateX(-50%);
       z-index: 15;
   }

   .logo-text {
       font-size: 1.2rem;
       font-weight: 900;
       color: #D90A2C;
       text-shadow: 0 0 10px rgba(217, 10, 44, 0.8);
       letter-spacing: 2px;
       font-family: 'Arial Black', sans-serif;
   }

   .logo-glow {
       position: absolute;
       top: -10px;
       left: -10px;
       right: -10px;
       bottom: -10px;
       background: radial-gradient(circle, rgba(217, 10, 44, 0.3), transparent 70%);
       border-radius: 20px;
       animation: logoGlow 2s ease-in-out infinite;
   }

   .laptop-glow {
       position: absolute;
       top: -20px;
       left: -20px;
       right: -20px;
       bottom: -20px;
       background: radial-gradient(circle, rgba(0, 255, 0, 0.1), transparent 70%);
       border-radius: 30px;
       animation: laptopGlow 4s ease-in-out infinite;
   }

   /* Programming Code Rain - Closer to Laptop */
   .code-rain-container {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       pointer-events: none;
       z-index: 5;
   }

   .code-stream {
       position: absolute;
       display: flex;
       flex-direction: column;
       gap: 15px;
       animation: codeRain 6s linear infinite;
   }

   .stream-1 {
       left: 15%;
       top: 10%;
       animation-delay: 0s;
   }

   .stream-2 {
       left: 30%;
       top: 5%;
       animation-delay: 1s;
   }

   .stream-3 {
       left: 45%;
       top: 15%;
       animation-delay: 2s;
   }

   .stream-4 {
       left: 60%;
       top: 10%;
       animation-delay: 3s;
   }

   .stream-5 {
       left: 75%;
       top: 5%;
       animation-delay: 4s;
   }

   .code-char {
       color: #D90A2C;
       font-family: 'Courier New', monospace;
       font-size: 0.8rem;
       font-weight: bold;
       text-shadow: 0 0 8px #D90A2C;
       opacity: 0.9;
       animation: charGlow 2s ease-in-out infinite;
   }

   .code-char:nth-child(odd) {
       color: #D90A2C;
       text-shadow: 0 0 6px #D90A2C;
   }

   .code-char:nth-child(even) {
       color: #D90A2C;
       text-shadow: 0 0 10px #D90A2C;
   }

   /* Enhanced code character effects */
   .code-char {
       transition: all 0.3s ease;
   }

   .code-char:hover {
       transform: scale(1.2) rotate(5deg);
       color: #FF0000;
       text-shadow: 0 0 20px #FF0000;
   }

   /* Code rain intensity based on laptop proximity */
   .code-stream:nth-child(1) .code-char {
       animation-delay: 0s;
       opacity: 0.95;
   }

   .code-stream:nth-child(2) .code-char {
       animation-delay: 0.2s;
       opacity: 0.9;
   }

   .code-stream:nth-child(3) .code-char {
       animation-delay: 0.4s;
       opacity: 0.95;
   }

   .code-stream:nth-child(4) .code-char {
       animation-delay: 0.6s;
       opacity: 0.9;
   }

   .code-stream:nth-child(5) .code-char {
       animation-delay: 0.8s;
       opacity: 0.95;
   }

   /* Floating Tech Icons */
   .floating-tech-icons {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       pointer-events: none;
       z-index: 8;
   }

   .tech-icon {
       position: absolute;
       width: 35px;
       height: 35px;
       background: linear-gradient(135deg, rgba(217, 10, 44, 0.9), rgba(217, 10, 44, 0.9));
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       color: white;
       font-size: 0.9rem;
       box-shadow: 0 4px 15px rgba(217, 10, 44, 0.4);
       animation: techIconFloat 8s ease-in-out infinite;
   }

   .icon-glow {
       position: absolute;
       top: -5px;
       left: -5px;
       right: -5px;
       bottom: -5px;
       background: radial-gradient(circle, rgba(217, 10, 44, 0.3), transparent 70%);
       border-radius: 50%;
       animation: iconGlow 3s ease-in-out infinite;
   }

   .icon-1 {
       top: 5%;
       left: 15%;
       animation-delay: 0s;
   }

   .icon-2 {
       top: 15%;
       right: 20%;
       animation-delay: 1.5s;
   }

   .icon-3 {
       top: 35%;
       left: 20%;
       animation-delay: 3s;
   }

   .icon-4 {
       top: 45%;
       right: 15%;
       animation-delay: 4.5s;
   }

   .icon-5 {
       top: 65%;
       left: 25%;
       animation-delay: 6s;
   }

   .icon-6 {
       top: 75%;
       right: 25%;
       animation-delay: 7.5s;
   }

   .tech-symbols {
       display: flex;
       gap: 3px;
       justify-content: center;
   }

   .symbol {
       background: rgba(255, 255, 255, 0.2);
       color: white;
       font-size: 0.6rem;
       padding: 2px 4px;
       border-radius: 3px;
       font-weight: bold;
   }

   .can-bottom {
       width: 70px;
       height: 8px;
       background: linear-gradient(135deg, #666666, #999999);
       border-radius: 0 0 20px 20px;
       margin-bottom: -2px;
       box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.3);
   }

   .can-glow {
       position: absolute;
       top: -10px;
       left: -10px;
       right: -10px;
       bottom: -10px;
       background: radial-gradient(circle, rgba(217, 10, 44, 0.3), transparent 70%);
       border-radius: 20px;
       animation: canGlow 2s ease-in-out infinite;
   }

   /* Falling Particles */
   .falling-particles {
       position: absolute;
       width: 100%;
       height: 100%;
   }

   .tech-particle {
       position: absolute;
       width: 4px;
       height: 4px;
       background: radial-gradient(circle, #FFD700, transparent);
       border-radius: 50%;
       animation: techParticleFall 3s ease-in-out infinite;
   }

   .tech-particle-1 {
       top: 20%;
       left: 20%;
       animation-delay: 0s;
   }

   .tech-particle-2 {
       top: 30%;
       right: 25%;
       animation-delay: 0.5s;
   }

   .tech-particle-3 {
       top: 40%;
       left: 30%;
       animation-delay: 1s;
   }

   .tech-particle-4 {
       top: 50%;
       right: 20%;
       animation-delay: 1.5s;
   }

   .tech-particle-5 {
       top: 60%;
       left: 25%;
       animation-delay: 2s;
   }

   /* Tech Bin */
   .tech-bin {
       position: absolute;
       bottom: 0;
       width: 120px;
       height: 80px;
       z-index: 5;
   }

   .bin-background {
       position: absolute;
       width: 100%;
       height: 100%;
       background: linear-gradient(135deg, #2c3e50, #34495e);
       border-radius: 15px 15px 0 0;
       box-shadow:
           0 5px 15px rgba(0, 0, 0, 0.3),
           inset 0 2px 0 rgba(255, 255, 255, 0.1);
   }

   .bin-glow {
       position: absolute;
       top: -5px;
       left: -5px;
       right: -5px;
       bottom: -5px;
       background: radial-gradient(circle, rgba(52, 152, 219, 0.2), transparent 70%);
       border-radius: 20px;
       animation: binGlow 3s ease-in-out infinite;
   }

   .bin-pattern {
       position: absolute;
       top: 10px;
       left: 10px;
       right: 10px;
       bottom: 10px;
       background:
           repeating-linear-gradient(45deg,
               transparent,
               transparent 5px,
               rgba(255, 255, 255, 0.05) 5px,
               rgba(255, 255, 255, 0.05) 10px);
       border-radius: 10px;
   }

   .bin-front {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
   }

   .bin-opening {
       position: absolute;
       top: 15px;
       left: 50%;
       transform: translateX(-50%);
       width: 60px;
       height: 40px;
       background: rgba(0, 0, 0, 0.3);
       border-radius: 0 0 30px 30px;
       overflow: hidden;
   }

   .opening-glow {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background: radial-gradient(circle, rgba(52, 152, 219, 0.4), transparent 70%);
       animation: openingGlow 2s ease-in-out infinite;
   }

   .bin-content {
       position: absolute;
       top: 25px;
       left: 50%;
       width: 40px;
       height: 30px;
   }

   .content-particles {
       position: relative;
       width: 100%;
       height: 100%;
   }

   .content-particle {
       position: absolute;
       width: 6px;
       height: 6px;
       background: radial-gradient(circle, #3498db, transparent);
       border-radius: 50%;
       animation: contentParticleFloat 4s ease-in-out infinite;
   }

   .content-particle:nth-child(1) {
       top: 0;
       left: 0;
       animation-delay: 0s;
   }

   .content-particle:nth-child(2) {
       top: 0;
       right: 0;
       animation-delay: 1s;
   }

   .content-particle:nth-child(3) {
       bottom: 0;
       left: 50%;
       transform: translateX(-50%);
       animation-delay: 2s;
   }

   /* Floating Tech Elements */
   .floating-tech-elements {
       position: absolute;
       width: 100%;
       height: 100%;
       pointer-events: none;
   }

   .tech-element {
       position: absolute;
       width: 30px;
       height: 30px;
       background: linear-gradient(135deg, rgba(52, 152, 219, 0.8), rgba(41, 128, 185, 0.8));
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       color: white;
       font-size: 0.8rem;
       box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
       animation: techElementFloat 6s ease-in-out infinite;
   }

   .element-1 {
       top: 20%;
       left: 10%;
       animation-delay: 0s;
   }

   .element-2 {
       top: 30%;
       right: 15%;
       animation-delay: 1.5s;
   }

   .element-3 {
       top: 60%;
       left: 15%;
       animation-delay: 3s;
   }

   .element-4 {
       top: 70%;
       right: 10%;
       animation-delay: 4.5s;
   }

   /* Desktop Only Tech Sphere */
   .tech-sphere.desktop-only {
       display: none;
   }

   /* Tech Sphere Visual - Enhanced with Animations */
   .welcome-visual {
       display: flex;
       justify-content: center;
       align-items: center;
   }

   .tech-sphere {
       position: relative;
       width: 300px;
       height: 300px;
       animation: sphereFloat 6s ease-in-out infinite;
   }

   /* Floating particles around the sphere */
   .sphere-particles {
       position: absolute;
       width: 100%;
       height: 100%;
   }

   .particle {
       position: absolute;
       width: 6px;
       height: 6px;
       background: radial-gradient(circle, #D90A2C, transparent);
       border-radius: 50%;
       animation: particleFloat 4s ease-in-out infinite;
   }

   .particle-1 {
       top: 10%;
       left: 20%;
       animation-delay: 0s;
       animation-duration: 4s;
   }

   .particle-2 {
       top: 20%;
       right: 15%;
       animation-delay: 0.5s;
       animation-duration: 4.5s;
   }

   .particle-3 {
       bottom: 25%;
       left: 25%;
       animation-delay: 1s;
       animation-duration: 5s;
   }

   .particle-4 {
       bottom: 15%;
       right: 20%;
       animation-delay: 1.5s;
       animation-duration: 4.2s;
   }

   .particle-5 {
       top: 50%;
       left: 5%;
       animation-delay: 2s;
       animation-duration: 4.8s;
   }

   .particle-6 {
       top: 50%;
       right: 5%;
       animation-delay: 2.5s;
       animation-duration: 4.3s;
   }

   /* Keyframes for Laptop Animations */
   @keyframes laptopFloat {

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

       25% {
           transform: translateY(-10px) rotateY(2deg);
       }

       50% {
           transform: translateY(-20px) rotateY(0deg);
       }

       75% {
           transform: translateY(-10px) rotateY(-2deg);
       }
   }

   @keyframes screenGlow {

       0%,
       100% {
           opacity: 0.1;
       }

       50% {
           opacity: 0.3;
       }
   }

   @keyframes typing {
       0% {
           width: 0;
       }

       100% {
           width: 100%;
       }
   }

   @keyframes blink {

       0%,
       50% {
           opacity: 1;
       }

       51%,
       100% {
           opacity: 0;
       }
   }

   @keyframes logoGlow {

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

       50% {
           opacity: 0.6;
           transform: scale(1.1);
       }
   }

   @keyframes laptopGlow {

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

       50% {
           opacity: 0.2;
           transform: scale(1.05);
       }
   }

   @keyframes codeRain {
       0% {
           transform: translateY(-50px);
       }

       100% {
           transform: translateY(200px);
       }
   }

   @keyframes charGlow {

       0%,
       100% {
           opacity: 0.9;
           text-shadow: 0 0 8px #D90A2C;
       }

       50% {
           opacity: 1;
           text-shadow: 0 0 15px #D90A2C;
       }
   }

   @keyframes techIconFloat {

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

       50% {
           transform: translateY(-20px) rotate(5deg);
           opacity: 1;
       }
   }

   @keyframes iconGlow {

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

       50% {
           opacity: 0.6;
           transform: scale(1.1);
       }
   }

   @keyframes canGlow {

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

       50% {
           opacity: 0.6;
           transform: scale(1.1);
       }
   }

   @keyframes techParticleFall {
       0% {
           transform: translateY(0) scale(1);
           opacity: 1;
       }

       100% {
           transform: translateY(100px) scale(0.5);
           opacity: 0;
       }
   }

   @keyframes binGlow {

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

       50% {
           opacity: 0.4;
           transform: scale(1.05);
       }
   }

   @keyframes openingGlow {

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

       50% {
           opacity: 0.8;
           transform: scale(1.1);
       }
   }

   @keyframes contentParticleFloat {

       0%,
       100% {
           transform: translateY(0) scale(1);
           opacity: 0.7;
       }

       50% {
           transform: translateY(-10px) scale(1.2);
           opacity: 1;
       }
   }

   @keyframes techElementFloat {

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

       50% {
           transform: translateY(-15px) rotate(5deg);
           opacity: 1;
       }
   }

   @keyframes particleFloat {

       0%,
       100% {
           transform: translateY(0) scale(1);
           opacity: 0.7;
       }

       50% {
           transform: translateY(-20px) scale(1.2);
           opacity: 1;
       }
   }

   /* Enhanced animated rings */
   .sphere-ring {
       position: absolute;
       border: 2px solid rgba(217, 10, 44, 0.3);
       border-radius: 50%;
       animation: rotate 20s linear infinite;
   }

   .ring-1 {
       width: 200px;
       height: 200px;
       top: 50px;
       left: 50px;
       animation-duration: 20s;
   }

   .ring-2 {
       width: 250px;
       height: 250px;
       top: 25px;
       left: 25px;
       animation-duration: 25s;
       animation-direction: reverse;
   }

   .ring-3 {
       width: 300px;
       height: 300px;
       top: 0;
       left: 0;
       animation-duration: 30s;
   }

   .ring-glow {
       position: absolute;
       top: -2px;
       left: -2px;
       right: -2px;
       bottom: -2px;
       border: 2px solid transparent;
       border-radius: 50%;
       background: linear-gradient(45deg, rgba(217, 10, 44, 0.2), rgba(217, 10, 44, 0.2));
       animation: ringGlow 3s ease-in-out infinite;
   }

   @keyframes ringGlow {

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

       50% {
           opacity: 0.8;
           transform: scale(1.05);
       }
   }

   /* Enhanced sphere core */
   .sphere-core {
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       width: 80px;
       height: 80px;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       color: white;
       font-size: 2rem;
       box-shadow: 0 0 30px rgba(217, 10, 44, 0.5);
       animation: corePulse 2s ease-in-out infinite;
   }

   .core-glow {
       position: absolute;
       top: -10px;
       left: -10px;
       right: -10px;
       bottom: -10px;
       background: radial-gradient(circle, rgba(217, 10, 44, 0.3), transparent 70%);
       border-radius: 50%;
       animation: coreGlow 2s ease-in-out infinite;
   }

   .core-pulse {
       position: absolute;
       top: -20px;
       left: -20px;
       right: -20px;
       bottom: -20px;
       border: 2px solid rgba(217, 10, 44, 0.2);
       border-radius: 50%;
       animation: corePulse 2s ease-in-out infinite;
   }

   @keyframes corePulse {

       0%,
       100% {
           transform: translate(-50%, -50%) scale(1);
           opacity: 1;
       }

       50% {
           transform: translate(-50%, -50%) scale(1.1);
           opacity: 0.8;
       }
   }

   @keyframes coreGlow {

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

       50% {
           opacity: 0.6;
           transform: scale(1.1);
       }
   }

   /* Energy waves */
   .energy-wave {
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       border: 1px solid rgba(217, 10, 44, 0.2);
       border-radius: 50%;
       animation: energyWave 4s ease-out infinite;
   }

   .wave-1 {
       width: 100px;
       height: 100px;
       animation-delay: 0s;
   }

   .wave-2 {
       width: 150px;
       height: 150px;
       animation-delay: 1s;
   }

   .wave-3 {
       width: 200px;
       height: 200px;
       animation-delay: 2s;
   }

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

       100% {
           transform: translate(-50%, -50%) scale(2);
           opacity: 0;
       }
   }

   /* Sphere floating animation */
   @keyframes sphereFloat {

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

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

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

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

   /* Section Headers */
   .section-header {
       text-align: center;
       margin-bottom: 4rem;
   }

   .section-subtitle {
       color: #666666;
       font-size: 1.2rem;
       margin-top: 1rem;
   }

   /* Overview Section */
   .overview-section {
       padding: 80px 0;
       position: relative;
       z-index: 2;
   }

   .overview-title {
       font-size: 3rem;
       font-weight: 700;
       color: #1a1a1a;
       margin-bottom: 1rem;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       background-clip: text;
   }

   .overview-stats {
       display: grid;
       grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
       gap: 2rem;
       max-width: 1200px;
       margin: 0 auto;
   }

   .stat-item {
       background: rgba(255, 255, 255, 0.9);
       border: 1px solid rgba(217, 10, 44, 0.1);
       border-radius: 20px;
       padding: 2.5rem 2rem;
       text-align: center;
       backdrop-filter: blur(20px);
       transition: all 0.3s ease;
       position: relative;
       overflow: hidden;
       box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
   }

   .stat-item::before {
       content: '';
       position: absolute;
       top: 0;
       left: -100%;
       width: 100%;
       height: 100%;
       background: linear-gradient(90deg, transparent, rgba(217, 10, 44, 0.1), transparent);
       transition: left 0.5s ease;
   }

   .stat-item:hover::before {
       left: 100%;
   }

   .stat-item:hover {
       transform: translateY(-10px);
       border-color: rgba(217, 10, 44, 0.5);
       box-shadow: 0 20px 40px rgba(217, 10, 44, 0.2);
   }

   .stat-icon {
       width: 80px;
       height: 80px;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       margin: 0 auto 1.5rem;
       color: white;
       font-size: 2rem;
   }

   .stat-number {
       font-size: 3rem;
       font-weight: 800;
       color: #D90A2C;
       margin-bottom: 0.5rem;
       text-shadow: 0 0 20px rgba(217, 10, 44, 0.3);
   }

   .stat-label {
       font-size: 1.1rem;
       color: #666666;
       font-weight: 600;
   }

   .stat-progress {
       position: absolute;
       bottom: 0;
       left: 0;
       height: 3px;
       background: linear-gradient(90deg, #D90A2C, #D90A2C);
       width: 0%;
       transition: width 2s ease;
   }

   /* Highlights Section - Modern & Creative */
   .highlights-section {
       padding: 100px 0;
       position: relative;
       z-index: 2;
       background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
   }

   .title-decoration {
       display: flex;
       align-items: center;
       justify-content: center;
       margin-bottom: 2rem;
   }

   .decoration-line {
       height: 2px;
       background: linear-gradient(90deg, transparent, #D90A2C, transparent);
       flex: 1;
       max-width: 100px;
   }

   .decoration-dot {
       width: 12px;
       height: 12px;
       background: #D90A2C;
       border-radius: 50%;
       margin: 0 1rem;
       position: relative;
   }

   .decoration-dot::before {
       content: '';
       position: absolute;
       top: -4px;
       left: -4px;
       right: -4px;
       bottom: -4px;
       border: 2px solid rgba(217, 10, 44, 0.3);
       border-radius: 50%;
       animation: pulse 2s ease-in-out infinite;
   }

   .highlights-title {
       font-size: 3rem;
       font-weight: 800;
       text-align: center;
       margin-bottom: 1.5rem;
       line-height: 1.2;
   }

   .title-prefix {
       color: #666666;
       display: block;
       font-size: 0.8em;
       margin-bottom: 0.5rem;
   }

   .title-main {
       background: linear-gradient(135deg, #D90A2C, #D90A2C, #FF6B6B);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
       background-clip: text;
       display: block;
       font-size: 1.2em;
       margin-bottom: 0.5rem;
   }

   .title-suffix {
       color: #1a1a1a;
       display: block;
       font-size: 0.8em;
   }

   .section-badge {
       display: inline-flex;
       align-items: center;
       gap: 0.5rem;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       color: white;
       padding: 0.8rem 1.5rem;
       border-radius: 25px;
       font-weight: 600;
       font-size: 0.9rem;
       margin-top: 1.5rem;
       box-shadow: 0 5px 15px rgba(217, 10, 44, 0.3);
   }

   .highlights-container {
       position: relative;
   }

   .highlights-grid {
       display: grid;
       grid-template-columns: repeat(2, 1fr);
       gap: 2.5rem;
       position: relative;
       z-index: 2;
   }

   .highlight-card.modern {
       background: rgba(255, 255, 255, 0.95);
       border: 2px solid rgba(217, 10, 44, 0.1);
       border-radius: 25px;
       padding: 3rem 2rem;
       text-align: center;
       backdrop-filter: blur(20px);
       transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       position: relative;
       overflow: hidden;
       box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
   }

   .highlight-card.modern:hover {
       transform: translateY(-15px) scale(1.02);
       border-color: rgba(217, 10, 44, 0.3);
       box-shadow: 0 25px 60px rgba(217, 10, 44, 0.2);
   }

   .card-glow {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background: radial-gradient(circle at 50% 0%, rgba(217, 10, 44, 0.1), transparent 70%);
       opacity: 0;
       transition: opacity 0.4s ease;
   }

   .highlight-card.modern:hover .card-glow {
       opacity: 1;
   }

   .highlight-icon-container {
       position: relative;
       margin-bottom: 2rem;
   }

   .highlight-icon {
       width: 100px;
       height: 100px;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       margin: 0 auto;
       color: white;
       font-size: 2.5rem;
       position: relative;
       z-index: 2;
   }

   .icon-ring {
       position: absolute;
       top: -10px;
       left: -10px;
       right: -10px;
       bottom: -10px;
       border: 2px solid rgba(217, 10, 44, 0.2);
       border-radius: 50%;
       animation: rotate 10s linear infinite;
   }

   .icon-particles {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
   }

   .icon-particles span {
       position: absolute;
       width: 4px;
       height: 4px;
       background: #D90A2C;
       border-radius: 50%;
       animation: particleFloat 3s ease-in-out infinite;
   }

   .icon-particles span:nth-child(1) {
       top: 20%;
       left: 20%;
       animation-delay: 0s;
   }

   .icon-particles span:nth-child(2) {
       top: 60%;
       right: 20%;
       animation-delay: 1s;
   }

   .icon-particles span:nth-child(3) {
       bottom: 20%;
       left: 50%;
       animation-delay: 2s;
   }

   @keyframes particleFloat {

       0%,
       100% {
           transform: translateY(0) scale(1);
           opacity: 0.7;
       }

       50% {
           transform: translateY(-10px) scale(1.2);
           opacity: 1;
       }
   }

   .card-content {
       position: relative;
       z-index: 2;
       padding-bottom: 3.5rem;
   }

   .highlight-card.modern h4 {
       font-size: 1.6rem;
       font-weight: 700;
       color: #1a1a1a;
       margin-bottom: 1rem;
   }

   .highlight-card.modern p {
       color: #4a4a4a;
       line-height: 1.6;
       margin-bottom: 2rem;
   }

   .highlight-features {
       display: flex;
       gap: 0.8rem;
       justify-content: center;
       flex-wrap: wrap;
       margin-bottom: 1rem;
   }

   .feature-tag {
       background: linear-gradient(135deg, rgba(217, 10, 44, 0.1), rgba(217, 10, 44, 0.1));
       color: #D90A2C;
       padding: 0.5rem 1rem;
       border-radius: 20px;
       font-size: 0.85rem;
       font-weight: 600;
       border: 1px solid rgba(217, 10, 44, 0.2);
       transition: all 0.3s ease;
   }

   .feature-tag:hover {
       background: linear-gradient(135deg, rgba(217, 10, 44, 0.2), rgba(217, 10, 44, 0.2));
       transform: translateY(-2px);
   }

   .card-arrow {
       position: absolute;
       bottom: 0.8rem;
       right: 0.8rem;
       width: 32px;
       height: 32px;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       color: white;
       font-size: 0.8rem;
       opacity: 0;
       transform: translateX(20px);
       transition: all 0.3s ease;
       z-index: 10;
       box-shadow: 0 2px 8px rgba(217, 10, 44, 0.3);
   }

   .highlight-card.modern:hover .card-arrow {
       opacity: 1;
       transform: translateX(0);
   }

   .card-background {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       opacity: 0.05;
       z-index: 1;
   }

   .bg-pattern {
       width: 100%;
       height: 100%;
       background-image:
           radial-gradient(circle at 25% 25%, #D90A2C 1px, transparent 1px),
           radial-gradient(circle at 75% 75%, #D90A2C 1px, transparent 1px);
       background-size: 30px 30px;
       animation: patternMove 20s linear infinite;
   }

   .highlight-card::before {
       content: '';
       position: absolute;
       top: 0;
       left: -100%;
       width: 100%;
       height: 100%;
       background: linear-gradient(90deg, transparent, rgba(217, 10, 44, 0.1), transparent);
       transition: left 0.5s ease;
   }

   .highlight-card:hover::before {
       left: 100%;
   }

   .highlight-card:hover {
       transform: translateY(-10px);
       border-color: rgba(217, 10, 44, 0.5);
       box-shadow: 0 20px 40px rgba(217, 10, 44, 0.2);
   }

   .highlight-icon {
       width: 100px;
       height: 100px;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       margin: 0 auto 2rem;
       color: white;
       font-size: 2.5rem;
       position: relative;
   }

   .highlight-icon::after {
       content: '';
       position: absolute;
       top: -5px;
       left: -5px;
       right: -5px;
       bottom: -5px;
       border: 2px solid rgba(217, 10, 44, 0.3);
       border-radius: 50%;
       animation: pulse 2s ease-in-out infinite;
   }

   @keyframes pulse {

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

       50% {
           transform: scale(1.1);
           opacity: 0.5;
       }
   }

   .highlight-card h4 {
       font-size: 1.5rem;
       font-weight: 700;
       color: #1a1a1a;
       margin-bottom: 1rem;
   }

   .highlight-card p {
       color: #4a4a4a;
       line-height: 1.6;
       margin-bottom: 1.5rem;
   }

   .highlight-feature {
       display: flex;
       gap: 0.5rem;
       justify-content: center;
       flex-wrap: wrap;
   }

   .feature-tag {
       background: rgba(217, 10, 44, 0.2);
       color: #D90A2C;
       padding: 0.3rem 0.8rem;
       border-radius: 15px;
       font-size: 0.8rem;
       font-weight: 600;
       border: 1px solid rgba(217, 10, 44, 0.3);
   }

   /* Featured Solutions */
   .featured-solutions {
       padding: 80px 0;
       position: relative;
       z-index: 2;
   }

   .featured-title {
       font-size: 2.5rem;
       font-weight: 700;
       color: #1a1a1a;
       margin-bottom: 1rem;
   }

   .solutions-grid {
       display: grid;
       grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
       gap: 1.5rem;
   }

   .solution-card.featured {
       background: rgba(255, 255, 255, 0.9);
       border: 1px solid rgba(217, 10, 44, 0.1);
       border-radius: 25px;
       overflow: hidden;
       backdrop-filter: blur(20px);
       transition: all 0.3s ease;
       position: relative;
       box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
       display: flex;
       flex-direction: column;
       height: 100%;
   }

   .solution-card.featured::before {
       content: '';
       position: absolute;
       top: 0;
       left: -100%;
       width: 100%;
       height: 100%;
       background: linear-gradient(90deg, transparent, rgba(217, 10, 44, 0.1), transparent);
       transition: left 0.5s ease;
   }

   .solution-card.featured:hover::before {
       left: 100%;
   }

   .solution-card.featured:hover {
       transform: translateY(-15px);
       border-color: rgba(217, 10, 44, 0.5);
       box-shadow: 0 25px 50px rgba(217, 10, 44, 0.3);
   }

   .solution-header {
       position: relative;
   }

   .solution-image {
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       height: 120px;
       display: flex;
       align-items: center;
       justify-content: center;
       color: white;
       font-size: 3rem;
       position: relative;
   }

   .solution-badge {
       position: absolute;
       top: 1rem;
       right: 1rem;
       background: rgba(255, 255, 255, 0.9);
       color: #D90A2C;
       padding: 0.3rem 0.8rem;
       border-radius: 15px;
       font-size: 0.8rem;
       font-weight: 700;
       text-transform: uppercase;
   }

   .solution-content {
       padding: 2rem;
       flex-grow: 1;
       display: flex;
       flex-direction: column;
   }

   .solution-content h4 {
       font-size: 1.5rem;
       font-weight: 700;
       color: #1a1a1a;
       margin-bottom: 0.8rem;
   }

   .solution-content p {
       color: #4a4a4a;
       line-height: 1.6;
       margin-bottom: 1.5rem;
       font-size: 0.95rem;
   }

   .solution-features {
       list-style: none;
       padding: 0;
       margin: 0 0 auto 0;
       flex-grow: 1;
   }

   .solution-features li {
       color: #4a4a4a;
       padding: 0.6rem 0;
       display: flex;
       font-size: 0.9rem;
       align-items: center;
       gap: 0.8rem;
   }

   .solution-features li i {
       color: #D90A2C;
       font-size: 1.1rem;
   }

   .solution-cta {
       display: inline-flex;
       align-items: center;
       gap: 0.8rem;
       background: linear-gradient(135deg, #D90A2C, #D90A2C);
       color: white;
       padding: 1rem 2rem;
       border-radius: 25px;
       text-decoration: none;
       font-weight: 600;
       transition: all 0.3s ease;
       position: relative;
       overflow: hidden;
       margin-top: auto;
       align-self: flex-start;
   }

   .solution-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: left 0.5s ease;
   }

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

   .solution-cta:hover {
       transform: translateY(-3px);
       box-shadow: 0 15px 30px rgba(217, 10, 44, 0.4);
   }



   /* Diamond Grid Styles */
   .diamond-grid-section {
       max-width: 1200px;
       margin: 0 auto;
       padding: 40px 20px;
   }

   .section-header {
       text-align: left;
       margin-bottom: 60px;
   }

   .featured-title {
       font-size: 2.5rem;
       color: #0F0E0E;
       margin-bottom: 15px;
       position: relative;
       display: inline-block;
   }

   .featured-title::after {
       content: '';
       position: absolute;
       bottom: -10px;
       left: 0;
       width: 80px;
       height: 4px;
       background: #FD1D3F;
       border-radius: 2px;
   }

   .section-subtitle {
       font-size: 1.2rem;
       color: #D52D43;
       max-width: 700px;
       margin: 0;
   }

   /* Diamond Grid Container */
   .diamond-grid-container {
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       gap: 15px;
       justify-items: center;
       align-items: center;
       max-width: 700px;
       margin: 0 auto;
   }

   .diamond-item {
       width: 180px;
       height: 200px;
       background: linear-gradient(135deg, #D6A7AD 0%, #ffffff 100%);
       border-radius: 20px;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       text-align: center;
       box-shadow:
           0 10px 30px rgba(15, 14, 14, 0.1),
           0 4px 15px rgba(253, 29, 63, 0.05);
       transition: var(--transition);
       position: relative;
       overflow: hidden;
       cursor: pointer;
       text-decoration: none;
       color: inherit;
       border: 2px solid rgba(253, 29, 63, 0.2);
   }

   .diamond-item::before {
       content: '';
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       background: linear-gradient(135deg, var(--secondary), var(--accent));
       border-radius: 20px;
       opacity: 0;
       transition: var(--transition);
       z-index: -1;
   }

   .diamond-content {
       width: 100%;
       height: 100%;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       padding: 20px;
       position: relative;
       z-index: 1;
   }

   .diamond-icon {
       font-size: 2.2rem;
       margin-bottom: 12px;
       color: #FD1D3F;
       transition: var(--transition);
   }

   .diamond-text h4 {
       font-size: 1rem;
       margin-bottom: 6px;
       color: #0F0E0E;
       font-weight: 700;
   }

   .diamond-text span {
       font-size: 0.8rem;
       color: #D52D43;
       line-height: 1.3;
   }

   /* Hover Effects */
   .diamond-item:hover {
       transform: translateY(-8px) scale(1.02);
       box-shadow:
           0 20px 40px rgba(15, 14, 14, 0.15),
           0 8px 25px rgba(253, 29, 63, 0.1);
   }

   .diamond-item:hover::before {
       opacity: 1;
   }

   .diamond-item:hover .diamond-icon {
       color: #D52D43;
       transform: scale(1.1) rotate(5deg);
   }

   .diamond-item:hover .diamond-text h4 {
       color: rgb(0, 0, 0);
   }

   .diamond-item:hover .diamond-text span {
       color: #D52D43;
   }

   /* Diamond Positioning */
   .diamond-1 {
       grid-column: 2;
       grid-row: 1;
   }

   .diamond-2 {
       grid-column: 1;
       grid-row: 2;
   }

   .diamond-3 {
       grid-column: 3;
       grid-row: 2;
   }

   .diamond-4 {
       grid-column: 2;
       grid-row: 3;
   }

   .diamond-5 {
       grid-column: 1;
       grid-row: 4;
   }

   .diamond-6 {
       grid-column: 3;
       grid-row: 4;
   }



   /* Responsive Design for Diamond Grid */
   @media (max-width: 768px) {
       .diamond-grid-container {
           grid-template-columns: repeat(2, 1fr);
           gap: 15px;
           max-width: 500px;
       }

       .diamond-item {
           width: 150px;
           height: 170px;
       }

       .diamond-content {
           padding: 15px;
       }

       .diamond-1 {
           grid-column: 1;
           grid-row: 1;
       }

       .diamond-2 {
           grid-column: 2;
           grid-row: 1;
       }

       .diamond-3 {
           grid-column: 1;
           grid-row: 2;
       }

       .diamond-4 {
           grid-column: 2;
           grid-row: 2;
       }

       .diamond-5 {
           grid-column: 1;
           grid-row: 3;
       }

       .diamond-6 {
           grid-column: 2;
           grid-row: 3;
       }
   }

   @media (max-width: 480px) {
       .diamond-grid-container {
           grid-template-columns: 1fr;
           max-width: 300px;
       }

       .diamond-item {
           width: 160px;
           height: 180px;
       }

       .diamond-content {
           padding: 15px;
       }

       .diamond-icon {
           font-size: 1.8rem;
           margin-bottom: 10px;
           color: #FD1D3F;
       }

       .diamond-text h4 {
           font-size: 0.9rem;
           color: #0F0E0E;
       }

       .diamond-text span {
           font-size: 0.75rem;
           color: #D52D43;
       }

       .diamond-1,
       .diamond-2,
       .diamond-3,
       .diamond-4,
       .diamond-5,
       .diamond-6 {
           grid-column: 1;
       }

       .diamond-1 {
           grid-row: 1;
       }

       .diamond-2 {
           grid-row: 2;
       }

       .diamond-3 {
           grid-row: 3;
       }

       .diamond-4 {
           grid-row: 4;
       }

       .diamond-5 {
           grid-row: 5;
       }

       .diamond-6 {
           grid-row: 6;
       }
   }

   /* Call-to-Action Section */
   .cta-section {
       position: relative;
       padding: 100px 0;
       margin: 80px 0;
       border-radius: 30px;
       overflow: hidden;
       z-index: 2;
   }

   .cta-background {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background: linear-gradient(135deg, #D6A7AD 0%, #D52D43 25%, #FD1D3F 75%, #0F0E0E 100%);
   }

   .cta-pattern {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-image:
           radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 2px, transparent 2px),
           radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 2px, transparent 2px);
       background-size: 50px 50px;
       animation: patternMove 20s linear infinite;
   }

   @keyframes patternMove {
       0% {
           transform: translate(0, 0);
       }

       100% {
           transform: translate(50px, 50px);
       }
   }

   .cta-content {
       position: relative;
       z-index: 3;
       text-align: center;
       color: white;
   }

   .cta-header {
       margin-bottom: 3rem;
   }

   .cta-title {
       font-size: 3rem;
       font-weight: 700;
       margin-bottom: 1rem;
   }

   .cta-description {
       font-size: 1.3rem;
       opacity: 0.9;
       max-width: 700px;
       margin: 0 auto;
       line-height: 1.6;
   }

   .cta-buttons {
       display: flex;
       flex-wrap: wrap;
       gap: 1.5rem;
       justify-content: center;
       align-items: center;
   }

   .cta-button {
       display: inline-flex;
       align-items: center;
       gap: 0.8rem;
       padding: 1.2rem 2.5rem;
       border-radius: 50px;
       text-decoration: none;
       font-weight: 600;
       font-size: 1.1rem;
       transition: all 0.3s ease;
       border: 2px solid transparent;
       position: relative;
       overflow: hidden;
   }

   .cta-button.primary {
       background: white;
       color: #D90A2C;
       box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
   }

   .cta-button.primary:hover {
       transform: translateY(-5px);
       box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
   }

   .button-glow {
       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 ease;
   }

   .cta-button.primary:hover .button-glow {
       left: 100%;
   }

   .cta-button.secondary {
       background: rgba(255, 255, 255, 0.1);
       color: white;
       border-color: rgba(255, 255, 255, 0.3);
       backdrop-filter: blur(10px);
   }

   .cta-button.secondary:hover {
       background: rgba(255, 255, 255, 0.2);
       transform: translateY(-5px);
       box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
   }

   .cta-button.outline {
       background: transparent;
       color: white;
       border-color: white;
   }

   .cta-button.outline:hover {
       background: white;
       color: #D90A2C;
       transform: translateY(-5px);
       box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
   }

   /* Responsive Design */
   @media (max-width: 1024px) {
       .hero-welcome {
           grid-template-columns: 1fr;
           gap: 3rem;
           text-align: center;
       }

       .welcome-title {
           font-size: 3rem;
       }

       .tech-sphere {
           width: 250px;
           height: 250px;
       }

       .overview-stats {
           grid-template-columns: repeat(2, 1fr);
       }
   }

   @media (max-width: 768px) {
       .home-overview {
           padding: 0;
       }

       .hero-welcome {
           padding: 80px 0 60px;
       }

       .welcome-title {
           font-size: 2.5rem;
       }

       .welcome-description {
           font-size: 1.1rem;
       }

       .welcome-actions {
           justify-content: center;
       }

       .overview-title,
       .highlights-title,
       .featured-title,
       .cta-title {
           font-size: 2rem;
       }

       .overview-stats {
           grid-template-columns: 1fr;
           gap: 1.5rem;
           padding: 0 1rem;
       }

       .highlights-grid {
           grid-template-columns: 1fr;
           padding: 0 1rem;
       }

       .solutions-grid {
           grid-template-columns: 1fr;
           padding: 0 1rem;
       }

       .cta-section {
           margin: 60px 1rem;
           padding: 60px 1rem;
       }

       .cta-buttons {
           flex-direction: column;
           align-items: stretch;
       }

       .cta-button {
           justify-content: center;
       }
   }

   @media (max-width: 480px) {
       .welcome-title {
           font-size: 2rem;
       }

       .welcome-actions {
           flex-direction: column;
       }

       .welcome-btn {
           justify-content: center;
       }

       .tech-sphere {
           width: 200px;
           height: 200px;
       }

       .stat-item {
           padding: 2rem 1.5rem;
       }

       .stat-number {
           font-size: 2.5rem;
       }

       .highlight-card,
       .solution-content {
           padding: 1.5rem 1.2rem;
       }

       .solution-image {
           height: 100px;
           font-size: 2.5rem;
       }

       .solution-content h4 {
           font-size: 1.3rem;
       }

       .card-arrow {
           bottom: 0.6rem;
           right: 0.6rem;
           width: 28px;
           height: 28px;
           font-size: 0.7rem;
       }

       .highlight-features {
           margin-bottom: 1rem;
       }

       .card-content {
           padding-bottom: 3rem;
       }
   }


   /* Header */
   .header {
       background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(20, 20, 20, 0.95) 30%, rgba(20, 20, 20, 0.95) 70%, rgba(0, 0, 0, 0.95) 100%);
       backdrop-filter: blur(20px);
       border-bottom: 2px solid rgba(255, 255, 255, 0.1);
       color: white;
       padding: 1rem 0;
       position: fixed;
       width: 100%;
       top: 0;
       left: 0;
       z-index: 99999;
       box-shadow:
           0 8px 32px rgba(0, 0, 0, 0.3),
           0 0 20px rgba(0, 0, 0, 0.2);
       transition: all 0.4s ease;
       overflow: visible;
       display: block;
       visibility: visible;
       opacity: 1;
   }

   .nav-container {
       max-width: 1200px;
       margin: 0 auto;
       display: flex;
       justify-content: space-between;
       align-items: center;
       padding: 0 2rem;
       position: relative;
       z-index: 2;
       overflow: visible;
   }

   /* Homepage specific dropdown override */
   .dropdown:hover .dropdown-menu,
   .dropdown-menu:hover {
       opacity: 1 !important;
       visibility: visible !important;
       transform: translateY(0) !important;
       pointer-events: auto !important;
   }

   /* Responsive: Mobile Menu Button */
   .mobile-menu-btn {
       width: 48px;
       height: 48px;
       background: rgba(255, 255, 255, 0.1);
       border: 1px solid rgba(255, 255, 255, 0.2);
       cursor: pointer;
       padding: 8px;
       z-index: 10001;
       position: relative;
       border-radius: 8px;
       transition: all 0.3s ease;
       gap: 4px;
   }

   .mobile-menu-btn span {
       width: 24px;
       height: 3px;
       background: white;
       border-radius: 2px;
       transition: all 0.3s ease;
       display: block;
       position: relative;
   }

   /* Mobile Side Navigation */
   .mobile-sidenav {
       display: none !important;
       position: fixed;
       top: 0;
       left: -280px;
       width: 280px;
       height: 100vh;
       background: linear-gradient(135deg, rgba(217, 10, 44, 0.95) 0%, rgba(0, 0, 0, 0.95) 100%);
       backdrop-filter: blur(20px);
       z-index: 99999 !important;
       transition: all 0.4s ease;
       padding-top: 80px;
       box-shadow: 2px 0 20px rgba(0, 0, 0, 0.5);
       overflow-y: auto;
       pointer-events: auto !important;
   }

   /* Reduce mobile sidenav padding on mobile */
   @media (max-width: 768px) {
       .mobile-sidenav {
           padding-top: 80px;
       }
   }

   .mobile-sidenav.active {
       left: 0;
   }

   .mobile-sidenav ul {
       list-style: none;
       padding: 0;
       margin: 0;
   }

   .mobile-sidenav a {
       display: flex;
       align-items: center;
       padding: 1.2rem 1.5rem;
       color: white;
       text-decoration: none;
       transition: all 0.4s ease;
       position: relative;
       overflow: hidden;
       margin: 0.5rem 1rem;
       border-radius: 15px;
       border-left: 3px solid transparent;
   }

   .mobile-sidenav a:hover {
       background: rgba(255, 255, 255, 0.15);
       transform: translateX(8px);
       border-left-color: #D90A2C;
   }

   /* Mobile Overlay */
   .mobile-overlay {
       display: none !important;
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100vh;
       background: rgba(0, 0, 0, 0.6);
       z-index: 99997 !important;
       opacity: 0;
       visibility: hidden;
       transition: all 0.3s ease;
       pointer-events: none !important;
   }

   .mobile-overlay.active {
       opacity: 1;
       visibility: visible;
       pointer-events: auto !important;
   }

   /* Mobile Dropdown Styles */
   .mobile-dropdown {
       position: relative;
       pointer-events: auto !important;
       z-index: 100 !important;
   }

   .mobile-dropdown-toggle {
       display: flex;
       align-items: center;
       justify-content: space-between;
       transition: all 0.3s ease;
       border-radius: 8px;
       margin: 0.2rem 0;
       cursor: pointer !important;
       position: relative;
       user-select: none;
       -webkit-tap-highlight-color: rgba(253, 29, 63, 0.3);
       pointer-events: auto !important;
       touch-action: manipulation;
       z-index: 10;
       gap: 8px;
   }

   .mobile-dropdown-toggle:hover {
       background: rgba(255, 255, 255, 0.05);
   }

   .mobile-dropdown.active .mobile-dropdown-toggle {
       background: rgba(217, 10, 44, 0.1);
       color: #D90A2C;
   }

   .dropdown-link {
       display: flex;
       align-items: center;
       gap: 0.5rem;
       flex: 1 1 auto;
       flex-shrink: 1 !important;
       text-decoration: none;
       color: inherit;
       padding: 0.8rem 0.5rem;
       max-width: calc(100% - 60px) !important;
       pointer-events: auto !important;
       min-width: 0 !important;
       overflow: hidden;
   }

   .dropdown-arrow {
       font-size: 1.1rem;
       transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
       color: rgba(255, 255, 255, 1);
       margin-left: auto;
       padding: 0.8rem;
       cursor: pointer !important;
       border-radius: 10px;
       display: flex !important;
       align-items: center;
       justify-content: center;
       min-width: 44px !important;
       max-width: 44px !important;
       width: 44px !important;
       min-height: 44px !important;
       max-height: 44px !important;
       height: 44px !important;
       flex-shrink: 0 !important;
       flex-grow: 0 !important;
       background: rgba(253, 29, 63, 0.3) !important;
       border: 2px solid rgba(253, 29, 63, 0.5) !important;
       user-select: none;
       -webkit-tap-highlight-color: rgba(253, 29, 63, 0.4);
       pointer-events: auto !important;
       touch-action: manipulation;
       position: relative;
       z-index: 10000 !important;
       box-shadow: 0 3px 12px rgba(253, 29, 63, 0.4);
       font-weight: bold;
   }

   .dropdown-arrow:hover {
       background: rgba(253, 29, 63, 0.5) !important;
       color: #fff;
       transform: scale(1.15);
       border-color: rgba(253, 29, 63, 0.8) !important;
       box-shadow: 0 4px 16px rgba(253, 29, 63, 0.6);
   }

   .dropdown-arrow:active {
       transform: scale(0.95) !important;
       background: rgba(253, 29, 63, 0.6) !important;
   }

   .mobile-dropdown.active .dropdown-arrow {
       transform: rotate(180deg) !important;
       color: #fff;
       background: rgba(253, 29, 63, 0.5) !important;
       border-color: rgba(253, 29, 63, 0.8) !important;
   }

   .mobile-dropdown-menu {
       max-height: 0 !important;
       overflow: hidden !important;
       transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease, visibility 0.4s ease !important;
       background: linear-gradient(135deg, rgba(253, 29, 63, 0.15) 0%, rgba(15, 14, 14, 0.4) 100%) !important;
       margin: 0.5rem 1rem 0 !important;
       border-radius: 12px !important;
       border-left: 4px solid #FD1D3F !important;
       border: 1px solid rgba(253, 29, 63, 0.3) !important;
       opacity: 0 !important;
       visibility: hidden !important;
       backdrop-filter: blur(20px) !important;
       -webkit-backdrop-filter: blur(20px) !important;
       box-shadow:
           0 8px 32px rgba(15, 14, 14, 0.4),
           inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
       display: none !important;
   }

   .mobile-dropdown.active .mobile-dropdown-menu {
       max-height: 500px !important;
       opacity: 1 !important;
       visibility: visible !important;
       display: block !important;
       overflow-y: auto;
       overflow-x: hidden;
   }

   /* Custom Scrollbar for Mobile Dropdown */
   .mobile-dropdown-menu::-webkit-scrollbar {
       width: 6px;
   }

   .mobile-dropdown-menu::-webkit-scrollbar-track {
       background: rgba(255, 255, 255, 0.1);
       border-radius: 3px;
   }

   .mobile-dropdown-menu::-webkit-scrollbar-thumb {
       background: rgba(217, 10, 44, 0.6);
       border-radius: 3px;
   }

   .mobile-dropdown-menu::-webkit-scrollbar-thumb:hover {
       background: rgba(217, 10, 44, 0.8);
   }

   .mobile-dropdown-menu ul {
       list-style: none !important;
       padding: 0 !important;
       margin: 0 !important;
       display: block !important;
       visibility: visible !important;
       opacity: 1 !important;
   }

   .mobile-dropdown-menu li {
       margin: 0 !important;
       list-style: none !important;
       display: block !important;
       visibility: visible !important;
       opacity: 1 !important;
   }

   .mobile-dropdown-menu a {
       padding: 1rem 1.2rem 1rem 2.8rem !important;
       margin: 0.3rem 0.6rem !important;
       border-radius: 10px !important;
       font-size: 0.9rem !important;
       background: rgba(255, 255, 255, 0.08) !important;
       border-left: 3px solid transparent !important;
       transition: all 0.3s ease !important;
       display: flex !important;
       align-items: center !important;
       gap: 0.6rem !important;
       min-height: 44px !important;
       color: rgba(255, 255, 255, 0.9) !important;
       text-decoration: none !important;
       visibility: visible !important;
       opacity: 1 !important;
   }

   .mobile-dropdown-menu a:hover {
       background: rgba(217, 10, 44, 0.1);
       border-left-color: #D90A2C;
       transform: translateX(3px);
       color: #D90A2C;
   }

   /* Responsive Design */
   @media (max-width: 768px) {
       .header {
           display: block !important;
           position: fixed !important;
           top: 0 !important;
           left: 0 !important;
           right: 0 !important;
           width: 100% !important;
           z-index: 9999 !important;
           visibility: visible !important;
           opacity: 1 !important;
       }

       .nav-container {
           padding: 0 1rem;
           display: flex !important;
           justify-content: space-between !important;
           align-items: center !important;
           width: 100% !important;
       }

       .nav-menu {
           display: none !important;
       }

       .mobile-menu-btn {
           display: flex !important;
           visibility: visible !important;
           opacity: 1 !important;
       }

       .mobile-sidenav {
           display: block !important;
       }

       .mobile-overlay {
           display: block !important;
       }

       .logo {
           display: flex !important;
           visibility: visible !important;
           opacity: 1 !important;
       }

       body.mobile-menu-open {
           overflow: hidden !important;
       }
   }