        
           /* Breadcrumb Navigation */
        .breadcrumb {
            background-color: #F0F0F0;
            padding: 1rem 0;
            border-bottom: 1px solid var(--light-gray);
        }

        .breadcrumb-list {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 0.9rem;
            font-weight: 500;
             margin-left: 1rem; /* Adds left margin */
        }

        .breadcrumb-item {
            display: flex;
            align-items: center;
            margin-right: 0.5rem;
        }

        .breadcrumb-item:not(:last-child)::after {
            content: '/';
            margin-left: 0.5rem;
            color: var(--gray);
        }

        .breadcrumb-link {
            color: var(--primary);
            transition: var(--transition);
            text-decoration: none;
        }

        .breadcrumb-link:hover {
            color: var(--primary-dark);
            text-decoration: underline;
        }

        .breadcrumb-current {
            color: var(--gray);
            pointer-events: none;
        }       
 /* Base Styles */
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
        body {
            font-family: 'Raleway', sans-serif;
        }
        
        /* Header & Carousel Container */
        .header {
            background: linear-gradient(45deg, #84fab0, #8fd3f4);
            position: relative;
            overflow: hidden;
            min-height: 500px;
        }
        
        /* Carousel Styles */
        .carousel {
            position: relative;
            width: 100%;
            max-width: 1800px;
            padding: 40px;
            margin: 0 auto;
            overflow: hidden;
        }
        
        .carousel-inner {
            position: relative;
            width: 100%;
            overflow: hidden;
        }
        
        .carousel-item {
            position: relative;
            display: none;
            width: 100%;
            transition: opacity 0.6s ease;
            opacity: 0;
        }
        
        .carousel-item.active {
            display: flex;
            opacity: 1;
        }
        
        /* Slide Content Layout */
        .slide-content {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            min-height: 500px;
        }
        
        .text-content, .image-content {
            flex: 1;
            min-width: 350px;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .text-content {
            color: white;
        }
        
        .image-content {
            align-items: center;
            justify-content: center;
        }
        
        .carousel-img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        
        }
        
        .carousel-img img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        
        /* Text Styling */
        .text-content h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            line-height: 1.2;
        }
        
        .text-content p {
            font-size: 1rem;
            margin-bottom: 30px;
            line-height: 1.6;
        }
        
        .btn {
            display: inline-block;
            padding: 12px 24px;
            background: #007BFF;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            font-weight: 600;
            transition: all 0.3s ease;
            align-self: flex-start;
        }
        
        .btn:hover {
            background: #0069d9;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        /* Indicators */
        .carousel-indicators {
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            list-style: none;
            padding: 0;
            margin: 0;
            z-index: 10;
        }
        
        .carousel-indicators li {
            width: 12px;
            height: 12px;
            margin: 0 5px;
            border-radius: 50%;
            background-color: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .carousel-indicators li.active {
            background-color: white;
            transform: scale(1.2);
        }
        
        /* Controls */
        .carousel-control {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            opacity: 0.5;
            cursor: pointer;
            z-index: 10;
            transition: opacity 0.3s ease;
        }
        
        .carousel-control:hover {
            opacity: 0.9;
            background-color: rgba(0,0,0,0.1);
        }
        
        .carousel-control-prev {
            left: 0;
        }
        
        .carousel-control-next {
            right: 0;
        }
        
        .carousel-control-icon {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
        }
        

        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .slide-content {
                flex-direction: column;
                min-height: auto;
            }
            
            .text-content, .image-content {
                padding: 30px 20px;
                min-width: 100%;
            }
            
            .text-content {
                order: 2;
            }
            
            .image-content {
                order: 1;
                padding-bottom: 0;
            }
            
            .text-content h1 {
                font-size: 1.8rem;
            }
            
            .text-content p {
                font-size: 1rem;
            }
            
            .carousel-control {
                width: 40px;
            }
        }
        
        
        
        

        
        

.container-fluid2 {
    position: relative;
    overflow: hidden;
    margin-top: 0;
}



    
     /* Ensure all text inside the container is white */
  .container-fluid2 h2,
  .container-fluid2 p,
  .container-fluid2 section h2,
  .container-fluid2 section p {
    color: black;
    position: relative;
    z-index: 2; /* Ensure text appears above the signs */
  }

  .container-fluid2 section p {
    text-align: justify;
     color:  #495057;
  }

        .section-header3 {
        text-align: center;
        margin-top: 70px;
        margin-bottom: 50px;
        color:  #495057;
        }
        
        .section-header3 h1 {
            font-size: 2rem;
            color:  #495057;
            margin-bottom: 15px;
        }
        
        .section-header3 p {
            font-size: 1rem;
            color: #666;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto;
                 color:  #495057;
        }

  /* Responsive Images */
  img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .col-md-4,
    .col-md-8 {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .section-header2 h2 {
      font-size: 2rem;
    }

    section h2 {
      font-size: 1.5rem;
    }
  }














.section-about {
  width: 90%;
  max-width: 1800px;
  height: auto;
  padding: 20px;
  margin: 50px auto 0px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

  .section-about.animate {
    opacity: 1;
    transform: translateY(0);
  }

  .row2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }

  .col-md-4, .col-md-8 {
    flex: 1 1 100%;
    order: 1;
  }

  .col-md-4 {
    order: 0;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.6s ease-out 0.2s;
  }

  .col-md-8 {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.6s ease-out 0.4s;
  }

  .section-about.animate .col-md-4,
  .section-about.animate .col-md-8 {
    opacity: 1;
    transform: translateX(0);
  }

  img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    transform: scale(0.95);
    transition: all 0.5s ease-out 0.3s;
  }

  .section-about.animate img {
    transform: scale(1);
  }

  h1.welcome-title {
    opacity: 0;
    transition: all 0.5s ease-out 0.5s;
     color:  #495057;
  }

