.elementor-kit-22{--e-global-color-primary:#D0A465;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-df08ba1:#D0A465;--e-global-color-b14ebaa:#5D4032;--e-global-color-f5db30a:#5D4032;--e-global-color-c3990aa:#191510;--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-global-typography-663b1bc-font-family:"Tenor Sans";--e-global-typography-663b1bc-font-size:18px;--e-global-typography-663b1bc-font-weight:400;}.elementor-kit-22 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);}@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 */.owl-dots {
    display: none;
}
input#form-field-name {
    height: 60px !important;
}
input#form-field-field_6b26909 {
    height: 60px;
}
input#form-field-email {
    height: 60px;
}
input#form-field-field_38d1129 {
    height: 60px;
}
textarea#form-field-message {
    height: 200px;
}

.timeline-section {
  background: #191715;
  color: #eee;
  padding: 80px 30px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.timeline-section h3 {
  font-weight: 600;
  font-size: 32px !important;
  margin-bottom: 60px;
  color: #fff;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  height: 6px;
  background: #3a3a3a;
  border-radius: 3px;
  z-index: 0;
}

.timeline-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.timeline-item::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #d2a046;
  border-radius: 50%;
  position: absolute;
  top: 68px;
}

.timeline-item .icon {
  width: 64px;
  height: 64px;
  border: 2px solid #d2a046;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #d2a046;
  background: transparent;
}

.timeline-item strong {
  font-weight: 700;
  font-size: 54px;
  color: #d2a046;
}

.timeline-item p {
  font-weight: 500;
  font-size: 26px !important;
  font-family: tenor sans !important;
  font-weight: 600 !important;
  margin: 0;
  color: #ddd;
}

@media (max-width: 900px) {
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline::before { display: none; }
}

@media (max-width: 600px) {
  .timeline {
    grid-template-columns: 1fr;
  }
}




.features {
  background: transparent4;
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background: #0a0a0a url('pattern.png') center/cover no-repeat; /* add your bg pattern */
  border: 1px solid #2d2d2d;
  border-radius: 40px 40px 0 0; /* arched top */
  padding: 40px 30px;
  color: #eee;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
}

.feature-card .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #d2a046;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2a046;
  margin: 0 auto 20px;
  background: #1c1c1c;
}

.feature-card h3 {
  font-size: 25px;
  font-weight: 600;
  font-family: dm sans !important;
  color: #d2a046;
  margin-bottom: 20px;
}

.feature-card p {
  font-size: 15px;
  font-family: tenor sans !important;
  line-height: 1.6;
  color: #ddd;
}/* End custom CSS */