@charset "UTF-8";
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #2D3748;
  background-color: #FFFFFF;
  line-height: 1.6;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  color: #0054a6;
}

p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

a {
  color: #EF7E1A;
  text-decoration: none;
}
a:hover {
  color: #7B61FF;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  .container {
    padding: 0 0.5rem;
  }
}
.back-to-top-fixed {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  background-color: #4299e1;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.back-to-top-fixed:hover {
  background-color: #4263eb;
  transform: translateY(-2px);
  color: #EF7E1A;
}

.back-to-top-fixed .arrow-up {
  font-size: 1.2rem;
  margin: 0;
}

@media (max-width: 768px) {
  .back-to-top-fixed {
    bottom: 1rem;
    right: 1rem;
    padding: 0.6rem 0.8rem;
    font-size: 0.7rem;
  }
  .back-to-top-fixed .arrow-up {
    font-size: 1rem;
  }
}
.hero h1,
.hero p {
  animation: fadeIn 1.2s ease-in-out;
}

.team-member {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Buttons */
.button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  color: #F4F5F7;
  background-color: #4263eb;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  background-color: #EF7E1A;
}

.button-outline {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  color: #0054a6;
  background-color: transparent;
  border: 2px solid #0054a6;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.button-outline:hover {
  background-color: #0054a6;
  color: #F4F5F7;
}

.features {
  background-color: rgba(66, 147, 235, 0.1);
  padding: 2rem 1rem;
}
.features h2 {
  text-align: center;
  color: #0054a6;
  margin-bottom: 2rem;
}
.features .features-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.features .features-grid .feature {
  flex: 1 1 calc(33.333% - 2rem);
  text-align: center;
  padding: 1rem;
  border: 1px solid #6B7280;
  border-radius: 8px;
  background-color: #F4F5F7;
}
.features .features-grid .feature img {
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
}
.features .features-grid .feature h3 {
  font-size: 1.5rem;
  color: #0054a6;
  margin-bottom: 0.5rem;
}
.features .features-grid .feature p {
  color: #2D3748;
  font-style: italic;
}

.cta {
  text-align: center;
  padding: 4rem 1rem;
  /* Aumenta il padding totale */
}

.cta h2 {
  margin-bottom: 2rem;
  /* Aumenta lo spazio sotto il titolo */
}

.cta p {
  margin-bottom: 3rem;
  /* Aumenta lo spazio tra il testo e il pulsante */
}

.cta .button {
  margin-top: 1rem;
  /* Margine sopra al pulsante */
}

.alert-container {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* Spazio tra gli alert */
}

.alert {
  padding: 1.25rem 2rem;
  /* Margine interno maggiore */
  border-radius: 0.5rem;
  /* Arrotondamento più evidente */
  box-shadow: 0px 0.375rem 0.5rem rgba(0, 0, 0, 0.1);
  /* Ombra */
  font-size: 1rem;
  /* Testo più grande */
  font-weight: bold;
  color: white;
  opacity: 0;
  transform: translateY(-1rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.alert.success {
  background-color: #28a745;
  /* Verde */
}

.alert.error {
  background-color: #dc3545;
  /* Rosso */
}

.alert .close {
  background: none;
  border: none;
  font-size: 1.125rem;
  /* Pulsante più grande */
  font-weight: bold;
  color: white;
  cursor: pointer;
  margin-left: 1rem;
  /* Spazio tra il pulsante e il testo */
}

@media (max-width: 768px) {
  .alert-container {
    top: 1rem;
    right: 1rem;
    left: 1rem;
    /* Posiziona centralmente sugli schermi piccoli */
    gap: 0.75rem;
  }
  .alert {
    padding: 1rem 1.5rem;
    /* Riduzione del padding */
    font-size: 0.875rem;
    /* Testo leggermente più piccolo */
  }
  .alert .close {
    font-size: 1rem;
    /* Riduzione del pulsante di chiusura */
  }
}
header {
  background-color: #0054a6;
  color: #F4F5F7;
  padding: 1rem 0;
}
header .container {
  margin: 0 2rem;
  padding: 1rem;
  max-width: 100%;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
header nav .logo {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #F4F5F7;
  text-decoration: none;
  margin-left: -3.3rem;
}
header nav .logo:hover {
  color: #EF7E1A;
}
header nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}
header nav ul li a {
  color: #F4F5F7;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s;
}
header nav ul li a.active, header nav ul li a:hover {
  color: #EF7E1A;
}
header nav .menu-toggle {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  color: #F4F5F7;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1000;
}
@media (max-width: 768px) {
  header nav {
    flex-direction: column;
    align-items: flex-start;
  }
  header nav #nav-menu {
    flex-direction: column;
    gap: 1rem;
    display: flex;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
  }
  header nav #nav-menu.open {
    display: flex;
    max-height: 500px;
  }
  header nav .menu-toggle {
    display: block;
  }
}

