
:root {
    /* Modern Color Palette */
    --primary: #4f46e5;       /* Indigo */
    /* --primary-light: #6366f1;  */
    /* Lighter indigo */
    --primary-dark: #4338ca;  /* Darker indigo */
    --primary-soft: #f5f5f5;  /* Soft indigo background */
    --primary-blue: #004696;  /* Soft indigo background */
    --primary-light: #e0e7ff;

    --secondary: #10b981;     /* Emerald */
    --secondary-light: #34d399;
    --secondary-dark: #059669;

    --accent: #f59e0b;       /* Amber */
    --accent-light: #fbbf24;
    --accent-dark: #d97706;

    /* Neutral Colors */
    --dark: #1e293b;         /* Dark slate */
    --gray: #64748b;         /* Medium gray */
    --light-gray: #f5f5f5;   /* Light background */
    --white: #ffffff;
    --text-color: #2b2d42;
    --medium-gray: #e9ecef;


    --secondary: #00b894;
    --danger: #d63031;
    --warning: #fdcb6e;
    --info: #0984e3;
    --success: #00b894;


    /* Gradients */
    --gradient-primary: linear-gradient(135deg, var(--primary), var(--primary-dark));
    --gradient-secondary: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
    --gradient-accent: linear-gradient(135deg, var(--accent), var(--accent-dark));
    --gradient-header: linear-gradient(135deg, #004696, #1c344ea2);
    --gradient-marquee: linear-gradient(135deg, #BEADFA, #FFF3DA);
    --text-gradient-primary : linear-gradient(90deg, #6f42c1 0%, #0d6efd 100%);
    /* --gradient-text: linear-gradient(135deg, var(--accent), var(--accent-dark)); */

    /* Shadows */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.12);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1);

    box-shadow: 0 10px 20px rgba(255, 200, 120, 0.08);
    --transition: all 0.3s ease;
}

*{
    /* font-family: 'Josefin Sans', sans-serif; */
    font-family: 'Poppins', sans-serif;
    /* font-family:'Poppins', 'Josefin Sans',  sans-serif; */



}

h1, h2, h3,h4,h5,h6 {
    font-family: 'Josefin Sans', sans-serif;
    /* font-weight: 600;  */
}

body, p, button {
    font-family: 'Poppins', sans-serif; /* Neutral body text */
    font-weight: 400; /* Regular weight for readability */
}

body {
    /* font-family: 'Poppins', Arial, sans-serif; */

    line-height: 1.7;
    color: var(--dark);
    /* background-color: var(--primary-soft); */
    overflow-x: hidden;
}











/*---------------------------------------------------
                    HERO SECTION
----------------------------------------------------*/

.hero-section {
    padding: 7rem 0 4rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f9fafc 0%, #ffffff 100%);
}

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

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

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a237e;
}

.gradient-text {
    background: linear-gradient(135deg, #1a237e 0%, #800020 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding-bottom: 5px;
    background-size: 200% auto;
    animation: gradientShift 5s ease infinite;
}

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

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
@media (max-width: 767.98px) {
    .hero-title {
        line-height: 1.2;
    }
    .hero-title span.d-inline-block {
        display: block !important;
    }
}
.hero-subtitle {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 500px;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-weight: 400;
}

.btn-explore {
    background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
    border: none;
    padding: 0.75rem 1.75rem;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(26, 35, 126, 0.2);
    transition: all 0.3s ease;
    color: white;
}

.btn-outline-primary {
    border-color: #1a237e;
    color: #1a237e;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: #1a237e;
    color: white;
}

/* Lottie Animation Container */
.lottie-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
    transform: translateY(10px);
}

/* Animated Background Elements */
.bg-shape-1 {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(26, 35, 126, 0.05) 0%, rgba(128, 0, 32, 0.05) 100%);
    z-index: 1;
    animation: float 8s ease-in-out infinite;
}

.bg-shape-2 {
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 400px;
    height: 400px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: linear-gradient(135deg, rgba(128, 0, 32, 0.03) 0%, rgba(26, 35, 126, 0.03) 100%);
    z-index: 1;
    animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.stars {
    letter-spacing: 2px;
}

/* AOS animations */
[data-aos="zoom-in"] {
    transform: scale(0.8);
    opacity: 0;
    transition-property: transform, opacity;
}

[data-aos="zoom-in"].aos-animate {
    transform: scale(1);
    opacity: 1;
}


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

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

    .mega-menu {
        padding: 1.5rem;
    }

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





/*---------------------------------------------------
                  Our Services
----------------------------------------------------*/

.text-gradient.bg-gradient-primary {
    background: linear-gradient(90deg, #f8961e, #f3722c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-premium {
    background: var(--primary-soft);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #ffff !important;
}

.card-premium:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px #ffff !important;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card-premium:hover .icon-circle {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.animated-heading {
    position: relative;
    display: inline-block;
    color: var(--heading-color);
    transition: all 0.3s ease;
}

.card-premium:hover .animated-heading {
    animation: headingColorPulse 1.5s infinite alternate;
}

@keyframes headingColorPulse {
    0% {
        color: var(--heading-color);
        transform: scale(1);
    }
    100% {
        color: var(--heading-color);
        text-shadow: 0 0 10px rgba(var(--heading-color-rgb), 0.3);
        transform: scale(1.03);
    }
}

.hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.card-premium:hover .hover-bg {
    opacity: 1;
}

.z-index-1 {
    z-index: 1;
}

.btn-outline-primary {
    border-color: #4895ef;
    color: #4895ef;
}

.btn-outline-primary:hover {
    background: linear-gradient(135deg, #4cc9f0 0%, #4895ef 100%);
    color: #fff;
    border-color: transparent;
}

.btn-outline-danger {
    border-color: #b5179e;
    color: #b5179e;
}

.btn-outline-danger:hover {
    background: linear-gradient(135deg, #f72585 0%, #b5179e 100%);
    color: #fff;
    border-color: transparent;
}

.btn-outline-purple {
    border-color: #3a0ca3;
    color: #3a0ca3;
}

.btn-outline-purple:hover {
    background: linear-gradient(135deg, #560bad 0%, #3a0ca3 100%);
    color: #fff;
    border-color: transparent;
}

.btn-outline-warning {
    border-color: #f3722c;
    color: #f3722c;
}

.btn-outline-warning:hover {
    background: linear-gradient(135deg, #f8961e 0%, #f3722c 100%);
    color: #fff;
    border-color: transparent;
}

.transition-all {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}



.feature-section {
    position: relative;
    background-color: #ffffff;
    padding: 3rem 0;
}

.text-gradient {
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card {
    transition: all 0.3s ease;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.shadow-hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.shadow-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(59, 130, 246, 0.15);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.card:hover .icon-wrapper {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(59, 130, 246, 0.2);
}

.features-list {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1rem 0;
}

.feature-item span {
    color: #333;
}

/* Slower card animations */
[data-aos="fade-up"] {
    transform: translateY(30px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
    opacity: 1;
}

/* Card hover effects */
.card-premium {
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    border-radius: 12px;
    will-change: transform;
}

.card-premium:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12) !important;
}

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.card-premium:hover .icon-circle {
    transform: scale(1.15) rotate(5deg);
}

.hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 0;
}

.card-premium:hover .hover-bg {
    opacity: 1;
}

.animated-heading {
    position: relative;
    display: inline-block;
    transition: all 0.4s ease;
}

.card-premium:hover .animated-heading {
    transform: translateY(-3px);
}

.animated-heading::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--heading-color);
    transition: width 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.card-premium:hover .animated-heading::after {
    width: 70px;
}


/* Responsive Adjustments */


@media (max-width: 768px) {
    .hero-section {
        padding: 6rem 0 4rem;
    }

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

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

    .mega-menu {
        position: relative !important;
        transform: none !important;
        left: 0 !important;
        width: 100%;
    }

    .marquee-item {
        font-size: 1.2rem;
        margin: 0 1.5rem;
    }
}

/* Animation Classes */
.animate-delay-1 {
    animation-delay: 0.2s;
}

.animate-delay-2 {
    animation-delay: 0.4s;
}

.animate-delay-3 {
    animation-delay: 0.6s;
}

/* Floating Animation */
.floating {
    animation: float 6s ease-in-out infinite;
}



/*---------------------------------------------------
                  Who we are?
----------------------------------------------------*/
/* About Us - Pure Minimalist Elegance */
.about-minimal {
    padding: 60px 0;
    background: #fefefe;
    position: relative;
}

.minimal-container {
    max-width: 900px;
    margin: 0 auto;
    /* padding: 0 30px; */
}



.minimal-divider {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #4f46e5, #8b5cf6);
    margin: 50px auto;
    border-radius: 2px;
}

/* .minimal-section {
    margin-bottom: 80px;
} */

.section-title {
    font-size: 1.1rem;
    /* text-transform: uppercase; */
    letter-spacing: 3px;
    color: #4f46e5;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #4f46e5;
    border-radius: 50%;
}

.approach-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.approach-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.approach-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4f46e5;
    min-width: 50px;
    padding-top: 5px;
}

.approach-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.4;
}

.approach-content p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.8;
}

.minimal-quote {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #444;
    text-align: center;
    max-width: 800px;
    margin: 80px auto;
    padding: 0 30px;
    position: relative;
    font-weight: 350;
    font-style: italic;
}

.minimal-quote::before,
.minimal-quote::after {
    content: '"';
    font-size: 4rem;
    color: #4f46e5;
    opacity: 0.15;
    position: absolute;
    line-height: 1;
    font-family: serif;
}

.minimal-quote::before {
    top: -10px;
    left: 0;
}

.minimal-quote::after {
    bottom: -40px;
    right: 0;
}

.timeline {
    position: relative;
    padding-left: 80px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #4f46e5, #8b5cf6);
}

.timeline-item {
    position: relative;
    padding-bottom: 50px;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-year {
    position: absolute;
    left: -80px;
    top: 0;
    width: 60px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #4f46e5;
    background: white;
    padding: 8px 0;
    border-radius: 20px;
    border: 2px solid rgba(79, 70, 229, 0.2);
}

.timeline-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.timeline-content p {
    font-size: 1.05rem;
    color: #666;
    line-height: 1.8;
}

.modern-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 60px;
}

.value-pill {
    background: white;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    color: #4f46e5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(79, 70, 229, 0.1);
}

.value-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.1);
    background: linear-gradient(90deg, #4f46e5, #8b5cf6);
    color: white;
}

