.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out-up;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:300ms;--e-preloader-animation-duration:1200ms;--e-preloader-delay:1300ms;--e-preloader-color:#FFF;--e-preloader-size:46px;}.elementor-kit-7 e-page-transition{background-color:transparent;background-image:linear-gradient(180deg, #FFBC7D 0%, #f2295b 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:18px;--container-default-padding-right:18px;--container-default-padding-bottom:18px;--container-default-padding-left:18px;}.elementor-widget:not(:last-child){--kit-widget-spacing:26px;}.elementor-element{--widgets-spacing:26px 26px;--widgets-spacing-row:26px;--widgets-spacing-column:26px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<div class="top-header">
  <div class="header-item email">
    <span class="icon">📧</span>
    <span class="text">orgwayagritech@gmail.com</span>
  </div>
  <div class="header-item phone">
    <span class="icon">📱</span>
    <span class="text">+91 99785 65151</span>
  </div>
</div>

<style>
.top-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 50px;
  background: linear-gradient(90deg, #005bea, #00c6fb);
  color: white;
  font-family: 'Segoe UI', sans-serif;
  animation: fadeSlide 1s ease-in-out;
}

.header-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  animation: slideUp 1.2s ease;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.header-item:hover {
  transform: scale(1.05);
}

.icon {
  font-size: 18px;
  animation: bounceIcon 2s infinite;
}

.text {
  font-weight: 500;
  white-space: nowrap;
  animation: slideText 1s ease-in-out;
}

@keyframes fadeSlide {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes bounceIcon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes slideText {
  0% { transform: translateX(-20px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

@keyframes slideUp {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}
</style>/* End custom CSS */