/********** Template CSS **********/
:root {
  --primary: #181661;
  --light: #b8bffe;
  --dark: #111a24;
  --bg-color: #F9FAF8;
  --text-color: #4d4d4d;
  --accent-color: #2f1661;
  --accent-color-2: #3c3d55;
}
.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
  position: relative;
  transition: all 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 20px;
  left: 0;
  background-color: var(--primary);
  transition: width 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover::after,
.navbar-dark .navbar-nav .nav-link.active::after {
  width: 100%;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar-brand {
  transition: transform 0.3s ease;
}

.navbar-brand:hover {
  transform: scale(1.05);
}

.navbar-brand div {
  position: relative;
  padding: 5px 10px;
}

.navbar-brand div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--primary);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.navbar-brand:hover div::before {
  opacity: 1;
}

.logo-text {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding: 5px 10px;
}

.logo-text::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--primary);
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.navbar-brand:hover .logo-text::after {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
  
  .navbar-dark .navbar-nav .nav-link::after {
    bottom: 5px;
  }
}


/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

@media (max-width: 700px) {
  .cookie-wrapper {
    width: 100%;
  }
}

.cookie-wrapper {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 40%;
  background: #fff;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgb(0, 0, 0);
  z-index: 999;
  @media (max-width: 600px) {
    width: 100%;
  }
}
.cookie-wrapper .show {
  right: 20px;
}

.hidden {
  display: none;
}
header i {
  color: #2f1661;
  font-size: 32px;
  text-align: center;
}
header h2 {
  color: #2f1661;
  font-weight: 500;
  text-align: center;
}
.data {
  text-align: center;
}
.data p a {
  color: #2f1661;
  text-decoration: none;
  text-align: center !important;
}
.data p a:hover {
  text-decoration: underline;
}
.buttons {
  padding: 20px 0px;
  text-align: center;
}
.buttons .cookie-button {
  border: 2px solid #2f1661;
  color: #fff;
  padding: 8px 0;
  background: #2f1661;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.5s ease;
  max-width: 150px;
  border-radius: 0;
}
.buttons #acceptBtn:hover {
  background-color: transparent;
  color: #2f1661;
}
#declineBtn {
  background-color: #fff;
  color: #2f1661;
}
#declineBtn:hover {
  background-color: #2f1661;
  color: #fff;
}


/* footer  */


/* Стилі для футера */
.footer-section {
  background: linear-gradient(135deg, #3c3d55 0%, #1c0534 100%);
  color: #fff;
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}



.footer-logo {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-logo:hover {
  transform: translateY(-3px);
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  color: #b8bffe;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 2px;
  background: rgba(255,255,255,0.3);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  color: rgba(255,255,255,0.8);
  transition: all 0.3s ease;
}

.footer-contact-item:hover {
  color: #fff;
  transform: translateX(5px);
}

.footer-contact-icon {
  margin-right: 15px;
  font-size: 1.2rem;
  color: rgba(255,255,255,0.8);
}

.footer-link {
  display: block;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

.footer-link::before {
  content: '→';
  position: absolute;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #fff;
  padding-left: 15px;
  transform: translateX(5px);
}

.footer-link:hover::before {
  opacity: 1;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
}

/* Адаптивні стилі */
@media (max-width: 991.98px) {
  .footer-section {
    padding: 60px 0 30px;
  }
  
  .footer-logo {
    font-size: 1.8rem;
  }
  
  .footer-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 767.98px) {
  .footer-section {
    padding: 40px 0 20px;
  }
  
  .footer-logo {
    font-size: 1.6rem;
  }
  
  .footer-title {
    font-size: 1rem;
  }
  
  .footer-contact-item {
    font-size: 0.95rem;
  }
  
  .footer-link {
    font-size: 0.95rem;
  }
}

/* Стилі для головного екрану сторінки "О нас" */
.about-hero {
  position: relative;
  height: 40vh;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(97, 22, 96, 0.05) 0%, rgba(21, 72, 97, 0.05) 100%);
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--accent-color), var(--accent-color-2));
}

.about-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(97, 22, 96, 0.2), rgba(21, 72, 97, 0.2));
}

.about-title {
  font-size: 4rem;
  font-weight: 700;
  color: var(--accent-color);
  text-align: center;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.about-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, var(--accent-color), var(--accent-color-2));
}

