.img_sub{
    border: 0;
    height: 50px;
    width: auto;
    margin-right: 20px;
}
.logo2 {
  display: none;
  transition: all 0.3s ease;
}

.scrolled .logo1 {
  display: none;
}

.scrolled .logo2 {
  display: block;
}
















.about-card h5{
  color: var(--secondary-color);
}
.leader-card h5{
  color: var(--white-color);
}
.about-card p{
  color: var(--white-color);
}
.about-content p{
   color: var(--white-color);
   font-size: 20px;
}
.featured-numbers{
  color: var(--white-color);
}
.about-modern {
/* background: radial-gradient(circle at 30% 50%, #0a0f1f, #0e172f 80%); */
color: #fff;
padding: 120px 0;
position: relative;
overflow: hidden;
}

.about-modern::before {
content: "";
position: absolute;
top: -100px;
right: -100px;
width: 350px;
height: 350px;
background: linear-gradient(135deg, rgb(20 183 137), transparent);
filter: blur(120px);
z-index: 0;
}

.about-content {
position: relative;
z-index: 2;
}

.subtitle {
display: inline-block;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--secondary-color);
font-weight: 600;
font-size: 0.9rem;
}

.title {
font-size: 2.4rem;
font-weight: 700;
margin-top: 10px;
margin-bottom: 20px;
background: linear-gradient(90deg, #fff, #33b799);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}

.desc {
font-size: 1.05rem;
line-height: 1.7;
color: #d1d1d1;
}

.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
gap: 20px;
margin-top: 30px;
}

.glass {
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 16px;
padding: 20px;
backdrop-filter: blur(20px);
transition: all 0.4s ease;
}

.glass:hover {
transform: translateY(-5px);
box-shadow: 0 0 20px rgb(51 183 153);
}

.about-visual {
position: relative;
}

.about-visual img {
border-radius: 1.5rem;
width: 100%;
height: auto;
object-fit: cover;
}

.floating-shape {
position: absolute;
top: -80px;
left: -50px;
width: 200px;
height: 200px;
background: linear-gradient(135deg, rgb(20 183 137), transparent);
filter: blur(100px);
z-index: 1;
animation: floatShape 6s ease-in-out infinite alternate;
}

@keyframes floatShape {
from { transform: translateY(0px); }
to { transform: translateY(30px); }
}

.about-overlay {
position: absolute;
bottom: -40px;
left: 50%;
transform: translateX(-50%);
z-index: 2;
}

.certification-box {
padding: 25px 30px;
min-width: 260px;
}

.text-gradient {
background: linear-gradient(90deg, #fff, #33b799);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}



.leader-card {
padding: 30px 25px;
transition: all 0.4s ease;
position: relative;
overflow: hidden;
}

.leader-card::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(51, 183, 153, 0.1), transparent);
transition: left 0.6s ease;
}

.leader-card:hover::before {
left: 100%;
}

.leader-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(51, 183, 153, 0.3);
border-color: rgba(51, 183, 153, 0.3);
}

.leader-image img {
border: 3px solid rgba(51, 183, 153, 0.3);
transition: all 0.3s ease;
}

.leader-card:hover .leader-image img {
border-color: rgba(51, 183, 153, 0.8);
transform: scale(1.05);
}

.leader-social a {
transition: all 0.3s ease;
display: inline-block;
}

.leader-social a:hover {
color: #33b799 !important;
transform: translateY(-2px);
}

.featured-numbers {
font-size: 2.5rem;
font-weight: 700;
background: linear-gradient(135deg, #33b799, #ffffff);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}

.featured-text {
color: #d1d1d1;
font-size: 0.95rem;
margin-top: 8px;
}

.role-title {
background: linear-gradient(135deg, #33b799, #20b789, #14a085);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 600;
font-size: 0.9rem;
letter-spacing: 0.5px;
text-transform: uppercase;
position: relative;
}

.role-title::after {
content: '';
position: absolute;
bottom: -5px;
left: 50%;
transform: translateX(-50%);
width: 30px;
height: 2px;
background: linear-gradient(90deg, #33b799, #20b789);
border-radius: 2px;
}

.feature-card {
transition: all 0.4s ease;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}

.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(51, 183, 153, 0.2);
border-color: rgba(51, 183, 153, 0.4);
}

.feature-icon {
transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
transform: scale(1.1);
}

.feature-card h5 {
color: #33b799;
font-weight: 600;
font-size: 1.1rem;
}

.feature-card h6 {
font-weight: 500;
font-size: 1rem;
}

/* Modern Statistics Cards */
.stats-container {
position: relative;
z-index: 2;
}

.stat-card {
position: relative;
overflow: hidden;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 2.5rem 2rem;
transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
border: 1px solid rgba(255, 255, 255, 0.1);
background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
backdrop-filter: blur(20px);
}

.stat-card::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(51, 183, 153, 0.15), transparent);
transition: left 0.8s ease;
}

.stat-card:hover::before {
left: 100%;
}

.stat-card:hover {
transform: translateY(-15px) scale(1.02);
box-shadow: 0 30px 60px rgba(51, 183, 153, 0.3);
border-color: rgba(51, 183, 153, 0.4);
}

.stat-icon-wrapper {
position: relative;
display: inline-block;
margin-bottom: 1.5rem;
}

.stat-icon {
font-size: 3rem;
color: #33b799;
transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
z-index: 2;
}

.icon-pulse {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
height: 80px;
border: 2px solid rgba(51, 183, 153, 0.3);
border-radius: 50%;
animation: pulse 2s infinite;
}

@keyframes pulse {
0% {
transform: translate(-50%, -50%) scale(0.8);
opacity: 1;
}
100% {
transform: translate(-50%, -50%) scale(1.4);
opacity: 0;
}
}

.stat-card:hover .stat-icon {
transform: scale(1.2) rotate(10deg);
color: #20b789;
}

.stat-number {
font-size: 3.5rem;
font-weight: 800;
background: linear-gradient(135deg, #33b799, #20b789, #ffffff);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 1;
margin-bottom: 1rem;
position: relative;
z-index: 2;
}

.counter {
display: inline-block;
transition: all 0.6s ease;
}

.plus, .dash {
color: #33b799;
font-weight: 600;
margin: 0 0.2rem;
}

.stat-title {
color: #ffffff;
font-size: 1.3rem;
font-weight: 600;
margin-bottom: 0.8rem;
position: relative;
z-index: 2;
}

.stat-description {
color: #d1d1d1;
font-size: 0.95rem;
margin-bottom: 1.5rem;
position: relative;
z-index: 2;
}

.stat-progress {
width: 100%;
height: 4px;
background: rgba(255, 255, 255, 0.1);
border-radius: 2px;
overflow: hidden;
position: relative;
z-index: 2;
}

.progress-bar {
height: 100%;
background: linear-gradient(90deg, #33b799, #20b789);
border-radius: 2px;
width: 0;
transition: width 2s ease-in-out;
position: relative;
}

.progress-bar::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
animation: shimmer 2s infinite;
}

@keyframes shimmer {
0% { transform: translateX(-100%); }
100% { transform: translateX(100%); }
}

/* Modern Features Grid */
.features-container {
position: relative;
z-index: 2;
}

.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2rem;
margin-top: 3rem;
}

.feature-item {
position: relative;
padding: 2rem;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 20px;
backdrop-filter: blur(10px);
transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
overflow: hidden;
}

.feature-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(51, 183, 153, 0.03), rgba(32, 183, 137, 0.03));
opacity: 0;
transition: opacity 0.6s ease;
z-index: 1;
}

.feature-item:hover::before {
opacity: 1;
}

.feature-item:hover {
transform: translateY(-8px);
border-color: rgba(51, 183, 153, 0.3);
box-shadow: 0 20px 40px rgba(51, 183, 153, 0.15);
}

.feature-content {
display: flex;
align-items: flex-start;
gap: 1.5rem;
position: relative;
z-index: 2;
}

.feature-icon-wrapper {
flex-shrink: 0;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(51, 183, 153, 0.1), rgba(32, 183, 137, 0.1));
border-radius: 15px;
position: relative;
transition: all 0.6s ease;
}

.feature-icon-wrapper i {
font-size: 1.8rem;
color: #33b799;
transition: all 0.6s ease;
}

.feature-item:hover .feature-icon-wrapper {
background: linear-gradient(135deg, rgba(51, 183, 153, 0.2), rgba(32, 183, 137, 0.2));
transform: scale(1.1);
}

.feature-item:hover .feature-icon-wrapper i {
color: #20b789;
transform: scale(1.1);
}

.feature-text {
flex: 1;
}

.feature-title-arabic {
color: #33b799;
font-weight: 700;
font-size: 1.1rem;
margin-bottom: 0.3rem;
position: relative;
z-index: 2;
}

.feature-title-english {
color: #ffffff;
font-weight: 600;
font-size: 1rem;
margin-bottom: 0.8rem;
position: relative;
z-index: 2;
}

.feature-description {
color: #d1d1d1;
font-size: 0.9rem;
line-height: 1.6;
margin: 0;
position: relative;
z-index: 2;
}

.feature-badge {
position: absolute;
top: 1.5rem;
right: 1.5rem;
background: linear-gradient(135deg, #33b799, #20b789);
color: white;
padding: 0.4rem 1rem;
border-radius: 20px;
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.4s ease;
z-index: 2;
}

.feature-item:hover .feature-badge {
transform: scale(1.05);
box-shadow: 0 4px 12px rgba(51, 183, 153, 0.3);
}

/* Responsive Design for Features */
@media (max-width: 768px) {
.features-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}

.feature-item {
padding: 1.5rem;
}

.feature-content {
flex-direction: column;
text-align: center;
gap: 1rem;
}

.feature-icon-wrapper {
align-self: center;
}

.feature-badge {
position: static;
margin-top: 1rem;
align-self: center;
}
}

/* Counter Animation */
@keyframes countUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}

.counter.animate {
animation: countUp 0.8s ease-out;
}

/* Responsive Design */
@media (max-width: 768px) {
.stat-number {
font-size: 2.8rem;
}

.stat-card {
padding: 2rem 1.5rem;
}

.feature-card {
margin-bottom: 2rem;
}

.feature-icon {
font-size: 2.5rem;
}

.stat-icon {
font-size: 2.5rem;
}
}

/* AOS Animation Overrides */
[data-aos] {
pointer-events: none;
}

[data-aos].aos-animate {
pointer-events: auto;
}

/* Modern Single Row Statistics Design */
.modern-stats-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0;
background: rgba(255, 255, 255, 0.05);
border-radius: 20px;
overflow: hidden;
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.stat-section {
padding: 3rem 1.5rem;
text-align: center;
position: relative;
transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
border-right: 1px solid rgba(255, 255, 255, 0.1);
background: linear-gradient(135deg, 
rgba(255, 255, 255, 0.02) 0%,
rgba(51, 183, 153, 0.02) 50%,
rgba(255, 255, 255, 0.02) 100%);
}

.stat-section:last-child {
border-right: none;
}

.stat-section:hover {
background: linear-gradient(135deg, 
rgba(51, 183, 153, 0.08) 0%,
rgba(32, 183, 137, 0.05) 50%,
rgba(51, 183, 153, 0.08) 100%);
transform: scale(1.02);
}

.stat-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, 
transparent 30%, 
rgba(51, 183, 153, 0.1) 50%, 
transparent 70%);
opacity: 0;
transition: opacity 0.6s ease;
z-index: 1;
}

.stat-section:hover::before {
opacity: 1;
}

