/* Scoped Contact Form Styles */
.contact-form-custom {
    max-width: 100%;
}

.contact-form-custom .btn-theme-outline {
    border: 2px solid #007bff;
    color: #007bff;
    background: #fff;
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    position: relative;
}

/* Hide the checkbox input */
.contact-form-custom .btn-theme-outline input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Checked state: blue background, white text */
.contact-form-custom .btn-theme-outline input[type="checkbox"]:checked~span,
.contact-form-custom .btn-theme-outline input[type="checkbox"]:checked {
    background: #007bff !important;
    color: #fff !important;
    border-color: #007bff !important;
}

.contact-form-custom .btn-theme-outline.active,
.contact-form-custom .btn-theme-outline:focus {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.contact-form-custom .btn-theme-outline:focus {
    outline: 2px solid #007bff;
}
.contact-form-custom .form-label {
    font-weight: 500;
    margin-bottom: 0.25rem;
}
.contact-form-custom .contact-form-input {
    border: none;
    border-bottom: 2px solid #6e77d7;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 1.05rem;
    padding-left: 0;
    padding-right: 0;
}
.contact-form-custom .contact-form-input:focus {
    border-color: #8b5cf6;
    background: transparent;
    box-shadow: none;
}

.contact-form-custom textarea.contact-form-input {
    min-height: 120px;
    resize: vertical;
}

.contact-form-custom .form-check-input {
    border-radius: 0.25rem;
    border: 2px solid #6366f1;
    width: 1.2rem;
    height: 1.2rem;
}

.contact-form-custom .form-check-input:checked {
    background-color: #6366f1;
    border-color: #6366f1;
}

.contact-form-custom .form-check-label {
    font-size: 1rem;
    margin-left: 0.5rem;
}

.contact-form-custom .btn-theme-dark {
    background: #0f3460;
    color: #fff;
    border-radius: 2rem;
    font-weight: 500;
    font-size: 1.1rem;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

.contact-form-custom .btn-theme-dark:hover {
    background: #6366f1;
    color: #fff;
}

.contact-form-custom .form-text {
    font-size: 0.95rem;
    color: #6c757d;
    margin-top: 1.5rem;
}
.team-bx .team-img i {
    width: 60px;
    height: 60px;
    background: var(--accent-gradient);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 auto;
}
.prjct-img img {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 5px;
    background-color: #f6f8fa;
}
.charity-vid{
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .contact-form-custom .row.g-4>.col-md-6 {
        margin-bottom: 1.5rem;
    }

    .contact-form-custom .btn-theme-outline {
        padding: 0.5rem 1rem;
        font-size: 0.98rem;
    }
}

/* Light Theme CSS for I See Apps */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --blue-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    --red-gradient: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    --accent-gradient: linear-gradient(135deg, #667eea 0%, #f5576c 100%);
    --light-bg: #ffffff;
    --dark-bg: #000000;
    --light-surface: #f8f9fa;
    --dark-surface: #1a1a1a;
    --card-bg: #ffffff;
    --text-primary: #1a1a1a;
    --text-secondary: #6c757d;
    --text-light: #ffffff;
    --border-color: rgba(0, 0, 0, 0.1);
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
}

body {
    font-family: "Manrope", sans-serif;
    background-color: var(--light-bg);
    color: var(--text-primary);
    line-height: 1.7;
    overflow-x: hidden;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h5,
h6 {
    font-weight: 600;
}

/* Section Titles */
.section-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Light background sections get dark text */
.light-bg .section-title,
.about-section .section-title,
.video-section .section-title,
.partners-carousel .section-title,
.features-capabilities-section .section-title,
.blog-section .section-title {
    color: var(--text-primary);
}

/* Dark background sections get white text */
.dark-bg .section-title,
.hero-section .section-title,
.services-section .section-title,
.projects-section .section-title,
.modern-faq-section .section-title {
    color: var(--text-light);
}

/* Navigation */
.navbar.transparent-nav {
    background: transparent !important;
    backdrop-filter: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar.transparent-nav.navbar-scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    padding: 0;
    box-shadow: var(--shadow-md);
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
}

.navbar .navbar-brand img {
    height: 50px;
    width: auto;
    filter: brightness(0) invert(1);
}

.navbar.transparent-nav.navbar-scrolled .navbar-brand img {
    filter: none;
}

.navbar .navbar-nav {
    gap: 10px;
    align-items: center;
}

.nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
    color: var(--text-light) !important;
}
.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: var(--accent-gradient);
    transition: all 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
    left: 0;
}

/* Dropdown Styles */
.navbar .dropdown-toggle {
    position: relative;
}

.navbar .dropdown-toggle:after {
    display: none;
    /* Hide Bootstrap's default arrow */
}

.navbar .dropdown-toggle i {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
}

.navbar .dropdown-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.dropdown-menu {
    background-image: var(--accent-gradient);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
    margin-top: 0.5rem !important;
    min-width: 200px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
    padding: 8px;
}

.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    margin: 0 !important;
}

.dropdown-item {
    color: #ffffff !important;
    padding: 5px !important;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 8px !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: transparent !important;
    color: #000000 !important;
}

.sec-pad {
    padding: 100px 0;
}

.black-link {
    color: #000 !important;
    opacity: 1 !important;
}

.black-link:hover {
    color: #f5576c !important;
    opacity: 1 !important;
}

.team-bx .team-img {
    margin-bottom: 10px;
    text-align: center;
}

