:root {
  --main-color-1: #194c78;
  --main-color-2: #d2e1ec;
  --main-color-3: #0f283c;
  --light-color: #d7af64;
  --bg-color: #fafaf6;
  --white-color: #ffffff;
  --black-color: #000000;
  --bg-light-blue: #63819d;
  --form-bg: #415c76;
  --r-navy-900: #0f283c;
  --r-navy-700: #194c78;
  --r-navy-500: #2a6ba5;
  --r-navy-300: #63819d;
  --r-navy-100: #d2e1ec;
  --r-navy-50: #e8f0f6;
  --r-gold-700: #b8943a;
  --r-gold-500: #d7af64;
  --r-gold-300: #e5cb92;
  --r-gold-100: #f3e6cc;
  --r-bg-warm: #fafaf6;
  --r-bg-cream: #f5f3ee;
  --r-gray-800: #2f2f30;
  --r-gray-600: #5a5a5c;
  --r-gray-400: #8fa7be;
  --r-gray-200: #c4d3df;
  --r-white: #ffffff;
  --r-color-primary: var(--r-navy-700);
  --r-color-secondary: var(--r-navy-900);
  --r-color-accent: var(--r-gold-500);
  --r-color-surface: var(--r-bg-warm);
  --r-color-text: var(--r-gray-800);
  --r-color-link: var(--r-navy-700);
  --r-color-link-hover: var(--r-gold-500);
  --r-font-primary: 'Open Sans', sans-serif;
  --r-font-display: 'Playfair Display', serif;
  --r-space-1: 0.25rem;
  --r-space-2: 0.5rem;
  --r-space-4: 1rem;
  --r-space-6: 1.5rem;
  --r-space-8: 2rem;
  --r-space-12: 3rem;
  --r-space-16: 4rem;
  --r-space-20: 5rem;
  --r-shadow-sm: 0 1px 3px rgba(15,40,60,0.08);
  --r-shadow-md: 0 4px 12px rgba(15,40,60,0.1);
  --r-shadow-lg: 0 8px 30px rgba(15,40,60,0.12);
  --r-transition: 0.3s ease;
}


/* Font CSS */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");


/* Main CSS */

body {
  padding-top: 110px;
}

.vd-section {
  overflow: hidden;
}

h1,
.fake_h1 {
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
}
h2 {
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
}
h3 {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 0px;
  font-weight: 400;
}
h4 {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 0px;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin-bottom: 0px;
}
div,
p,
span,
li,
a {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vd-container-light {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.vd-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
a:hover {
  text-decoration: none;
}
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
button,
button:active,
button:focus,
button:hover {
  outline: none;
}


/* Footer CSS */

.vd-footer {
  padding: 64px 15px;
  background-color: var(--main-color-3);
}
.vd-footer-menu .menu {
  padding-inline-start: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.vd-footer-menu .menu li {
  margin-bottom: 20px;
}
.vd-footer-menu .menu li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--bg-light-blue);
  transition: 0.3s linear;
}
.vd-footer-menu .menu li a:hover {
  color: var(--white-color);
  text-decoration: none;
  transition: 0.3s linear;
}
.vd-footer-title {
  color: var(--white-color);
  text-align: left;
  margin-bottom: 20px;
}
.vd-footer-description,
.vd-footer-description p {
  font-size: 14px;
  color: var(--bg-light-blue);
  line-height: 1.3;
}
.vd-footer-description a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  color: var(--light-color);
  transition: 0.3s linear;
}
.vd-footer-description a:hover {
  color: var(--white-color);
  text-decoration: none;
  transition: 0.3s linear;
}
.wpcf7 form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.vd-form-line-part {
  width: 100%;
  max-width: calc(50% - 10px);
  margin-bottom: 20px;
}
.vd-form-line-full {
  width: 100%;
  margin-bottom: 20px;
}
.vd-form-item label,
.vd-form-item p {
  margin-bottom: 0px;
}
.vd-form-item label {
  width: 100%;
}
.vd-form-item input,
.vd-form-item textarea {
  width: 100%;
  color: var(--white-color);
  padding: 12px 15px;
  background-color: var(--form-bg);
  border: 2px solid transparent;
  border-radius: 0px;
  border-bottom-color: var(--main-color-2);
}
.vd-form-item input::placeholder,
.vd-form-item textarea::placeholder {
  color: var(--main-color-2);
}
.wpcf7-submit {
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid var(--main-color-2);
  border-radius: 0px;
  color: var(--main-color-2);
  background-color: transparent;
  line-height: 1.5;
  padding: 11px 20px 10px 20px;
  font-weight: 600;
  transition: 0.3s linear;
}
.wpcf7-submit:hover {
  color: var(--white-color);
  text-decoration: none;
  border: 2px solid var(--main-color-1);
  background-color: var(--main-color-1);
  transition: 0.3s linear;
}


/* Header CSS */

.vd-header {
  padding: 0px 15px;
  background-color: var(--bg-color);
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0px;
  left: 0px;
}
.vd-header-logo-wrap {
  padding: 12px 0px;
}
.vd-site-logo {
  opacity: 1;
  transition: 0.3s linear;
}
.vd-site-logo:hover {
  opacity: 0.8;
  transition: 0.3s linear;
}
.vd-site-logo img {
  width: 100%;
  height: auto;
  height: 86px;
  object-fit: contain;
  background-position: center center;
}
.vd-header-left-menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.vd-header-left-menu .vd-menu-items {
  width: calc(100% - 64px);
  justify-content: space-between;
  padding-left: 8px;
}
.vd-menu-items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
  padding-inline-start: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.vd-menu-items li {
  padding: 15px 3px;
}
.vd-menu-items li .vd-header-menu-item {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color-1);
  display: flex;
  padding: 5px 0px;
  border-bottom: 1px solid transparent;
  transition: 0.3s linear;
}
.vd-menu-items li .vd-header-menu-item:hover {
  color: var(--light-color);
  text-decoration: none;
  transition: 0.3s linear;
}
.vd-header-right-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.vd-header-right-menu .vd-menu-items {
  width: 100%;
  max-width: calc(100% - 64px);
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 25px;
}
.vd-lang-panel {
  padding: 20px 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
}
.vd-lang-panel .vd-lang-item {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px 3px;
  color: var(--main-color-1);
  transition: 0.3s linear;
}
.vd-lang-panel .vd-lang-item.active,
.vd-lang-panel .vd-lang-item:hover {
  color: var(--light-color);
  text-decoration: none;
  transition: 0.3s linear;
}
.vd-mobile-panel {
  display: none;
}


