@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: #4A4A4A;
  background: #F8F6F3;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none;
  outline: none;
  width: 100%;
}
a {
  text-decoration: none !important;
  font-family: "Inter", sans-serif;
}

li {
  list-style: none;
}

input,
textarea,
select {
  outline: none;
  font-family: "Inter", sans-serif;
}

input:focus {
  box-shadow: none !important;
  border: 1px solid #d3d3d3 !important;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.title {
  text-align: center;
  color: #0D0D0D;
  font-size: 34px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}
.title span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 48px;
  color: #C8794D;
}
.title_des {
  font-size: 20px;
  color: #B5B5B5;
}
.view_more {
  background: #C8794D;
  color: #fff;
  font-size: 24px;
  padding: 14px 32px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.view_more:hover {
  color: #fff;
  background: #B36840;
  transform: translateY(-2px);
  transition: all 0.3s ease-in-out;
}
.view_more:after {
  display: none;
}
/* Global Css */
/* Avenir Roman Font */
@font-face {
  font-family: "avenir_lt_std55_roman";
  src: url("../font/avenir_roman/avenir-roman-webfont.woff2") format("woff2"),
    url("../font/avenir_roman/avenir-roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Header Sec */
.header_sec {
  background: #0D0D0D;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  border-bottom: 1px solid #C8794D;
}
.header_sec.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999 !important;
  border: none !important;
  -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@keyframes stickySlideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header_sec .logo {
  width: 154px;
  margin-right: 48px;
}
.header_sec .navbar-nav li a {
  color: #fff;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  margin: 0 12px;
}
.header_sec .navbar-nav li a.active {
  color: #C8794D;
  font-weight: 650;
}
.header_sec .navbar-nav li a:hover {
  background: none;
  color: #C8794D;
}

.header_sec .navbar-nav .dropdown-menu .sub_menu .dropdown-menu.show {
  top: 0;
  width: 100%;
  left: 158px;
}

.header_sec
  .navbar-nav
  .dropdown-menu
  .dropdown.sub_menu
  a.dropdown-toggle:after {
  transform: rotate(270deg);
}
.header_sec .navbar-nav .dropdown-menu li a:focus {
  background: none;
}
.header_sec .navbar-nav li a.recent {
  background: #0D0D0D;
  border-radius: 8px;
  color: #C8794D;
  padding: 8px 16px;
  border: 1px solid #C8794D;
}
.header_sec .navbar-nav li a.recent:hover {
  background: #C8794D;
  color: #fff;
}
.header_sec .btn_sec a {
  margin-left: 20px;
}
.header_sec .btn_sec .estimate_btn {
  background: #C8794D;
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 50px;
}
.header_sec .btn_sec .estimate_btn:hover {
  background: #B36840;
  color: #fff;
}
.header_sec .btn_sec a.estimate_btn.book {
  background: #B36840;
  animation: pulse 2s infinite;
  color: #ffffff;
}
.header_sec .btn_sec .whatsapp_btn i {
  color: #ffffff;
  font-size: 28px;
}

.header_sec .btn_sec {
  display: flex;
  align-items: center;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(200, 121, 77, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(200, 121, 77, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(200, 121, 77, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(200, 121, 77, 0.4);
    box-shadow: 0 0 0 0 rgba(200, 121, 77, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(200, 121, 77, 0);
    box-shadow: 0 0 0 10px rgba(200, 121, 77, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(200, 121, 77, 0);
    box-shadow: 0 0 0 0 rgba(200, 121, 77, 0);
  }
}
.header_sec .btn_sec a.estimate_btn.book:hover {
  background: #C8794D;
  color: #fff;
}
.header_sec .btn_sec .whatsapp_btn {
  width: 44px;
  display: flex;
  background: #30d14e;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  padding: 5px 2px;
}
.header_sec .navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0;
  background: #0D0D0D;
}
.header_sec .navbar-nav .dropdown-menu li a:hover {
  background: none;
  color: #C8794D;
}
.header_sec .navbar-nav .dropdown-menu li:last-child a {
  border-bottom: none;
}
.header_sec .navbar-nav .dropdown-menu li a {
  color: #fff;
  padding: 8px 14px;
  margin: 0;
  border-bottom: 1px solid #8B7355;
}
a.whatsapp_btn.m_whatsapp_btn {
  display: none;
}
.header_sec .navbar-nav .dropdown-menu li a {
  padding: 10px !important;
}
/* Header Sec */

.m_whatsapp_menu {
  width: 30%;
  z-index: 1;
  display: none;
  margin-left: auto;
}
.m_whatsapp_menu .m_whatsapp_list {
  background: #0D0D0D;
  padding-top: 30px;
  padding: 22px 10px 8px;
  border-radius: 15px;
  position: absolute;
  right: 1%;
  z-index: -1;
  width: 200px;
  display: none;
  top: 100%;
}
.m_whatsapp_menu.active .m_toggle {
  transform: rotate(45deg);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.m_whatsapp_menu.active .m_whatsapp_list {
  display: block;
}

.m_whatsapp_menu .m_whatsapp_list a {
  display: flex;
  color: #C8794D;
  text-decoration: none;
  margin-bottom: 12px;
  border-bottom: 1px dashed #C8794D;
  padding-bottom: 12px;
}
.m_whatsapp_menu .m_whatsapp_list a .icon {
  background: #C8794D;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
.m_whatsapp_menu .m_whatsapp_list a .icon i {
  font-size: 11px;
  color: #0D0D0D;
}
.m_whatsapp_menu .m_whatsapp_list a img {
  margin-right: 8px;
}

.m_whatsapp_menu .m_toggle {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  margin-right: 15px;
  float: right;
}
.m_whatsapp_menu .m_whatsapp_list a:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.btn_sec.m_btn_sec .estimate_btn {
  background: #0D0D0D;
  color: #fff;
  font-size: 16px;
  padding: 10px 3px;
  margin: 0;
  width: 25%;
  text-align: center;
  text-transform: capitalize;
}
.btn_sec.m_btn_sec .estimate_btn:hover {
  background: #C8794D;
}
.btn_sec.m_btn_sec .estimate_btn.book {
  background: #C8794D;
  animation: pulse 2s infinite;
}
.btn_sec.m_btn_sec {
  position: fixed;
  bottom: 0;
  z-index: 9;
  left: 0;
  right: 0;
  background: #0D0D0D;
  overflow: hidden;
  padding: 0;
  display: none;
}
.btn_sec.m_btn_sec .estimate_btn:nth-child(2n) {
  background: #171717;
}
.btn_sec.m_btn_sec .estimate_btn.whatsapp_btn {
  background: #218412;
}
/***=== Header CSS ===***/
/***=== Footer Sec CSS ===***/

/* Footer Sec */
/* Footer Sec */
.f_contact_info {
  background: #0D0D0D;
  display: inline-block;
  border: 1px solid #C8794D;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  width: 26%;
  text-align: center;
  padding: 28px 30px;
  top: -44px;
  border-radius: 8px;
}
footer.footer_sec {
  position: relative;
}
.f_contact_info a {
  margin: 0 9px;
  color: #C8794D;
  font-size: 17px;
}
.f_contact_info a:hover {
  color: #fff;
}
.f_contact_info a i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.footer_sec .footer_top {
  padding: 110px 0 80px;
  background: #0D0D0D;
}
.footer_sec .footer_top .widget-footer .f_logo {
  width: 160px;
  margin-bottom: 18px;
}
.footer_sec .footer_top .widget-footer .des {
  color: #B5B5B5;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Inter", sans-serif;
}
.f_gap {
  margin-left: 42px;
}
.f_social {
  padding: 0;
  margin: 0;
  display: flex;
}
.f_social li {
  margin-right: 18px;
}
.f_social li a {
  width: 30px;
  display: block;
  height: 30px;
  border: 1px solid #C8794D;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_social li a i {
  color: #C8794D;
  font-size: 12px;
}
.footer_sec .footer_top .f_title {
  color: #C8794D;
  font-size: 16px;
  margin-bottom: 14px;
  font-family: "Inter", sans-serif;
}
.footer_sec .footer_top .f_address_sec .f_title:hover {
  color: #fff;
}
.footer_sec .footer_top .f_menu {
  padding: 0 0 0 20px;
}
.footer_sec .footer_top .f_menu li {
  list-style-type: disc;
  color: #B5B5B5;
  margin-bottom: 8px;
}
.footer_sec .footer_top .f_menu li a {
  color: #B5B5B5;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  transition: transform 0.16s cubic-bezier(0.2, 0.9, 0.3, 1);
  display: block;
}
.footer_sec .footer_top .f_menu li a:hover {
  color: #C8794D;
  transform: scale(1.04);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.f_social li a:hover {
  background: #C8794D;
}
.f_social li a:hover i {
  color: #0D0D0D;
}
.footer_sec .footer_top .f_menu li.dropdown .dropdown-menu {
  position: relative !important;
  transform: none !important;
  background: none;
  padding: 17px 0 0 20px;
  border: none;
}
.footer_sec .footer_top .f_menu li.dropdown .dropdown-menu a {
  padding: 0;
}
.footer_sec .footer_top .f_menu li.dropdown .dropdown-menu:hover {
  background: none !important;
}
.footer_sec .footer_top .f_menu li.dropdown .dropdown-menu a:hover {
  background: none;
}
.footer_sec .footer_top .f_address_sec {
  display: flex;
  flex-wrap: wrap;
}
.footer_sec .footer_top .f_address_sec i {
  color: #C8794D;
  margin-right: 16px;
  margin-top: 4px;
}
.footer_sec .footer_top .f_address_sec .text_content {
  width: 88%;
}
.footer_sec .footer_top .f_address_sec .text_content .des {
  font-size: 13px;
  line-height: 1.8;
  font-family: "Inter", sans-serif;
  color: #B5B5B5;
}
/* Footer Sec */
.footer_bottom_sec {
  background: #0D0D0D;
  text-align: center;
  padding: 12px 0;
  border-top: 1px solid #8B7355;
}
.footer_bottom_sec .copy_right {
  font-size: 14px;
  color: #B5B5B5;
  margin: 0;
}
/***=== Footer Sec CSS ===***/
.login_call {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
}
.login_call .call_icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
  flex-direction: column;
  background: #0D0D0D;
  border-radius: 15px 0 0 15px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  color: #C8794D;
  border: 1px solid #C8794D;
  border-right: none;
}
.login_call .call_icon span {
  color: #C8794D;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
}
.login_call .call_icon.login {
  background: #0D0D0D;
}
.login_call .call_icon.login:hover span {
  color: #fff;
}
.login_call .call_icon.login:hover {
  color: #fff;
}

.login_call .call_icon.login img {
  width: 40px;
}
.login_call .call_icon.login i {
  font-size: 18px;
}
/* F Details */
.f_details_sec {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}
.f_details_sec .popular_tab_sec {
  margin: 20px auto;
}
.f_details_sec .popular_tab_sec ul {
  border-bottom: 1px solid #ddd;
}
.f_details_sec .popular_tab_sec ul li button {
  background: none;
  font-size: 13px;
  padding: 0px 8px 4px;
  color: #000c !important;
  text-transform: capitalize;
  margin: 0;
  border: none;
}
.f_details_sec .popular_tab_sec ul li button.active {
  background: none;
  border-radius: 0;
  border: none;
}
.f_details_sec .popular_tab_sec ul li button.active {
  position: relative;
}
.f_details_sec .popular_tab_sec ul li button.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #C8794D;
  height: 1px;
}
.f_details_sec .f_details_content .f_title {
  font-size: 13px;
  color: #000c;
  font-weight: 600;
}
.f_details_sec .f_details_content .des {
  font-size: 12px;
  color: #7b7b7b;
}
.f_details_sec .popular_tab_sec .service_list.popular_list a {
  width: 30%;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.f_details_sec .popular_tab_sec .service_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.f_details_sec .popular_tab_sec .service_list a {
  display: inline-block !important;
  width: auto;
  font-size: 12px;
  margin-right: 7px;
  border-right: 1px solid #c3c3c3;
  padding-right: 7px;
  line-height: 12px;
  color: #7b7b7b;
  margin-bottom: 10px;
}
.f_details_sec .popular_tab_sec .service_list a:last-child {
  border-right: none;
}
.f_details_sec .popular_tab_sec .service_list a:hover {
  color: #C8794D;
}
.f_details_sec .popular_tab_sec ul li button:focus,
.f_details_sec .popular_tab_sec ul li button:hover {
  border: none;
  padding: 0px 8px 4px;
}
.f_details_content.f_stap_sec {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 12px;
}
.f_details_content_sec {
  border-top: 1px solid #ddd;
  padding: 20px 0 10px;
  background: #f1f1f1;
}
.f_details_content_sec .f_details_content {
  margin-bottom: 10px;
}
.f_details_content_sec .f_details_content .des {
  margin: 0;
}
.f_details_content.f_location_sec {
  padding: 18px 0 40px;
}
.f_details_content.f_location_sec .location_list {
  display: inline-flex;
  flex-wrap: wrap;
}
.f_details_content.f_location_sec .location_list a {
  font-size: 12px;
  color: #7b7b7b;
  border-right: 1px solid #7b7b7b;
  padding-right: 6px;
  line-height: 11px;
  margin-bottom: 10px;
  margin-right: 6px;
}
.f_details_content.f_location_sec .location_list a:hover {
  color: #C8794D;
}
.f_details_content.f_location_sec .location_list a:last-child {
  border-right: none;
}
.footer_bottom_sec .copy_right span {
  color: #C8794D;
}
/* F Details */
/*  */
.m_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url(../images/menu-bg3-FDC.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  z-index: 500;
}
.m_footer .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  padding-top: 18px;
}
.m_footer .menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16%;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  color: #C8794D;
  transition: all 0.3s;
  flex: 0 0 21%;
}
.m_footer .menu a svg {
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
}
.m_footer .menu a svg path {
  fill: #C8794D;
  transition: all 0.3s;
}
.m_footer .menu a.active {
  font-weight: 600;
  color: #C8794D;
}
.m_footer .menu a.active svg path {
  fill: #C8794D;
}
.m_footer .menu a:hover {
  color: #C8794D;
}
.m_footer .menu a:hover svg path {
  fill: #C8794D;
}
.m_footer .menu a.btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #0D0D0D;
  transform: translateY(-37px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
}
.m_footer .menu a.btn svg {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}
.m_footer .menu a.btn svg path {
  fill: #C8794D;
}
.m_footer .menu a.btn:hover {
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(13, 13, 13, 0.8);
}
.m_footer .menu a.btn:hover svg path {
  fill: #0D0D0D;
}
/*****===== Responsive Css =====*****/
/* 1800px */
@media (max-width: 1800px) {
  .title {
    font-size: 30px;
  }
  .title span {
    font-size: 42px;
  }
  /***=== Header CSS ===***/
  .header_sec .navbar-nav li a {
    margin: 0 8px;
  }
  /***=== Header CSS ===***/
  /***=== Footer CSS ===***/
  .f_contact_info {
    width: 30%;
  }
  /***=== Footer CSS ===***/
}
/* 1600px */
@media (max-width: 1600px) {
  /***=== Header CSS ===***/
  .header_sec .logo {
    margin-right: 30px;
  }
  /* .header_sec .navbar-nav li a {
        margin: 0 3px;
        padding: 5px 6px !important;
    } */
  .header_sec .navbar-nav li a {
    margin: 0 3px;
  }
  .header_sec .btn_sec a {
    margin-left: 9px;
  }
  .header_sec .navbar-nav li a.recent {
    padding: 8px 10px;
  }
  .header_sec .btn_sec .estimate_btn {
    font-size: 14px;
    padding: 8px 9px;
  }
  .header_sec .logo {
    margin-right: 18px;
  }
  /***=== Header CSS ===***/
  /***=== Footer CSS ===***/
  .f_contact_info {
    width: 33%;
  }
  /***=== Footer CSS ===***/
}
/* 1400px */
@media (max-width: 1400px) {
  .header_sec .logo {
    width: 120px;
    margin-right: 11px;
  }
  .header_sec .navbar-nav li a {
    margin: 0 4px;
    padding: 6px 4px !important;
    font-size: 12px;
  }
  .header_sec .navbar-nav li a.recent {
    padding: 5px 6px !important;
  }
  .header_sec .btn_sec .estimate_btn {
    font-size: 13px;
    padding: 5px 10px !important;
    margin-left: 6px;
    border-radius: 5px;
  }
  .header_sec .btn_sec .whatsapp_btn {
    border-radius: 5px;
    padding: 7px 2px;
  }
  .header_sec .btn_sec .whatsapp_btn i {
    font-size: 22px;
  }

  /***=== Header CSS ===***/
  .login_call .call_icon {
    width: 55px;
    height: 55px;
    border-radius: 10px 0 0 10px;
    margin: 8px auto;
  }
  .login_call .call_icon img {
    width: 16px;
    margin-top: 4px;
  }
  .login_call .call_icon span {
    font-size: 12px;
  }
  .login_call .call_icon.login img {
    width: 28px;
    margin-top: 5px;
  }
  /***=== Header CSS ===***/
  .title {
    font-size: 22px;
  }
  .title span {
    font-size: 30px;
  }
  .des {
    font-size: 14px;
  }
  .title_des {
    font-size: 18px;
  }
  /***=== Footer CSS ===***/
  .f_contact_info {
    width: 38%;
  }
  .footer_sec .footer_top .f_address_sec .text_content {
    width: 87%;
  }
  /***=== Footer CSS ===***/
}
/* 1200px */
@media (max-width: 1200px) {
  .title {
    font-size: 20px;
  }
  .title span {
    font-size: 26px;
  }

  /***=== Header CSS ===***/
  .header_sec .logo {
    width: 80px;
    margin-right: 6px;
  }
  .header_sec .navbar-nav li a {
    font-size: 11px;
    margin: 0 3px;
  }
  .header_sec .btn_sec .estimate_btn {
    font-size: 10px;
    padding: 4px 7px;
    border-radius: 5px;
  }
  .header_sec .btn_sec .estimate_btn {
    padding: 8px 5px;
    font-size: 10px;
  }
  .header_sec .navbar-nav li a.recent {
    padding: 6px 5px !important;
    border-radius: 4px;
  }
  .header_sec .navbar-nav li a {
    margin: 0 4px;
    padding: 6px 2px !important;
  }
  .header_sec .btn_sec a {
    margin-left: 4px;
    padding: 8px;
  }
  .header_sec .navbar-nav li a {
    font-size: 10px;
    margin: 0 5px;
  }
  .header_sec .btn_sec .whatsapp_btn {
    border-radius: 5px;
    padding: 5px 2px;
    width: 34px;
  }
  /***=== Header CSS ===***/
  /***=== Footer CSS ===***/
  .f_contact_info {
    width: 44%;
    padding: 16px 22px;
    top: -30px;
  }
  .footer_sec .footer_top .f_address_sec .text_content {
    width: 84%;
  }
  .footer_sec .footer_top .f_title {
    font-size: 14px;
    margin-bottom: 14px;
  }

  /***=== Footer CSS ===***/
}
/* 991px */
@media (max-width: 991px) {
  .title {
    font-size: 24px;
  }
  .title span {
    font-size: 34px;
  }
  /***=== Header CSS ===***/
  .header_sec .navbar-toggler {
    background: #fbfbfb;
    padding: 3px;
    width: 34px;
    height: 32px;
    position: absolute;
    right: 3%;
  }
  .header_sec .navbar-toggler .navbar-toggler-icon {
    width: 26px;
    background-position: 0px -1px;
  }
  .header_sec .btn_sec {
    padding-right: 50px;
  }
  .header_sec .menu_list,
  .header_sec .menu_list.collapse {
    position: fixed;
    right: -280px;
    background: #0D0D0D;
    top: 0;
    bottom: 0;
    width: 280px;
    height: 100% !important;
    transition: all 0.6s ease-in-out;
    z-index: 1000000 !important;
    display: block;
    min-height: 100vh;
  }
  .header_sec .btn_sec {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
  }
  .header_sec .btn_sec .estimate_btn {
    padding: 8px 5px;
    font-size: 10px;
    margin-bottom: 11px;
  }
  .header_sec .menu_list.collapse.show {
    right: 0;
    transition: all 0.6s ease-in-out;
  }
  .header_sec .menu_list .navbar-nav li {
    border-bottom: 1px solid #8B7355;
    padding: 6px 0;
  }
  .header_sec .navbar-nav li a {
    margin: 0 12px;
  }
  .header_sec .navbar-nav li a.recent {
    display: inline-block;
  }
  .header_sec .navbar-nav .dropdown-menu {
    margin: 0;
    border-radius: 0;
  }
  .header_sec .menu_list .navbar-nav li.dropdown {
    padding-bottom: 0;
  }
  .header_sec .navbar-nav .dropdown-menu li {
    padding: 0;
  }
  .header_sec .navbar-nav li.dropdown-menu li a {
    padding-left: 16px !important;
  }
  .header_sec .menu_list .navbar-nav li.m_bent {
    display: none;
  }
  /***=== Header CSS ===***/
  /***=== Footer CSS ===***/
  .f_details_sec .popular_tab_sec ul li button {
    font-size: 11px;
    padding: 0px 5px 4px;
  }
  .f_details_sec .popular_tab_sec .service_list a {
    font-size: 10px;
  }

  .f_gap {
    margin-left: 0;
  }
  .f_contact_info {
    width: 58%;
  }
  .widget-footer.logo_footer {
    text-align: center;
    margin-bottom: 50px;
  }
  .f_social {
    justify-content: center;
  }
  /***=== Footer CSS ===***/
}
/* 767px */
@media (max-width: 767px) {
  .title {
    font-size: 24px;
  }
  .title span {
    font-size: 38px;
  }
  .title_des {
    font-size: 16px;
  }

  /***=== Header CSS ===***/
  .header_sec .logo {
    width: 114px;
  }
  .header_sec .btn_sec {
    padding-right: 38px;
    display: none;
  }
  .header_sec .btn_sec .estimate_btn {
    padding: 4px;
  }
  .header_sec .btn_sec .whatsapp_btn {
    width: 38px;
    margin-left: 0px;
  }
  .header_sec .btn_sec .whatsapp_btn {
    width: 28px;
  }
  .btn_sec.m_btn_sec .estimate_btn {
    font-size: 12px;
    padding: 18px 2px;
  }

  .m_whatsapp_menu {
    display: block;
  }
  /* .btn_sec.m_btn_sec {
        display: flex;
    } */
  .header_sec .menu_list,
  .header_sec .menu_list.collapse {
    right: -280px;
    width: 280px;
  }
  .header_sec .navbar-nav .dropdown-menu {
    background: #171717;
    position: absolute;
    left: -160px;
    width: 30%;
    top: 0;
  }
  .header_sec .menu_list .navbar-nav li .consultancy_btn {
    margin: 5px auto;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    color: #0D0D0D;
  }

  .header_sec .menu_list .navbar-nav li.m_bent {
    padding-left: 10px;
    margin-top: 130px;
    display: block;
    border-top: 1px solid #8B7355;
    border-bottom: none;
  }
  .header_sec .menu_list .navbar-nav li .consultancy_btn:hover {
    background: #d2a7d7;
    color: #ffffff;
  }
  .login_call {
    flex-direction: column;
  }
  .login_call .call_icon.login i {
    display: none;
  }
  .login_call .call_icon.d_call {
    display: flex;
    background: #b48c56;
  }
  .login_call .call_icon.d_call i {
    color: #fff;
    font-size: 16px;
  }
  .login_call .call_icon {
    width: 40px;
    height: 70px;
    font-size: 12px;
    position: relative;
    border-radius: 10px 0 0 10px;
    margin: 10px 0;
  }
  .login_call .call_icon span {
    display: none;
  }
  .login_call .call_icon span {
    display: none;
  }
  .login_call .call_icon img {
    width: 15px;
    margin-bottom: 0;
  }
  .login_call .call_icon.login img {
    width: 25px;
    display: none;
  }
  a.whatsapp_btn.m_whatsapp_btn {
    display: block;
  }
  .login_call .call_icon span {
    display: none;
  }
  .login_call .call_icon.login span {
    display: block;
    position: absolute;
    right: -26px;
    transform: rotate(-90deg);
    top: -8px;
    bottom: -3px;
    font-size: 16px;
  }
  .header_sec .navbar-toggler {
    display: none;
  }

  .header_sec .whatsapp_btn.m_whatsapp_btn {
    width: 44px;
    display: flex;
    background: #30d14e;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    padding: 5px 2px;
  }

  .header_sec .whatsapp_btn.m_whatsapp_btn i {
    color: #fff;
    font-size: 28px;
  }
  /***=== Header CSS ===***/
  .login_call {
    flex-direction: column-reverse;
  }
  .f_contact_info {
    top: -24px;
  }
  /***=== Footer CSS ===***/
  .f_details_sec {
    margin-bottom: 70px;
  }
  .f_details_sec .popular_tab_sec {
    margin: 6px auto;
  }
  .f_details_sec .popular_tab_sec ul li {
    margin-top: 10px;
  }

  .footer_sec .footer_top {
    padding: 70px 0 70px;
  }
  .m_footer {
    display: block;
  }
  .f_contact_info {
    width: 90%;
  }
  /* footer.footer_sec {
        display: none;
    } */
  .footer_sec .footer_top .f_menu {
    padding: 0 0 0 45px;
  }
  .footer_sec .footer_top .f_title {
    color: #C8794D;
  }
  .footer_sec .footer_top .f_title {
    color: #C8794D;
  }
  .footer_sec .footer_top a.f_title:hover {
    color: #fff;
  }

  /***=== Footer CSS ===***/
}
/* 480px */
@media (max-width: 480px) {
  .title {
    font-size: 20px;
  }
  .title span {
    font-size: 30px;
  }
  /* .m_footer {
        height: 110px;
    } */
  .f_contact_info {
    width: 90%;
    flex-direction: row;
    display: flex;
    padding: 15px 10px;
    top: -28px;
    justify-content: center;
  }
  .f_contact_info a {
    margin: 0 4px;
    padding: 0;
    font-size: 13px;
  }
  .f_contact_info a i {
    margin-right: 3px;
    font-size: 13px;
  }
  /* .login_call .call_icon {
        width: 46px;
        height: 50px;
        font-size: 12px;
        border-radius: 8px 0 0 8px;
    }
    .login_call .call_icon img {
        width: 9px;
        margin-bottom: 4px;
    }
    .login_call .call_icon.login img {
        width: 17px;
    }
    */
  /* F menu */
  /* .m_footer {
        position: fixed;
        height: 100px;
    }
    .m_footer .menu a {
        width: 21%;
        font-size: 12px;
        flex: 0 0 21%;
    }
    .m_footer .menu a svg {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }
    .m_footer .menu a.btn {
        width: 54px;
        height: 54px;
        transform: translateY(-50px);
        flex: 0 0 54px;
    }
    .m_footer .menu a.btn svg {
        width: 24px;
        height: 24px;
    } */
  /* .m_footer {
        bottom: -1px;
    } */

  .m_footer {
    height: 70px;
  }
  .m_footer .menu {
    padding-top: 10px;
  }
  .m_footer .menu a {
    font-size: 12px;
  }
  .m_footer .menu a svg {
    width: 25px;
    height: 24px;
    margin-bottom: 8px;
  }
  .m_footer .menu a.btn {
    width: 40px;
    height: 40px;
    transform: translateY(-30px);
    flex: 0 0 40px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
  }
  .m_footer .menu a.btn svg {
    width: 22px;
    height: 22px;
  }
  /* F menu */
}

/* Locations footer grid */
.locations-row {
   margin-top: 30px;
   padding-top: 30px;
   border-top: 1px solid rgba(255,255,255,0.08);
}
.locations-title {
   margin-bottom: 16px !important;
   font-size: 16px !important;
}
.locations-title i {
   color: var(--gold, #C8794D);
   margin-right: 8px;
}
.locations-grid {
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   gap: 4px 20px;
   list-style: none;
   padding: 0;
   margin: 0;
}
.locations-grid li {
   margin-bottom: 2px;
}
.locations-grid li a {
   color: rgba(255,255,255,0.6);
   font-size: 12px;
   text-decoration: none;
   transition: color 0.3s;
   line-height: 1.8;
}
.locations-grid li a:hover {
   color: var(--gold, #C8794D);
}
@media (max-width: 991px) {
   .locations-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
   .locations-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
   .locations-grid { grid-template-columns: 1fr 1fr; }
}

/* Mobile Sticky Footer Menu */
footer#footer {
    display: none; /* Hidden on desktop */
}

@media (max-width: 991px) {
    footer#footer {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        background: #1b0a13; /* Dark burgundy matching FDC theme */
        border-top: 1px solid rgba(226, 185, 120, 0.4);
        z-index: 9999;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    }
    
    body {
        padding-bottom: 60px !important;
    }
    
    footer#footer .menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    footer#footer .menu a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 20%;
        height: 100%;
        font-size: 11px;
        font-weight: 500;
        text-decoration: none;
        line-height: 1.2;
        color: #a49e9e; /* Default grey/inactive color */
        transition: all 0.3s;
        font-family: "Inter", sans-serif;
    }
    
    footer#footer .menu a.active {
        color: #e2b978; /* Gold active color */
        font-weight: 600;
    }
    
    footer#footer .menu a svg {
        width: 20px;
        height: 20px;
        margin-bottom: 3px;
        transition: fill 0.3s;
    }
    
    footer#footer .menu a svg path,
    footer#footer .menu a svg g,
    footer#footer .menu a svg {
        fill: currentColor !important;
    }
    
    /* Center Home Button */
    footer#footer .menu a.btn {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #321926;
        border: 2px solid #e2b978;
        transform: translateY(-16px);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 8px rgba(0,0,0,0.4);
        color: #e2b978;
        padding: 0;
    }
    
    footer#footer .menu a.btn svg {
        width: 22px;
        height: 22px;
        margin-bottom: 0;
    }
    
    footer#footer .menu a.btn.active {
        background-color: #e2b978;
        color: #321926;
        border-color: #ffffff;
    }
}

/* Form Submission Processing Loader Overlay */
#processing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 13, 0.88);
  z-index: 999999999 !important;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}
#processing .spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(200, 121, 77, 0.2);
  border-top: 4px solid #C8794D;
  border-radius: 50%;
  animation: processingSpin 1s linear infinite;
  margin-bottom: 20px;
}
#processing p {
  font-size: 18px;
  font-weight: 600;
  color: #e2b978;
  margin: 0;
  letter-spacing: 0.5px;
}
@keyframes processingSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
