* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

body {
    line-height: 1.7;
    color: #333;
    overflow-x: hidden;
}

/* Modern Navigation Bar */
.modern-navbar {
    background: rgba(11, 41, 54, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 188, 212, 0.15);
    padding: 12px 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.modern-navbar:hover {
    background: rgba(11, 41, 54, 0.95);
    box-shadow: 0 8px 40px rgba(0, 188, 212, 0.2);
}

/* Logo Styling */
.logo-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #00bcd4, #0097a7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
    transition: all 0.3s ease;
    font-size: 22px;
    color: #fff;
}

.modern-navbar:hover .logo-icon {
    transform: scale(1.05) rotate(5deg);
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.4);
}

.navbar-brand {
    display: flex !important;
    align-items: center;
    transition: all 0.3s ease;
}

.brand-text {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
}

.brand-accent {
    background: linear-gradient(135deg, #00bcd4, #ffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    margin-left: 5px;
}

/* Navigation Links */
.nav-link-modern {
    color: #e0e0e0 !important;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 12px !important;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.nav-link-modern::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 12px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #00bcd4, #ffff00);
    transition: width 0.4s ease;
}

.nav-link-modern:hover {
    color: #00bcd4 !important;
}

.nav-link-modern:hover::after {
    width: calc(100% - 24px);
}

.nav-link-modern.active {
    color: #00bcd4 !important;
}

.nav-link-modern.active::after {
    width: calc(100% - 24px);
}

/* CTA Button */
.btn-modern-cta {
    background: linear-gradient(135deg, #00bcd4, #0097a7);
    color: #fff !important;
    border: none;
    padding: 10px 28px !important;
    font-weight: 600;
    font-size: 14px;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn-modern-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffff00, #00bcd4);
    transition: left 0.4s ease;
    z-index: -1;
}

.btn-modern-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 188, 212, 0.45);
    color: #0b2936 !important;
}

.btn-modern-cta:hover::before {
    left: 0;
}

/* Custom Toggler */
.custom-toggler {
    border-color: rgba(0, 188, 212, 0.5);
    transition: all 0.3s ease;
}

.custom-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2300bcd4' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive Navbar */
@media (max-width: 991px) {
    .modern-navbar {
        padding: 10px 0;
    }
    
    .brand-text {
        font-size: 18px;
    }
    
    .logo-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin-right: 10px;
    }
    
    .navbar-collapse {
        background: rgba(11, 41, 54, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 12px;
        margin-top: 10px;
        padding: 20px;
        border: 1px solid rgba(0, 188, 212, 0.15);
    }
    
    .nav-link-modern {
        padding: 10px 15px !important;
        font-size: 14px;
    }
}

/* Modern Hero Section */
.modern-hero {
    background: linear-gradient(135deg, rgba(11, 41, 54, 0.95) 0%, rgba(27, 38, 59, 0.9) 100%), url('Assets/Image1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    padding: 80px 0;
    height: calc(100vh - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

/* Hero Background Elements */
.hero-bg-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.1;
}

.hero-glow-1 {
    width: 400px;
    height: 400px;
    background: #00bcd4;
    top: -100px;
    right: -100px;
    animation: float 8s ease-in-out infinite;
}

.hero-glow-2 {
    width: 300px;
    height: 300px;
    background: #ffff00;
    bottom: -50px;
    left: -50px;
    animation: float 10s ease-in-out infinite reverse;
}

.hero-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(0, 188, 212, 0.6);
    border-radius: 50%;
    animation: particleFloat 6s ease-in-out infinite;
}

@keyframes particleFloat {
    0%, 100% {
        transform: translateY(0px) translateX(0px);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-30px) translateX(15px);
        opacity: 0.8;
    }
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 188, 212, 0.15);
    border: 1px solid rgba(0, 188, 212, 0.3);
    padding: 10px 18px;
    border-radius: 25px;
    color: #00bcd4;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    animation: slideInDown 0.8s ease-out;
}

.hero-badge i {
    font-size: 14px;
}

.hero-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #fff;
    animation: fadeInUp 0.8s ease-out;
}

