/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

.navbar-brand img {
    max-height: 250px; /* Adjust this value as needed */
    height: auto;2
    width: auto;
}

/* Adjust navbar height */
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    height: 120px; /* Adjust this value */
}
.customers .item {
  text-align: center;
}

.customers img {
  margin: 0 auto;
  max-height: 130px;
  width: auto;
}
#footer {
  padding: 15px 0;   /* default is usually ~40px */
}

#footer p {
  margin: 0;
}

#footer img {
  max-height: 50px;  /* optional: slightly smaller logo */
}
.form-control {
  border-radius: 6px;
  padding: 12px 14px;
  height: auto;
  border: 1px solid #d7d7d7;
  box-shadow: none;
}

.form-control:focus {
  border-color: #999;
  box-shadow: none;
}

textarea.form-control {
  resize: vertical;
}

.btn-template-main {
  border-radius: 6px;
  transition: all 0.2s ease;
}

.btn-template-main:hover {
  transform: translateY(-1px);
}
.call-now-btn {
  position: fixed;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background-color: #2ecc71;
  color: white;
  text-align: center;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Hide on desktop */
@media (min-width: 768px) {
  .call-now-btn {
    display: none;
  }
}
background-color: #2ecc71;
.call-now-btn {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}
/* Background */
body {
  background-color: #f8f9fa;
  color: #333;
}

/* Headings */
h1, h2, h3 {
  color: #222;
}

/* Links */
a {
  color: #2c7be5;
}

a:hover {
  color: #1a5fd0;
}

/* Buttons */
.btn-template-main {
  background-color: #800000;
  border-color: #fff;
  color: #fff;
}

.btn-template-main:hover {
  background-color: #c51f5d;
  border-color: #c51f5d;
}

/* Sections (cards look) */
.section-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}
.hero-background {
  background: url('/images/hero-bg.jpg') no-repeat center center/cover;
  color: white;
  padding: 80px 20px;
  text-align: center;
  border-radius: 12px;
}
/* Make it responsive */
@media (max-width: 768px) {
  .hero-background {
    padding: 60px 20px;
  }
}
.hero-background {
  position: relative;
  background: url('/images/hero-bg.jpg') no-repeat center center/cover;
  color: white;
  padding: 80px 20px;
  text-align: center;
  border-radius: 12px;
}

.hero-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-background .container {
  position: relative;
  z-index: 2;
}
.hero-heading {
  color: white;
}
#footer {
  border-top: 4px solid #bfbfbf;
}
.page-shell {
  padding: 20px 0 60px;
}
.section-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}
.services-section .box-simple {
  margin-bottom: 10px;
}

.services-section .box-simple h3 {
  margin-bottom: 12px;
}

.services-section .box-simple p {
  margin-bottom: 0;
}

.services-section .row {
  margin-bottom: 0;
}
/* Navbar background */
.navbar {
  background-color: #ffffff;
  border: none;
}

/* Menu links */
.navbar-nav > li > a {
  color: #ffffff;
  font-weight: 600;
}

/* Hover effect */
.navbar-nav > li > a:hover {
  color: #f0dada;
  background-color: transparent;
}

/* Active page */
.navbar-nav > .active > a {
  color: #ffffff;
  background-color: #90323d;
  border-radius: 4px;
}
.navbar-nav > li > a {
  padding: 15px 20px;
}
.navbar-header {
  background-color: #ffffff;
}
.trust-badges {
  margin-top: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.trust-badges span {
  background: #ffffff;
  color: #5e0b15;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.trust-bar {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.trust-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ffffff, #f7f7f7);
  color: #5e0b15;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border: 1px solid rgba(94, 11, 21, 0.12);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.tp-navbar {
  background: #e2e2e2;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  position: relative;
  z-index: 1000;
}

.tp-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
}

.tp-navbar-brand {
  color: #5e0b15;
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.tp-navbar-brand:hover,
.tp-navbar-brand:focus {
  color: #5e0b15;
  text-decoration: none;
}

.tp-navbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tp-navbar-phone {
  color: #5e0b15;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}

.tp-navbar-phone:hover,
.tp-navbar-phone:focus {
  color: #5e0b15;
  text-decoration: none;
}

.tp-navbar-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}

.tp-navbar-menu li {
  margin: 0;
  padding: 0;
}

.tp-navbar-menu li a {
  color: #5e0b15;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}

.tp-navbar-menu li a:hover,
.tp-navbar-menu li a:focus {
  color: #f1d9dd;
  text-decoration: none;
}

.tp-navbar-cta {
  background: #ffffff;
  color: #5e0b15 !important;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
  display: inline-block;
}

.tp-navbar-cta:hover,
.tp-navbar-cta:focus {
  background: #f6ecee;
  color: #5e0b15 !important;
}

.tp-navbar-toggle {
  display: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 991px) {
  .tp-navbar-inner {
    min-height: 68px;
  }

  .tp-navbar-phone {
    display: none;
  }

  .tp-navbar-toggle {
    display: block;
  }

  .tp-navbar-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 15px;
    left: 15px;
    background: #5e0b15;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .tp-navbar-menu.open {
    display: flex;
  }

  .tp-navbar-menu li a {
    display: block;
    padding: 6px 0;
  }

  .tp-navbar-cta {
    text-align: center;
    margin-top: 4px;
  }
}
.tp-navbar-logo {
  height: 100px;
  width: auto;
  display: block;
}
.tp-navbar-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .tp-navbar-logo {
    height: 45px;
  }
}
.tp-navbar {
  background: #5e0b15;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

.tp-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}