.welcome-title {
  font-size: 2rem; /* 36px */
  font-weight: bold;
}

.section-about p {
  font-size: 1rem; /* 18px */
  line-height: 1.6;
}

  .section-about.animate h1.welcome-title,
  .section-about.animate p {
    opacity: 1;
  }

  .learn-more-btn {
    display: inline-block;
    background: #2563eb;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.3s ease, transform 0.4s ease-out 0.7s, opacity 0.4s ease-out 0.7s;
    border: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(10px);
  }

  .section-about.animate .learn-more-btn {
    opacity: 1;
    transform: translateY(0);
  }

  .learn-more-btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
  }

  /* Desktop Layout */
  @media (min-width: 768px) {
    .col-md-4 {
      flex: 0 0 33.333%;
      max-width: 33.333%;
      order: 0;
    }
    .col-md-8 {
      flex: 0 0 calc(66.666% - 20px);
      max-width: calc(66.666% - 20px);
      order: 1;
    }
    
    .reverse-on-desktop .col-md-4 {
      order: 1;
      transform: translateX(20px);
    }
    .reverse-on-desktop .col-md-8 {
      order: 0;
      transform: translateX(-20px);
    }
    
    .section-about.animate .reverse-on-desktop .col-md-4,
    .section-about.animate .reverse-on-desktop .col-md-8 {
      transform: translateX(0);
    }
  }


    
    /* Default styles (Desktop) */
.slide-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.text-content {
    flex: 1;
    max-width: 50%;
}

