@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap');

:root {
  --primary: hsl(239, 67%, 44%);
  --secondary: hsl(267, 64%, 27%);
  --accent: hsl(215, 82%, 63%);
  --clr-primary: hsl(239, 67%, 44%);
  --clr-secondary: hsl(267, 64%, 27%);
  --clr-accent: hsl(215, 82%, 63%);
}

body{
  font-family: 'Playfair Display', serif;
  color:#222;
  background:#fff;
}
h1,h2,h3,h4,h5,h6{
  font-family:'Ubuntu', sans-serif;
}
.navbar{
  border-bottom:1px solid #e5e5e5;
  background:#fff;
}
.navbar-brand{
  font-family:'Ubuntu', sans-serif;
  font-weight:700;
  color: var(--primary);
  display:flex;
  align-items:center;
  gap:10px;
}
.navbar-brand:hover{
  color: var(--secondary);
}
.navbar-nav .nav-link{
  color:#222;
  font-family:'Ubuntu', sans-serif;
  font-weight:600;
  padding:8px 14px;
}
.navbar-nav .nav-link:hover{
  color: var(--primary);
}
.navbar-toggler{
  border-color: var(--primary);
}
.navbar-toggler:focus{
  box-shadow:0 0 0 0.2rem hsla(239, 67%, 44%, 0.25);
}

footer {
  background-color: hsl(267, 64%, 27%);
  color: #f8f9fa;
  font-family: 'Playfair Display', serif;
  padding: 48px 0 24px;
  border-top: 4px solid hsl(215, 82%, 63%);
}

footer h5, footer h6 {
  font-family: 'Ubuntu', sans-serif;
  color: #ffffff;
  margin-bottom: 16px;
}

footer p, footer li, footer a {
  color: #e6e3f2;
}

footer a {
  text-decoration: none;
  transition: color 0.2s ease;
}

footer a:hover {
  color: hsl(215, 82%, 63%);
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li {
  margin-bottom: 10px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: hsl(239, 67%, 44%);
  color: #ffffff;
  margin-right: 10px;
  font-size: 1.1rem;
  transition: background-color 0.2s ease;
}

.footer-social a:hover {
  background-color: hsl(215, 82%, 63%);
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 32px;
  padding-top: 18px;
  font-size: 0.9rem;
  color: #cfcbe6;
}

#privacyBox {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background-color: #ffffff;
  border-top: 3px solid hsl(239, 67%, 44%);
  box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Playfair Display', serif;
  color: #222222;
}

#privacyBox h5 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(267, 64%, 27%);
  font-size: 1.1rem;
}

#privacyBox p {
  font-size: 0.9rem;
  margin-bottom: 8px;
}

#privacyBox .cookie-cat {
  font-size: 0.85rem;
  margin-bottom: 6px;
}

#privacyBox .cookie-cat strong {
  color: hsl(239, 67%, 44%);
}

.btn-consent {
  border: none;
  padding: 10px 18px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  border-radius: 0;
  width: 100%;
  transition: opacity 0.2s ease, transform 0.15s ease;
}

.btn-accept-all {
  background-color: hsl(239, 67%, 44%);
  color: #ffffff;
}

.btn-accept-all:hover {
  opacity: 0.88;
  transform: translateY(-1px);
  color: #ffffff;
}

.btn-essential {
  background-color: hsl(267, 64%, 27%);
  color: #ffffff;
}

.btn-essential:hover {
  opacity: 0.88;
  transform: translateY(-1px);
  color: #ffffff;
}

.btn-manage {
  color: hsl(215, 82%, 63%);
  font-size: 0.85rem;
  text-decoration: underline;
}

.btn-manage:hover {
  color: hsl(239, 67%, 44%);
}

