/* Custom Navbar Styles */
.navbar {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 1.5rem 0;
    transition: all 0.3s ease;
    background-color: #ffffff !important;
}

.navbar .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (min-width: 1200px) {
    .navbar .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .navbar .container {
        max-width: 1320px;
    }
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
    color: #000 !important;
}

.navbar-brand:hover {
    transform: scale(1.05);
    color: #ff6600 !important;
}

.nav-link {
    margin: 0 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    color: #000 !important;
    font-weight: 500;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #ff6600;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover,
.nav-link.active {
    color: #ff6600 !important;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 80%;
}

.nav-link:hover {
    transform: translateY(-2px);
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.2);
}

.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='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero Section Styles */
.hero-section {
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 850px;
    position: relative;
    overflow: hidden;
}

.carousel-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

/* Wave Bottom */
.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 3;
}

.hero-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    animation: waveMove 8s ease-in-out infinite;
}

.hero-wave svg path:nth-child(2) {
    animation: waveMove 6s ease-in-out infinite reverse;
}

.hero-wave svg path:nth-child(3) {
    animation: waveMove 10s ease-in-out infinite;
}

@media (min-width: 768px) {
    .hero-wave svg {
        height: 180px;
    }
}

/* Moving Bubbles */
.bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.bubble {
    position: absolute;
    bottom: -100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    opacity: 0.5;
    animation: rise 15s infinite ease-in;
}

.bubble:nth-child(1) {
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 8s;
}

.bubble:nth-child(2) {
    width: 20px;
    height: 20px;
    left: 20%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(3) {
    width: 50px;
    height: 50px;
    left: 35%;
    animation-duration: 7s;
    animation-delay: 2s;
}

.bubble:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 50%;
    animation-duration: 11s;
    animation-delay: 0s;
}

.bubble:nth-child(5) {
    width: 35px;
    height: 35px;
    left: 55%;
    animation-duration: 6s;
    animation-delay: 1s;
}

.bubble:nth-child(6) {
    width: 45px;
    height: 45px;
    left: 65%;
    animation-duration: 8s;
    animation-delay: 3s;
}

.bubble:nth-child(7) {
    width: 90px;
    height: 90px;
    left: 70%;
    animation-duration: 12s;
    animation-delay: 2s;
}

.bubble:nth-child(8) {
    width: 25px;
    height: 25px;
    left: 80%;
    animation-duration: 6s;
    animation-delay: 2s;
}

.bubble:nth-child(9) {
    width: 15px;
    height: 15px;
    left: 70%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(10) {
    width: 90px;
    height: 90px;
    left: 25%;
    animation-duration: 10s;
    animation-delay: 4s;
}

/* Legal Content Styles */
.legal-content {
    padding: 2rem;
}

.legal-icon i {
    font-size: 4rem;
    color: #fff;
}

.legal-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.legal-features li {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.legal-features li i {
    color: #4ade80;
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.legal-content .btn {
    padding: 12px 40px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.legal-content .btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Floating Icons Animation */
.floating-icons {
    position: relative;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    grid-template-rows: repeat(2, minmax(140px, 1fr));
    gap: 1.5rem;
    padding: 2rem;
    align-items: stretch;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}

.icon-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    color: white;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    animation: pulse 3s ease-in-out infinite;
}

.icon-box:nth-child(1) { 
    animation: slideFromTop 3s ease-in-out infinite;
}

.icon-box:nth-child(2) { 
    animation: slideFromRight 3s ease-in-out 0.75s infinite;
}

.icon-box:nth-child(3) { 
    animation: slideFromLeft 3s ease-in-out 1.5s infinite;
}

.icon-box:nth-child(4) { 
    animation: slideFromBottom 3s ease-in-out 2.25s infinite;
}

.icon-box:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-10px) scale(1.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.icon-box i {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.icon-box p {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
}

/* Animations */
@keyframes rise {
    0% {
        bottom: -100px;
        transform: translateX(0);
    }
    50% {
        transform: translateX(100px);
    }
    100% {
        bottom: 110vh;
        transform: translateX(-200px);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0);
    }
}

@keyframes waveMove {
    0%, 100% {
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(-25px) translateY(-5px);
    }
}

@keyframes slideFromTop {
    0%, 100% {
        opacity: 0;
        transform: translateY(-200px);
    }
    20%, 80% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideFromRight {
    0%, 100% {
        opacity: 0;
        transform: translateX(200px);
    }
    20%, 80% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideFromLeft {
    0%, 100% {
        opacity: 0;
        transform: translateX(-200px);
    }
    20%, 80% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideFromBottom {
    0%, 100% {
        opacity: 0;
        transform: translateY(200px);
    }
    20%, 80% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(2deg);
    }
    50% {
        transform: translateY(-25px) rotate(0deg);
    }
    75% {
        transform: translateY(-15px) rotate(-2deg);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
 @keyframes fadeIn {
        opacity: 1;
    }
}

/* Why Use Holborn Section */
.why-holborn-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

/* Particle Background */
.particles-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.particle {
    position: absolute;
    background: radial-gradient(circle, rgba(255, 102, 0, 0.8) 0%, rgba(255, 102, 0, 0.3) 100%);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 102, 0, 0.5);
    animation: particleFloat 15s infinite linear;
}

.particle:nth-child(1) {
    width: 8px;
    height: 8px;
    left: 10%;
    top: 80%;
    animation-duration: 12s;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    width: 12px;
    height: 12px;
    left: 20%;
    top: 60%;
    animation-duration: 15s;
    animation-delay: 2s;
}

.particle:nth-child(3) {
    width: 6px;
    height: 6px;
    left: 30%;
    top: 90%;
    animation-duration: 10s;
    animation-delay: 4s;
}

.particle:nth-child(4) {
    width: 10px;
    height: 10px;
    left: 40%;
    top: 70%;
    animation-duration: 14s;
    animation-delay: 1s;
}

.particle:nth-child(5) {
    width: 7px;
    height: 7px;
    left: 50%;
    top: 85%;
    animation-duration: 11s;
    animation-delay: 3s;
}

.particle:nth-child(6) {
    width: 9px;
    height: 9px;
    left: 60%;
    top: 75%;
    animation-duration: 13s;
    animation-delay: 5s;
}

.particle:nth-child(7) {
    width: 11px;
    height: 11px;
    left: 70%;
    top: 65%;
    animation-duration: 16s;
    animation-delay: 2s;
}

.particle:nth-child(8) {
    width: 8px;
    height: 8px;
    left: 80%;
    top: 80%;
    animation-duration: 12s;
    animation-delay: 4s;
}

.particle:nth-child(9) {
    width: 13px;
    height: 13px;
    left: 15%;
    top: 50%;
    animation-duration: 17s;
    animation-delay: 1s;
}

.particle:nth-child(10) {
    width: 7px;
    height: 7px;
    left: 25%;
    top: 95%;
    animation-duration: 11s;
    animation-delay: 3s;
}

.particle:nth-child(11) {
    width: 10px;
    height: 10px;
    left: 35%;
    top: 55%;
    background: radial-gradient(circle, rgba(30, 60, 114, 0.8) 0%, rgba(30, 60, 114, 0.3) 100%);
    box-shadow: 0 0 10px rgba(30, 60, 114, 0.5);
    animation-duration: 14s;
    animation-delay: 0s;
}

.particle:nth-child(12) {
    width: 12px;
    height: 12px;
    left: 45%;
    top: 85%;
    background: radial-gradient(circle, rgba(30, 60, 114, 0.8) 0%, rgba(30, 60, 114, 0.3) 100%);
    box-shadow: 0 0 10px rgba(30, 60, 114, 0.5);
    animation-duration: 15s;
    animation-delay: 2s;
}

.particle:nth-child(13) {
    width: 6px;
    height: 6px;
    left: 55%;
    top: 65%;
    background: radial-gradient(circle, rgba(30, 60, 114, 0.8) 0%, rgba(30, 60, 114, 0.3) 100%);
    box-shadow: 0 0 10px rgba(30, 60, 114, 0.5);
    animation-duration: 10s;
    animation-delay: 4s;
}

.particle:nth-child(14) {
    width: 9px;
    height: 9px;
    left: 65%;
    top: 90%;
    background: radial-gradient(circle, rgba(30, 60, 114, 0.8) 0%, rgba(30, 60, 114, 0.3) 100%);
    box-shadow: 0 0 10px rgba(30, 60, 114, 0.5);
    animation-duration: 13s;
    animation-delay: 1s;
}

.particle:nth-child(15) {
    width: 11px;
    height: 11px;
    left: 75%;
    top: 70%;
    background: radial-gradient(circle, rgba(30, 60, 114, 0.8) 0%, rgba(30, 60, 114, 0.3) 100%);
    box-shadow: 0 0 10px rgba(30, 60, 114, 0.5);
    animation-duration: 16s;
    animation-delay: 3s;
}

.particle:nth-child(16) {
    width: 8px;
    height: 8px;
    left: 85%;
    top: 60%;
    animation-duration: 12s;
    animation-delay: 5s;
}

.particle:nth-child(17) {
    width: 10px;
    height: 10px;
    left: 12%;
    top: 75%;
    animation-duration: 14s;
    animation-delay: 2s;
}

.particle:nth-child(18) {
    width: 7px;
    height: 7px;
    left: 48%;
    top: 95%;
    background: radial-gradient(circle, rgba(30, 60, 114, 0.8) 0%, rgba(30, 60, 114, 0.3) 100%);
    box-shadow: 0 0 10px rgba(30, 60, 114, 0.5);
    animation-duration: 11s;
    animation-delay: 4s;
}

.particle:nth-child(19) {
    width: 13px;
    height: 13px;
    left: 68%;
    top: 55%;
    animation-duration: 17s;
    animation-delay: 1s;
}

.particle:nth-child(20) {
    width: 9px;
    height: 9px;
    left: 88%;
    top: 85%;
    background: radial-gradient(circle, rgba(30, 60, 114, 0.8) 0%, rgba(30, 60, 114, 0.3) 100%);
    box-shadow: 0 0 10px rgba(30, 60, 114, 0.5);
    animation-duration: 13s;
    animation-delay: 3s;
}

.why-holborn-section .container {
    position: relative;
    z-index: 2;
}

.why-holborn-section h2 {
    color: #1e3c72;
    position: relative;
    display: inline-block;
}

.why-holborn-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #ff6600;
    border-radius: 2px;
}

/* Stats Row */
.stats-row {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1e3c72;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0;
}

.why-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    height: 100%;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1e3c72, #2a5298, #ff6600);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.why-card:hover::before {
    transform: scaleX(1);
}

.why-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(30, 60, 114, 0.2);
    border-color: #ff6600;
    background: white;
}

.why-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.why-card h4 {
    color: #1e3c72;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.why-card p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.feature-list li {
    color: #495057;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
}

.feature-list li i {
    color: #28a745;
    margin-right: 0.5rem;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.why-holborn-section .btn-primary {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(30, 60, 114, 0.3);
}

.why-holborn-section .btn-primary:hover {
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.4);
}

/* Premium Legal CTA Section - LexisNexis Style */
.premium-cta-section {
    background: linear-gradient(180deg, #e3f2fd 0%, #bbdefb 50%, #e3f2fd 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    border-top: 3px solid #2196f3;
    border-bottom: 3px solid #2196f3;
}

.premium-cta-wrapper {
    position: relative;
    z-index: 10;
    opacity: 0;
    transform: translateY(30px);
    animation: premiumFadeInUp 1s ease-out 0.2s forwards;
}

@keyframes premiumFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.premium-cta-content {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    padding: 4rem 3rem;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(33, 150, 243, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.premium-title {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1e3c72 0%, #2196f3 50%, #1e88e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 0 4px 10px rgba(33, 150, 243, 0.2);
    position: relative;
}

.premium-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #2196f3, transparent);
    border-radius: 10px;
}

.premium-subtitle {
    font-size: 1.3rem;
    color: #1565c0;
    line-height: 1.9;
    margin-bottom: 3.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.6);
    padding: 1.5rem 2rem;
    border-radius: 15px;
    border-left: 4px solid #2196f3;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.1);
}

/* Premium Features Row */
.premium-features-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2.5rem;
    margin-bottom: 3.5rem;
}

.premium-feature-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(227, 242, 253, 0.8) 100%);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(33, 150, 243, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(33, 150, 243, 0.2);
    opacity: 0;
    transform: translateY(20px);
    animation: premiumItemFadeIn 0.6s ease-out forwards;
    position: relative;
    overflow: hidden;
}

.premium-feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(33, 150, 243, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.premium-feature-item:hover::before {
    opacity: 1;
}

.premium-feature-item:nth-child(1) { animation-delay: 0.3s; }
.premium-feature-item:nth-child(2) { animation-delay: 0.5s; }
.premium-feature-item:nth-child(3) { animation-delay: 0.7s; }

@keyframes premiumItemFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.premium-feature-item:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 15px 50px rgba(33, 150, 243, 0.3);
    border-color: #2196f3;
}

.premium-feature-icon {
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #1e88e5 0%, #2196f3 50%, #42a5f5 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(33, 150, 243, 0.3);
    position: relative;
}

.premium-feature-icon::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, #2196f3, #42a5f5);
    border-radius: 22px;
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.4s ease;
}