.image-content {
    flex: 1;
    max-width: 50%;
    text-align: center;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .slide-content {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .text-content, 
    .image-content {
        max-width: 100%;
    }

    .text-content h1,
    .text-content p {
        text-align: center;
    }

    .btn {
        margin: 0 auto;
        display: block;
        width: fit-content;
    }
}









.section-header {
    text-align: center !important;
    margin-top: 80px !important;
    margin-bottom: 40px !important;
    position: relative !important;
    z-index: 1 !important;
}

.section-header h1 {
    font-size: 2rem !important;
    color: #495057 !important;
    margin-bottom: 15px !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

.section-header p {
    font-size: 1rem !important;
    color: #495057 !important;
    line-height: 1.6 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
    font-weight: 400 !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .section-header {
        margin-top: 60px !important;
        margin-bottom: 30px !important;
            color: #495057 !important;
    }
    
    .section-header h1 {
        font-size: 2rem !important;
            color: #495057 !important;
    }
    
    .section-header p {
        font-size: 1rem !important;
        max-width: 90% !important;
            color: #495057 !important;
    }
}

@media (max-width: 768px) {
    .section-header {
        margin-top: 50px !important;
        margin-bottom: 25px !important;
    }
    
    .section-header h1 {
        font-size: 1.90rem !important;
        margin-bottom: 10px !important;
    }
    
    .section-header p {
        font-size: 0.95rem !important;
    }
}

@media (max-width: 576px) {
    .section-header {
        margin-top: 40px !important;
        margin-bottom: 20px !important;
    }
    
    .section-header h1 {
        font-size: 1.5rem !important;
    }
    
    .section-header p {
        font-size: 0.8rem !important;
    }
}
  .simple-accordion {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    max-width: 1800px;
    margin: 0 auto;
    padding: 10px;
  }
  
  .accordion-item {
    flex: 1;
    min-width: 100px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.28, 0.55, 0.385, 1);
    background-size: cover;
    background-position: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    opacity: 0;
    transform: translateY(30px);
  }
  
  .accordion-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    color: white;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease 0.2s; /* Added delay for content */
  }
  
  .accordion-item.animate {
    opacity: 1;
    transform: translateY(0);
  }
  
  .accordion-item:hover {
    flex: 1.5;
  }
  
  .accordion-item:hover .accordion-content {
    opacity: 1;
    transform: translateY(0);
  }
  
  .accordion-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .accordion-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #2563eb;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: all 0.2s;
  }
  
  .accordion-btn:hover {
    background: #1e40af;
    transform: translateY(-2px);
  }

  /* Staggered animation delays */
  .accordion-item:nth-child(1) { transition-delay: 0.1s; }
  .accordion-item:nth-child(2) { transition-delay: 0.2s; }
  .accordion-item:nth-child(3) { transition-delay: 0.3s; }
  .accordion-item:nth-child(4) { transition-delay: 0.4s; }
  .accordion-item:nth-child(5) { transition-delay: 0.5s; }

  /* Mobile responsiveness */
  @media (max-width: 768px) {
    .simple-accordion {
      flex-wrap: wrap;
    }
    .accordion-item {
      min-width: calc(50% - 10px);
      height: 200px;
    }
    /* Adjust delays for mobile */
    .accordion-item:nth-child(odd) { transition-delay: 0.1s; }
    .accordion-item:nth-child(even) { transition-delay: 0.3s; }
  }













    /* Add these new animation styles */
    .features-section2 {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s ease, transform 0.8s ease;
    }
    
    .features-section2.visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    .section-header2 {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
    }
    
    .features-section2.visible .section-header2 {
        opacity: 1;
        transform: translateY(0);
    }
    
    .feature-item2 {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
    }
    
    .features-section2.visible .feature-item2 {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* Staggered animations for feature items */
    .features-grid2 .feature-item2:nth-child(1) { transition-delay: 0.4s; }
    .features-grid2 .feature-item2:nth-child(2) { transition-delay: 0.5s; }
    .features-grid2 .feature-item2:nth-child(3) { transition-delay: 0.6s; }
    .features-grid2 .feature-item2:nth-child(4) { transition-delay: 0.7s; }
    .features-grid2 .feature-item2:nth-child(5) { transition-delay: 0.8s; }
    .features-grid2 .feature-item2:nth-child(6) { transition-delay: 0.9s; }
    .features-grid2 .feature-item2:nth-child(7) { transition-delay: 1.0s; }
    .features-grid2 .feature-item2:nth-child(8) { transition-delay: 1.1s; }



    .container2 {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Section Header */
    .section-header2 {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 80px;
    }

    .section-header2 h1 {
        font-size: 2rem;
          color: #495057;
        margin-bottom: 10px;
    }

    .section-header2 p {
        font-size: 1rem;
          color: #495057;
        max-width: 600px;
        margin: 0 auto;
    }

    /* Features Grid */
    .features-grid2 {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
    }

    .feature-item2 {
        text-align: center;
        padding: 30px 20px;
  background: linear-gradient(135deg, #6195dd 0%, #2563eb 100%);

        border-radius: 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .feature-item2:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    }

    .feature-item2 i {
        font-size: 2.5rem;
           color: white;
        margin-bottom: 20px;
                   font-weight: 600;
    }

    .feature-item2 h4 {
        font-size: 1.4rem;
           color: white;
        margin-bottom: 15px;
            font-weight: 600;
    }

    .feature-item2 p {
        font-size: 1rem;
        color: white;
        line-height: 1.6;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .features-grid2 {
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }

        
        /* Adjust animation delays for mobile */
        .features-grid2 .feature-item2 {
            transition-delay: 0.3s !important;
        }
    }









        /* Base Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
.container-new {
    max-width: 2000px;
    margin: 0 auto;
    padding: 30px 15px;
    background-color: #f5f5f5; /* Light gray */
}

   
        
        /* Two Column Layout */
        .two-column-section {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            align-items: center;
        }
        
        .column {
            flex: 1;
            min-width: 300px;
        }
        
        /* Image Column */
        .image-column {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .feature-image {
            max-width: 100%;
            height: auto;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        /* Circle Layout Column */
        .interactive-circle-container {
            position: relative;
            width: 100%;
            height: 500px;
        }
        
        .interactive-circle {
            position: relative;
            width: 100%;
            height: 100%;
        }
        
        .content-circle {
            position: absolute;
            width: 250px;
            height: 250px;
            background: #2563eb;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            z-index: 2;
            transition: all 0.5s ease;
            color: white;
        }
        
        .content-text {
            opacity: 0;
            position: absolute;
            width: calc(100% - 60px);
            transition: opacity 0.5s ease;
            font-size: 0.9rem;
            line-height: 1.6;
             color: white;
        }
        
        .content-text.active {
            opacity: 1;
            
        }
        
        .menu-item {
            position: absolute;
            width: 120px;
            height: 120px;
            background: #2563eb;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(37,99,235,0.3);
            z-index: 3;
            text-align: center;
            padding: 15px;
            font-size: 0.85rem;
            font-weight: 500;
            
        }
        
        .menu-item:hover {
            background: #1e40af;
            transform: scale(1.1) !important;
        }
        
        .menu-item.active {
            background: #ff9900;
            color: white;
            font-weight: bold;
            transform: scale(1.1) !important;
        }
        
        .nav-dots {
            position: absolute;
            bottom: -25px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 10px;
            z-index: 4;
        }
        
        .dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .dot.active {
            background: #ff9900;
            transform: scale(1.3);
        }
        
        /* Position menu items around the circle */
        .menu-item[data-target="1"] {
            top: -1%;
            left: 42%;
    
        }
        
        .menu-item[data-target="2"] {
            top: 20%;
            left: 65%;
        }
        
        .menu-item[data-target="3"] {
            top: 60%;
            left: 64%;
          
        }
        
        .menu-item[data-target="4"] {
            bottom: -1%;
            left: 42%;
      
        }
        
        .menu-item[data-target="5"] {
            top: 57%;
            right: 65%;
       
        }
        
        .menu-item[data-target="6"] {
            top: 20%;
            right: 65%;
          
        }
        
        /* Responsive Styles */
        @media (max-width: 768px) {
            .two-column-section {
                flex-direction: column;
            }
            
            .column {
                width: 100%;
            }
            
            .interactive-circle-container {
                height: 400px;
            }
            
            .content-circle {
                width: 200px;
                height: 200px;
                padding: 10px;
            }
            
            .menu-item {
                width: 80px;
                height: 80px;
                font-size: 0.75rem;
                padding: 10px;
            }
            
            /* Position menu items around the circle */
        .menu-item[data-target="1"] {
            top: 3%;
            left: 40%;
    
        }
        
        .menu-item[data-target="2"] {
            top: 20%;
            left: 72%;
        }
        
        .menu-item[data-target="3"] {
            top: 55%;
            left: 74%;
          
        }
        
        .menu-item[data-target="4"] {
            bottom: 3%;
            left: 40%;
      
        }
        
        .menu-item[data-target="5"] {
            top: 57%;
            right: 74%;
       
        }
        
        .menu-item[data-target="6"] {
            top: 20%;
            right: 72%;
          
        }
        }











    /* Add these new styles for scroll animations */
    .section-header {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s ease, transform 0.8s ease;
    }
    
    .section-header.visible {
        opacity: 1;
        transform: translateY(0);
    }
    
    .two-column-section .column {
        opacity: 0;
        transition: opacity 0.8s ease, transform 0.8s ease;
    }
    
    .two-column-section .column:nth-child(1) {
        transform: translateX(-50px);
    }
    
    .two-column-section .column:nth-child(2) {
        transform: translateX(50px);
    }
    
    .two-column-section.visible .column {
        opacity: 1;
        transform: translateX(0);
    }
    
    .feature-image {
        transform: scale(0.95);
        transition: transform 0.8s ease;
    }
    
    .two-column-section.visible .feature-image {
        transform: scale(1);
    }
    
    .content-circle {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
        transition: all 0.8s ease;
    }
    
    .two-column-section.visible .content-circle {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    
    .menu-item {
        opacity: 0;
        transform: scale(0.5);
        transition: all 0.5s ease;
    }
    
    .two-column-section.visible .menu-item {
        opacity: 1;
        transform: scale(1);
    }
    
    /* Staggered animations for menu items */
    .menu-item[data-target="1"] { transition-delay: 0.1s; }
    .menu-item[data-target="2"] { transition-delay: 0.2s; }
    .menu-item[data-target="3"] { transition-delay: 0.3s; }
    .menu-item[data-target="4"] { transition-delay: 0.4s; }
    .menu-item[data-target="5"] { transition-delay: 0.5s; }
    .menu-item[data-target="6"] { transition-delay: 0.6s; }
    
    .dot {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s ease;
    }
    
    .two-column-section.visible .dot {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* Staggered animations for dots */
    .dot[data-target="1"] { transition-delay: 0.7s; }
    .dot[data-target="2"] { transition-delay: 0.8s; }
    .dot[data-target="3"] { transition-delay: 0.9s; }
    .dot[data-target="4"] { transition-delay: 1.0s; }
    .dot[data-target="5"] { transition-delay: 1.1s; }
    .dot[data-target="6"] { transition-delay: 1.2s; }












    /* Skills Section Styling */
    .skills-container {
        max-width: 1800px;
        margin: 0 auto;
        padding: 60px 20px;
        background-color: #f9f9f9;
    }
    
    .skills-header {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .skills-header h1 {
        font-size: 2.5rem;
        color: #333;
        margin-bottom: 15px;
    }
    
    .skills-header p {
        color: #666;
        font-size: 1.1rem;
        max-width: 700px;
        margin: 0 auto;
    }
    
    /* Two Column Layout */
    .skills-columns {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
    
    .skills-column {
        flex: 1;
        min-width: 300px;
        max-width: 500px;
    }
    
    /* Skill Item Styling */
    .skill-item {
        margin-bottom: 30px;
    }
    
    .skill-item h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 10px;
    }
    
    .progress-container {
        height: 20px;
        background-color: #e9ecef;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    }
    
    .progress-bar {
        height: 100%;
        line-height: 20px;
        color: white;
        text-align: right;
        padding-right: 10px;
        font-size: 0.75rem;
        font-weight: bold;
        border-radius: 10px;
        transition: width 1.5s ease-out;
        width: 0; /* Initial state - will be animated */
    }
    
    /* Color Variations */
    .color-1 { background-color: #007bff; } /* Blue */
    .color-2 { background-color: #28a745; } /* Green */
    .color-3 { background-color: #dc3545; } /* Red */
    .color-4 { background-color: #ffc107; color: #333; } /* Yellow */
    .color-5 { background-color: #17a2b8; } /* Cyan */
    .color-6 { background-color: #6f42c1; } /* Purple */
    .color-7 { background-color: #fd7e14; } /* Orange */
    .color-8 { background-color: #20c997; } /* Teal */
    
    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .skills-columns {
            flex-direction: column;
            align-items: center;
        }
        
        .skills-column {
            width: 100%;
            max-width: 100%;
        }
        
        .skills-header h1 {
            font-size: 2rem;
        }
    }


/* Clients Section with Bubble Background */
.clients {
  position: relative;
  animation: backgroundAnimation 10s ease infinite, moveClouds 30s linear infinite;
  padding: 20px 0;
  overflow: hidden;
      background-color: #f5f5f5; /* Light gray */
}

/* Keyframe Animation for Background */
@keyframes backgroundAnimation {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 100% 0%;
  }
  75% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Bubble Movement Animation */
@keyframes bubbleMovement {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-100px) scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}



/* Cloud Movement */
@keyframes cloudMovement {
  0% {
    left: -250px;
  }
  100% {
    left: 100%;
  }
}

/* Cloud Image */
.clouds {
  position: absolute;
  top: 10%;
  left: -250px;
  width: 300px;
  height: 300px;
  background-image: url('https://www.example.com/cloud.png');
  background-size: contain;
  background-repeat: no-repeat;
  animation: cloudMovement 25s linear infinite;
  z-index: 1;
}

/* Section Header Styles */
.section-header {
  margin-bottom: 40px;
  text-align: center;
  z-index: 3;
}

.section-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
    margin-top: 80px;
    color: #495057;
}

.section-header p {
  font-size: 1.1rem;
  color: #495057;
}

/* Clients Carousel */
.clients-carousel a {
  display: inline-block;
  padding: 20px;
  transition: transform 0.3s ease;
}

.clients-carousel a:hover {
  transform: translateY(-5px);
}

.clients-carousel img {
  width: 100%;
  max-width: 150px;
  transition: opacity 0.3s ease;
}

.clients-carousel img:hover {
  opacity: 0.8;
}

/* Responsive Design for Clients Section */
@media (max-width: 768px) {
  .clients-carousel {
    /* Optional: Add carousel-specific mobile adjustments */
  }
  
  .clients-carousel a {
    margin-left: 8px; /* Removes left margin */
  }

  .clients-carousel img {
    max-width: 120px; /* Smaller logos for mobile */
    height: auto; /* Maintain aspect ratio */
  }

  /* Decorative elements */
  .clouds {
    width: 200px;
    height: 100px;
  }

  .bubble {
    width: 40px;
    height: 40px;
  }
  
  /* Optional: Add mobile-specific spacing */
  .clients-section {
    padding: 20px 0;
  }
}







/* Container for images */
.image-container {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust height as needed */
    margin: 20px 0;
}


/* Enchanted Forest Container */
.section-content {
  position: relative;

  height: 800px;
  margin: 40px 0;
  overflow: hidden;
    background: linear-gradient(45deg, #84fab0, #8fd3f4); /* First gradient */

  box-shadow: 0 0 40px rgba(46, 204, 113, 0.2);
}

/* Image wrapper for positioning */
.image-wrapper {
    position: absolute;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.image-wrapper:hover {
    transform: scale(1.1);
}

.image-wrapper img {
    width: 120px; /* Adjust size as needed */
    height: 120px; /* Ensure width and height are the same for a circular shape */
    border-radius: 50%; /* Make the image circular */
    object-fit: cover; /* Ensures the image fills the space while maintaining its aspect ratio */
}

/* Position classes */
.top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bottom {
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
}

.middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.half-middle-left {
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}

.half-middle-right {
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}

.half-middle-bottom {
    top: 20%;
    right: 85%;
    transform: translate(-50%, -50%);
}

.half-middle-top {
    top: 20%;
    left: 85%;
    transform: translate(-50%, -50%);
}

/* Modal styling */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal-image {
    max-width: 80%;
    max-height: 60%;
    border-radius: 50%;
    animation: zoomIn 0.5s ease;
}

.modal-name {
    color: white;
    font-size: 2rem;
    margin-top: 20px;
    text-align: center;
}

.modal-comment {
    color: white !important;
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: center;
    animation: fadeIn 1s ease;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover {
    color: #ccc;
}

/* Animations */
@keyframes zoomIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Mobile Card View */
.mobile-clients-container {
    display: none;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.mobile-client-card {
    display: flex;
    flex-direction: column;
    background: skyblue;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    margin: 15px auto;
    padding: 20px;
    max-width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 5px solid #2ecc71;
}

.mobile-client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    border-left-color: #9b59b6;
}

.mobile-client-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.mobile-client-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 3px solid #2ecc71;
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.3);
}

.mobile-client-name {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.mobile-client-comment {
    font-size: 0.95rem;
    color: white !important;
    font-style: italic;
    line-height: 1.5;
    padding: 10px;
    background: #2ec4b6;
    border-radius: 8px;
    border-left: 3px solid #9b59b6;
  
}

/* Responsive styles */
@media (max-width: 768px) {
    .image-container {
        display: none;
    }
    
    .mobile-clients-container {
        display: block;
    }
    
    .section-content {
        height: auto;
        padding-bottom: 40px;
    }
}

@media (min-width: 769px) {
    .mobile-clients-container {
        display: none;
    }
}

/* Enchanted Forest Container */
.section-content {
  position: relative;
  margin: 40px 0;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(46, 204, 113, 0.2);
}

/* Twinkling Stars Background */
.stars {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="30" cy="40" r="0.8" fill="white"/><circle cx="50" cy="15" r="1" fill="white"/><circle cx="80" cy="40" r="0.5" fill="white"/><circle cx="10" cy="70" r="0.7" fill="white"/><circle cx="90" cy="80" r="2" fill="white"/></svg>');
  animation: twinkle 8s infinite alternate;
}

@keyframes twinkle {
  0% { opacity: 0.3; }
  100% { opacity: 1; }
}

/* Floating Magic Orbs */
.magic-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  animation: float-orb 15s infinite linear;
  z-index: 1;
}

@keyframes float-orb {
  0% { transform: translateY(0) translateX(0); opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% { transform: translateY(-500px) translateX(100px); opacity: 0; }
}

/* Falling Leaves */
.falling-leaf {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  animation: falling-leaf 20s linear infinite;
}

@keyframes falling-leaf {
  0% { transform: translateY(-100px) rotate(0deg); opacity: 0; }
  10% { opacity: 0.8; }
  90% { opacity: 0.8; }
  100% { transform: translateY(600px) rotate(360deg); opacity: 0; }
}

/* Enchanted Avatar Wrapper */
.image-wrapper {
  position: absolute;
  cursor: pointer;
  transition: all 0.5s ease;
  z-index: 10;
  filter: drop-shadow(0 0 15px rgba(46, 204, 113, 0.5));
  animation: gentle-float 8s infinite ease-in-out;
}

@keyframes gentle-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(2deg); }
}

.image-wrapper:hover {
  filter: drop-shadow(0 0 25px rgba(155, 89, 182, 0.7));
  animation: gentle-pulse 1s infinite alternate;
}

@keyframes gentle-pulse {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}

.image-wrapper img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #2ecc71;
  box-shadow: 
    0 0 20px rgba(46, 204, 113, 0.6),
    inset 0 0 15px rgba(46, 204, 113, 0.4);
  transition: all 0.3s ease;
}

.image-wrapper:hover img {
  border-color: #9b59b6;
  box-shadow: 
    0 0 30px rgba(155, 89, 182, 0.8),
    inset 0 0 20px rgba(155, 89, 182, 0.6);
}

/* Fairy Dust Particles */
.fairy-dust {
  position: absolute;
  background: white;
  border-radius: 50%;
  filter: blur(1px);
  animation: fairy-dust 10s linear infinite;
  z-index: 3;
}

@keyframes fairy-dust {
  0% { transform: translateY(0) translateX(0); opacity: 0; }
  20% { opacity: 0.7; }
  80% { opacity: 0.7; }
  100% { transform: translateY(-200px) translateX(50px); opacity: 0; }
}





/* Container for the entire section */
.scrolling-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  
  padding: 20px 0;
  background-size: 600% 600%;
  animation: backgroundAnimation 15s ease infinite;
  color: #fff;
  text-align: center;
}


.scrolling-container {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    will-change: opacity, transform;
  }

  .scrolling-container.visible {
    opacity: 1;
    transform: translateY(0);
  }
/* Scrolling image container */
.scrolling-images {
  display: inline-flex;
  animation: scroll 20s linear infinite;
}

/* Individual logos */
.scrolling-images img {
  height: 80px;
  margin-right: 30px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
}

.scrolling-images img:hover {
  transform: scale(1.1);
}

/* Scroll animation */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Animated background */
@keyframes backgroundAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



        
        /* Gradient Background Container */
        .gradient-container {
            position: relative;
  background: linear-gradient(45deg, #84fab0, #8fd3f4); /* First gradient */

            padding: 0px 0;
            overflow: hidden;
        }
        
        /* Curved Bottom Shape */
        .shape-divider {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            transform: rotate(180deg);
        }
        
        .shape-divider svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 100px;
        }
        
        .shape-divider .shape-fill {
            fill: #005be5;
        }
        
        /* Content Container */
        .content-container {
            max-width: 1800px;
            margin: 0 auto;
            padding: 0 30px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }
        
        /* Text Content */
        .text-content {
            flex: 1;
            min-width: 300px;
            padding: 20px;
        }
        
  .heading-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: justify;
    text-justify: inter-word; /* For better spacing between words */
}

.heading-subtitle {
    font-size: 1.5rem;
    color: #3498db;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: justify;
    text-justify: inter-word;
}

.heading-description {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-word;
}
        
        /* Buttons */
        .button-container {
            display: flex;
            gap: 20px;
            margin-top: 30px;
            flex-wrap: wrap;
        }
        
        .creative-button {
            position: relative;
            display: inline-block;
            padding: 15px 30px;
            background-color: #3498db;
            color: white;
            border-radius: 4px;
            text-decoration: none;
            font-weight: 600;
            overflow: hidden;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }
        
        .creative-button:hover {
            background-color: #2980b9;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .creative-button .button-text {
            position: relative;
            z-index: 2;
        }
        
        /* Image Container */
        .image-container1 {
            flex: 1;
            min-width: 300px;
            padding: 20px;
            text-align: center;
        }
        
        .feature-image1 {
            max-width: 100%;
            height: 600px;
            border-radius: 20px;
            transition: transform 0.3s ease;
        }
        
        .feature-image:hover {
            transform: scale(1.03);
        }
        
        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .content-container {
                flex-direction: column;
            }
            
            .heading-title {
                font-size: 2rem;
            }
            
            .heading-subtitle {
                font-size: 1.3rem;
            }
            
            .button-container {
                justify-content: center;
            }
        }
        
        @media (max-width: 480px) {
            .heading-title {
                font-size: 1.8rem;
            }
            
            .heading-subtitle {
                font-size: 1.1rem;
            }
            
            .creative-button {
                padding: 12px 25px;
                font-size: 0.9rem;
            }
        }
        /* Initial hidden state */
.gradient-container {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Visible state when in viewport */
.gradient-container.visible {
  opacity: 1;
  transform: translateY(0);
}


 
 

    .counters .container {
        max-width: 1800px;
    }

    .counters {
        position: relative;
        width: 100%;
        padding: 30px 30px;
        background: #005be5;
    }

    .counters i {
        display: inline-block;
        font-size: 40px;
        line-height: 0;
        color: white !important;
        margin-bottom: 10px;
    }

    .counters h2 {
        font-family: 'Arial, Helvetica', sans-serif;
        font-size: 40px;
        font-weight: 900;
        letter-spacing: 5px;
        color: white !important;
    }

    .counters p {
        font-size: 22px;
        color: white !important;
    }

    /* Additional Styling for Row Alignment */
    .counters .row {
        display: flex;
        justify-content: space-between; /* Ensures even spacing between items */
        flex-wrap: wrap; /* Ensures the items wrap on smaller screens */
    }

    .counters .col-lg-3, .counters .col-6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* Optional: Add spacing for better alignment */
    .counters .col-lg-3 {
        margin-bottom: 20px;
    }

 
 
 
 
 
 
 
 
 
 
 