#about-page {
  font-family: 'Playfair Display', serif;
  color: #2a2a2a;
  background: #ffffff;
}
#about-page h1, #about-page h2, #about-page h3 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(239, 67%, 44%);
}
#about-page .hero-block {
  background: #f4f5fb;
  padding: 52px 0;
}
#about-page .section-block {
  padding: 52px 0;
}
#about-page .section-block.tinted {
  background: #f8f7fb;
}
#about-page .lead-text {
  font-size: 1.1rem;
  line-height: 1.75;
}
#about-page img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #ddd;
}
#about-page .card {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  background: #ffffff;
  height: 100%;
}
#about-page .card-body h3 {
  font-size: 1.15rem;
}
#about-page .value-icon {
  width: 46px;
  height: 46px;
  background: hsl(215, 82%, 63%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
#about-page .table-responsive table {
  border: 1px solid #ddd;
}
#about-page table th {
  background: hsl(239, 67%, 44%);
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
#about-page table td, #about-page table th {
  padding: 12px 14px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
#about-page .cta-box {
  background: hsl(267, 64%, 27%);
  color: #ffffff;
  padding: 40px;
}
#about-page .cta-box h2 {
  color: #ffffff;
}
#about-page .cta-box p {
  color: #f0eefc;
}
#about-page .btn-cta {
  background: hsl(215, 82%, 63%);
  color: #ffffff;
  border: none;
  padding: 12px 28px;
  font-family: 'Ubuntu', sans-serif;
  text-decoration: none;
  display: inline-block;
}
#about-page .btn-cta:hover {
  background: hsl(239, 67%, 44%);
  color: #ffffff;
}
#about-page .stat-num {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  color: hsl(267, 64%, 27%);
  font-weight: 700;
}
#about-page .stat-label {
  font-size: 0.9rem;
  color: #555;
}

.hero-section{
  background:#f8f9fa;
  padding:52px 0;
}
.hero-img{
  aspect-ratio: 3 / 2;
  width:100%;
  height:auto;
  object-fit:cover;
  border:1px solid #ddd;
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
}
.hero-section h1{
  font-family:'Ubuntu', sans-serif;
  color: hsl(239, 67%, 44%);
  font-weight:700;
}
.hero-section h2{
  font-family:'Ubuntu', sans-serif;
  color: hsl(267, 64%, 27%);
  font-size:1.3rem;
  font-weight:500;
}
.hero-section p, .hero-section li{
  font-family:'Playfair Display', serif;
  color:#222;
}
.hero-list{
  list-style:none;
  padding-left:0;
}
.hero-list li{
  margin-bottom:10px;
  display:flex;
  align-items:flex-start;
  gap:10px;
}
.hero-list i{
  color: hsl(215, 82%, 63%);
  font-size:1.2rem;
  margin-top:3px;
}
.btn-primary-custom{
  background-color: hsl(239, 67%, 44%);
  border:1px solid hsl(239, 67%, 44%);
  color:#fff;
  border-radius:0;
  padding:12px 28px;
  font-family:'Ubuntu', sans-serif;
  font-weight:600;
  transition:all 0.3s ease;
}
.btn-primary-custom:hover{
  background-color: hsl(267, 64%, 27%);
  border-color: hsl(267, 64%, 27%);
  color:#fff;
}
.btn-outline-custom{
  background-color:transparent;
  border:1px solid hsl(239, 67%, 44%);
  color: hsl(239, 67%, 44%);
  border-radius:0;
  padding:12px 28px;
  font-family:'Ubuntu', sans-serif;
  font-weight:600;
  transition:all 0.3s ease;
}
.btn-outline-custom:hover{
  background-color: hsl(239, 67%, 44%);
  color:#fff;
}
@media (max-width: 767px){
  .hero-section{
    padding:40px 0;
  }
  .hero-section h1{
    font-size:1.8rem;
  }
}

.services-section {
  background-color: #ffffff;
  padding: 52px 0;
  font-family: 'Playfair Display', serif;
}
.services-section h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(239, 67%, 44%);
  font-weight: 700;
}
.services-section .lead-text {
  color: #333333;
  max-width: 700px;
}
.services-list {
  border-top: 1px solid #ddd;
}
.service-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 12px;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.25s ease, transform 0.25s ease;
  background-color: #ffffff;
}
.service-item:hover {
  background-color: #f4f5fb;
  transform: translateX(4px);
}
.service-icon {
  font-size: 1.9rem;
  color: hsl(215, 82%, 63%);
  min-width: 48px;
  text-align: center;
  transition: color 0.25s ease;
}
.service-item:hover .service-icon {
  color: hsl(267, 64%, 27%);
}
.service-content h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.15rem;
  color: hsl(239, 67%, 44%);
  margin-bottom: 6px;
  font-weight: 700;
}
.service-content p {
  color: #333333;
  font-size: 0.95rem;
  margin-bottom: 8px;
  line-height: 1.5;
}
.service-price {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: #ffffff;
  background-color: hsl(239, 67%, 44%);
  padding: 4px 12px;
  font-size: 0.9rem;
  border: 1px solid hsl(239, 67%, 44%);
}
@media (max-width: 767px) {
  .service-item {
    padding: 20px 8px;
  }
}