.value-icon {
    margin-right: 12px;
    font-size: 1.2rem;
}

@media (max-width: 768px) {


    .minimal-title {
        font-size: 2.2rem;
    }

    .minimal-subtitle {
        font-size: 1.1rem;
    }

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

    .minimal-quote {
        font-size: 1.3rem;
        margin: 60px auto;
    }

    .timeline {
        padding-left: 60px;
    }

    .timeline::before {
        left: 25px;
    }

    .timeline-year {
        left: -60px;
        width: 50px;
    }

    .modern-values {
        gap: 10px;
    }

    .value-pill {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}


/*---------------------------------------------------
                   Footer Styles
----------------------------------------------------*/

.footer {
    background: var(--gradient-header);
    color: var(--white);
    padding: 3rem 0 1.5rem;
    position: relative;
}

.footer a {
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.footer a:hover {
    color: var(--highlight);
}

.footer h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    color: var(--white);
}

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

.footer ul li {
    margin-bottom: 0.6rem;
}

.newsletter-form {
    display: flex;
    max-width: 350px;
    margin-top: 1rem;
}

.newsletter-form input {
    flex: 1;
    padding: 0.7rem;
    border: none;
    border-radius: 50px 0 0 50px;
    background: var(--white);
    color: var(--dark);
    font-size: 0.9rem;
}

.newsletter-form button {
    padding: 0.7rem 1.2rem;
    border: none;
    background: var(--primary);
    color: var(--white);
    border-radius: 0 50px 50px 0;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.newsletter-form button:hover {
    background: var(--highlight);
}

.social-icons a {
    font-size: 1.2rem;
    margin-right: 0.8rem;
    color: var(--white);
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: var(--highlight);
    transform: scale(1.1);
}

.footer-bottom {
    border-top: 1px solid var(--accent);
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.85rem;
}





.bg-primary-soft {
    background-color: rgba(59, 130, 246, 0.1);
}

.rounded-4 {
    border-radius: 1rem !important;
}

/* .btn-primary {
  background-color: #3b82f6;
  border-color: #3b82f6;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #2563eb;
  border-color: #2563eb;
  transform: translateY(-2px);
} */

.letter-spacing-2 {
    letter-spacing: 2px;
}

.border-light {
    border-color: rgba(0, 0, 0, 0.03) !important;
}




/*---------------------------------------------------
                   Our Mission
----------------------------------------------------*/
.diamond-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    height: 500px;
    margin: 0 auto;
}

.diamond {
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: rotate(45deg);
    transition: all 0.4s ease;
    cursor: pointer;
    position: absolute;
    border: 2px solid #fff;
}

.diamond-content {
    transform: rotate(-45deg);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.diamond:hover {
    transform: rotate(45deg) scale(1.08);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.diamond i {
    font-size: 36px;
    margin-bottom: 8px;
}

.diamond p {
    margin: 0;
    font-weight: 400;
    line-height: 1.3;
    /* font-size: 14px; */
    color: #2c3e50;
}

/* Top row - 4 diamonds */
.diamond-1 {
    background-color: #ffb598;
    top: 50px;
    left: -40px;
}

.diamond-1 i {
    color: rgb(240, 106, 53);
}

.diamond-1:hover {
    background-color: white;
}

.diamond-1:hover i,
.diamond-1:hover p {
    color: rgb(240, 106, 53);
}

.diamond-2 {
    background-color: #ffcccc;
    top: 50px;
    left: 260px;
}

.diamond-2 i {
    color: #f5576c;
}

.diamond-3 {
    background-color: #cdeefd;
    top: 50px;
    left: 570px;
}

.diamond-3 i {
    color: rgb(29, 153, 211);
}

.diamond-4 {
    background-color: #ebefff;
    top: 50px;
    left: 880px;
}

.diamond-4 i {
    color: #9b59b6;
}

/* Bottom row - 3 diamonds */
.diamond-5 {
    background-color: #c9ccff;
    top: 210px;
    left: 107px;
}

.diamond-5 i {
    color: rgb(127, 132, 245);
}

.diamond-6 {
    background-color: #b3f4d1;
    top: 210px;
    left: 415px;
}

.diamond-6 i {
    color: #28bfa1;
}

.diamond-7 {
    background-color: #feedb1;
    top: 210px;
    left: 725px;
}

.diamond-7 i {
    color: rgb(230, 186, 31);
}

/* Common hover effect for all diamonds */
.diamond-1:hover,
.diamond-2:hover,
.diamond-3:hover,
.diamond-4:hover,
.diamond-5:hover,
.diamond-6:hover,
.diamond-7:hover {
    background-color: white;
}


/* Matches .diamond-1 i */

.diamond-2:hover {
    background-color: white;
}

.diamond-2:hover i,
.diamond-2:hover p {
    color: #f5576c;
}

/* Matches .diamond-2 i */

.diamond-3:hover {
    background-color: white;
}

.diamond-3:hover i,
.diamond-3:hover p {
    color: rgb(29, 153, 211);
}

/* Matches .diamond-3 i */

.diamond-4:hover {
    background-color: white;
}

.diamond-4:hover i,
.diamond-4:hover p {
    color: #9b59b6;
}

/* Matches .diamond-4 i */

.diamond-5:hover {
    background-color: white;
}

.diamond-5:hover i,
.diamond-5:hover p {
    color: rgb(127, 132, 245);
}

/* Matches .diamond-5 i */

.diamond-6:hover {
    background-color: white;
}

.diamond-6:hover i,
.diamond-6:hover p {
    color: #28bfa1;
}

/* Matches .diamond-6 i */

.diamond-7:hover {
    background-color: white;
}

.diamond-7:hover i,
.diamond-7:hover p {
    color: rgb(230, 186, 31);
}

/* Matches .diamond-7 i */

/* Apply transitions for smooth hover effect */
.diamond-1,
.diamond-2,
.diamond-3,
.diamond-4,
.diamond-5,
.diamond-6,
.diamond-7 {
    transition: background-color 0.3s ease;
}

.diamond-1 i,
.diamond-1 p,
.diamond-2 i,
.diamond-2 p,
.diamond-3 i,
.diamond-3 p,
.diamond-4 i,
.diamond-4 p,
.diamond-5 i,
.diamond-5 p,
.diamond-6 i,
.diamond-6 p,
.diamond-7 i,
.diamond-7 p {
    transition: color 0.3s ease;
}

/* Title */
.title {
    text-align: center;
    margin-bottom: 2rem;
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 992px) {
    .diamond-container {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        padding: 1rem;
    }

    .diamond {
        position: static;
        width: 180px;
        height: 180px;
        margin: 0.5rem;
    }

    .diamond i {
        font-size: 32px;
    }

    .diamond h6 {
        font-size: 14px;
    }
}

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

    .title {
        font-size: 1.5rem;
    }

    .diamond {
        width: 160px;
        height: 160px;
    }

    .diamond i {
        font-size: 28px;
    }

    .diamond h6 {
        font-size: 13px;
    }

    .display-4 {
        font-size: 2rem;
    }

    .lead {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .diamond {
        width: 140px;
        height: 140px;
    }

    .diamond i {
        font-size: 24px;
    }

    .diamond h6 {
        font-size: 12px;
    }

    .display-4 {
        font-size: 1.5rem;
    }

    .lead {
        font-size: 0.9rem;
    }

    .bg-light.rounded-4 {
        padding: 2rem;
    }
}


/*---------------------------------------------------
                    marquee SECTION
----------------------------------------------------*/



/* Updated CSS with mobile fixes */
.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-wrapper {
    display: flex;
    width: max-content;
}

.marquee-content {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    animation: marquee 20s linear infinite;
}

.marquee-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    min-width: 80px; /* Added min-width for consistent spacing */
}

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

.tech-icon {
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2) !important;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .marquee-item {
        min-width: 70px;
        margin: 0 10px; /* Reduced horizontal margin */
    }

    .tech-icon {
        width: 40px; /* Smaller icons */
        height: 40px;
        padding: 0.5rem !important;
    }

    .marquee-content {
        animation-duration: 15s; /* Faster animation on mobile */
    }

    /* Ensure container doesn't cause horizontal overflow */
    .container-fluid.py-3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Text adjustments */
    h3.fw-bold {
        font-size: 1.5rem;
    }

    p.text-muted {
        font-size: 1rem !important;
    }
}


/*---------------------------------------------------
                   Comprehensive Digital Services
----------------------------------------------------*/
.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.checkmark {
    color: #28a745;
    /* Green color */
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.1em;
}

.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient-primary {
    background-image: linear-gradient(to right, #4361ee, #3f37c9);
}

/* Animation styles */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Image hover effects */
.img-fluid {
    transition: all 0.3s ease;
}



/* Button hover effects */
.btn-primary {
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}











/*---------------------------------------------------
                Product Pages
----------------------------------------------------*/
/* Product Hero Section */
.product-hero {
    background: var(--gradient-header),
    url('images/photo-1451187580459-43490279c0fa.avif');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}



/* Product Cards */
.product-card {
    border: none;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    margin-bottom: 30px;
    background: white;
    height: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(108, 92, 231, 0.15);
}

.product-img-container {
    height: 220px;
    background: linear-gradient(45deg, #f8f9fa, #e9ecef);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-img-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(70, 95, 185, 0.1), rgba(25, 55, 150, 0.1));
    opacity: 0;
    transition: var(--transition);
}

.product-card:hover .product-img-container::before {
    opacity: 1;
}

.product-img-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent), white 70%));
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition);
}

