:root {
  --nav-height: 5.57rem;
  --font-family-heading: 'Raleway', sans-serif;
  --font-family-body: 'Nunito', sans-serif;
  --bs-body-color: #495056;
}

body {
  background-image: url(images/background.webp);
  background-position: center top;
  background-attachment: fixed;
  font-family: var(--font-family-body);
  font-size: 18px;
  padding-top: var(--nav-height);
}

strong {
  font-weight: 600;
}

img, picture, source {
  aspect-ratio: attr(width) / attr(height);
  height: auto;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
  background-color: #c8253e;
  border: currentColor;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #a41a2f;
}

a.anchor {
  display: block;
  position: relative;
  top: calc(var(--nav-height) * -1);
  visibility: hidden;
}

header .navbar {
  background-image: url(images/background.webp);
  background-position: center top;
  box-shadow: 0 0 10px 10px rgb(0 0 0 / 15%);
}

.header-canvas {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  background: #c8253e;
  color: rgba(0, 0, 0, 0.55);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.logo {
  width: 4rem;
}

.logo-in-circle {
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}

.logo-in-circle img {
  width: 7rem;
}

.main-carousel .carousel-item img {
  width: 1920px;
}

.offcanvas {
  background-color: rgb(56 53 51 / 90%);
}

.offcanvas .nav-link {
  position: relative;
}

.offcanvas .nav-link:after,
.offcanvas .nav-link:before {
  transition: all 0.5s;
}

.offcanvas a.icon-link {
  color: rgba(255,255,255,.55);
  padding: 0.5rem;
  margin: 0.5rem;
  display: inline-block;
  text-decoration: none;
}

.offcanvas a.icon-link:hover {
  color: #fff;
}

.offcanvas .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #e30613;
  height: 2px;
}

.offcanvas .nav-link:hover:after {
  width: 100%;
}

.red-hr {
  height: 4px !important;
  background: #e30613;
  margin-left: -1rem;
  margin-right: -1rem;
  opacity: 1;
}

h1 {
  font-family: var(--font-family-heading);
  font-variant: small-caps;
  font-weight: 800;
  color: #e30613;
  text-align: center;
  margin: 0 auto 1rem auto;
  padding-top: 2.5rem;
}

h1:after {
  content: '';
  display: block;
  height: 1rem;
  background: url(images/heading-line.svg) no-repeat center;
  background-size: 10rem;
}

.h2 {
  font-family: var(--font-family-heading);
  font-weight: 800;
  color: #e30613;
}

.nav-pills {
  font-family: var(--font-family-heading);
}

.nav-pills .nav-link {
  color: #c8253e;
  border: 1px solid #c8253e;
}

.nav-pills .nav-link.active {
  background-color: #c8253e;
  color: #fff;
}

.client-heading {
  font-family: var(--font-family-heading);
  font-weight: 800;
  display: inline-block;
  background: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid #c9c3c3;
  box-shadow: 3px 3px 0 0 #ededed;
  margin-bottom: 1rem;
}

.client-heading span {
  font-family: var(--font-family-body);
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.5em;
  font-style: normal;
}

.reach-icon {
  width: 4.5rem;
  margin-bottom: 1rem;
}

.accordion-item {
  border: 1px solid rgb(86 31 31);
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23561f1f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button,
.accordion-button:not(.collapsed) {
  color: #561f1f;
  background-color: #f2f2f2;
}

.accordion-body {
  font-size: 1rem;
}

.fa-heart {
  color: rgba(255, 230, 0, 0.959);
  font-size: 1.5rem;
}

.card {
  height: 18rem;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  border: none;
  box-shadow: -1px 3px 5px #a7a7a7;
}

.testimonial {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 500;
}

.active-star {
  color: #fbc02d;
  margin-bottom: 8px;
}

.profile {
  padding-top: 0.5rem;
}

.name {
  font-weight: 700;
}

.designation {
  font-size: 0.84rem;
  font-weight: 600;
}

.owl-carousel {
  margin-bottom: 15px;
}

.owl-carousel .owl-stage-outer {
  padding: 20px 10px 0 10px;
  height: 22rem;
}

.owl-carousel .owl-item img {
  width: 45px !important;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.owl-theme .owl-nav [class*='owl-'] {
  border-radius: 50% !important;
  background: inherit !important;
  border: 3px solid #bbb;
  color: #bbb !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  border: 3px solid #c5263a;
  color: #c5263a !important;
}

.offer-heading {
  font-family: var(--font-family-heading);
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, rgba(219, 32, 85, 1) 0%, rgba(177, 39, 37, 1) 100%);
  text-align: center;
  font-style: italic;
  border-radius: 10px;
  padding: 5px;
  margin: 0.75rem 0;
}

.offer-heading .offer-heading-icon {
  height: 3.25rem;
}

.offer-heading-2 {
  font-family: var(--font-family-heading);
  font-weight: 800;
  color: #fff;
  background: #383431;
  text-align: center;
  font-style: italic;
  border-radius: 30px;
  padding: 8px 20px;
  margin: 15px auto;
  width: auto;
  display: inline-flex;
  align-items: center;
}

.offer-heading-2 .offer-heading-icon {
  height: 2.25rem;
}

.offer-pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  text-align: center;
}

.offer-pills li {
  background-color: #dededc;
  color: #4d4c4a;
  margin: 0.5rem;
}

.offer-pills li span {
  font-weight: bolder;
  font-size: 2rem;
}

.offer-pills li {
  font-size: 1.5rem;
  border-radius: 1.5rem;
  padding: 5px 20px;
}

footer {
  font-size: 0.9rem;
  padding: 1rem 0;
  background: url(images/footer-background.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
  margin-top: 2rem;
}

footer nav {
  background: #dededc;
}

footer nav {
  padding: 0.5rem 0;
}

footer nav li {
  margin: 0.5rem 0;
}

footer nav li:first-child a {
  padding-left: 0;
  margin-left: 0;
}

footer nav a {
  color: #000;
  padding: 0.5rem;
  margin: 0 0.5rem;
  text-decoration: none;
}

footer nav a:hover {
  text-decoration: underline;
}

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

footer nav li {
  display: inline-block;
}

footer nav li + li {
  border-left: 1px solid #e30613;
}

#return-to-top {
  font-size: 1.5rem;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
}
#return-to-top svg {
  color: #fff;
  position: relative;
  left: 16px;
  top: 4px;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover svg {
  color: #fff;
  top: 0;
}

.copyrights {
  font-size: 0.8rem;
}

.map-area {
  border: 1px solid #c5bfbf;
}

.owl-theme .owl-nav [class*='owl-'],
.owl-theme .owl-nav [class*='owl-']:hover {
  border-width: 1px;
}

.enquiry-container {
  background-color: rgb(203 203 203 / 20%);
  padding: 2rem;
  border: 1px solid #b1abac;
  border-radius: 0.5rem;
  max-width: 60rem;
  margin: 2rem auto 0 auto;
}

.enquiry-container .form-label {
  font-size: 0.9rem;
  font-weight: 600;
}

.invalid-feedback {
  font-size: 0.8rem;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  :root {
    --nav-height: 7.75rem;
  }
  body {
    font-size: 20px;
  }
  .logo {
    width: 6.25rem;
  }
  .offer-pills {
    flex-direction: row;
  }
  .reach-icon {
    width: 6.5rem;
  }
}
