:root {
    --primary-color: #00325D;
    --secondary-color: #004975;
    --primary-rgb: 21, 87, 174;
    --gradient-primary: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
    --heading-color: #1A1A1A;
    --text-color: #1e1e1e;
    --light-bg: #F8F9FA;
    --border-color: #E9ECEF;
    --white: #fff;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-badge {
    display: inline-block;
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.our-section-badge {
    display: inline-block;
    background: var(--light-bg);
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.our-section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--white);
    margin: 0;
    position: relative;
    padding-bottom: 20px;
    display: block;
    width: 100%;
}

.oursection-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--white);
}

.section-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0;
    position: relative;
    padding-bottom: 20px;
    display: block;
    width: 100%;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--primary-color);
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-color);
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.6;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 220px;
}
.our-section-subtitle {
    font-size: 1.1rem;
    color: var(--white);
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.6;
}

/* Responsive Styles for Section Headers */
@media (max-width: 991px) {
    .section-header {
        margin-bottom: 50px;
    }

    .section-title {
        font-size: 2.4rem;
    }

    .section-subtitle {
        font-size: 1rem;
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .section-header {
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 2rem;
        padding-bottom: 15px;
    }

    .section-badge {
        font-size: 0.8rem;
        padding: 6px 16px;
        margin-bottom: 15px;
    }
}
.service-link{
    color: var(--primary-color);
    text-decoration: none;
}
@media (max-width: 480px) {
    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 0.95rem;
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 100vh;
    padding: 60px 0 60px 0;
    background: linear-gradient(135deg, #00325D 0%, #004975 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

.hero-blueprint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.2;
}

.hero-gears {
    position: absolute;
    width: 100%;
    height: 100%;
}

.gear {
    position: absolute;
    background: url('data:image/svg+xml,<svg width="800" height="800" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.07.65a.85.85 0 0 0-.828.662l-.238 1.05q-.57.167-1.08.448l-.91-.574a.85.85 0 0 0-1.055.118l-.606.606a.85.85 0 0 0-.118 1.054l.574.912q-.28.509-.447 1.079l-1.05.238a.85.85 0 0 0-.662.829v.857a.85.85 0 0 0 .662.829l1.05.238q.166.57.448 1.08l-.575.91a.85.85 0 0 0 .118 1.055l.607.606a.85.85 0 0 0 1.054.118l.911-.574q.51.28 1.079.447l.238 1.05a.85.85 0 0 0 .829.662h.857a.85.85 0 0 0 .829-.662l.238-1.05q.57-.166 1.08-.447l.911.574a.85.85 0 0 0 1.054-.118l.606-.606a.85.85 0 0 0 .118-1.054l-.574-.911q.282-.51.448-1.08l1.05-.238a.85.85 0 0 0 .662-.829v-.857a.85.85 0 0 0-.662-.83l-1.05-.237q-.166-.57-.447-1.08l.574-.91a.85.85 0 0 0-.118-1.055l-.606-.606a.85.85 0 0 0-1.055-.118l-.91.574a5.3 5.3 0 0 0-1.08-.448l-.239-1.05A.85.85 0 0 0 7.928.65zM4.92 3.813a4.5 4.5 0 0 1 1.795-.745L7.071 1.5h.857l.356 1.568a4.5 4.5 0 0 1 1.795.744l1.36-.857.607.606-.858 1.36c.37.527.628 1.136.744 1.795l1.568.356v.857l-1.568.355a4.5 4.5 0 0 1-.744 1.796l.857 1.36-.606.606-1.36-.857a4.5 4.5 0 0 1-1.795.743L7.928 13.5h-.857l-.356-1.568a4.5 4.5 0 0 1-1.794-.744l-1.36.858-.607-.606.858-1.36a4.5 4.5 0 0 1-.744-1.796L1.5 7.93v-.857l1.568-.356a4.5 4.5 0 0 1 .744-1.794L2.954 3.56l.606-.606zM9.026 7.5a1.525 1.525 0 1 1-3.05 0 1.525 1.525 0 0 1 3.05 0m.9 0a2.425 2.425 0 1 1-4.85 0 2.425 2.425 0 0 1 4.85 0" fill="rgba(255,255,255,0.1)"/></svg>') center/contain no-repeat;
}

.gear-1 {
    width: 150px;
    height: 150px;
    top: 10%;
    right: 15%;
    animation: rotate 20s linear infinite;
}

.gear-2 {
    width: 100px;
    height: 100px;
    top: 30%;
    right: 25%;
    animation: rotate 15s linear infinite reverse;
}

.gear-3 {
    width: 80px;
    height: 80px;
    top: 20%;
    right: 35%;
    animation: rotate 25s linear infinite;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #f5f7ff;
    white-space: nowrap;
}

.text-gradient {
    background: linear-gradient(135deg, #ffffff 0%, #165e8e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-description {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: 0.9;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.hero-stat {
    text-align: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

.hero-cta {
    display: flex;
    gap: 20px;
}

.btn {
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-primary {
    background: var(--gradient-primary);
    color: white;
    border: none;
}

.btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.btn:hover {
    transform: translateY(-3px);
}

.btn-primary:hover {
    box-shadow: 0 10px 20px rgba(79, 172, 254, 0.3);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

.hero-image-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 55px;
}

.hero-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.01);
    transition: transform 0.6s ease;
}

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

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.floating-card i {
    font-size: 20px;
    color: #4facfe;
}

.floating-card span {
    font-size: 0.9rem;
    font-weight: 500;
}

.card-1 {
    top: 20%;
    right: -30px;
    animation: float 6s ease-in-out infinite;
}

.card-2 {
    top: 50%;
    left: -30px;
    animation: float 8s ease-in-out infinite;
}

.card-3 {
    bottom: 20%;
    right: -30px;
    animation: float 7s ease-in-out infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-stats {
        gap: 15px;
    }

    .stat-number {
        font-size: 1.8rem;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding: 100px 0;
    }

    .hero-content {
        text-align: center;
        margin-bottom: 50px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .hero-stats {
        max-width: 500px;
        margin: 0 auto 40px;
    }

    .hero-cta {
        justify-content: center;
    }

    .floating-card {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0 40px 0;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .btn {
        padding: 12px 25px;
    }
}

@media (max-width: 576px) {
    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-cta {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }
}

/* About Section Styles */
.about-section {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, #f8f9ff 0%, #f5f7ff 100%);
    overflow: hidden;
}

.about-bg-vector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%231557ae' fill-opacity='0.06'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.about-content-wrapper {
    position: relative;
    z-index: 1;
}

.about-content {
    padding-right: 50px;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 40px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.05);
    transition: all 0.4s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(var(--primary-rgb), 0.1);
}

.feature-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.feature-icon i {
    font-size: 20px;
    color: white;
}

.feature-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--heading-color);
    margin: 0 0 5px;
}

.feature-content p {
    font-size: 0.95rem;
    color: var(--text-color);
    margin: 0;
    line-height: 1.6;
}

.about-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(var(--primary-rgb), 0.15);
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.01);
    transition: transform 0.6s ease;
}

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

