@font-face {
  font-family: "Novecento WideBold";
  src: url("./assets/fonts/Novecento WideBold/Novecento WideBold.woff2")
      format("woff2"),
    url("./assets/fonts/Novecento WideBold/Novecento WideBold.woff")
      format("woff"),
    url("./assets/fonts/Novecento WideBold/Novecento WideBold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Novecento-WideMedium-1";
  src: url("./assets/fonts/Novecento WideMedium/Novecento WideMedium.woff2")
      format("woff2"),
    url("./assets/fonts/Novecento WideMedium/Novecento WideMedium.woff")
      format("woff"),
    url("./assets/fonts/Novecento WideMedium/Novecento WideMedium.ttf")
      format("truetype");
  /* font-weight: 900; */
  font-style: normal;
  font-display: swap;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.font-droid {
  font-family: "Droid Serif", serif !important;
}

.nav-novecento,
.nav-novecento a,
.nav-novecento button,
.nav-novecento span {
  font-family: "Novecento WideBold", Roboto, sans-serif !important;
  letter-spacing: 0.04em;
}
.novecento-title,
h1.novecento-title,
h2.novecento-title,
h3.novecento-title {
  font-family: "Novecento WideBold", Roboto, sans-serif !important;
  letter-spacing: 0.04em;
}

.font-novecento-medium {
  font-family: "Novecento-WideMedium-1", sans-serif !important;
}

.container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 10px !important;
}

/* Banner Slider Styles */
.banner-slider {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%; /* Ensure it's wide enough for 2 slides */
}

.banner-slider img {
  flex-shrink: 0;
  object-fit: cover;
  width: 100%; /* Each image takes 50% of the slider width */
  height: 100%;
}

/* Remove MacBook mockup and dashboard image custom styles */
.hero-dashboard-macbook {
  /* removed */
}

/* Portfolio Slider Custom Styles */
#portfolio-slider {
  scroll-behavior: smooth;
}
#portfolio-slider::-webkit-scrollbar {
  display: none;
}

.portfolio-card {
  border: 6px solid white !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}
.portfolio-card .overlay {
  font-family: "Novecento-WideMedium-1", sans-serif;
}

.dropdown-link-text:hover + .dropdown-link-arrow,
.dropdown-link-text:focus + .dropdown-link-arrow {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.dropdown-link-text:hover,
.dropdown-link-text:focus {
  transform: translateX(1.25rem) !important; /* Tailwind's translate-x-2 */
}

/* == Final Tabs Component CSS == */
.tabs-container {
  font-family: "Novecento-WideMedium-1", sans-serif;
}
/* Mobile Accordion Styles First */
.tab-buttons-desktop {
  display: none;
}
.tab-item {
  border-bottom: 1px solid #e5e7eb;
}
.accordion-button {
  width: 100%;
  text-align: left;
  font-family: "Novecento-WideMedium-1", Roboto, sans-serif !important;
  color: #444;
  font-size: 13px;
  line-height: 26px;
  font-weight: 600;
  padding: 7px 20px;
  color: #444;
  border: 1px solid #eee;
  border-radius: 4px 4px 0 0;
  /* margin-top: -2px; */
  background-color: #f8f8f8;
}
.accordion-button.active {
  border-top: 2px solid #07bee5 !important;
  background-color: #fff !important;
}
/* .tab-content {
  padding: 0.25rem 0.75rem 1rem;
  display: none; 
} */

.tab-content {
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  padding: 0.25rem 0.75rem 1rem;
  display: none; /* Hidden by default */
}
/* Desktop Tab Styles */
@media (min-width: 768px) {
  .tabs-container {
    border-radius: 4px;
  }
  .tab-buttons-desktop {
    display: flex;
  }
  .tab-button {
    font-family: "Novecento-WideMedium-1", Roboto, sans-serif !important;
    color: #444;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    padding: 7px 20px !important;
    color: #444 !important;
    border: 1px solid #eee !important;
    border-radius: 4px 4px 0 0;
    /* margin-top: -2px; */
    background-color: #f8f8f8;
  }
  .tab-button.active {
    border-top: 2px solid #07bee5 !important;
    background-color: #fff !important;
  }
  .accordion-button {
    display: none;
  }
  .tab-item {
    border-bottom: none;
  }
  .tab-content {
    color: #555;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 20px;
    border: 1px solid #e5e7eb;
  }
  .tab-content li::marker {
    color: #07bee5;
  }
}
.tabs-container .tab-button.tab-active,
.accordion-button.tab-active {
  border-top: 2px solid #07bee5 !important;
  background-color: #fff !important;
}

.error {
    color: red;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .elementor-element-0036db7,
    .elementor-element-23c1803,
    .elementor-element-populated {
        width: 100% !important;
    }
    
    h1.elementor-heading-title {
        font-size: 32px !important;
        line-height: 42px !important;
        font-weight: 600;
    }
    h2.elementor-heading-title {
        font-size: 1.11111rem !important;
        line-height: 27px !important;
        font-weight: 600;
    }
}
