header {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6509803922);
}

header .menu-icon {
  display: none;
}

header .main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97%;
  margin: 0 auto;
  padding: 10px 0;
}

header .logo img {
  width: 200px;
}

header .primary-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .primary-menu nav ul {
  display: flex;
  align-items: center;
}

header .primary-menu nav li {
  font-size: 16px;
}

header .primary-menu nav li a {
  color: #222;
  padding: 8px;
  font-weight: 500;
}

header .primary-menu nav li a:hover {
  color: maroon;
}

header .primary-btn a {
  padding: 8px 12px;
  font-size: 14px;
}

.hero-section {
  background: url(../uploads/banner/background.webp);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 270px 0 250px;
}

.hero-section .hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: self-start;
}

.hero-section .hero-content p {
  font-size: 20px;
}

.hero-section .banner-tagline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  text-transform: uppercase;
}

.hero-section .banner-title {
  font-size: 60px;
  font-family: "Sevillana", cursive;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}

.feature {
  padding: 50px 0;
  box-shadow: 1px 4px 20px #ccc;
}

.feature .main-feature {
  display: flex;
  align-items: center;
}

.feature .main-feature .item {
  flex: 1;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.feature .item-icon .icon {
  width: 70px;
  height: 70px;
  background-color: #ffe4e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature .item-content .title {
  font-size: 22px;
  font-family: petrona;
  font-weight: 500;
}

.feature .item-content p {
  font-size: 16px;
  color: #666;
}

.feature .item:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.location .location-items {
  display: flex;
  gap: 40px;
}

.location .item {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../uploads/other/location-background1.webp);
  background-position: center;
  background-size: cover;
  color: #fff;
  width: 50%;
  padding: 70px 30px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.location .item .call {
  display: block;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.location .item .call:hover {
  color: #ffe4e1;
}

.location .item:nth-child(2) {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../uploads/other/location-background2.webp);
  background-position: center;
  background-size: cover;
}

.about-us {
  padding-bottom: 80px;
}

.about-us .main-about {
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-us .main-about .about-img {
  width: 50%;
}

.about-us .main-about .about-img img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 12px #ccc;
}

.about-us .main-about .about-content {
  width: 50%;
}

.about-us .main-about .about-content p {
  margin: 15px 0;
}

.services .service-heading {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.services a {
  color: #fff;
}

.services .main-services {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}

.services .main-services .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 370px;
}

.services .main-services .item .item-img {
  position: relative;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.services .main-services .item .item-img img {
  transition: all 0.2s linear;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.services .main-services .item .item-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: rgba(128, 0, 0, 0.7019607843);
}

.services .main-services .item:hover img {
  transform: scale(1.1);
}

.services .service-tagline {
  text-transform: uppercase;
  color: maroon;
}

.cta-section {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../uploads/banner/cta-background.webp);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.cta-section .cta-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.choose {
  background: linear-gradient(rgba(255, 228, 225, 0.8823529412), rgba(255, 228, 225, 0.8823529412)), url(../uploads/banner/choose-background.webp);
  background-position: center;
  background-size: cover;
}

.choose .main-choose {
  display: flex;
  gap: 40px;
}

.choose .choose-img {
  width: 50%;
  display: flex;
  gap: 20px;
}

.choose .choose-img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 15px 15px 15px 15px;
}

.choose .choose-img .image {
  width: 50%;
}

.choose .choose-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.choose .choose-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.choose .choose-items .item {
  display: flex;
  gap: 30px;
}

.choose .choose-items p {
  color: #3b3b3b;
}

.choose .choose-items .item-icon span {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose .choose-items .item-icon img {
  width: 50px;
}

.testimonial .testimonial-content {
  text-align: center;
}

.testimonial .main-testimonial {
  margin-top: 30px;
}

.testimonial .item {
  padding: 50px 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(rgba(255, 228, 225, 0.6156862745), rgba(255, 228, 225, 0.6156862745)), url(../uploads/banner/BG1.webp);
}

.testimonial .item p {
  font-style: italic;
  color: #3b3b3b;
}

.testimonial .item .author {
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
}

.testimonial .item img {
  width: 100px;
}

footer {
  background: linear-gradient(rgba(255, 228, 225, 0.6156862745), rgba(255, 228, 225, 0.6156862745)), url(../uploads/banner/footer.webp);
  background-position: center;
  background-size: cover;
}

footer .top-header {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  color: #000;
  flex-wrap: wrap;
  gap: 20px;
}

footer .top-header ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

footer .top-header ul a {
  font-size: 16px;
}

footer .top-header a {
  color: #000;
}

footer .top-header i {
  margin-right: 15px;
}

footer .top-header .footer-contact ul li a {
  display: flex;
  align-items: center;
}

footer .top-header .social-media {
  margin-top: 20px;
  font-size: 25px;
}

footer .bottom-footer {
  background: #000;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

footer .bottom-footer a {
  color: #fff;
}

footer .bottom-footer img {
  margin-top: 10px;
}

#service-page .other-service .service-col {
  display: flex;
  gap: 40px;
}

#service-page .other-service .service-img {
  width: 40%;
}

#service-page .other-service .service-img img {
  border-radius: 15px;
  width: 100%;
  box-shadow: 0 0 12px rgba(121, 121, 121, 0.5137254902);
}