.product-card:hover .product-img-container::after {
    transform: scaleX(1);
}

.product-icon {
    font-size: 4rem;
    color: var(--primary-blue);
    transition: var(--transition);
    z-index: 1;
}

.product-card:hover .product-icon {
    transform: scale(1.1) rotate(5deg);
    color: var(--accent);
}

/* Base badge styles with enhanced animations */
.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 2;
    animation: float 3s ease-in-out infinite;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border: none;
    cursor: default;
}

/* Floating animation with more pronounced movement */
@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(-1deg);
    }

    50% {
        transform: translateY(-8px) rotate(1deg);
    }
}

/* Glow effect for special badges */
@keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    }

    50% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
    }
}

/* Sparkle effect */
@keyframes sparkle {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

/* Ribbon effect for best-seller */
@keyframes ribbon-wave {

    0%,
    100% {
        transform: skewX(0deg);
    }

    50% {
        transform: skewX(5deg);
    }
}

/* Enhanced specific badge styles */
.product-badge.popular {
    background: linear-gradient(135deg, var(--secondary), #55efc4, var(--secondary));
    background-size: 200% 100%;
    animation: float 3s ease-in-out infinite, sparkle 3s linear infinite, glow 2s ease-in-out infinite;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.4);
}

.product-badge.new {
    background: linear-gradient(135deg, var(--danger), #ff7675, #fdcb6e, var(--danger));
    background-size: 200% 100%;
    animation: float 2.5s ease-in-out infinite, sparkle 2s linear infinite, pulse 1s ease infinite;

    border: 2px solid white;
}

.product-badge.new::after {
    content: "✨";
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 12px;
    animation: twinkle 1.5s ease infinite;
}

@keyframes twinkle {

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

    50% {
        opacity: 1;
        transform: scale(1.3);
    }
}

.product-badge.custom {
    background: linear-gradient(135deg, var(--info), #0984e3, #74b9ff, var(--info));
    background-size: 300% 100%;
    animation: float 3.5s ease-in-out infinite, sparkle 4s linear infinite;
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    border-right: 3px solid rgba(255, 255, 255, 0.5);
}

.product-badge.cross-platform {
    background: linear-gradient(135deg, #6c5ce7, #a29bfe, #6c5ce7);
    background-size: 200% 100%;
    animation: float 3s ease-in-out infinite, sparkle 3.5s linear infinite;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
    padding-right: 25px;
}

.product-badge.featured {
    background: linear-gradient(90deg, #e84393, #fd79a8, #e84393);
    background-size: 200% auto;
    animation: shine 2s linear infinite, float 3s ease-in-out infinite, glow 1.5s ease infinite;
    position: relative;
}

.product-badge.featured::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shine-overlay 3s infinite;
}

@keyframes shine-overlay {
    100% {
        left: 100%;
    }
}

.product-badge.best-seller {
    background: linear-gradient(135deg, #fdcb6e, #ffeaa7, #fdcb6e);
    background-size: 200% 100%;
    color: var(--dark);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    animation: ribbon-wave 2s ease-in-out infinite, float 3s ease-in-out infinite, sparkle 3s linear infinite;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    padding-right: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Hover effects with more impact */
.product-badge:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    filter: brightness(110%);
}


.card-body {
    padding: 25px;
    position: relative;
}

.product-title {
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--dark);
    font-size: 1.4rem;
    transition: var(--transition);
}

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

.product-category {
    color: var(--primary);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 5px 10px;
    background: rgba(108, 92, 231, 0.1);
    border-radius: 30px;
}

.product-card p {
    color: var(--gray);
    font-size: 0.95rem;
    margin-bottom: 25px;
    line-height: 1.6;
}

.btn-product-action {
    background: white;
    color: var(--primary);
    border: 2px solid var(--primary);
    padding: 10px 25px;
    border-radius: 8px;
    transition: var(--transition);
    width: 100%;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;
}

.btn-product-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(108, 92, 231, 0.1), transparent);
    transition: 0.5s;
}

.btn-product-action:hover {
    background: var(--primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(108, 92, 231, 0.3);
}

.btn-product-action:hover::before {
    left: 100%;
}

/* Tabs */
.product-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.product-tabs .nav-link {
    color: var(--gray);
    font-weight: 600;
    border: none;
    padding: 12px 25px;
    margin: 5px;
    border-radius: 50px;
    transition: var(--transition);
    position: relative;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.product-tabs .nav-link:hover {
    color: #ffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(108, 92, 231, 0.15);
}

.product-tabs .nav-link:hover::before {
    width: 30px;
}

.product-tabs .nav-link.active {
    color: white;
    background: var(--warning);
    box-shadow: 0 5px 20px rgba(108, 92, 231, 0.4);
    transform: translateY(-3px);
}

.product-tabs .nav-link.active::before {
    width: 0;
}

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--primary-light));
    border-radius: 2px;
}

.section-title p {
    color: var(--gray);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

/* Features Section */
.features-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f9f9ff, #f1f1ff);
    position: relative;
}



.feature-box {
    background: white;
    padding: 30px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    height: 100%;
    transition: var(--transition);
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(108, 92, 231, 0.15);
}


/* Responsive Adjustments */
@media (max-width: 768px) {
    .product-hero {
        padding: 80px 0;
    }

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

    .product-hero p {
        font-size: 1rem;
    }

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

    .product-tabs .nav-link {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
}





/*---------------------------------------------------
              Saas Pages
----------------------------------------------------*/
.card__group {
    display: grid;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    /* grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr); */
    gap: 2rem;
    padding: 2rem;
}

.card {
    --var-state: paused;
    --var-opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 0.5rem;
    display: grid;
    grid-template-rows: auto 38%;
    padding: 0.5rem;
    overflow: hidden;
    transition: grid-template-rows 300ms ease-in-out;
    box-shadow: 0 16px 12px -8px rgba(30, 30, 30, 0.1);

    &:nth-of-type(3) {
        grid-row: 3/5;
        --var-gr-1: radial-gradient(#ff0844 0%, #ffb199 30%, transparent);
        --var-gr-2: radial-gradient(#12FFF7, #B3FFAB 30%, transparent);
    }

    /* &:nth-of-type(3) {
        grid-row: 4/6;
        --var-gr-1: radial-gradient(#f093fb 0%, #f5576c 30%, transparent);
        --var-gr-2: radial-gradient(#c1dfc4 0%, #deecdd 30%, transparent);
    } */

    &:nth-of-type(2) {
        grid-row: 1/3;
        --var-gr-1: radial-gradient(#84fab0 0%, #8fd3f4 30%, transparent);
        --var-gr-2: radial-gradient(#a1c4fd 0%, #c2e9fb 30%, transparent);
    }

    &:nth-of-type(1) {
        grid-row: 2/4;
        --var-gr-1: radial-gradient(#ffdde1, #ee9ca7 30%, transparent);
        --var-gr-2: radial-gradient(#ffffff, #ffefba 30%, transparent);
    }

    &:hover {
        grid-template-rows: auto 50%;
        --var-opacity: 1;
        --var-state: running;
    }
}

.card__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    background-color: #f4f6ff;
    position: relative;

    img {
        position: relative;
        z-index: 100;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-top-left-radius: 2rem;
    }

    &::before {
        position: absolute;
        z-index: 1;
        width: 80%;
        aspect-ratio: 1;
        content: "";
        background: var(--var-gr-1);
        filter: blur(30px);
        opacity: var(--var-opacity);
        transition: opacity 300ms ease-in-out;
        border-radius: 50%;
        animation: 10s ease-in-out infinite alternate pulsing__1;
        animation-play-state: var(--var-state);
    }

    &::after {
        right: 5%;
        position: absolute;
        z-index: 1;
        width: 80%;
        aspect-ratio: 1;
        content: "";
        background: var(--var-gr-2);
        filter: blur(30px);
        opacity: var(--var-opacity);
        transition: opacity 300ms ease-in-out;
        border-radius: 50%;
        animation: 10s ease-in-out infinite alternate pulsing__2;
        animation-play-state: var(--var-state);
    }
}

.card__content {
    padding: 1rem;

    h1 {
        margin-top: 0.75rem;
        font-weight: 600;
        font-size: 1.5rem;
    }

    .module-list {
        list-style: none;
        margin-top: 1rem;

        li {
            margin-bottom: 0.5rem;
            font-size: 0.9rem;

            span {
                color: #555;
            }
        }
    }

    a {
        --var-translate: 0rem;
        display: flex;
        width: fit-content;
        gap: 0.25rem;
        align-items: center;
        margin-top: 1.25rem;
        text-decoration: none;
        font-weight: 600;
        color: #3b82f6;
        opacity: var(--var-opacity);
        transition: opacity 400ms ease-in-out;
        font-size: 0.9rem;

        .icon {
            font-size: 0.7rem;
            transition: translate 250ms ease-in-out;
            translate: var(--var-translate) 15%;
        }

        &:hover {
            opacity: 0.7;
            --var-translate: 0.35rem;
        }
    }
}

@keyframes pulsing__1 {

    0%,
    100% {
        translate: 0% 0%;
    }

    50% {
        translate: 100% 0%;
    }
}

@keyframes pulsing__2 {

    0%,
    100% {
        translate: 0% 0%;
    }

    50% {
        translate: -100% 0%;
    }
}

@media (max-width: 992px) {
    .card__group {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .card {
        grid-row: auto !important;
        /* grid-template-rows: auto 40%; */

        &:hover {
            grid-template-rows: auto 50%;
        }
    }
}



/* .counter-wrapper {
    background: #333;
    background-image: url('images/abstract-technology.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.counter-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    transition: all 0.5s ease;
}

.counter-inner {
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.counter-item {
    transition: all 0.4s ease;
    padding: 20px 10px;
    position: relative;
}

.counter-item:hover {
    transform: translateY(-10px);
}

.counter-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #fff;
    transition: width 0.4s ease;
}

.counter-item:hover:after {
    width: 80px;
}

.counter-icon-wrapper {
    margin-bottom: 15px;
}

.count-icon {
    font-size: 42px;
    color: rgba(255,255,255,0.9);
    transition: all 0.3s ease;
}

.counter-item:hover .count-icon {
    transform: scale(1.2);
    color: #fff;
}

.count {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
    letter-spacing: 1px;
}

.counter-label {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-top: 10px;

}

@media (max-width: 768px) {
    .count {
        font-size: 32px;
    }

    .counter-label {
        font-size: 14px;
    }

    .count-icon {
        font-size: 36px;
    }

    .counter-inner {
        padding: 20px 0;
    }
} */



