.about-decoration {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97, 22, 96, 0.05) 0%, rgba(21, 72, 97, 0.02) 70%, transparent 100%);
  z-index: 0;
}

.about-decoration:nth-child(1) {
  top: -150px;
  left: -150px;
}

.about-decoration:nth-child(2) {
  bottom: -150px;
  right: -150px;
}

/* Адаптивність */
@media (max-width: 768px) {
  .about-title {
    font-size: 3rem;
  }
  
  .about-hero {
    height: 30vh;
  }
}

@media (max-width: 576px) {
  .about-title {
    font-size: 2.5rem;
  }
  
  .about-hero {
    min-height: 250px;
  }
}


/* new styles  */
/* Загальні стилі */
body {
  color: var(--text-color);
  background-color: var(--bg-color);
  overflow-x: hidden;
}

/* Стилі для головного екрану */
.hero-section {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: rgba(127, 125, 179, 0.7);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(130deg, rgba(24, 22, 97, 0.7) 0%, rgba(47, 22, 97, 0.5) 100%);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-left: 4rem;
}

.hero-title {
  font-size: 4rem;
  font-weight: 700;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: var(--light);
  max-width: 600px;
  margin-bottom: 2rem;
}

.btn-primary-custom {
  background-color: var(--primary);
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(24, 22, 97, 0.3);
}

.btn-primary-custom:hover {
  background-color: var(--accent-color);
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(24, 22, 97, 0.4);
}

@media (max-width: 991.98px) {
  .hero-content {
    padding-left: 2rem;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* Повторно використовувані класи */
.section-padding {
  padding: 5rem 0;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 2rem;
  position: relative;
}
.card-custom {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card-custom:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card-body-custom {
  padding: 1.5rem;
}

.bg-primary-light {
  background-color: var(--light);
}

.bg-accent-light {
  background-color: rgba(47, 22, 97, 0.1);
}

.text-accent {
  color: var(--accent-color);
}

.text-primary-custom {
  color: var(--primary);
}

.img-custom {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.step-number {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 1rem;
}

.step-card {
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 2rem;
}

.step-connector {
  position: absolute;
  width: 2px;
  background-color: var(--light);
  top: 70px;
  bottom: -30px;
  left: 19px;
  z-index: -1;
}

.students-count {
  font-size: 0.9rem;
  color: var(--accent-color);
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
/* Додаткові стилі для нових блоків */
.stats-item {
  text-align: center;
  margin-bottom: 1.5rem;
}

.stats-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
  display: block;
}

.stats-label {
  font-size: 0.9rem;
  color: var(--text-color);
}

.carousel-custom {
  padding: 2rem 0;
}

.testimonial-card {
  padding: 1.5rem;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin: 0.5rem;
  height: 100%;
}

.testimonial-rating {
  color: var(--accent-color);
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.testimonial-author {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.25rem;
}

.testimonial-position {
  font-size: 0.85rem;
  color: var(--text-color);
  font-style: italic;
  margin-bottom: 1rem;
}

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}

.carousel-control-prev {
  left: -20px;
}

.carousel-control-next {
  right: -20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.carousel-indicators {
  bottom: -40px;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--light);
  opacity: 0.5;
}

.carousel-indicators .active {
  background-color: var(--primary);
  opacity: 1;
}

.resources-btn {
  padding: 0.75rem 2rem;
  border-radius: 50px;
  background-color: var(--primary);
  color: white;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(24, 22, 97, 0.3);
  transition: all 0.3s ease;
}

.resources-btn:hover {
  background-color: var(--accent-color);
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(24, 22, 97, 0.4);
}
/* Додаткові стилі для нових блоків */
.mission-block {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.team-card {
  text-align: center;
  margin-bottom: 2rem;
}

.team-image {
  width: 100%;
  height: 320px;
  /* border-radius: 50%; */
  object-fit: cover;
  margin-bottom: 1.5rem;
  border: 4px solid var(--light);
}

.team-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.team-position {
  font-size: 0.9rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
  font-weight: 500;
}

.course-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem 0;
}

.course-stat-item {
  flex: 0 0 calc(20% - 1rem);
  text-align: center;
  margin-bottom: 1.5rem;
}

.course-stat-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
  display: block;
  margin-bottom: 0.5rem;
}

.course-stat-label {
  font-size: 0.85rem;
  color: var(--text-color);
  line-height: 1.3;
}

.specialization-card {
  border-left: 4px solid var(--primary);
  padding: 1.5rem;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  transition: transform 0.3s, box-shadow 0.3s;
}

.specialization-card:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.specialization-card:nth-child(2) {
  border-left-color: var(--accent-color);
}

.specialization-card:nth-child(3) {
  border-left-color: var(--accent-color-2);
}

.specialization-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1rem;
}

.specialization-card:nth-child(2) .specialization-title {
  color: var(--accent-color);
}

.specialization-card:nth-child(3) .specialization-title {
  color: var(--accent-color-2);
}

.details-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 2.5rem;
  border-radius: 50px;
  background-color: var(--primary);
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  margin-top: 1rem;
}

.details-btn:hover {
  background-color: var(--accent-color);
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(24, 22, 97, 0.2);
}

@media (max-width: 767.98px) {
  .course-stat-item {
    flex: 0 0 calc(50% - 1rem);
  }
  
  .team-image {
    width: 150px;
    height: 150px;
  }
}
/* Додаткові стилі для нових блоків */
.article-card {
  margin-bottom: 3rem;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  background-color: white;
}

.article-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1rem;
}

.article-date {
  font-size: 0.85rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.article-content {
  position: relative;
}

.article-image {
  border-radius: 8px;
  overflow: hidden;
  margin: 1.5rem 0;
}

.article-image.float-start {
  margin-right: 1.5rem;
  margin-left: 0;
  width: 45%;
}

.article-image.float-end {
  margin-left: 1.5rem;
  margin-right: 0;
  width: 45%;
}

.article-image.center-image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.article-read-more {
  color: var(--accent-color);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  transition: color 0.3s;
}

.article-read-more:hover {
  color: var(--primary);
}

.portfolio-item {
  margin-bottom: 4rem;
  position: relative;
}

.portfolio-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.portfolio-image img {
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}

.portfolio-image:hover img {
  transform: scale(1.03);
}

.portfolio-info {
  padding: 1.5rem;
}

.portfolio-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.portfolio-category {
  color: var(--accent-color);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.portfolio-description {
  font-size: 0.95rem;
}

.student-testimonial {
  padding: 2rem;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  position: relative;
}

.student-testimonial::before {
  content: '"';
  font-size: 5rem;
  color: var(--light);
  position: absolute;
  top: -10px;
  left: 20px;
  line-height: 1;
  font-family: serif;
  opacity: 0.5;
}

.testimonial-text {
  font-style: italic;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  font-weight: 600;
  color: var(--primary);
}

.testimonial-course {
  font-size: 0.85rem;
  color: var(--text-color);
}

@media (max-width: 767.98px) {
  .article-image.float-start,
  .article-image.float-end {
    width: 100%;
    margin: 1.5rem 0;
    float: none !important;
  }
  
  .article-image.center-image {
    width: 100%;
  }
}
/* Додаткові стилі для контактного блоку та форми */
.contact-section {
  position: relative;
}

.contact-info {
  margin-bottom: 2rem;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.contact-icon {
  color: var(--primary);
  font-size: 1.5rem;
  margin-right: 1rem;
  flex-shrink: 0;
}

.contact-text {
  flex-grow: 1;
}

.contact-heading {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--primary);
}

.contact-value {
  color: var(--text-color);
}

.map-container {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.form-card {
  background-color: white;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.form-control {
  border-radius: 5px;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(24, 22, 97, 0.1);
}

.form-label {
  font-weight: 500;
  color: var(--accent-color-2);
  margin-bottom: 0.5rem;
}

.required-field::after {
  content: '*';
  color: #dc3545;
  margin-left: 4px;
}

.submit-btn {
  background-color: var(--primary);
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.submit-btn:hover, .submit-btn:focus {
  background-color: var(--accent-color);
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(24, 22, 97, 0.2);
}

.form-text {
  font-size: 0.85rem;
  color: var(--text-color);
  margin-top: 1rem;
}

.invalid-feedback {
  font-size: 0.85rem;
  color: #dc3545;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  display: none;
}

.form-control.is-invalid {
  border-color: #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid + .invalid-feedback {
  display: block;
}

@media (max-width: 767.98px) {
  .contact-info {
    margin-bottom: 3rem;
  }
}
