body {
    overflow-x: hidden;
}

.tech-slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.tech-slider {
    display: flex;
    transition: transform 0.5s ease;
    width: max-content;
}

.tech-slide {
    flex: 0 0 180px;
    padding: 0 15px;
}

.tech-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.services-section {
    background: #fafafa;
}

.article-image img {
    height: 200px;
    object-fit: cover;
}

.cta-box {
    background: linear-gradient(135deg, #ffffff 0%, #fdf2f8 100%);
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    border: 1px solid transparent;
}

.contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.contact-icon.bg-pink {
    background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
}

.emergency-card {
    background: linear-gradient(135deg, #ec4899 0%, #c084fc 100%);
    padding: 1.5rem;
    border-radius: 1rem;
}

.btn-pink {
    background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
    color: white;
    border: none;
}

.btn-pink:hover {
    background: linear-gradient(135deg, #f43f5e 0%, #ec4899 100%);
    color: white;
}

.border-primary-gradient {
    border-image: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) 1;
}

.border-pink-gradient {
    border-image: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%) 1;
}

.border-purple-gradient {
    border-image: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%) 1;
}

.text-pink {
    color: #ec4899;
}

.text-blue {
    color: #3b82f6;
}

.text-purple {
    color: #8b5cf6;
}

.text-orange {
    color: #f59e42;
}

.partners-pill {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
}

.news-pill {
    background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
    color: white;
}

.contact-pill {
    background: linear-gradient(135deg, #f43f5e 0%, #ec4899 100%);
    color: white;
}

/* Additional styles from component */
.services-section h2 {
    font-size: 2.5rem;
}

.news-section h2 {
    font-size: 2.3rem;
}

.cta-section h2 {
    font-size: 2.2rem;
}

.contact-section h2 {
    font-size: 2.2rem;
}

.contact-form-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    padding: 1.5rem;
}

.contact-form-card .form-control {
    border: 1px solid #e5e7eb;
    padding: 0.75rem;
}

.contact-form-card .form-control:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.25);
}

.contact-form-card label {
    font-weight: 500;
    color: #374151;
}

.contact-form-card .btn-pink {
    font-size: 1.15rem;
}

.emergency-card .contact-icon {
    width: 32px;
    height: 32px;
}

.emergency-card .contact-icon i {
    font-size: 1rem;
}

.article-card {
    background: linear-gradient(135deg, #ffffff 0%, #fdf2f8 100%);
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid transparent;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(236,72,153,0.2), 0 0 0 2px rgba(236,72,153,0.1);
    background: linear-gradient(135deg, #ffffff 0%, #fce7f3 100%);
}

.article-category .badge {
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
}

.article-meta {
    font-size: 0.875rem;
}

.article-title {
    color: #2d3436;
    font-size: 1.1rem;
    line-height: 1.4;
}

.article-excerpt {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #636e72;
}

.btn-link {
    text-decoration: none;
    font-weight: 500;
}

.btn-link:hover {
    text-decoration: underline;
}

.trust-indicators .trust-number {
    font-size: 1.5rem;
    color: #6366f1;
}

.trust-indicators .trust-label {
    font-size: 0.875rem;
    color: #636e72;
}

.hero-badge .badge {
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(248,249,255,0.8) 100%);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    color: #636e72;
}

.hero-btn-primary {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(99,102,241,0.2);
}

.trust-item {
    background: rgba(255,255,255,0.9);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.trust-number {
    color: #6366f1;
}

.trust-label {
    color: #636e72;
}

.service-card {
    transition: transform 0.3s ease;
}

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

.service-card .icon-box {
    color: #6366f1;
}

.feature-card {
    transition: transform 0.3s ease;
}

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

.feature-card .feature-icon {
    font-size: 1.5rem;
}

.tech-label {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

.partner-card {
    transition: transform 0.3s ease;
}

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

.partner-logo {
    max-height: 60px;
    object-fit: contain;
}

.star-rating {
    color: #f59e0b;
}

.rating-score {
    font-weight: 500;
    color: #374151;
}

.stat-icon {
    color: #6b7280;
    margin-right: 0.25rem;
}

.stat-label {
    color: #6b7280;
    font-size: 0.75rem;
}

.stat-value {
    font-weight: 600;
    font-size: 1rem;
}

/* Portfolio Section Styles */
.portfolio-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
}

.portfolio-card {
    background: linear-gradient(135deg, #ffffff 0%, #fdf2f8 100%);
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid transparent;
}

.portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(236,72,153,0.2), 0 0 0 2px rgba(236,72,153,0.1);
    background: linear-gradient(135deg, #ffffff 0%, #fce7f3 100%);
}

.portfolio-image {
    height: 240px;
    overflow: hidden;
}

.portfolio-image img {
    object-fit: contain;
    transition: transform 0.5s ease;
}

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

.portfolio-title {
    color: #2d3436;
    font-size: 1.1rem;
    line-height: 1.4;
}

.portfolio-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #636e72;
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(65, 88, 208, 0.9), rgba(200, 80, 192, 0.9));
    opacity: 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(3px);
}

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

.overlay-content {
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.portfolio-card:hover .overlay-content {
    transform: translateY(0);
}

.gradient-text {
    background: linear-gradient(45deg, #4158D0, #C850C0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gradient-btn {
    background: linear-gradient(45deg, #4158D0, #C850C0);
    color: white;
    border: none;
    transition: all 0.3s ease;
}

.gradient-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(65, 88, 208, 0.3);
    color: white;
    background: linear-gradient(45deg, #C850C0, #4158D0);
}

.gradient-badge {
    background: linear-gradient(45deg, #4158D0, #C850C0);
    color: white;
    border: none;
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.no-image-placeholder {
    height: 100%;
    background: linear-gradient(45deg, #f3f4f6, #e5e7eb);
}

.portfolio-pill {
    background: linear-gradient(45deg, #4158D0, #C850C0, #FFCC70);
    color: white;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Feature Cards Styles */
.feature-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0,86,179,0.1), rgba(0,86,179,0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: rgba(0,86,179,0.2);
}

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

.feature-icon {
    color: #0056b3;
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}

.feature-card h6 {
    color: #2c3e50;
    transition: color 0.3s ease;
}

.feature-card:hover h6 {
    color: #0056b3;
}

.feature-card p {
    transition: color 0.3s ease;
}

.feature-card:hover p {
    color: #6c757d !important;
}

/* Gradient Text Styles */
.gradient-text-blue {
    background: linear-gradient(45deg, #0056b3, #00a0e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgb(248, 248, 248) 100%);
    position: relative;
    overflow: hidden;
}

.hero-bg-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Background Circles */
.hero-bg-elements .bg-circle {
    position: absolute;
    border-radius: 50%;
}

.bg-circle-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(248,249,255,0.4) 100%);
}

.bg-circle-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
    background: linear-gradient(135deg, rgba(255,255,255,0.6) 0%, rgba(248,249,255,0.3) 100%);
}

.bg-circle-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(248,249,255,0.2) 100%);
}

/* Additional Background Elements */
.hero-bg-elements::before,
.hero-bg-elements::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(99,102,241,0.05) 0%, transparent 70%);
    animation: pulse 8s ease-in-out infinite;
}

.hero-bg-elements::after {
    animation-delay: -4s;
}

/* Decorative Elements */
.hero-decorations {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

/* Decorative Braces */
.decor-brace {
    position: absolute;
    font-size: 24rem;
    font-weight: 300;
    color: rgba(99,102,241,0.1);
    line-height: 1;
    z-index: 1;
}

.decor-brace-left {
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
}

.decor-brace-right {
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
}

/* Decorative Dots */
.decor-dots {
    position: absolute;
    width: 100%;
    height: 100%;
}

.dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(99,102,241,0.2);
    border-radius: 50%;
}

.dot-1 { top: 20%; left: 10%; animation: floatDot 6s ease-in-out infinite; }
.dot-2 { top: 40%; right: 15%; animation: floatDot 8s ease-in-out infinite; }
.dot-3 { bottom: 30%; left: 20%; animation: floatDot 7s ease-in-out infinite; }
.dot-4 { top: 60%; right: 25%; animation: floatDot 9s ease-in-out infinite; }
.dot-5 { bottom: 40%; left: 30%; animation: floatDot 5s ease-in-out infinite; }

/* Decorative Lines */
.decor-lines {
    position: absolute;
    width: 100%;
    height: 100%;
}

.line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(99,102,241,0.1), transparent);
    height: 1px;
    width: 100px;
    transform: rotate(45deg);
}