.stat-number-modern {
font-size: 4.5rem;
font-weight: 900;
color: #ffffff;
line-height: 1;
margin-bottom: 1rem;
position: relative;
z-index: 2;
text-shadow: 0 0 30px rgba(51, 183, 153, 0.3);
animation: numberGlow 3s ease-in-out infinite;
}

@keyframes numberGlow {
0%, 100% { 
text-shadow: 0 0 30px rgba(51, 183, 153, 0.3);
transform: scale(1);
}
50% { 
text-shadow: 0 0 50px rgba(51, 183, 153, 0.6);
transform: scale(1.05);
}
}

.counter {
display: inline-block;
transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
animation: counterPulse 2s ease-in-out infinite;
}

.counter.animate {
animation: countUp 0.8s ease-out;
}

@keyframes counterPulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}

@keyframes countUp {
0% { 
transform: scale(0.8);
opacity: 0.7;
}
50% { 
transform: scale(1.2);
opacity: 1;
}
100% { 
transform: scale(1);
opacity: 1;
}
}

.plus, .dash {
color: #33b799;
font-weight: 700;
margin: 0 0.2rem;
font-size: 3rem;
text-shadow: 0 0 20px rgba(51, 183, 153, 0.5);
}

.stat-label-modern {
color: #33b799;
font-size: 1.1rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
z-index: 2;
transition: all 0.6s ease;
}

.stat-section:hover .stat-label-modern {
color: #20b789;
transform: translateY(-5px);
text-shadow: 0 5px 15px rgba(51, 183, 153, 0.3);
}

/* Floating Animation for Numbers */
.stat-number-modern::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 120px;
height: 120px;
border: 2px solid rgba(51, 183, 153, 0.2);
border-radius: 50%;
animation: floatRing 4s ease-in-out infinite;
z-index: -1;
}

@keyframes floatRing {
0%, 100% {
transform: translate(-50%, -50%) scale(0.8);
opacity: 0.3;
}
50% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.1;
}
}

