.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;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ===== AMBER CITIZENSHIP GLOBAL STYLES ===== */
:root {
  --amber-navy: #1a3a5f;
  --amber-gold: #d4af37;
  --amber-light-gold: #f4e8c1;
  --amber-light-navy: #2c4d75;
  --amber-light-bg: #f8f9fa;
}

/* ===== UTILITY CLASSES ===== */
.amber-bg-white { background-color: white; }
.amber-bg-light { background-color: var(--amber-light-bg); }
.amber-bg-navy { background-color: var(--amber-navy); }
.amber-bg-dark { background-color: #333; }

.amber-text-navy { color: var(--amber-navy); }
.amber-text-gold { color: var(--amber-gold); }
.amber-text-white { color: white; }
.amber-text-dark { color: #333; }
.amber-text-light { color: #666; }
.amber-text-lighter { color: #ccc; }

.amber-section-padding { padding: 80px 0; }
.amber-container-wide { 
  max-width: 1200px; 
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== TYPOGRAPHY ===== */
.amber-font-primary {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

.amber-section-title {
  text-align: center;
  margin-bottom: 50px;
}

.amber-section-title h2 {
  font-size: 36px;
  color: var(--amber-navy);
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.amber-section-title h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--amber-gold);
}

.amber-section-title p {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 30px auto 0;
}

/* ===== CARDS & BOXES ===== */
.amber-card {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateZ(0);
}

.amber-feature-card {
  border-top: 4px solid var(--amber-navy);
  text-align: center;
}

.amber-value-card {
  border-left: 4px solid var(--amber-gold);
  text-align: center;
}

.amber-testimonial-card {
  position: relative;
}

.amber-program-card {
  border: 1px solid #eaeaea;
  text-align: center;
}

/* ===== HOVER EFFECTS ===== */
.amber-hover-scale:hover {
  transform: scale(1.05) translateZ(0);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.amber-hover-lift:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.amber-hover-shadow:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* ===== BUTTONS ===== */
.amber-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  text-align: center;
}

.amber-btn-navy {
  background-color: var(--amber-navy);
  color: white;
}

.amber-btn-gold {
  background-color: var(--amber-gold);
  color: var(--amber-navy);
}

.amber-btn-hover:hover {
  transform: translateY(-2px);
}

.amber-btn-navy:hover {
  background-color: var(--amber-light-navy);
}

.amber-btn-gold:hover {
  background-color: #c19d2a;
}

/* ===== GRID LAYOUTS ===== */
.amber-grid-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.amber-grid-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.amber-grid-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.amber-grid-programs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* ===== ICONS ===== */
.amber-feature-icon {
  font-size: 40px;
  color: var(--amber-navy);
  margin-bottom: 20px;
}

.amber-client-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 2px solid var(--amber-gold);
}

/* ===== TIMELINE ===== */
.amber-timeline {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}

.amber-timeline::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--amber-gold);
  z-index: 1;
}

.amber-timeline-step {
  text-align: center;
  position: relative;
  z-index: 2;
  flex: 1;
}

.amber-timeline-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--amber-navy);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: bold;
  border: 4px solid white;
  box-shadow: 0 0 0 3px var(--amber-gold);
}

.amber-timeline-step h4 {
  color: var(--amber-navy);
  margin-bottom: 10px;
  font-size: 18px;
}

/* ===== TESTIMONIAL SPECIFIC ===== */
.amber-testimonial-text {
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.amber-testimonial-text::before {
  content: '"';
  font-size: 60px;
  color: var(--amber-gold);
  position: absolute;
  left: -10px;
  top: -20px;
  opacity: 0.3;
}

.amber-client-info {
  display: flex;
  align-items: center;
}

/* ===== FORM STYLES ===== */
.amber-contact-form {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  max-width: 800px;
  margin: 0 auto;
}

.amber-form-group {
  margin-bottom: 20px;
}

.amber-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--amber-navy);
}

.amber-form-group input,
.amber-form-group select,
.amber-form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: border 0.3s;
}

.amber-form-group input:focus,
.amber-form-group select:focus,
.amber-form-group textarea:focus {
  border-color: var(--amber-navy);
  outline: none;
}

.amber-form-row {
  display: flex;
  gap: 20px;
}

.amber-form-row .amber-form-group {
  flex: 1;
}

/* ===== HEADER STYLES ===== */
.amber-header {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}

.amber-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.amber-logo h1 {
  font-size: 18px;
  font-weight: 600;
  color: var(--amber-navy);
  margin: 0;
  line-height: 1.3;
}

.amber-logo span {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

.amber-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.amber-nav ul li {
  margin-left: 15px;
}

.amber-nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.amber-nav ul li a:hover {
  color: var(--amber-navy);
}

/* ===== FOOTER STYLES ===== */
.amber-footer {
  background-color: var(--amber-navy);
  color: white;
  padding: 60px 0 30px;
}

.amber-footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.amber-footer-column h3 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.amber-footer-column h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: var(--amber-gold);
}

.amber-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.amber-footer-column ul li {
  margin-bottom: 10px;
}

.amber-footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.amber-footer-column ul li a:hover {
  color: white;
}

.amber-copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ccc;
  font-size: 14px;
}

/* ===== SLIDESHOW STYLES ===== */
.amber-slideshow {
  position: relative;
  height: 600px;
  overflow: hidden;
  margin-bottom: 60px;
}

.amber-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.amber-slide.active {
  opacity: 1;
}

.amber-slide-content {
  max-width: 800px;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 10px;
}

.amber-slide h2 {
  font-size: 48px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.amber-slide p {
  font-size: 20px;
  margin-bottom: 30px;
}

.amber-slide-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.amber-slide-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.amber-slide-dot.active {
  background-color: white;
}

/* ===== MODAL STYLES ===== */
.amber-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.amber-modal-content {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  max-width: 500px;
  width: 90%;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.amber-close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}

/* ===== WHATSAPP FLOAT BUTTON ===== */
.amber-whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  animation: amber-pulse 2s infinite;
  text-decoration: none;
}

.amber-whatsapp-float:hover {
  background-color: #128c7e;
  transform: scale(1.1);
}

@keyframes amber-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 768px) {
  .amber-header-container {
    flex-direction: column;
    text-align: center;
  }
  
  .amber-nav ul {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .amber-nav ul li {
    margin: 5px 10px;
  }
  
  .amber-slideshow {
    height: 400px;
  }
  
  .amber-slide h2 {
    font-size: 32px;
  }
  
  .amber-slide p {
    font-size: 16px;
  }
  
  .amber-form-row {
    flex-direction: column;
    gap: 0;
  }
  
  .amber-timeline {
    flex-direction: column;
    gap: 30px;
  }
  
  .amber-timeline::before {
    display: none;
  }
  
  .amber-whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    font-size: 25px;
  }
  
  .amber-section-title h2 {
    font-size: 28px;
  }
  
  .amber-grid-features,
  .amber-grid-values,
  .amber-grid-testimonials,
  .amber-grid-programs {
    grid-template-columns: 1fr;
  }
  
  .amber-footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}/* End custom CSS */