.logo img {
  height: 6rem;
  width: auto;
}

@media (max-width: 768px) {
  .logo img {
    height: 40px;
  }
}
footer {
  background-color: #2D3748;
  color: #F4F5F7;
  padding: 2rem 1rem;
  text-align: center;
}
footer p {
  margin: 0;
  font-size: 1rem;
  color: #6B7280;
}
footer p a {
  color: #F4F5F7;
  text-decoration: none;
  font-weight: bold;
}
footer p a:hover {
  color: #EF7E1A;
}

@media (max-width: 768px) {
  footer {
    padding: 1rem;
    text-align: center;
  }
  footer p {
    font-size: 0.9rem;
  }
}
.hero {
  color: #F4F5F7;
  text-align: center;
  padding: 4rem 1rem;
}
.hero h1 {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.hero-home {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/hero-background_2.jpg") no-repeat center center/cover;
}

.intro {
  background-color: #FFFFFF;
  padding: 4rem 1rem;
}
.intro h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .intro h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.intro p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #6B7280;
  text-align: center;
  margin-bottom: 2rem;
}
.intro ul {
  list-style: none;
  padding: 0;
}
.intro ul li {
  font-size: 1.1rem;
  color: #2D3748;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative;
}
.intro ul li::before {
  content: "✔";
  color: #EF7E1A;
  position: absolute;
  left: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.intro ul li strong {
  color: #0054a6;
  font-weight: bold;
}
.intro ul li span {
  font-style: italic;
}

.why-choose-us {
  background-color: rgba(66, 147, 235, 0.1);
  padding: 4rem 1rem;
}
.why-choose-us h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .why-choose-us h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.why-choose-us .number_title {
  color: #EF7E1A;
  font-size: 4rem;
  margin-bottom: 0;
  font-style: italic;
}
.why-choose-us .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.why-choose-us .box {
  text-align: center;
  padding: 2rem;
  background-color: #2D3748;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.why-choose-us .box img {
  width: 60px;
  margin-bottom: 1rem;
}
.why-choose-us .box h3 {
  font-size: 1.2rem;
  color: #EF7E1A;
  margin-bottom: 1rem;
}
.why-choose-us .box p {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.6;
  font-style: italic;
}
.why-choose-us .box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

.vision-mission {
  background-color: #FFFFFF;
  padding: 4rem 1rem;
  text-align: center;
}
.vision-mission h2 {
  color: #0054a6;
  margin-bottom: 2rem;
}
.vision-mission p {
  font-size: 1.1rem;
  color: #6B7280;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.key-numbers {
  background-image: url("../images/key-numbers-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
  color: #F4F5F7;
}
.key-numbers .container h2 {
  color: #F4F5F7;
}
.key-numbers h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .key-numbers h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.key-numbers .numbers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}
.key-numbers .numbers-grid .number {
  flex: 1 1 calc(33.333% - 2rem); /* 3 colonne su desktop */
  text-align: center;
  padding: 1rem;
}
@media (max-width: 768px) {
  .key-numbers .numbers-grid .number {
    flex: 1 1 100%; /* stack verticalmente */
  }
}
.key-numbers .numbers-grid .number h3 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  color: #EF7E1A;
}
.key-numbers .numbers-grid .number p {
  font-size: 1.2rem;
  color: #F4F5F7;
  font-weight: 800;
}

