/* Ultra Premium & Minimaliste - StartuperSchool */

/* Import Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap');

:root {
  --white: #fff;
  --black: #181818;
  --orange: #FF7A00;
  --gray-light: #f8f9fa;
  --gray-dark: #222;
  --shadow-card: 0 8px 32px rgba(22,36,71,0.13);
  --radius: 20px;
}

html, body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  background: var(--white);
  color: var(--gray-dark);
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  color: var(--gray-dark);
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

section {
  background: var(--white);
  padding: 64px 0;
}

.bg-light {
  background: var(--white) !important;
}

.bg-navbar, .navbar, .footer, .footer-main, .footer-bottom {
  background: var(--black) !important;
  color: var(--white) !important;
}

.navbar .nav-link,
.navbar .navbar-brand,
.footer a,
.footer h5 {
  color: var(--white) !important;
  font-weight: 700;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 0.02em;
}
.footer a {
  text-decoration: none;
  transition: color 0.2s, text-decoration 0.2s;
}

.navbar .nav-link:hover,
.footer a:hover {
  color: var(--orange) !important;
  text-decoration: underline;
}

.btn-orange, .btn.btn-orange {
  background: var(--orange);
  color: #fff !important;
  font-weight: 800;
  border-radius: 28px;
  padding: 14px 32px;
  font-size: 1.15rem;
  border: none;
  transition: background 0.22s, box-shadow 0.22s, transform 0.22s, color 0.22s;
  box-shadow: 0 2px 12px rgba(255,122,0,0.10);
  letter-spacing: 0.03em;
}

.btn-orange:hover, .btn-orange:focus {
  background: var(--black);
  color: #fff !important;
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 8px 32px rgba(22,36,71,0.18);
}

.pricing-section {
  background: var(--white);
  padding-top: 64px;
  padding-bottom: 64px;
}

.pricing-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 38px 28px 32px 28px;
  transition: box-shadow 0.25s, transform 0.22s;
  border: 2px solid transparent;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

.pricing-card:hover {
  box-shadow: 0 24px 64px rgba(255,122,0,0.18);
  border-color: var(--orange);
  transform: translateY(-10px) scale(1.04);
  z-index: 2;
}

.pricing-card.essentielle {
  border-color: var(--orange);
  box-shadow: 0 16px 48px rgba(255,122,0,0.18);
}

.pricing-card .badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 28px;
  border-radius: 18px;
  letter-spacing: 1px;
  box-shadow: 0 2px 12px rgba(255,122,0,0.14);
}

.pricing-card h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-card .price {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--orange);
  text-align: center;
  margin-bottom: 18px;
}

.pricing-card .price span {
  font-size: 1rem;
  color: var(--gray-dark);
  font-weight: 600;
  margin-left: 6px;
}

.features-list {
  margin-bottom: 28px;
  padding-left: 0;
  list-style: none;
}

.features-list li {
  font-size: 1.03rem;
  color: var(--gray-dark);
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
  line-height: 1.6;
}

.features-list li:before {
  content: "✔";
  color: var(--orange);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1rem;
}

.footer {
  background: #181818;
  color: #fff;
  font-size: 1rem;
  border-top: 1px solid #222;
  padding-top: 40px;
  padding-bottom: 18px;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}

.footer-col {
  flex: 1 1 180px;
  min-width: 140px;
}

.footer-col h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  letter-spacing: 0.02em;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 0.7rem;
}

.footer-col ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 0.97rem;
}

.footer-col ul li a:hover {
  color: #FF7A00;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  padding: 18px 0 8px 0;
  font-size: 0.98rem;
  color: #bbb;
  background: #181818;
  border-top: 1px solid #222;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  font-size: 1.05rem;
}
.footer-link:hover {
  color: #FF7A00;
  text-decoration: underline;
}

.social-icons a {
  color: #fff;
  font-size: 1.35rem;
  margin-right: 16px;
  transition: color 0.2s;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a:hover {
  color: #FF7A00;
}

.hero-section {
  background: var(--white);
  padding: 80px 0 40px 0;
}

.video-container {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(22,36,71,0.13);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container iframe {
  width: 100%;
  min-height: 400px;
  max-height: 520px;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(22,36,71,0.10);
}

@media (max-width: 767px) {
  .video-container iframe {
    min-height: 220px;
  }
}

.mission-section {
  background: #fff;
  color: #222;
  padding: 64px 0;
}
.mission-section h1 {
  font-size: 2rem;
  font-weight: 900;
  color: #222;
  letter-spacing: 1px;
}
.mission-section p {
  font-size: 1.15rem;
  color: #444;
}
.mission-section img {
  max-width: 340px;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(22,36,71,0.10);
}
@media (max-width: 991px) {
  .mission-section .row {
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }
  .mission-section img {
    margin: 0 auto;
  }
}

.parcours-section {
  background: var(--white);
  padding: 64px 0;
}

.services-premium-section {
  background: var(--white);
}

.service-card {
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(22,36,71,0.10);
  padding: 32px 24px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.18s;
  border: 2px solid transparent;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

.service-card:hover {
  box-shadow: 0 16px 48px rgba(255,122,0,0.14);
  border-color: var(--orange);
  transform: translateY(-6px) scale(1.03);
}

.service-icon {
  font-size: 2.5rem;
  color: var(--orange);
  margin-bottom: 18px;
}

.service-pricing {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}

.price-public {
  color: #222;
  font-weight: 700;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 6px 14px;
}

.price-essentielle {
  color: var(--orange);
  font-weight: 700;
  background: #fff5e6;
  border-radius: 12px;
  padding: 6px 14px;
}

.price-premium {
  color: #fff;
  font-weight: 700;
  background: var(--orange);
  border-radius: 12px;
  padding: 6px 14px;
}

.cta-section {
  background: var(--white);
  padding: 64px 0;
}

.progress-section {
  background: #162447;
  color: #fff;
  padding: 64px 0;
}

.progress-section h2, .progress-section .fw-bold, .progress-section p {
  color: #fff;
}

.progress-stat {
  background: #22305a;
  border-radius: 16px;
  padding: 18px 22px;
  margin-bottom: 12px;
  min-width: 180px;
  box-shadow: 0 4px 18px rgba(22,36,71,0.10);
}

.innovation-img-container {
  background: #22305a;
  border-radius: 24px;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(22,36,71,0.10);
  padding: 16px;
}

.bg-white {
  background: var(--white) !important;
}

.carousel-inner, .carousel-item, .carousel, .accordion, .accordion-item {
  background: var(--white);
  border-radius: var(--radius);
}

#faqAccordion .accordion-item {
  border: none;
  box-shadow: 0 2px 12px rgba(22,36,71,0.08);
  margin-bottom: 16px;
}
  

/* Scroll Top Button premium */
#scrollTopBtn {
  position: fixed;
  bottom: 32px;
  right: 24px;
  display: none;
  z-index: 999;
  background: linear-gradient(90deg,#FF7A00 60%,#ffb86c 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  box-shadow: 0 4px 16px rgba(255,122,0,0.18);
  font-size: 1.5rem;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scrollTopBtn:hover {
  background: linear-gradient(90deg,#ffb86c 0%,#FF7A00 100%);
  color: #fff;
  box-shadow: 0 8px 32px rgba(255,122,0,0.22);
  transform: translateY(-4px) scale(1.08);
}
#scrollTopBtn i {
  margin: 0;
}

/* Responsive grille et paddings */
.container, .container-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .container, .container-fluid {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 767px) {
  .container, .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.navbar, .footer {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .navbar, .footer {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  .navbar-brand img {
    height: 100px !important;
    width: 100px !important;
  }
}

/* Formulaire inscription ultra épuré */
.form-inscription label {
  font-weight: 600;
  color: var(--gray-dark);
  margin-bottom: 0.3rem;
}

.form-inscription input,
.form-inscription select,
.form-inscription textarea {
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 12px;
  font-size: 1rem;
  background: var(--white);
  margin-bottom: 0.7rem;
  transition: border-color 0.2s;
}

.form-inscription input:focus,
.form-inscription select:focus,
.form-inscription textarea:focus {
  border-color: var(--orange);
  outline: none;
}

.form-inscription textarea {
  min-height: 90px;
  resize: vertical;
}

.form-inscription .form-text {
  font-size: 0.95rem;
  color: #888;
  margin-top: -8px;
  margin-bottom: 8px;
}

.form-inscription input[type="checkbox"] {
  accent-color: var(--orange);
  width: 60px;
  height: 60px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.form-inscription button[type="submit"] {
  margin-top: 12px;
}

::-webkit-scrollbar {
  width: 8px;
  background: #eee;
}
::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 8px;
}

.how-it-works-section {
  background: var(--white);
}
.step-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(255,122,0,0.09);
  padding: 32px 18px 24px 18px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.5px solid #f7f7f7;
}
.step-card:hover {
  box-shadow: 0 8px 32px rgba(255,122,0,0.18);
  transform: translateY(-4px) scale(1.03);
}
.step-icon {
  font-size: 2.5rem;
  color: #22305a;
  margin-bottom: 18px;
  /* background: linear-gradient(90deg,#FF7A00 60%,#ffb86c 100%); */
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
  box-shadow: 0 2px 12px rgba(255,122,0,0.10);
}

.testimonials-section {
  background: #ffffff;
  color: #000000;
  padding: 64px 0;
}
.testimonial-card {
  background: #222;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(255,122,0,0.10);
  padding: 32px 18px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.18s;
  border: 2px solid #22305a;
}
.testimonial-card:hover {
  box-shadow: 0 16px 48px rgba(255,122,0,0.14);
  border-color: var(--orange);
  transform: translateY(-6px) scale(1.03);
}
.testimonial-card img {
  border: 3px solid var(--orange);
}

.trusted-companies-section {
  background: var(--white);
}
.company-logo-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(255,122,0,0.08);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s, transform 0.2s;
  height: 120px;
}
.company-logo-card img {
  max-height: 68px;
  max-width: 120px;
  object-fit: contain;
  transition: transform 0.2s;
}
.company-logo-card:hover {
  box-shadow: 0 8px 32px rgba(255,122,0,0.18);
  transform: scale(1.07);
}
.company-logo-card img:hover {
  transform: scale(1.12);
}

/* Transitions globales */
a, button, .btn, .nav-link, .-button, .service-card, .pricing-card, .step-card, .company-logo-card, .testimonial-card {
  transition: all 0.22s cubic-bezier(.4,0,.2,1);
}

/* Animation à l'apparition (fade-in) */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: none;
}