#service-page .other-service .service-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}

#service-page .service-price {
  background-color: #ffe4e1;
}

#service-page .service-price .table_component {
  overflow: auto;
  width: 100%;
}

#service-page .service-price .table_component table {
  border: 1px solid #dededf;
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
}

#service-page .service-price .table_component caption {
  caption-side: top;
  text-align: left;
}

#service-page .service-price .table_component th {
  border: 1px solid #dededf;
  background-color: maroon;
  color: #fafafa;
  padding: 10px 25px;
  font-size: 22px;
}

#service-page .service-price .table_component td {
  border: 1px solid #dededf;
  background-color: #fff;
  color: #000;
  padding: 10px 25px;
  font-size: 18px;
}

.career .main-career {
  display: flex;
  align-items: center;
  gap: 40px;
}

.career .career-img {
  width: 50%;
}

.career .career-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(105, 105, 105, 0.5568627451);
}

.career .areer-form {
  width: 50%;
}

form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

form .mark {
  color: maroon;
}

form input,
form textarea,
form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form label {
  display: block;
  margin-bottom: 5px;
}

form .group-box {
  display: flex;
  gap: 20px;
}

form .group-box .box {
  width: 50%;
}

form input[type=submit] {
  width: 170px;
  padding: 12px 20px;
  background: maroon;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.career-form {
  width: 50%;
  padding: 20px;
  background: #ffe4e1;
  border-radius: 10px;
}

#blog-page .inner-page {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../uploads/banner/about-inner-banner.webp);
}

#blog-page .main-blog {
  background: #eaf0f5;
}

#blog-page .blogs {
  display: flex;
  gap: 40px;
}

#blog-page .blog-date {
  font-size: 18px;
}

#blog-page .blog-grid {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}

#blog-page .blog-grid .items {
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 15px;
  transition: all 0.2s linear;
}

#blog-page .blog-grid .items .item-blog-dec {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#blog-page .blog-grid .items a {
  color: #000;
}

#blog-page .blog-grid .items .blog-img {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
}

#blog-page .blog-grid .items .blog-img img {
  transition: all 0.2s linear;
}

#blog-page .blog-grid .items:hover img {
  transform: scale(1.1);
}

#blog-page .blog-grid .items:hover {
  box-shadow: 0 0 20px 0 rgba(13, 38, 60, 0.1803921569);
}

#blog-page .blog-side-bar {
  width: 30%;
}

.blog-side-bar {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #ccc;
}

.blog-side-bar .recent-posts {
  padding-top: 15px;
  margin-top: 20px;
  border-top: 2px solid maroon;
}

.blog-side-bar .recent-posts ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.blog-side-bar .recent-posts ul li {
  display: flex;
  gap: 20px;
}

.blog-side-bar .recent-posts .entry-image {
  display: flex;
  border-radius: 5px;
}

.blog-side-bar .recent-posts .entry-image a {
  display: flex;
  width: 100px;
}

.blog-side-bar .recent-posts .entry-image img {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-side-bar .recent-posts .entry-title p a {
  color: #000;
  font-size: 16px;
}

.blog-side-bar .recent-posts h6 {
  font-size: 16px;
}

#blog-detail-page .inner-page {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../uploads/banner/about-inner-banner.webp);
}