.premium-feature-item:hover .premium-feature-icon::before {
    opacity: 0.6;
}

.premium-feature-item:hover .premium-feature-icon {
    transform: scale(1.15) rotate(-5deg);
    box-shadow: 0 12px 30px rgba(33, 150, 243, 0.5);
}

.premium-feature-icon i {
    font-size: 2.2rem;
    color: white;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.premium-feature-item h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1565c0;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 1;
}

.premium-feature-item p {
    font-size: 1rem;
    color: #455a64;
    margin: 0;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Premium CTA Actions */
.premium-cta-actions {
    text-align: center;
}

.btn-premium-primary {
    background: linear-gradient(135deg, #1e88e5 0%, #2196f3 50%, #42a5f5 100%);
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1.4rem 3.5rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(33, 150, 243, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-premium-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn-premium-primary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn-premium-primary:hover::before {
    left: 100%;
}

.btn-premium-primary:hover::after {
    width: 300px;
    height: 300px;
}

.btn-premium-primary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 50px rgba(33, 150, 243, 0.6);
    background: linear-gradient(135deg, #42a5f5 0%, #2196f3 50%, #1e88e5 100%);
}

.btn-premium-primary:active {
    transform: translateY(-2px) scale(1.02);
}

.premium-contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.premium-phone {
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1565c0 0%, #2196f3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.premium-phone i {
    background: linear-gradient(135deg, #1e88e5 0%, #2196f3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.8rem;
    animation: phoneRingPulse 2s infinite;
}

@keyframes phoneRingPulse {
    0%, 100% {
        transform: rotate(0deg);
    }
    10%, 30% {
        transform: rotate(-15deg);
    }
    20% {
        transform: rotate(15deg);
    }
}

.premium-availability {
    font-size: 1rem;
    color: #546e7a;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.6);
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    display: inline-block;
}

/* Premium Background Decorations */
.premium-bg-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.premium-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #2196f3 0%, #42a5f5 100%);
    border-radius: 50%;
    opacity: 0.5;
    animation: premiumFloatDot 6s infinite ease-in-out;
    box-shadow: 0 0 20px rgba(33, 150, 243, 0.5);
}

.premium-dot-1 {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.premium-dot-2 {
    top: 20%;
    right: 8%;
    animation-delay: 1s;
}

.premium-dot-3 {
    top: 60%;
    left: 10%;
    animation-delay: 2s;
}

.premium-dot-4 {
    top: 80%;
    right: 15%;
    animation-delay: 3s;
}

.premium-dot-5 {
    top: 40%;
    left: 85%;
    animation-delay: 1.5s;
}

.premium-dot-6 {
    top: 70%;
    left: 90%;
    animation-delay: 2.5s;
}

.premium-circle {
    position: absolute;
    border: 3px solid #64b5f6;
    border-radius: 50%;
    opacity: 0.4;
    animation: premiumFloatCircle 8s infinite ease-in-out;
    box-shadow: 0 0 30px rgba(33, 150, 243, 0.3);
}

.premium-circle-1 {
    width: 150px;
    height: 150px;
    top: 15%;
    right: 5%;
    animation-delay: 0s;
}

.premium-circle-2 {
    width: 200px;
    height: 200px;
    bottom: 10%;
    left: 8%;
    animation-delay: 2s;
}

@keyframes premiumFloatDot {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-25px) scale(1.3);
        opacity: 0.8;
    }
}

@keyframes premiumFloatCircle {
    0%, 100% {
        transform: translateY(0) scale(1) rotate(0deg);
        opacity: 0.4;
    }
    50% {
        transform: translateY(-35px) scale(1.15) rotate(180deg);
        opacity: 0.6;
    }
}

/* Responsive */
@media (max-width: 992px) {
    .premium-title {
        font-size: 2.5rem;
    }
    
    .premium-subtitle {
        font-size: 1.1rem;
    }
    
    .premium-features-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .premium-cta-section {
        padding: 5rem 0;
    }
    
    .premium-title {
        font-size: 2rem;
    }
    
    .btn-premium-primary {
        width: 100%;
        justify-content: center;
    }
}

/* Old CTA Section Styles - keeping for compatibility */
.cta-section {
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 50%, #ff6600 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    z-index: 1;
    animation: overlayShift 10s infinite alternate;
}

@keyframes overlayShift {
    0% { opacity: 0.3; }
    100% { opacity: 0.6; }
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

.cta-content-wrapper {
    max-width: 100%;
}

/* Title Section */
.cta-header {
    margin-bottom: 3rem;
}

.cta-title-new {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.title-line {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    animation: fadeSlideIn 1s ease-out;
}

.title-highlight {
    display: block;
    background: linear-gradient(90deg, #fff 0%, #ffe0cc 50%, #fff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
    animation: gradientShift 3s infinite, titlePop 1s ease-out 0.3s;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes titlePop {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    60% {
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Title Decoration */
.title-decoration {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.decoration-line {
    flex: 1;
    height: 3px;
    background: linear-gradient(90deg, transparent, white, transparent);
    border-radius: 10px;
    animation: lineExpand 2s infinite;
}

.decoration-icon {
    font-size: 2rem;
    color: white;
    animation: iconSpin 3s infinite;
}

@keyframes lineExpand {
    0%, 100% {
        transform: scaleX(0.8);
        opacity: 0.6;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes iconSpin {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(-15deg) scale(1.1);
    }
    75% {
        transform: rotate(15deg) scale(1.1);
    }
}

/* Description */
.cta-description {
    margin-bottom: 3rem;
}

.cta-intro {
    font-size: 1.4rem;
    color: white;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.intro-icon {
    font-size: 2rem;
    animation: iconBounce 2s infinite;
}

.cta-call {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    padding-left: 3rem;
}

/* Feature Cards Grid */
.cta-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    animation: cardFloat 3s infinite ease-in-out;
}

.feature-card:nth-child(1) { animation-delay: 0s; }
.feature-card:nth-child(2) { animation-delay: 0.5s; }
.feature-card:nth-child(3) { animation-delay: 1s; }

.feature-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: cardShine 3s infinite;
}

.feature-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

@keyframes cardFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes cardShine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.feature-icon-wrapper {
    position: relative;
    margin: 0 auto 1.5rem;
    width: 80px;
    height: 80px;
}

.icon-circle {
    position: relative;
    z-index: 2;
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #ff6600;
    animation: iconPulse 2s infinite;
}

.icon-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
    border-radius: 50%;
    animation: glowPulse 2s infinite;
    z-index: 1;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(10deg);
    }
}

@keyframes glowPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
}

.feature-card h4 {
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0.5rem;
}

.feature-card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Action Center */
.cta-action-center {
    text-align: center;
    margin-top: 2rem;
}

.cta-phone-box {
    background: white;
    border-radius: 25px;
    padding: 2.5rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    animation: phoneBoxPulse 3s infinite;
}

.cta-phone-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 102, 0, 0.1), transparent);
    animation: boxShine 4s infinite;
}

@keyframes phoneBoxPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
    }
}

@keyframes boxShine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.phone-icon-animated {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
    animation: phoneRing 2s infinite;
}

@keyframes phoneRing {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    10%, 30% {
        transform: rotate(-15deg) scale(1.1);
    }
    20%, 40% {
        transform: rotate(15deg) scale(1.1);
    }
    50% {
        transform: rotate(0deg) scale(1);
    }
}

.phone-number {
    font-size: 2.2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1e3c72 0%, #ff6600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.phone-subtitle {
    color: #666;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
}

/* New CTA Button */
.btn-cta-new {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border: none;
    color: white;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(30, 60, 114, 0.4);
}

.btn-cta-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.btn-cta-new:hover::before {
    left: 100%;
}

.btn-cta-new:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(30, 60, 114, 0.6);
    background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
}

.btn-icon {
    font-size: 1.5rem;
    animation: iconRotateBtn 2s infinite;
}

.btn-arrow {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.btn-cta-new:hover .btn-arrow {
    transform: translateX(5px);
}

@keyframes iconRotateBtn {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(15deg);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .cta-title-new {
        font-size: 2.5rem;
    }
    
    .title-line {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .cta-title-new {
        font-size: 2rem;
    }
    
    .title-line {
        font-size: 1.2rem;
    }
    
    .cta-features-grid {
        grid-template-columns: 1fr;
    }
}

/* Old CTA styles - keeping for compatibility */
.cta-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.shape-1 {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
    animation: shapeFloat1 20s infinite ease-in-out;
}

.shape-2 {
    width: 150px;
    height: 150px;
    bottom: -30px;
    right: 10%;
    animation: shapeFloat2 15s infinite ease-in-out;
}

.shape-3 {
    width: 100px;
    height: 100px;
    top: 50%;
    right: -20px;
    animation: shapeFloat3 18s infinite ease-in-out;
}

.shape-4 {
    width: 120px;
    height: 120px;
    bottom: 20%;
    left: 15%;
    animation: shapeFloat4 22s infinite ease-in-out;
}

@keyframes ctaPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

@keyframes iconRotate {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(15deg);
    }
}

@keyframes shapeFloat1 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(100px, 100px) rotate(180deg);
    }
}