#loader {
  position: fixed;
  top:0; left:0; right:0; bottom:0;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
}
.spinner {
  width: 54px;
  height: 54px;
  border: 6px solid #eee;
  border-top: 6px solid var(--orange);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Modern mobile navbar */
.modern-nav {
  transition: right 0.35s cubic-bezier(.4,0,.2,1);
}
@media (max-width: 991px) {
  .modern-nav {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 80vw;
    height: 100vh;
    background: #181818;
    z-index: 9999;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 24px 24px 24px;
    box-shadow: -2px 0 24px rgba(22,36,71,0.13);
    overflow-y: auto;
    transition: right 0.35s cubic-bezier(.4,0,.2,1);
  }
  .modern-nav.open {
    right: 0;
  }
  .modern-toggler {
    border: none;
    background: transparent;
    font-size: 2rem;
    color: #FF7A00;
    z-index: 10000;
  }
  .navbar-nav {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .navbar-nav .nav-link {
    font-size: 1.2rem;
    color: #fff !important;
    padding: 12px 0;
    border-bottom: 1px solid #222;
    transition: color 0.2s;
  }
  .navbar-nav .nav-link:hover {
    color: #FF7A00 !important;
  }
}
@media (max-width: 991px) {
  .footer-main {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
  .footer-col {
    margin-bottom: 18px;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* Footer minimaliste style Sologan Company */
.footer-minimal {
  background: #181818;
  color: #fff;
  font-size: 1rem;
  border-top: 1px solid #222;
  padding-top: 40px;
  padding-bottom: 18px;
}
.footer-minimal .footer-list {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.footer-minimal .footer-list li {
  list-style: none !important;
  background: none !important;
  margin-bottom: 0.7rem;
  padding-left: 0 !important;
}
.footer-minimal .footer-list a {
  color: #fff;
  text-decoration: none;
  list-style-type: none;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 1px;
  transition: color 0.2s;
}
.footer-minimal .footer-list a:hover {
  color: #FF7A00;
  text-decoration: underline;
}
.footer-separator {
  border: none;
  border-top: 1px solid #444;
  margin: 24px 0;
}
.footer-minimal img {
  height: 80px !important;
  width: auto !important;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .footer-minimal img {
    height: 60px !important;
  }
}
.footer-social a {
  color: #fff !important;
  font-size: 1.3rem;
  margin: 0 8px;
  transition: color 0.2s;
  display: inline-block;
  vertical-align: middle;
}
.footer-social a:hover {
  color: #FF7A00 !important;
}
.footer-copyright {
  margin-top: 12px;
  font-size: 0.98rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer-minimal .row {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }
  .footer-minimal .col-md-2,
  .footer-minimal .col-12 {
    min-width: 100%;
    margin-bottom: 12px;
  }
  .footer-minimal .footer-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .footer-minimal .footer-list li {
    margin-bottom: 0.7rem;
    width: 100%;
    text-align: center;
  }
}

.navbar {
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 2px 12px rgba(22,36,71,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Amélioration de la navbar et du logo */
.navbar-brand img {
  max-height: 100px !important;
  height: 250px !important;
  width: 250px !important;
  transition: transform 0.2s ease !important;
  object-fit: contain !important;
  border-radius: 8px !important;
}

.navbar-brand img:hover {
  transform: scale(1.05) !important;
}

/* Responsive pour le logo navbar */
@media (max-width: 767px) {
  .navbar-brand img {
    height: 70px !important;
    width: 70px !important;
  }
}

@media (max-width: 480px) {
  .navbar-brand img {
    height: 60px !important;
    width: 60px !important;
  }
}

/* Amélioration des liens de navigation */
.navbar-nav .nav-link {
  font-size: 0.90rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  padding: 0.75rem 1rem !important;
  transition: all 0.3s ease !important;
}

.navbar-nav .nav-link:hover {
  color: var(--orange) !important;
  transform: translateY(-2px) !important;
}

/* Amélioration du bouton S'INSCRIRE */
.navbar .btn-orange {
  font-size: 0.9rem !important;
  padding: 0.6rem 1.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}

@media (max-width: 991px) {
  .navbar .btn-orange {
    margin-top: 1rem !important;
    width: 100% !important;
    text-align: center !important;
  }
}

/* CORRECTION URGENTE - Styles pour le modal d'inscription */
#inscriptionModal .modal-dialog {
  margin: 1.75rem auto !important;
  max-width: 1140px !important;
  width: 90% !important;
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
}

#inscriptionModal .modal-content {
  border: none;
  border-radius: 16px ;
  box-shadow: none !important;
}

#inscriptionModal .modal-header {
  /* border-bottom: 1px solid #e9ecef !important; */
  padding: 1.5rem !important;
}

#inscriptionModal .modal-body {
  padding: 2rem !important;
}

.inscription-form {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.inscription-form .form-label {
  color: var(--gray-dark) !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
  font-size: 0.95rem !important;
}

.inscription-form .form-control,
.inscription-form .form-select {
  border: 2px solid #e9ecef !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 1rem !important;
  transition: border-color 0.3s, box-shadow 0.3s !important;
  width: 100% !important;
}

.inscription-form .form-control:focus,
.inscription-form .form-select:focus {
  border-color: var(--orange) !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 122, 0, 0.25) !important;
  outline: none !important;
}

.inscription-form .form-control-lg,
.inscription-form .form-select-lg {
  padding: 14px 18px !important;
  font-size: 1.05rem !important;
}

.inscription-form textarea.form-control {
  resize: vertical !important;
  min-height: 100px !important;
}

.inscription-form .form-check-input {
  width: 1.2em !important;
  height: 1.2em !important;
  margin-top: 0.1em !important;
  margin-right: 0.75rem !important;
}

.inscription-form .form-check-input:checked {
  background-color: var(--orange) !important;
  border-color: var(--orange) !important;
}

.inscription-form .form-check-label {
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
}

.inscription-form .form-text {
  font-size: 0.875rem !important;
  margin-top: 0.25rem !important;
}

/* Responsive pour le modal - CORRECTION */
@media (max-width: 1199px) {
  #inscriptionModal .modal-dialog {
    max-width: 95% !important;
    width: 95% !important;
  }
}

@media (max-width: 991px) {
  #inscriptionModal .modal-dialog {
    max-width: 98% !important;
    width: 98% !important;
    margin: 1rem auto !important;
  }
  
  #inscriptionModal .modal-body {
    padding: 1.5rem !important;
  }
}

@media (max-width: 767px) {
  #inscriptionModal .modal-dialog {
    margin: 0.5rem auto !important;
    width: 98% !important;
  }
  
  #inscriptionModal .modal-body {
    padding: 1rem !important;
  }
  
  .inscription-form .form-control,
  .inscription-form .form-select {
    padding: 10px 14px !important;
    font-size: 0.95rem !important;
  }
}

/* Amélioration du modal header */
.modal-header {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}

.modal-title {
  font-size: 1.5rem;
  color: var(--gray-dark);
}

.btn-close {
  font-size: 1.2rem;
}

.video-container img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(22,36,71,0.10);
}
@media (max-width: 991px) {
  .video-container img {
    max-height: 260px;
    border-radius: 12px;
  }
}

.footer-contact {
  font-size: 1.08rem;
  font-weight: 500;
  color: #fff;
}
.footer-contact .footer-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.footer-contact .footer-link:hover {
  color: #FF7A00;
  text-decoration: underline;
}
.footer-contact i {
  color: #FF7A00;
  font-size: 1.15em;
}