#updates {
  background: hsl(239, 67%, 44%);
  padding: 50px 0;
}
#updates h2 {
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-weight: 700;
}
#updates p {
  font-family: 'Playfair Display', serif;
  color: #f0f0f5;
}
#updates .newsletter-box {
  background: #fff;
  border: 1px solid #d9d9e3;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  border-radius: 0;
  padding: 40px;
}
#updates .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  font-family: 'Playfair Display', serif;
}
#updates .form-control:focus {
  border-color: hsl(215, 82%, 63%);
  box-shadow: none;
}
#updates .btn-subscribe {
  background: hsl(267, 64%, 27%);
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  padding: 10px 30px;
}
#updates .btn-subscribe:hover {
  background: hsl(215, 82%, 63%);
  color: #fff;
}

#numbers {
  background: hsl(239, 40%, 97%);
  padding: 52px 0;
  font-family: 'Playfair Display', serif;
}
#numbers h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(239, 67%, 44%);
  font-weight: 700;
}
#numbers .lead-text {
  color: #333;
  max-width: 700px;
}
#numbers .stat-card {
  background: #fff;
  border: 1px solid #dcdcec;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 32px 20px;
  height: 100%;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#numbers .stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
#numbers .stat-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: hsl(215, 82%, 63%, 0.15);
  color: hsl(267, 64%, 27%);
  font-size: 1.8rem;
}
#numbers .stat-number {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: hsl(239, 67%, 44%);
  display: inline-block;
  animation: countUp 1.2s ease-out;
}
@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
#numbers .stat-label {
  color: #333;
  font-size: 1rem;
  margin-top: 6px;
  font-weight: 500;
}
#numbers .stat-context {
  color: #555;
  font-size: 0.88rem;
  margin-top: 4px;
}
@media (max-width: 576px) {
  #numbers .stat-number {
    font-size: 2rem;
  }
}

#testimonials {
  font-family: 'Playfair Display', serif;
  background: #f5f6fb;
  padding: 52px 0;
}
#testimonials h2, #testimonials h3 {
  font-family: 'Ubuntu', sans-serif;
}
#testimonials .section-title {
  color: hsl(239, 67%, 44%);
  font-weight: 700;
}
#testimonials .section-sub {
  color: #333;
  max-width: 680px;
}
#testimonials .review-card {
  background: #fff;
  border: 1px solid #e0e0e6;
  box-shadow: 0 2px 8px rgba(30, 30, 60, 0.06);
  border-radius: 0;
  padding: 26px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#testimonials .review-card .stars {
  color: hsl(215, 82%, 63%);
  font-size: 1.05rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#testimonials .review-card .stars .empty {
  color: #d3d3dc;
}
#testimonials .review-card p.review-text {
  color: #2b2b2b;
  font-size: 1rem;
  line-height: 1.55;
  flex-grow: 1;
}
#testimonials .review-card .reviewer {
  border-top: 1px solid #eceef5;
  margin-top: 16px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#testimonials .review-card .avatar {
  width: 44px;
  height: 44px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  background: hsl(267, 64%, 27%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  flex-shrink: 0;
}
#testimonials .reviewer .name {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: hsl(239, 67%, 44%);
  font-size: 0.98rem;
  margin: 0;
}
#testimonials .reviewer .loc {
  font-size: 0.85rem;
  color: #6a6a6a;
  margin: 0;
}
#testimonials .review-card.featured {
  background: hsl(239, 67%, 44%);
  color: #fff;
  border: none;
}
#testimonials .review-card.featured p.review-text, #testimonials .review-card.featured .reviewer .name, #testimonials .review-card.featured .reviewer .loc {
  color: #fff;
}
#testimonials .review-card.featured .stars {
  color: hsl(215, 82%, 63%);
}
#testimonials .review-card.featured .reviewer {
  border-top: 1px solid rgba(255,255,255,0.25);
}
#testimonials .review-card.featured .avatar {
  background: #fff;
  color: hsl(239, 67%, 44%);
}
#testimonials .stat-strip {
  background: #fff;
  border: 1px solid #e0e0e6;
  padding: 18px 20px;
  text-align: center;
  border-radius: 0;
}
#testimonials .stat-strip .num {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: hsl(267, 64%, 27%);
  font-size: 1.7rem;
}
#testimonials .stat-strip .label {
  font-size: 0.88rem;
  color: #444;
}