.join-us-cta {
  background-color: #FFFFFF;
  padding: 4rem 1rem;
  text-align: center;
}
.join-us-cta h2 {
  font-size: 2rem;
  color: #0054a6;
  margin-bottom: 2rem;
}
.join-us-cta .join-cta-grid {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.join-us-cta .join-cta-grid .join-us,
.join-us-cta .join-cta-grid .user-cta {
  background-color: #2D3748;
  color: #F4F5F7;
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  flex: 1 1 calc(50% - 1rem);
}
.join-us-cta .join-cta-grid .join-us h3,
.join-us-cta .join-cta-grid .user-cta h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #4299e1;
}
.join-us-cta .join-cta-grid .join-us p,
.join-us-cta .join-cta-grid .user-cta p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .join-us-cta .join-cta-grid {
    flex-direction: column;
  }
  .join-us-cta .join-cta-grid .join-us,
  .join-us-cta .join-cta-grid .user-cta {
    flex: 1 1 100%;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.box {
  padding: 2rem;
  background: #F4F5F7;
  border: 1px solid #6B7280;
  border-radius: 8px;
  text-align: center;
}

.stats {
  background-color: #FFFFFF;
  padding: 4rem 0;
}
.stats h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .stats h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.stats .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.stats .stats-grid .stat {
  text-align: center;
}
.stats .stats-grid .stat img {
  width: 80px;
  margin-bottom: 1rem;
}
.stats .stats-grid .stat h3 {
  font-size: 2rem;
  color: #0054a6;
  margin-bottom: 0.5rem;
}
.stats .stats-grid .stat p {
  font-size: 1rem;
  color: #6B7280;
}

.who-we-serve {
  background-color: rgba(66, 147, 235, 0.1);
  padding: 4rem 1rem;
}
.who-we-serve h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .who-we-serve h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.who-we-serve .number_title {
  color: #EF7E1A;
  font-size: 4rem;
  margin-bottom: 0;
  font-style: italic;
}
.who-we-serve .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.who-we-serve .box {
  text-align: center;
  padding: 2rem;
  background-color: #2D3748;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.who-we-serve .box img {
  width: 80px;
  margin-bottom: 1rem;
}
.who-we-serve .box h3 {
  font-size: 1.5rem;
  color: #EF7E1A;
  margin-bottom: 1rem;
}
.who-we-serve .box p {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.6;
  margin-top: 1rem;
  font-style: italic;
}
.who-we-serve .box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

.how_we_change_sector {
  background-color: #fff;
}
.how_we_change_sector .number_title {
  color: #EF7E1A;
  font-size: 4rem;
  margin-bottom: 0;
  font-style: italic;
}

.what-we-do {
  background-color: rgba(66, 147, 235, 0.1);
  padding: 4rem 1rem;
}
.what-we-do h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .what-we-do h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.what-we-do .number_title {
  color: #EF7E1A;
  font-size: 4rem;
  margin-bottom: 0;
  font-style: italic;
}
.what-we-do .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.what-we-do .item {
  text-align: center;
  background-color: #2D3748;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.what-we-do .item img {
  width: 80px;
  margin-bottom: 1rem;
}
.what-we-do .item h3 {
  font-size: 1.2rem;
  color: #EF7E1A;
  margin-bottom: 1rem;
  font-family: "Oxanium", sans-serif;
}
.what-we-do .item p {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.6;
  font-style: italic;
}
.what-we-do .item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

.features h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .features h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.vision-mission {
  background-color: rgba(66, 147, 235, 0.1);
}
.vision-mission h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .vision-mission h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.block-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem 0;
}
.block-divider span {
  display: block;
  width: 50px;
  height: 8px;
  background-color: #0054a6;
}
.block-divider span:nth-child(2) {
  background-color: #EF7E1A;
}
.block-divider span:nth-child(3) {
  background-color: #A3C4F3;
}

.hero h1 {
  animation: fadeIn 1.2s ease-in-out;
}
.hero p {
  font-size: 1.2rem;
  line-height: 1.6;
  animation: fadeIn 1.5s ease-in-out;
}
.hero-about {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/about-hero_1.jpg") no-repeat center center/cover;
}

