/* Custom styles to match the new design in the image */

:root {
  --primary-color: #d9a256;
  --secondary-color: #c4914a;
  --accent-color: #e6b980;
  --dark-overlay: rgba(0, 0, 0, 0.7);
  --text-white: #ffffff;
}

/* Hero section styling */
#home {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/custom/13.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(217, 162, 86, 0.45) 0%, rgba(230, 185, 128, 0.25) 100%);
  pointer-events: none;
  z-index: 1;
}

#home .container {
  position: relative;
  z-index: 2;
}

/* Logo styling */
.brand-logo {
  max-width: 140px;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10;
  background-color: white;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(217, 162, 86, 0.3);
}

/* Hero title styling */
.hero-title {
  font-size: 4rem !important;
  font-weight: 700 !important;
  color: var(--text-white) !important;
  letter-spacing: 4px !important;
  text-transform: uppercase !important;
  margin-bottom: 2rem !important;
  line-height: 1.2 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Location text styling */
.location-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 5px;
  color: var(--text-white);
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin: 2rem 0;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.location-text::before,
.location-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 2px;
  background-color: var(--primary-color);
}

.location-text::before {
  left: -70px;
}

.location-text::after {
  right: -70px;
}

.location-wrapper {
  position: relative;
  margin: 3rem 0;
}

/* Override primary color for buttons and accents */
.bg-primary {
  background-color: var(--primary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

/* Button styling */
.ic-page-scroll {
  transition: all 0.3s ease !important;
}

a[href="#contact"].ic-page-scroll {
  background-color: var(--primary-color) !important;
  color: white !important;
  border: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600 !important;
}

a[href="#contact"].ic-page-scroll:hover {
  background-color: var(--secondary-color) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

a[href="#services"].ic-page-scroll {
  background-color: transparent !important;
  color: white !important;
  border: 2px solid var(--primary-color) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600 !important;
}

a[href="#services"].ic-page-scroll:hover {
  background-color: var(--primary-color) !important;
  color: white !important;
}

/* Navigation styling */
.ic-navbar {
  background-color: transparent;
}

.ic-navbar.sticky {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.ic-navbar-logo h2 {
  color: white !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.ic-navbar.sticky .ic-navbar-logo h2 {
  color: #333 !important;
  text-shadow: none;
}

.ic-page-scroll {
  color: white !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.ic-navbar.sticky .ic-page-scroll {
  color: #333 !important;
  text-shadow: none;
}

.ic-page-scroll.active,
.ic-page-scroll:hover {
  color: var(--primary-color) !important;
}

/* Hero buttons styling */
.hero-buttons {
  margin-top: 2rem;
}

.hero-buttons a {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.hero-buttons a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Service Timeline Section */
.service-timeline-section {
  background-color: #ececec;
  padding: 5rem 0;
  position: relative;
}

.service-timeline-title {
  color: var(--primary-color);
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3rem;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}

.service-timeline-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: var(--primary-color);
}

.timeline-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 3rem 0;
}

.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  flex: 1;
}

.timeline-step-number {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.timeline-step-title {
  color: var(--primary-color);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
}

.timeline-arrow {
  color: var(--primary-color);
  font-size: 1.8rem;
  margin: 0 -5px;
  z-index: 1;
  display: flex;
  align-items: center;
}

.timeline-images {
  display: flex;
  gap: 20px;
  margin-top: 2rem;
}

.timeline-image-container {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.timeline-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.timeline-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(217, 162, 86, 0.4) 0%, rgba(217, 162, 86, 0.2) 100%);
}

@media (max-width: 992px) {
  .timeline-steps {
    flex-direction: column;
    gap: 20px;
  }
  
  .timeline-step {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
  }
  
  .timeline-step-number {
    margin-right: 10px;
    margin-bottom: 0;
  }
  
  .timeline-arrow {
    transform: rotate(90deg);
    margin: 10px 0;
  }
}

/* Responsive styles */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem !important;
  }
  
  .location-text {
    font-size: 1.2rem;
    letter-spacing: 3px;
  }
  
  .location-text::before,
  .location-text::after {
    width: 40px;
  }
  
  .location-text::before {
    left: -45px;
  }
  
  .location-text::after {
    right: -45px;
  }
  
  .brand-logo {
    max-width: 100px;
    top: 20px;
    right: 20px;
    padding: 8px;
  }
  
  .hero-buttons a {
    display: block;
    margin: 10px auto;
    width: 80%;
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero-title {
    font-size: 3.5rem !important;
  }
  
  .brand-logo {
    max-width: 120px;
  }
}
