@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {

  /* Colors */

  --theme-color: #c5a880;
  --theme-color-second: #7a2224;
  --theme-color-three: #000;
  --theme-color-fourth: #fff;

  /* Fonts */

  --heading-font: "Ivy Presto", sans-serif;
  --paragraph-font: "Poppins", sans-serif;
  --span-font: "Poppins", sans-serif;

  /* Shadows */

  --shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);

}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;

}

body {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  overflow-x: hidden;
  font-family: var(--paragraph-font);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: color 0.3s ease;

}

a:hover {
  text-decoration: none;
  transition: color 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-family: var(--heading-font);
  font-weight: 100;
}

.span-font {
  font-family: var(--span-font);
}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 15px;
  font-size: 16px;
}

ul li {
  margin-bottom: 0px;
}



.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

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

h1 {
  font-size: 60px;
  line-height: 1.5;
}

h2 {
  font-size: 50px;
  color: var(--theme-color-fourth);
  font-weight: 300;
}

h2 span {
  font-weight: 600;
  font-style: italic;
}

h3 {}

h4 {}

h5 {}

h6 {}




.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 90px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

select {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
  color: #c1c0bd;
}



.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  border-radius: 0;
  text-align: center;
  border: 2px solid var(--theme-color-second);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 0;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  z-index: 999;
}

.m-backtotop>div.text {
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 0px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Progress bar styles */
.m-backtotop .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--theme-color-second);
  transition: height 0.2s ease-in-out;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap-p p {
  margin-bottom: 0px;
}


/* ---------------------- */


/* ---------------------- */
.small {
  display: none;
}


a.navbar-brand img {
  width: 92px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_menu {
  padding: 12px 0px;
  transition: .3s ease;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}

.header_menu a.comon-btn2 {
    border: 2px solid var(--theme-color-second);
    padding: 9px 8px;
    width: 10rem;
    font-size: 13px;
}
.header_menu a.comon-btn {
    border: 2px solid var(--theme-color-second);
    padding: 9px 8px;
    width: 10rem;
    font-size: 13px;
}

.header_menu a.comon-btn2:hover {
  background: var(--theme-color-three);
}

.hd_info {
  display: flex;
  align-items: center;
  gap: 10px;

  flex-wrap: wrap;
}

a.comon-btn {
  background: var(--theme-color);
  color: var(--theme-color-second);
  display: inline-block;
  font-size: 16px;
  padding: 12px 6px;
  border-radius: 100px;
  width: 14rem;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  transition: .4s ease;
}

a.comon-btn2 {
  background: var(--theme-color-second);
  color: var(--theme-color-fourth);
  display: inline-block;
  font-size: 16px;
  padding: 12px 6px;
  border-radius: 100px;
  width: 14rem;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  transition: .4s ease;
}

a.comon-btn:hover {
  background: var(--theme-color-second);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 0 8px rgba(197, 168, 128, 0.3), 0 0 16px rgba(197, 168, 128, 0.3), 0 0 24px rgba(197, 168, 128, 0.2);
}

a.btn-white {
  background: #fff;
  color: var(--theme-color-second);
  transition: .4s ease;
}

.header_menu li a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  padding: 29px 10px;
  display: inline-block;
  font-weight: 500;
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: var(--theme-color);
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 200px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}


.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.sticky-top-1.sticky {
  background: #fff !important;
  z-index: 9999;
}


.main_banner_sec {
  padding: 0px;
}

.banner_sec {
  padding-top: 184px;
  padding-bottom: 244px;
}

.banner_sec .heading {
  color: #fff;
  text-align: center;
}

.banner_sec .heading h1 {
  font-weight: 600;
}

.banner_sec .heading h1 .span_1 {
  font-family: "British Castilla", sans-serif;
  font-weight: 300;
  color: var(--theme-color);
}

.banner_sec .heading h1 .span_2 {
  font-weight: 300;
}

.main_banner_sec {
  position: relative;
}

.main_banner_sec .call_btn {
  position: absolute;
  bottom: 30px;
  color: var(--theme-color-fourth);
}

.main_banner_sec .call_btn i {
  color: var(--theme-color);
}

.main_banner_sec .call_btn a {
  color: var(--theme-color-fourth);
  font-family: var(--heading-font);
}

/* Position */
.main_banner_sec .custom-indicators {
  bottom: 30px;
  right: 162px !important;
  margin: 0;
  justify-content: flex-end;
  gap: 12px;
}

/* Normal dot */
.main_banner_sec .custom-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 100px;
  background: #d6c09b !important;
  border: none;
  padding: 0px !important;
  opacity: 1;
  margin: 0 !important;
  transition: .35s;
  border-top: 0px !important;
  border-bottom: 0px !important;
}

/* Active indicator */
.main_banner_sec .custom-indicators button.active {
  width: 40px !important;
  border-radius: 30px;
  background: #8b2323 !important;
}

.cart_btn {
    border: 2px solid var(--theme-color-fourth);
    background: transparent;
    color: var(--theme-color-fourth);
    width: 8rem;
    padding: 8px 8px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
    font-size: 14px;
}

.cart_btn span {
  font-weight: 600;
}

.cart_btn i {
    padding: 0;
    border-radius: 100px;
    background: var(--theme-color);
    color: var(--theme-color-second);
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}
.call_btn {
  color: var(--theme-color-fourth);
}

.call_btn i {
  color: var(--theme-color);
}

.call_btn a {
  color: var(--theme-color-fourth);
  font-family: var(--heading-font);
}

.sm_cart_btn {
  border: 1px solid var(--theme-color);
  outline: none;
  background: var(--theme-color-three);
  color: var(--theme-color);
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}

.sub_title {
  font-weight: 600;
  color: var(--theme-color);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 1px;
}



.home_sec1 {
  background-position: top !important;
}

.home_sec1 .heading {
  text-align: center;
  color: var(--theme-color-fourth);
}

.home_sec1 .feature_box {
  text-align: center;
  padding: 10px 20px;
  border-right: 1px solid var(--theme-color-fourth);
  border-left: 1px solid var(--theme-color-fourth);
}

.home_sec1 .feature_box span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--theme-color-fourth);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.home_sec1 .feature_box h6 {
  margin: 0;
  font-family: var(--paragraph-font);
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-color);
  line-height: 1.5;
}


.home_sec1 .box1 {
  border-right: 0px;
}

.home_sec1 .box2 {
  border-right: 0px;

}

.home_sec1 .box3 {
  border-right: 0px;

}

.banner_sec .heading h1 .span_1 {
  font-family: "British Castilla", sans-serif;
  font-weight: 300;
  color: var(--theme-color);

  /* Attach the animation: 3 seconds long, infinite loop, smooth easing */
  animation: pulseGlow 3s ease-in-out infinite alternate;
}

/* Define the glow animation steps */
@keyframes pulseGlow {
  0% {
    /* Subtle, low glow at the start */
    text-shadow: 0 0 5px var(--theme-color),
      0 0 10px var(--theme-color);
  }

  100% {
    /* Intense, wide glow at the peak */
    text-shadow: 0 0 10px var(--theme-color),
      0 0 20px var(--theme-color),
      0 0 40px var(--theme-color),
      0 0 60px var(--theme-color);
  }
}

.home_sec_2 .area-box-menu {
  border-radius: 10px;
  background: 000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.308) 68%);
}

.home_sec_2 .img-box img {
  display: block;
  /* Ensures 'margin: 0 auto' actually centers the image */
  width: 35%;
  margin: 0 auto;

  /* Attach the floating animation */
  animation: floatUpDown 4s ease-in-out infinite alternate;
}

/* Define the up and down movement */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
    /* Moves the image up by 15 pixels */
  }
}

.home_sec_2 .img-box {
  margin: 0 auto;
  text-align: center;
  margin-top: -10%;
}

.home_sec_2 .menu-box {
  background-color: #7a2224;
  height: 100%;
  border-radius: 25px;
  color: #fff;
  overflow: hidden;
  transition: 0.6s;

}

.home_sec_2 .menu-box:hover {
  background-color: #581819;
  height: 100%;
  border-radius: 25px;
  color: #fff;
  overflow: hidden;
  transition: 0.6s;
  transform: translateY(-5px);
}

.home_sec_2 .menu-box .span-text {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 18px;
  display: block;
}

.home_sec_2 .menu-box h3 {
  font-weight: 600;
  font-size: 22px;
}

.home_sec_2 .menu-box:hover a.comon-btn {
  background-color: var(--theme-color);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 0 8px rgba(197, 168, 128, 0.3), 0 0 16px rgba(197, 168, 128, 0.3), 0 0 24px rgba(197, 168, 128, 0.2);
}

.home_sec_2 .call_btn {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  color: #fff;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--theme-color);

}

.home_sec_2 .call_btn a {
  color: #fff;

}

.home_sec_3 .heading {
  color: var(--theme-color-fourth);
}

.home_sec_3 {
  padding: 130px 0px;
}

.home_sec_4 {
  background-position: top center !important;
}


.home_sec_4 .img_box {
  position: relative;
}

.home_sec_4 .plate_img {
  position: absolute;
  top: 30px;
  right: -60px;
  width: 650px;
}


.home_sec_4 {
  color: var(--theme-color-fourth);
}

.home_sec_4 .why_choose_box {
  display: flex;
  align-items: start;
  gap: 15px;
}

.home_sec_4 .why_choose_box h3 {
  font-size: 24px;
  font-weight: 600;
}

.home_sec_4 .why_choose_box p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 25px;
  color: #aaaaaa;
}

.home_sec_4 .why_choose_box .icon {
  width: 55px;
  height: 55px;
  background: #3e1e1a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 15px;
}

.home_sec_4 .why_choose_box .icon img {
  width: 30px;
  height: 30px;
  transition: .8s ease;
}



.home_sec_4 .why_choose_box:hover .icon img {
  transform: rotateY(360deg);
}

.section-aprt2 {
  background-position: top center !important;
  background-size: cover !important;
}


.home_sec_5 img {
  filter:
    drop-shadow(0 15px 12px rgba(0, 0, 0, 0.35)) drop-shadow(0 30px 25px rgba(0, 0, 0, 0.40)) drop-shadow(0 50px 40px rgba(0, 0, 0, 0.30));
}

.home_sec_5 .heading p {
  color: var(--theme-color-fourth);
}

.home_sec_6 .img_box {
  position: relative;
}

.home_sec_6 .burger_img {
  position: absolute;
  top: 50%;
  right: -130px;
  transform: translateY(-50%);
  width: 640px;
}

.home_sec_6 .heading p {
  color: var(--theme-color-fourth);
}

.home_sec_6 .red_bg {
  background: #7a2224;
  background-image: url("../image/home_sec_6_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top !important;
  padding: 140px 40px;
  border-radius: 30px;
}

.home_sec_7 .heading p {
  color: var(--theme-color-fourth);
}

.home_sec_7 .gallery_item img {
  border-radius: 24px;
}

.home_sec_8 {
  background: #140505;
}

.home_sec_8 .heading p {
  color: var(--theme-color-fourth);
}


.home_sec_8 .accordion-item {
  background: #2b1a15;
  border: none;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: var(--shadow-small);
  margin-bottom: 10px;
}

.home_sec_8 .accordion-button {
  background: #2b1a15;
  color: var(--theme-color-fourth);
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 19px;
  padding: 22px 28px;
  box-shadow: none;
  border-radius: 40px;
}

.home_sec_8 .accordion-button:not(.collapsed) {
  background: var(--theme-color-second);
  color: var(--theme-color-fourth);
  border-radius: 40px 40px 0 0;
}

.home_sec_8 .accordion-button:focus {
  box-shadow: none;
}

.home_sec_8 .accordion-body {
  background: var(--theme-color-second);
  color: #f5f5f5;
  font-family: var(--paragraph-font);
  font-size: 15px;
  line-height: 1.9;
  padding: 0 28px 24px;
}

.home_sec_8 .accordion-body p {
  margin-bottom: 0px;
}

.home_sec_8 .accordion-body p i {
  color: var(--theme-color);
}


.home_sec_8 .accordion-button::after {
  width: 18px;
  height: 18px;
  background-size: 18px;
  filter: brightness(0) saturate(100%) invert(82%) sepia(18%) saturate(527%) hue-rotate(352deg) brightness(91%) contrast(89%);
}

.home_sec_8 .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  transform: rotate(-180deg);
}