.wave-divider svg {
  display: block;
  width: 100%;
  height: auto;
}
.wave-divider svg path {
  animation: slideIn 2s ease-in-out;
}

.about,
.headquarters,
.activities,
.collaborations,
.financial,
.intellectual-property,
.focus,
.team {
  padding: 4rem 1rem;
}
.about:nth-of-type(even),
.headquarters:nth-of-type(even),
.activities:nth-of-type(even),
.collaborations:nth-of-type(even),
.financial:nth-of-type(even),
.intellectual-property:nth-of-type(even),
.focus:nth-of-type(even),
.team:nth-of-type(even) {
  background-color: #FFFFFF;
}
.about:nth-of-type(odd),
.headquarters:nth-of-type(odd),
.activities:nth-of-type(odd),
.collaborations:nth-of-type(odd),
.financial:nth-of-type(odd),
.intellectual-property:nth-of-type(odd),
.focus:nth-of-type(odd),
.team:nth-of-type(odd) {
  background-color: rgba(66, 147, 235, 0.1);
}
.about h2,
.headquarters h2,
.activities h2,
.collaborations h2,
.financial h2,
.intellectual-property h2,
.focus h2,
.team h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  animation: fadeIn 1.2s ease-in-out;
}
.about p,
.about li,
.headquarters p,
.headquarters li,
.activities p,
.activities li,
.collaborations p,
.collaborations li,
.financial p,
.financial li,
.intellectual-property p,
.intellectual-property li,
.focus p,
.focus li,
.team p,
.team li {
  font-size: 1.1rem;
  color: #6B7280;
  line-height: 1.8;
  margin-bottom: 1rem;
  animation: fadeIn 1.5s ease-in-out;
}
.about ul,
.headquarters ul,
.activities ul,
.collaborations ul,
.financial ul,
.intellectual-property ul,
.focus ul,
.team ul {
  padding-left: 1.5rem;
}
.about ul li,
.headquarters ul li,
.activities ul li,
.collaborations ul li,
.financial ul li,
.intellectual-property ul li,
.focus ul li,
.team ul li {
  list-style: disc;
}

.focus {
  background-color: #F4F5F7;
  padding: 4rem 1rem;
}
.focus h2 {
  font-size: 2rem;
  color: #0054a6;
  margin-bottom: 1.5rem;
  text-align: center;
  animation: fadeIn 1.2s ease-in-out;
}
.focus p {
  font-size: 1.1rem;
  color: #6B7280;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.focus ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.focus ul li {
  list-style: disc;
  color: #6B7280;
  line-height: 1.8;
  margin-bottom: 0.5rem;
  animation: fadeIn 1.5s ease-in-out;
}
.focus a {
  color: #0054a6;
  text-decoration: underline;
}
.focus a:hover {
  color: #7B61FF;
}

.team h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .team h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.team .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.team .team-grid .team-member {
  background-color: #2D3748;
  color: #F4F5F7;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeIn 1.5s ease-in-out;
}
.team .team-grid .team-member .number_title {
  color: #EF7E1A;
  font-size: 3rem;
  margin-bottom: 0;
  font-style: italic;
}
.team .team-grid .team-member:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}
.team .team-grid .team-member h3 {
  font-size: 1.3rem;
  color: #EF7E1A;
  margin-bottom: 1rem;
}
.team .team-grid .team-member p {
  font-size: 1rem;
  line-height: 1.6;
  color: #FFFFFF;
  font-style: italic;
}

.financial h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .financial h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.financial a {
  color: #0054a6;
  text-decoration: underline;
  font-weight: bold;
}
.financial a:hover {
  color: #7B61FF;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .hero {
    padding: 2rem 1rem;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
}
.hero p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.hero a.button {
  font-size: 1rem;
  padding: 0.8rem 1.5rem;
}
.hero-services {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/services.jpg") no-repeat center center/cover;
}