#blog-detail-page .detail-page {
  background: #eaf0f5;
}

#blog-detail-page .main-detail-page {
  display: flex;
  gap: 20px;
}

#blog-detail-page .single-blog-content {
  width: 70%;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#blog-detail-page .blog-side-bar {
  width: 30%;
}

#contact-page .shop-details {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 70px 0 50px;
}

#contact-page .shop-details a {
  color: var(--text-color);
}

#contact-page .shop-details .box {
  text-align: center;
  width: 33.33%;
  padding: 20px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#contact-page .box a {
  word-break: break-all;
}

#contact-page .shop-details .icon img {
  width: 50px;
}

#contact-page .form-map {
  padding-bottom: 70px;
}

#contact-page .form-map .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

#contact-page .form-map .map {
  width: 50%;
}

#contact-page .form-map .map iframe {
  width: 100%;
  height: 100%;
}

#contact-page .form-map .main-form {
  width: 50%;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 1px 1px 20px rgba(204, 204, 204, 0.3803921569);
}

#contact-page .map2 {
  display: flex;
}

#contact-page .map2 iframe {
  width: 100%;
  height: 300px;
}

#special-page .free-services {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#special-page .free-services li {
  display: flex;
  align-items: center;
  gap: 10px;
}

#special-page .special-box {
  margin-top: 30px;
}

#special-page .special-box ul {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#special-page .special-box p {
  margin-top: 15px;
  font-size: 20px;
}

#special-page .special-items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}

#special-page .special-items .item {
  background: #ffe4e1;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#special-page .special-items .price {
  font-size: 20px;
  color: maroon;
}

#special-page h5 {
  margin-top: 30px;
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.whatsapp img {
  width: 62px;
}

.call-now {
  position: relative;
}

.numbers-box {
  visibility: hidden;
  transition: all 0.2s linear;
  position: absolute;
  top: 45px;
  right: 42%;
  width: 200px;
  display: flex;
  flex-direction: column;
  transform: translateY(10px);
  z-index: 999;
}

.numbers-box a {
  border-radius: 0px;
}

.call-now:hover .numbers-box {
  visibility: visible;
  transform: translateY(0px);
}

.seo-none {
  display: none;
}

/* Customer Spotlight Section Styles */
.customer-spotlight.section-padding {
  padding: 80px 0;
  background-color: #f9f5f3;
}

.customer-spotlight .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Rating Overview */
.customer-spotlight .rating-overview {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-top: 5px solid #800020;
}

.customer-spotlight .stars {
  color: #d4af37;
  font-size: 24px;
  margin-bottom: 15px;
}

.customer-spotlight .average-rating {
  font-size: 18px;
  color: #800020;
  font-weight: 600;
}

/* Business Info */
.customer-spotlight .business-info {
  background-color: white;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.customer-spotlight .business-info h3 {
  color: #800020;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.customer-spotlight .locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.customer-spotlight .location-card {
  background-color: #f8f0ed;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #800020;
  transition: transform 0.3s ease;
}

.customer-spotlight .location-card:hover {
  transform: translateY(-5px);
}

.customer-spotlight .location-card h4 {
  color: #800020;
  margin-bottom: 15px;
  font-size: 20px;
}

.customer-spotlight .location-card p {
  margin-bottom: 8px;
  color: #555;
}

.customer-spotlight .location-card strong {
  color: #800020;
}

.customer-spotlight .website-link {
  text-align: center;
  margin-top: 20px;
}

.customer-spotlight .website-link a {
  color: #800020;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #800020;
  padding-bottom: 2px;
  transition: all 0.3s;
}

.customer-spotlight .website-link a:hover {
  color: #5a0017;
  border-bottom-color: #5a0017;
}

/* Customer Reviews */
.customer-spotlight .customer-reviews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 25px;
}

.customer-spotlight .review-card {
  background-color: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  border-top: 3px solid #800020;
  position: relative;
  overflow: hidden;
}

.customer-spotlight .review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(128, 0, 32, 0.1);
}

.customer-spotlight .review-card::before {
  content: '"';
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 60px;
  color: #f8f0ed;
  font-family: serif;
  line-height: 1;
  z-index: 0;
}