/* Responsive Design */
@media (max-width: 1200px) {
.modern-stats-grid {
grid-template-columns: repeat(2, 1fr);
}

.stat-section:nth-child(2n) {
border-right: none;
}

.stat-section:nth-child(n+3) {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-section:nth-child(n+3):last-child {
border-bottom: none;
}
}

@media (max-width: 768px) {
.modern-stats-grid {
grid-template-columns: 1fr;
gap: 0;
}

.stat-section {
padding: 2.5rem 1.5rem;
border-right: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-section:last-child {
border-bottom: none;
}

.stat-number-modern {
font-size: 3.5rem;
}

.plus, .dash {
font-size: 2.5rem;
}

.stat-label-modern {
font-size: 1rem;
}
}

@media (max-width: 480px) {
.stat-section {
padding: 2rem 1rem;
}

.stat-number-modern {
font-size: 3rem;
}

.plus, .dash {
font-size: 2rem;
}

.stat-label-modern {
font-size: 0.9rem;
}
}

/* Features Slideshow Design */
.features-slideshow {
position: relative;
max-width: 100%;
margin: 0 auto;
overflow: hidden;
border-radius: 20px;
background: linear-gradient(135deg, 
rgba(255, 255, 255, 0.05) 0%,
rgba(51, 183, 153, 0.02) 50%,
rgba(255, 255, 255, 0.05) 100%);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.slideshow-container {
position: relative;
width: 100%;
height: 400px;
overflow: hidden;
}

.feature-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transform: translateX(100%);
transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
align-items: center;
justify-content: center;
padding: 3rem 2rem;
background: linear-gradient(135deg, 
rgba(255, 255, 255, 0.02) 0%,
rgba(51, 183, 153, 0.02) 50%,
rgba(255, 255, 255, 0.02) 100%);
}

.feature-slide.active {
opacity: 1;
transform: translateX(0);
}

.feature-slide.prev {
transform: translateX(-100%);
}

.feature-content {
display: flex;
align-items: center;
gap: 2rem;
max-width: 800px;
width: 100%;
}

.feature-icon-wrapper {
flex-shrink: 0;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(51, 183, 153, 0.1), rgba(32, 183, 137, 0.1));
border-radius: 50%;
border: 2px solid rgba(51, 183, 153, 0.3);
transition: all 0.6s ease;
}

.feature-icon-wrapper i {
font-size: 2.5rem;
color: #33b799;
transition: all 0.6s ease;
}

.feature-slide.active .feature-icon-wrapper {
background: linear-gradient(135deg, rgba(51, 183, 153, 0.2), rgba(32, 183, 137, 0.2));
border-color: rgba(51, 183, 153, 0.5);
transform: scale(1.1);
box-shadow: 0 10px 30px rgba(51, 183, 153, 0.3);
}

.feature-slide.active .feature-icon-wrapper i {
color: #20b789;
transform: scale(1.1);
}

.feature-text {
flex: 1;
}

.feature-title-arabic {
font-size: 1.8rem;
font-weight: 700;
color: #33b799;
margin-bottom: 0.5rem;
text-shadow: 0 2px 10px rgba(51, 183, 153, 0.3);
}

.feature-title-english {
font-size: 1.4rem;
font-weight: 600;
color: #ffffff;
margin-bottom: 1rem;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.feature-description {
font-size: 1rem;
color: #d1d1d1;
line-height: 1.6;
margin: 0;
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.feature-badge {
position: absolute;
top: 2rem;
right: 2rem;
background: linear-gradient(135deg, #33b799, #20b789);
color: #ffffff;
padding: 0.5rem 1rem;
border-radius: 20px;
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 5px 15px rgba(51, 183, 153, 0.3);
animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}

/* Navigation Dots */
.slideshow-dots {
display: flex;
justify-content: center;
gap: 1rem;
padding: 2rem 0;
}

.dot {
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.3);
cursor: pointer;
transition: all 0.3s ease;
border: 2px solid transparent;
}

.dot.active {
background: #33b799;
transform: scale(1.2);
box-shadow: 0 0 20px rgba(51, 183, 153, 0.5);
}

.dot:hover {
background: rgba(51, 183, 153, 0.7);
transform: scale(1.1);
}

/* Navigation Arrows */
.slideshow-prev,
.slideshow-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: linear-gradient(135deg, rgba(51, 183, 153, 0.8), rgba(32, 183, 137, 0.8));
border: none;
color: #ffffff;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
transition: all 0.3s ease;
backdrop-filter: blur(10px);
box-shadow: 0 5px 15px rgba(51, 183, 153, 0.3);
z-index: 10;
}

.slideshow-prev {
left: 2rem;
}

.slideshow-next {
right: 2rem;
}

.slideshow-prev:hover,
.slideshow-next:hover {
background: linear-gradient(135deg, #33b799, #20b789);
transform: translateY(-50%) scale(1.1);
box-shadow: 0 8px 25px rgba(51, 183, 153, 0.5);
}

.slideshow-prev:active,
.slideshow-next:active {
transform: translateY(-50%) scale(0.95);
}

/* Responsive Design for Slideshow */
@media (max-width: 768px) {
.slideshow-container {
height: 350px;
}

.feature-slide {
padding: 2rem 1rem;
}

.feature-content {
flex-direction: column;
text-align: center;
gap: 1.5rem;
}

.feature-icon-wrapper {
width: 70px;
height: 70px;
}

.feature-icon-wrapper i {
font-size: 2rem;
}

.feature-title-arabic {
font-size: 1.5rem;
}

.feature-title-english {
font-size: 1.2rem;
}

.feature-description {
font-size: 0.9rem;
}

.feature-badge {
top: 1rem;
right: 1rem;
font-size: 0.7rem;
padding: 0.4rem 0.8rem;
}

.slideshow-prev,
.slideshow-next {
width: 40px;
height: 40px;
font-size: 1rem;
}

.slideshow-prev {
left: 1rem;
}

.slideshow-next {
right: 1rem;
}
}

@media (max-width: 480px) {
.slideshow-container {
height: 300px;
}

.feature-slide {
padding: 1.5rem 1rem;
}

.feature-icon-wrapper {
width: 60px;
height: 60px;
}

.feature-icon-wrapper i {
font-size: 1.8rem;
}

.feature-title-arabic {
font-size: 1.3rem;
}

.feature-title-english {
font-size: 1.1rem;
}

.feature-description {
font-size: 0.85rem;
}
}

/* Next-Gen Unique Animations */
@keyframes morphingGradient {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}

@keyframes liquidFlow {
0% { transform: translateX(-100%) rotate(0deg); }
50% { transform: translateX(0%) rotate(180deg); }
100% { transform: translateX(100%) rotate(360deg); }
}

@keyframes holographicShimmer {
0% { 
background-position: -200% center;
filter: hue-rotate(0deg);
}
50% { 
background-position: 200% center;
filter: hue-rotate(180deg);
}
100% { 
background-position: -200% center;
filter: hue-rotate(360deg);
}
}

@keyframes quantumPulse {
0%, 100% { 
transform: scale(1);
box-shadow: 0 0 20px rgba(51, 183, 153, 0.3);
}
25% { 
transform: scale(1.05);
box-shadow: 0 0 30px rgba(51, 183, 153, 0.5);
}
50% { 
transform: scale(1.1);
box-shadow: 0 0 40px rgba(51, 183, 153, 0.7);
}
75% { 
transform: scale(1.05);
box-shadow: 0 0 30px rgba(51, 183, 153, 0.5);
}
}

@keyframes neuralNetwork {
0% { 
opacity: 0;
transform: scale(0) rotate(0deg);
}
50% { 
opacity: 1;
transform: scale(1) rotate(180deg);
}
100% { 
opacity: 0;
transform: scale(0) rotate(360deg);
}
}

@keyframes dataStream {
0% { 
transform: translateY(-100vh) scale(0);
opacity: 0;
}
10% { 
opacity: 1;
transform: translateY(-80vh) scale(1);
}
90% { 
opacity: 1;
transform: translateY(80vh) scale(1);
}
100% { 
transform: translateY(100vh) scale(0);
opacity: 0;
}
}

@keyframes cyberGlow {
0%, 100% { 
text-shadow: 
0 0 5px #33b799,
0 0 10px #33b799,
0 0 15px #33b799,
0 0 20px #33b799;
}
50% { 
text-shadow: 
0 0 10px #20b789,
0 0 20px #20b789,
0 0 30px #20b789,
0 0 40px #20b789;
}
}

@keyframes matrixRain {
0% { 
transform: translateY(-100%);
opacity: 0;
}
10% { 
opacity: 1;
}
90% { 
opacity: 1;
}
100% { 
transform: translateY(100vh);
opacity: 0;
}
}

/* Enhanced Hero Section Animations */
.hero-section {
position: relative;
overflow: hidden;
}

.hero-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, 
rgba(51, 183, 153, 0.1) 0%,
rgba(32, 183, 137, 0.05) 25%,
rgba(20, 160, 133, 0.1) 50%,
rgba(51, 183, 153, 0.05) 75%,
rgba(32, 183, 137, 0.1) 100%);
background-size: 400% 400%;
animation: morphingGradient 8s ease-in-out infinite;
z-index: 1;
}

.hero-section::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(51,183,153,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
opacity: 0.3;
animation: liquidFlow 20s linear infinite;
z-index: 2;
}

/* Enhanced Statistics Animations */
.stat-number-modern {
position: relative;
overflow: hidden;
}

.stat-number-modern::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, 
transparent, 
rgba(255, 255, 255, 0.4), 
transparent);
animation: holographicShimmer 3s ease-in-out infinite;
z-index: 1;
}

.stat-number-modern:hover {
animation: quantumPulse 1s ease-in-out infinite;
}

/* Enhanced Service Cards */
.service-card {
position: relative;
overflow: hidden;
}

.service-card::after {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: conic-gradient(
from 0deg,
transparent,
rgba(51, 183, 153, 0.1),
transparent,
rgba(32, 183, 137, 0.1),
transparent
);
animation: neuralNetwork 6s linear infinite;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1;
}

.service-card:hover::after {
opacity: 1;
}

.service-card:hover {
animation: quantumPulse 2s ease-in-out infinite;
}

/* Enhanced Feature Slideshow */
.features-slideshow {
position: relative;
}

.features-slideshow::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, 
rgba(51, 183, 153, 0.05) 0%,
transparent 25%,
rgba(32, 183, 137, 0.05) 50%,
transparent 75%,
rgba(51, 183, 153, 0.05) 100%);
background-size: 200% 200%;
animation: morphingGradient 10s ease-in-out infinite;
z-index: 1;
}

/* Cyber Text Effects */
.cyber-text {
background: linear-gradient(45deg, #33b799, #20b789, #14a085, #33b799);
background-size: 400% 400%;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: morphingGradient 4s ease-in-out infinite, cyberGlow 2s ease-in-out infinite;
}

/* Floating Data Particles */
.data-particles {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 10;
}

.data-particle {
position: absolute;
width: 2px;
height: 20px;
background: linear-gradient(to bottom, transparent, #33b799, transparent);
animation: dataStream 8s linear infinite;
}

.data-particle:nth-child(1) { left: 10%; animation-delay: 0s; }
.data-particle:nth-child(2) { left: 20%; animation-delay: 1s; }
.data-particle:nth-child(3) { left: 30%; animation-delay: 2s; }
.data-particle:nth-child(4) { left: 40%; animation-delay: 3s; }
.data-particle:nth-child(5) { left: 50%; animation-delay: 4s; }
.data-particle:nth-child(6) { left: 60%; animation-delay: 5s; }
.data-particle:nth-child(7) { left: 70%; animation-delay: 6s; }
.data-particle:nth-child(8) { left: 80%; animation-delay: 7s; }
.data-particle:nth-child(9) { left: 90%; animation-delay: 8s; }

/* Matrix Rain Effect */
.matrix-rain {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
opacity: 0.1;
}

.matrix-column {
position: absolute;
top: -100%;
width: 2px;
height: 100px;
background: linear-gradient(to bottom, transparent, #33b799, transparent);
animation: matrixRain 10s linear infinite;
}

.matrix-column:nth-child(1) { left: 5%; animation-delay: 0s; }
.matrix-column:nth-child(2) { left: 15%; animation-delay: 1s; }
.matrix-column:nth-child(3) { left: 25%; animation-delay: 2s; }
.matrix-column:nth-child(4) { left: 35%; animation-delay: 3s; }
.matrix-column:nth-child(5) { left: 45%; animation-delay: 4s; }
.matrix-column:nth-child(6) { left: 55%; animation-delay: 5s; }
.matrix-column:nth-child(7) { left: 65%; animation-delay: 6s; }
.matrix-column:nth-child(8) { left: 75%; animation-delay: 7s; }
.matrix-column:nth-child(9) { left: 85%; animation-delay: 8s; }
.matrix-column:nth-child(10) { left: 95%; animation-delay: 9s; }

/* Enhanced Button Animations */
.service-btn {
position: relative;
overflow: hidden;
}

.service-btn::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
transition: all 0.6s ease;
transform: translate(-50%, -50%);
z-index: 1;
}

.service-btn:hover::after {
width: 300px;
height: 300px;
}

/* Enhanced Icon Animations */
.service-icon {
position: relative;
}

.service-icon::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background: radial-gradient(circle, rgba(51, 183, 153, 0.3) 0%, transparent 70%);
border-radius: 50%;
transition: all 0.6s ease;
transform: translate(-50%, -50%);
z-index: -1;
}

.service-card:hover .service-icon::before {
width: 100px;
height: 100px;
}

/* Responsive Animations */
@media (max-width: 768px) {
.data-particle {
width: 1px;
height: 15px;
}

.matrix-column {
width: 1px;
height: 80px;
}

.hero-section::before {
animation-duration: 12s;
}

.hero-section::after {
animation-duration: 30s;
}
}

@media (max-width: 480px) {
.data-particle {
width: 1px;
height: 10px;
}

.matrix-column {
width: 1px;
height: 60px;
}
}

/* Modern Section Header */
.modern-section-header {
position: relative;
margin-bottom: 4rem;
}

.header-icon-wrapper {
width: 80px;
height: 80px;
margin: 0 auto 2rem;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(51, 183, 153, 0.1), rgba(32, 183, 137, 0.1));
border: 2px solid rgba(51, 183, 153, 0.3);
border-radius: 50%;
position: relative;
animation: iconFloat 3s ease-in-out infinite;
}

.header-icon-wrapper i {
font-size: 2.5rem;
color: #33b799;
animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconFloat {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
}

@keyframes iconPulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}

.section-title-modern {
font-size: 3.5rem;
font-weight: 900;
margin-bottom: 1rem;
line-height: 1.2;
}

.title-line-1 {
display: block;
background: linear-gradient(135deg, #33b799, #20b789, #ffffff);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: titleGlow 3s ease-in-out infinite;
}

.title-line-2 {
display: block;
background: linear-gradient(135deg, #ffffff, #33b799, #20b789);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: titleGlow 3s ease-in-out infinite 1.5s;
}

@keyframes titleGlow {
0%, 100% { 
text-shadow: 0 0 20px rgba(51, 183, 153, 0.3);
transform: scale(1);
}
50% { 
text-shadow: 0 0 40px rgba(51, 183, 153, 0.6);
transform: scale(1.02);
}
}

.section-subtitle {
font-size: 1.2rem;
color: #d1d1d1;
margin-bottom: 2rem;
font-weight: 500;
letter-spacing: 0.5px;
}

.title-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
}

.decoration-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg, transparent, #33b799, transparent);
animation: lineGlow 2s ease-in-out infinite;
}