.what-domivi-offers {
  background-color: #FFFFFF;
  padding: 4rem 1rem;
}
.what-domivi-offers h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .what-domivi-offers h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.what-domivi-offers .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.what-domivi-offers .features-grid .feature {
  text-align: center;
}
.what-domivi-offers .features-grid .feature img {
  max-width: 80px;
  margin-bottom: 1rem;
}
.what-domivi-offers .features-grid .feature h3 {
  font-size: 1.5rem;
  color: #0054a6;
  margin-bottom: 0.5rem;
}
.what-domivi-offers .features-grid .feature p {
  font-size: 1rem;
  color: #6B7280;
  line-height: 1.6;
}

.additional-services {
  background-color: rgba(66, 147, 235, 0.1);
  padding: 4rem 1rem;
}
.additional-services h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .additional-services h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.additional-services .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.additional-services .grid .service {
  background-color: #2D3748;
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.additional-services .grid .service img {
  max-width: 60px;
  margin-bottom: 1rem;
}
.additional-services .grid .service h3 {
  font-size: 1.3rem;
  color: #EF7E1A;
  margin-bottom: 0.5rem;
}
.additional-services .grid .service p {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.6;
}

.why-domivi {
  background-color: #FFFFFF;
  padding: 4rem 1rem;
}
.why-domivi h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .why-domivi h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.why-domivi .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.why-domivi .grid .reason {
  text-align: center;
}
.why-domivi .grid .reason h3 {
  font-size: 1.5rem;
  color: #0054a6;
  margin-bottom: 0.5rem;
}
.why-domivi .grid .reason p {
  font-size: 1rem;
  color: #6B7280;
  line-height: 1.6;
}

.cta {
  background-color: #EF7E1A;
  color: #F4F5F7;
  text-align: center;
  padding: 4rem 1rem;
}
.cta h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.cta p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.cta a.button {
  font-size: 1rem;
  background-color: #F4F5F7;
  color: #EF7E1A;
  padding: 0.8rem 1.5rem;
}
.cta a.button:hover {
  background-color: #2D3748;
  color: #F4F5F7;
}

@media (max-width: 768px) {
  .hero {
    padding: 4rem 1rem;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .features-grid,
  .grid {
    grid-template-columns: 1fr;
  }
  .cta h2 {
    font-size: 2rem;
  }
  .cta p {
    font-size: 1rem;
  }
}
.hero {
  color: #F4F5F7;
  text-align: center;
  padding: 4rem 1rem;
}
.hero p {
  font-size: 1.2rem;
  line-height: 1.6;
}
.hero-contacts {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/contact-hero.jpg") no-repeat center center/cover;
}

.contact-form {
  background-color: #F4F5F7;
  padding: 4rem 1rem;
}
.contact-form .form-intro {
  text-align: center;
  margin-bottom: 2rem;
}
.contact-form .form-intro h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .contact-form .form-intro h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.contact-form .form-intro p {
  font-size: 1.1rem;
  color: #6B7280;
}
.contact-form form {
  max-width: 600px;
  margin: 0 auto;
}
.contact-form form .form-group {
  margin-bottom: 1.5rem;
}
.contact-form form .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.contact-form form .form-group input,
.contact-form form .form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #6B7280;
  border-radius: 5px;
  font-size: 1rem;
}
.contact-form form .button {
  background-color: #0054a6;
  color: #F4F5F7;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 5px;
  font-size: 1.2rem;
  cursor: pointer;
  text-align: center;
}
.contact-form form .button:hover {
  background-color: #EF7E1A;
}

.company-info {
  background-color: #A3C4F3;
  padding: 4rem 1rem;
  margin-bottom: 2rem;
}
.company-info h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #0054a6;
}
@media (max-width: 768px) {
  .company-info h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.company-info .info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.company-info .info-grid .info-item {
  text-align: center;
}
.company-info .info-grid .info-item img {
  width: 50px;
  height: auto;
  margin-bottom: 1rem;
}
.company-info .info-grid .info-item h3 {
  font-size: 1.5rem;
  color: #0054a6;
  margin-bottom: 0.5rem;
}
.company-info .info-grid .info-item p {
  font-size: 1.1rem;
  color: #6B7280;
}
.company-info .info-grid .info-item a {
  color: #0054a6;
  text-decoration: none;
}
.company-info .info-grid .info-item a:hover {
  color: #7B61FF;
}

/*# sourceMappingURL=main.css.map */