.home_sec_9 {
  background-position: top !important;
}

.home_sec_9 .heading .quote_img {
  margin-bottom: 10px;
}

.home_sec_9 .heading .quote_img img {
  width: 70px;
}


.home_sec_9 .heading h2 {
  font-weight: 600;
}

/* ********  .home_sec_9 .testimonialSwiper   ******* */

.home_sec_9 .testimonialSwiper {
  padding: 25px 10px;
}

.home_sec_9 .testimonial_box {
  background: rgba(255, 255, 255, 0.070);
  /* backdrop-filter: blur(3px); */
  border-radius: 20px;
  padding: 30px 35px;
  height: 100%;
  text-align: center;
  transition: .4s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_sec_9 .testimonial_box:hover {
  background: #fff;
  transform: translateY(-8px);
}

.home_sec_9 .testimonial_box:hover p {
  color: #333;
}

.home_sec_9 .testimonial_box:hover h5 {
  color: var(--theme-color-second);
}

.home_sec_9 .testimonial_box:hover .stars {
  color: var(--theme-color-second);
}

.home_sec_9 .stars {
  color: var(--theme-color);
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.home_sec_9 p {
  color: #fff;
  font-family: var(--paragraph-font);
  line-height: 25px;
  font-size: 14px;
  transition: .3s;
}

.home_sec_9 h5 {
  margin-top: 35px;
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  transition: .3s;
}

.home_sec_9 .testimonial-prev,
.home_sec_9 .testimonial-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: .3s;
  z-index: 10;
}


.home_sec_9 .testimonial-prev {
  left: -70px;
}

.home_sec_9 .testimonial-next {
  right: -70px;
}

.home_sec_9 .testimonial-prev i,
.home_sec_9 .testimonial-next i {
  font-size: 40px;
}


/* *************** footer ******************** */

.footer_sec .footer_top {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}

.footer_sec .footer_top img {
  width: 170px;
}

.footer_sec .footer_top::before {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  background: #C5A880;
  background: radial-gradient(circle, rgba(197, 168, 128, 1) 0%, rgba(122, 34, 36, 1) 84%);
  opacity: 0.2;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.footer_sec {
  padding: 90px 0;
  padding-bottom: 25px;
  background-color: #240707;
}

.footer_sec .footer_widget h4 {
  color: var(--theme-color);
  font-weight: 600;
  margin-bottom: 35px;
  border-left: 2px solid var(--theme-color);
  padding-left: 16px;
}


.footer_sec .footer_links,
.footer_sec .footer_contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_sec .footer_links li {
  margin-bottom: 18px;
}

.footer_sec .footer_links li:last-child {
  margin-bottom: 0;
}

.footer_sec .footer_links a {
  color: #cccccc;
  text-decoration: none;
  font-size: 15px;
  font-family: var(--paragraph-font);
  transition: .3s;
}

.footer_sec .footer_links a:hover {
  color: var(--theme-color);
  padding-left: 6px;
}

.footer_sec .footer_contact li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.footer_sec .footer_contact li:last-child {
  margin-bottom: 0;
}

.footer_sec .footer_contact i {
  color: var(--theme-color);
  font-size: 18px;
  margin-top: 3px;
}

.footer_sec .footer_contact span,
.footer_sec .footer_contact a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.8;
  font-family: var(--paragraph-font);
  transition: .3s;
}

.footer_sec .footer_contact a:hover {
  color: var(--theme-color);
}

.footer_sec .footer_social {
  display: flex;
  gap: 14px;
  margin-top: 40px;
}

.footer_sec .footer_social a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--theme-color-second);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}

.footer_sec .footer_social a i {
  font-size: 20px;
}

.footer_sec .footer_social a:hover {
  background: var(--theme-color);
  color: var(--theme-color-three);
  transform: translateY(-5px);
}

