.elementor-2101 .elementor-element.elementor-element-f88b562{--display:flex;--min-height:50vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.57;}.elementor-2101 .elementor-element.elementor-element-f88b562:not(.elementor-motion-effects-element-type-background), .elementor-2101 .elementor-element.elementor-element-f88b562 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_6 );}.elementor-2101 .elementor-element.elementor-element-f88b562::before, .elementor-2101 .elementor-element.elementor-element-f88b562 > .elementor-background-video-container::before, .elementor-2101 .elementor-element.elementor-element-f88b562 > .e-con-inner > .elementor-background-video-container::before, .elementor-2101 .elementor-element.elementor-element-f88b562 > .elementor-background-slideshow::before, .elementor-2101 .elementor-element.elementor-element-f88b562 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2101 .elementor-element.elementor-element-f88b562 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#2B68A5;--background-overlay:'';}.elementor-2101 .elementor-element.elementor-element-f545d2b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2101 .elementor-element.elementor-element-b06b5b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-2101 .elementor-element.elementor-element-f88b562{--min-height:55vh;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}/* Start custom CSS for html, class: .elementor-element-c2ead6f *//* التصميم الأساسي */
.agmar-hero-section {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

/* تأثيرات الشعار */
.logo-animation {
  position: relative;
  margin-bottom: 30px;
}

.main-title {
  font-size: 3.5rem;
  color: #2d3748;
  margin: 0;
  line-height: 1.2;
}

.agmar-word {
  color: #38a169;
  position: relative;
  display: inline-block;
}

.earth-word {
  color: #2b6cb0;
  position: relative;
  display: inline-block;
}

.construction-icon {
  font-size: 2rem;
  position: absolute;
  top: -15px;
  right: -25px;
  animation: hammer 2s infinite;
}

/* الوصف الديناميكي */
.dynamic-description {
  font-size: 1.5rem;
  margin: 20px auto;
  max-width: 800px;
  color: #4a5568;
}

/* أزرار التحويل */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.cta-button {
  background: #38a169;
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
}

.phone-button {
  background: #2b6cb0;
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
}

/* تأثيرات الحركة */
@keyframes hammer {
  0%, 100% { transform: rotate(-15deg); }
  50% { transform: rotate(15deg); }
}

/* التأثير عند التحويم */
.cta-button:hover {
  background: #2f855a;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(56, 161, 105, 0.3);
}

.phone-button:hover {
  background: #2c5282;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(43, 108, 176, 0.3);
}

/* تأثيرات خاصة للجوال */
@media (max-width: 768px) {
  .main-title {
    font-size: 2.5rem;
  }
  
  .dynamic-description {
    font-size: 1.2rem;
  }
  
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */