@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;900&display=swap');

/* ==================== CSS VARIABLES ==================== */
:root {
  --bg-primary: #151515;
  --bg-secondary: #1a1a1a;
  --subpage-bg-primary: #1a1a1c;
  --font-light-grey: #bbbbbb;
  --font-dark-grey: #929292;
  --highlight: #006beb;
  --accent-red: #b82130;
  --accent-red-dark: #9f1c29;
}

/* ==================== BASE STYLES ==================== */
html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-primary);
  font-family: "Poppins", sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
}

/* ==================== TYPOGRAPHY ==================== */
h1 {
  font-size: 3.3rem;
  margin: 20px;
  font-weight: 900;
  letter-spacing: 0.001rem;
  color: #fff;
}

h2 {
  line-height: 1.2;
  color: #fff;
}

h3 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.h1-stroke {
  font-size: 2.5rem;
  color: transparent;
  font-weight: 900;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}

b {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
}

p {
  font-size: 14pt;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}

/* ==================== BUTTONS ==================== */
.button {
  padding: 12px 24px;
  border: none;
  color: #fff;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 11pt;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  margin: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button img {
  width: 15px !important;
  height: 15px !important;
  margin-right: 7px !important;
}

.info-button-style {
  background-image: linear-gradient(180deg, var(--accent-red) 63%, var(--accent-red-dark) 100%);
}