@keyframes shapeFloat2 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-80px, -80px) rotate(-180deg);
    }
}

@keyframes shapeFloat3 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-50px, 50px) rotate(180deg);
    }
}

@keyframes shapeFloat4 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(60px, -60px) rotate(-180deg);
    }
}

@media (max-width: 992px) {
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-features {
        gap: 1rem;
    }
    
    .cta-action {
        margin-top: 2rem;
    }
}

/* New Gradient Title Animation */
.gradient-title {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.gradient-title .word {
    display: inline-block;
    background: linear-gradient(135deg, #ffffff 0%, #ffe0cc 50%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    animation: wordFadeIn 0.6s ease-out forwards, gradientSlide 3s infinite;
    opacity: 0;
    transform: translateY(-30px) scale(0.8);
    filter: drop-shadow(0 5px 15px rgba(255, 255, 255, 0.5));
}

.word-1 { animation-delay: 0s, 0s; }
.word-2 { animation-delay: 0.15s, 0.15s; }
.word-3 { animation-delay: 0.3s, 0.3s; }
.word-4 { animation-delay: 0.45s, 0.45s; }
.word-5 { animation-delay: 0.6s, 0.6s; }

@keyframes wordFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-30px) scale(0.8) rotateX(-90deg);
    }
    60% {
        transform: translateY(5px) scale(1.1) rotateX(0deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotateX(0deg);
    }
}

@keyframes gradientSlide {
    0%, 100% {
        background-position: 0% center;
    }
    50% {
        background-position: 100% center;
    }
}

/* Wave Text Animation */
.wave-text {
    position: relative;
}

.icon-float {
    display: inline-block;
    animation: iconFloat 3s infinite ease-in-out;
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-10px) rotate(-10deg);
    }
    75% {
        transform: translateY(-5px) rotate(10deg);
    }
}

.char-animate {
    display: inline-block;
    animation: textWave 2s ease-out 0.8s forwards;
    opacity: 0;
}

@keyframes textWave {
    0% {
        opacity: 0;
        transform: translateX(-50px);
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

/* Feature Bounce Animation */
.feature-bounce {
    position: relative;
    animation: bounceIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    opacity: 0;
    transform: scale(0);
}

.feature-icon-bg {
    position: absolute;
    width: 50px;
    height: 50px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    animation: iconGlowPulse 2s infinite;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-180deg);
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes iconGlowPulse {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-50%) scale(1.5);
        opacity: 0.8;
    }
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.cta-feature:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.cta-feature i {
    font-size: 1.5rem;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
    animation: iconRotatePulse 3s infinite;
}

@keyframes iconRotatePulse {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(-15deg) scale(1.1);
    }
    75% {
        transform: rotate(15deg) scale(1.1);
    }
}

/* Old Typewriter styles - removing */

@keyframes typewriter {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes blink {
    0%, 49% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}

.cta-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 1.5rem;
    position: relative;
    display: block;
}

/* Text Reveal Animation */
.text-reveal {
    overflow: visible;
}

.reveal-line {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.reveal-line.delay-1 {
    display: block;
    margin-top: 0.5rem;
}

@keyframes revealText {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.cta-text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.2rem;
    line-height: 1.8;
}

.cta-text i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

/* Feature Slide In */
.feature-slide-in {
    opacity: 1;
    transform: translateX(0);
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.cta-feature {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.cta-feature i {
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
    animation: iconPulseGlow 2s infinite;
}

@keyframes iconPulseGlow {
    0%, 100% {
        filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
    }
    50% {
        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8)) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
    }
}

@keyframes particleFloat {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg) scale(0.5);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    50% {
        transform: translateY(-50vh) translateX(50px) rotate(180deg) scale(1);
        opacity: 1;
    }
    95% {
        opacity: 1;
    }
    100% {
        transform: translateY(-110vh) translateX(-50px) rotate(360deg) scale(0.5);
        opacity: 0;
    }
}

/* Section Styles */0.3s ease;
}

.why-card:hover .why-icon {
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    transform: scale(1.1) rotate(360deg);
}

.why-icon i {
    font-size: 2.5rem;
    color: white;
}

.why-card h4 {
    color: #1e3c72;
    font-weight: bold;
    margin-bottom: 1rem;
}

.why-card p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Section Styles */
section {
    scroll-margin-top: 70px;
}

section h2 {
    color: #333;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

/* Interactive Legal Process Section */
.legal-process-section {
    padding: 7rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.process-badge {
    display: inline-block;
    padding: 0.6rem 2rem;
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    color: white;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
}

.process-title {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.process-subtitle {
    font-size: 1.2rem;
    color: #546e7a;
    max-width: 600px;
    margin: 0 auto;
}

/* Timeline */
.process-timeline {
    position: relative;
    max-width: 1100px;
    margin: 4rem auto 0;
}

.timeline-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 4rem;
    position: relative;
    opacity: 0;
    animation: timelineFadeIn 0.8s ease-out forwards;
}

.timeline-item:nth-child(1) { animation-delay: 0.2s; }
.timeline-item:nth-child(2) { animation-delay: 0.4s; }
.timeline-item:nth-child(3) { animation-delay: 0.6s; }
.timeline-item:nth-child(4) { animation-delay: 0.8s; }
.timeline-item:nth-child(5) { animation-delay: 1s; }

@keyframes timelineFadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-number {
    font-size: 5rem;
    font-weight: 900;
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    opacity: 0.15;
    flex-shrink: 0;
    width: 150px;
    text-align: center;
}

.timeline-content {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    flex: 1;
    position: relative;
    border-left: 4px solid #ff6600;
    transition: all 0.4s ease;
}

.timeline-item:nth-child(even) .timeline-content {
    border-left: none;
    border-right: 4px solid #ff6600;
}

.timeline-content:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(255, 102, 0, 0.2);
    border-left-color: #1e3c72;
}

.timeline-item:nth-child(even) .timeline-content:hover {
    border-right-color: #1e3c72;
}

.timeline-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 20px rgba(30, 60, 114, 0.3);
    transition: all 0.3s ease;
}

.timeline-content:hover .timeline-icon {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 12px 30px rgba(30, 60, 114, 0.5);
}

.timeline-icon i {
    font-size: 2rem;
    color: white;
}

.timeline-content h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #1e3c72;
    margin-bottom: 1rem;
}

.timeline-content p {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.timeline-features {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.timeline-features span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: #ff6600;
    font-weight: 600;
}

.timeline-features i {
    font-size: 1.1rem;
}

/* Start Journey Button */
.btn-start-journey {
    padding: 1.2rem 3rem;
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(255, 102, 0, 0.4);
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-start-journey:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 102, 0, 0.6);
    background: linear-gradient(135deg, #ff8533 0%, #ff6600 100%);
}

.btn-start-journey i {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.btn-start-journey:hover i {
    transform: translateX(5px);
}

/* Decorative Background Elements */
.process-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.process-shape {
    position: absolute;
    opacity: 0.05;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    border-radius: 50%;
    top: 10%;
    right: 5%;
    animation: floatShape 10s infinite ease-in-out;
}

.shape-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: 10%;
    left: 5%;
    animation: floatShape 12s infinite ease-in-out reverse;
}

.shape-3 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #ff6600 0%, #1e3c72 100%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    animation: floatShape 8s infinite ease-in-out;
}

@keyframes floatShape {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(30px, -30px) rotate(180deg);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .timeline-item,
    .timeline-item:nth-child(even) {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .timeline-number {
        width: 100%;
    }
    
    .timeline-content,
    .timeline-item:nth-child(even) .timeline-content {
        border-left: none;
        border-right: none;
        border-top: 4px solid #ff6600;
    }
    
    .timeline-features {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .legal-process-section {
        padding: 4rem 0;
    }
    
    .process-title {
        font-size: 2rem;
    }
    
    .timeline-number {
        font-size: 3rem;
    }
    
    .timeline-content {
        padding: 2rem;
    }
}

/* Appointment Section */
.appointment-section {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
}

.appointment-info {
    padding-right: 2rem;
}

.appointment-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(135deg, #2196f3, #1e88e5);
    color: white;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    animation: appointmentFadeIn 1s ease-out;
}

.appointment-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    animation: appointmentFadeIn 1s ease-out 0.2s backwards;
}

.appointment-description {
    font-size: 1.125rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    animation: appointmentFadeIn 1s ease-out 0.4s backwards;
}

.appointment-benefits {
    margin-bottom: 2.5rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    animation: appointmentSlideIn 0.8s ease-out backwards;
}

.benefit-item:nth-child(1) {
    animation-delay: 0.6s;
}

.benefit-item:nth-child(2) {
    animation-delay: 0.8s;
}

.benefit-item:nth-child(3) {
    animation-delay: 1s;
}

.benefit-item:hover {
    transform: translateX(10px);
    box-shadow: 0 6px 25px rgba(33, 150, 243, 0.15);
}

.benefit-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2196f3, #1e88e5);
    border-radius: 12px;
    color: white;
    font-size: 1.5rem;
    margin-right: 1.25rem;
}

.benefit-text h5 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 0.5rem;
}

.benefit-text p {
    font-size: 0.938rem;
    color: #666;
    margin: 0;
}

.appointment-contact {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    animation: appointmentFadeIn 1s ease-out 1.2s backwards;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(33, 150, 243, 0.15);
}

.contact-item i {
    font-size: 1.75rem;
    color: #2196f3;
}

.contact-item div {
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: 0.813rem;
    color: #888;
    font-weight: 500;
}

.contact-value {
    font-size: 1rem;
    color: #1e3c72;
    font-weight: 700;
}

/* Appointment Form */
.appointment-form-wrapper {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    animation: appointmentSlideUp 1s ease-out;
    position: relative;
    overflow: hidden;
}

.appointment-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2196f3, #1e88e5, #ff6600);
}

.form-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 0.75rem;
}

.form-subtitle {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
}

.appointment-form .form-group {
    margin-bottom: 1.75rem;
}

.appointment-form label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
    font-size: 0.938rem;
}

.appointment-form label i {
    color: #2196f3;
    margin-right: 0.5rem;
}

.appointment-form .form-control {
    width: 100%;
    padding: 0.875rem 1.25rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.appointment-form .form-control:focus {
    outline: none;
    border-color: #2196f3;
    background: white;
    box-shadow: 0 0 0 4px rgba(33, 150, 243, 0.1);
}

.appointment-form select.form-control {
    cursor: pointer;
}

.appointment-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.btn-submit-appointment {
    width: 100%;
    padding: 1.125rem 2rem;
    background: linear-gradient(135deg, #2196f3, #1e88e5);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-submit-appointment:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(33, 150, 243, 0.4);
    background: linear-gradient(135deg, #1e88e5, #1976d2);
}

.btn-submit-appointment:active {
    transform: translateY(0);
}

/* Background Decoration */
.appointment-bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.appointment-section .container {
    position: relative;
    z-index: 1;
}

.decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.1), rgba(30, 136, 229, 0.05));
}

.circle-1 {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 5%;
    animation: floatCircle 15s ease-in-out infinite;
}

.circle-2 {
    width: 200px;
    height: 200px;
    bottom: 15%;
    right: 10%;
    animation: floatCircle 12s ease-in-out infinite reverse;
}

.decoration-line {
    position: absolute;
    width: 2px;
    height: 150px;
    background: linear-gradient(180deg, transparent, rgba(33, 150, 243, 0.2), transparent);
}

.line-1 {
    top: 20%;
    right: 15%;
    animation: lineFloat 8s ease-in-out infinite;
}

.line-2 {
    bottom: 25%;
    left: 12%;
    animation: lineFloat 10s ease-in-out infinite reverse;
}

/* Animations */
@keyframes appointmentFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes appointmentSlideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes appointmentSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatCircle {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(30px, -30px) scale(1.1);
    }
}

@keyframes lineFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .appointment-info {
        padding-right: 0;
        margin-bottom: 3rem;
    }
    
    .appointment-title {
        font-size: 2.25rem;
    }
    
    .appointment-form-wrapper {
        padding: 2.5rem;
    }
}

@media (max-width: 768px) {
    .appointment-section {
        padding: 4rem 0;
    }
    
    .appointment-title {
        font-size: 2rem;
    }
    
    .appointment-form-wrapper {
        padding: 2rem;
    }
    
    .form-title {
        font-size: 1.5rem;
    }
    
    .appointment-contact {
        flex-direction: column;
        gap: 1rem;
    }
    
    .contact-item {
        width: 100%;
    }
    
    .benefit-item {
        padding: 1rem;
    }
}

/* Testimonials Section */
.testimonials-section {
    padding: 6rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.section-header {
    margin-bottom: 3rem;
}

.section-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1565c0;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    border: 2px solid #2196f3;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e3c72;
    margin-bottom: 1rem;
}

.section-description {
    font-size: 1.1rem;
    color: #546e7a;
    max-width: 700px;
    margin: 0 auto;
}

/* Testimonials Auto Slider */
.testimonials-slider-wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 3rem;
}

.testimonials-slider {
    display: flex;
    gap: 2rem;
    animation: autoSlide 25s linear infinite;
}

.testimonials-slider:hover {
    animation-play-state: paused;
}

@keyframes autoSlide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-66.666% - 2.666rem));
    }
}

.testimonial-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #e3f2fd;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: calc(33.333% - 1.333rem);
    flex-shrink: 0;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(33, 150, 243, 0.2);
    border-color: #2196f3;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.client-image {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1e88e5 0%, #2196f3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.client-image i {
    font-size: 2.5rem;
    color: white;
}

.client-info {
    flex: 1;
}

.client-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 0.25rem;
}

.client-position {
    font-size: 0.9rem;
    color: #718096;
    margin: 0;
}

.rating {
    margin-bottom: 1.5rem;
}