.experience-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: var(--primary-color);
    color: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(var(--primary-rgb), 0.3);
}

.experience-badge .years {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.experience-badge .text {
    display: block;
    font-size: 0.9rem;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .about-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .about-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-features {
        grid-template-columns: 1fr;
    }

    .feature-item {
        padding: 20px;
    }

    .feature-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .feature-icon i {
        font-size: 18px;
    }

    .feature-content h4 {
        font-size: 1.1rem;
    }

    .experience-badge {
        bottom: 20px;
        right: 20px;
        padding: 15px;
    }

    .experience-badge .years {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .about-text {
        font-size: 1rem;
    }

    .feature-content p {
        font-size: 0.9rem;
    }
}

/* Services Section */
.services-section {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, #f8f9ff 0%, #f5f7ff 100%);
    overflow: hidden;
}

.services-bg-vector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%231557ae' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
    pointer-events: none;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.contact-info-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(var(--primary-rgb), 0.1);
    transition: all 0.4s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(var(--primary-rgb), 0.15);
}

.contact-info-header {
    margin-bottom: 30px;
}

.contact-info-header h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 15px;
}

.contact-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    border-radius: 3px;
}

.contact-details {
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.contact-icon i {
    font-size: 18px;
    color: white;
}

.contact-text h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--heading-color);
    margin: 0 0 5px;
}

.contact-text p {
    font-size: 0.95rem;
    color: var(--text-color);
    margin: 0;
    line-height: 1.6;
}

.contact-text a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-text a:hover {
    color: var(--primary-color);
}

.contact-map {
    border-radius: 15px;
    overflow: hidden;
    height: 300px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 1200px) {
    .contact-grid {
        gap: 25px;
    }

    .contact-info-card {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }

    .contact-info-header h3 {
        font-size: 1.6rem;
    }
}