/* Home page CSS */

.vd-map-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px;
}
.vd-map-section iframe {
  width: 100%;
}
.vd-banner-section {
  padding: 120px 15px;
  height: 80vh;
  min-height: 450px;
  background-size: cover;
  background-position: center center;
}
.vd-banner-info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.vd-banner-info-wrap h1 {
  color: var(--white-color);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.36);
}
.vd-banner-description {
  color: var(--white-color);
  font-weight: 600;
  font-size: 24px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.36);
}
.vd-blog-section {
  padding: 64px 15px;
  background-color: var(--bg-color);
}
.vd-article-image {
  width: 100%;
  max-width: 40%;
  height: 350px;
  object-fit: cover;
}
.vd-blog-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.vd-blog-section h2 {
  text-align: center;
  font-weight: 600;
  color: var(--main-color-1);
  margin-bottom: 35px;
}
.vd-blog-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 25px 25px;
  border: 2px solid var(--main-color-2);
}
.vd-blog-item-info {
  width: 100%;
  max-width: 60%;
  padding-left: 25px;
}
.vd-blog-item-info h3 {
  color: var(--main-color-1);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
.vd-blog-item-description {
  color: var(--black-color);
  line-height: 1.5;
  margin-bottom: 45px;
}
.vd-blog-item-link {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color-1);
  transition: 0.3s linear;
}
.vd-blog-item-link:hover {
  color: var(--light-color);
  transition: 0.3s linear;
}
.vd-tower-section {
  display: flex;
  flex-direction: column;
  background-color: var(--bg-color);
}

.vd-tower-title {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 0px 25px;
}

.vd-tower-title h1 {
  color: var(--light-color);
  padding: 25px 0;
}

.vd-tower-title h3 {
  color: var(--main-color-1);
  padding: 25px 0;
}

.vd-tower-title h5 {
  color: var(--main-color-1);
  padding: 25px 0;
}

.vd-tower-images {
  display: flex;
  margin-bottom: 40px;
  padding: 0px 25px;
}

.vd-tower-images img {
  height: 371px;
  object-fit: cover;
}

.vd-tower-image {
  position: relative;
  margin-right: 14px;
}

.vd-tower-image:last-child {
  margin-right: 0px;
}

.vd-tower-img-hvr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: var(--white-color);
  display: none;
  pointer-events: none;
  padding-right: 15px;
}

.vd-tower-image:hover .vd-tower-img-hvr {
  display: flex;
}

.vd-tower-btn {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  padding: 0px 25px;
}

.vd-tower-btn a {
  text-decoration: none;
  border: 2px solid rgb(143, 167, 190);
  color: rgb(143, 167, 190);
  padding: 12px;
}

.vd-tower-btn :hover {
  color: var(--white-color);
  background-color: var(--main-color-1);
  border-color: var(--main-color-1);
}

.vd-tower-contact {
  background: var(--main-color-1);
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
}

.vd-tower-contact span {
  word-break: keep-all;
  max-width: 450px;
  text-align: center;
}

.vd-tower-contact-line {
  height: 3px;
  width: 40px;
  background-color: var(--white-color);
  margin: 20px 0px;
}

.vd-tower-contact-btn {
  margin-top: 25px;
}

.vd-tower-contact-btn a {
  text-decoration: none;
  border: 2px solid rgb(202, 211, 191);
  color: rgb(202, 211, 191);
  padding: 10px;
}
.vd-company-banner-section {
  background-color: var(--bg-color);
}

.vd-banner-wrap {
  top: 0;
  right: 0;
  width: 35%;
}

.vd-banner {
  width: 100%;
  max-height: 4800px;
  object-fit: cover;
}

.vd-company-banner-section h1 {
  font-size: 58px;
  color: var(--white-color);
  padding-bottom: 37px;
}

.vd-company-title {
  background-color: var(--main-color-1);
  padding-top: 31px;
}

.vd-company-description-section {
  padding: 25px 15px 0px;
  width: 65%;
}

.vd-company-description-section h3 {
  color: var(--light-color);
  font-size: 44px;
}

.vd-company-description-section h5 span {
  color: var(--main-color-1);
  font-size: 18px;
  font-weight: 700;
}

.vd-company-description-section h5 {
  margin-bottom: 0px;
}

.vd-company-description-wrap {
  max-width: 670px;
  margin-top: 47px;
}

.vd-company-second-description-wrap {
  max-width: 670px;
  margin: 0;
}

.vd-company-description-wrap span {
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 1.5;
  color: #2f2f30;
}

.vd-company-description-wrap a {
  color: var(--light-color);
  font-weight: bold;
  font-style: italic;
}

.vd-company-description-wrap a:hover {
  text-decoration: none;
}

.vd-min-height {
  min-height: 500px;
}

.vd-company-second-description-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.vd-company-second-description-section h5 span {
  color: var(--main-color-1);
  font-size: 18px;
  font-weight: 700;
}

