/* ==========================================
   AMR STORY SECTION REDESIGN
   ========================================== */

.amr-story-redesign {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Inter', sans-serif;
}

.amr-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: start;
}

/* Timeline storytelling (Left Column) */
.amr-timeline {
  position: relative;
  padding-left: 10px;
}

.amr-timeline-item {
  position: relative;
  display: flex;
  gap: 24px;
  padding-bottom: 40px;
}

.amr-timeline-item:last-child {
  padding-bottom: 0;
}

.amr-timeline-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 24px;
}

.amr-marker-dot {
  width: 14px;
  height: 14px;
  background: var(--ast-global-color-1, #EE7F23) !important;
  border: 3px solid #ffffff !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 3px var(--ast-global-color-1, #EE7F23) !important;
  z-index: 2;
  transition: transform 0.3s ease;
}

.amr-timeline-item:hover .amr-marker-dot {
  transform: scale(1.25);
  background: #ffffff !important;
}

.amr-marker-line {
  width: 2px;
  flex-grow: 1;
  background: linear-gradient(to bottom, var(--ast-global-color-1, #EE7F23) 0%, rgba(238, 127, 35, 0.15) 100%) !important;
  min-height: 80px;
  z-index: 1;
}

.amr-timeline-content {
  text-align: left;
}

.amr-timeline-badge {
  display: inline-block !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: var(--ast-global-color-1, #EE7F23) !important;
  letter-spacing: 1.5px !important;
  background: rgba(238, 127, 35, 0.08) !important;
  padding: 4px 10px !important;
  border-radius: 4px !important;
  margin-bottom: 12px !important;
}

.amr-timeline-content h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--ast-global-color-0, #323092) !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.3 !important;
}

.amr-timeline-content p {
  font-size: 14.5px !important;
  line-height: 1.7 !important;
  color: #555555 !important;
  margin: 0 !important;
}

/* Pillar cards (Right Column) */
.amr-growth-intro {
  background: linear-gradient(135deg, rgba(50, 48, 146, 0.04) 0%, rgba(50, 48, 146, 0.01) 100%) !important;
  border-left: 4px solid var(--ast-global-color-0, #323092) !important;
  padding: 20px 24px !important;
  border-radius: 0 16px 16px 0 !important;
  margin-bottom: 30px !important;
  text-align: left !important;
}

.amr-growth-intro p {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  color: var(--ast-global-color-0, #323092) !important;
  margin: 0 !important;
}

.amr-pillar-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.amr-pillar-card {
  display: flex !important;
  align-items: flex-start !important;
  gap: 16px !important;
  padding: 20px !important;
  background: #ffffff !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 30px rgba(50, 48, 146, 0.04) !important;
  border: 1px solid rgba(50, 48, 146, 0.06) !important;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease, border-color 0.3s ease !important;
}

.amr-pillar-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 40px rgba(50, 48, 146, 0.1) !important;
  border-color: var(--ast-global-color-1, #EE7F23) !important;
}

.amr-card-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  background: rgba(50, 48, 146, 0.05) !important;
  color: var(--ast-global-color-0, #323092) !important;
  font-size: 18px !important;
  flex-shrink: 0 !important;
  transition: background 0.3s, color 0.3s !important;
}

.amr-pillar-card:hover .amr-card-icon {
  background: var(--ast-global-color-1, #EE7F23) !important;
  color: #ffffff !important;
}

.amr-card-details {
  text-align: left !important;
}

.amr-card-details h4 {
  margin: 0 0 6px 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--ast-global-color-0, #323092) !important;
}

.amr-card-details p {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #666666 !important;
}

/* Centered Button (CTA) */
.amr-story-cta {
  display: flex !important;
  justify-content: center !important;
  margin-top: 50px !important;
}

.amr-story-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: var(--ast-global-color-1, #EE7F23) !important;
  color: #ffffff !important;
  padding: 15px 36px !important;
  border-radius: 30px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  box-shadow: 0 10px 24px rgba(238, 127, 35, 0.25) !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

.amr-story-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(238, 127, 35, 0.35) !important;
  background: var(--ast-global-color-0, #323092) !important;
}

.amr-story-btn i {
  font-size: 14px !important;
  transition: transform 0.3s ease !important;
}

.amr-story-btn:hover i {
  transform: translateX(4px) !important;
}

/* Mobile responsive */
@media (max-width: 900px) {
  .amr-story-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
}

@media (max-width: 600px) {
  .amr-story-redesign {
    padding: 20px 10px !important;
  }
  .amr-timeline-item {
    gap: 16px !important;
  }
  .amr-timeline-content h3 {
    font-size: 18px !important;
  }
}

/* ==========================================
   ABOUT US PAGE REDESIGN
   ========================================== */

.amr-about-redesign {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Inter', sans-serif;
}

.amr-about-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}

.amr-about-left {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(50, 48, 146, 0.03);
  border: 1px solid rgba(50, 48, 146, 0.05);
  border-top: 4px solid var(--ast-global-color-0, #323092);
  text-align: left;
}

.amr-about-left h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: var(--ast-global-color-0, #323092) !important;
  margin: 0 0 20px 0 !important;
}

.amr-about-left p {
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: #555555 !important;
  margin: 0 !important;
}

.amr-about-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 900px) {
  .amr-about-right {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.amr-about-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(50, 48, 146, 0.03);
  border: 1px solid rgba(50, 48, 146, 0.05);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.amr-about-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(50, 48, 146, 0.08);
}

.amr-about-card h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--ast-global-color-0, #323092) !important;
  margin: 0 0 15px 0 !important;
  border-bottom: 2px solid rgba(238, 127, 35, 0.1);
  padding-bottom: 10px;
}

.amr-about-card p {
  font-size: 14.5px !important;
  line-height: 1.7 !important;
  color: #666666 !important;
  margin: 0 0 20px 0 !important;
}

.amr-about-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.amr-about-list li {
  position: relative;
  padding-left: 28px !important;
  margin-bottom: 15px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #555555 !important;
}

.amr-about-list li:last-child {
  margin-bottom: 0 !important;
}

.amr-about-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--ast-global-color-1, #EE7F23);
  font-size: 14px;
}

.amr-about-list li strong {
  color: var(--ast-global-color-0, #323092);
}

/* Mission, Vision & Core Values Section styling */
.amr-mv-section {
  padding: 60px 0 !important;
}

.amr-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .amr-mv-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.amr-mv-card {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03) !important;
  border: 1px solid rgba(50, 48, 146, 0.04) !important;
  overflow: hidden;
  transition: transform 0.3s ease !important;
}

.amr-mv-card:hover {
  transform: translateY(-4px) !important;
}

.amr-mv-card-header {
  background: linear-gradient(135deg, var(--ast-global-color-0, #323092) 0%, rgba(50, 48, 146, 0.85) 100%) !important;
  padding: 24px 30px !important;
  color: #ffffff !important;
  text-align: left;
}

.amr-mv-card-header h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 !important;
}

.amr-mv-card-body {
  padding: 30px !important;
  text-align: left;
}

.amr-mv-card-body p {
  font-size: 14.5px !important;
  line-height: 1.75 !important;
  color: #555555 !important;
  margin: 0 0 20px 0 !important;
}

.amr-mv-card-body p:last-child {
  margin-bottom: 0 !important;
}

/* Core Values Pill Tags */
.amr-values-card {
  background: #ffffff !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03) !important;
  border: 1px solid rgba(50, 48, 146, 0.04) !important;
  padding: 35px !important;
  margin-top: 40px;
  text-align: left;
}

.amr-values-card h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--ast-global-color-0, #323092) !important;
  margin: 0 0 25px 0 !important;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
}

.amr-values-card h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: var(--ast-global-color-1, #EE7F23);
  border-radius: 2px;
}

.amr-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 10px;
}

.amr-value-item {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  padding: 16px 20px !important;
  background: rgba(50, 48, 146, 0.02) !important;
  border: 1px solid rgba(50, 48, 146, 0.05) !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
}

.amr-value-item:hover {
  background: #ffffff !important;
  border-color: var(--ast-global-color-1, #EE7F23) !important;
  box-shadow: 0 8px 20px rgba(238, 127, 35, 0.08) !important;
  transform: translateY(-2px);
}

.amr-value-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: rgba(238, 127, 35, 0.1) !important;
  color: var(--ast-global-color-1, #EE7F23) !important;
  font-size: 16px !important;
  flex-shrink: 0 !important;
}

.amr-value-item:hover .amr-value-icon {
  background: var(--ast-global-color-0, #323092) !important;
  color: #ffffff !important;
}

.amr-value-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--ast-global-color-0, #323092) !important;
}

/* CEO Message Section styling */
.amr-ceo-section {
  padding: 80px 0 !important;
  background: #ffffff !important;
}

.amr-ceo-quote-card {
  max-width: 950px;
  margin: 0 auto;
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 15px 50px rgba(50, 48, 146, 0.06) !important;
  border: 1px solid rgba(50, 48, 146, 0.06) !important;
  padding: 50px !important;
  display: flex !important;
  gap: 40px !important;
  align-items: center !important;
  position: relative;
  text-align: left;
}

@media (max-width: 768px) {
  .amr-ceo-quote-card {
    flex-direction: column !important;
    padding: 35px 25px !important;
    gap: 30px !important;
  }
}

.amr-ceo-image-wrapper {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(50, 48, 146, 0.08);
  box-shadow: 0 8px 24px rgba(50, 48, 146, 0.1);
}

.amr-ceo-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amr-ceo-content {
  flex-grow: 1;
  position: relative;
}

.amr-ceo-quote-icon {
  font-size: 36px;
  color: rgba(238, 127, 35, 0.2);
  line-height: 1;
  margin-bottom: 10px;
}

.amr-ceo-text {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #444444 !important;
  font-style: italic;
  margin: 0 0 25px 0 !important;
}

.amr-ceo-info {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 15px;
}

.amr-ceo-name {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--ast-global-color-0, #323092) !important;
  margin: 0 0 4px 0 !important;
}

.amr-ceo-title {
  font-size: 13px !important;
  color: var(--ast-global-color-1, #EE7F23) !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ==========================================
   CONTACT US PAGE REDESIGN
   ========================================== */

.amr-contact-section {
  padding: 60px 0 !important;
  background: linear-gradient(180deg, #FDDFB2 0%, #F8F8F8 100%) !important;
  position: relative;
}

.amr-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .amr-contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.amr-contact-left-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.amr-contact-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(50, 48, 146, 0.03);
  border: 1px solid rgba(50, 48, 146, 0.05);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.amr-contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(50, 48, 146, 0.08);
}

.amr-contact-card.accent-blue {
  border-top: 4px solid var(--ast-global-color-0, #323092);
}

.amr-contact-card.accent-orange {
  border-top: 4px solid var(--ast-global-color-1, #EE7F23);
}

.amr-contact-card h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--ast-global-color-0, #323092) !important;
  margin: 0 0 20px 0 !important;
  border-bottom: 2px solid rgba(238, 127, 35, 0.1);
  padding-bottom: 10px;
}

.amr-contact-card h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--ast-global-color-1, #EE7F23) !important;
  margin: 0 0 15px 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.amr-contact-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.amr-contact-list li {
  position: relative;
  padding-left: 36px !important;
  margin-bottom: 20px !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #555555 !important;
}

.amr-contact-list li:last-child {
  margin-bottom: 0 !important;
}

.amr-contact-list li a {
  color: #555555 !important;
  transition: color 0.2s ease;
}

.amr-contact-list li a:hover {
  color: var(--ast-global-color-1, #EE7F23) !important;
}

.amr-contact-list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--ast-global-color-1, #EE7F23);
  font-size: 18px;
}

.amr-contact-card .wpforms-container {
  margin: 0 !important;
  padding: 0 !important;
}

.amr-contact-card .wpforms-field-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.amr-contact-card input[type="text"],
.amr-contact-card input[type="email"],
.amr-contact-card textarea {
  width: 100% !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(50, 48, 146, 0.1) !important;
  border-radius: 8px !important;
  background-color: rgba(50, 48, 146, 0.01) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #333333 !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
}

.amr-contact-card input[type="text"]:focus,
.amr-contact-card input[type="email"]:focus,
.amr-contact-card textarea:focus {
  border-color: var(--ast-global-color-1, #EE7F23) !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(238, 127, 35, 0.1) !important;
  outline: none !important;
}

.amr-contact-card .wpforms-submit-container {
  margin-top: 20px !important;
}

.amr-contact-card button.wpforms-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--ast-global-color-1, #EE7F23) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 15px 36px !important;
  border-radius: 30px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  cursor: pointer !important;
  box-shadow: 0 10px 24px rgba(238, 127, 35, 0.25) !important;
  transition: all 0.3s ease !important;
  width: auto !important;
}

.amr-contact-card button.wpforms-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(238, 127, 35, 0.35) !important;
  background: var(--ast-global-color-0, #323092) !important;
}

/* ==========================================
   GLOBAL WEBSITE PREMIUM POLISHING & BRANDING
   ========================================== */

:root {
  /* Branding color overrides: Blue and Red */
  --ast-global-color-0: #323092 !important; /* Premium Corporate Blue */
  --ast-global-color-1: #D12B2C !important; /* Accent Red */
  --ast-global-color-1-hover: #b01e20 !important;
  --ast-global-color-2: #1a194d !important;
  --ast-global-color-3: #4b5563 !important;
  --ast-global-color-4: #f8fafc !important;
}

/* Base resets & typography smoothing */
body, html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Header & Navigation Polish */
.main-header-bar {
  border-bottom: 1px solid rgba(50, 48, 146, 0.05) !important;
  padding: 15px 0 !important;
  box-shadow: 0 4px 20px rgba(50, 48, 146, 0.02) !important;
}

.main-header-menu a {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
}

.main-header-menu a:hover,
.main-header-menu li:hover > a,
.main-header-menu .current-menu-item > a {
  color: var(--ast-global-color-1) !important;
}

/* Global button system normalization */
.wp-block-button__link,
.elementor-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce input.button,
.wpforms-submit,
.n2-style-5e1b8236ee17e94bd30af2cf9e826976-heading {
  border-radius: 30px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  padding: 12px 30px !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  background-color: var(--ast-global-color-1) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 8px 20px rgba(209, 43, 44, 0.15) !important;
}

.wp-block-button__link:hover,
.elementor-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce input.button:hover,
.wpforms-submit:hover {
  transform: translateY(-2px) !important;
  background-color: var(--ast-global-color-0) !important;
  box-shadow: 0 12px 26px rgba(50, 48, 146, 0.2) !important;
  color: #ffffff !important;
}

/* Layout spacing rhythm polish */
/* Removed global .elementor-section and .elementor-column-wrap padding overrides to restore native spacing */

/* Cards & containers styling */
/*
.elementor-widget-wrap,
.elementor-card,
.wp-block-columns {
  border-radius: 12px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
*/

/* Softer neutral cards decoration */
/*
.amr-card-shadow,
.elementor-toggle-item,
.elementor-accordion-item {
  box-shadow: 0 6px 20px rgba(50, 48, 146, 0.02) !important;
  border: 1px solid rgba(50, 48, 146, 0.05) !important;
  border-radius: 8px !important;
  margin-bottom: 12px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}
*/

/* Accordion toggles adjustments */
.elementor-toggle .elementor-tab-title,
.elementor-accordion .elementor-tab-title {
  padding: 18px 24px !important;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif !important;
  color: var(--ast-global-color-0) !important;
  transition: all 0.3s ease !important;
}

.elementor-toggle .elementor-tab-title:hover,
.elementor-accordion .elementor-tab-title:hover {
  background-color: rgba(50, 48, 146, 0.02) !important;
  color: var(--ast-global-color-1) !important;
}

.elementor-toggle .elementor-tab-content,
.elementor-accordion .elementor-tab-content {
  padding: 20px 24px !important;
  font-size: 14.5px !important;
  line-height: 1.7 !important;
  color: #555555 !important;
  border-top: 1px solid rgba(50, 48, 146, 0.04) !important;
}

/* Form refinement */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  border: 1px solid rgba(50, 48, 146, 0.1) !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  transition: all 0.3s ease !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  border-color: var(--ast-global-color-1) !important;
  box-shadow: 0 0 0 3px rgba(209, 43, 44, 0.1) !important;
  outline: none !important;
}

/* Images enhancement */
img {
  max-width: 100%;
  height: auto;
  border-radius: 8px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

/* Footer Polish */
.site-footer {
  background-color: #0f172a !important;
  color: #94a3b8 !important;
  padding: 60px 0 30px 0 !important;
  border-top: 4px solid var(--ast-global-color-1) !important;
}

.site-footer a {
  color: #cbd5e1 !important;
  transition: color 0.3s ease !important;
}

.site-footer a:hover {
  color: var(--ast-global-color-1) !important;
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
  .wp-block-button__link,
  .elementor-button,
  .wpforms-submit {
    padding: 10px 24px !important;
    font-size: 14px !important;
  }
}

/* ==========================================
   PREMIUM MOTION DESIGN & SCROLL ANIMATIONS
   ========================================== */

/* Normalizing global animation speed, easing, and hardware acceleration */
/* Normalizing global animation speed, easing, and hardware acceleration */
.animated {
  -webkit-animation-duration: 550ms !important;
  animation-duration: 550ms !important; /* 400-700ms timing */
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; /* smooth ease-out */
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  -webkit-perspective: 1000px !important;
  perspective: 1000px !important;
  will-change: transform, opacity !important;
}

/* Force hardware acceleration on animated columns and widgets */
.elementor-column.animated,
.elementor-widget.animated {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Subtle keyframe overrides (max 20-30px movement to avoid flying elements) */
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Redefine zoomIn and bounceIn to elegant soft reveal transforms */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* Prevent layout shift during animation load */
.elementor-invisible {
  visibility: hidden;
}

/* Staggered card transitions smoothing */
.elementor-column-wrap:hover,
.elementor-widget-wrap:hover {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease !important;
}