.team-bx .team-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.team-bx {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.team-bx .team-dtls {
    text-align: center;
}

.team-bx .team-dtls p {
    margin: 0;
}

.abt-aprch-bx {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 0px;
    height: 100%;
}

.abt-aprch-bx i {
    background-image: var(--accent-gradient);
    color: #fff;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 24px;
}

.abt-aprch-bx p {
    margin: 0;
}

.abtprch-wrp img {
    height: 100%;
    object-fit: cover;
}

.fs-14 {
    font-size: 14px;
    line-height: normal;
}
.cntct-map{
    line-height:0;
}
.cntct-map iframe{
    width: 100%;
    min-height: 350px;
}
.navbar-scrolled .nav-link{
    color:#000 !important;
}

/* Responsive Dropdown Styles */
@media (max-width: 991.98px) {
    .dropdown-menu {
        position: static !important;
        transform: none !important;
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
        backdrop-filter: none !important;
        margin-top: 0 !important;
        padding-left: 1rem !important;
    }

    .dropdown-item {
        margin: 0 !important;
        border-radius: 0 !important;
        padding: 0.5rem 1rem !important;
        border-left: 2px solid var(--primary-color);
        margin-left: 1rem !important;
    }

    .dropdown-item:hover {
        transform: none !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }
}

/* Services Dropdown Styles */
.services-menu {
    background: var(--accent-gradient);
    backdrop-filter: blur(15px);
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: var(--shadow-lg) !important;
    margin-top: 0.5rem !important;
    padding: 25px !important;
    min-width: 850px;
    width: max-content;
    opacity: 0;
    transform: translateX(-50%) translateY(-15px) scale(0.95);
    transition: all 0.35s ease;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform-origin: top center;
}

.services-menu.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
    pointer-events: auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 1fr));
    gap: 3rem;
    align-items: start;
    justify-content: center;
}

.services-column {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.services-category-title {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    color: #fff;
}

.services-item {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 3px 8px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    position: relative;
    border-left: 3px solid transparent;
    margin-bottom: 0.2rem;
    white-space: nowrap;
    min-width: max-content;
}

.services-item i {
    font-size: 0.85rem;
    min-width: 16px;
    transition: all 0.3s ease;
}

.services-item:hover {
    color: #000;
}

/* Services dropdown positioning */
.services-dropdown {
    position: relative;
}

/* Responsive Services Menu */
@media (max-width: 991.98px) {
    .services-menu {
        position: static !important;
        transform: none !important;
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
        backdrop-filter: none !important;
        margin: 0 !important;
        padding: 1rem 0 !important;
        min-width: auto !important;
        width: auto !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        left: auto !important;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        justify-content: stretch;
    }

    .services-category-title {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        padding-left: 1rem;
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 0.5rem;
        white-space: normal;
    }

    .services-item {
        padding: 0.6rem 1rem;
        margin-left: 1rem;
        font-size: 0.85rem;
        border-left: 2px solid var(--border-color);
        white-space: normal;
        min-width: auto;
    }

    .services-item:hover {
        transform: none;
        background: rgba(255, 255, 255, 0.08);
        border-left-color: var(--primary-color);
    }
}

/* Tablet adjustments */
@media (max-width: 1199.98px) and (min-width: 992px) {
    .services-menu {
        min-width: 800px;
    }

    .services-grid {
        gap: 2.5rem;
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* Fallback background for browsers that don't support video */
.hero-background-fallback,
.hero-section.video-fallback::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.9) 0%,
            rgba(20, 20, 20, 0.8) 50%,
            rgba(0, 0, 0, 0.9) 100%),
        radial-gradient(circle at 30% 70%,
            rgba(102, 126, 234, 0.1) 0%,
            transparent 50%);
    z-index: -3;
}

.hero-section.video-fallback::after {
    content: '';
}

.hero-overlay {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    width: 100%;
}

.hero-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@keyframes heroZoom {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.hero-content {
    padding: 180px 0 130px 0;
}

.hero-title {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 2rem;
    color: var(--text-light);
}

.text-gradient {
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.welcome-text {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--text-light);
}

.hero-description {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.hero-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.feature-item {
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    text-align: left;
}

.hero-features .feature-item i {
    background: var(--accent-gradient);
    width: 30px;
        min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.hero-buttons .btn {
    border-radius: 50px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.hero-buttons .btn-primary {
    background: var(--accent-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.hero-buttons .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5);
}

.hero-buttons .btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.hero-buttons .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-2px);
    color: #fff;
}

/* Global Button Consistency */
.btn {
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    padding: 8px 15px;
}

.btn-primary {
    background: var(--accent-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5);
    color: #ffffff;
}

.btn-outline-primary {
    border: 2px solid #667eea;
    color: #667eea;
    background: transparent;
    backdrop-filter: blur(10px);
}

.btn-outline-primary:hover {
    background: var(--accent-gradient);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.btn-secondary {
    background: var(--secondary-gradient);
    border: none;
    box-shadow: 0 10px 30px rgba(245, 87, 108, 0.3);
    color: white;
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(245, 87, 108, 0.4);
    color: white;
}

/* Circular icon buttons */
.btn-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: var(--accent-gradient);
    border: none;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

.btn-icon:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    color: #ffffff;
}

/* Animated AI Text with Typing Effect */
.animated-ai-text {
    position: relative;
    display: inline-block;
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: brightness(1) drop-shadow(0 0 5px rgba(102, 126, 234, 0.5));
    width: fit-content;
    margin: 0 auto;
    min-height: 90px;
}

.animated-ai-text::after {
    content: '|';
    position: absolute;
    right: -10px;
    top: 0;
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: blink 1s infinite;
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }
}

@keyframes textGlow {
    0% {
        filter: brightness(1) drop-shadow(0 0 5px rgba(102, 126, 234, 0.5));
    }

    100% {
        filter: brightness(1.2) drop-shadow(0 0 20px rgba(102, 126, 234, 0.8));
    }
}

/* Video Section */
.video-section {
    background: var(--light-bg);
    padding: 0 !important;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container {
    width: 80%;
    max-width: 1200px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
}

.video-container.scaled {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
}

.video-wrapper {
    cursor: none;
    position: relative;
}

.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    z-index: 2;
    cursor: pointer;
}

.video-poster::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 1;
}

