.elementor-395 .elementor-element.elementor-element-ab05b17{--display:flex;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS */* { margin: 0; padding: 0; box-sizing: border-box; } .zy7h_hero_section { position: relative; min-height: 95vh; background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%); overflow: hidden; display: flex; align-items: center; padding: 100px 20px 60px; } .zy7h_hero_container { max-width: 1400px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2; } /* Decorative Elements */ .zy7h_decoration_circle { position: absolute; border-radius: 50%; opacity: 0.08; z-index: 1; } .zy7h_circle_1 { width: 350px; height: 350px; background: linear-gradient(135deg, #667eea, #764ba2); top: -80px; right: -80px; animation: zy7h_float 6s ease-in-out infinite; } .zy7h_circle_2 { width: 250px; height: 250px; background: linear-gradient(135deg, #764ba2, #667eea); bottom: -60px; left: -60px; animation: zy7h_float 8s ease-in-out infinite reverse; } .zy7h_circle_3 { width: 180px; height: 180px; background: linear-gradient(135deg, #667eea, #764ba2); top: 45%; right: 15%; animation: zy7h_float 7s ease-in-out infinite; } @keyframes zy7h_float { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-30px) scale(1.05); } } /* Content Section */ .zy7h_hero_content { animation: zy7h_slideInLeft 1s ease-out; } @keyframes zy7h_slideInLeft { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } } .zy7h_hero_badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(102, 126, 234, 0.1); padding: 10px 20px; border-radius: 50px; color: #667eea; font-size: 14px; font-weight: 600; margin-bottom: 25px; animation: zy7h_fadeIn 1.2s ease-out; } @keyframes zy7h_fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } .zy7h_hero_badge i { font-size: 16px; } .zy7h_hero_title { font-size: 52px; font-weight: 800; color: #1a1a1a; line-height: 1.2; margin-bottom: 20px; animation: zy7h_fadeIn 1.4s ease-out; } .zy7h_hero_title span { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .zy7h_hero_description { font-size: 18px; color: #5a5a5a; line-height: 1.7; margin-bottom: 35px; max-width: 580px; animation: zy7h_fadeIn 1.6s ease-out; } .zy7h_hero_buttons { display: flex; gap: 20px; flex-wrap: wrap; animation: zy7h_fadeIn 1.8s ease-out; } .zy7h_btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 38px; border-radius: 10px; font-size: 16px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; cursor: pointer; border: none; } .zy7h_btn_primary { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3); } .zy7h_btn_primary:hover { transform: translateY(-3px); box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4); } .zy7h_btn_secondary { background: white; color: #667eea; border: 2px solid #667eea; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); } .zy7h_btn_secondary:hover { background: #667eea; color: white; transform: translateY(-3px); box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3); } .zy7h_hero_stats { display: flex; gap: 40px; margin-top: 40px; animation: zy7h_fadeIn 2s ease-out; } .zy7h_stat_item { text-align: left; } .zy7h_stat_number { font-size: 32px; font-weight: 800; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; } .zy7h_stat_label { font-size: 13px; color: #7a7a7a; margin-top: 5px; } /* Image Section */ .zy7h_hero_image { position: relative; display: flex; justify-content: center; align-items: center; animation: zy7h_slideInRight 1s ease-out; } @keyframes zy7h_slideInRight { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0); } } .zy7h_image_wrapper { position: relative; width: 100%; max-width: 550px; } .zy7h_main_image { width: 100%; height: auto; position: relative; z-index: 2; animation: zy7h_bounce 3s ease-in-out infinite; } @keyframes zy7h_bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } } .zy7h_image_bg { position: absolute; width: 110%; height: 110%; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; opacity: 0.12; animation: zy7h_pulse 4s ease-in-out infinite; } @keyframes zy7h_pulse { 0%, 100% { transform: translate(-50%, -50%) scale(1); } 50% { transform: translate(-50%, -50%) scale(1.1); } } /* Floating Cards */ .zy7h_floating_card { position: absolute; background: white; padding: 15px 20px; border-radius: 15px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); display: flex; align-items: center; gap: 12px; z-index: 3; animation: zy7h_floatCard 4s ease-in-out infinite; } @keyframes zy7h_floatCard { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } } .zy7h_card_1 { top: 10%; right: -20px; animation-delay: 0s; } .zy7h_card_2 { bottom: 15%; left: -30px; animation-delay: 1s; } .zy7h_card_icon { width: 45px; height: 45px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; font-size: 20px; } .zy7h_card_text h4 { font-size: 14px; color: #1a1a1a; margin-bottom: 3px; } .zy7h_card_text p { font-size: 12px; color: #7a7a7a; } /* Responsive */ @media (max-width: 968px) { .zy7h_hero_container { grid-template-columns: 1fr; gap: 50px; text-align: center; } .zy7h_hero_title { font-size: 42px; } .zy7h_hero_description { font-size: 18px; max-width: 100%; } .zy7h_hero_buttons { justify-content: center; } .zy7h_hero_stats { justify-content: center; } .zy7h_hero_image { order: -1; } .zy7h_floating_card { display: none; } } @media (max-width: 640px) { .zy7h_hero_section { min-height: auto; padding: 60px 15px 40px; } .zy7h_hero_title { font-size: 32px; } .zy7h_hero_description { font-size: 16px; } .zy7h_btn { padding: 14px 28px; font-size: 14px; } .zy7h_hero_stats { gap: 25px; } .zy7h_stat_number { font-size: 28px; } }/* End custom CSS */