.vd-main-title-section {
  padding: 35px 15px 35px;
  background-color: var(--main-color-1);
  color: var(--white-color);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vd-history-section {
  background-color: var(--bg-color);
}

.vd-history-item {
  padding: 40px 20px;
  gap: 80px;
}

.vd-history-image {
  max-width: 216px;
  max-height: 332px;
  height: 100%;
  object-fit: cover;
}

.vd-margin-3 {
  margin-bottom: 3px;
  max-width: 216px;
  min-height: 332px;
  height: 100%;
  object-fit: cover;
}

.vd-history-big-image {
  max-width: 450px;
}

.vd-history-item-right {
  display: flex;
  width: 50%;
  max-width: 470px;
  padding: 35px 0;
}

.vd-history-item-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--main-color-3);
  width: 50%;
  max-width: 470px;
  padding: 35px 0;
}
.vd-history-item-left h3 {
  font-size: 24px;
  margin: 15px 0px;
}
.vd-history-item-left h1,
.vd-history-item-left h3 {
  color: var(--main-color-1);
  font-weight: 600;
}

.vd-history-item-left div {
  color: var(--black-color);
  line-height: 1.5;
}

.vd-history-item-left a {
  color: var(--light-color);
  font-style: italic;
  font-weight: bold;
}

.vd-image-title {
  font-size: 12px;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.clock-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 10;
}

.vd-main-clock-img {
  width: 150px;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
}
.vd-main-arrows-img {
  width: 150px;
  position: absolute;
}

.vertical-line {
  width: 12px;
  background-color: var(--main-color-1);
}

.vd-hover-title {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 15px;
}

.vd-image-wrap {
  margin-right: 15px;
  margin-bottom: 10px;
}

.vd-height-unset {
  height: unset;
}

.vd-display-none {
  display: none;
}

.vd-hover-title {
  display: none;
}

.vd-image-wrap:hover .vd-display-none,
.vd-image-wrap:hover .vd-hover-title {
  display: flex;
}

.vd-main-title-section h1 {
  font-weight: 600;
}
.vd-section-main {
  padding: 64px 15px 35px 15px;
  background-color: #fafaf6;
}
.vd-reverse-section .row {
  flex-direction: row-reverse;
}
.single-product-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-product-title {
  font-size: 26px;
  margin-bottom: 26px;
  color: var(--main-color-1);
  font-weight: 600;
}
.single-product-description {
  line-height: 1.5;
  margin-bottom: 35px;
}
.single-product-description p {
  line-height: 1.5;
}
.single-product-description a {
  color: #212529;
  text-decoration: underline;
  transition: 0.3s linear;
}
.single-product-description a:hover {
  color: var(--main-color-1);
  text-decoration: underline;
  transition: 0.3s linear;
}
.single-img-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.vd-reverse-section .single-img-wrap {
  justify-content: flex-start;
}
.single-img-wrap img {
  width: 100%;
  max-width: 450px;
  max-height: 550px;
  object-fit: contain;
}
.vd-single-product-title {
  margin-bottom: 26px;
  color: var(--main-color-1);
  font-weight: 600;
}
.single-product-download-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 70px;
}
.single-product-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  color: #000000;
}
.single-product-link:hover {
  color: #000000;
  opacity: 0.7;
}
.single-icon-wrap {
  border: 1px solid;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.single-icon-wrap svg {
  width: 31px;
  height: 31px;
}
.bottom-text-wrap {
  padding: 58px 0 0;
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.bottom-title {
  font-size: 26px;
  margin-bottom: 20px;
  color: var(--main-color-1);
  font-weight: 600;
}
.bottom-description {
  line-height: 1.5;
}
.bottom-description a {
  color: var(--main-color-1);
  font-weight: bold;
}
.bottom-button-wrap {
  margin: 45px 0px;
}
.bottom-button-wrap a {
  border: 2px solid #8fa7be;
  padding: 11px 20px 10px;
  font-weight: 600;
  color: #8fa7be;
  transition: all 0.3s linear;
}
.bottom-button-wrap a:hover {
  background-color: var(--main-color-1);
  color: var(--white-color);
  border-color: var(--main-color-1);
}
.section-bottom {
  padding: 64px 15px;
  background-color: var(--main-color-1);
}
.specials-request-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.vd-specials-request-title {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.specials-request-description {
  max-width: 500px;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-bottom: 35px;
}
.specials-request-divider {
  border-top: 3px solid #fff;
  width: 45px;
  margin: 20px auto;
}
.specials-request-button {
  border: 2px solid #fff;
  padding: 12px 20px 10px;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s linear;
}
.specials-request-button:hover {
  color: var(--main-color-1);
  background-color: #fff;
}
.bottom-button-wrap {
  display: flex;
  justify-content: center;
}
.single-second-product-title {
  font-size: 26px;
  margin-bottom: 26px;
  color: var(--main-color-1);
  font-weight: 600;
}
.single-second-img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.vd-reverse-section .single-second-img-wrap {
  align-items: center;
}
.single-second-product-description {
  margin-bottom: 15px;
  line-height: 1.5;
}
.single-second-product-description p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.single-second-product-description h6 {
  color: var(--main-color-1);
  font-weight: 600;
}
.vd-light-banner-section {
  padding: 35px 15px 35px;
  background-color: var(--main-color-1);
  color: var(--white-color);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vd-banner-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.vd-info-description-wrap p {
  line-height: 1.5;
}
.vd-banner-title h1 {
  font-size: 40px;
  font-weight: 600;
}
.vd-info-description-section {
  padding: 64px 15px;
  background-color: var(--bg-color);
}
.vd-info-description-wrap {
  color: var(--black-color);
}
.vd-info-description-wrap h1,
.vd-info-description-wrap h2,
.vd-info-description-wrap h3,
.vd-info-description-wrap h4,
.vd-info-description-wrap h5 {
  color: var(--main-color-1);
  font-weight: 600;
  margin-bottom: 25px;
}
.vd-info-description-wrap a {
  color: var(--black-color);
  text-decoration: underline;
  transition: 0.3s linear;
}
.vd-info-description-wrap a:hover {
  color: var(--main-color-1);
  text-decoration: underline;
  transition: 0.3s linear;
}
.vd-banner-divider {
  width: 74px;
  height: 3px;
  margin: 15px 0px;
  background-color: var(--white-color);
}
.vd-light-banner-description {
  font-size: 22px;
  font-weight: 600;
  color: var(--main-color-2);
  line-height: 1.5;
  width: 100%;
  max-width: 740px;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vd-contact-form-section {
  padding: 64px 15px;
  background-color: var(--bg-color);
}
.vd-info-description-wrap h4 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.vd-contact-form-section .vd-info-description-wrap a,
.vd-contact-form-section .vd-info-description-wrap a span {
  color: var(--main-color-1);
  font-weight: 600;
  text-decoration: none;
  opacity: 1;
}
.vd-contact-form-section .vd-info-description-wrap a:hover {
  color: var(--main-color-1);
  text-decoration: none;
  opacity: 0.7;
}
.vd-product-description-wrap h1,
.vd-product-description-wrap h2,
.vd-product-description-wrap h3,
.vd-product-description-wrap h4,
.vd-product-description-wrap h5 {
  color: var(--main-color-1);
  font-weight: 600;
  margin: 32px 0px 25px 0px;
}
.vd-product-description-wrap h3 {
  font-size: 26px;
}
.vd-light-form-wrap .vd-form-item input,
.vd-light-form-wrap .vd-form-item textarea {
  color: var(--main-color-3);
  background-color: var(--main-color-2);
  border-bottom-color: var(--main-color-1);
}
.vd-light-form-wrap .vd-form-item input::placeholder,
.vd-light-form-wrap .vd-form-item textarea::placeholder {
  color: var(--main-color-1);
}
.vd-form-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--main-color-1);
  margin-bottom: 20px;
}
.vd-light-form-wrap .wpcf7-submit {
  border: 2px solid var(--main-color-1);
  color: var(--main-color-1);
}
.vd-light-form-wrap .wpcf7-submit:hover {
  color: var(--white-color);
}
.vd-gallery-wrap {
  padding: 35px 0px 0px 0px;
}
.vd-gallery-wrap img {
  max-width: 100%;
}
.vd-gallery-item {
  opacity: 1;
  transition: 0.3s linear;
}
.vd-gallery-item:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s linear;
}
.masonry-container {
  width: 100%;
  margin: 0 auto;
}
.masonry-item {
  width: calc(33.333% - 5px);
  margin-bottom: 8px;
  break-inside: avoid;
}
.vd-light-link {
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid var(--main-color-1);
  border-radius: 0px;
  color: var(--main-color-1);
  background-color: transparent;
  line-height: 1.5;
  padding: 11px 20px 10px 20px;
  font-weight: 600;
  transition: 0.3s linear;
}
.vd-light-link:hover {
  color: var(--white-color);
  text-decoration: none;
  border: 2px solid var(--main-color-1);
  background-color: var(--main-color-1);
  transition: 0.3s linear;
}
.vd-archive-link-wrap {
  padding: 45px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vd-text-info-wrap {
  line-height: 1.5;
  margin-bottom: 45px;
}
.vd-tv-archive-variation .vd-blog-list {
  margin-bottom: 45px;
}
.vd-info-description-wrap ul {
  padding-inline-start: 25px;
}
.vd-press-archive-title {
  color: var(--main-color-1);
  font-weight: 600;
  margin-bottom: 45px;
}
.vd-press-list {
  display: grid;
  grid-auto-columns: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px 25px;
}
.vd-press-list .vd-gallery-item img {
  width: 100%;
  aspect-ratio: 10 / 7;
  object-fit: cover;
  margin-bottom: 15px;
}
.vd-press-list .vd-gallery-item .vd-gallery-title {
  width: 100%;
  text-align: center;
  color: var(--main-color-1);
  margin-bottom: 3px;
}
.vd-press-list .vd-gallery-item .vd-gallery-description {
  font-size: 12px;
  text-align: center;
  color: var(--black-color);
  line-height: 1.5;
}
.vd-description-panel-section {
  padding: 64px 15px;
  background-color: var(--bg-color);
  position: relative;
  min-height: 430px;
}
.vd-description-panel-info {
  width: 100%;
  max-width: 580px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.vd-description-panel-image {
  width: 100%;
  max-width: 34%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  object-fit: cover;
}
.vd-description-panel-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--main-color-1);
  line-height: 1.5;
  margin-bottom: 15px;
}
.vd-description-panel-main-info p {
  font-size: 22px;
  font-weight: 400;
  color: var(--main-color-1);
  line-height: 1.5;
}
.vd-category-list-section {
  padding: 64px 15px;
  background-color: var(--bg-color);
}
.vd-category-list-title {
  color: var(--main-color-1);
  font-weight: 600;
  margin-bottom: 35px;
}
.vd-category-list-info-item {
  width: 100%;
  max-width: 50%;
}
.vd-category-list-info-item p {
  line-height: 1.5;
}
.vd-category-list-description-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 35px;
  margin-bottom: 64px;
}
.vd-single-cart-description {
  text-align: center;
  color: #212529;
  line-height: 1.5;
  margin-bottom: 3px;
}
.vd-single-cart-description:hover {
  color: #212529;
}
.vd-single-block-cart {
  display: flex;
  flex-direction: column;
  min-height: 290px;
  width: 100%;
  max-width: 33.3%;
  padding: 0px 15px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 45px;
  opacity: 1;
  transition: 0.3s linear;
}
.vd-single-block-cart:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}
.vd-cart-block-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.vd-single-cart-title {
  font-size: 22px;
  margin-bottom: 8px;
  color: var(--main-color-1);
  font-weight: 600;
}
.vd-single-block-link {
  color: var(--main-color-1);
  font-weight: 600;
}
.vd-single-block-link:hover {
  color: var(--light-color);
}
.vd-single-block-icon-link img {
  width: 95px;
  height: 95px;
}
.vd-single-block-icon-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.vd-info-description-wrap img {
  width: 100%;
  border-radius: 5px;
  max-height: 650px;
  object-fit: cover;
}
.vd-single-image-slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.vd-product-slider-wrap {
  padding: 0px 0px 0px 45px;
}
.vd-section-main.vd-reverse-section .vd-product-slider-wrap {
  padding: 0px 45px 0px 0px;
}
.vd-product-slider-wrap .vd-product-slider {
  position: relative;
}
.vd-slick-prev,
.vd-slick-next {
  width: 45px;
  height: 45px;
  color: var(--main-color-2);
  font-size: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.3s linear;
}
.vd-slick-prev:hover,
.vd-slick-next:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}
.vd-slick-prev {
  left: 15px;
}
.vd-slick-next {
  right: 15px;
}
.vd-reviews-section {
  padding: 64px 15px;
  background-color: var(--main-color-3);
}
.vd-reviews-title {
  color: var(--light-color);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 35px;
}
.vd-reviews-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.vd-reviews-info-wrap .vd-reviews-description {
  font-size: 22px;
  font-weight: 600;
  color: var(--main-color-2);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}
.vd-reviews-info-wrap .vd-reviews-author {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color-2);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 64px;
}
.vd-reviews-info-wrap .vd-reviews-link {
  color: var(--light-color);
  font-weight: 600;
  font-size: 16px;
  border: 3px solid var(--light-color);
  padding: 15px 25px;
  text-align: center;
  display: flex;
  width: 100%;
  max-width: 320px;
  line-height: 1.5;
  transition: 0.3s linear;
}
.vd-reviews-info-wrap .vd-reviews-link:hover {
  color: var(--white-color);
  text-decoration: none;
  background-color: var(--light-color);
  transition: 0.3s linear;
}
.vd-reviews-info-wrap .vd-reviews-info-image {
  width: 100%;
  max-width: 35%;
}
.vd-reviews-info-wrap .vd-reviews-info-image img {
  width: 100%;
}
.vd-reviews-info-wrap .vd-reviews-info-content {
  width: 100%;
  max-width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vd-service-slider-section {
  padding: 64px 15px;
  background-color: var(--bg-color);
}
.vd-service-slider-item {
  padding: 0px 6px;
}
.vd-service-slider-item img {
  width: 100%;
  aspect-ratio: 10 / 15;
  object-fit: cover;
}
.vd-service-slider-item h3 {
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: var(--black-color);
  padding-top: 12px;
}
.vd-service-slider-title-col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.vd-service-slider-title {
  color: var(--main-color-1);
  font-weight: 600;
  line-height: 1.5;
  max-width: 350px;
}
.vd-service-slider-link-wrap {
  padding-top: 35px;
}
.vd-service-slider-link {
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color-1);
  line-height: 1.5;
  transition: 0.3s linear;
}
.vd-service-slider-link:hover {
  color: var(--light-color);
  text-decoration: none;
  transition: 0.3s linear;
}
.vd-service-slider-section .vd-slick-prev,
.vd-service-slider-section .vd-slick-next {
  top: 45%;
}
.vd-service-slider-item {
  opacity: 1;
  transition: 0.3s linear;
}
.vd-service-slider-item:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}
.vd-service-list-section {
  padding: 45px 15px 64px 15px;
  background-color: var(--bg-color);
}
.vd-service-list-section .vd-service-list-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.vd-service-list-section .vd-service-list-item.vd-reverse-service-item {
  flex-direction: row-reverse;
}
.vd-service-list-image-wrap {
  position: relative;
  width: 100%;
  max-width: 55%;
  height: 350px;
}
.vd-service-list-image-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.vd-service-list-title {
  position: relative;
  z-index: 3;
}
.vd-service-list-content-wrap {
  width: 100%;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 45px;
}
.vd-service-list-description {
  font-size: 24px;
  color: var(--main-color-1);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}
.vd-service-list-link {
  font-size: 18px;
  color: var(--main-color-1);
  line-height: 1.5;
  text-align: center;
  transition: 0.3s linear;
}
.vd-service-list-link:hover {
  color: var(--light-color);
  text-decoration: none;
  transition: 0.3s linear;
}
.vd-service-list-title {
  font-size: 40px;
  padding: 18px 25px;
  color: var(--white-color);
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.36);
  text-align: left;
}
.vd-service-list-item.vd-reverse-service-item .vd-service-list-title {
  text-align: right;
}
.vd-place-images button,
.vd-place-images button:hover,
.vd-place-images button:focus,
.vd-place-images button:active {
  outline: none;
}
.trp-language-switcher-container {
  max-width: 1px;
  max-height: 1px;
  opacity: 0;
}
.vd-menu-item-wrap {
  position: relative;
}
.vd-menu-subitems {
  display: none;
  padding-inline-start: 0px;
  list-style: none;
  position: absolute;
  top: 63px;
  left: 0px;
  background-color: var(--bg-color);
  padding: 15px 15px;
  width: 500px;
  border-top: 1px solid var(--main-color-1);
}
.vd-menu-item-wrap:hover .vd-menu-subitems {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.vd-product-submenu {
  width: 100vw;
  max-width: 1424px;
  position: fixed;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--bg-color);
  padding: 15px 45px 25px 45px;
  border-top: 1px solid var(--main-color-1);
  display: none;
}
.vd-menu-item-wrap:hover .vd-product-submenu {
  display: block;
}
.vd-product-submenu .menu {
  width: 100%;
  padding-inline-start: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 45px;
  padding: 12px 80px;
}
.vd-product-submenu .menu li a {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color-1);
  padding: 5px 0px;
  border-bottom: 1px solid transparent;
  transition: 0.3s linear;
}
.vd-product-submenu .menu li a:hover {
  color: var(--light-color);
  text-decoration: none;
  transition: 0.3s linear;
}
.vd-product-submenu .menu li .sub-menu {
  padding-top: 12px;
  padding-inline-start: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.vd-product-submenu .menu li .sub-menu li {
  padding: 12px 0px;
}
.vd-product-submenu .menu li .sub-menu li a {
  font-weight: 400;
}
.vd-info-description-section.vd-products-variation .vd-gallery-wrap {
  padding-top: 0px;
}
.vd-mobile-menu-trigger .vd-open-menu,
.vd-mobile-menu-trigger.active .vd-hide-menu {
  display: block;
}
.vd-mobile-menu-trigger .vd-hide-menu,
.vd-mobile-menu-trigger.active .vd-open-menu {
  display: none;
}
.vd-mobile-menu-wrap {
  display: none;
  position: absolute;
  width: 100vw;
  height: calc(100vh - 88px);
  top: 88px;
  left: 0px;
  background-color: var(--bg-color);
  padding: 25px 25px 25px 25px;
}
.vd-mobile-menu-wrap.active {
  display: flex;
}
.vd-mobile-menu-wrap .menu {
  width: 100%;
  padding-inline-start: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.vd-mobile-menu-wrap .d-flex {
  width: 100%;
}
.vd-mobile-menu-wrap .menu li .sub-menu {
  display: none;
}
.vd-mobile-menu-wrap .menu li:hover > .sub-menu {
  display: block;
  list-style: none;
  padding-inline-start: 18px;
}
.vd-mobile-menu-wrap .menu li {
  position: relative;
}
.vd-mobile-menu-wrap .menu li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color-1);
  display: flex;
  padding: 5px 25px 5px 0px;
  border-bottom: 1px solid transparent;
  transition: 0.3s linear;
  margin-bottom: 5px;
}
.vd-mobile-menu-wrap .menu li a:hover {
  color: var(--light-color);
  text-decoration: none;
  transition: 0.3s linear;
}
.vd-mobile-menu-wrap .menu li .menu-arrow {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 7px;
  right: 0px;
  background-image: url("../image/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: 0.3s linear;
}
.vd-mobile-menu-wrap .menu li:hover > .menu-arrow {
  transform: rotate(90deg);
  transition: 0.3s linear;
}
.vd-menu-items .g-lang-panel {
  padding: 0px 0px;
}

/* New styles */

.rv-a {
  background: var(--r-navy-900);
  padding: 80px 15px;
}
.rv-a__container {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 60px;
  align-items: center;
}
.rv-a__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.rv-a__slogans {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.rv-a__slogan {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.15;
  position: relative;
  padding-left: 24px;
}
.rv-a__slogan::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 64%;
  background: var(--r-gold-500);
  border-radius: 2px;
}
.rv-a__slogan:nth-child(2)::before {
  opacity: 0.7;
}
.rv-a__slogan:nth-child(3)::before {
  opacity: 0.4;
}
.rv-a__divider {
  width: 60px;
  height: 2px;
  background: var(--r-gold-500);
  margin-bottom: 28px;
}
.rv-a__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--r-navy-100);
  max-width: 560px;
  margin-bottom: 36px;
}
.rv-a__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--r-font-primary);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--r-gold-500);
  text-decoration: none;
  border: 2px solid var(--r-gold-500);
  padding: 14px 28px;
  transition: var(--r-transition);
}
.rv-a__link:hover {
  background: var(--r-gold-500);
  color: var(--r-white);
}
.rv-a__link svg {
  transition: transform 0.3s ease;
}
.rv-a__link:hover svg {
  transform: translateX(4px);
}
.rv-a__image-wrap {
  position: relative;
}
.rv-a__image {
  width: 350px;
  max-width: 100%;
  object-fit: cover;
  display: block;
}
.rv-a__image-wrap::after {
  content: '';
  position: absolute;
  top: -12px;
  right: -12px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--r-gold-500);
  opacity: 0.4;
  pointer-events: none;
}
.rs-b {
  background: #fafaf6;
  padding: 80px 15px;
}
.rs-b__container {
  max-width: 1024px;
  margin: 0 auto;
}
.rs-b__header {
  text-align: center;
  margin-bottom: 56px;
}
.rs-b__label {
  font-family: var(--r-font-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--r-gold-700);
  margin-bottom: 12px;
}
.rs-b__title {
  font-weight: 600;
  color: var(--r-navy-900);
  line-height: 1.3;
  margin: 0 auto;
}
.rs-b__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.rs-b__card {
  background: var(--r-white);
  box-shadow: var(--r-shadow-sm);
  transition: var(--r-transition);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.rs-b__card:hover {
  box-shadow: var(--r-shadow-md);
  transform: translateY(-3px);
}
.rs-b__card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.rs-b__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.rs-b__card:hover .rs-b__card-img {
  transform: scale(1.04);
}
.rs-b__card-num {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-family: var(--r-font-display);
  font-size: 32px;
  font-weight: 400;
  font-style: italic;
  color: var(--r-white);
  line-height: 1;
  text-shadow: 0 2px 8px rgba(15,40,60,0.4);
}
.rs-b__card-body {
  padding: 24px 24px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rs-b__card-title {
  font-family: var(--r-font-primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--r-navy-700);
  margin-bottom: 14px;
}
.rs-b__card-text {
  font-size: 15px;
  line-height: 1.5;
  color: var(--r-gray-600);
  margin-bottom: 24px;
  flex: 1;
}
.rs-b__card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--r-font-primary);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--r-navy-700);
  text-decoration: none;
  border: 2px solid var(--r-gray-200);
  padding: 10px 20px;
  transition: var(--r-transition);
  align-self: center;
}
.rs-b__card-link:hover {
  border-color: var(--r-navy-700);
  background: var(--r-navy-700);
  color: var(--r-white);
}
.rs-b__card-link svg {
  transition: transform 0.3s ease;
}
.rs-b__card-link:hover svg {
  transform: translateX(3px);
}
.rg {
  background: var(--r-navy-900);
  padding: 80px 15px;
  overflow: hidden;
}
.rg__header {
  max-width: 1024px;
  margin: 0 auto 40px;
  text-align: center;
}
.rg__label {
  font-family: var(--r-font-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--r-gold-700);
  margin-bottom: 12px;
}
.rg__title {
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  max-width: 650px;
  margin: 0 auto;
}
.rg__slider {
  position: relative;
}
.rg__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 0;
}
.rg__track::-webkit-scrollbar {
  display: none;
}
.rg__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
.rg__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 0;
}
.rg__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease, filter 0.3s ease;
}
.rg__item:hover img {
  transform: scale(1.05);
}
.rg__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15,40,60,0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.rg__item:hover::after {
  opacity: 1;
}
.rg__item-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 48px;
  height: 48px;
  background: rgba(15,40,60,0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
.rg__item:hover .rg__item-zoom {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.rg__item-zoom svg {
  width: 20px;
  height: 20px;
  stroke: var(--r-white);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rg__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: var(--r-white);
  border: 1px solid var(--r-gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--r-transition);
  z-index: 10;
  padding: 0;
}
.rg__arrow:hover {
  background: var(--r-navy-900);
  border-color: var(--r-navy-900);
}
.rg__arrow svg {
  width: 18px;
  height: 18px;
  stroke: var(--r-navy-900);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s ease;
}
.rg__arrow:hover svg {
  stroke: var(--r-white);
}
.rg__arrow--prev {
  left: 8px;
}
.rg__arrow--next {
  right: 8px;
}
.rg__arrow:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.rg-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.rg-lightbox.is-open {
  display: flex;
}
.rg-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15,40,60,0.92);
  animation: rgFadeIn 0.3s ease;
}
.rg-lightbox__content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: rgSlideUp 0.35s ease;
}
.rg-lightbox__img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  display: block;
  box-shadow: 0 12px 48px rgba(0,0,0,0.4);
}
.rg-lightbox__caption {
  margin-top: 20px;
  font-family: var(--r-font-primary);
  font-size: 16px;
  font-weight: 400;
  color: var(--r-navy-100);
  text-align: center;
  max-width: 600px;
  line-height: 1.5;
}
.rg-lightbox__counter {
  margin-top: 8px;
  font-family: var(--r-font-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--r-gray-400);
}
.rg-lightbox__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--r-transition);
  padding: 0;
}
.rg-lightbox__close:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.4);
}
.rg-lightbox__close svg {
  width: 18px;
  height: 18px;
  stroke: var(--r-white);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}
