img.header-logo {
    width: 70%;
    margin: 0.5rem 0 0 0 !important;
   /*  background: white;
    border-radius: 50px; */
}
.logo-box-style1 {
    margin: -1rem 0 0 3rem;
}
img.header-logo.sticky-c {
    width: 17%;
}
img.header-logo.cus {
    width: 33%;
}

/* Mobile Menu Styling - White background and black text */
.mobile-nav__content {
    background-color: #ffffff !important;
}

.mobile-nav__content * {
    color: #000000 !important;
}

.mobile-nav__content a {
    color: #000000 !important;
}

.mobile-nav__content .mobile-nav__close {
    color: #000000 !important;
}

.mobile-nav__content .mobile-nav__close i {
    color: #000000 !important;
}

.mobile-nav__content .mobile-nav__contact li,
.mobile-nav__content .mobile-nav__contact li a {
    color: #000000 !important;
}

.mobile-nav__content .mobile-nav__contact li i {
    color: #000000 !important;
}

.mobile-nav__content .mobile-nav__social a {
    color: #000000 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.mobile-nav__content .mobile-nav__social a:hover {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

/* Mobile menu navigation links */
.mobile-nav__content .main-menu__list {
    display: block !important;
    flex-direction: column !important;
}

.mobile-nav__content .main-menu__list li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.mobile-nav__content .main-menu__list li:last-child {
    border-bottom: none !important;
}

.mobile-nav__content .main-menu__list li a {
    color: #000000 !important;
    display: block !important;
    width: 100% !important;
    padding: 15px 20px !important;
    line-height: 1.5 !important;
}

.mobile-nav__content .main-menu__list li.current > a,
.mobile-nav__content .main-menu__list li:hover > a {
    color: #000000 !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
}

/* Mobile View Header - Logo left, Menu button right */
@media (max-width: 1199px) {
    /* Show logo on the left */
    .main-header-style1 .logo-box-style1 {
        display: flex !important;
        align-items: center !important;
        padding: 15px 20px !important;
        position: relative !important;
        z-index: 10 !important;
    }

    .main-header-style1 .logo-box-style1 .header-logo-link {
        display: flex !important;
        align-items: center !important;
    }

    .main-header-style1 .logo-box-style1 img {
        max-width: 120px !important;
        height: auto !important;
    }

    /* Show menu wrapper inner but hide menu items */
    .main-menu-style1 .main-menu__wrapper-inner {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        position: relative !important;
        width: 100% !important;
        min-height: 70px !important;
    }

    /* Hide sticky logo in mobile */
    .main-menu-style1 .sticky-logo-box-style1 {
        display: none !important;
    }

    /* Show mobile menu button on the right */
    .main-menu-style1__left {
        position: absolute !important;
        right: 20px !important;
        top: 0 !important;
        bottom: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        z-index: 100 !important;
        margin-left: auto !important;
    }

    .main-menu-style1__left .main-menu-box {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        margin-left: 0 !important;
        width: auto !important;
    }

    .main-menu-style1__left .mobile-nav__toggler {
        display: inline-block !important;
        font-size: 28px !important;
        color: #000000 !important;
        padding: 10px 15px !important;
        cursor: pointer !important;
        line-height: 1 !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: transparent !important;
        border: none !important;
        text-decoration: none !important;
    }

    .main-menu-style1__left .mobile-nav__toggler i {
        display: inline-block !important;
        font-size: 28px !important;
        color: #000000 !important;
    }

    .main-menu-style1__left .mobile-nav__toggler:hover {
        color: #000000 !important;
    }

    .main-menu-style1__left .mobile-nav__toggler:hover i {
        color: #000000 !important;
    }

    /* Hide menu list items in mobile */
    .main-menu-style1__left .main-menu__list {
        display: none !important;
    }

    /* Hide right side elements in mobile */
    .main-menu-style1__right {
        display: none !important;
    }

    /* Ensure header has proper layout */
    .main-header-style1 {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 !important;
        min-height: 70px !important;
    }

    .main-header-style1__box {
        position: relative !important;
        width: 100% !important;
    }

    .main-header-style1__box-bottom {
        position: relative !important;
        min-height: 70px !important;
    }

    .main-menu-style1 {
        position: relative !important;
        min-height: 70px !important;
    }

    .main-menu-style1 .main-menu__wrapper {
        position: relative !important;
        min-height: 70px !important;
    }
}

/* Sticky Header - Blur and Transparent Background */
.stricky-header.stricked,
.stricky-header.stricked .main-menu__wrapper,
.stricky-header.stricked .main-menu__wrapper-inner {
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1) !important;
}

.stricky-header.stricked .main-menu-style1 {
    background-color: transparent !important;
}

.stricky-header.stricked .main-menu__wrapper-inner {
    background-color: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-radius: 12px !important;
    padding: 10px 40px !important;
    margin-left: 40px !important;
    margin-right: 40px !important;
}

/* Breadcrumb Section - Modern Styling */
.breadcrumb-style1.modern-breadcrumb {
    position: relative;
    overflow: visible;
    background: #f8f9fa !important;
}

.breadcrumb-style1.modern-breadcrumb .inner-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 !important;
   /*  min-height: 400px; */
    position: relative;
    z-index: 10;
}

.breadcrumb-style1.modern-breadcrumb .title {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 30px;
}

.breadcrumb-style1.modern-breadcrumb .title h2 {
    text-align: center !important;
    margin-bottom: 0 !important;
}

.breadcrumb-style1.modern-breadcrumb .breadcrumb-menu {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 0 !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

.breadcrumb-style1.modern-breadcrumb .breadcrumb-menu ul {
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Legacy breadcrumb support */
.breadcrumb-style1:not(.modern-breadcrumb) .inner-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 120px 0px 80px !important;
}

.breadcrumb-style1:not(.modern-breadcrumb) .title {
    text-align: center !important;
    width: 100% !important;
}

.breadcrumb-style1:not(.modern-breadcrumb) .title h2 {
    text-align: center !important;
}

.breadcrumb-style1:not(.modern-breadcrumb) .breadcrumb-menu {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 20px !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

.breadcrumb-style1:not(.modern-breadcrumb) .breadcrumb-menu ul {
    justify-content: center !important;
}

/* ============================================
   Modern About Us Page Animations & Styles
   ============================================ */

/* Keyframe Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(102,126,234,0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 15px 40px rgba(102,126,234,0.5);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Modern About Us Sections */
.ivygenz-hero-intro {
    position: relative;
    overflow: hidden;
}

.ivygenz-hero-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102,126,234,0.1) 0%, rgba(118,75,162,0.1) 100%);
    animation: gradientShift 15s ease infinite;
    background-size: 200% 200%;
}

.ivygenz-hero-intro h1 {
    animation: fadeInUp 1s ease-out;
}

.ivygenz-hero-intro p {
    animation: fadeInUp 1s ease-out 0.2s both;
}

/* Service Cards Hover Effects */
.service-card-modern {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.service-card-modern:hover {
    transform: translateY(-15px) scale(1.02) !important;
}

/* Core Service Items */
.core-service-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.core-service-item:hover {
    transform: translateY(-8px) !important;
}

.core-service-item:hover .fa {
    animation: pulse 1s ease-in-out infinite;
}

/* Feature Box Modern */
.feature-box-modern {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.feature-box-modern:hover {
    transform: translateX(15px) !important;
}

/* Mission & Vision Cards */
.mission-card,
.vision-card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative;
    overflow: hidden;
}

.mission-card::before,
.vision-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.mission-card:hover::before,
.vision-card:hover::before {
    opacity: 1;
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Floating Icon Animation */
.floating-icon {
    animation: float 3s ease-in-out infinite;
}

/* Ecosystem Visual */
.ecosystem-visual {
    transition: all 0.4s ease !important;
}

.ecosystem-visual:hover {
    transform: scale(1.05) rotate(2deg) !important;
}

/* Founder Section */
.founder-image-wrapper {
    animation: fadeInUp 1s ease-out;
}

/* Stats Counter Animation */
.stats-row div {
    transition: all 0.3s ease;
}

.stats-row div:hover {
    transform: scale(1.1);
}

/* Responsive Design for Modern Sections */
@media (max-width: 991px) {
    .ivygenz-hero-intro h1 {
        font-size: 42px !important;
    }
    
    .ivygenz-hero-intro p {
        font-size: 18px !important;
    }
    
    .ivygenz-who-we-are h2,
    .ivygenz-mission-vision h3,
    .ivygenz-what-we-do h2,
    .ivygenz-core-services h2,
    .ivygenz-why-choose h2,
    .ivygenz-founder h2 {
        font-size: 36px !important;
    }
    
    .mission-card,
    .vision-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .ivygenz-hero-intro {
        padding: 60px 0 !important;
    }
    
    .ivygenz-hero-intro h1 {
        font-size: 32px !important;
    }
    
    .ivygenz-who-we-are,
    .ivygenz-mission-vision,
    .ivygenz-what-we-do,
    .ivygenz-core-services,
    .ivygenz-why-choose,
    .ivygenz-founder,
    .ivygenz-commitment {
        padding: 80px 0 !important;
    }
    
    .stats-row {
        flex-direction: column;
        gap: 20px !important;
        text-align: center;
    }
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* AOS Animation Enhancements */
[data-aos] {
    pointer-events: none;
}

[data-aos].aos-animate {
    pointer-events: auto;
}

/* Loading Animation for Images */
.feature-image-wrapper img,
.founder-image-wrapper img {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

/* Gradient Text Effect */
.gradient-text {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Card Shadow Enhancement */
.service-card-modern,
.core-service-item,
.feature-box-modern {
    will-change: transform;
}

/* Performance Optimization */
.ivygenz-hero-intro,
.ivygenz-who-we-are,
.ivygenz-mission-vision,
.ivygenz-what-we-do,
.ivygenz-core-services,
.ivygenz-why-choose,
.ivygenz-founder,
.ivygenz-commitment {
    will-change: transform;
    transform: translateZ(0);
}

/* Additional Modern Enhancements */
.hero-badge,
.section-badge {
    transition: all 0.3s ease;
}

.hero-badge:hover,
.section-badge:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255,255,255,0.3);
}

/* Card Icon Animations */
.service-card-modern .fa,
.core-service-item .fa {
    transition: transform 0.3s ease;
}

.service-card-modern:hover .fa,
.core-service-item:hover .fa {
    transform: rotate(360deg) scale(1.1);
}

/* Smooth Number Counter Animation */
.stats-row div {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Text Highlight Effect */
strong {
    position: relative;
    z-index: 1;
}

/* Gradient Background Animation */
.ivygenz-ecosystem {
    background-size: 200% 200%;
    animation: gradientShift 10s ease infinite;
}

/* Mobile Optimizations */
@media (max-width: 575px) {
    .ivygenz-hero-intro h1 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }
    
    .ivygenz-hero-intro p {
        font-size: 16px !important;
    }
    
    .mission-card,
    .vision-card {
        padding: 30px !important;
    }
    
    .mission-card h3,
    .vision-card h3 {
        font-size: 28px !important;
    }
    
    .service-card-modern,
    .core-service-item {
        padding: 25px !important;
    }
}

/* Print Styles */
@media print {
    .ivygenz-hero-intro,
    .ivygenz-ecosystem,
    .ivygenz-commitment {
        background: white !important;
        color: black !important;
    }
}

/* ============================================
   Modern Breadcrumb Section Animations
   ============================================ */

/* Breadcrumb Section Enhancements */
.modern-breadcrumb {
    position: relative;
    overflow: hidden;
    padding: 80px 0 50px !important;
}

.breadcrumb-style1-bg {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-content-wrapper {
    position: relative;
    z-index: 10;
}

.breadcrumb-badge {
    animation: fadeInDown 0.8s ease-out, pulse 2s ease-in-out 1s infinite !important;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandLine {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 100px;
        opacity: 1;
    }
}

@keyframes floatParticle {
    0%, 100% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    10% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.6;
    }
    50% {
        transform: translateY(-100px) translateX(50px);
        opacity: 1;
    }
}

/* Breadcrumb Navigation Styles */
.modern-breadcrumb-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 10px;
}

.modern-breadcrumb-nav li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modern-breadcrumb-nav a {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    align-items: center !important;
}

.modern-breadcrumb-nav a:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(255,255,255,0.2) !important;
}

.modern-breadcrumb-nav .active span {
    animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 10px rgba(255,215,0,0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(255,215,0,0.6);
    }
}

/* Breadcrumb Shape Decoration */
.breadcrumb-shape-decoration {
    pointer-events: none;
}

/* Founder Image Enhancements */
.founder-image-container {
    position: relative;
}

.founder-image-container img {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.founder-image-container:hover img {
    transform: scale(1.15) !important;
    filter: brightness(1.1);
}

.founder-badge {
    animation: float 3s ease-in-out infinite, pulse 2s ease-in-out infinite !important;
}

.founder-social-icons a {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.founder-social-icons a:hover {
    transform: translateY(-8px) scale(1.15) !important;
    box-shadow: 0 8px 20px rgba(255,255,255,0.3) !important;
}

/* Breadcrumb Title Animation */
.modern-breadcrumb .title h2 {
    animation: fadeInUp 1s ease-out 0.2s both;
    position: relative;
}

.modern-breadcrumb .title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffd700, transparent);
    animation: expandLine 1s ease-out 0.8s forwards;
}

/* Particle Animation Positions */
.animated-particles .particle:nth-child(1) {
    top: 20%;
    left: 10%;
}

.animated-particles .particle:nth-child(2) {
    top: 60%;
    right: 15%;
}

.animated-particles .particle:nth-child(3) {
    bottom: 30%;
    left: 20%;
}

/* Breadcrumb Badge Hover Effect */
.breadcrumb-badge {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

.breadcrumb-badge:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(255,255,255,0.2);
}

/* Founder Image Fallback and Enhancements */
.founder-image-container img {
    display: block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.founder-image-container img[src=""] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.founder-image-container img[src=""]::before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 80px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* Breadcrumb Title Gradient Text Animation */
.modern-breadcrumb .title h2 span {
    background-size: 200% 200%;
    animation: gradientShift 3s ease infinite;
}

/* Breadcrumb Responsive */
@media (max-width: 991px) {
    .modern-breadcrumb {
        padding: 100px 0 80px !important;
    }
    
    .modern-breadcrumb .title h2 {
        font-size: 48px !important;
    }
    
    .founder-image-container {
        width: 180px !important;
        height: 180px !important;
    }
}

@media (max-width: 767px) {
    .modern-breadcrumb {
        padding: 80px 0 60px !important;
    }
    
    .modern-breadcrumb .title h2 {
        font-size: 36px !important;
    }
    
    .breadcrumb-badge {
        padding: 8px 20px !important;
    }
    
    .breadcrumb-badge span {
        font-size: 11px !important;
    }
    
    .modern-breadcrumb-nav {
        flex-direction: column;
        gap: 15px;
    }
    
    .modern-breadcrumb-nav li {
        display: block !important;
    }
    
    .founder-image-container {
        width: 160px !important;
        height: 160px !important;
    }
    
    .founder-social-icons {
        flex-wrap: wrap;
        gap: 10px !important;
    }
}

/* Breadcrumb Overlay Pattern Animation */
.breadcrumb-overlay-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    animation: patternMove 20s linear infinite;
    pointer-events: none;
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

/* Modern Breadcrumb Background */
.modern-breadcrumb-bg {
    position: relative;
}