.gradient-text {
    background: linear-gradient(135deg, #00bcd4, #ffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 18px;
    color: #b0d0db;
    margin-bottom: 35px;
    line-height: 1.8;
    max-width: 600px;
    animation: fadeInUp 1s ease-out;
}

/* Hero Buttons */
.hero-buttons {
    display: flex;
    gap: 20px;
    animation: fadeInUp 1.2s ease-out;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #00bcd4, #0097a7);
    color: #fff !important;
    border: none;
    padding: 15px 40px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 188, 212, 0.3);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
}

.btn-hero-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffff00, #00bcd4);
    transition: left 0.4s ease;
    z-index: -1;
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 188, 212, 0.45);
    color: #0b2936 !important;
}

.btn-hero-primary:hover::before {
    left: 0;
}

.btn-hero-secondary {
    background: transparent;
    border: 2px solid #00bcd4;
    color: #00bcd4 !important;
    padding: 13px 38px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
}

.btn-hero-secondary i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-hero-secondary:hover {
    background: rgba(0, 188, 212, 0.1);
    border-color: #ffff00;
    color: #ffff00 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 188, 212, 0.2);
}

.btn-hero-secondary:hover i {
    transform: translateX(4px);
}

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: 60px;
    animation: fadeInUp 1.4s ease-out;
}

.stat-item {
    text-align: left;
}

