.visit-ship {
  text-align: center;
  padding: 12rem 0;
  background: #F7F7F7;
}
.visit-ship__title {
  font-size: 6.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: 'LibreBaskerville-Bold';
}
/**/
.school-group {
  padding: 12rem 0;
}
.school-group .container { 
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.info-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
  border-radius: 8px;
  overflow: hidden;
  gap: 3.5rem;
  padding: 2rem;
}

.info-block.reverse {
  flex-direction: row-reverse;
}

.text {
  flex: 1 1 46%;
}
.image {
  flex: 1 1 46%;
}
.text h2 {
  font-size: 4.8rem;
  color: #021859;
  margin-bottom: 2.5rem;
  font-family: 'LibreBaskerville-Bold';
  font-weight: 700;
  line-height: 100%;
}

.text p {
  color: #021859; 
  margin-bottom: 2.4rem;
  font-size: 2rem;
  line-height: 120%;
  font-family: 'WorkSans';
  font-weight: 400;
}

.text a {
  color: #0b6bbf;
  text-decoration: none;
}

.text a:hover {
  text-decoration: underline;
}
 

.image img {
  width: 100%;
  border-radius: 6px;
  display: block;
  object-fit: cover;
}
/**/
.gallery-slider {
  padding: 12rem 0;
}
.gallery-slider .container {
  position: relative;
}
.gallery-slider .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -9% !important;
}
.gallery-slider h2 {
  font-size: 4.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 4rem;
  font-family: 'LibreBaskerville-Bold';
  text-align: center;
}
.swiperGallery .swiper-slide img {
  width: 100%;
  gap: 2rem;
}
.swiperGallery .swiper-slide {
  gap: 2rem;
} 
/**/
.important-info {
  padding: 12rem 0;
  background: #F7F7F7;
  text-align: center;
}
.important-info__title {
  font-size: 4.8rem;
  color: #021859;
  font-weight: 700;
  margin-bottom: 4rem;
  font-family: 'LibreBaskerville-Bold';
}
.important-info__wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
  
.important-info__card {
  background: #fff;
  border-radius: 1.6rem;
  padding: 3.2rem 2.4rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  flex: 1 1 30%; 
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.important-info__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
} 
.important-info__icon {
  width: 7rem;
  height: 7rem;   
  margin-bottom: 3rem;
}
.important-info__icon svg{
  width: 100%;
  height: 100%;
}
.important-info__card-title {
  font-size: 2.8rem;
  color: #021859;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: 'WorkSans-SemiBold';
}
.important-info__text {
  font-size: 2rem;
  line-height: 120%; 
  color: #021859;
  font-weight: 400;
  margin-bottom: 1rem;
  font-family: 'WorkSans';
}
/**/
.find-us {
  padding: 12rem 0;
}

.find-us .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4rem;
  margin: 0 auto;
}

.map {
  flex: 1 1 45%;
  min-width: 30rem;
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.map iframe {
  width: 100%;
  height: 48rem;
  border: 0;
}

.info {
  flex: 1 1 45%;
}

.info h2 {
  color: #0b2e63;
  margin-bottom: 2.4rem;
  font-weight: 700;
  font-size: 4.8rem;
  font-family: 'LibreBaskerville-Bold';
}

.info-box {
  border: 1px solid #5FCDD9;
  border-radius: 1.6rem;
  padding: 2.4rem;
  background: #F7F7F7;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.item-info-box {
  display: flex;
}
.item-info-box svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.info-box p {
  margin-bottom: 2rem;
  line-height: 100%;
  color: #021859;
  font-weight: 400; 
  font-family: 'WorkSans';
  font-size: 1.8rem;
}
.info-box-title{ 
  color: #021859;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  font-family: 'WorkSans-SemiBold';
  margin-bottom: 1rem;
}
.info-box a {
  color: #021859;
  text-decoration: none;
  font-weight: 500;
}

.info-box a:hover {
  text-decoration: underline;
}
/**/
.links-section {
  background: #F7F7F7;
  padding: 12rem 0px;
}

.links-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem; 
  margin: 0 auto;
}

.link-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 31%;
  padding: 3.2rem 2.4rem;
  border: 1px solid #aee0e8;
  border-radius: 1.6rem;
  background: #fff;
  color: #5FCDD9;
  text-decoration: none; 
  transition: all 0.3s ease;
  font-weight: 700;
  line-height: 100%;
  font-size: 2.8rem;
  font-family: 'LibreBaskerville-Bold';
}
.link-card span {
  color: #021859;
}
.link-card:hover {
  background: #e8f8ff;
  border-color: #66c2e0;
  transform: translateY(-2px);
}

.link-card .arrow { 
  transition: transform 0.3s;
  width: 3.5rem;
  height: 3.5rem;
}
.link-card .arrow svg {
  width: 3.5rem;
  height: 3.5rem;
}

.link-card:hover .arrow {
  transform: translateX(4px);
}
.map__mobile {
  display: none;
}
 