.info-button-style:hover {
  background-image: linear-gradient(180deg, #9c1522 63%, #762b32 100%);
}

.contact-button-style {
  background-image: linear-gradient(180deg, var(--highlight) 8%, #0055bc 100%);
}

.contact-button-style:hover {
  background-image: linear-gradient(180deg, #0556ba 8%, #043c80 100%);
}

/* ==================== ANIMATIONS ==================== */
.aos-init-hidden-bottom {
  opacity: 0;
  transform: translateY(70px);
  transition: all 1s;
}

.aos-init-hidden-right {
  opacity: 0;
  transform: translateX(70px);
  transition: all 1s;
}

.aos-show {
  opacity: 1;
  transform: translate(0);
}

.aos-delay {
  transition-delay: 100ms;
}

.aos-delay-2 {
  transition-delay: 200ms;
}

@keyframes animatetop {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ==================== PARALLAX BACKGROUNDS ==================== */
.parallax-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(30%);
}

.parallax-background-image-inner {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==================== NAVIGATION ==================== */
.navbar {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--bg-primary);
  width: 100%;
}

.navbar-brand {
  margin: 7px;
}

.navbar-brand img {
  width: 83px;
  height: 110px;
}

.navbar-links-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-links-container {
  width: 100%;
  white-space: nowrap;
  min-width: 350px;
}

.navbar-contact-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.navbar-contact-container > a {
  margin: 7px;
}

.navbar-contact-container > a > div {
  font-size: 10pt;
}

.navbar-pages-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.navbar-pages-container > a {
  padding: 10px;
  font-size: 11pt;
}

.navbar-link {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s;
}

.navbar-link:hover {
  color: var(--font-light-grey);
}

.navbar-link img {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.navbar-social-media-container {
  margin: 10px 0;
  width: 150px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.so-me-link img {
  width: 25px;
  height: 25px;
  transition: opacity 0.3s;
}

.so-me-link:hover img {
  opacity: 0.7;
}

/* ==================== HERO SECTION ==================== */
.hero-section {
  position: relative;
  overflow: hidden;
  height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-parallax {
  background-image: url("../assets/hero-bg.webp");
}

.hero-content {
  position: relative;
  color: #fff;
  text-align: left;
  z-index: 1;
}

.hero-b-wrapper {
  margin: 20px;
}

.hero-button-container {
  margin: 30px;
  display: flex;
  flex-wrap: wrap;
}

.custom-shape-divider-bottom-1683712252 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1683712252 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 42px;
}

.custom-shape-divider-bottom-1683712252 .shape-fill {
  fill: var(--bg-primary);
}

/* ==================== SERVICES SECTION ==================== */
.services-section {
  display: block;
  margin: auto;
  position: relative;
}

.services-heading {
  margin: 30px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.services-heading p {
  margin: 20px 0;
}

.main-service {
  width: 90%;
  max-width: 1150px;
  min-width: 350px;
  background-color: var(--bg-secondary);
  margin: auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-service > p {
  margin: 2rem 1rem 1rem 1rem;
  max-width: 720px;
}

.main-service > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 1rem 0;
}

.main-service > div > ul {
  max-width: 550px;
  margin: 1rem 0;
}

.main-service > div > ul > li {
  line-height: 1.3;
  margin: 0 0 8px 24px;
  font-size: 14pt;
}

.main-service > div > img {
  padding: 15px;
  margin: 1rem;
  height: 220px;
  width: 166px;
}

.services-siema {
  margin: auto;
  max-width: 1200px;
}

.siema-menu {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.services-siema-btn {
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #2b2b2b;
  cursor: pointer;
  transition: all 0.3s;
}

.services-siema-btn-active {
  background-color: var(--highlight);
}

.services-section button {
  width: 200px;
  margin: 40px auto;
}

.service {
  margin: 0 auto;
  background-color: var(--bg-secondary);
  box-shadow: rgba(16, 16, 16, 0.2) 0px 4px 10px;
  min-width: 350px;
  max-width: 350px;
  height: 300px;
  text-align: center;
  padding: 20px 5px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: background-color 0.2s;
}

.service:hover {
  background-color: #1d1d1d;
}

.service > b {
  margin: 30px 20px;
  font-size: 16pt;
}

.service > button {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  padding: 4px 10px;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 20px;
  width: 200px;
  cursor: pointer;
  transition: all 0.2s;
}

.service:hover > button {
  border-color: var(--highlight);
  color: var(--highlight);
}

.icon-border {
  width: 30px;
  height: 30px;
  padding: 15px;
  margin-bottom: 10px;
  border: solid var(--highlight) 2px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service img {
  width: 30px;
  height: 30px;
}

.services-description {
  font-size: 28px;
  font-weight: 600;
  color: var(--highlight);
}

/* ==================== NEW: SERVICE CATEGORIES (Subpages) ==================== */
.service-categories {
  margin: 50px 0;
  padding: 0 20px;
}

.category-container {
  max-width: 1200px;
  margin: 0 auto;
}

.category-container > h3 {
  text-align: center;
  margin: 40px 0;
}

.category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.category-card {
  background-color: var(--bg-secondary);
  width: 350px;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(16, 16, 16, 0.3) 0px 4px 10px;
  transition: transform 0.3s;
}

.category-card:hover {
  transform: translateY(-5px);
}

.category-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-icon svg {
  color: var(--highlight);
}

.category-card h4 {
  text-align: center;
  margin: 15px 0;
  color: var(--highlight);
  font-size: 22px;
}

.category-card ul {
  margin: 20px 0;
  padding-left: 20px;
}

.category-card li {
  margin: 10px 0;
  line-height: 1.4;
  color: var(--font-light-grey);
}

/* ==================== NEW: SERVICE DETAILS ==================== */
.service-details {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.service-details-container > h3 {
  text-align: center;
  margin: 40px 0;
}
.service-details-container > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.detail-card {
  background-color: var(--bg-secondary);
  padding: 30px;
  margin: 30px 0;
  border-radius: 10px;
  border-left: 4px solid var(--accent-red);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  max-width: 500px;
}

.detail-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail-icon svg {
  color: var(--highlight);
}

.detail-card h4 {
  color: var(--highlight);
}

.detail-card p {
  margin: 0;
  color: var(--font-light-grey);
}

/* ==================== NEW: EQUIPMENT SECTION ==================== */
.equipment-section {
  background-color: var(--bg-secondary);
  padding: 60px 20px;
  margin: 60px 0;
}

.equipment-container {
  max-width: 1200px;
  margin: 0 auto;
}

.equipment-container > h3 {
  text-align: center;
  margin-bottom: 40px;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.equipment-item {
  text-align: center;
  padding: 20px;
}

.equipment-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.equipment-item h4 {
  margin: 15px 0;
  font-size: 18px;
}

.equipment-item p {
  font-size: 12pt;
  color: var(--font-light-grey);
}

/* ==================== NEW: PRICING INFO ==================== */
.pricing-info {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.pricing-container > h3 {
  text-align: center;
  margin: 40px 0;
}

.pricing-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.pricing-step {
  background-color: var(--bg-secondary);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.step-number {
  width: 50px;
  height: 50px;
  background-color: var(--highlight);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 20px;
}

.pricing-step h4 {
  margin: 15px 0;
}

.pricing-step p {
  color: var(--font-light-grey);
  font-size: 12pt;
}

.pricing-note {
  background-color: var(--bg-secondary);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
}

.pricing-note p {
  margin: 0;
  font-size: 13pt;
}

/* ==================== NEW: NOTICE BOXES ==================== */
.notice-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.notice-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.notice-box {
  padding: 30px;
  border-radius: 10px;
  border-left: 4px solid;
}

.notice-box.warning {
  background-color: rgba(184, 33, 48, 0.1);
  border-color: var(--accent-red);
}

.notice-box.info {
  background-color: rgba(0, 107, 235, 0.1);
  border-color: var(--highlight);
}

.notice-box h4 {
  margin: 0 0 15px 0;
}

.notice-box p {
  margin: 0;
  color: var(--font-light-grey);
}

/* ==================== NEW: BENEFITS SECTION ==================== */
.benefits-section {
  margin: 60px auto;
  padding: 0 20px;
}

.benefits-heading {
  text-align: center;
  margin-bottom: 50px;
}

.benefits-heading p {
  margin: 20px auto;
  max-width: 600px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-card {
  background-color: var(--bg-secondary);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon svg {
  color: var(--highlight);
}

.benefit-card h4 {
  margin: 15px 0;
  color: var(--highlight);
}

.benefit-card p {
  color: var(--font-light-grey);
  font-size: 12pt;
}

/* ==================== NEW: TRUST SIGNALS ==================== */
.trust-signals-section {
  background-color: var(--bg-secondary);
  padding: 100px 20px;
}

.trust-signals-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.trust-signal {
  text-align: center;
}

.trust-signal-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-signal-icon svg {
  color: var(--highlight);
}

.trust-signal h3 {
  color: var(--highlight);
  font-size: 40px;
  margin: 15px 0;
}

.trust-signal p {
  color: var(--font-light-grey);
  font-size: 14pt;
}

/* ==================== TIMELINE SECTION ==================== */
.steps-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 80px 0 200px;
}

.steps-heading {
  color: #fff;
  text-align: center;
}

.steps-heading > h3,
.steps-heading > p {
  margin: 60px;
}

#timeline-container {
  position: relative;
  margin: 40px 0;
  width: 100%;
  min-height: 1200px;
}

.timeline-texts {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
  width: 70%;
}

.timeline-card {
  position: absolute;
  text-align: start;
  width: 100%;
  color: #fff;
  background-color: var(--bg-secondary);
  border-left: solid 2px var(--accent-red);
}

.timeline-card > h2 {
  font-size: 22px;
  margin: 20px 15px;
  font-weight: 300;
}

.timeline-card > p {
  margin: 10px;
  font-size: 11pt;
  font-weight: 400;
  color: var(--font-light-grey);
}

#vertical-line-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  width: 4px;
  height: 100%;
  background-color: #252525;
}

#vertical-line {
  height: 0%;
  max-height: 100%;
  width: 4px;
  background-color: var(--accent-red);
}

.line-starter {
  position: absolute;
  background-color: #252525;
  padding: 10px 15px;
  left: -47px;
  color: #fff;
}

.line-dot-marker {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #252525;
  left: -16px;
  border-radius: 30px;
  transition: all ease-in-out 300ms;
  display: grid;
  justify-content: center;
  align-items: center;
}

.line-dot-marker > svg {
  width: 26px;
  height: 26px;
}

#dot0 { top: 0%; }
#dot1 { top: 10%; }
#dot2 { top: 33%; }
#dot3 { top: 68%; }
#dot4 { top: 100%; }

#timeline-card-1 { top: 9%; }
#timeline-card-2 { top: 29%; }
#timeline-card-3 { top: 62%; }
#timeline-card-4 { top: 97%; }

#timeline-card-1::before { content: "Kontaktujete nás"; position: absolute; top: -30px; color: var(--accent-red); }
#timeline-card-2::before { content: "Dohodneme sa"; position: absolute; top: -30px; color: var(--accent-red); }
#timeline-card-3::before { content: "Začneme s prácou"; position: absolute; top: -30px; color: var(--accent-red); }
#timeline-card-4::before { content: "Bývate"; position: absolute; top: -30px; color: var(--accent-red); }

/* ==================== TESTIMONIALS SECTION ==================== */
.testimonials-section {
  position: relative;
  overflow: hidden;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

.testimonials-parallax {
  background-image: url("../assets/delivery-man.webp");
}

.testimonials-heading {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.testimonials-heading h3 {
  margin: 60px 0;
}

.testimonials-heading p {
  margin: 20px 0;
}

.testimonials-siema-container {
  max-width: 100%;
  position: relative;
  color: #fff;
  z-index: 1;
}

.testimonials-siema-item {
  width: 350px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.testimonials-siema-buttons-container {
  width: 100px;
  display: flex;
  justify-content: space-between;
  margin: 1rem auto 2rem;
}

.testimonials-siema-button {
  width: 34px;
  height: 34px;
  border-radius: 20px;
  border: none;
  background-color: var(--bg-primary);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins";
  transition: background-color 0.3s;
}

.testimonials-siema-button:hover {
  background-color: var(--bg-secondary);
}

.testimonials-contact-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.card-content {
  background-color: rgba(47, 47, 47, 0.62);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.card-content img {
  width: 83px;
  height: 110px;
  margin: 10px 0px;
}

.card-content h3 {
  font-size: 22px;
  margin: 10px 0;
  font-weight: 300;
}

.card-content p {
  margin: 15px;
  font-size: 11pt;
  font-style: italic;
  font-weight: 300;
  color: var(--font-light-grey);
}

/* NEW: Testimonial Star Rating */
.testimonial-rating {
  margin: 10px 0;
}

.star {
  color: #454545;
  font-size: 20px;
  margin: 0 2px;
}

.star.filled {
  color: #ffd700;
}

.testimonial-service {
  margin: 5px 0;
}

.testimonial-service small {
  color: var(--highlight);
  font-size: 10pt;
}

.testimonial-location {
  margin: 10px 0;
}

.testimonial-location small {
  color: var(--font-dark-grey);
  font-size: 10pt;
}

/* ==================== INFORMATION SECTION ==================== */
.information-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 100px;
}

.info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 4rem 0;
}

.info-container > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 3rem 0rem 0rem 0rem;
}

.info-container > h3 {
  text-align: center;
  margin: 0 1rem;
}

.info-container > div > p {
  margin: 0rem 1rem 2rem;
  max-width: 500px;
}

.info-container > div > p > img {
  display: none;
}

/* ==================== FLIP BOXES ==================== */
.flip-box-container {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  justify-content: center;
  align-items: center;
}

.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  perspective: 1000px;
  margin: 20px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  box-shadow: rgba(16, 16, 16, 0.2) 0px 4px 10px;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.flip-box-front {
  background-color: var(--bg-secondary);
  color: #fff;
}

.flip-box-front > img {
  margin: 20px 0;
  width: 50px;
  height: auto;
}

.flip-box-front > h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

.flip-box-back {
  background-color: var(--bg-secondary);
  color: #fff;
  transform: rotateY(180deg);
}

.flip-box-back > h2 {
  font-weight: 600;
  font-size: 20px;
}

.flip-box-back > p {
  font-weight: 300;
  font-size: 16px;
  margin: 10px 5px;
}

.flipbox-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* ==================== FAQ SECTION ==================== */
.faq-container {
  position: relative;
  margin: 50px 10px;
}

.faq-heading {
  margin: 0 1rem 30px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq-heading > p {
  margin: 20px 0;
  max-width: 600px;
}

.faq-img {
  position: relative;
  z-index: 1;
  max-width: 300px;
}

.accordion {
  font-family: "Poppins", sans-serif;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid var(--bg-primary);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.accordion-header {
  background-color: var(--bg-primary);
  padding: 15px;
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
  color: #fff;
  font-family: "Poppins", sans-serif;
  outline: none;
  font-size: 12pt;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
}

.accordion-header:hover {
  background-color: #1d1d1d;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background-color: #1c1c1c;
  transition: max-height 0.5s ease-in-out;
}

.accordion-content p {
  padding: 20px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-size: 11pt;
  line-height: 1.3;
}

.arrow {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.arrow::before,
.arrow::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #fff;
}

.arrow::before {
  transform: rotate(45deg) translate(-3px);
}

.arrow::after {
  transform: rotate(-45deg) translate(3px);
}

.accordion-header.active .arrow {
  transform: rotate(180deg) translateY(2px);
}

/* ==================== ASSURANCE SECTION ==================== */
.assurance-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 100px 0;
}

.assurance-section > p {
  margin: 30px;
  max-width: 900px;
}

/* ==================== CTA SECTION ==================== */
.c2a-section {
  position: relative;
  overflow: hidden;
  height: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c2a-parallax {
  background-image: url("../assets/c2a-bg.webp");
}

.c2a-content {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
  margin: 0 30px;
}

.c2a-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

/* ==================== FOOTER ==================== */
footer {
  width: 100%;
  color: var(--font-light-grey);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 20px 0;
  font-size: 16px;
}

footer > div {
  margin: 40px;
}

.footer-brand {
  color: var(--font-dark-grey);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-brand img {
  height: 110px;
  width: 83px;
}

.footer-brand p {
  margin-top: 10px;
  color: var(--font-dark-grey);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.footer-contact ul {
  color: var(--font-dark-grey);
  text-align: center;
}

.footer-contact li {
  margin: 8px 0;
  list-style: none;
}

.footer-contact li > a {
  color: var(--font-light-grey);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-contact li > a:hover {
  color: #fff;
}

.cookie-button {
  margin-bottom: 10px;
  background-color: transparent;
  color: var(--font-light-grey);
  border: none;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s;
}

.cookie-button:hover {
  color: #fff;
}

.footer-so-me {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-so-me-icons {
  display: flex;
  justify-content: center;
  margin: 7px 0;
}

.footer-so-me-icons img {
  width: 25px;
  height: 25px;
  margin: 10px;
}

footer i {
  color: var(--font-dark-grey);
  margin: 7px 0;
  text-align: center;
}

.footer-locations {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  color: var(--font-dark-grey);
}

/* ==================== MODALS ==================== */
.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  z-index: 10;
  overflow: auto;
}

.modal-head {
  width: 100%;
  display: flex;
  justify-content: end;
}

.modal-close-button {
  height: 50px;
  background-color: transparent;
  border: none;
  font-weight: 600;
  font-size: 60px;
  color: #fff;
  cursor: pointer;
  z-index: 25;
  transition: color 0.3s;
}

.modal-close-button:hover {
  color: var(--accent-red);
}

.modal-animation {
  animation: animatetop 1s;
}

/* Contact Modal */
.modal-contact-container {
  background-color: rgba(21, 21, 21, 0.95);
  border-radius: 20px;
  width: 90%;
  height: 80%;
  overflow-y: auto;
}

.modal-contact-container > .modal-body {
  display: flex;
  flex-direction: column;
}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin: 30px 0;
}

.contact-form-input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}

.contact-form-input-container > label {
  margin: 5px 0px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.contact-form-input {
  padding: 5px 10px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border: solid 2px var(--highlight);
  border-radius: 10px;
}

.contact-checkbox-container {
  display: flex;
  flex-direction: column;
  margin: 20px;
  color: #fff;
}

.contact-form-checkbox {
  margin: 5px;
}

.contact-paragraph {
  text-align: center;
  margin-bottom: 15px;
}

/* Info Modal */
.modal-info-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(214, 55, 71, 0.59);
  border-radius: 20px;
  padding: 20px;
}

.modal-info-container > .modal-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal-info-brand > img {
  height: 220px;
  width: 166px;
}

.info-links-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px;
}

.info-links-container > li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

.info-links-container > li > img {
  width: 24px;
  height: 24px;
}

.info-links-container > li > a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-left: 7px;
  text-decoration: none;
  transition: color 0.3s;
}

.info-links-container > li > a:hover {
  color: var(--highlight);
}

/* ==================== FIXED ELEMENTS ==================== */
.fixed-phone-button {
  position: fixed;
  bottom: 18px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background-image: linear-gradient(180deg, var(--highlight) 8%, #0055bc 100%);
  z-index: 4;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

.fixed-phone-button:hover {
  transform: scale(1.1);
}

.fixed-phone-button > img {
  width: 20px;
  height: 20px;
}

/* ==================== CHAT WIDGET ==================== */
#intergramRoot > div {
  right: auto !important;
  left: 20px !important;
  z-index: 9 !important;
}

#intergramRoot > div > div {
  box-shadow: none !important;
  background-image: linear-gradient(180deg, #c23846 8%, var(--accent-red) 100%) !important;
}

/* ==================== COOKIE CONSENT ==================== */
.consent-wrapper {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 350px;
  height: 250px;
  background-color: var(--bg-secondary);
  z-index: 2147483647;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  transition: ease-out 1s;
}

.consent-wrapper > p {
  font-size: 11pt;
  line-height: 1.1;
  margin: 0px 10px;
}

.consent-wrapper > p > a {
  color: #fff;
}

.consent-wrapper > h5 {
  font-size: 18px;
}

.consent-accept {
  background-image: linear-gradient(180deg, var(--highlight) 8%, #0055bc 100%);
  width: 80%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12pt;
  border-radius: 20px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
}

.consent-accept:hover {
  opacity: 0.9;
}

.consent-deny {
  background-color: transparent;
  border: solid 1px var(--highlight);
  padding: 8px 20px;
  color: var(--font-light-grey);
  border-radius: 20px;
  font-weight: 600;
  font-size: 11pt;
  cursor: pointer;
  transition: all 0.3s;
}

.consent-deny:hover {
  border-color: #fff;
  color: #fff;
}

/* ==================== ACCESSIBILITY ==================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ==================== UTILITY CLASSES ==================== */
.text-center {
  text-align: center;
}

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }