/* Fonts */

.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-antique-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpmincho-regular {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}

/* CSS Variables */
:root {
  --gold-color: #978100ff;
}

/* General styles */

html {
  font-size: 1.0em;
  line-height: 1.4;
  height: 100%;
  margin: 0;
}

body { 
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  font-family: "BIZ UDPMincho", serif;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  html, body {
    font-size: min(1.1em, 19px) !important;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1699px) {
  html, body {
    font-size: min(1.15em, 19px) !important;
  }
}

@media screen and (min-width: 1700px) and (max-width: 1999px) {
  html, body {
    font-size: min(1.2em, 19px) !important;
  }
}

@media screen and (min-width: 2000px) {
  html, body {
    font-size: min(1.23em, 19px) !important;
  }
}

.content { 
  flex: 1 0 auto;
}

::-moz-selection {
  background: #bbdcf8;
  text-shadow: none;
}

::selection {
  background: #bbdcf8;
  text-shadow: none;
}

img { 
  max-width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

a {
  color: #6392C0;
  text-decoration: none;
}

section { 
  padding: 3.5vw 0;
}

section.main-banner { 
  padding: 200px 0 14vw 0;
  background-image: url('../img/bg-main-optimized.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1700px) {
  section.main-banner { 
    padding: 155px 0 10vw 0;
  }
}

@media screen and (max-width: 1200px) {
  section.main-banner { 
    padding: 155px 0 10vw 0;
  }
}

@media screen and (max-width: 991px) {
  section.main-banner { 
    padding: 30px 0 15vw 0;
  }
  
}

@media screen and (max-width: 768px) {
  section.main-banner { 
    padding: 20px 0 15vw 0;
  }
  
}

section.main-banner img { 
  position: relative;
  z-index: 10;
}

section.first-block {
  padding-top: 200px;
}

@media screen and (max-width: 1700px) {
  section.first-block { 
    padding-top: 155px;
  }
}

@media screen and (max-width: 1200px) {
  section.first-block { 
    padding-top: 155px;
  }
}

@media screen and (max-width: 991px) {
  section.first-block { 
    padding-top: 30px;
  }
}


section.bg-curve {
  background-image: url('../img/bg-curve.svg');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 21vw;
  margin-top: -27.3vw;
  z-index: 9;
  position: relative;
  padding-bottom: 7vw;
}

section.bg-curve-footer {
  background-image: url('../img/bg-curve-flipped.svg'), url('../img/bg-image-2.jpg');
  background-size: 100% auto, cover;
  background-position: top left, top center;
  background-repeat: no-repeat, no-repeat;
}

section.bg-curve-footer-blue {
  background-image: url('../img/bg-curve-flipped-blue.svg'), url('../img/bg-image-2.jpg');
  background-size: 100% auto, cover;
  background-position: top left, top center;
  background-repeat: no-repeat, no-repeat;
}

.top-bar {
  padding: 10px 0 10px 0;
  color: #6392C0;
  font-size: 0.9rem;
}

.top-bar a {
  color: #6392C0;
  text-decoration: none;
}

header { 
  color: #000;
  padding: 0 20px 20px 20px;
  color: #6392C0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  header { 
  padding: 0 0px 20px 20px;
  }
  
}

header .container-fluid { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

header .logo a { 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.4rem;
  color: #6392C0;
  text-decoration: none;
}

header .logo a img {
  width: 300px;
  height: auto;
}


header .logo a small { 
  font-size: 0.9rem;
}

header .global-nav { 
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav { 
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav ul {
  list-style: none;
  display: flex;
  gap: 27px;
  margin: 0;
}

header nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

header nav ul li a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  text-decoration: none;
  color: #6392C0;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

header nav ul li a:hover {
  color: #42607f;
}

header nav ul li a.active {
  color: #000;
}

header nav ul li a small { 
  font-family: "Marcellus", serif;
  color: var(--gold-color);
}

/* Dropdown menu styles */
header nav .dropdown-parent {
  position: relative;
  padding-right: 20px;
}

header nav .dropdown-toggle {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}

/* Hide any default dropdown arrows from other CSS */
header nav .dropdown-toggle::after,
header nav .dropdown-toggle::before {
  display: none !important;
  content: none !important;
}

header nav .dropdown-arrow {
  transition: transform 0.2s ease;
  width: 10px;
  height: 10px;
  fill: #6392C0;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

header nav .dropdown-parent:hover .dropdown-arrow {
  transform: translateY(-50%) rotate(180deg);
}

header nav .dropdown-parent .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-10px) !important;
  transition: all 0.3s ease !important;
  z-index: 1000 !important;
  min-width: 200px !important;
  padding: 10px 0 !important;
  list-style: none !important;
  margin: 0 !important;
  pointer-events: none !important;
  display: block !important;
}

header nav .dropdown-parent:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

header nav .dropdown-parent .dropdown-menu li {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  gap: 0 !important;
}

header nav .dropdown-parent .dropdown-menu li a {
  padding: 10px 20px !important;
  color: #6392C0 !important;
  font-size: 0.9rem !important;
  font-weight: normal !important;
  white-space: nowrap !important;
  display: block !important;
  border-bottom: none !important;
  transition: background-color 0.2s ease !important;
  text-decoration: none !important;
  align-items: flex-start !important;
  flex-direction: column !important;
}

header nav .dropdown-parent .dropdown-menu li a:hover {
  background-color: #f8f9fa !important;
  color: #42607f !important;
}

header nav .dropdown-parent .dropdown-menu li:last-child a {
  border-bottom: none !important;
}


@media screen and (max-width: 991px) {

  /* Mobile hamburger menu button */
  .navbar-toggler {
    border: none;
    background: none;
    padding: 4px;
    margin-left: 15px;
    z-index: 10000;
    padding: 10px;
    position: relative;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler-icon {
    background-image: none;
    width: 30px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    background: #6392C0;
    height: 3px;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background: #6392C0;
    transition: .5s ease-in-out;
  }

  .navbar-toggler.open .navbar-toggler-icon,
  .navbar-toggler.open .navbar-toggler-icon::before,
  .navbar-toggler.open .navbar-toggler-icon::after {
    background: #ffffff !important;
  }

  .navbar-toggler-icon::before {
    top: -8px;
  }

  .navbar-toggler-icon::after {
    top: 8px;
  }

  /* Hamburger animation when open */
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    background: #fff;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    top: 0;
    transform: rotate(-45deg);
  }
              
  header {
    position: relative;
  }

  header .global-nav {
    display: flex; 
    justify-content: center;
    align-items: center;
  }
  
  header nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(99, 146, 192, 0.9);
    backdrop-filter: blur(5px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease;
    right: -100%;
  }
  
  header nav.open {
    right: 0;
  }
  
  header nav ul {
    padding: 0;
    flex-direction: column;
    gap: 40px;
  }

  header nav ul li { 
    align-items: flex-start;
  }
  
  header nav ul li a {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
  }
  
  header nav ul li a:hover {
    color: #F9F5EF;
  }
  
  header nav ul li a.active {
    color: #F9F5EF;
  }

  /* Make small English text white on mobile */
  header nav ul li a small {
    color: #fff !important;
  }

  /* Mobile dropdown menu styles */
  header nav .dropdown-parent {
    width: 100%;
  }

  header nav .dropdown-parent .dropdown-toggle {
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    text-align: left;
  }

  header nav .dropdown-parent .dropdown-arrow {
    position: static;
    transform: none;
    margin-left: 0;
    margin-top: 5px;
    width: 14px;
    height: 14px;
    fill: #fff !important;
    align-self: flex-start;
  }

  header nav .dropdown-parent .dropdown-menu {
    position: static !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    min-width: auto !important;
    padding: 20px 0 0 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease !important;
  }

  header nav .dropdown-parent.open .dropdown-menu {
    max-height: 200px !important;
  }

  header nav .dropdown-parent.open .dropdown-arrow {
    transform: rotate(180deg);
  }

  header nav .dropdown-parent .dropdown-menu li a {
    color: #F9F5EF !important;
    font-size: 1rem !important;
    padding: 15px 0 !important;
    text-align: center !important;
  }

  header nav .dropdown-parent .dropdown-menu li a:hover {
    background-color: transparent !important;
    color: #fff !important;
  }
}

header nav ul li a img {
  width: 190px; 
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #6392C0 !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #6392C0 !important;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

footer {
  background: #6392C0;
  color: #fff;
  padding: 80px 0;
  flex-shrink: 0;
}

footer .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}

footer .logo a { 
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1.4rem;
  color: #fff;
}
footer .logo a small { 
  font-size: 0.9rem;
}
footer nav {
  width: 750px;
  max-width: 100%;
}
footer nav ul {
  list-style: none;
  gap: 20px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
footer nav ul li {
  display: inline;
  width: calc(30% - 10px);
}
footer nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  justify-content: inherit;
  flex-direction: column;
}
footer nav ul li a:hover {
  color: #fff;
}
footer nav ul li a.active {
  color: #fff;
}

 @media screen and (max-width: 992px) {
    .footer-content nav ul {
        padding-left: 0 !important;
    }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
  }

  .footer-bottom div {
      text-align: start;
      margin-bottom: 20px;
  }

}

.bg-light-yellow { 
  background: #F9F5EF;
}

.bg-light-blue { 
  background: #F2F4F7;
}

.bg-dark-blue { 
  background: #6392C0;
  color: #ffffff;
}

.bg-dark-blue h1, 
.bg-dark-blue h2, 
.bg-dark-blue h3, 
.bg-dark-blue h4, 
.bg-dark-blue h5, 
.bg-dark-blue h6 {
  color: #ffffff !important;
}

.bg-dark-blue h1 a, 
.bg-dark-blue h2 a,
.bg-dark-blue h3 a,
.bg-dark-blue h4 a,
.bg-dark-blue h5 a,
.bg-dark-blue h6 a {
  color: #ffffff !important;
  text-decoration: none;
}

.bg-dark-blue a:hover { 
  text-decoration: underline;
}

.vertical-text-right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 9999;
}

.vertical-text-right span { 
  writing-mode: vertical-rl; 
  height: auto; 
  margin: 0; 
  color: #6392C0;
  letter-spacing: 2px;
  position: relative;
}

.vertical-text-right span div { 
  width: 24px; 
  height: 24px;
  position: absolute;
  left: 0;
  bottom: -32px;
  display: flex;
  rotate: 25deg;
}

.vertical-text-right span:nth-child(1) { 
  margin-top: 70px; 
}
.vertical-text-right span:nth-child(2) { 
  margin-top: 40px; 
}

/* Card styles */

.card {
  background: #fff;
  border-radius: unset !important;;
  box-shadow: unset !important;
  padding: 0px;
  margin: 0 0 30px 0;
  border: 1px solid var(--gold-color) !important;
}

.card.card-border-none {
  border: none !important;
}

.card-img, .card-img-top { 
  border-radius: 0px !important;
}

.card-header {
  background: #6392C0;
  color: #fff;
  padding: 10px;
  border-radius: 8px 8px 0 0;
}

.card-header h3 {
  margin: 0;
}

.card-body {
  padding: unset !important;
}

.card-footer {
  background: unset !important;
  color: #fff;
  padding: 0 15px 15px 15px  !important;
  border: unset !important;
}

.card-img-top {
    width: 100% !important;
    height: 260px; /* Increased height for better proportion */
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Responsive heights for different screen sizes */
@media (min-width: 768px) {
    .card-img-top {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .card-img-top {
        height: 280px; /* Optimized for 3-column layout */
    }
}

@media (min-width: 1200px) {
    .card-img-top {
        height: 300px;
    }
}

a.btn {
  display: inline-block;
  padding: 10px 20px;
  background: #6392C0;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
  border-radius: 30px;
  border: none;

}
a.btn:hover {
  background: #537DA3;
}

.btn-outline-primary {
  color: #6392C0 !important;
  border: 1px solid #6392C0 !important;
  background: transparent !important;
  padding: 10px 20px !important;
  border-radius: 30px !important;
  padding-left: 75px !important;
  padding-right: 75px !important;
  transition: all 0.3s ease !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background: #6392C0 !important;
  border: 1px solid #6392C0 !important;
  transform: translateY(-2px);
}

.btn-outline-primary svg {
  width: 15px;
  height: 15px;
  margin-left: 25px;
  transition: transform 0.3s ease;
}

.btn-outline-primary:hover svg {
  transform: translateX(5px);
}

.btn-outline-primary svg path {
  fill: #6392C0 !important;
  transition: fill 0.3s ease;
}

.btn-outline-primary:hover svg path {
  fill: #fff !important;
}

.card-body table {
  width: 100%;
}

.card-body table th,
.card-body table td {
  padding: 15px 14px;
  border-bottom: 1px solid var(--gold-color);
  font-size: 16px;
}

.card-body table td:nth-child(odd) {
  width: 95px;
}

.card-footer a { 
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: transform 0.3s ease;
}

.card-footer a:hover {
  transform: translateY(-2px);
}

.card-footer a svg {
  width: auto;
  height: 15px;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.card-footer a:hover svg {
  transform: translateX(5px);
}

.card-footer a svg path { 
  fill: #fff;
}

ul.jewel-list {
  list-style: none;
  padding: 0;
}

ul.jewel-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  color: var(--gold-color);
}

ul.jewel-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url('../img/icon-jewel.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* --------------------
Heading styles
-------------------- */


.heading-type-1 h2 { 
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;

}

.heading-type-1 h2 span {
  width: 96px;
  height: 60px;
  padding: 0 20px;
  color: var(--gold-color);
}

.heading-type-2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  margin-top: 30px;
}

.heading-type-2 span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  color: var(--gold-color);
  font-size: 0.9em;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
  font-style: italic;
}

.heading-type-2 span::before {
  content: '';
  width: 40px;
  height: 1px;
  display: inline-block;
  background: var(--gold-color);
  margin-right: 15px;
  margin-top: 3px;
}

.heading-type-2 img {
  width: 65px;
  height: auto;
  margin-top: -50px;
  margin-left: 10px;
}

.heading-type-2 h4 {
  font-family: "Marcellus", serif;
  font-weight: normal;
  color: #6392C0;
  font-size: 1.5rem;
  margin: 0;
  display: block;
}

/* heading-type-3 */

.header-type-3 div { 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}

.heading-type-3 span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  color: var(--gold-color);
  font-size: 0.9em;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
  font-style: italic;
}

.heading-type-3 span::before {
  content: '';
  width: 40px;
  height: 1px;
  display: inline-block;
  background: var(--gold-color);
  margin-right: 15px;
  margin-top: 3px;
}

.heading-type-3 img {
  width: 50px;
  height: auto;
  margin-top: -55px;
  margin-left: -10px;
}

.heading-type-3 h4 {
  font-family: "Marcellus", serif;
  font-weight: normal;
  color: #6392C0;
  font-size: 1.5rem;
  margin: 0;
  display: inline-block;
}


/* heading-type-4 */

.header-type-4 div { 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}

.heading-type-4 span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  color: var(--gold-color);
  font-size: 0.9em;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 20px;
  font-style: italic;
}

.heading-type-4 span::before {
  content: '';
  width: 40px;
  height: 1px;
  display: inline-block;
  background: var(--gold-color);
  margin-right: 15px;
  margin-top: 3px;
}

.heading-type-4 img {
  width: 50px;
  height: auto;
  margin-top: -15px;
  margin-left: 15px;
}

.heading-type-4 h4 {
  font-family: "Marcellus", serif;
  font-weight: normal;
  color: #6392C0;
  font-size: 1.5rem;
  margin: 0;
  display: inline-block;
}

/* ---------------------
Heading Type 5 - Contact 
--------------------- */

/* heading-type-3 */

.heading-type-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}

.heading-type-5 .line {
  width: 50px;
  height: 1px;
  display: block;
  background: #6392C0;
}

.heading-type-5 h4 {
  font-family: "Marcellus", serif;
  font-weight: normal;
  color: #6392C0;
  font-size: 1.5rem;
  margin: 0; 
  margin-left: 10px;
  display: inline-flex;
}

/* ---------------------
Scroll 
--------------------- */

.scroll { 
  width: 40px; 
  height: auto;
  position: absolute;
  bottom: 10vh;
  left: 2vw;
  transform: none;
  overflow: hidden;
  z-index: 9999;
}

.scroll img { 
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ----------------------
Image Group
---------------------- */

.image-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
  aspect-ratio: 16 / 8;
}

.image-group img:first-child {
  width: 67%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.image-group img:last-child {
  width: 40%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .image-group {
    flex-direction: column;
    aspect-ratio: 2 / 1;
  }
  
  .image-group img:first-child {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
  
  .image-group img:last-child {
    display: none;
  }
}

/* ----------------------
Card Margin Top
---------------------- */

.title-icon-set {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 6px;
}

.title-icon-set h6 {
    padding: 0.25rem 0.5rem;
    color: white;
    margin: 0;
}

.title-icon-set img {
    padding: 0.25rem;
    margin-left: 0px;
    margin-top: 0rem;
    height: 28px;
}

.card-margin-top { 
  background-color: unset !important;
}

.col-lg-4:nth-child(1) .card-margin-top {
    margin-top: 150px;
}

.col-lg-4:nth-child(2) .card-margin-top {
    margin-top: 75px;
}

.col-lg-4:nth-child(3) .card-margin-top {
    margin-top: 0;
}

@media (max-width: 991.98px) {

    .col-lg-4:nth-child(1) .card-margin-top,
    .col-lg-4:nth-child(2) .card-margin-top,
    .col-lg-4:nth-child(3) .card-margin-top {
        margin-top: 0;
    }
}

/* ----------------------
Contact Block
---------------------- */

 .contact-width {
    width: 36%;
}

.contact-block a { 
  color: #000000 !important;
}


@media (max-width: 991.98px) {
    .contact-width div {
        width: 100%;
    }

    .contact-width div h4 {
        margin-left: 0;
    }
}

/* ----------------------
Line Block
---------------------- */

.line-width {
  width: 30%;
  padding-right: 30px;
}

@media (max-width: 1199.98px) {
  .line-width {
    width: 40%;
    padding-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .line-width {
    width: 100%;
    padding-right: 0;
  }
  
  .line-width div {
    width: 100%;
  }

  .line-width div h4 {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .line-width {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.line-block .line-width-three {
  width: 30%;
  padding-left: 20px;
}

@media (max-width: 1199.98px) {
  .line-block .line-width-three {
    width: 40%;
    padding-left: 15px;
  }
}

@media (max-width: 991.98px) {
  .line-block .line-width-three {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .line-block .line-width-three {
    padding-left: 0;
    margin-top: 20px;
  }
}

.line-block { 
  position: relative;
}

.icon-dog-mail { 
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 125px !important;
}

.icon-dog-mail img { 
  width: 100%;
  height: auto;
}

/* ----------------------
Background colors 
---------------------- */

.bg-sand { 
  background-color: #F9F5EF;
}

/* ----------------------
Text colors
---------------------- */

.text-green {   
  color: #5ACB63 !important;
}

/* ----------------------
Card
---------------------- */

.card { 
  position: relative;
}

.card .reservations-open { 
  width: 85px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px; 
}

.card .reservations-closed { 
  width: 85px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 20px; 
}

/* ----------------------
Category Badge
---------------------- */

.category-badge {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #6392C0;
    border-radius: 4px;
}

.category-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* ----------------------
Action Button
---------------------- */

.action-buttons {
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
}

.action-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 0.5rem;
}

.action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: white;
}

@media (max-width: 768px) {
    .action-buttons {
        flex-direction: column;
    }

    .action-btn {
        width: 100%;
    }
}

.btn-green {
    background-color: #00cb42;
}

.btn-orange {
    background-color: #ff5800;
}

.btn-blue {
    background-color: #5192c3;
}

.action-btn svg {
    width: 35px;
    fill: white;
    margin-right: 7px;
}

/* ----------------------
Q And A
---------------------- */

.qa-container {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.qa-item {
    border-bottom: 1px solid #6392c0;
    padding: 20px 0;
}

.qa-item:last-child {
    border-bottom: none;
}

.qa-question {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    padding: 10px 0;
    transition: background-color 1.0s ease;
}

.qa-question:hover {
    background-color: #f8f9fa;
}

.qa-letter {
    background-color: #6392c0;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    flex-shrink: 0;
    transition: all 1.0s ease;
}

.qa-answer .qa-letter {
    background-color: white;
    color: #6392c0;
    border: 2px solid #6392c0;
}

.qa-content {
    flex: 1;
    font-size: 19px;
    font-weight: 500;
    color: #333;
    color: #6392c0;
    font-weight: bold;
}

.qa-toggle {
    background-color: #6392c0;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    flex-shrink: 0;
    border: none;
    cursor: pointer;
    transition: all 1.0s ease;
}

.qa-toggle:hover {
    background-color: #5a7fa8;
}

.qa-toggle.active {
    transform: rotate(0deg);
    background-color: #5a7fa8;
}

.qa-answer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    margin-top: 0;
    padding-left: 0;
    transition: all 1.0s ease;
}

.qa-answer.active {
    max-height: 500px;
    opacity: 1;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.qa-answer-content {
    flex: 1;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
    transform: translateY(-10px);
    transition: transform 1.0s ease 0.5s;
}

.qa-answer.active .qa-answer-content {
    transform: translateY(0);
}

.qa-answer-content p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #555;
}

.qa-answer-content p:last-child {
    margin-bottom: 0;
}

/* ----------------------
Map Info
---------------------- */

.nav-map-info {
    margin-top: 30px;
}

.nav-map-info .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.nav-map-info .border-line {
    width: 100%;
    height: 2px;
    background-color: #333;
    margin-bottom: 15px;
}

.nav-map-info .content {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

/* ----------------------
Flow Timeline 
---------------------- */

 .timeline-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    position: relative;
}


.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 50px;
    bottom: -40px;
    width: 2px;
    background-color: #6392c0;
}

.timeline-step {
    background-color: #6392c0;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    z-index: 1;
    flex-shrink: 0;
}

.timeline-step span {
    display: block;
    font-size: 20px;
}

.timeline-step span:first-child {
    font-size: 11px;
}

.timeline-content {
    padding: 15px;
    flex: 1;
}

.timeline-content h5 {
    margin-bottom: 15px;
    color: #333;
}

/* ----------------------
Single Puppy
---------------------- */

.puppy-header {
    margin-bottom: 2rem;
}

.puppy-image {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.5rem;
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

.puppy-info-card {
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.puppy-info-card:hover {
    transform: translateY(-5px);
}

.info-table td {
    padding: 12px 15px;
}

.info-label {
    font-weight: 600;
    color: #555;
    width: 120px;
}

.puppy-description {
    margin: 2rem 0;
    line-height: 1.8;
}

.gallery-section {
    margin-top: 1rem;
}

.thumbnail {
    border-radius: 8px;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.thumbnail:hover {
    transform: scale(1.05);
}

.cta-button {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* ----------------------
Puppy Gallery
---------------------- */

 .main-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.gallery-nav:hover {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.gallery-nav svg {
    width: 16px;
    height: 16px;
    fill: white;
    transition: all 0.3s ease;
}

.gallery-nav:hover svg {
    fill: #ffffff;
    transform: scale(1.1);
}

.gallery-nav-left {
    left: 15px;
    animation: slideInLeft 0.5s ease-out;
}

.gallery-nav-right {
    right: 15px;
    animation: slideInRight 0.5s ease-out;
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateY(-50%) translateX(-20px);
    }

    100% {
        opacity: 0.8;
        transform: translateY(-50%) translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateY(-50%) translateX(20px);
    }

    100% {
        opacity: 0.8;
        transform: translateY(-50%) translateX(0);
    }
}

.thumbnail.active {
    border: 3px solid #6392C0;
    opacity: 1;
}

.thumbnail {
    opacity: 0.7;
    border: 3px solid transparent;
    margin-bottom: 0px !important;

}

.thumbnail:hover {
    opacity: 1;
}

/* Responsive Video Container */
.responsive-video-container {
    position: relative;
    padding: 56.25% 0 0 0; /* 16:9 aspect ratio for desktop */
    overflow: hidden;
    border: 1px solid var(--gold-color);
}

.responsive-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Mobile: Square aspect ratio */
@media screen and (max-width: 767.98px) {
    .responsive-video-container {
        padding-bottom: 100%; /* Square container */
        padding-top: 0;
        height: 0;
        position: relative;
        overflow: hidden;
    }
    
    .responsive-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scale(1.78); /* Scale up by 16/9 ratio to fill square */
        transform-origin: center center;
    }
}

/* ----------------------
Store Info Table
---------------------- */

.store-info-table {
    width: 100%;
    border-collapse: collapse;
}

.store-info-table td {
    padding: 15px;
    vertical-align: top;
}

.store-info-table .title {
    background-color: #f9f5ef;
    font-weight: bold;
}

.store-info-table .content {
    background-color: white;
}

/* -----------------------
Contact Form
----------------------- */

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea {
  border-radius: 0 !important;
  padding: 12px !important;
  border: 1px solid #000000 !important;
}

.gform_wrapper .gfield_required_custom {
  background-color: #dc3545 !important;
  color: white !important;
  font-size: 10px !important;
  padding: 2px 6px !important;
  border-radius: 5px !important;
  margin-left: 8px !important;
}

.gform_wrapper .gform_footer {
  text-align: left !important;
}

.gform_wrapper .gform_button {
  background-color: #6391bf !important;
  border-color: #6391bf !important;
  color: white !important;
  border-radius: 50px !important;
  padding: 10px 30px !important;
  font-size: 16px !important;
  border: none !important;
}

.gform_wrapper .gform_button:hover {
  background-color: #537DA3 !important;
  border-color: #537DA3 !important;
}

.gform_wrapper input[type="checkbox"] {
  border-radius: 0 !important;
  margin-right: 10px !important;
}

/* -----------------------
Gravity Forms 
----------------------- */

.gform_heading {
  display: none !important;
}

/* -----------------------
Mobile Fixed Bottom Buttons
----------------------- */

.mobile-fixed-buttons {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: none !important;
    z-index: 99999 !important;
    padding: 15px !important;
    gap: 15px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) saturate(1.8);
    -webkit-backdrop-filter: blur(20px) saturate(1.8);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 0 0;
}

/* Show only on mobile screens under 768px */
@media (max-width: 767.98px) {
    .mobile-fixed-buttons {
        display: flex !important;
    }
    
    body {
        padding-bottom: 80px;
    }
}

.mobile-action-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 8px;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 8px;
    min-height: 50px;
    font-size: 14px;
}

.mobile-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: white;
    text-decoration: none;
}

.mobile-action-btn svg {
    width: 20px;
    height: 20px;
    fill: white;
    flex-shrink: 0;
}

.mobile-action-btn span {
    font-size: 13px;
    white-space: nowrap;
}

/* Fade-in Animation System */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(15px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.97);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    animation: fadeIn 1.2s ease-out forwards;
}

.fade-in-up {
    opacity: 0;
    animation: fadeInUp 1.2s ease-out forwards;
}

.fade-in-left {
    opacity: 0;
    animation: fadeInLeft 1.2s ease-out forwards;
}

.fade-in-right {
    opacity: 0;
    animation: fadeInRight 1.2s ease-out forwards;
}

.fade-in-scale {
    opacity: 0;
    animation: fadeInScale 1.2s ease-out forwards;
}

/* Staggered animation delays */
.fade-delay-1 { animation-delay: 0.2s; }
.fade-delay-2 { animation-delay: 0.4s; }
.fade-delay-3 { animation-delay: 0.6s; }
.fade-delay-4 { animation-delay: 0.8s; }
.fade-delay-5 { animation-delay: 1.0s; }
.fade-delay-6 { animation-delay: 1.2s; }

/* Intersection Observer animations (when elements come into view) */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

.animate-on-scroll.slide-left {
    opacity: 0;
    transform: translateX(-30px);
}

.animate-on-scroll.slide-left.animated {
    opacity: 1;
    transform: translateX(0);
}

.animate-on-scroll.slide-right {
    opacity: 0;
    transform: translateX(30px);
}

.animate-on-scroll.slide-right.animated {
    opacity: 1;
    transform: translateX(0);
}

.animate-on-scroll.scale-up {
    opacity: 0;
    transform: scale(0.95);
}

.animate-on-scroll.scale-up.animated {
    opacity: 1;
    transform: scale(1);
}

/* Enhanced stagger children animations */
.stagger-children > * {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 1.3s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 1.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.stagger-children.animated > *,
.stagger-children > *.animated {
    opacity: 1;
    transform: translateY(0);
}