:root {
  --accentColor: #f57c00;
  --accentColor-dark: #e07000;
  --otherOrange: #FF6600;
  --accentColor: #FF6600;
  --darkBg: #474747;
  --darkBgWide: #e3e3e3;
  --darkSection: #474747;
  --greySection: #f1f1f1;
  --blackGlass: #121212bd;
  --color1: #262626;
  --color2: #4f5d75;
  --color3: #bfc0c0;
  --color4: #ffffff;
  --color5: #ef8354;
  --card-hover: #fdfdfd;
  --card: #e0e0e0;
  --light: #f1f1f1;
}

/* --- Global Elements --- */

*::selection {
  color: #fff;
  background: #5c5c5c;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  font-family: Arial, sans-serif;
}

/* --- Typography --- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
select,
button,
ul li,
ol li,
a {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 69px;
}

h2 {
  font-size: 1.4rem;
  font-weight: 400;
}

h3 {
  font-size: 1.2rem;
  font-weight: 300;
}

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 3em;
    line-height: 59px;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.2rem;
    font-weight: 300;
  }
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
  }

  h2 {
    font-size: 1rem;
    font-weight: 300;
  }

  h3 {
    font-size: 1rem;
    font-weight: 300;
  }
}

ul,
ol {
  margin-left: 0px;
}

ul li,
ol li {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 35px;
  margin: 20px 0;
  text-align: left;
}

@media screen and (max-width: 800px) {

  ul li,
  ol li {
    font-size: 1rem;
    line-height: normal;
  }

  ul,
  ol {
    margin-left: 0px;
    list-style: none;
    padding: 0px;
  }

}

/* --- Links --- */

a {
  text-decoration: none;
  color: var(--color1);
  display: block;
  font-weight: 400;
}

/* --- Utility Classes --- */

.oswald-font {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

.montserrat-font {
  font-weight: 200;
}

.highlight {
  background-color: var(--accentColor);
  color: var(--color4);
  padding: 1px 10px;
  text-shadow: none;
}

.backAnimate {
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Layout --- */

.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.wrap {
  padding-top: 100px;
  min-height: calc(100vh - 405px);
}

.mainSection {
  padding: 10px;
  width: calc(100% - 20px);
}

.mainSection .inner {
  display: block;
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: auto;
  padding: 60px 20px 70px;
  box-sizing: border-box;
}

.mainSection .inner-first {
  padding-top: 10px;
}

@media screen and (max-width: 1000px) {
  .mainSection .inner {
    padding: 20px 10px;
    width: 100%;
  }

  .mainSection .inner-first {
    padding-top: 10px;
  }
}

.mainSection .inner-centered {
  text-align: center;
}

.greySection {
  background-color: var(--greySection);
  color: #000;
  border-color: black;
  box-shadow: inset 0 0 5px 0 #0000007d;
}

.darkSection {
  background-color: var(--darkSection);
  color: #fff;
}

/* --- Buttons --- */

.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.25em;
  margin: 20px 0;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  width: max-content;
  transition: 0.5s;
  box-sizing: border-box;
}

.btn-solid {
  background-color: var(--accentColor);
  color: var(--color4);
}

.btn-solid:hover {
  background-color: var(--accentColor-dark);
  color: #fff;
}

.btn-outline-dark {
  border: 1px solid black;
  color: inherit;
}

.btn-outline-dark:hover {
  border: 1px solid var(--accentColor);
  background-color: var(--accentColor);
  color: #fff;
}

.btn-outline-color {
  border: 1px solid var(--accentColor);
  color: var(--accentColor);
}

.btn-outline-color:hover {
  background-color: var(--accentColor);
  color: #fff;
}

.btn-outline-invert {
  border: 1px solid var(--accentColor);
  background-color: var(--accentColor);
  color: var(--color4) !important;
}

.btn-outline-invert:hover {
  background-color: var(--color4);
  color: var(--accentColor) !important;
}

.btn-more-margin {
  display: block;
  margin: 50px auto 0 auto;
}

@media screen and (max-width: 800px) {
  .btn-m-wide {
    width: 100%;
  }

}



/* --- Titles & Footer --- */

.mainTitle {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  padding-bottom: 20px;
  transition: 0.5s;
}

.subtitle {
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  margin: auto;
}

@media screen and (max-width: 800px) {
  .mainTitle {
    font-size: 2.5em;
    padding-bottom: 10px;
  }

  .subtitle {
    font-size: 1em;
  }

}

footer {
  background-color: var(--darkBg);
  color: #fff;
  padding: 25px 0;
  text-align: center;
  width: 100%;
  margin: auto;
  box-sizing: content-box;
  font-size: 0.8em;
}

@keyframes popIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }

  60% {
    transform: scale(1.02);
    opacity: 1;
  }

  100% {
    transform: scale(1);
  }
}

.animate-pop-in {
  animation: popIn 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-animate {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(1);
}

.btn-animate:hover {
  transform: scale(0.95);
}


.contact-form-width {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: calc(100% - 20px);
  max-width: 750px !important;
  box-sizing: border-box;
  margin: 40px auto;
  color: #333333;
  height: fit-content !important;
}

@media screen and (max-width: 800px) {
  .contact-form-width {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    margin: 20px auto;
  }

}



/* ==========================
   POP-IN ANIMATION STYLES
   ========================== */

/* 1. Bounce In */
@keyframes popInBounce {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.animate-pop-in-bounce {
  animation: popInBounce 0.6s ease-out;
}

/* 2. Slide Up */
@keyframes popInSlideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.animate-pop-in {
  animation: popInSlideUp 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 3. Rotate Zoom In */
@keyframes popInRotate {
  0% {
    transform: scale(0.8) rotate(-5deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}
.animate-pop-in-rotate {
  animation: popInRotate 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 4. Elastic Scale */
@keyframes popInElastic {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  70% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.animate-pop-in-elastic {
  animation: popInElastic 0.8s ease-out;
}

/* 5. Flip In (Y-Axis) */
@keyframes popInFlip {
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
.animate-pop-in-flip {
  animation: popInFlip 0.6s ease-out;
  transform-origin: center;
}


/* ==========================
   SUBTLE & PROFESSIONAL POP-INS
   ========================== */

/* 1. Fade In with Slight Scale */
@keyframes popInSoft {
  0% {
    transform: scale(0.98);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate-pop-in-soft {
  animation: popInSoft 0.4s ease-out;
}

/* 2. Fade In with Slide Down */
@keyframes popInSlideDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.animate-pop-in-slide-down {
  animation: popInSlideDown 0.4s ease-out;
}

/* 3. Fade In with Slide Right */
@keyframes popInSlideRight {
  0% {
    transform: translateX(-12px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.animate-pop-in-slide-right {
  animation: popInSlideRight 0.4s ease-out;
}

/* 4. Subtle Elevation Fade */
@keyframes popInLift {
  0% {
    transform: translateY(4px);
    opacity: 0;
    box-shadow: none;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }
}
.animate-pop-in-lift {
  animation: popInLift 0.5s ease-out;
}

/* 5. Gentle Blur & Fade */
@keyframes popInBlur {
  0% {
    filter: blur(8px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
.animate-pop-in-blur {
  animation: popInBlur 0.5s ease;
}