.rg-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--r-transition);
  z-index: 2;
  padding: 0;
}
.rg-lightbox__nav:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.3);
}
.rg-lightbox__nav svg {
  width: 20px;
  height: 20px;
  stroke: var(--r-white);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rg-lightbox__nav--prev {
  left: -72px;
}
.rg-lightbox__nav--next {
  right: -72px;
}

@keyframes rgFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes rgSlideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.rp-a {
  background: #fafaf6;
  padding: 80px 15px;
}
.rp-a__container {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.rp-a__title {
  font-weight: 600;
  color: var(--r-navy-900);
  line-height: 1.15;
  margin-bottom: 24px;
}
.rp-a__text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--r-gray-600);
  max-width: 560px;
  margin: 0 auto 40px;
}
.rp-a__links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.rp-a__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--r-font-primary);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  transition: var(--r-transition);
}
.rp-a__link--primary {
  background: var(--r-navy-700);
  color: var(--r-white);
  border: 2px solid var(--r-navy-700);
}
.rp-a__link--primary:hover {
  background: var(--r-navy-900);
  text-decoration: none;
  color: var(--r-white);
  border-color: var(--r-navy-900);
}
.rp-a__link--outline {
  background: transparent;
  color: var(--r-navy-700);
  border: 2px solid var(--r-gray-200);
}
.rp-a__link--outline:hover {
  border-color: var(--r-navy-700);
  background: var(--r-navy-700);
  color: var(--r-white);
}
.rp-a__link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}
.rp-a__link:hover svg {
  transform: translateX(3px);
}
.v2-video-section {
  padding: 64px 15px;
  background-color: var(--r-bg-warm);
  overflow: hidden;
}
.v2-container {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.v2-header {
  text-align: center;
  margin-bottom: 40px;
}
.v2-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--r-gold-500);
  font-weight: 600;
  margin-bottom: 12px;
}
.v2-title {
  font-family: var(--r-font-display);
  font-size: 36px;
  font-weight: 500;
  color: var(--r-navy-700);
  line-height: 1.2;
  margin-bottom: 12px;
}
.v2-subtitle {
  font-size: 18px;
  color: var(--r-gray-600);
  line-height: 1.5;
  max-width: 580px;
  margin: 0 auto;
}
.v2-player-frame {
  position: relative;
  border: 1px solid var(--r-navy-100);
  background: var(--r-white);
  padding: 12px;
  box-shadow: var(--r-shadow-md);
}
.v2-player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: var(--r-navy-900);
  overflow: hidden;
}
.v2-player iframe,
.v2-player video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}
/* Play overlay */
.v2-play-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(15,40,60,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--r-transition);
  z-index: 2;
}
.v2-play-overlay:hover { background: rgba(15,40,60,0.35); }
.v2-play-ring {
  width: 88px;
  height: 88px;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--r-transition);
}
.v2-play-overlay:hover .v2-play-ring {
  border-color: var(--r-gold-500);
  transform: scale(1.06);
  box-shadow: 0 0 0 12px rgba(215,175,100,0.12);
}
.v2-play-inner {
  width: 64px;
  height: 64px;
  background: var(--r-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--r-transition);
}
.v2-play-overlay:hover .v2-play-inner { background: var(--r-gold-500); }
.v2-play-inner svg {
  width: 24px; height: 24px;
  fill: var(--r-navy-700);
  margin-left: 3px;
  transition: var(--r-transition);
}
.v2-play-overlay:hover .v2-play-inner svg { fill: var(--r-white); }
.v2-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 4px 0;
}
.v2-caption-text {
  font-size: 14px;
  color: var(--r-gray-600);
  line-height: 1.4;
}
.v2-caption-text strong {
  color: var(--r-navy-700);
  font-weight: 600;
}
.v2-duration {
  font-size: 13px;
  color: var(--r-gray-400);
  white-space: nowrap;
  padding-left: 16px;
}
.play-svg {
  display: inline-block;
}
.vd-bg-warm { background-color: var(--bg-color); }
.vd-bg-navy { background-color: var(--main-color-3); }
.vd-text-white { color: var(--white-color) !important; }
.vd-text-center { text-align: center; }