.rating i {
    color: #ffc107;
    font-size: 1rem;
    margin-right: 0.25rem;
}

.testimonial-text {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 0;
    flex: 1;
}

.quote-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
}

.quote-icon i {
    font-size: 1.5rem;
    color: #2196f3;
}

.btn-view-more {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #1e88e5 0%, #2196f3 100%);
    color: white;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.3);
}

.btn-view-more:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(33, 150, 243, 0.5);
    color: white;
}

.btn-view-more i {
    transition: transform 0.3s ease;
}

.btn-view-more:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 992px) {
    .testimonial-card {
        min-width: calc(50% - 1rem);
    }
    
    @keyframes autoSlide {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-50% - 1rem));
        }
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 4rem 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .testimonial-card {
        min-width: calc(100% - 1rem);
        padding: 2rem;
    }
    
    @keyframes autoSlide {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-100% - 2rem));
        }
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Our Team Section */
.team-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.team-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: linear-gradient(135deg, #ff6600, #ff8533);
    color: white;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    animation: teamFadeIn 1s ease-out;
}

.team-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 1.5rem;
    animation: teamFadeIn 1s ease-out 0.2s backwards;
}

.team-description {
    font-size: 1.125rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 4rem;
    line-height: 1.8;
    animation: teamFadeIn 1s ease-out 0.4s backwards;
}

.team-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #e3f2fd;
    position: relative;
    animation: teamSlideUp 0.8s ease-out backwards;
}

.team-card:nth-child(1) {
    animation-delay: 0.2s;
}

.team-card:nth-child(2) {
    animation-delay: 0.4s;
}

.team-card:nth-child(3) {
    animation-delay: 0.6s;
}

.team-card:nth-child(4) {
    animation-delay: 0.8s;
}

.team-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 50px rgba(33, 150, 243, 0.2);
    border-color: #2196f3;
}