#advantages {
  background-color: #f5f5f8;
  padding: 52px 0;
}
#advantages h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(239, 67%, 44%);
  font-weight: 700;
}
#advantages p.section-lead {
  font-family: 'Playfair Display', serif;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
}
#advantages .advantage-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  padding: 32px 24px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
#advantages .advantage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
  border-color: hsl(215, 82%, 63%);
}
#advantages .advantage-icon {
  width: 64px;
  height: 64px;
  border-radius: 0;
  background-color: hsl(239, 67%, 44%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  transition: background-color 0.25s ease;
}
#advantages .advantage-card:hover .advantage-icon {
  background-color: hsl(267, 64%, 27%);
}
#advantages .advantage-card h3 {
  font-family: 'Ubuntu', sans-serif;
  color: #222;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
#advantages .advantage-card p {
  font-family: 'Playfair Display', serif;
  color: #444;
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 0;
}

#about-us .about-section {
  padding: 52px 0;
  background-color: #ffffff;
  color: #222222;
  font-family: 'Playfair Display', serif;
}
#about-us .about-section h2, #about-us .about-section h3 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(239, 67%, 44%);
}
#about-us .about-section .lead-text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #333333;
}
#about-us .about-section img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #dddddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
#about-us .about-values-card {
  background-color: #f5f6fa;
  border: 1px solid #dddddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  border-radius: 0;
  padding: 24px;
  height: 100%;
}
#about-us .about-values-card h4 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(267, 64%, 27%);
  font-size: 1.1rem;
  margin-bottom: 10px;
}
#about-us .about-values-card p {
  color: #333333;
  font-size: 0.95rem;
  margin-bottom: 0;
}
#about-us .stat-block {
  border-left: 3px solid hsl(215, 82%, 63%);
  padding-left: 14px;
  margin-bottom: 18px;
}
#about-us .stat-block .stat-number {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: hsl(239, 67%, 44%);
  display: block;
  line-height: 1;
}
#about-us .stat-block .stat-label {
  font-size: 0.9rem;
  color: #444444;
}

#limited .offer-section {
  background: linear-gradient(135deg, hsl(239, 67%, 44%) 0%, hsl(267, 64%, 27%) 100%);
  padding: 52px 0;
  color: #f8f9fa;
}
#limited .offer-card {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  padding: 40px;
}
#limited .offer-heading {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: hsl(239, 67%, 44%);
}
#limited .offer-text {
  font-family: 'Playfair Display', serif;
  color: #333333;
  font-size: 1.05rem;
  line-height: 1.6;
}
#limited .offer-list {
  list-style: none;
  padding-left: 0;
}
#limited .offer-list li {
  font-family: 'Playfair Display', serif;
  color: #222222;
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#limited .offer-list li:last-child {
  border-bottom: none;
}
#limited .offer-list i {
  color: hsl(215, 82%, 63%);
  font-size: 1.2rem;
  margin-top: 3px;
}
#limited .deadline-box {
  background-color: hsl(267, 64%, 27%);
  color: #f8f9fa;
  border-radius: 0;
  padding: 20px 24px;
  text-align: center;
  border: 1px solid hsl(239, 67%, 44%);
}
#limited .deadline-label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.95rem;
  color: #e0dcf5;
  margin-bottom: 6px;
}
#limited .deadline-date {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
}
#limited .deadline-date i {
  color: hsl(215, 82%, 63%);
  margin-right: 8px;
}
#limited .discount-badge {
  display: inline-block;
  background-color: hsl(215, 82%, 63%);
  color: #0b1a3a;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  padding: 8px 18px;
  font-size: 1.1rem;
  margin-bottom: 16px;
  border: 1px solid hsl(239, 67%, 44%);
}
#limited .cta-offer-btn {
  background-color: hsl(239, 67%, 44%);
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  padding: 14px 32px;
  border: none;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  font-size: 1.05rem;
  transition: background-color 0.2s ease;
}
#limited .cta-offer-btn:hover {
  background-color: hsl(267, 64%, 27%);
  color: #ffffff;
}
@media (max-width: 767px) {
  #limited .offer-card {
    padding: 24px;
  }
  #limited .deadline-date {
    font-size: 1.3rem;
  }
}