.line-1 { top: 15%; left: 5%; animation: slideLine 8s linear infinite; }
.line-2 { top: 45%; right: 10%; animation: slideLine 10s linear infinite; }
.line-3 { bottom: 25%; left: 15%; animation: slideLine 12s linear infinite; }

/* Decorative Shapes */
.decor-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(99,102,241,0.1) 0%, rgba(79,70,229,0.05) 100%);
}

.shape-1 {
    width: 100px;
    height: 100px;
    top: 20%;
    left: 10%;
    animation: float 6s ease-in-out infinite;
}

.shape-2 {
    width: 80px;
    height: 80px;
    top: 60%;
    right: 15%;
    animation: float 8s ease-in-out infinite;
}

.shape-3 {
    width: 60px;
    height: 60px;
    bottom: 20%;
    left: 20%;
    animation: float 7s ease-in-out infinite;
}

.shape-4 {
    width: 40px;
    height: 40px;
    top: 30%;
    right: 25%;
    animation: float 9s ease-in-out infinite;
}

.shape-5 {
    width: 50px;
    height: 50px;
    bottom: 30%;
    right: 20%;
    animation: float 5s ease-in-out infinite;
}

/* Animations */
@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.3; }
}

@keyframes floatDot {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-20px) scale(1.2); }
}

@keyframes slideLine {
    0% { transform: translateX(-100%) rotate(45deg); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateX(100%) rotate(45deg); opacity: 0; }
}

@keyframes float {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
    100% { transform: translateY(0) rotate(360deg); }
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.mouse {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(99,102,241,0.5);
    border-radius: 15px;
    position: relative;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.wheel {
    width: 4px;
    height: 8px;
    background: rgba(99,102,241,0.5);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll 2s infinite;
}

.arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8px;
}

.arrow span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(99,102,241,0.5);
    margin: 2px 0;
    animation: arrowDown 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: 0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes scroll {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
}

@keyframes arrowDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}

/* News Section */
.news-section {
    background: linear-gradient(135deg, #ffffff 0%, #fdf2f8 100%);
}

/* CTA Section */
.cta-title {
    background: linear-gradient(135deg, #2d3436 0%, #636e72 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-text {
    color: #636e72;
}

/* Dark Mode */
.dark-mode {
    background-color: #1a1a1a;
    color: #ffffff;
}

.dark-mode .hero-section {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.8) 0%, rgb(20, 20, 20) 100%);
}

.dark-mode .portfolio-card,
.dark-mode .article-card,
.dark-mode .cta-box,
.dark-mode .contact-form-card {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    color: #ffffff;
}

.dark-mode .trust-item,
.dark-mode .service-card {
    background: rgba(42, 42, 42, 0.9);
    color: #ffffff;
}

.dark-mode .text-muted {
    color: #a0a0a0 !important;
}

/* Animations */
.animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate__fadeIn {
    animation-name: fadeIn;
}

.animate__fadeInUp {
    animation-name: fadeInUp;
}

.animate__fadeInLeft {
    animation-name: fadeInLeft;
}

.animate__fadeInRight {
    animation-name: fadeInRight;
}

.animate__delay-1s {
    animation-delay: 1s;
}

.animate__delay-2s {
    animation-delay: 2s;
}

.animate__delay-3s {
    animation-delay: 3s;
}

.animate__delay-4s {
    animation-delay: 4s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
} 