
.crms-hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 50%, #90caf9 100%);
}

.crms-parallax-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

#crms-parallax-layer-1 {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><circle cx="200" cy="150" r="80" fill="%2342a5f5" opacity="0.1"/><circle cx="900" cy="400" r="120" fill="%231976d2" opacity="0.1"/><circle cx="600" cy="100" r="60" fill="%230d47a1" opacity="0.1"/></svg>');
    background-size: cover;
    z-index: 1;
}

#crms-parallax-layer-2 {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><path d="M0,300 Q300,200 600,300 T1200,300 L1200,600 L0,600 Z" fill="%23ffffff" opacity="0.05"/></svg>');
    background-size: cover;
    background-position: bottom;
    z-index: 2;
}

.crms-hero-container {
    position: relative;
    z-index: 3;
    padding: 80px 20px;
}

.crms-main-heading {
    font-size: 3.5rem;
    font-weight: 800;
    color: #0d47a1;
    margin-bottom: 30px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.05);
}

.crms-hero-text {
    font-size: 1.2rem;
    color: #1565c0;
    margin-bottom: 20px;
    font-weight: 500;
}

.crms-hero-subtext {
    font-size: 1.1rem;
    color: #1976d2;
    font-weight: 400;
}

.crms-hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.crms-img-fluid {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(13, 71, 161, 0.3);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.crms-img-fluid:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.05);
}

.crms-intro-section {
    padding: 100px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
    position: relative;
}

.crms-section-heading {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0d47a1;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.crms-section-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #42a5f5, #1976d2);
    border-radius: 2px;
}

.crms-section-description {
    font-size: 1.2rem;
    color: #546e7a;
    max-width: 800px;
    margin: 30px auto 0;
}

.crms-service-section {
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
}

.crms-service-section:nth-child(even) {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}

.crms-service-section:nth-child(odd) {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.crms-governance-section {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.crms-integration-section {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
}

.crms-storage-section {
    background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);
}

.crms-quality-section {
    background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
}

.crms-analytics-section {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
}

.crms-security-section {
    background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);
}

.crms-backup-section {
    background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
}

.crms-migration-section {
    background: linear-gradient(135deg, #f1f8e9 0%, #dcedc8 100%);
}

.crms-service-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    pointer-events: none;
    background-size: cover;
    background-position: center;
}

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

.crms-service-number {
    font-size: 5rem;
    font-weight: 900;
    color: rgba(13, 71, 161, 0.1);
    line-height: 1;
    margin-bottom: 20px;
}

.crms-service-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0d47a1;
    margin-bottom: 25px;
}

.crms-service-description {
    font-size: 1.15rem;
    color: #37474f;
    margin-bottom: 30px;
    line-height: 1.8;
}

.crms-service-list {
    list-style: none;
    padding: 0;
}

.crms-list-item {
    font-size: 1.05rem;
    color: #455a64;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    line-height: 1.7;
}

.crms-list-icon {
    position: absolute;
    left: 0;
    top: 2px;
    color: #1976d2;
    font-size: 1.5rem;
    font-weight: bold;
}

.crms-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
}

.crms-service-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: transform 0.6s ease;
    display: block;
}

.crms-image-wrapper:hover .crms-service-img {
    transform: scale(1.1);
}

.crms-why-choose-section {
    padding: 120px 20px;
    position: relative;
    background: linear-gradient(135deg, #e1f5fe 0%, #b3e5fc 50%, #81d4fa 100%);
    overflow: hidden;
}

.crms-why-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><circle cx="100" cy="100" r="50" fill="%2342a5f5" opacity="0.1"/><circle cx="1100" cy="700" r="80" fill="%231976d2" opacity="0.1"/><circle cx="600" cy="400" r="100" fill="%230d47a1" opacity="0.08"/></svg>');
    background-size: cover;
    pointer-events: none;
}

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

.crms-why-header {
    margin-bottom: 60px;
}

.crms-features-row {
    margin-top: 40px;
}

.crms-feature-col {
    margin-bottom: 40px;
}

.crms-feature-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(13, 71, 161, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.crms-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #42a5f5, #1976d2);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.crms-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(13, 71, 161, 0.2);
}

.crms-feature-card:hover::before {
    transform: scaleX(1);
}

.crms-feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.crms-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crms-feature-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0d47a1;
    margin-bottom: 15px;
    text-align: center;
}

.crms-feature-text {
    font-size: 1rem;
    color: #546e7a;
    line-height: 1.7;
    text-align: center;
}

.crms-cta-section {
    padding: 100px 20px;
    position: relative;
    background: linear-gradient(135deg, #1976d2 0%, #0d47a1 100%);
    overflow: hidden;
}

.crms-cta-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><path d="M0,200 Q300,100 600,200 T1200,200 L1200,400 L0,400 Z" fill="%23ffffff" opacity="0.05"/></svg>');
    background-size: cover;
    background-position: bottom;
    pointer-events: none;
}

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

.crms-cta-heading {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
}

.crms-cta-text {
    font-size: 1.15rem;
    color: #e3f2fd;
    line-height: 1.8;
}

.crms-cta-button {
    padding: 18px 50px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d47a1;
    background: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.crms-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
    background: #e3f2fd;
}

@media (max-width: 991px) {
    .crms-main-heading {
        font-size: 2.5rem;
    }

    .crms-section-heading {
        font-size: 2.2rem;
    }

    .crms-service-title {
        font-size: 2rem;
    }

    .crms-hero-image {
        margin-top: 50px;
    }

    .crms-service-section {
        padding: 80px 20px;
    }
}

@media (max-width: 767px) {
    .crms-main-heading {
        font-size: 2rem;
    }

    .crms-section-heading {
        font-size: 1.8rem;
    }

    .crms-service-title {
        font-size: 1.7rem;
    }

    .crms-service-number {
        font-size: 3.5rem;
    }

    .crms-cta-heading {
        font-size: 2rem;
    }

    .crms-cta-button-col {
        margin-top: 30px;
    }
}