:root {
  /* =========================
     FONTS
  ========================= */
  --font-site: Georama;
  --font-site-title: Quicksand;

  /* =========================
     COLORS
  ========================= */
  --color-text-primary: #333;
  --color-text-secondary: #fff;
  --color-bg-primary: #fff;
  --color-bg-secondary: #2097d8;

  /* =========================
     TYPOGRAPHY SIZES
  ========================= */
  --font-h1: ;
  --font-h2: ;
  --font-h3: ;
  --font-h4: ;

  /* =========================
     UI ELEMENTS
  ========================= */
  --btn-radius: ;
}



/* REUSABLE CSS */

/* APPOINTMENT STRIP */
.vs-appointment-strip {
  padding: 0;
}

.vs-appointment-strip__inner {
  margin: 30px auto 0;
  padding: 30px 15px 50px;
  border-radius: 20px;
  background: #122636;
  color: #fff;
  text-align: center;
}

.vs-appointment-strip h2 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.vs-appointment-strip p {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.4;
}

.vs-appointment-strip__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.vs-appointment-strip__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 30px;
  background: #fff;
  color: #122636;
  text-decoration: none;
  font-size: 19px;
  transition: all 0.25s ease;
  border-radius: 20px;
}

.vs-appointment-strip__button:hover {
  background: #2097d8;
  color: #fff;
}

.vs-appointment-strip__phone {
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  font-weight: 700;
}

.vs-appointment-strip__phone:hover {
  color: #0397d6;
}

.vs-appointment-strip__inner h2, .vs-appointment-strip__inner h3, .vs-appointment-strip__inner p {
    text-align: center !important;
}

@media (max-width: 575px) {
  .vs-appointment-strip__inner {
    padding: 25px 20px 40px;
  }



  .vs-appointment-strip__actions {
    flex-direction: column;
  }
}

#ry-pg-body {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgb(244 244 244 / 60%) 100%);
}

.mobile-container {
    background: #122636 !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
}


.ry-sticky-menu.fixed {
    box-shadow: 0 2px 2px #616a49;
}
	
.vs-section {
    position: relative;
	padding: 135px 0;
}

.vs-section .bg-section, .vs-section .bg-section img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.hp-welcome .ry-content {
    display: grid;
    grid-template-columns: 640px 480px;
    gap: 160px;
    width: min(1280px, 100%);
    max-width: 100%;
    float: unset;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 30px;
}

.overlink, .overlink a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    cursor: pointer;
    inset: 0;
}

.section-header span {
	font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem);
	text-transform: uppercase;
	color: #2097d8;
	font-family: "Georama";
	text-align: center;
	line-height: NORMAL;
}

.section-header h2 {
	font-size: clamp(2.5rem, 2.1017rem + 1.634vw, 4.0625rem);
	text-transform: uppercase;
	color: #162a3a;
	font-weight: 400;
	text-align: left;
	line-height: normal;
}

@media (max-width: 991px) {
	.section__header h2 {
		line-height: 1.2 !important;
	}
}
.section__text p {
    font-size: 18px;
    line-height: 28px;
    color: var(--color-text-main);
}

.section__cta {
    padding: 60px 0 0;
}

.section__cta div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.section__cta .ry-btn.ry-btn-primary:hover {
    background: #616b49;
}


/* END OF REUSABLE CSS */