html {
  visibility: visible;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Outfit';
}

.navbar-section-mobile {
  display: block;
  background: #dc6601;
  font-family: 'Outfit', sans-serif;
}

.navbar-mobile-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  height: 100px;
}

.navbar-mobile-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-mobile-logo img {
  height: 100px;
  width: auto;
}

.hamburger-placeholder {
  width: 32px;
}

.hamburger-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 10;
}

.hamburger-btn span {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100vh;
  background: #424040;
  z-index: 1000;
  transition: left 0.3s ease;
  padding: 24px;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 20px;
}

.mobile-menu-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 72px;
}

.mobile-menu-items a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  transition: 0.2s;
}

.mobile-menu-items a:hover {
  color: #dc6601;
}

@media (min-width: 1024px) {
  .navbar-section-mobile {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-section {
    display: none;
  }
}

.homepage-hero-section h2,
.homepage-hero-section p {
  margin: 0;
}

.homepage-hero-section {
  display: flex;
  padding-top: 64px;
  padding-right: 20px;
  padding-bottom: 32px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 8px;
  position: relative;
  height: calc(100vh - 100px);
  min-height: 400px;
  background: #dc6601;
  z-index: 0;
  font-family: 'Outfit';
  color: #fff;
}

.homepage-hero-background-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 1;
}

.homepage-hero-container {
  display: flex;
  max-width: 1280px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.9s ease-out 0.2s forwards;
}

.homepage-hero-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  position: relative;
  z-index: 3;
}

.homepage-hero-text-container h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}

.homepage-hero-text-container p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  max-width: 350px;
}

.homepage-hero-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.homepage-hero-button-container a {
  display: flex;
  padding: 14px 32px 14px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: #424040;
  width: 320px;
  text-decoration: none;
  color: #fff;
}

.homepage-hero-button-container a:hover {
  background: #b8b8b8;
  transition: 0.3s;
}

/*

SERVICES SECTION

*/

.services-header-section {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit';
  background-color: #424040;
  color: #fff;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  height: 132px;
}

.services-main-heading-container {
  display: flex;
  align-items: center;
  max-width: 1280px;
  width: 100%;
}

.services-main-heading-container h1 {
  font-weight: 500;
  font-size: 28px;
}

.services-main-section {
  display: flex;
  flex-direction: column;
  font-family: 'Outfit';
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.services-subheading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  max-width: 1280px;
}

.services-container {
  padding-top: 56px;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  justify-content: center;
}

.services-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.services-item-image-container {
  border-radius: 16px;
  width: 90%;
  aspect-ratio: 4 / 3;
}

.services-item-image-container img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.services-item-text-container {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.services-item-text-container h3 {
  font-weight: 550;
  font-size: 18px;
}

.services-item-text-container p {
  font-size: 16px;
}

@media (min-width: 640px) {
  .services-main-heading-container h1 {
    font-size: 36px;
  }

  .services-item-text-container h3 {
    font-size: 24px;
  }

  .services-item-text-container p {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .services-main-heading-container h1 {
    font-size: 44px;
  }

  .services-item-text-container h3 {
    font-size: 30px;
  }

  .services-item-text-container p {
    font-size: 24px;
  }

  .services-subheading-container {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .services-main-section {
    padding-top: 48px;
    padding-right: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
  }

  .services-container {
    flex-direction: row;
    gap: 16px;
  }

  .services-header-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .services-subheading-container {
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .services-item {
    gap: 24px;
    padding: 20px 0;
    border-radius: 24px;
    background: white;
    transition: background-color 0.35s ease;
  }

  .services-item:hover {
    background: #f5f5f5;
  }

  .services-item-text-container {
    gap: 16px;
  }
}

@media (min-width: 1366px) {
  .services-main-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .homepage-hero-section {
    padding-top: 96px;
    padding-right: 32px;
    padding-bottom: 96px;
    padding-left: 32px;
    height: calc(100vh - 100px);
    min-height: 500px;
  }

  .homepage-hero-background-section {
    height: 65%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
  }

  .homepage-hero-container {
    position: relative;
    z-index: 4;
    align-items: flex-end;
  }

  .homepage-hero-text-container {
    align-items: flex-start;
  }

  .homepage-hero-text-container h2 {
    font-size: 64px;
  }

  .homepage-hero-text-container p {
    font-size: 32px;
    text-align: left;
    max-width: 704px;
  }

  .homepage-hero-button-container {
    flex-direction: row;
  }

  .homepage-hero-button-container a {
    width: auto;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .navbar-item-container-1 {
    min-width: 250px;
    height: 100%;
  }

  .navbar-item-container-1 img {
    height: 100%;
    width: auto;
    display: block;
  }

  .navbar-section {
    background: #dc6601;
    font-family: 'Outfit', sans-serif;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .navbar-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 148px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-item-container-2 {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .navbar-item-1,
  .navbar-item-2,
  .navbar-item-3,
  .navbar-item-4,
  .navbar-item-5 {
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: color 0.2s;
  }

  .navbar-item-1:hover,
  .navbar-item-2:hover,
  .navbar-item-3:hover,
  .navbar-item-4:hover,
  .navbar-item-5:hover {
    color: #fff;
  }

  .homepage-hero-section {
    padding-top: 128px;
    padding-right: 48px;
    padding-bottom: 128px;
    padding-left: 48px;
    height: calc(100vh - 148px);
    min-height: 500px;
  }

  .homepage-hero-background-section {
    height: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
  }

  .homepage-hero-text-container h2 {
    font-size: 72px;
  }

  .homepage-hero-text-container p {
    font-size: 32px;
    max-width: 466px;
  }
}

@media (min-width: 1366px) {
  .homepage-hero-section {
    padding-top: 160px;
    padding-right: 80px;
    padding-bottom: 160px;
    padding-left: 80px;
    height: calc(100vh - 148px);
    min-height: 600px;
    align-items: center;
    justify-content: center;
  }

  .homepage-hero-background-section {
    height: 75%;
  }

  .homepage-hero-text-container h2 {
    font-size: 80px;
  }

  .homepage-hero-text-container p {
    font-size: 40px;
    max-width: 603px;
  }

  .homepage-hero-button-container a {
    font-size: 24px;
    padding: 14px 40px 14px 36px;
    height: 80px;
    text-decoration: none;
    color: #fff;
  }

  .homepage-hero-button-container a:hover {
    background: #b8b8b8;
    transition: 0.5s;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*

CALCULATOR SECTION

*/

.calculator-header-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #424040;
  color: #fff;
  padding: 16px 20px;
  min-height: 132px;
}

.calculator-main-heading-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}

.calculator-main-heading-container h1 {
  font-weight: 500;
  font-size: 28px;
}

.calculator-main-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  background: #fff;
}

.calculator-intro-container {
  width: 100%;
  max-width: 1280px;
  text-align: center;
  padding: 12px 0 24px;
}

.calculator-intro-container p {
  font-size: 18px;
  line-height: 1.6;
  color: #424040;
}

.calculator-layout {
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.calculator-form-card,
.calculator-result-card {
  background: #f8f8f8;
  border-radius: 24px;
  padding: 20px;
}

.calculator-form-card h2,
.calculator-result-card h2 {
  font-size: 24px;
  font-weight: 600;
  color: #424040;
  margin-bottom: 20px;
}

.calculator-field-group {
  display: flex;
  flex-direction: column;
}

.is-hidden {
  display: none;
}

.calculator-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.calculator-field label,
.calculator-label {
  font-size: 16px;
  font-weight: 500;
  color: #424040;
}

.calculator-field input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d8d8d8;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
  background: #fff;
  color: #424040;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.calculator-field input:hover {
  border-color: #bdbdbd;
  background: #fcfcfc;
}

.calculator-field input:focus {
  border-color: #dc6601;
  box-shadow: 0 0 0 4px rgba(220, 102, 1, 0.12);
  background: #fff;
}

.calculator-select-wrapper {
  position: relative;
  width: 100%;
}

.calculator-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  min-height: 56px;
  border: 1px solid #d8d8d8;
  border-radius: 16px;
  padding: 14px 52px 14px 16px;
  font-size: 16px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  color: #424040;
  outline: none;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.calculator-select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #dc6601;
  border-bottom: 2px solid #dc6601;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.calculator-select-wrapper select:hover {
  border-color: #cfcfcf;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

.calculator-select-wrapper select:focus {
  border-color: #dc6601;
  box-shadow: 0 0 0 4px rgba(220, 102, 1, 0.12);
  background: #fff;
}

.calculator-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.calculator-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  cursor: pointer;
  color: #424040;
}

.calculator-checkbox input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #dc6601;
  flex-shrink: 0;
  outline: none;
  box-shadow: none;
}

.calculator-checkbox input:focus,
.calculator-checkbox input:focus-visible {
  outline: none;
  box-shadow: none;
}

.calculator-checkbox span {
  font-size: 16px;
  line-height: 1.4;
}

.calculator-button {
  width: 100%;
  min-height: 56px;
  border: none;
  border-radius: 100px;
  background: #dc6601;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.2s ease;
}

.calculator-button:hover {
  background: #c55b01;
}

.calculator-button:active {
  transform: translateY(1px);
}

.calculator-result-card {
  background: #424040;
  color: #fff;
}

.calculator-result-card h2 {
  color: #fff;
}

.calculator-result-line,
.calculator-result-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.calculator-result-line {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 16px;
}

.calculator-result-total {
  padding-top: 20px;
  margin-top: 12px;
  font-size: 24px;
  font-weight: 600;
}

.calculator-note {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.calculator-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  min-height: 54px;
  width: 100%;
  padding: 14px 24px;
  border-radius: 100px;
  background: #fff;
  color: #424040;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.25s ease;
}

.calculator-cta:hover {
  background: #f0f0f0;
}

@media (min-width: 375px) {
  .calculator-form-card,
  .calculator-result-card {
    padding: 22px;
  }

  .calculator-main-heading-container h1 {
    font-size: 30px;
  }
}

@media (min-width: 640px) {
  .calculator-main-section {
    padding: 32px 20px;
  }

  .calculator-main-heading-container h1 {
    font-size: 36px;
  }

  .calculator-intro-container p {
    font-size: 20px;
  }

  .calculator-form-card h2,
  .calculator-result-card h2 {
    font-size: 28px;
  }

  .calculator-field label,
  .calculator-label,
  .calculator-checkbox span,
  .calculator-result-line {
    font-size: 18px;
  }

  .calculator-result-total {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .calculator-main-section {
    padding: 40px 32px;
  }

  .calculator-layout {
    gap: 24px;
  }

  .calculator-form-card,
  .calculator-result-card {
    padding: 28px;
  }

  .calculator-main-heading-container h1 {
    font-size: 44px;
  }
}

@media (min-width: 1024px) {
  .calculator-header-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .calculator-main-section {
    padding: 48px;
  }

  .calculator-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 32px;
  }

  .calculator-form-card,
  .calculator-result-card {
    padding: 32px;
  }

  .calculator-main-heading-container h1 {
    font-size: 44px;
  }

  .calculator-result-card {
    position: sticky;
    top: 180px;
  }
}

@media (min-width: 1366px) {
  .calculator-main-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .calculator-header-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .calculator-main-heading-container h1 {
    font-size: 52px;
  }

  .calculator-intro-container {
    padding-bottom: 32px;
  }

  .calculator-intro-container p {
    font-size: 22px;
    max-width: 960px;
    margin: 0 auto;
  }

  .calculator-form-card,
  .calculator-result-card {
    padding: 36px;
  }

  .calculator-form-card h2,
  .calculator-result-card h2 {
    font-size: 32px;
  }
}





#calculator {
  scroll-margin-top: 120px;
}

@media (min-width: 1024px) {
  #calculator {
    scroll-margin-top: 120px;
  }
}

@media (min-width: 1366px) {
  #calculator {
    scroll-margin-top: 175px;
  }
}




/* 

    FOOOTER


*/


.site-footer {
  background-color: #424040;
  color: #fff;
  padding: 48px 20px 24px;
  font-family: 'Outfit', sans-serif;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr; /* Default Mobile */
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column h3 {
  color: #dc6601;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-column p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-column ul li a:hover {
  color: #dc6601;
}

.footer-logo {
  height: 60px;
  margin-bottom: 20px;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-links a {
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  transition: background 0.3s;
}

.social-links a:hover {
  background: #dc6601;
}

.footer-bottom {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-legal {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

/* --- Breakpoints --- */

/* 375px+ */
@media (min-width: 375px) {
  .footer-column h3 { font-size: 22px; }
}


@media (min-width: 640px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
}


@media (min-width: 768px) {
  .site-footer { padding: 64px 32px 32px; }
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}


@media (min-width: 1024px) {
  .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 32px;
  }
}


@media (min-width: 1366px) {
  .site-footer { padding: 80px 80px 40px; }

}


