.elementor-kit-6{--e-global-color-primary:#C9A24D;--e-global-color-secondary:#0F172A;--e-global-color-text:#4B4B4B;--e-global-color-accent:#B32025;--e-global-color-pixPrimaryColor:#c9a24d;--e-global-color-pixSecondaryColor:#0f172a;--e-global-typography-primary-font-family:"Cairo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cairo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cairo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cairo";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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 *//* === GLOBAL TYPOGRAPHY === */
body, p, li, span {
  font-family: 'Cairo', sans-serif;
  color: #1F2937;
  line-height: 1.6;
}

h1, h2, h3, h4, h5 {
  font-family: 'Cairo', sans-serif;
  color: #0F172A;
  font-weight: 700;
}

/* === GLOBAL BUTTON STYLE === */
.elementor-button {
  background: #C9A24D !important;
  color: #0F172A !important;
  border-radius: 6px !important;
  font-weight: 600;
  padding: 12px 30px !important;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.elementor-button:hover {
  background: #B32025 !important;
  color: #FFFFFF !important;
  transform: translateY(-2px);
}


.dc-header.scrolled {
    background: #0F172A !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 4px 20px rgba(13, 59, 102, 0.1) !important;
    padding: 1rem 0 !important;
}

.dc-hero {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  min-height: 90vh;
}

.dc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  z-index: 1;
}

.dc-hero .elementor-widget-container > * {
  position: relative;
  z-index: 2;
}

.dc-hero h1 {
  font-size: 48px;
  text-align: center;
  color: #FFFFFF !important;
}

.dc-hero .elementor-heading-title + p {
  color: #E5E7EB !important;
  text-align: center;
}

.dc-hero .elementor-button-wrapper {
  text-align: center;
  margin-top: 20px;
}
.dc-about .elementor-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.dc-about .elementor-column:nth-child(1),
.dc-about .elementor-column:nth-child(2) {
  flex: 1 1 45%;
}

.dc-about img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
}
.dc-services .elementor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.dc-services .elementor-column {
  flex: 1 1 30%;
  min-width: 280px;
}

.dc-services .elementor-icon-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dc-services .elementor-icon-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}
.dc-projects .elementor-post {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease;
}

.dc-projects .elementor-post:hover {
  transform: translateY(-6px);
}

.dc-projects .elementor-post__thumbnail img {
  height: 240px;
  object-fit: cover;
  width: 100%;
  border-radius: 4px;
}

.dc-projects .elementor-post__text {
  flex-grow: 1;
}


@keyframes dcFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dc-animate {
  opacity: 0;
  animation: dcFadeUp 0.9s ease forwards;
}
@media (max-width: 768px) {
  .dc-hero h1 {
    font-size: 32px;
  }

  .dc-services .elementor-column {
    flex: 1 1 100%;
  }
}/* End custom CSS */