.decoration-dot {
width: 12px;
height: 12px;
background: #33b799;
border-radius: 50%;
animation: dotPulse 2s ease-in-out infinite;
box-shadow: 0 0 20px rgba(51, 183, 153, 0.5);
}

@keyframes lineGlow {
0%, 100% { opacity: 0.5; }
50% { opacity: 1; }
}

@keyframes dotPulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.3); }
}

/* Modern Services Grid */
.modern-services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
margin-top: 3rem;
}

.service-card {
background: linear-gradient(135deg, 
rgba(255, 255, 255, 0.05) 0%,
rgba(51, 183, 153, 0.02) 50%,
rgba(255, 255, 255, 0.05) 100%);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 20px;
padding: 2.5rem;
position: relative;
overflow: hidden;
transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
backdrop-filter: blur(10px);
}

.service-card::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(51, 183, 153, 0.1), transparent);
transition: left 0.8s ease;
z-index: 1;
}

.service-card:hover::before {
left: 100%;
}

.service-card:hover {
transform: translateY(-10px);
border-color: rgba(51, 183, 153, 0.3);
box-shadow: 0 20px 40px rgba(51, 183, 153, 0.2);
}

.service-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
position: relative;
z-index: 2;
}

.service-icon {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(51, 183, 153, 0.1), rgba(32, 183, 137, 0.1));
border: 2px solid rgba(51, 183, 153, 0.3);
border-radius: 15px;
transition: all 0.6s ease;
}

.service-icon i {
font-size: 1.8rem;
color: #33b799;
transition: all 0.6s ease;
}

.service-card:hover .service-icon {
background: linear-gradient(135deg, rgba(51, 183, 153, 0.2), rgba(32, 183, 137, 0.2));
border-color: rgba(51, 183, 153, 0.5);
transform: scale(1.1) rotate(5deg);
}

.service-card:hover .service-icon i {
color: #20b789;
transform: scale(1.1);
}

.service-badge {
background: linear-gradient(135deg, #33b799, #20b789);
color: #ffffff;
padding: 0.4rem 0.8rem;
border-radius: 15px;
font-size: 0.7rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 4px 15px rgba(51, 183, 153, 0.3);
animation: badgeFloat 3s ease-in-out infinite;
}

@keyframes badgeFloat {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-3px); }
}

.service-content {
position: relative;
z-index: 2;
}

.service-title {
font-size: 1.5rem;
font-weight: 700;
color: #ffffff;
margin-bottom: 0.5rem;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.service-price {
font-size: 1.1rem;
font-weight: 600;
color: #33b799;
margin-bottom: 1.5rem;
text-shadow: 0 0 10px rgba(51, 183, 153, 0.3);
}

.service-description {
color: #d1d1d1;
line-height: 1.6;
margin-bottom: 1.5rem;
font-size: 0.95rem;
}

.service-features {
list-style: none;
padding: 0;
margin-bottom: 2rem;
}

.service-features li {
display: flex;
align-items: center;
gap: 0.8rem;
margin-bottom: 0.8rem;
color: #e0e0e0;
font-size: 0.9rem;
}

.service-features i {
color: #33b799;
font-size: 1rem;
animation: checkPulse 2s ease-in-out infinite;
}

@keyframes checkPulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}

.service-btn {
display: inline-block;
background: linear-gradient(135deg, #33b799, #20b789);
color: #ffffff;
padding: 0.8rem 2rem;
border-radius: 25px;
text-decoration: none;
font-weight: 600;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.4s ease;
box-shadow: 0 5px 15px rgba(51, 183, 153, 0.3);
position: relative;
overflow: hidden;
}

.service-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.6s ease;
}

.service-btn:hover::before {
left: 100%;
}

.service-btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(51, 183, 153, 0.4);
background: linear-gradient(135deg, #20b789, #14a085);
}

/* Responsive Design for Services */
@media (max-width: 1200px) {
.modern-services-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
}

@media (max-width: 768px) {
.section-title-modern {
font-size: 2.5rem;
}

.modern-services-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}

.service-card {
padding: 2rem;
}

.header-icon-wrapper {
width: 60px;
height: 60px;
}

.header-icon-wrapper i {
font-size: 2rem;
}
}

@media (max-width: 480px) {
.section-title-modern {
font-size: 2rem;
}

.service-card {
padding: 1.5rem;
}

.service-title {
font-size: 1.3rem;
}

.service-description {
font-size: 0.9rem;
}
}

/* Modern Projects Header */
.modern-projects-header {
position: relative;
margin-bottom: 4rem;
}

.projects-icon-wrapper {
width: 80px;
height: 80px;
margin: 0 auto 2rem;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(51, 183, 153, 0.1), rgba(32, 183, 137, 0.1));
border: 2px solid rgba(51, 183, 153, 0.3);
border-radius: 50%;
position: relative;
animation: iconFloat 3s ease-in-out infinite;
}

.projects-icon-wrapper i {
font-size: 2.5rem;
color: #33b799;
animation: iconPulse 2s ease-in-out infinite;
}

.projects-title-modern {
font-size: 3.5rem;
font-weight: 900;
margin-bottom: 1rem;
line-height: 1.2;
}