.stat-item h3 {
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(135deg, #00bcd4, #ffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
}

.stat-item p {
    font-size: 14px;
    color: #b0d0db;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Hero Visual Element */
.hero-visual {
    position: relative;
    width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.hero-card-circle {
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.2), rgba(255, 255, 0, 0.1));
    border: 2px solid rgba(0, 188, 212, 0.3);
    border-radius: 50%;
    animation: rotateCircle 20s linear infinite;
    box-shadow: 0 0 60px rgba(0, 188, 212, 0.15);
}

.hero-card-floating {
    position: absolute;
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #00bcd4, #0097a7);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    box-shadow: 0 20px 50px rgba(0, 188, 212, 0.3);
    animation: float 4s ease-in-out infinite;
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Hero */
@media (max-width: 768px) {
    .modern-hero {
        padding: 30px 15px;
        height: calc(100vh - 60px);
    }
    
    .hero-content {
        text-align: center;
    }
    
    .hero-badge {
        justify-content: center;
        margin: 0 auto 20px;
    }
    
    .hero-title {
        font-size: 38px;
        line-height: 1.25;
        margin-bottom: 18px;
    }
    
    .hero-description {
        font-size: 15px;
        max-width: 100%;
        margin-bottom: 25px;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 25px;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        padding: 12px 25px !important;
        font-size: 15px;
    }
    
    .hero-stats {
        gap: 20px;
        justify-content: center;
    }
    
    .stat-item {
        text-align: center;
    }
    
    .stat-item h3 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    
    .stat-item p {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .modern-hero {
        padding: 20px 12px;
        height: calc(100vh - 60px);
    }
    
    .hero-content {
        text-align: center;
    }
    
    .hero-badge {
        font-size: 12px;
        padding: 8px 14px;
        margin: 0 auto 16px;
    }
    
    .hero-badge i {
        font-size: 12px;
    }
    
    .hero-title {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 14px;
        font-weight: 800;
    }
    
    .gradient-text {
        display: block;
    }
    
    .hero-description {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
        color: #b0d0db;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        padding: 11px 20px !important;
        font-size: 14px;
        border-radius: 6px;
    }
    
    .btn-hero-secondary i {
        font-size: 12px;
    }
    
    .hero-stats {
        flex-direction: row;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .stat-item {
        text-align: center;
        flex: 1 1 auto;
        min-width: 100px;
    }
    
    .stat-item h3 {
        font-size: 22px;
        margin-bottom: 4px;
    }
    
    .stat-item p {
        font-size: 12px;
        line-height: 1.3;
    }
    
    .hero-visual {
        display: none !important;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* About Section */
.about {
    background: linear-gradient(135deg, #e3f2fd, #f3e5f5);
    padding: 100px 0;
}

.about-slogan {
    font-size: 18px;
    color: #0b2936;
    line-height: 1.8;
    font-weight: 500;
    max-width: 800px;
    margin: 20px auto 0;
    font-style: italic;
}

.about-content {
    animation: slideInLeft 0.8s ease-out;
}

.about-content-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #00bcd4;
}

.about-image {
    animation: slideInRight 0.8s ease-out;
}

.about-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    transform: translateY(-20px);
}

.about-image-wrapper::before {
    display: none;
}

.bouncing-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 188, 212, 0.2);
    animation: bounceImage 3s ease-in-out infinite;
    transition: all 0.3s ease;
}

.bouncing-image:hover {
    box-shadow: 0 20px 50px rgba(0, 188, 212, 0.3);
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounceImage {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 10px 0;
}

.highlight-item:hover {
    color: #00bcd4;
    transform: translateX(5px);
}

.highlight-item i {
    color: #ffff00;
    font-size: 18px;
    min-width: 20px;
    text-align: center;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.section-description {
    font-size: 15px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 15px;
}

/* Services Section */
.services {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f9fb, #e8f5f7);
}

.service-card {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: #00bcd4;
    box-shadow: 0 15px 30px rgba(0, 188, 212, 0.25);
    background: #f8feff;
}

.service-card.quality-card {
    background: linear-gradient(135deg, #e0f7fa, #f0fffe);
    border-color: #00bcd4;
}

.service-card.quality-card:hover {
    border-color: #0097a7;
    box-shadow: 0 15px 40px rgba(0, 188, 212, 0.35);
    background: #f5fbfd;
}

.service-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0b2936;
    display: flex;
    align-items: center;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    padding-left: 8px;
    line-height: 1.6;
    position: relative;
}

.service-list li:before {
    content: "✓";
    color: #00bcd4;
    font-weight: bold;
    margin-right: 8px;
    font-size: 16px;
}

.service-list li:last-child {
    margin-bottom: 0;
}

/* Clients Section */
.clients {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f9fb 0%, #e8f5f7 100%);
    position: relative;
    overflow: hidden;
}

.clients::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: rgba(0, 188, 212, 0.08);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.clients::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(0, 188, 212, 0.04);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
}

.clients-subtitle {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    font-weight: 500;
    max-width: 900px;
    margin: 20px auto 0;
}

.client-card-modern {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 188, 212, 0.08);
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    animation: fadeInUp 0.6s ease-out;
    height: 100%;
}

.client-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00bcd4, #00838f);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 3;
}

.client-card-modern:hover::before {
    transform: scaleX(1);
}

.client-card-modern:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0, 188, 212, 0.18);
    border-color: rgba(0, 188, 212, 0.2);
    background: linear-gradient(135deg, #fff, #f8feff);
}

.client-logo-bg {
    background: linear-gradient(135deg, #e0f7fa, #b2ebf2);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    position: relative;
    overflow: hidden;
}

.client-logo-bg::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: rgba(0, 188, 212, 0.05);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.client-card-modern:hover .client-logo-bg::before {
    transform: scale(1.2);
}

.client-logo-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00bcd4, #0097a7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 188, 212, 0.3);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.client-card-modern:hover .client-logo-icon {
    transform: scale(1.15) rotateY(10deg);
    box-shadow: 0 12px 30px rgba(0, 188, 212, 0.4);
    background: linear-gradient(135deg, #00bcd4, #00838f);
}

.client-info {
    padding: 20px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.client-name {
    font-size: 15px;
    font-weight: 700;
    color: #0b2936;
    margin: 0 0 8px 0;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    line-height: 1.4;
}

.client-card-modern:hover .client-name {
    color: #00bcd4;
}

.client-sector {
    font-size: 12px;
    color: #999;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.client-card-modern:hover .client-sector {
    color: #00bcd4;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stagger animation for client cards */
.col-6:nth-child(1) .client-card-elegant {
    animation-delay: 0.1s;
}

.col-6:nth-child(2) .client-card-elegant {
    animation-delay: 0.15s;
}

.col-6:nth-child(3) .client-card-elegant {
    animation-delay: 0.2s;
}

.col-6:nth-child(4) .client-card-elegant {
    animation-delay: 0.25s;
}

.col-6:nth-child(5) .client-card-elegant {
    animation-delay: 0.3s;
}

.col-6:nth-child(6) .client-card-elegant {
    animation-delay: 0.35s;
}

.col-6:nth-child(7) .client-card-elegant {
    animation-delay: 0.4s;
}

.col-6:nth-child(8) .client-card-elegant {
    animation-delay: 0.45s;
}


/* Equipment Section */
.equipment {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f5f5, #f0f0f0);
    position: relative;
    overflow: hidden;
}

.equipment::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: rgba(255, 193, 7, 0.05);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.equipment::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: rgba(255, 193, 7, 0.03);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
}

.equipment-subtitle {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    font-weight: 500;
    max-width: 800px;
    margin: 20px auto 0;
}

.equipment-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    animation: fadeInUp 0.6s ease-out;
}

.equipment-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.05), transparent);
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.equipment-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(255, 193, 7, 0.2);
    border-color: #ffc107;
    background: linear-gradient(135deg, #fff, #fffef0);
}

