/* AML Shield custom overrides */

/* Disable scroll/entry animations — keep hover/interactive transitions */
.wow {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
[class*="animated"] {
  animation: none !important;
}
.mouse-cursor {
  display: none !important;
}
.preloader {
  display: none !important;
}
.video-button-ripple {
  display: none !important;
}

.header-2.style-3 .header-main .header-left .logo {
  background: linear-gradient(84deg, #2e99f5 0%, #1170d0 100%);
  width: 420px;
  margin-left: -130px;
  clip-path: polygon(0 0%, 85% 0%, 100% 100%, 0% 100%);
}

.breadcrumb-wrapper {
  padding: 12px 0 !important;
}
.breadcrumb-wrapper .page-heading .breadcrumb-sub-title h1 {
  font-size: 38px !important;
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
}

.breadcrumb-wrapper::before {
  background: linear-gradient(89deg, #2e99f5 15%, #1170d0 91%) !important;
}

.hero-3 .hero-content {
  padding: 60px 0 120px !important;
  opacity: 1 !important;
  transform: none !important;
}
.hero-3 .hero-content h1 {
  font-size: 52px !important;
  line-height: 62px !important;
}

.about-3 .about-images .image-1 {
  width: 190px;
}
.about-3 .about-images .experience h2 {
  font-size: 40px;
  line-height: 36px;
}
.about-3 .about-images .experience p {
  font-size: 12px;
}

/* .hero-3 .hero-content {
  position: relative;
  z-index: 2;
  padding: 220px 0 310px;
  margin-left: -50px;
  opacity: 0;
  transform: translateY(-150px);
} */

/*
Theme Name: Zotech
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: IT Solutions & Technology HTML Template
Version: 1.0.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

Main Style file-> assets/css/main.css 

All the SCSS File in SCSS Folder of Assets Folder. You can read the doc file also for better understand.

// BASIC
@import 'basic';

// MIXIN
@import 'variables';

// TYPOGRAPHY
@import 'typography';

// MIX
@import 'mix';

// HELPER
@import 'helper';

// ICON FONTS
@import 'icon';

// ANIMATION
@import 'animation';

// Button 
@import 'btn';

// Colors 
@import 'colors';

// Preloader 
@import 'preloader';

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/

 /* // Menu - Header Section 
 @import 'header';
 
 // Hero Slide - Section 
 @import 'hero';
 
 // Section Title - Heading 
 @import 'section';
 
 // About - Section 
 @import 'about';
 
 // Features - Section 
 @import 'features';
 
 // services - Section 
 @import 'services';
 
 // testimonial - Section 
 @import 'testimonial';
 
 // Portfolio - Cases - Section 
 @import 'project';
 
 // Price Table - Section 
 @import 'price';
 
 // Call To Action - Section 
 @import 'cta';
 
 // Content Block - Section 
 @import 'contentblock';
 
 // team - Section 
 @import 'team';
 
 // funfact - Section 
 @import 'funfact';
 
 // Download - Section 
 @import 'carousel';
 
 // FAQ - Section 
 @import 'faq';
 
 // Blog - Section 
 @import 'blog';
 
 // Contact Us - Section 
 @import 'contact';
 
 // footer - Section 
 @import 'footer';n facts */