.tp-navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.tp-navbar-logo {
  height: 100px;
  width: auto;
}

.tp-navbar-name {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.tp-navbar-phone {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
}

.tp-navbar-phone:hover {
  color: #f1d9dd;
}

.tp-navbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tp-navbar-menu {
  list-style: none;
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
}

.tp-navbar-menu li a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.tp-navbar-menu li a:hover {
  color: #f1d9dd;
}

.tp-navbar-cta {
  background: #ffffff;
  color: #5e0b15 !important;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
}

.tp-navbar-cta:hover {
  background: #f6ecee;
}

.tp-navbar-toggle {
  display: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 991px) {
  .tp-navbar-phone {
    display: none;
  }

  .tp-navbar-toggle {
    display: block;
  }

  .tp-navbar-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    background: #5e0b15;
    border-radius: 8px;
    padding: 20px;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  }

  .tp-navbar-menu.open {
    display: flex;
  }

  .tp-navbar-name {
    display: none; /* cleaner mobile look */
  }

  .tp-navbar-logo {
    height: 50px;
  }
}
.tp-navbar {
  padding: 10px 0;
}

.tp-navbar-inner {
  min-height: 120px;
}

.tp-navbar-name {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}
.tp-navbar {
  border-bottom: 4px solid #CE5C17;
}
.tp-navbar-menu li a {
  position: relative;
}

.tp-navbar-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #CE5C17;
  transition: width 0.3s ease;
}

.tp-navbar-menu li a:hover::after {
  width: 100%;
}
.tp-navbar-cta {
  background: #CE5C17;
  color: #ffffff !important;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
}

.tp-navbar-cta:hover {
  background: #b94f12;
}
.tp-navbar-name {
  line-height: 1.1;
  font-size: 20px;
}
.tp-navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Logo image */
.tp-navbar-logo {
  height: 100px;
}

/* Text block */
.tp-navbar-name {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

/* Top line */
.tp-line1 {
  font-family: 'family=Cinzel', serif;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}

/* Bottom line */
.tp-line2 {
  font-family: 'family=Cinzel', serif;
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF; /* your accent color */
  letter-spacing: 1px;
}
.tp-navbar-name {
  gap: 2px;
}
.tp-line2 {
  font-size: 19px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .tp-navbar-name {
    display: none;
  }
}
.tp-navbar {
  background: linear-gradient(135deg, #5e0b15, #7a1320);
}
.tp-line1 {
  font-style: normal;
}

.tp-line2 {
  font-style: italic;
}
.tp-line1 {
  letter-spacing: 1px;
}

.tp-line2 {
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer {
  background-color: #dadada;
  border-top: 1px solid #b7b7b7;
  padding: 25px 0;
}

#footer p {
  line-height: 1.4;
}
.tp-line1 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
}

.tp-line2 {
  font-size: 16px;
  font-weight: 600;
  color: #FED700;
}
.tp-line2 {
  font-style: italic;
}
.tp-line1 {
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
}

.tp-line2 {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  font-weight: 600;
  color: #FED700;
  font-style: italic;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 1px;
}
:root {
  --primary-color: #5e0b15;
  --accent-color: #b94f12;
}
a {
  color: var(--accent-color);
}

a:hover {
  color: #b94f12;
}
.btn-template-main {
  background: var(--accent-color);
  border: none;
  color: #fff;
}

.btn-template-main:hover {
  background: #b94f12;
}
.tp-line2 {
  text-transform: none !important;
}
.tp-navbar-name {
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 2px; /* controls spacing between lines */
}

/* Top line */
.tp-line1 {
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
}

/* Bottom line */
.tp-line2 {
  text-transform: none !important;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 600;
  color: #CE5C17;
  font-style: italic;
  letter-spacing: 1px;
}
.tp-navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tp-line1 {
  margin-bottom: -2px;
}