#help {
  background-color: hsl(239, 67%, 44%);
  padding: 52px 0;
  font-family: 'Playfair Display', serif;
}
#help h2, #help h3 {
  font-family: 'Ubuntu', sans-serif;
}
#help .section-heading {
  color: #ffffff;
  margin-bottom: 12px;
}
#help .section-sub {
  color: #e3e6fb;
  margin-bottom: 40px;
  max-width: 700px;
}
#help .accordion-item {
  border: 1px solid #d8dbe8;
  border-radius: 0;
  margin-bottom: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  background-color: #ffffff;
  overflow: hidden;
}
#help .accordion-button {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  color: #1c1c1c;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
}
#help .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: hsl(267, 64%, 27%);
}
#help .accordion-button:focus {
  box-shadow: none;
  border-color: hsl(215, 82%, 63%);
}
#help .accordion-button::after {
  filter: none;
}
#help .accordion-body {
  color: #333333;
  background-color: #f8f9fb;
  line-height: 1.65;
}
#help .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

#enquiry {
  background: hsl(239, 40%, 97%);
  padding: 52px 0;
}
#enquiry h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(239, 67%, 44%);
  font-weight: 700;
}
#enquiry p.section-lead {
  font-family: 'Playfair Display', serif;
  color: #333;
}
#enquiry .contact-card {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  border-radius: 0;
  padding: 32px;
}
#enquiry .contact-info-card {
  background: hsl(267, 64%, 27%);
  color: #f8f9fa;
  border: 1px solid hsl(267, 64%, 20%);
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  border-radius: 0;
  padding: 32px;
  height: 100%;
}
#enquiry .contact-info-card h3 {
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-weight: 700;
}
#enquiry .contact-info-card a {
  color: hsl(215, 82%, 73%);
  text-decoration: none;
}
#enquiry .contact-info-card a:hover {
  color: #fff;
  text-decoration: underline;
}
#enquiry .contact-info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#enquiry .contact-info-card ul li {
  margin-bottom: 6px;
  font-family: 'Playfair Display', serif;
}
#enquiry .info-block {
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 18px;
}
#enquiry .info-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#enquiry .info-label {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: hsl(215, 82%, 78%);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
#enquiry .form-label {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #222;
}
#enquiry .form-control {
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: 'Playfair Display', serif;
  color: #222;
  background-color: #fff;
}
#enquiry .form-control:focus {
  border-color: hsl(215, 82%, 63%);
  box-shadow: 0 0 0 0.2rem hsla(215, 82%, 63%, 0.25);
}
#enquiry .btn-submit {
  background: hsl(239, 67%, 44%);
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  padding: 12px 32px;
  transition: background 0.2s;
}
#enquiry .btn-submit:hover {
  background: hsl(267, 64%, 27%);
  color: #fff;
}
#enquiry .find-us-line {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  margin-top: 4px;
}

#notice {
  background-color: #f5f5f8;
  padding: 48px 0;
  font-family: 'Playfair Display', serif;
  color: #2b2b2b;
}
#notice h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(239, 67%, 44%);
  font-weight: 700;
  margin-bottom: 16px;
}
#notice .disclaimer-card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  padding: 32px;
}
#notice .icon-wrap {
  color: hsl(215, 82%, 63%);
  font-size: 2.2rem;
  flex-shrink: 0;
}
#notice p {
  color: #333333;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