.equipment-card:hover::before {
    opacity: 1;
}

.equipment-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffc107, #ff9800);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(255, 193, 7, 0.3);
    transition: all 0.4s ease;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.equipment-card:hover .equipment-icon {
    transform: scale(1.1) rotateY(10deg);
    box-shadow: 0 12px 30px rgba(255, 193, 7, 0.4);
    background: linear-gradient(135deg, #ffc107, #ffb300);
}

.equipment-title {
    font-size: 16px;
    font-weight: 700;
    color: #0b2936;
    margin: 0 0 15px 0;
    letter-spacing: 0.3px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
    line-height: 1.4;
}

.equipment-card:hover .equipment-title {
    color: #ffc107;
}

.equipment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
    text-align: left;
}

.equipment-list li {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
    padding-left: 25px;
    line-height: 1.6;
    position: relative;
    transition: all 0.3s ease;
}

.equipment-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: linear-gradient(135deg, #ffc107, #ff9800);
    border-radius: 50%;
}

.equipment-card:hover .equipment-list li {
    color: #333;
    padding-left: 28px;
}

.equipment-list li:last-child {
    margin-bottom: 0;
}

/* Contact Section */
.contact {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f5f5 0%, #f0f0f0 100%);
    position: relative;
    overflow: hidden;
}

.contact::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -5%;
    width: 500px;
    height: 500px;
    background: rgba(0, 188, 212, 0.05);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.contact::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(0, 188, 212, 0.03);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
}

.contact-subtitle {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    font-weight: 500;
    max-width: 800px;
    margin: 20px auto 0;
}

.contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    animation: fadeInUp 0.6s ease-out;
}

.contact-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.05), transparent);
    border-radius: 16px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.contact-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 188, 212, 0.2);
    border-color: #00bcd4;
    background: linear-gradient(135deg, #fff, #f8feff);
}

.contact-card:hover::before {
    opacity: 1;
}