@media (max-width: 576px) {
    .contact-info-card {
        padding: 25px;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .contact-icon i {
        font-size: 16px;
    }

    .contact-text h4 {
        font-size: 1rem;
    }

    .contact-text p {
        font-size: 0.9rem;
    }

    .contact-map {
        height: 250px;
    }
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes gridMove {
    0% {
        transform: translateX(0) translateY(0);
    }
    100% {
        transform: translateX(-50px) translateY(-50px);
    }
}

/* Who We Are Section */
.rajdeep-about-section {
    position: relative;
    padding: 100px 0;
    background: var(--white);
    overflow: hidden;
}

.rajdeep-about-bg-vector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.03) 0%, rgba(var(--primary-rgb), 0.08) 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    z-index: 0;
}

.rajdeep-about-content-wrapper {
    position: relative;
    z-index: 1;
}

.rajdeep-about-content {
    padding-right: 40px;
}

.rajdeep-about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 30px;
    opacity: 0.9;
}

.rajdeep-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.rajdeep-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.08);
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.rajdeep-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(var(--primary-rgb), 0.12);
}

.rajdeep-feature-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 12px;
    color: var(--white);
    font-size: 1.4rem;
    flex-shrink: 0;
}

.rajdeep-feature-content {
    flex-grow: 1;
}

.rajdeep-feature-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--heading-color);
    margin: 0 0 8px 0;
}

.rajdeep-feature-content p {
    font-size: 0.95rem;
    color: var(--text-color);
    margin: 0;
    opacity: 0.8;
}

.founders-video-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(var(--primary-rgb), 0.15);
}

.video-frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive styles for Who We Are section */
@media (max-width: 991px) {
    .rajdeep-about-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .rajdeep-feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .rajdeep-about-section {
        padding: 60px 0;
    }
    
    .rajdeep-about-text p {
        font-size: 1rem;
    }
    
    .rajdeep-feature-item {
        padding: 20px;
    }
    
    .rajdeep-feature-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .rajdeep-feature-grid {
        gap: 15px;
    }
    
    .rajdeep-feature-item {
        padding: 15px;
        gap: 15px;
    }
    
    .rajdeep-feature-content h4 {
        font-size: 1.1rem;
    }
}

/* Why Choose Us Section */
.rajdeep-why-choose-section {
    position: relative;
    padding: 100px 0;
    background: var(--white);
}

.rajdeep-why-choose-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}

.rajdeep-features-list {
    flex: 1;
    display: grid;
    gap: 30px;
}

.rajdeep-why-choose-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 30px;
    background: var(--light-bg);
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rajdeep-why-choose-item:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.rajdeep-why-choose-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 15px;
    color: var(--primary-color);
    font-size: 1.8rem;
    box-shadow: 0 10px 20px rgba(var(--primary-rgb), 0.1);
}

.rajdeep-why-choose-text h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 10px;
}

.rajdeep-why-choose-text p {
    font-size: 1rem;
    color: var(--text-color);
    margin: 0;
    line-height: 1.6;
}

.rajdeep-why-choose-image {
    flex: 1;
    position: relative;
}

.rajdeep-why-choose-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .rajdeep-why-choose-wrapper {
        flex-direction: column;
    }
    
    .rajdeep-why-choose-image {
        order: -1;
        margin-bottom: 40px;
    }
    
    .rajdeep-feature-item,
    .rajdeep-why-choose-item {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .rajdeep-about-section,
    .rajdeep-why-choose-section {
        padding: 60px 0;
    }
    
    .rajdeep-feature-icon,
    .rajdeep-why-choose-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .rajdeep-feature-content h4,
    .rajdeep-why-choose-text h3 {
        font-size: 1.1rem;
    }
    
    .rajdeep-about-text p,
    .rajdeep-why-choose-text p {
        font-size: 0.9rem;
    }
}

/* Industries We Serve Section */
.industries-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #f5f7ff 100%);
    position: relative;
    overflow: hidden;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.industry-card {
    position: relative;
    height: 430px;
    perspective: 1500px;
    cursor: pointer;
}

.industry-card-front,
.industry-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    overflow: hidden;
}

.industry-card-front {
    background: white;
    box-shadow: 0 15px 35px rgba(var(--primary-rgb), 0.1);
}

.industry-card-back {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    transform: rotateY(180deg);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.industry-content {
    position: relative;
    z-index: 1;
}

.industry-card:hover .industry-card-front {
    transform: rotateY(-180deg);
}

.industry-card:hover .industry-card-back {
    transform: rotateY(0);
}

.industry-image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.industry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.industry-card:hover .industry-image img {
    transform: scale(1.1);
}

.industry-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    text-align: left;
}