#contact-body {
  font-family: 'Playfair Display', serif;
  background-color: #ffffff;
  color: #222;
  padding: 52px 0;
}
#contact-body h1, #contact-body h2, #contact-body h3 {
  font-family: 'Ubuntu', sans-serif;
}
#contact-body .page-header {
  background-color: hsl(239, 67%, 44%);
  color: #ffffff;
  padding: 40px 30px;
  margin-bottom: 48px;
}
#contact-body .page-header h1 {
  color: #ffffff;
  font-weight: 700;
}
#contact-body .page-header p {
  color: #e6e8fb;
  max-width: 700px;
  margin-bottom: 0;
}
#contact-body .card {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  background-color: #ffffff;
  height: 100%;
}
#contact-body .card-body {
  padding: 28px;
}
#contact-body .info-card {
  background-color: #f5f6fb;
}
#contact-body .info-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#contact-body .info-list li {
  margin-bottom: 16px;
  padding-left: 0;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 14px;
}
#contact-body .info-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#contact-body .info-list strong {
  display: block;
  font-family: 'Ubuntu', sans-serif;
  color: hsl(239, 67%, 44%);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
#contact-body .info-list a {
  color: hsl(267, 64%, 27%);
  text-decoration: none;
}
#contact-body .info-list a:hover {
  text-decoration: underline;
}
#contact-body .hours-table td {
  padding: 4px 0;
  font-size: 0.95rem;
}
#contact-body .hours-table td:last-child {
  text-align: right;
}
#contact-body .directions-line {
  font-size: 0.92rem;
  color: #444;
  margin-top: 6px;
}
#contact-body .form-label {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #222;
}
#contact-body .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
}
#contact-body .form-control:focus {
  border-color: hsl(215, 82%, 63%);
  box-shadow: 0 0 0 0.2rem rgba(63, 106, 231, 0.2);
}
#contact-body .btn-submit {
  background-color: hsl(239, 67%, 44%);
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
#contact-body .btn-submit:hover {
  background-color: hsl(267, 64%, 27%);
  color: #ffffff;
}
#contact-body .reply-note {
  background-color: #eef1fc;
  border-left: 3px solid hsl(215, 82%, 63%);
  padding: 12px 16px;
  font-size: 0.92rem;
  margin-top: 20px;
}
#contact-body .cta-block {
  background-color: hsl(267, 64%, 27%);
  color: #ffffff;
  padding: 32px;
  margin-top: 48px;
  text-align: center;
}
#contact-body .cta-block h3 {
  color: #ffffff;
  margin-bottom: 12px;
}
#contact-body .cta-block p {
  color: #e6e2f2;
  margin-bottom: 20px;
}
#contact-body .cta-block .btn {
  background-color: hsl(215, 82%, 63%);
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 10px 28px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
#contact-body .cta-block .btn:hover {
  background-color: #ffffff;
  color: hsl(267, 64%, 27%);
}