.contact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00bcd4, #0097a7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 188, 212, 0.3);
    transition: all 0.4s ease;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.contact-card:hover .contact-icon {
    transform: scale(1.1) rotateY(10deg);
    box-shadow: 0 12px 30px rgba(0, 188, 212, 0.4);
    background: linear-gradient(135deg, #00bcd4, #00838f);
}

.contact-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0b2936;
    margin: 0 0 15px 0;
    letter-spacing: 0.3px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.contact-card:hover .contact-card-title {
    color: #00bcd4;
}

.contact-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.contact-item {
    font-size: 14px;
    color: #555;
    margin: 10px 0;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.contact-card:hover .contact-item {
    color: #00bcd4;
}

.contact-label {
    font-size: 13px;
    color: #777;
    margin: 0;
    font-weight: 600;
}

.contact-value {
    font-size: 14px;
    color: #0b2936;
    margin: 5px 0 0 0;
    font-weight: 500;
}

.contact-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
}

.btn-contact {
    display: inline-block;
    background: linear-gradient(135deg, #00bcd4, #0097a7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-contact:hover {
    background: linear-gradient(135deg, #00bcd4, #00838f);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 188, 212, 0.3);
    color: #fff;
}

.btn-email-cta {
    display: inline-block;
    background: linear-gradient(135deg, #ffff00, #e6e600);
    color: #1a1a1a;
    padding: 14px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(255, 255, 0, 0.2);
    cursor: pointer;
}

.btn-email-cta:hover {
    background: linear-gradient(135deg, #ffff00, #ffff33);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 255, 0, 0.3);
    color: #1a1a1a;
}


/* Footer */
.footer {
    background: linear-gradient(135deg, #0b2936 0%, #1a1a1a 100%);
    color: #fff;
    padding: 60px 0 20px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 0, 0.03);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.footer::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: rgba(0, 188, 212, 0.02);
    border-radius: 50%;
    animation: float 10s ease-in-out infinite reverse;
}

.footer-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
    position: relative;
    z-index: 1;
    height: 100%;
}

.footer-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 188, 212, 0.15);
}

.footer-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffff00, #ffc107);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0b2936;
    margin-bottom: 15px;
    box-shadow: 0 8px 20px rgba(255, 255, 0, 0.2);
    transition: all 0.4s ease;
}

.footer-card:hover .footer-icon {
    transform: scale(1.1) rotateY(10deg);
    box-shadow: 0 12px 30px rgba(255, 255, 0, 0.3);
}

.footer-brand {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffff00;
    transition: all 0.3s ease;
}

.footer-brand-accent {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    color: #00bcd4;
}

.footer-description {
    font-size: 14px;
    color: #bbb;
    line-height: 1.6;
    margin-bottom: 15px;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.social-link {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #00bcd4, #0097a7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.social-link:hover {
    background: linear-gradient(135deg, #ffff00, #ffc107);
    color: #0b2936;
    transform: translateY(-4px);
}

.footer-card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffff00;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-card:hover .footer-card-title {
    color: #ffff99;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #bbb;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.footer-links a::before {
    content: "→";
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #00bcd4;
    padding-left: 8px;
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-contact-item {
    font-size: 13px;
    color: #bbb;
    margin: 0;
    line-height: 1.6;
}

.footer-contact-item a {
    color: #00bcd4;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact-item a:hover {
    color: #ffff00;
}

.footer-certs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cert-item {
    font-size: 13px;
    color: #bbb;
    margin: 0;
    line-height: 1.6;
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin: 0;
}

.footer-bottom {
    position: relative;
    z-index: 1;
}

.footer-copyright {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.footer-credit {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.footer-credit i {
    color: #ff6b6b;
}

/* Responsive */
@media (max-width: 768px) {

    /* Hero Section */
    .hero-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-subtitle {
        font-size: 12px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .hero-buttons .btn {
        width: 100%;
        font-size: 14px;
    }

    /* About Section */
    .about {
        padding: 60px 0;
    }

    .about-content-box {
        padding: 20px;
        margin-bottom: 30px;
    }

    .about-slogan {
        font-size: 16px;
    }

    .section-description {
        font-size: 14px;
    }

    .section-title {
        font-size: 28px;
    }

    .about-image-wrapper {
        height: 300px;
        transform: translateY(0);
    }

    .about-highlights {
        gap: 12px;
    }

    .highlight-item {
        font-size: 13px;
        gap: 10px;
    }

    .highlight-item i {
        font-size: 16px;
    }

    /* Services Section */
    .services {
        padding: 60px 0;
    }

    .service-card {
        padding: 20px;
    }

    .service-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .service-list li {
        font-size: 13px;
        margin-bottom: 8px;
    }

    /* Navbar */
    .navbar {
        padding: 10px 0;
    }

    .navbar-brand {
        font-size: 18px;
    }

    .navbar-nav .nav-link {
        font-size: 13px;
        margin: 0 8px;
        padding: 5px 0;
    }

    .btn-warning {
        padding: 8px 16px !important;
        font-size: 12px !important;
    }

    /* Equipment Section */
    .equipment {
        padding: 60px 0;
    }

    .equipment-subtitle {
        font-size: 16px;
    }

    .equipment-card {
        padding: 28px 20px;
    }

    .equipment-icon {
        width: 70px;
        height: 70px;
        font-size: 32px;
        margin-bottom: 15px;
    }

    .equipment-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .equipment-list li {
        font-size: 13px;
        margin-bottom: 10px;
    }

    /* Contact Section */
    .contact {
        padding: 60px 0;
    }

    .contact-subtitle {
        font-size: 16px;
    }

    .contact-card {
        padding: 28px 20px;
    }

    .contact-icon {
        width: 70px;
        height: 70px;
        font-size: 32px;
        margin-bottom: 15px;
    }

    .contact-card-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .contact-item {
        font-size: 13px;
        margin: 8px 0;
    }

    /* Clients Section */
    .clients {
        padding: 60px 0;
    }

    .clients-subtitle {
        font-size: 16px;
    }

    .client-card-elegant {
        padding: 28px 20px;
        min-height: 200px;
    }

    .client-circle {
        width: 70px;
        height: 70px;
        font-size: 24px;
    }

    .client-title {
        font-size: 14px;
    }

    /* Footer */
    .footer {
        padding: 50px 0 20px;
    }

    .footer-card {
        padding: 20px;
    }

    .footer-icon {
        width: 55px;
        height: 55px;
        font-size: 24px;
        margin-bottom: 12px;
    }

    .footer-brand {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .footer-description {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .footer-card-title {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .footer-links a {
        font-size: 13px;
    }

    .footer-contact-item {
        font-size: 12px;
    }

    .footer-copyright,
    .footer-credit {
        font-size: 13px;
    }

    @media (max-width: 576px) {

        /* Extra Small Devices */
        .hero {
            min-height: 80vh;
            padding: 60px 0;
            margin-top: 50px;
        }

        .hero-title {
            font-size: 22px;
        }

        .hero-content {
            text-align: center;
        }

        .hero-buttons {
            justify-content: center;
        }

        .section-title {
            font-size: 22px;
            margin-bottom: 15px;
        }

        .about-slogan {
            font-size: 14px;
        }

        .section-description {
            font-size: 13px;
            line-height: 1.6;
        }

        .about-image-wrapper {
            height: 250px;
        }

        .service-card {
            padding: 15px;
        }

        .service-title {
            font-size: 15px;
        }

        .service-list li {
            font-size: 12px;
        }

        .highlight-item {
            font-size: 12px;
            padding: 8px 0;
        }

        .about-content-box {
            padding: 15px;
        }

        .navbar-brand {
            font-size: 16px;
        }

        .navbar-nav .nav-link {
            font-size: 12px;
            margin: 0 5px;
        }

        .btn-warning {
            padding: 6px 12px !important;
            font-size: 11px !important;
        }

        /* Equipment Section */
        .equipment {
            padding: 40px 0;
        }

        .equipment-subtitle {
            font-size: 14px;
        }

        .equipment-card {
            padding: 20px 15px;
        }

        .equipment-icon {
            width: 65px;
            height: 65px;
            font-size: 28px;
            margin-bottom: 12px;
        }

        .equipment-title {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .equipment-list li {
            font-size: 12px;
            margin-bottom: 8px;
            padding-left: 22px;
        }

        /* Contact Section */
        .contact {
            padding: 40px 0;
        }

        .contact-subtitle {
            font-size: 14px;
        }

        .contact-card {
            padding: 20px 15px;
        }

        .contact-icon {
            width: 65px;
            height: 65px;
            font-size: 28px;
            margin-bottom: 12px;
        }

        .contact-card-title {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .contact-item {
            font-size: 12px;
            margin: 6px 0;
        }

        .contact-label {
            font-size: 12px;
        }

        .contact-value {
            font-size: 13px;
        }

        .btn-contact {
            font-size: 13px;
            padding: 8px 16px;
        }

        /* Clients Section */
        .clients {
            padding: 40px 0;
        }

        .clients-subtitle {
            font-size: 14px;
        }

        .client-card-elegant {
            padding: 20px 15px;
            min-height: 180px;
            gap: 12px;
        }

        .client-circle {
            width: 65px;
            height: 65px;
            font-size: 22px;
        }

        .client-title {
            font-size: 13px;
        }

        /* Footer */
        .footer {
            padding: 40px 0 15px;
        }

        .footer-card {
            padding: 18px;
            margin-bottom: 15px;
        }

        .footer-icon {
            width: 50px;
            height: 50px;
            font-size: 22px;
            margin-bottom: 10px;
        }

        .footer-brand {
            font-size: 16px;
            margin-bottom: 8px;
        }

        .footer-description {
            font-size: 12px;
            margin-bottom: 10px;
        }

        .footer-card-title {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .footer-links a {
            font-size: 12px;
        }

        .footer-contact-item {
            font-size: 11px;
        }

        .footer-copyright,
        .footer-credit {
            font-size: 12px;
        }

        .footer-social {
            gap: 8px;
        }

        .social-link {
            width: 32px;
            height: 32px;
            font-size: 12px;
        }
    }
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}