.video-poster:hover::before {
    background: rgba(0, 0, 0, 0.2);
}

.youtube-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.youtube-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive video adjustments */
@media (max-width: 768px) {
    .video-container {
        width: 95%;
        border-radius: 15px;
    }

    .video-cursor-btn {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .video-wrapper {
        cursor: pointer;
        /* Show cursor on mobile */
    }

    .video-wrapper:hover .video-cursor-btn,
    .video-wrapper .video-cursor-btn {
        opacity: 0.8;
        /* Always show on mobile */
    }
}

.video-cursor-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
    background: var(--accent-gradient);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    cursor: pointer;
}

.video-wrapper:hover .video-cursor-btn {
    opacity: 1;
    pointer-events: all;
}

.video-poster:hover {
    transform: scale(1.02);
}

.video-cursor-btn .fas {
    transform: translateX(2px);
}

/* Services Section */
.services-section {
    background: var(--light-bg);
    padding: 100px 0 0 0;
}

.services-container {
    display: flex;
    min-height: 100vh;
}

.services-content {
    flex: 1;
    padding: 0 60px 0 0;
}

.service-scroll-wrapper {
    padding: 60px 0;
}

.service-block {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 0;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.service-content-inner {
    max-width: 500px;
    padding-left: 60px;
}

.service-badge {
    display: inline-block;
    background: var(--accent-gradient);
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.service-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    line-height: 1.2;
}

.service-description {
    margin-bottom: 2rem;
}

.services-images-fixed {
    flex: 1;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.service-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.8s ease;
    transform: scale(1.1);
}

.service-image.active {
    opacity: 1;
    transform: scale(1);
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .service-scroll-wrapper .service-block:last-child {
    border: 0;
    padding-bottom: 0;
}
    .service-scroll-wrapper {
    padding-top: 0;
    padding-bottom: 40px;
}
    .service-image {
    margin-bottom: 0;
}
    .services-container {
        flex-direction: column;
    }

    .services-content {
        flex: none;
        padding: 0;
    }

    .service-block {
        min-height: auto;
        padding: 20px 0;
    }

    .service-content-inner {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
    }
.service-title {
    font-size: 22px;
    margin: 8px 0 5px 0;
}
    .services-images-fixed {
        position: relative;
        height: 300px;
        order: -1;
    }

    .service-image {
        position: relative;
        height: 300px;
        margin-bottom:0;
        opacity: 1;
        transform: none;
    }

    .service-image:not(:first-child) {
        display: none;
    }
}

/* Projects Section */
.projects-section {
    background: var(--dark-bg);
    padding: 100px 0;
}

.nav-pills .nav-link {
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 0.5rem;
    border-radius: 50px;
    padding: 0.75rem 2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.nav-pills .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #667eea;
    color: #ffffff;
}

.nav-pills .nav-link.active {
    background: var(--accent-gradient);
    color: #fff !important;
    border-color: transparent;
}

/* Masonry Grid Layout */
.masonry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 20px;
    grid-auto-rows: 250px;
    padding: 20px 0;
}

.masonry-item {
    grid-row-end: span 1;
}

.masonry-item.medium {
    grid-row-end: span 2;
}

.masonry-item.tall {
    grid-row-end: span 3;
}

.project-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    background: var(--dark-surface);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: block;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
}

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

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

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.6), transparent 100%);
    color: #fff;
    padding: 2rem;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.project-card:hover .project-overlay {
    transform: translateY(0);
    opacity: 1;
}

.project-overlay h5 {
    font-size: 1.25rem;
}

.project-overlay p {
    font-size: 0.9rem;
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.project-tags .tag {
    background: rgba(255, 255, 255, 0.2);
    color: var(--primary-color);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

/* Tab Content Animation */
.tab-pane {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-pane.active {
    opacity: 1;
}

/* Responsive Masonry */
@media (max-width: 768px) {
    .masonry-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        grid-auto-rows: 200px;
        grid-gap: 15px;
    }

    .masonry-item.medium {
        grid-row-end: span 2;
    }

    .masonry-item.tall {
        grid-row-end: span 2;
    }
}

/* Scroll Effect Services */
.scroll-services {
    background: var(--dark-bg);
    padding: 100px 0;
}

.scroll-service-item {
    opacity: 0.6;
    transition: all 0.3s ease;
}

.scroll-service-item.active {
    opacity: 1;
}

.service-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    min-width: 60px;
}

.scroll-animation-wrapper {
    height: 400px;
    position: relative;
}

.animated-graphic {
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, var(--primary-color), var(--success-color));
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* Partners Section */
.partners-carousel {
    background: var(--light-bg);
    padding: 100px 0;
}

/* Owl Carousel Partners */

.partners-owl.owl-carousel .owl-nav {
    margin-top: 20px;
    text-align: center;
}

.partners-owl.owl-carousel .owl-nav button.owl-prev,
.partners-owl.owl-carousel .owl-nav button.owl-next {
    background: var(--accent-gradient) !important;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    font-size: 26px;
    color: #fff !important;
    transition: all 0.3s ease;
}

.partners-owl.owl-carousel .owl-nav button:hover {
    transform: scale(1.1);
}

.partners-owl.owl-carousel .owl-dots {
    display: none !important;
}

.partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    transition: all 0.3s ease;
    background: var(--light-bg);
    border-radius: 15px;
    min-height: 150px;
}
.projects-owl .partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease;
    background: transparent;
    border-radius: 0;
    min-height: auto;
}