#portfolio-page {
  font-family: 'Playfair Display', serif;
  color: #222;
  background-color: #ffffff;
  padding: 52px 0;
}
#portfolio-page h1,
#portfolio-page h2,
#portfolio-page h3,
#portfolio-page h4 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(239, 67%, 44%);
}
#portfolio-page .page-header {
  margin-bottom: 48px;
}
#portfolio-page .page-header p.lead {
  color: #333;
  max-width: 760px;
}
#portfolio-page .badge-category {
  background-color: hsl(215, 82%, 63%);
  color: #0a1a3a;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  border-radius: 0;
  padding: 6px 12px;
}
#portfolio-page .card {
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  background-color: #ffffff;
  height: 100%;
}
#portfolio-page .card-img-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #f0f0f0;
}
#portfolio-page .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#portfolio-page .card-body {
  padding: 20px;
}
#portfolio-page .card-body p {
  color: #333;
  font-size: 0.98rem;
}
#portfolio-page .btn-details {
  background-color: hsl(239, 67%, 44%);
  color: #ffffff;
  border-radius: 0;
  border: none;
  font-family: 'Ubuntu', sans-serif;
  padding: 8px 18px;
}
#portfolio-page .btn-details:hover {
  background-color: hsl(267, 64%, 27%);
  color: #ffffff;
}
#portfolio-page .section-tinted {
  background-color: #f5f6fb;
  padding: 48px 24px;
  margin-top: 52px;
  border: 1px solid #e5e5f0;
}
#portfolio-page .table-responsive table {
  font-family: 'Playfair Display', serif;
  color: #222;
}
#portfolio-page .table-responsive th {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(267, 64%, 27%);
  background-color: #ececf7;
}
#portfolio-page .modal-content {
  border-radius: 0;
  border: 1px solid #ddd;
}
#portfolio-page .modal-header {
  background-color: hsl(239, 67%, 44%);
  color: #ffffff;
}
#portfolio-page .modal-header .btn-close {
  filter: invert(1);
}
#portfolio-page .modal-body dt {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(267, 64%, 27%);
}
#portfolio-page .modal-body dd {
  color: #333;
}
#portfolio-page .cta-box {
  background-color: hsl(267, 64%, 27%);
  color: #ffffff;
  padding: 40px;
  text-align: center;
  margin-top: 52px;
}
#portfolio-page .cta-box h2 {
  color: #ffffff;
}
#portfolio-page .cta-box p {
  color: #e9e6f5;
}
#portfolio-page .btn-cta {
  background-color: hsl(215, 82%, 63%);
  color: #0a1a3a;
  border-radius: 0;
  border: none;
  font-family: 'Ubuntu', sans-serif;
  padding: 10px 28px;
  font-weight: 600;
}
#portfolio-page .btn-cta:hover {
  background-color: #ffffff;
  color: hsl(239, 67%, 44%);
}
#portfolio-page .modal-img-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 16px;
}
#portfolio-page .modal-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



  

  .thankyou-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    background: linear-gradient(135deg, hsl(239, 67%, 96%) 0%, hsl(267, 64%, 96%) 100%);
    font-family: 'Playfair Display', serif;
  }

  .thankyou-card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 3rem 2.5rem;
    max-width: 640px;
    width: 100%;
    text-align: center;
    box-shadow: 0 1.5rem 3rem rgba(46, 33, 130, 0.15);
    border-top: 6px solid var(--clr-primary);
    position: relative;
    overflow: hidden;
  }

  .thankyou-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, var(--clr-accent) 0%, transparent 70%);
    opacity: 0.25;
    border-radius: 50%;
  }

  .thankyou-card::after {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -70px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, var(--clr-secondary) 0%, transparent 70%);
    opacity: 0.2;
    border-radius: 50%;
  }

  .success-icon-wrapper {
    width: 96px;
    height: 96px;
    margin: 0 auto 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-secondary));
    box-shadow: 0 0.75rem 1.5rem rgba(46, 33, 130, 0.35);
    animation: popIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

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

  .success-icon-wrapper svg {
    width: 48px;
    height: 48px;
    stroke: #fff;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .thankyou-heading {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 4vw, 2.25rem);
    color: var(--clr-secondary);
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 1;
  }

  .thankyou-text {
    font-size: 1.1rem;
    color: #4a4a5a;
    line-height: 1.75;
    margin-bottom: 0.85rem;
    position: relative;
    z-index: 1;
  }

  .thankyou-note {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.95rem;
    color: var(--clr-primary);
    background: hsl(239, 67%, 96%);
    border: 1px solid hsl(239, 67%, 88%);
    border-radius: 0.75rem;
    padding: 0.9rem 1.25rem;
    margin: 1.5rem 0;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    position: relative;
    z-index: 1;
  }

  .btn-thankyou {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    background: linear-gradient(135deg, var(--clr-primary), var(--clr-accent));
    border: none;
    color: #fff;
    padding: 0.85rem 2.5rem;
    border-radius: 3rem;
    font-size: 1.05rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 0.5rem 1.25rem rgba(46, 33, 130, 0.3);
    position: relative;
    z-index: 1;
  }

  .btn-thankyou:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.85rem 1.75rem rgba(46, 33, 130, 0.4);
    color: #fff;
  }

  @media (max-width: 576px) {
    .thankyou-card {
      padding: 2.25rem 1.5rem;
    }
  }