.customer-spotlight .reviewer {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.customer-spotlight .reviewer-name {
  font-weight: 600;
  color: #800020;
  margin-right: 10px;
  font-size: 16px;
}

.customer-spotlight .reviewer .stars {
  font-size: 16px;
  margin-bottom: 0;
}

.customer-spotlight .review-text {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.customer-spotlight .services {
  font-style: italic;
  color: #777;
  font-size: 14px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.customer-spotlight .services strong {
  color: #800020;
}

/* Responsive Design for Customer Spotlight Section */
@media (max-width: 768px) {
  .customer-spotlight.section-padding {
    padding: 60px 0;
  }

  .customer-spotlight .customer-reviews {
    grid-template-columns: 1fr;
  }

  .customer-spotlight .business-info {
    padding: 25px;
  }

  .customer-spotlight .locations-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .customer-spotlight .location-card {
    padding: 20px;
  }

  .customer-spotlight .review-card {
    padding: 20px;
  }

  .customer-spotlight .business-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .customer-spotlight .container {
    padding: 0 15px;
  }

  .customer-spotlight .rating-overview {
    padding: 20px;
  }

  .customer-spotlight .reviewer {
    flex-direction: column;
    align-items: flex-start;
  }

  .customer-spotlight .reviewer-name {
    margin-bottom: 5px;
  }
}

@media (min-width:1200px) and (max-width:1300px){
  header .primary-menu nav li{
    font-size: 12px;
  }
  header .primary-menu nav li a{
    padding: 6px;
  }
  header .logo img{
    width: 150px;
  }
  header .primary-menu {
    display: flex;
    align-items: center;
    gap: 7px;
}
}


@media (max-width:1234px){

  header .primary-menu {
   
    gap: 7px !important;
}
}
@media (min-width:1300px) and (max-width:1500px){
  header .primary-menu nav li{
    font-size: 14px;
  }
  header .primary-menu nav li a{
    padding: 4px;
  }
  header .logo img{
    width: 150px;
  }
}



/* FAQ Section Styles */
.section_padding {
    padding: 80px 0;
    background-color: #eaf0f5;
}

.faq_accordion {
    max-width: 970px;
    display: block;
    margin: 0 auto;
}

.title_area {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.animate_title {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
}

.animate_title::before,
.animate_title::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #7d2416;
    bottom: 0;
    transition: 0.4s ease;
}

.animate_title::before {
    left: 0;
}

.animate_title::after {
    right: 0;
}

.animate_title:hover::before,
.animate_title:hover::after {
    width: 80px;
    background-color: #7d2416;
}

/* Accordion Styles */
.accordion_card {
    transition: 0.4s ease-in-out;
    overflow: hidden;
    /* background-color: #f0ebeb; */
    position: relative;
    z-index: 3;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.accordion_header {
    position: relative;
}

.accordion_button {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    color: #000;
    background-color: #ffffff;
    letter-spacing: 0.02em;
    padding: 24px 60px 24px 48px;
    text-align: left;
    transition: 0.3s;
    position: relative;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.accordion_button.active {
    color: #000;
    /* background-color: #f0ebeb; */
    padding-bottom: 15px;
}

.accordion_button h1,
.accordion_button h2,
.accordion_button h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: inherit;
}

.accordion_button::after {
    content: "+";
    position: absolute;
    right: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #7d2416;
    transition: 0.3s ease-in-out;
}

.accordion_button.active::after {
    content: "−";
    color: #7d2416;
}

.accordion_collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion_collapse.show {
    max-height: 1000px;
    /* Adjust based on content */
}

.accordion_body {
    padding: 0 48px 24px;
    border-radius: 0 0 8px 8px;
}

.faq_text {
    margin: 15px 0px;
    color: #000;
    line-height: 1.6;
}

.faq_text ul {
    margin-top: 10px;
    padding-left: 20px;
}

.accordion_body ul li {
    margin-bottom: 8px;
    color: #111111;
}

.faq_text a {
    color: #7d2416;
    text-decoration: none;
    font-weight: 600;
}

.faq_text a:hover {
    text-decoration: underline;
}

/* Animation */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.h1 {
    font-size: 60px;
    font-family: petrona;
    text-transform: capitalize;
    line-height: 1.2;
}