.partner-item:hover .partner-logo {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.1);
}
.projects-owl .partner-item:hover .partner-logo {
    filter: none;
    transform: none;
}

.partners-grid {
    background: var(--light-surface);
    padding: 100px 0;
}

.partners-grid-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.static-partner-logo {
    filter: grayscale(100%) brightness(0.6);
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.static-partner-logo:hover {
    filter: grayscale(0%) brightness(1);
    opacity: 1;
}

/* Remove old partner-logo styles that had animations */
.partner-logo {
    transition: all 0.3s ease;
    max-width: 100%;
    width: auto !important;
}

.partner-logo:hover {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.1);
}

/* Text Split Section */
.text-split-section {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.text-split-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 0 15px;
}

.split-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
}

.split-text-line {
    font-size: clamp(6vw, 12vw, 160px);
    font-weight: 900;
    line-height: 0.85;
    text-align: center;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0;
}

.split-text-content {
    position: relative;
    display: inline-block;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.1);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    word-break: keep-all;
    white-space: nowrap;
    overflow-wrap: normal;
    hyphens: none;
}

/* Individual character styling */
.split-text-content .char {
    display: inline-block;
    position: relative;
    color: rgba(255, 255, 255, 0.08);
    letter-spacing: -0.08em;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
}

/* Word wrapper to prevent word breaking */
.split-text-content .word-wrapper {
    display: inline-block;
    white-space: nowrap;
}

/* Space character styling */
.split-text-content .char.space {
    display: inline-block;
    min-width: 0.3em;
}