.industry-card-back .industry-title {
    position: relative;
    background: none;
    padding: 0;
    margin: 15px 0;
    font-size: 1.8rem;
}

.industry-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.industry-icon i {
    font-size: 24px;
    color: white;
}

.industry-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.9);
}

.industry-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.industry-features li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.industry-features li i {
    margin-right: 10px;
    font-size: 14px;
    color: white;
}

/* Services Section */
.services-section {
    padding: 100px 0;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(var(--primary-rgb), 0.1);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(var(--primary-rgb), 0.15);
}

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

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.service-icon i {
    font-size: 28px;
    color: white;
}

/* Add styles for SVG icons */
.service-icon img {
    width: 45px;
    height: 45px;
    filter: brightness(0) invert(1); /* Makes the SVG white */
}

.service-card:hover .service-icon {
    transform: rotateY(180deg);
}

.service-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 15px;
}

.service-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-color);
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.service-features li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: var(--text-color);
}

.service-features li i {
    margin-right: 10px;
    color: var(--primary-color);
    font-size: 14px;
}

/* Products Section */
.products-section {
    position: relative;
    padding: 100px 0;
    background: var(--light-bg);
    overflow: hidden;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 50px 0;
}

.product-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.view-details {
    background-color: var(--white);
    padding: 14px;
    border-radius: 50px;
    text-decoration: none;
    color: var(--primary-color);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

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

.product-content {
    padding: 25px;
    background: var(--white);
}

.product-category span {
    display: inline-block;
    padding: 6px 15px;
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary-color);
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.product-title {
    margin: 15px 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.product-title a {
    color: var(--heading-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: var(--primary-color);
}

/* Achievements Section */
.achievements-section {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    overflow: hidden;
    color: white;
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 1;
}

.achievement-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
}

.achievement-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
}

.achievement-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
}

.achievement-icon i {
    font-size: 32px;
    color: white;
}

.achievement-card:hover .achievement-icon {
    transform: rotateY(180deg);
}

.achievement-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 10px;
}

.achievement-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.achievement-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

/* Clients/Partners Section */
.clients-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.clients-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(21, 87, 174, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(21, 87, 174, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.client-slider-container {
    position: relative;
    padding: 30px 60px;
    margin-top: 50px;
}

.client-slider {
    position: relative;
    z-index: 2;
}

.client-logo {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(21, 87, 174, 0.08);
}

.client-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(21, 87, 174, 0.05) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.client-logo:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(21, 87, 174, 0.15);
    border-color: rgba(21, 87, 174, 0.2);
}

.client-logo:hover::before {
    opacity: 1;
}

.client-logo img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(0.95);
}

.client-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1);
}

/* Enhanced Navigation Buttons */
.client-slider-container .swiper-button-prev,
.client-slider-container .swiper-button-next {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(21, 87, 174, 0.15);
    transition: all 0.3s ease;
    color: var(--primary-color);
}

.client-slider-container .swiper-button-prev:after,
.client-slider-container .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
}

.client-slider-container .swiper-button-prev:hover,
.client-slider-container .swiper-button-next:hover {
    background: var(--primary-color);
    color: white;
    transform: scale(1.1);
}

/* Enhanced Pagination */
.client-slider-container .swiper-pagination {
    bottom: -30px;
}

.client-slider-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(21, 87, 174, 0.2);
    opacity: 1;
    transition: all 0.3s ease;
}

.client-slider-container .swiper-pagination-bullet-active {
    background: var(--primary-color);
    width: 30px;
    border-radius: 5px;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .client-slider-container {
        padding: 20px 50px;
    }
}

@media (max-width: 991px) {
    .clients-section {
        padding: 80px 0;
    }

    .client-logo {
        height: 130px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .client-slider-container {
        padding: 15px 40px;
    }

    .client-logo {
        height: 120px;
        padding: 15px;
    }

    .client-slider-container .swiper-button-prev,
    .client-slider-container .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .client-slider-container .swiper-button-prev:after,
    .client-slider-container .swiper-button-next:after {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .clients-section {
        padding: 60px 0;
    }

    .client-slider-container {
        padding: 10px 35px;
    }

    .client-logo {
        height: 100px;
    }
}

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

.pattern-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(21, 87, 174, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(21, 87, 174, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.5;
}

.floating-shapes .shape {
    position: absolute;
    background: var(--primary-color);
    opacity: 0.03;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: -150px;
    left: -150px;
    animation: float 8s ease-in-out infinite;
}

.shape-2 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: -100px;
    animation: float 6s ease-in-out infinite;
}

.shape-3 {
    width: 150px;
    height: 150px;
    top: 50%;
    right: 10%;
    animation: float 7s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -10px) rotate(5deg);
    }
    50% {
        transform: translate(0, -20px) rotate(0deg);
    }
    75% {
        transform: translate(-10px, -10px) rotate(-5deg);
    }
}