.footer_sec .footer_bottom .copyright,
.footer_sec .footer_bottom .privacy_policy a {
  color: var(--theme-color-fourth);
}

.footer_sec .footer_bottom {
  margin-top: 40px;
}

.footer_sec .footer_bottom .privacy_policy {
  display: flex;
  justify-content: flex-end;
  color: var(--theme-color-fourth);
  gap: 20px;
}

.footer_sec .divider {
  margin-top: 120px;
  width: 100%;
  height: 2px;
  opacity: 0.2;
  background: #C5A880;
  background: radial-gradient(circle, rgba(197, 168, 128, 1) 0%, rgba(122, 34, 36, 1) 84%);
}


/* ********************************* */

.inner_banner_sec {
  padding-top: 258px;
  padding-bottom: 58px;
}

.inner_banner_sec .heading {
  color: var(--theme-color-fourth);
}

.inner_banner_sec .heading h1 {
  font-weight: 600;
}

/* ******************* */

.faq_sec1 {
  background: #140505;
}

.reviews_sec1 {
  background: #400f11;
}

.gallery_sec1 {
  background: #1c0707;
}


/* ******************* */

.contact_sec1 .container {
  border-top: 1px solid var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
  padding-block: 20px;
}

.contact_sec1 .contact-top {
  padding-block: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_sec1 .ph_no {
  border-right: 1px solid var(--theme-color);
  border-left: 1px solid var(--theme-color);
  padding-inline: 0px;
}

.contact_sec1 .contact-icon {
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  border-radius: 10px;
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--theme-color-second);
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.contact_sec1 .contact-top h4 {
  color: var(--theme-color);
  font-weight: 600;
}

.contact_sec1 .contact-top a {
  color: var(--theme-color-fourth);
}

.contact_sec1 .contact-top a:hover {
  color: var(--theme-color-fourth);
}

.contact_sec1 .contact-top:hover .contact-icon {
  background: var(--theme-color-third);
  color: var(--theme-color-fourth);
  border: 1px solid var(--theme-color);
}


.contact_sec2 .contact_form {
  background: rgba(197, 168, 128, 0.096);
  border-radius: 10px;
  border: 1px solid var(--theme-color);
  padding: 40px;
}

.contact_sec2 .heading {
  text-align: center;
}

.contact_sec2 input,
.contact_sec2 textarea,
.contact_sec2 button {
  padding: 14px 20px;
  border-radius: 10px;
  outline: none;
  font-weight: 400;
  color: var(--theme-color-fourth);
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.185);
  transition: all 0.3s ease;
}

.contact_sec2 input::placeholder,
.contact_sec2 textarea::placeholder {
  color: var(--theme-color-fourth);
}

.contact_sec2 .submit_btn {
  background: var(--theme-color);
  width: 100%;
  color: var(--theme-color-third);
}

.contact_sec2 .submit_btn:hover {
  background-color: var(--theme-color-third);
  border: 1px solid var(--theme-color);
  color: var(--theme-color-fourth);
}

.contact_sec2 input:focus {
  border: 1px solid var(--theme-color);
}

.contact_sec2 .enquiry_type {
  display: flex;
  gap: 20px;
  padding-left: 20px;
}

.contact_sec1,
.contact_sec2 {
  background: #1c0707;
}

/* ************************** */

.about_sec1 {
  background: #411011;
}

.about_sec2 {
  background: #1c0707;
  color: var(--theme-color-fourth);
}

.about_sec2 img {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(197, 168, 128, 0.35),
    0 0 20px rgba(197, 168, 128, 0.45),
    0 0 40px rgba(197, 168, 128, 0.25);
}


.about_sec3 {
  background-attachment: fixed !important;
  position: relative;
  z-index: 1;
}

.about_sec3::before {
  content: "";
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.678);
  z-index: -1;
}

.about_sec3 .counter_box {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  height: 100%;
}