/* Animation states */
.split-text-content.animating .char {
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

/* Sequential character animation */
.char.animate {
    animation: characterReveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes characterReveal {
    0% {
        color: rgba(255, 255, 255, 0.08);
        letter-spacing: -0.08em;
        transform: translateY(10px);
        text-shadow: none;
    }

    50% {
        color: rgba(255, 255, 255, 0.6);
        letter-spacing: -0.02em;
        transform: translateY(-5px);
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        color: rgba(255, 255, 255, 0.95);
        letter-spacing: 0;
        transform: translateY(0);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
    }
}

/* Reset animation */
.char.reset {
    animation: characterReset 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes characterReset {
    0% {
        color: rgba(255, 255, 255, 0.95);
        letter-spacing: 0;
        transform: translateY(0);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
    }

    100% {
        color: rgba(255, 255, 255, 0.08);
        letter-spacing: -0.08em;
        transform: translateY(0);
        text-shadow: none;
    }
}

.split-overlay {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    flex-wrap: wrap;
    overflow: hidden;
}

.split-section-title {
    margin-bottom: 2rem;
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    line-height: 1.2;
    max-width: 100%;
    word-wrap: break-word;
}

/* Override split-text-content styles for split-section-title */
.split-section-title.split-text-content {
    color: var(--text-primary);
    text-transform: none;
    letter-spacing: normal;
    opacity: 0.9;
    word-break: keep-all;
    white-space: normal;
    overflow-wrap: normal;
    hyphens: none;
    max-width: 100%;
    text-align: center;
    line-height: 1.2;
}

/* Responsive text handling */
@media (max-width: 768px) {
    .split-section-title.split-text-content {
        white-space: normal;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .split-section-title.split-text-content .word-wrapper {
        display: inline;
        white-space: normal;
        margin-right: 0.2em;
    }

    .text-split-container {
        padding: 0 20px;
        min-height: 300px;
    }

    .split-overlay {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .split-section-title {
        font-size: clamp(1.4rem, 7vw, 2.2rem);
        padding: 0 1rem;
        line-height: 1.3;
    }

    .split-section-title.split-text-content .word-wrapper {
        margin-right: 0.15em;
    }

    .text-split-container {
        padding: 0 15px;
        min-height: 250px;
    }
}

/* Character styling for split-section-title */
.split-section-title.split-text-content .char {
    color: inherit;
    letter-spacing: normal;
    font-weight: inherit;
}

/* Word wrapper styling for split-section-title */
.split-section-title.split-text-content .word-wrapper {
    display: inline-block;
    white-space: nowrap;
}

.split-section-title.split-text-content .word-wrapper:last-child {
    margin-right: 0;
}

/* Animation states for split-section-title characters */
.split-section-title.split-text-content.animating .char {
    color: var(--text-primary);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

/* Title-specific animation keyframes */
.split-section-title .char.animate {
    animation: titleCharacterReveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.split-section-title .char.reset {
    animation: titleCharacterReset 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes titleCharacterReveal {
    0% {
        opacity: 0.4;
        transform: translateY(10px);
        text-shadow: none;
    }

    50% {
        opacity: 0.7;
        transform: translateY(-5px);
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
}

@keyframes titleCharacterReset {
    0% {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
        text-shadow: none;
    }
}

/* Preserve text-gradient styling during animation */
.split-section-title .text-gradient .char {
    background: linear-gradient(45deg, #ffffff, #cccccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.split-section-title .text-gradient .char.animate {
    animation: titleGradientCharacterReveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes titleGradientCharacterReveal {
    0% {
        opacity: 0.4;
        transform: translateY(10px);
        filter: brightness(0.8);
    }

    50% {
        opacity: 0.7;
        transform: translateY(-5px);
        filter: brightness(1.1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: brightness(1.2) drop-shadow(0 0 15px rgba(255, 255, 255, 0.4));
    }
}

/* Enhanced background effect */
.text-split-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.02) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* Space character handling */
.char.space {
    display: inline-block;
    width: 0.3em;
}

/* Prevent text selection during animation */
.split-text-content {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Enhanced glow effect for animated characters */
.char.animate {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

/* Smooth transitions for all character states */
.char {
    will-change: color, letter-spacing, transform, text-shadow;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Performance optimizations */
.split-text-wrapper {
    transform: translateZ(0);
    will-change: transform;
}

/* Mobile optimizations for text split */
@media (max-width: 768px) {
    .text-split-section {
    padding: 15px 0;
}
.split-text-line {
        font-size: 10vw;
        margin: 0.3rem 0;
    }

    .split-section-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .split-text-line {
        font-size: 12vw;
        margin: 0.2rem 0;
    }

    .split-section-title {
        font-size: 2rem;
    }

    .split-text-content .char {
        letter-spacing: -0.05em;
    }

    .split-text-content.animating .char {
        letter-spacing: -0.02em;
    }
}

/* About Section */
.about-section {
    background: var(--dark-bg);
    transition: all 0.8s ease;
    color: var(--text-light);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.about-container {
    display: flex;
    width: 100%;
    min-height: 100vh;
}

.about-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
    background: inherit;
    transition: all 0.8s ease;
    flex-direction: column;
}

.about-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: inherit;
    transition: all 0.8s ease;
}

.about-title {
    transition: all 0.8s ease;
    color: var(--text-light);
}

.text-blue {
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-purple {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-description {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.8s ease;
}

.about-image-container {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}

.about-services {
    padding: 40px 0 0 0;
    display: flex;
    flex-direction: row;
    gap: 30px;
    background: inherit;
    transition: all 0.8s ease;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: var(--shadow-sm);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: var(--accent-gradient);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.service-info h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
    transition: all 0.8s ease;
    color: var(--text-light);
}

.about-section:hover .service-info h4 {
    color: var(--text-light);
}

.service-info p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    transition: all 0.8s ease;
    margin: 0;
}

.about-section:hover .service-info p {
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .about-left {
        padding: 80px 40px;
    }

    .about-content {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .about-container {
        flex-direction: column;
        min-height: auto;
    }

    .about-left,
    .about-right {
        flex: none;
    }

    .about-left {
        padding: 60px 40px;
    }

    .about-right {
        order: -1;
        min-height: 400px;
    }

    .about-image-container {
        height: 400px;
    }

    .about-services {
        flex-direction: row;
        gap: 20px;
    }

    .service-item {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .about-left {
        padding:20px 30px 40px 30px;
    }

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

    .about-services {
        flex-direction: column;
        gap: 20px;
        padding-top: 30px;
    }

    .about-right {
        min-height: 300px;
    }

    .about-image-container {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .about-left {
        padding: 30px 20px;
    }

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

    .about-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .service-item {
        padding: 15px;
        gap: 15px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .service-info h4 {
        font-size: 1.1rem;
    }

    .service-info p {
        font-size: 0.9rem;
    }
}

/* Features & Capabilities Section */
.features-capabilities-section {
    background: var(--dark-bg);
    position: relative;
    padding: 100px 0;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--accent-gradient);
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: #667eea;
    box-shadow: var(--shadow-lg);
}

.feature-icon-wrapper {
    text-align: center;
    margin-bottom: 1.5rem;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: var(--accent-gradient);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.feature-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.feature-content {
    text-align: center;
}

.feature-title {
    color: var(--text-light);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-description {
    color: rgba(255, 255, 255, 0.7);
}

.feature-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 1.5rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-weight: 700;
}

.stat-label {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

.technology-showcase {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.tech-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}

.tech-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.tech-logo-item:hover {
    transform: translateY(-5px);
}

.tech-logo {
    width: 50px;
    height: 50px;
    filter: grayscale(100%) brightness(0.7);
    transition: all 0.3s ease;
}

.tech-logo-item:hover .tech-logo {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.1);
}

.tech-name {
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}

/* Process Step Cards */
.process-step-card {
    padding: 0 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.step-header {
    margin-bottom: 1.5rem;
}

.step-number {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.step-icon-wrapper {
    margin-bottom: 1.5rem;
}

.step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffffff, #cccccc);
    border-radius: 20px;
    position: relative;
}

.step-icon i {
    font-size: 2.5rem;
    color: #000000;
}

.step-title {
    color: var(--text-light);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

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

@media (max-width: 768px) {
.process-step-card {
    padding: 15px;
    background-color: var(--dark-surface);
    border-radius: 15px;
}
.step-icon {
        width: 60px;
        height: 60px;
    }

    .step-icon i {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .feature-card {
        padding: 2rem 1.5rem;
    }

    .tech-logos-wrapper {
        gap: 1.5rem;
    }

    .tech-logo {
        width: 40px;
        height: 40px;
    }

    .feature-stats {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Testimonials - Vertical Masonry */
.testimonials-section {
    background: var(--light-bg);
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.testimonials-section h2 {
    color: var(--text-primary);
}

.review-slider-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.review-slider {
    position: relative;
    /* height: 150vh; */
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
    padding: 30px;
    cursor: grab;
    user-select: none;
}

.review-slider.dragging {
    cursor: grabbing;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.review-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.review-column {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.review-card {
    background: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
    min-height: fit-content;
}

.review-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--accent-gradient);
}

.review-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: var(--shadow-lg);
}

.review-header {
    display: flex;
    align-items: center;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--accent-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    margin-right: 15px;
    flex-shrink: 0;
}

.reviewer-info h4 {
    font-size: 1.1rem;
    color: var(--text-primary);
    margin-bottom: 5px;
    text-align: left;
}

.reviewer-info .title {
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.star-rating {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.stars {
    display: flex;
    margin-right: 10px;
}

.star {
    color: #ffc107;
    font-size: 1.2rem;
    margin-right: 2px;
}

.star.empty {
    color: #ddd;
}

.rating-text {
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.review-text {
    color: var(--text-primary);
    text-align: left;
}

.review-date {
    margin-top: 15px;
    font-size: 0.8rem;
    color: var(--text-secondary);
    text-align: right;
}

/* Masonry Heights - Dynamic and Adaptive */
.review-card.short {
    min-height: fit-content;
}

.review-card.medium {
    min-height: fit-content;
}

.review-card.tall {
    min-height: fit-content;
}

/* Smooth scrolling indicator */
.scroll-indicator {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    pointer-events: none;
}

.review-slider.paused::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}
.contact-form-custom .btn-theme-outline {
    border-color: #6f79dc;
    color: #6f79dc;
}
.contact-form-custom .btn-theme-outline.checked-label {
    background: var(--accent-gradient);
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .review-track {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .review-slider {
        height: 400px;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 50px 10px;
    }

    .review-slider {
        height: 300px;
        padding: 15px;
    }

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

/* Blog Section */
.blog-section {
    background: var(--dark-bg);
    padding: 100px 0;
}

.blog-section h2 {
    color: var(--text-light);
}

.blog-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.blog-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.blog-content {
    padding: 1.5rem;
}

.blog-content .blog-meta {
    color: rgba(255, 255, 255, 0.6);
}

.blog-content h5 {
    color: var(--text-light);
}

.blog-content p {
    color: rgba(255, 255, 255, 0.7);
}

.blog-content .btn-outline-primary {
    color: #667eea;
    border-color: #667eea;
}

.blog-content .btn-outline-primary:hover {
    background: var(--accent-gradient);
    border-color: transparent;
    color: #ffffff;
}

.blog-section .lead {
    color: rgba(255, 255, 255, 0.8);
}

/* Modern FAQ Section */
.modern-faq-section {
    background: var(--light-surface);
    padding: 100px 0;
}
.faq-header h2 {
    color: var(--text-primary);
}

.faq-header .lead {
    color: var(--text-primary);
}

.faq-header p {
    color: var(--text-secondary);
}

.custom-accordion {
    background: transparent;
}

.faq-item {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 15px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.1);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    background: rgba(102, 126, 234, 0.05);
}

.faq-question h5 {
    margin: 0;
    color: var(--text-primary);
    flex: 1;
    padding-right: 1rem;
}

.faq-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-icon i {
    color: #000000;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.faq-item.active .faq-icon {
    background: #000;
    transform: rotate(45deg);
}

.faq-item.active .faq-icon i {
    color: #fff;
}

.faq-item.active .faq-icon i:before {
    content: "\f068";
    /* minus icon */
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: var(--light-surface);
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-content {
    padding: 10px 2rem 2rem 2rem;
}

.faq-content p {
    margin: 0;
    color: var(--text-secondary);
}

@media (max-width: 768px) {
    .faq-question {
        padding:10px;
    }

    .faq-question h5 {
        font-size: 1rem;
        padding-right: 0.75rem;
    }

    .faq-icon {
        width: 35px;
        height: 35px;
    }

    .faq-content {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

    .modern-faq-section {
        padding: 40px 0;
    }
}

/* Infinite Scrolling Title */
.infinite-scroll-wrapper {
    background: #0a0a0a;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0 10px 0;
}

.infinite-scroll-track {
    display: inline-flex;
    animation: infiniteScroll 30s linear infinite;
    gap: 4rem;
    align-items: center;
}

.scroll-text {
    font-size: 60px;
    font-weight: 800;
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    opacity: 0.3;
    line-height: 1;
}

.scroll-text::after {
    content: "●";
    margin-left: 2rem;
}

@keyframes infiniteScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Modern Footer */
.modern-footer {
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

.footer-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.footer-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background:
        radial-gradient(circle at 20% 30%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(245, 87, 108, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(102, 126, 234, 0.05) 0%, transparent 50%); */
    animation: patternMove 20s ease-in-out infinite;
}

@keyframes patternMove {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-20px, -20px) scale(1.05);
    }
}

/* Footer Testimonial */
.footer-testimonial {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--accent-gradient);
}

.quote-icon {
    font-size: 3rem;
    opacity: 0.3;
    line-height: normal;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.author-photo {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary-color);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.author-info {
    text-align: left;
}

.author-name {
    font-size: 18px;
    margin-bottom: 0;
}

.author-title {
    font-size: 12px;
    margin: 2px 0 0 0;
}

.rating {
    display: flex;
    gap: 3px;
}

.rating .fas {
    color: #ffc107;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .footer-testimonial {
        padding: 25px 0;
    }

    .testimonial-card {
        padding: 20px 15px;
        border-radius: 10px;
    }
    .testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .author-info {
        text-align: center;
    }

    .quote-icon {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}

.footer-main {
    position: relative;
    z-index: 1;
}

.footer-brand {
    position: relative;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.brand-logo i {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ffffff, #cccccc);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 1.5rem;
}

.brand-logo h3 {
    color: white;
    margin: 0;
    font-weight: 700;
}

.footer-brand .brand-logo img {
    height: 50px;
    filter: brightness(0) invert(1);
}

.footer-heading {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--primary-color);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 2px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-size: 14px;
    opacity: 0.6;
}

.footer-links a:hover {
    color: #f25974;
    padding-left: 10px;
    opacity: 1;
}

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

.contact-item i {
    width: 25px;
    height: 25px;
    background: var(--accent-gradient);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
    font-size: 14px;
}

.contact-item div {
    flex: 1;
}

.contact-label {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.contact-item a,
.contact-item div span {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
    display: block;
    width: fit-content;
    opacity: 0.6;
}

.contact-item a:hover {
    color: #f25974;
    opacity: 1;
}

.social-links {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.social-link {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.social-link:hover {
    background: var(--accent-gradient);
    border: 0;
    color: white;
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.copyright {
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    font-size: 12px;
}

@media (max-width: 768px) {
    .infinite-scroll-track {
        gap: 2rem;
    }

    .scroll-text {
        font-size:25px;
    }

    .scroll-text::after {
        margin-left: 1rem;
    }
    .copyright {
        text-align: center;
    }
}

.blockquote {
    border-left: 4px solid var(--primary-color);
    padding-left: 2rem;
}

.social-links a {
    color: var(--text-secondary);
}

/* Fixed Project Button */
.fixed-project-btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.3s ease;
}

.fixed-project-btn.show {
    opacity: 1;
    transform: translateY(0);
}

.fixed-project-btn .btn {
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    animation: bounce 2s infinite;
    white-space: nowrap;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

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

    .hero-description {
        font-size: 1rem;
    }
    .feature-item {
        justify-content: flex-start !important;
    }
    .blog-card {
        margin-bottom: 2rem;
    }

    .fixed-project-btn {
        bottom: 20px;
        right: 20px;
    }

    .fixed-project-btn .btn {
        padding: 10px 18px;
        font-size: 0.85rem;
    }

    /* Mobile video background optimization */
    .hero-video-background {
        /* On mobile, ensure video covers properly */
        min-width: 120%;
        min-height: 120%;
    }

    .hero-overlay {
        /* Slightly more opacity on mobile for better text readability */
        background: rgba(0, 0, 0, 0.6);
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size:25px !important;
        line-height: 1.2;
    }

    .welcome-text {
        font-size: 0.8rem;
        letter-spacing: 1px;
    }

    .hero-content {
        padding: 1rem 0;
    }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--dark-surface);
}

::-webkit-scrollbar-thumb {
    background: var(--accent-gradient);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #cccccc;
}

/* Loading Animation */
.loading-spinner {
    border: 3px solid var(--border-color);
    border-top: 3px solid var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.nav-pills .nav-link.active:after,
.nav-pills .nav-link:hover:after {
    display: none;
}

/* Mobile Navigation Styles */
@media(max-width:991px) {
.navbar .navbar-collapse {
    padding: 0 10px 10px 10px;
    background: rgba(10, 10, 10, 0.95) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    display: none;
    transition: all 0.3s ease;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 100vh;
        overflow-y: auto;
}
    .navbar .navbar-collapse.show {
        display: block !important;
    }

    .navbar-nav {
        padding: 10px 0;
    }
}

/* Inner Hero Banner Styles */
.inner-hero-banner {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/inner-banner.jpg');
    padding: 120px 0 80px;
    overflow: hidden;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.inner-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(168, 85, 247, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.inner-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.inner-hero-banner h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
        text-transform: capitalize;

}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.breadcrumb-item {
    font-size: 1rem;
    color: #64748b;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '/';
    color: #94a3b8;
    padding: 0 0.5rem;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #f5576c;
}

.breadcrumb-item.active {
    color: #f5576c;
    font-weight: 600;
}

@media (max-width: 768px) {
    .inner-hero-banner {
        min-height: 300px;
        padding: 100px 0 60px;
    }

    .inner-hero-banner h1 {
        font-size: 2.5rem;
    }

    .breadcrumb-item {
        font-size: 0.9rem;
    }
}

/* Sticky Sidebar Card - Matching left-sticky-top.png */
.sticky-sidebar-card {
    position: sticky;
    top: 100px;
    border-radius: 20px;
    padding: 30px 25px 20px 25px;
    background-image: url('../images/inr-sidebar-bg.png');
    overflow: hidden;
    background-size:cover;
}

.sticky-sidebar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(139, 92, 246, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.team-avatars {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.team-avatars img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #1a1a2e;
    margin-left: -15px;
    transition: transform 0.3s ease;
}

.team-avatars img:first-child {
    margin-left: 0;
}

.team-avatars img:hover {
    transform: translateY(-5px) scale(1.1);
    z-index: 2;
}

.satisfaction-stat {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
    line-height: normal;
}

.stat-text {
    display: block;
    line-height: 1.4;
}

.cta-button-wrapper {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.contact-info {
    position: relative;
    z-index: 1;
}

/* Inner Page Content Sections */
.content-section {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Service Cards */
.service-card {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 15px;
    height: 100%;
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 10px 30px rgba(99, 102, 241, 0.15);
}

.service-icon i {
    font-size: 2rem;
    color: #fff;
}

/* Solutions List */
.solution-item {
    display: flex;
    gap: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.solution-item:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}

.solution-number {
    font-size: 2rem;
    font-weight: 700;
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    flex-shrink: 0;
}

/* Benefit Cards */
.benefit-card {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 15px;
    height: 100%;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: var(--accent-gradient);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.benefit-icon i {
    color: #fff;
}

/* Responsive Design for Inner Pages */
@media (max-width: 991.98px) {
    .sticky-sidebar-card {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    .content-section {
        padding: 30px 20px;
    }

    .section-heading {
        font-size: 2rem;
    }

    .solution-item {
        flex-direction: column;
        gap: 15px;
    }

    .solution-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .section-heading {
        font-size: 1.75rem;
    }

    .section-subheading {
        font-size: 1.25rem;
    }

    .service-card,
    .benefit-card {
        padding: 25px 20px;
    }

    .solution-item {
        padding: 20px;
    }
}

/* About Page - Creative Service Section Styles */
.about-services-section .about-service-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1rem;
}

.about-services-section .about-service-list li {
    margin-bottom: 0.5rem;
    text-align: left;
}

.about-services-section .about-service-list a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #0f3460;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0.5rem;
    padding: 0.25rem 0.5rem;
    transition: background 0.2s, color 0.2s;
}

.about-services-section .about-service-list a:hover {
    background: #e94560;
    color: #fff;
}

.about-services-section .about-service-list i {
    font-size: 1.1rem;
    color: #e94560;
    transition: color 0.2s;
}

.about-services-section .about-service-list a:hover i {
    color: #fff;
}

.about-services-section .about-service-desc {
    font-size: 0.97rem;
    color: #6c757d;
    margin-left: 2.1rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-style: italic;
    transition: color 0.2s;
}

.about-services-section .about-service-list a:hover+.about-service-desc {
    color: #fff;
}

.about-services-section .about-service-card {
    border-radius: 10px;
    overflow: hidden;
}

.about-services-section .about-service-list-clean {
    margin: 0;
}

.about-services-section .about-service-list-clean a {
    display: flex;
    gap: 0.5rem;
    text-decoration: none;
    transition: color 0.2s;
    color: #000;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.about-services-section .about-service-list-clean a:hover {
    background: var(--dark-surface);
    color: #fff;
}

.about-services-section .about-service-list-clean i {
    font-size: 1.5rem;
    background: var(--accent-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.2s;
}

.abt-srv-hd {
    background: var(--accent-gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}

.abt-srv-hd .about-service-icon {
    font-size: 20px;
}

.about-services-section .about-service-list-clean a p {
    margin: 0;
}

.about-services-section .about-service-list-clean li:last-child a {
    border-bottom: 0;
}

@media (max-width: 991.98px) {
    .about-services-section .about-service-card {
        margin-bottom: 2rem;
    }
}

@media (max-width: 991.98px) {
    .about-services-section .about-service-list {
        grid-template-columns: 1fr;
    }
}

.prjctpg-wrp .nav-pills .nav-link {
    background: var(--dark-surface);
        margin: 0;
}

.prjctpg-wrp .nav-pills .nav-link.active {
    background: var(--accent-gradient);
    color: #fff !important;
    border-color: transparent;
}
.prjctpg-wrp #projectTabs {
    gap: 5px;
}

/* responsive */
@media(max-width:1199px){
    .services-menu.show {
    transform: translateX(-24%) translateY(0) scale(1);
}
}
@media(max-width:991px){
    .hero-features {
    justify-content: start;
}
    .sticky-sidebar-card {
    margin-top: 40px;
}
    .navbar-scrolled .nav-link{
    color:#fff !important;
}
    .navbar .dropdown-toggle {
    align-items: center;
    justify-content: space-between;
            display: flex;
}
    .navbar .navbar-nav .nav-item {
    width: 100%;
}
    .services-item:hover {
    color: #fff;
}
    .navbar .navbar-nav {
    align-items: start;
}
    .navbar-scrolled .navbar-toggler {
    filter: invert(1);
}
    .hero-title {
    font-size: 3.5rem;
}
.hero-features {
    gap: 10px;
    flex-wrap: wrap;
}
}
@media(max-width:767px){
    .infinite-scroll-wrapper {
    padding: 20px 0 0 0;
}
    .cntct-map iframe {
    min-height: 250px;
}
    body{
        font-size: 15px;
    }
    .lead {
    font-size: 16px;
}
    .about-services-section .row .px-5 {
    padding: 0 10px !important;
}
    h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 16px;
}
    .service-icon {
    border-radius: 10px;
}
    .service-icon i {
    font-size: 1.5rem;
}
    .service-card {
    height: auto;
}
    .content-section.p-5 {
    padding: 25px !important;
}
    .sec-pad {
    padding: 40px 0;
}
    .faq-item {
    margin-bottom: 10px;
}
    .custom-accordion {
    margin-top: 30px;
}
    .blog-content {
    padding: 20px;
}
    .blog-card {
    height: auto !important;
    margin-bottom: 0 !important;
}
    .step-description {
    margin: 0;
}
    .step-icon-wrapper {
    margin-bottom: 0;
}
    .step-header {
    margin-bottom: 5px;
}
    .features-capabilities-section {
    padding: 40px 0;
}
    .partners-owl.owl-carousel .owl-nav button.owl-prev,
    .partners-owl.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    margin: 0 2px;
    font-size: 20px;
}
    .partners-carousel,
    .testimonials-section,
    .blog-section{
    padding: 40px 0;
}       
    .service-description {
    margin-bottom: 0;
}
    .service-badge {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin-bottom: 5px;
}
    .services-section {
    padding: 30px 0 0 0;
}
    .projects-section {
    padding: 30px 0;
}
    .btn-primary {
    box-shadow: none;
}
    .animated-ai-text {
    min-height: 50px;
}
    .hero-content {
    padding: 30px 0 0px 0;
}
}
@media(max-width:575px){
    .abt-tm .px-5 {
    padding: 0 10px !important;
}
    .testimonial-card {
    padding: 15px !important;
}
    .inner-hero-banner h1 {
    font-size: 30px;
}
    .service-card.p-4 {
    padding: 15px !important;
}
    .content-section.p-5 {
    padding: 20px !important;
}
    .testimonials-section {
    min-height: auto;
}
    .technology-showcase {
    padding: 10px;
}
    .video-section {
    min-height: auto;
}
    .about-right {
    min-height: auto;
}
    .split-section-title.split-text-content {
    text-align: left;
    padding: 0;
}
    .split-section-title {
    margin-bottom: 15px;
}
    .split-overlay {
    padding: 30px 0;
}
}