/* Trust Indicators */
.client-trust-indicators {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 25px;
    background: white;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(21, 87, 174, 0.08);
    transition: all 0.3s ease;
}

.trust-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(21, 87, 174, 0.15);
}

.trust-item i {
    color: var(--primary-color);
    font-size: 20px;
}

.trust-item span {
    color: var(--text-color);
    font-weight: 500;
    font-size: 15px;
}

/* Additional Responsive Styles */
@media (max-width: 991px) {
    .client-trust-indicators {
        gap: 30px;
        margin-top: 50px;
    }

    .trust-item {
        padding: 12px 20px;
    }

    .trust-item i {
        font-size: 18px;
    }

    .trust-item span {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .client-trust-indicators {
        gap: 20px;
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    .trust-item {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
}

/* Responsive Grid Layouts */
.achievements-grid,
.services-grid,
.products-grid,
.industries-grid {
    display: grid;
    gap: 30px;
    margin: 40px 0;
}

.industries-cta {
    margin-top: 50px;
}

/* Desktop Layout */
@media (min-width: 992px) {
    .achievements-grid { grid-template-columns: repeat(4, 1fr); }
    .services-grid { grid-template-columns: repeat(3, 1fr); }
    .products-grid { grid-template-columns: repeat(3, 1fr); }
    .industries-grid { grid-template-columns: repeat(3, 1fr); margin: 0 auto;}
}

/* Tablet Layout */
@media (min-width: 768px) and (max-width: 991px) {
    .achievements-grid { grid-template-columns: repeat(2, 1fr); }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .industries-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile Layout */
@media (max-width: 767px) {
    .achievements-grid,
    .services-grid,
    .products-grid,
    .industries-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 20px 0;
    }

    /* Card Styles for Mobile */
    .achievement-card,
    .service-card,
    .product-card,
    .industry-card {
        padding: 20px;
        margin: 0 10px;
    }

    /* Achievement Section Mobile Styles */
    .achievement-card {
        text-align: center;
    }
    .achievement-icon {
        margin: 0 auto 15px;
    }
    .achievement-number {
        font-size: 2.5rem;
    }
    .achievement-title {
        font-size: 1.2rem;
    }

    /* Services Section Mobile Styles */
    .service-card {
        text-align: center;
    }
    .service-icon {
        margin: 0 auto 15px;
    }
    .service-title {
        font-size: 1.3rem;
    }
    .service-features {
        padding-left: 0;
        list-style: none;
    }
    .service-features li {
        text-align: center;
    }

    /* Products Section Mobile Styles */
    .product-card {
        margin-bottom: 20px;
    }
    .product-image {
        height: 200px;
    }
    .product-title {
        font-size: 1.2rem;
    }
    .product-description {
        font-size: 0.9rem;
    }

    /* Industries Section Mobile Styles */
    .industry-card {
        height: auto;
        min-height: 300px;
    }
    .industry-title {
        font-size: 1.3rem;
    }
    .industry-description {
        font-size: 0.9rem;
    }
    .industry-features {
        padding-left: 0;
    }
    .industry-features li {
        text-align: center;
    }

    /* Section Headers Mobile Styles */
    .section-header {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .section-title {
        font-size: 1.8rem;
        padding-bottom: 10px;
    }
    .section-subtitle {
        font-size: 0.9rem;
        margin-top: 15px;
    }
    .section-badge {
        font-size: 0.8rem;
        padding: 5px 15px;
    }
}

/* Additional Mobile Optimizations */
@media (max-width: 480px) {
    .achievement-number {
        font-size: 2rem;
    }
    .service-card,
    .product-card,
    .industry-card {
        margin: 0 5px;
        padding: 15px;
    }
    .product-image {
        height: 180px;
    }
}

/* Fix for Swiper Slider in Mobile */
@media (max-width: 767px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .swiper-pagination {
        bottom: 0;
    }
}

/* Ensure content visibility on mobile */
@media (max-width: 767px) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        visibility: visible !important;
    }
}

/* Add responsive adjustments for the hero title */
@media (max-width: 1400px) {
    .hero-title {
        font-size: 3rem;
    }
}

@media (max-width: 1200px) {
    .hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.5rem;
    }
}