.projects-line-1 {
display: block;
background: linear-gradient(135deg, #33b799, #20b789, #ffffff);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: titleGlow 3s ease-in-out infinite;
}

.projects-line-2 {
display: block;
background: linear-gradient(135deg, #ffffff, #33b799, #20b789);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: titleGlow 3s ease-in-out infinite 1.5s;
}

.projects-subtitle {
font-size: 1.2rem;
color: #d1d1d1;
margin-bottom: 2rem;
font-weight: 500;
letter-spacing: 0.5px;
}

.projects-decoration {
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
}

.projects-line {
width: 60px;
height: 2px;
background: linear-gradient(90deg, transparent, #33b799, transparent);
animation: lineGlow 2s ease-in-out infinite;
}

.projects-dot {
width: 12px;
height: 12px;
background: #33b799;
border-radius: 50%;
animation: dotPulse 2s ease-in-out infinite;
box-shadow: 0 0 20px rgba(51, 183, 153, 0.5);
}

/* Enhanced Projects Grid */
.projects-thumb {
position: relative;
overflow: hidden;
border-radius: 15px;
transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
background: linear-gradient(135deg, 
rgba(255, 255, 255, 0.05) 0%,
rgba(51, 183, 153, 0.02) 50%,
rgba(255, 255, 255, 0.05) 100%);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
}

.projects-thumb::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(51, 183, 153, 0.1), transparent);
transition: left 0.8s ease;
z-index: 1;
}

.projects-thumb:hover::before {
left: 100%;
}

.projects-thumb:hover {
transform: translateY(-10px);
border-color: rgba(51, 183, 153, 0.3);
box-shadow: 0 20px 40px rgba(51, 183, 153, 0.2);
}

.projects-info {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
padding: 2rem 1.5rem 1.5rem;
z-index: 2;
}

.projects-tag {
background: linear-gradient(135deg, #33b799, #20b789);
color: #ffffff;
padding: 0.3rem 0.8rem;
border-radius: 15px;
font-size: 0.7rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
display: inline-block;
margin-bottom: 0.8rem;
box-shadow: 0 4px 15px rgba(51, 183, 153, 0.3);
}

.projects-title {
color: #ffffff;
font-size: 1.3rem;
font-weight: 700;
margin: 0;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.projects-image {
width: 100%;
height: 250px;
object-fit: cover;
transition: all 0.6s ease;
border-radius: 15px;
}

.projects-thumb:hover .projects-image {
transform: scale(1.05);
}

/* Responsive Design for Projects */
@media (max-width: 1200px) {
.projects-title-modern {
font-size: 3rem;
}
}

@media (max-width: 768px) {
.projects-title-modern {
font-size: 2.5rem;
}

.projects-icon-wrapper {
width: 60px;
height: 60px;
}

.projects-icon-wrapper i {
font-size: 2rem;
}

.projects-image {
height: 200px;
}
}

@media (max-width: 480px) {
.projects-title-modern {
font-size: 2rem;
}

.projects-image {
height: 180px;
}

.projects-info {
padding: 1.5rem 1rem 1rem;
}

.projects-title {
font-size: 1.1rem;
}
}

/* Modern Footer Design */
.modern-footer {
/* background: #000000; */
color: #ffffff;
position: relative;
overflow: hidden;
padding: 4rem 0 2rem;
}

.modern-footer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, 
rgba(51, 183, 153, 0.05) 0%,
transparent 25%,
rgba(32, 183, 137, 0.05) 50%,
transparent 75%,
rgba(51, 183, 153, 0.05) 100%);
background-size: 200% 200%;
animation: morphingGradient 15s ease-in-out infinite;
z-index: 1;
}

/* Back to Top Button */
.back-to-top {
position: fixed;
left: 50px;
bottom: 25rem;
z-index: 1000;
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}

.back-to-top-btn {
width: 50px;
height: 50px;
background: linear-gradient(135deg, #33b799, #20b789);
border: none;
border-radius: 50%;
color: #ffffff;
font-size: 1.2rem;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(51, 183, 153, 0.3);
animation: quantumPulse 3s ease-in-out infinite;
}

.back-to-top-btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(51, 183, 153, 0.5);
}

.back-to-top-text {
writing-mode: vertical-rl;
text-orientation: mixed;
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 2px;
color: #ffffff;
text-shadow: 0 0 10px rgba(51, 183, 153, 0.5);
}

/* Page Indicator */
/* .page-indicator {
position: fixed;
left: 2rem;
bottom: 2rem;
z-index: 1000;
} */

/* .page-indicator-text {
writing-mode: vertical-rl;
text-orientation: mixed;
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 2px;
color: #ffffff;
text-shadow: 0 0 10px rgba(51, 183, 153, 0.5);
} */

/* Newsletter Section */
.newsletter-section {
background: linear-gradient(135deg, 
rgba(51, 183, 153, 0.1) 0%,
rgba(32, 183, 137, 0.05) 100%);
border: 1px solid rgba(51, 183, 153, 0.2);
border-radius: 20px;
padding: 3rem 2rem;
margin-bottom: 4rem;
position: relative;
z-index: 2;
backdrop-filter: blur(10px);
}

.company-name {
font-size: 2.5rem;
font-weight: 900;
color: #ffffff;
text-shadow: 0 0 20px rgba(51, 183, 153, 0.3);
}

.newsletter-subtitle {
font-size: 1.1rem;
color: #d1d1d1;
margin-top: 1rem;
margin-bottom: 0;
}

.newsletter-form {
display: flex;
gap: 1rem;
align-items: center;
}

.newsletter-input {
flex: 1;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 25px;
padding: 1rem 1.5rem;
color: #ffffff;
font-size: 1rem;
backdrop-filter: blur(10px);
transition: all 0.3s ease;
}

.newsletter-input::placeholder {
color: #d1d1d1;
}

.newsletter-input:focus {
outline: none;
border-color: #33b799;
box-shadow: 0 0 20px rgba(51, 183, 153, 0.3);
}

.newsletter-btn {
width: 50px;
height: 50px;
background: linear-gradient(135deg, #33b799, #20b789);
border: none;
border-radius: 50%;
color: #ffffff;
font-size: 1.2rem;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(51, 183, 153, 0.3);
}

.newsletter-btn:hover {
transform: scale(1.1);
box-shadow: 0 8px 25px rgba(51, 183, 153, 0.5);
}

/* Footer Content */
.footer-content {
position: relative;
z-index: 2;
margin-bottom: 3rem;
}

.footer-title {
font-size: 1.3rem;
font-weight: 700;
color: #ffffff;
margin-bottom: 1.5rem;
text-shadow: 0 0 10px rgba(51, 183, 153, 0.3);
}

.footer-subtitle {
font-size: 1.1rem;
font-weight: 600;
color: #33b799;
margin-bottom: 1rem;
margin-top: 2rem;
}

.footer-links {
list-style: none;
padding: 0;
margin: 0;
}

.footer-links li {
margin-bottom: 0.8rem;
}

.footer-link {
color: #d1d1d1;
text-decoration: none;
font-size: 0.95rem;
transition: all 0.3s ease;
position: relative;
}

.footer-link:hover {
color: #33b799;
text-shadow: 0 0 10px rgba(51, 183, 153, 0.5);
}

.footer-link::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 0;
height: 1px;
background: #33b799;
transition: width 0.3s ease;
}

.footer-link:hover::after {
width: 100%;
}

.footer-description {
color: #d1d1d1;
line-height: 1.6;
margin-bottom: 2rem;
font-size: 0.95rem;
}

.footer-stats {
display: flex;
gap: 2rem;
}

.stat-item {
text-align: center;
}

.stat-number {
display: block;
font-size: 1.5rem;
font-weight: 700;
color: #33b799;
text-shadow: 0 0 10px rgba(51, 183, 153, 0.5);
}

.stat-label {
font-size: 0.8rem;
color: #d1d1d1;
text-transform: uppercase;
letter-spacing: 0.5px;
}

/* Contact Items */
.contact-item {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 1rem;
color: #d1d1d1;
}

.contact-item i {
color: #33b799;
font-size: 1.1rem;
width: 20px;
}

.contact-item a {
color: #d1d1d1;
text-decoration: none;
transition: color 0.3s ease;
}

.contact-item a:hover {
color: #33b799;
}

/* Social Links */
.social-links {
display: flex;
gap: 1rem;
margin-bottom: 2rem;
}

.social-link {
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
text-decoration: none;
transition: all 0.3s ease;
backdrop-filter: blur(10px);
}

.social-link:hover {
background: linear-gradient(135deg, #33b799, #20b789);
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(51, 183, 153, 0.3);
}

/* Footer Bottom */
.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding-top: 2rem;
position: relative;
z-index: 2;
}

.copyright {
color: #d1d1d1;
font-size: 0.9rem;
margin: 0;
}

.footer-badges {
display: flex;
gap: 1rem;
justify-content: flex-end;
}

.badge {
background: linear-gradient(135deg, #33b799, #20b789);
color: #ffffff;
padding: 0.3rem 0.8rem;
border-radius: 15px;
font-size: 0.7rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 4px 15px rgba(51, 183, 153, 0.3);
}

/* Floating Contact Form */
.floating-contact-form {
position: fixed;
bottom: 2rem;
right: 2rem;
width: 350px;
background: linear-gradient(135deg, 
rgba(0, 0, 0, 0.95) 0%,
rgba(51, 183, 153, 0.1) 100%);
border: 1px solid rgba(51, 183, 153, 0.3);
border-radius: 20px;
padding: 1.5rem;
backdrop-filter: blur(20px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
transform: translateY(100vh);
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1001;
}

.floating-contact-form.active {
transform: translateY(0);
}

.form-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.5rem;
}

.form-header h4 {
color: #ffffff;
margin: 0;
font-size: 1.2rem;
}

.close-form {
background: none;
border: none;
color: #d1d1d1;
font-size: 1.5rem;
cursor: pointer;
transition: color 0.3s ease;
}

.close-form:hover {
color: #33b799;
}

.quick-form .form-group {
margin-bottom: 1rem;
}

.quick-form input,
.quick-form select,
.quick-form textarea {
width: 100%;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 10px;
padding: 0.8rem;
color: #ffffff;
font-size: 0.9rem;
backdrop-filter: blur(10px);
transition: all 0.3s ease;
}

.quick-form input::placeholder,
.quick-form textarea::placeholder {
color: #d1d1d1;
}

.quick-form input:focus,
.quick-form select:focus,
.quick-form textarea:focus {
outline: none;
border-color: #33b799;
box-shadow: 0 0 15px rgba(51, 183, 153, 0.3);
}

.submit-btn {
width: 100%;
background: linear-gradient(135deg, #33b799, #20b789);
border: none;
border-radius: 10px;
padding: 0.8rem;
color: #ffffff;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(51, 183, 153, 0.3);
}

.submit-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(51, 183, 153, 0.5);
}

/* Floating Quote Button */
.floating-quote-btn {
position: fixed;
bottom: 2rem;
right: 2rem;
background: linear-gradient(135deg, #33b799, #20b789);
border: none;
border-radius: 50px;
padding: 1rem 1.5rem;
color: #ffffff;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
gap: 0.5rem;
box-shadow: 0 10px 30px rgba(51, 183, 153, 0.4);
transition: all 0.3s ease;
z-index: 1000;
animation: quantumPulse 3s ease-in-out infinite;
}

.floating-quote-btn:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(51, 183, 153, 0.6);
}

.floating-quote-btn i {
font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 768px) {
.back-to-top,
.page-indicator {
display: none;
}

.floating-contact-form {
width: 90%;
right: 5%;
left: 5%;
}

.floating-quote-btn {
right: 1rem;
bottom: 1rem;
padding: 0.8rem 1rem;
}

.floating-quote-btn span {
display: none;
}

.newsletter-section {
padding: 2rem 1rem;
}

.company-name {
font-size: 2rem;
}

.newsletter-form {
flex-direction: column;
gap: 1rem;
}

.footer-stats {
flex-direction: column;
gap: 1rem;
}

.footer-badges {
justify-content: center;
margin-top: 1rem;
}
}

@media (max-width: 480px) {
.modern-footer {
padding: 3rem 0 1rem;
}

.newsletter-section {
padding: 1.5rem 1rem;
}

.company-name {
font-size: 1.8rem;
}

.footer-title {
font-size: 1.1rem;
}
}