.about_sec3 .counter_number {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: var(--theme-color, #c5a880);
  font-family: var(--heading-font);
  white-space: nowrap;
}


.about_sec3 .counter_content p {
  margin: 0;
  color: #fff;
  font-weight: 500;
}

.about_sec4 {
  background: #411011;
  color: var(--theme-color-fourth);
}


.about_sec4 img {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(197, 168, 128, 0.35),
    0 0 20px rgba(197, 168, 128, 0.45),
    0 0 40px rgba(197, 168, 128, 0.25);
}

.why_us_sec1 {
  background: #2d0b0c;
}

.why_us_sec2 {
  background: #1c0707;
}

.why_us_sec3 {
  background: #1c0707;
  color: var(--theme-color-fourth);
}

.why_us_sec3 img {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(197, 168, 128, 0.35),
    0 0 20px rgba(197, 168, 128, 0.45),
    0 0 40px rgba(197, 168, 128, 0.25);
}

/* ********************** */

.menu_sec1 {
  background: #1c0707;
  color: var(--theme-color-fourth);
}

.menu_sec1 h1,
.menu_sec1 h2,
.menu_sec1 h3 {
  color: var(--theme-color);
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.menu_sec1 .main_title {
  text-align: center;
  border-bottom: 2px solid var(--theme-color);
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.menu_sec1 .title {
  font-size: 40px;
}

.menu_sec1 h3 {
  font-size: 30px;
  margin-top: 1.5rem;
}

.menu_sec1 .table-container {
  background-color: transparent;
  border: 1px solid rgba(197, 168, 128, 0.3);
  border-radius: 8px;
  box-shadow: var(--shadow-small);
  overflow: hidden;
  margin-bottom: 2rem;
  transition: box-shadow 0.3s ease;
}

.menu_sec1 .table-container:hover {
  box-shadow: var(--shadow-base);
  border-color: var(--theme-color);
}

.menu_sec1 .table {
  margin-bottom: 0;
  color: var(--theme-color-fourth);
  /* White text inside tables */
  --bs-table-bg: transparent;
  --bs-table-color: var(--theme-color-fourth);
  --bs-table-hover-bg: rgba(197, 168, 128, 0.1);
  /* Subtle hover effect */
  --bs-table-hover-color: var(--theme-color-fourth);
}

.menu_sec1 .table thead th {
  background-color: var(--theme-color);
  color: var(--theme-color-three);
  font-family: var(--span-font);
  border: none;
  padding: 1rem;
}

.menu_sec1 .table td {
  padding: 1rem;
  vertical-align: middle;
  border-bottom: 1px solid rgba(197, 168, 128, 0.1);

}

.menu_sec1 .price-col {
  text-align: right;
  color: var(--theme-color);

  font-weight: 600;
  white-space: nowrap;
}

.menu_sec1 .category-note {
  font-size: 0.9rem;
  color: var(--theme-color-fourth);
  opacity: 0.8;
  font-style: italic;
  margin-bottom: 1rem;
  display: block;
}


/* ************************ */

.services_sec1 {
  background: #1c0707;
}

.services_sec1 .heading {
  color: var(--theme-color-fourth);
}

.services_sec1 .service_card {
  border: 1px solid var(--theme-color);
  color: var(--theme-color-fourth);
  text-align: center;
  padding: 35px;
  border-radius: 20px;
  height: 100%;
}

.services_sec1 .service_card img {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}

.services_sec1 .service_card .learn_more_btn {
  color: var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
  font-weight: 500;
}

.services_sec1 .service_card .service_name {
  color: var(--theme-color-fourth);
  font-weight: 600;
}




.inner_service_sec1 {
  background: #411011;
  color: var(--theme-color-fourth);
}

.inner_service_sec2 {
  background: #1c0707;
  color: var(--theme-color-fourth);
}

.inner_service_sec2 img {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(197, 168, 128, 0.35),
    0 0 20px rgba(197, 168, 128, 0.45),
    0 0 40px rgba(197, 168, 128, 0.25);
}

.inner_service_sec3 {
  background: #27090a;
}
form.wpcf7-form p{
    margin-bottom: 0 !important;
}

.wpcf7-date::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

.home_sec1 .row > .col-lg-3:last-child {
    border-right: 1px solid #fff;
}