.team-image {
    position: relative;
    width: 100%;
    height: 280px;
    background: linear-gradient(135deg, #1e88e5 0%, #2196f3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team-image i {
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.team-card:hover .team-image i {
    transform: scale(1.1);
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 60, 114, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e3c72;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
}

.team-card:hover .social-links a {
    transform: translateY(0);
    opacity: 1;
}

.social-links a:nth-child(1) {
    transition-delay: 0.1s;
}

.social-links a:nth-child(2) {
    transition-delay: 0.2s;
}

.social-links a:nth-child(3) {
    transition-delay: 0.3s;
}

.social-links a:hover {
    background: linear-gradient(135deg, #ff6600, #ff8533);
    color: white;
    transform: translateY(0) scale(1.1);
}

.team-info {
    padding: 2rem;
    text-align: center;
}

.team-name {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 0.5rem;
}

.team-position {
    font-size: 1rem;
    color: #2196f3;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.team-specialty {
    font-size: 0.938rem;
    color: #666;
    margin-bottom: 1.25rem;
}

.team-stats {
    padding-top: 1rem;
    border-top: 2px solid #e3f2fd;
}

.team-stats span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #ff6600;
}

.team-stats i {
    font-size: 1rem;
}

/* Team Animations */
@keyframes teamFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes teamSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Team Section Responsive */
@media (max-width: 991px) {
    .team-title {
        font-size: 2.25rem;
    }
    
    .team-image {
        height: 240px;
    }
    
    .team-image i {
        font-size: 6rem;
    }
}

@media (max-width: 768px) {
    .team-section {
        padding: 4rem 0;
    }
    
    .team-title {
        font-size: 2rem;
    }
    
    .team-image {
        height: 220px;
    }
    
    .team-image i {
        font-size: 5rem;
    }
    
    .team-info {
        padding: 1.5rem;
    }
}

/* Footer Styles */
.footer {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6600 0%, #ff8533 50%, #ff6600 100%);
}

.footer-top {
    padding: 4rem 0 2rem;
}

.footer-widget {
    margin-bottom: 2rem;
}

.footer-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-subtitle::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #ff6600;
}

.footer-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.social-links {
    display: flex;
    gap: 0.75rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #ff6600;
    color: #ffffff;
    transform: translateY(-5px);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-links a:hover {
    color: #ff6600;
    padding-left: 5px;
}

.footer-links a i {
    font-size: 0.8rem;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer-contact li i {
    color: #ff6600;
    font-size: 1.2rem;
    margin-top: 0.2rem;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.footer-bottom-links li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-links li a:hover {
    color: #ff6600;
}

@media (max-width: 768px) {
    .footer-bottom-links {
        margin-top: 1rem;
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .legal-content h1 {
        font-size: 2rem;
    }
    
    .legal-content p {
        font-size: 1rem;
    }
    
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    .floating-icons {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 1rem;
        max-width: 100%;
    }
    
    .icon-box {
        min-height: 120px;
        padding: 1rem;
    }
    
    .icon-box i {
        font-size: 2rem;
    }
    
    .icon-box p {
        font-size: 0.85rem;
    }
    
    .legal-content {
        padding: 1rem;
    }
    
    .hero-section {
        height: auto;
        min-height: 100vh;
        padding-top: 80px;
    }
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: whatsappFloat 3s ease-in-out infinite;
}

.whatsapp-float i {
    font-size: 2rem;
    color: white;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
    background: linear-gradient(135deg, #128c7e, #075e54);
}

.whatsapp-float::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.3);
    animation: whatsappPulseRing 2s ease-out infinite;
}

@keyframes whatsappFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes whatsappPulseRing {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-float i {
        font-size: 1.5rem;
    }
}

/* Enquiry Sidebar */
.enquiry-sidebar {
    position: fixed;
    top: 0;
    right: -450px;
    width: 450px;
    height: 100vh;
    background: white;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}

.enquiry-sidebar.active {
    right: 0;
}

.enquiry-sidebar-header {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    padding: 2rem;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
}

.enquiry-sidebar-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.close-sidebar {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-sidebar:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.close-sidebar i {
    font-size: 1.25rem;
}

.enquiry-sidebar-content {
    padding: 2rem;
}

.enquiry-intro {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.enquiry-form .form-group {
    margin-bottom: 1.5rem;
}

.enquiry-form label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.938rem;
}

.enquiry-form label i {
    color: #2196f3;
    margin-right: 0.5rem;
}

.enquiry-form .form-control {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 0.938rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.enquiry-form .form-control:focus {
    outline: none;
    border-color: #2196f3;
    background: white;
    box-shadow: 0 0 0 4px rgba(33, 150, 243, 0.1);
}

.enquiry-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.btn-submit-enquiry {
    width: 100%;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #2196f3, #1e88e5);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.125rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-submit-enquiry:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(33, 150, 243, 0.4);
    background: linear-gradient(135deg, #1e88e5, #1976d2);
}

.btn-submit-enquiry:active {
    transform: translateY(0);
}

/* Sidebar Overlay */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Enquiry Sidebar Responsive */
@media (max-width: 768px) {
    .enquiry-sidebar {
        width: 100%;
        right: -100%;
    }
    
    .enquiry-sidebar.active {
        right: 0;
    }
    
    .enquiry-sidebar-header {
        padding: 1.5rem;
    }
    
    .enquiry-sidebar-header h3 {
        font-size: 1.25rem;
    }
    
    .enquiry-sidebar-content {
        padding: 1.5rem;
    }
}

/* ===================================
   Services Page Styles
   =================================== */

/* Services Hero Section */
.services-hero {
    padding: 150px 0 80px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.services-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.3;
}

.services-hero h1 {
    position: relative;
    z-index: 1;
    animation: fadeInDown 1s ease;
}

.services-hero p {
    position: relative;
    z-index: 1;
    animation: fadeInUp 1s ease 0.2s backwards;
}

/* Service Section */
.service-section {
    padding: 80px 0;
}

.service-section.bg-light {
    background-color: #f8f9fa;
}

.service-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    color: white;
    border-radius: 30px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 1.125rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* Service Cards */
.service-card {
    background: white;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    border: 2px solid transparent;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(30, 60, 114, 0.15);
    border-color: #ff6600;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    transform: rotateY(360deg);
}

.service-icon i {
    font-size: 2rem;
    color: white;
}

.service-card h4 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 15px;
}

.service-card p {
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-features li {
    padding: 8px 0;
    color: #495057;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.service-features li i {
    color: #28a745;
    margin-right: 10px;
    font-size: 1rem;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-section .lead {
    font-size: 1.25rem;
    opacity: 0.9;
}

.cta-section .btn {
    padding: 12px 35px;
    font-size: 1.1rem;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.cta-section .btn-light:hover {
    background: #ff6600;
    color: white;
    border-color: #ff6600;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 102, 0, 0.3);
}

.cta-section .btn-outline-light {
    border: 2px solid white;
}

.cta-section .btn-outline-light:hover {
    background: white;
    color: #1e3c72;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .section-title {
        font-size: 2rem;
    }
    
    .service-card {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .services-hero {
        padding: 120px 0 60px;
    }
    
    .services-hero h1 {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .service-section {
        padding: 60px 0;
    }
    
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-section h2 {
        font-size: 1.75rem;
    }
    
    .cta-section .btn {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
}

/* ===================================
   About Page Styles
   =================================== */

/* About Hero Section */
.about-hero {
    padding: 150px 0 80px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.3;
}

.about-hero h1 {
    position: relative;
    z-index: 1;
    animation: fadeInDown 1s ease;
}

.about-hero p {
    position: relative;
    z-index: 1;
    animation: fadeInUp 1s ease 0.2s backwards;
}

/* About Content Section */
.about-content {
    padding: 80px 0;
}

.about-image-wrapper {
    position: relative;
    padding: 20px;
}

.about-image {
    width: 100%;
    height: 350px;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(30, 60, 114, 0.15);
}

.about-image i {
    font-size: 4rem;
    color: #1e3c72;
    position: absolute;
    animation: floatIcon 3s ease-in-out infinite;
}

.about-image i:nth-child(1) {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
}

.about-image i:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: #ff6600;
    animation-delay: 0.5s;
}

.about-image i:nth-child(3) {
    bottom: 20%;
    right: 15%;
    animation-delay: 1s;
}

@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

.about-image::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(45deg);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.lead-text {
    font-size: 1.25rem;
    font-weight: 500;
    color: #1e3c72;
    margin-bottom: 1.5rem;
}

.about-content p {
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.expertise-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.expertise-list li {
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
    color: #495057;
    line-height: 1.8;
    display: flex;
    align-items: flex-start;
}

.expertise-list li:last-child {
    border-bottom: none;
}

.expertise-list li i {
    color: #28a745;
    margin-right: 15px;
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 3px;
}

.expertise-list strong {
    color: #1e3c72;
}

/* Why Choose About Section */
.why-choose-about {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.value-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(30, 60, 114, 0.15);
    border-color: #ff6600;
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.value-card:hover .value-icon {
    background: linear-gradient(135deg, #ff6600 0%, #ff8533 100%);
    transform: scale(1.1) rotateY(360deg);
}

.value-icon i {
    font-size: 2rem;
    color: white;
}

.value-card h4 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 1rem;
}

.value-card p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* Statistics Section */
.stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
}

.stat-box {
    padding: 2rem;
    transition: all 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-10px);
}

.stat-box i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
}

.stat-label {
    font-size: 1.125rem;
    opacity: 0.9;
    margin: 0;
}

/* Responsive Design for About Page */
@media (max-width: 991px) {
    .about-content {
        padding: 60px 0;
    }
    
    .about-image {
        height: 300px;
        margin-bottom: 30px;
    }
    
    .about-image i {
        font-size: 6rem;
    }
    
    .why-choose-about {
        padding: 60px 0;
    }
    
    .stats-section {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 120px 0 60px;
    }
    
    .about-hero h1 {
        font-size: 2rem;
    }
    
    .about-content {
        padding: 50px 0;
    }
    
    .about-image {
        height: 250px;
    }
    
    .about-image i {
        font-size: 5rem;
    }
    
    .lead-text {
        font-size: 1.125rem;
    }
    
    .value-card {
        margin-bottom: 20px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
}