.vd-subpages-section {
  padding: 80px 15px;
}
.vd-subpages-header {
  margin-bottom: 48px;
}
.vd-subpages-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--light-color);
  font-weight: 700;
  margin-bottom: 12px;
}
.vd-subpages-title {
  color: var(--main-color-1);
  font-weight: 600;
}
.vd-divider-gold {
  width: 60px;
  height: 3px;
  background-color: var(--light-color);
  margin: 20px auto 0;
}
.vd-subpages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.vd-subpage-card {
  background: var(--white-color);
  padding: 40px 30px;
  box-shadow: var(--r-shadow-sm);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.3s ease;
  border-top: 4px solid transparent;
}
.vd-subpage-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--r-shadow-md);
  border-top-color: var(--main-color-1);
}
.vd-blog-section.vd-tv-variation {
  background-color: #ffffff;
}
.vd-subpage-card-content {
  margin-bottom: 30px;
}
.vd-subpage-title {
  font-size: 24px;
  color: var(--main-color-1);
  font-weight: 600;
  margin-bottom: 16px;
}
.vd-subpage-excerpt {
  color: var(--black-color);
  line-height: 1.5;
}
.vd-subpage-card-dark {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}
.vd-subpage-card-dark:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--light-color);
}
.vd-subpage-title-gold {
  font-size: 24px;
  color: var(--light-color);
  font-weight: 600;
  margin-bottom: 16px;
}
.vd-subpage-excerpt-light {
  color: var(--main-color-2);
  line-height: 1.5;
  margin-bottom: 30px;
}

.vd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--r-font-primary);
  font-weight: 600;
  font-size: 16px;
  padding: 11px 20px 10px;
  border: 2px solid;
  cursor: pointer;
  transition: var(--r-transition);
  text-decoration: none;
  line-height: 1.5;
  border-radius: 0;
}
.vd-btn-primary {
  background: transparent;
  border-color: var(--main-color-1);
  color: var(--main-color-1);
}
.vd-btn-primary:hover {
  background: var(--main-color-1);
  color: var(--white-color);
  text-decoration: none;
}
.vd-btn-gold {
  background: transparent;
  border-color: var(--light-color);
  color: var(--light-color);
}
.vd-btn-gold:hover {
  background: var(--light-color);
  color: var(--white-color);
  text-decoration: none;
}

/* TV Archive Classes */

.vd-tv-description-section {
  padding-bottom: 0;
}
.vd-tv-description-wrap {
  margin-bottom: 0px;
}
.vd-tv-archive-section {
  padding: 64px 15px;
}
.vd-tv-card-btn-wrap {
  margin-top: auto;
}
.vd-tv-card-btn {
  font-size: 14px;
  padding: 8px 16px;
}


/* TV Archive Grid */

.vd-tv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.vd-tv-card {
  display: flex;
  flex-direction: column;
  background: var(--white-color);
  box-shadow: var(--r-shadow-sm);
  transition: all 0.3s ease;
  height: 100%;
  border-top: 4px solid transparent;
  text-decoration: none !important;
}
.vd-tv-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--r-shadow-md);
  border-top-color: var(--main-color-1);
}
.vd-tv-card-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.vd-tv-card-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.vd-tv-card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--main-color-1);
}
.vd-tv-card-excerpt {
  line-height: 1.5;
  margin-bottom: 25px;
  flex-grow: 1;
  color: var(--black-color);
}

@media (max-width: 991px) {
  .vd-subpages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vd-tv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .vd-subpages-grid {
    grid-template-columns: 1fr;
  }
  .vd-tv-grid {
    grid-template-columns: 1fr;
  }
}

.vd-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.vd-hover-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}
.vd-hover-number span {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
}

.vd-gallery-item:hover .vd-hover-number {
    opacity: 1;
}

.vd-special-image-item:hover {
    opacity: 1!important;
}

.fancybox__caption {
	text-align: center;
}

.fancybox__caption a {
	color: #ffffff;
    text-decoration: underline;
    font-style: italic;
}


/* Footer Social Networks */
.vd-footer-socials {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.vd-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--bg-light-blue);
  border-radius: 50%;
  color: var(--bg-light-blue);
  background-color: transparent;
  transition: var(--r-transition);
}

.vd-social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: var(--r-transition);
}

.vd-social-link:hover {
  border-color: var(--light-color);
  background-color: var(--light-color);
  color: var(--white-color);
  transform: translateY(-3px);
  box-shadow: var(--r-shadow-sm);
}


/* Temporary CSS */

.vd-hide-element {
  display: none!important;
}