body {
  font-family: "Jost", sans-serif; }

.custom-logo {
  max-width: 200px !important; }

/* Top Header Section */
.top-header {
  padding: 0.75rem 0;
  min-height: 70px; }

.navbar-brand {
  display: flex;
  align-items: center; }

.custom-logo {
  max-width: 180px; }

.logo-icon {
  width: 35px;
  height: 35px;
  background-color: #826a45;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: bold;
  color: #826a45;
  font-size: 16px; }

.logo-text {
  color: white;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px; }

.contact-section {
  display: flex;
  align-items: center;
  gap: 25px; }

.contact-item {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 14px; }
  .contact-item:hover {
    color: #826a45; }

.contact-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 16px; }

.phone-icon {
  background-color: #826a45;
  color: #fff; }

.email-icon {
  background-color: #826a45;
  color: #fff; }

.whatsapp-icon {
  background-color: #826a45;
  color: #fff; }

.btn-quote {
  background-color: #000;
  border-color: #000;
  color: white;
  font-weight: 500;
  padding: 0.6rem 1.8rem;
  border-radius: 0px !important;
  font-size: 14px; }
  .btn-quote:hover {
    background-color: #826a45;
    border-color: #826a45;
    color: white; }

.btn-portfolio {
  background-color: #826a45;
  border-color: #826a45;
  color: #fff;
  font-weight: 500;
  padding: 0.6rem 1.8rem;
  font-size: 14px;
  border-radius: 0px; }
  .btn-portfolio:hover {
    color: #fff;
    background-color: #000; }

.search-btn {
  background: none;
  border: none;
  color: #826a45;
  font-size: 18px;
  padding: 0.6rem;
  margin-right: 15px; }
  .search-btn:hover {
    color: #826a45; }

.offcanvas-toggle {
  background: none;
  border: none;
  color: #826a45;
  font-size: 20px;
  padding: 0.5rem; }

/* Bottom Menu Section */
.bottom-menu {
  background-color: #826a45;
  border-top: 1px solid #555;
  position: absolute;
  width: 100%; }
  .bottom-menu .navbar-nav .nav-link {
    color: white !important;
    font-weight: 400;
    padding: 0.75rem 1.2rem !important;
    font-size: 15px; }
    .bottom-menu .navbar-nav .nav-link:hover {
      color: #fff !important; }
  .bottom-menu .navbar-nav .dropdown-toggle::after {
    margin-left: 0.5rem; }

.fixed-position {
  position: fixed;
  top: 0;
  transition: 0.7s;
  z-index: 9;
  display: block;
  width: 100%;
  transition: 0.6s all; }

/* Offcanvas Styling */
.offcanvas {
  background-color: #826a45;
  color: white; }
  .offcanvas .nav-link {
    color: white !important;
    padding: 0.75rem 1rem !important;
    border-bottom: 1px solid #555; }
    .offcanvas .nav-link:hover {
      color: #826a45 !important;
      background-color: #555; }
  .offcanvas .dropdown-menu {
    background-color: #555;
    border: none;
    margin-left: 20px; }
  .offcanvas .dropdown-item {
    color: white !important;
    padding: 0.5rem 1rem; }
    .offcanvas .dropdown-item:hover {
      background-color: #666;
      color: #826a45 !important; }

.offcanvas-header {
  border-bottom: 1px solid #555; }

.offcanvas-title {
  color: white; }

.btn-close {
  filter: invert(1); }

/* Mobile Contact in Offcanvas */
.mobile-contact {
  padding: 1rem;
  border-top: 1px solid #555; }
  .mobile-contact .contact-item {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff; }

/* Responsive Styles */
@media (max-width: 991.98px) {
  .contact-section {
    display: none !important; } }
@media (min-width: 992px) {
  .offcanvas-toggle {
    display: none !important; } }
.space {
  margin-top: 63px; }
  @media (max-width: 991px) {
    .space {
      margin-top: 10px; } }

.navbar .mega-menu {
  right: 0;
  max-width: 1160px;
  left: 0;
  margin: 0 auto !important;
  padding: 0px; }

.menu-category-box {
  padding: 20px; }

.mega_link .mega_menu_link:hover {
  background-color: #826a45;
  color: #fff; }

.mega-menu .menu-card {
  border: none;
  background-color: #826a45;
  padding: 30px;
  text-align: center;
  border-radius: 0; }

.navbar .mega-menu .menu-card h5 {
  color: #fff !important;
  font-size: 20px;
  font-weight: 700; }

.mega-menu .menu-card p {
  color: #fff; }

.mega-menu .menu-card .btn-get {
  background-color: #000;
  padding: 12px 30px;
  color: #fff;
  font-weight: 600;
  transition: 0.6s;
  border-radius: 10px; }

.mega_menu_link {
  font-size: 14px;
  padding: 9px 5px;
  color: #826a45;
  transition: 0.6s;
  text-decoration: none;
  font-weight: 600;
  display: block;
  border-radius: 12px; }

.mega_menu_link img {
  max-width: 30px;
  margin-right: 7px; }

#banner_wrapper {
  padding: 60px 0;
  background-color: #e1e1e1; }
  @media (max-width: 991.98px) {
    #banner_wrapper {
      padding: 40px 0; } }
  #banner_wrapper h1 {
    color: #000;
    padding-bottom: 20px;
    font-size: 45px; }
    @media (max-width: 991.98px) {
      #banner_wrapper h1 {
        font-size: 25px; } }
    @media (max-width: 768.98px) {
      #banner_wrapper h1 {
        font-size: 21px;
        line-height: 1.6;
        padding-bottom: 10px; } }
  #banner_wrapper p {
    color: #000; }
  #banner_wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 450px; }
    @media (max-width: 991.98px) {
      #banner_wrapper img {
        max-width: 100%;
        margin-top: 20px; } }
  #banner_wrapper .btn_get {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 40px;
    transition: 0.7s;
    margin-top: 20px; }
    #banner_wrapper .btn_get:hover {
      background-color: #826a45; }
    @media (max-width: 991.98px) {
      #banner_wrapper .btn_get {
        padding: 12px 10px;
        font-size: 14px; } }
  #banner_wrapper .btn_design {
    background-color: #826a45;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 40px;
    transition: 0.7s;
    margin-top: 20px; }
    #banner_wrapper .btn_design:hover {
      background-color: #000; }
    @media (max-width: 991.98px) {
      #banner_wrapper .btn_design {
        padding: 12px 10px;
        font-size: 14px; } }

#banner_wrapper_inner {
  padding: 120px 0;
  background-color: #e1e1e1;
  background-image: url("../img/inner-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #banner_wrapper_inner h1 {
    color: #fff;
    padding-bottom: 20px;
    font-size: 45px;
    text-align: center; }

.design_info_sec {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .design_info_sec {
      padding: 40px 10px; } }
  .design_info_sec .title-area {
    text-align: center;
    max-width: 960px;
    margin: 0 auto; }
    .design_info_sec .title-area h6 {
      color: #826a45;
      font-size: 50px;
      font-family: "Great Vibes", cursive; }
      @media (max-width: 991.98px) {
        .design_info_sec .title-area h6 {
          font-size: 35px; } }
      @media (max-width: 768.98px) {
        .design_info_sec .title-area h6 {
          font-size: 24px; } }
    .design_info_sec .title-area h2 {
      color: #000;
      font-size: 30px;
      margin-top: -15px;
      padding: 17px 0; }
      @media (max-width: 991.98px) {
        .design_info_sec .title-area h2 {
          font-size: 25px; } }
      @media (max-width: 768.98px) {
        .design_info_sec .title-area h2 {
          font-size: 20px;
          line-height: 1.6;
          padding: 10px 0 0 0; } }
    .design_info_sec .title-area p {
      font-size: 17px; }
  .design_info_sec .design_info {
    margin-top: 50px; }
    @media (max-width: 991.98px) {
      .design_info_sec .design_info {
        margin-top: 30px; } }
  .design_info_sec .design_card {
    text-align: center;
    border: 2px solid #e1e1e1;
    padding: 23px;
    border-radius: 0;
    height: 100%; }
    @media (max-width: 991.98px) {
      .design_info_sec .design_card {
        height: 90%;
        margin-bottom: 10px; } }
    .design_info_sec .design_card img {
      display: block;
      margin: 0 auto;
      margin-bottom: 30px;
      max-width: 100px; }
      @media (max-width: 991.98px) {
        .design_info_sec .design_card img {
          max-width: 75px; } }
    .design_info_sec .design_card h5 {
      color: #000;
      font-size: 16px; }
    .design_info_sec .design_card h4 {
      font-size: 25px;
      color: #000;
      padding: 12px 0;
      margin: 0; }
      @media (max-width: 768.98px) {
        .design_info_sec .design_card h4 {
          font-size: 20px; } }
  .design_info_sec .btn_desing {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 40px;
    transition: 0.7s;
    margin-top: 50px; }
    @media (max-width: 768.98px) {
      .design_info_sec .btn_desing {
        padding: 12px 20px;
        margin-top: 0px;
        font-size: 14px; } }
    .design_info_sec .btn_desing:hover {
      background-color: #826a45; }

.info_area_section {
  padding: 70px 0; }
  @media (max-width: 768px) {
    .info_area_section {
      padding: 20px 10px 40px 10px; } }
  .info_area_section h6 {
    color: #826a45;
    font-size: 60px;
    font-family: "Great Vibes", cursive; }
    @media (max-width: 991.98px) {
      .info_area_section h6 {
        font-size: 30px; } }
  .info_area_section h2 {
    color: #000;
    font-size: 53px; }
    @media (max-width: 991.98px) {
      .info_area_section h2 {
        font-size: 24px; } }
  .info_area_section .wax_info_nav {
    margin-left: 10px;
    margin-bottom: 40px;
    margin-top: 30px; }
    @media (max-width: 991.98px) {
      .info_area_section .wax_info_nav {
        margin-top: 0; } }
    .info_area_section .wax_info_nav li {
      font-size: 15px;
      padding: 6px 0;
      color: #000; }
      .info_area_section .wax_info_nav li i {
        color: #826a45;
        margin-right: 10px; }
  .info_area_section .btn_get {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 40px;
    transition: 0.7s; }
    .info_area_section .btn_get:hover {
      background-color: #826a45; }
    @media (max-width: 991.98px) {
      .info_area_section .btn_get {
        margin-bottom: 30px;
        padding: 12px 20px; } }
  .info_area_section .btn_design {
    background-color: #826a45;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 40px;
    transition: 0.7s; }
    .info_area_section .btn_design:hover {
      background-color: #000;
      color: #fff; }
    @media (max-width: 991.98px) {
      .info_area_section .btn_design {
        margin-bottom: 30px;
        padding: 12px 20px; } }

.paper_info_section {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .paper_info_section {
      padding: 0 10px 40px 10px; }
      .paper_info_section .row:first-child {
        flex-direction: column-reverse; } }
  .paper_info_section h6 {
    color: #826a45;
    font-size: 60px;
    font-family: "Great Vibes", cursive; }
    @media (max-width: 991.98px) {
      .paper_info_section h6 {
        font-size: 30px;
        padding-top: 20px; } }
  .paper_info_section h2 {
    color: #000;
    font-size: 35px;
    padding: 15px 0;
    margin-top: -15px; }
    @media (max-width: 991.98px) {
      .paper_info_section h2 {
        font-size: 25px; } }
    @media (max-width: 768.98px) {
      .paper_info_section h2 {
        font-size: 22px;
        line-height: 1.6;
        padding: 10px 0 0 0; } }
  .paper_info_section p {
    color: #000;
    font-size: 17px; }
    @media (max-width: 991.98px) {
      .paper_info_section p {
        font-size: 15px; } }
  .paper_info_section .wax_info_nav {
    margin-left: 10px;
    margin-bottom: 40px;
    margin-top: 30px; }
    .paper_info_section .wax_info_nav li {
      font-size: 15px;
      padding: 6px 0;
      color: #000; }
      .paper_info_section .wax_info_nav li i {
        color: #826a45;
        margin-right: 10px; }
  .paper_info_section .btn_design {
    background-color: #826a45;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 40px;
    margin-top: 30px;
    transition: 0.7s; }
    .paper_info_section .btn_design:hover {
      background-color: #000;
      color: #fff; }
    @media (max-width: 991.98px) {
      .paper_info_section .btn_design {
        padding: 12px 20px; } }
    @media (max-width: 768.98px) {
      .paper_info_section .btn_design {
        margin-bottom: 30px; } }

.wrap_info_section {
  padding: 60px 0;
  background-color: #f3f3f3; }
  @media (max-width: 768px) {
    .wrap_info_section {
      padding: 40px 10px; } }
  .wrap_info_section .title_area {
    text-align: center; }
    .wrap_info_section .title_area h6 {
      color: #826a45;
      font-size: 50px;
      font-family: "Great Vibes", cursive; }
      @media (max-width: 991.98px) {
        .wrap_info_section .title_area h6 {
          font-size: 30px; } }
    .wrap_info_section .title_area h2 {
      color: #000;
      font-size: 60px;
      margin-top: -15px;
      padding: 7px 0; }
      @media (max-width: 991.98px) {
        .wrap_info_section .title_area h2 {
          font-size: 35px; } }
    .wrap_info_section .title_area p {
      font-size: 17px; }
  .wrap_info_section .info_inner {
    margin-top: 30px; }
    .wrap_info_section .info_inner .wrap_card {
      border: none;
      text-align: center;
      padding: 26px;
      border-radius: 0;
      height: 100%;
      background-image: url("../img/bg.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 991.98px) {
        .wrap_info_section .info_inner .wrap_card {
          margin-bottom: 20px;
          height: 95%; } }
      .wrap_info_section .info_inner .wrap_card img {
        max-width: 100px;
        display: block;
        margin: 0 auto; }
        @media (max-width: 991.98px) {
          .wrap_info_section .info_inner .wrap_card img {
            max-width: 75px; } }
      .wrap_info_section .info_inner .wrap_card h4 {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 500;
        padding: 20px 0;
        color: #fff;
        margin-bottom: 0; }
      .wrap_info_section .info_inner .wrap_card p {
        color: #fff; }
  .wrap_info_section .button_box {
    text-align: center;
    margin-top: 50px; }
    @media (max-width: 991.98px) {
      .wrap_info_section .button_box {
        margin-top: 30px; } }
    @media (max-width: 768px) {
      .wrap_info_section .button_box {
        margin-top: 20px; } }
    .wrap_info_section .button_box .btn_get {
      background-color: #000;
      color: #fff;
      text-align: center;
      padding: 12px 40px;
      border-radius: 0;
      text-transform: uppercase;
      transition: 0.6s; }
      @media screen and (max-width: 991.98px) {
        .wrap_info_section .button_box .btn_get {
          display: block;
          margin-bottom: 10px; } }
      .wrap_info_section .button_box .btn_get:hover {
        background-color: #826a45; }
  .wrap_info_section .btn_design {
    background-color: #826a45;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 40px;
    transition: 0.7s; }
    @media screen and (max-width: 991.98px) {
      .wrap_info_section .btn_design {
        display: block;
        margin-bottom: 10px; } }

.cta_section {
  padding: 90px 0;
  background-image: url("../img/cta_bf.webp");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center; }
  @media screen and (max-width: 991.98px) {
    .cta_section {
      padding: 60px 0; } }
  .cta_section .inner_cta_box {
    max-width: 950px;
    margin: 0 auto; }
  .cta_section h6 {
    color: #826a45;
    font-size: 50px;
    font-family: "Great Vibes", cursive; }
    @media (max-width: 991.98px) {
      .cta_section h6 {
        font-size: 30px; } }
  .cta_section h3 {
    color: #f3f3f3;
    padding-bottom: 20px;
    font-size: 50px; }
    @media (max-width: 991.98px) {
      .cta_section h3 {
        font-size: 30px; } }
  .cta_section p {
    color: #ffff; }
  .cta_section .btn_get {
    background-color: #fff;
    padding: 13px 40px;
    color: #000;
    margin-top: 30px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0; }
    @media (max-width: 991.98px) {
      .cta_section .btn_get {
        padding: 12px 20px; } }
    .cta_section .btn_get:hover {
      background-color: #826a45;
      color: #fff; }
    @media (max-width: 768.98px) {
      .cta_section .btn_get {
        display: block; } }
  .cta_section .btn_design {
    background-color: #826a45;
    padding: 13px 40px;
    color: #fff;
    margin-top: 30px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0; }
    @media (max-width: 768.98px) {
      .cta_section .btn_design {
        display: block;
        margin-top: 10px; } }
    .cta_section .btn_design:hover {
      background-color: #fff;
      color: #000; }

.product_section {
  padding: 50px 0; }
  .product_section .form_box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .product_section .form_box .form_header {
      text-align: center;
      color: #fff;
      background-color: #000;
      padding: 12px 0; }
      .product_section .form_box .form_header h6 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 0; }
    .product_section .form_box .form_body {
      padding: 16px;
      background-color: #f3f3f3; }
      .product_section .form_box .form_body label {
        color: #000;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase; }
      .product_section .form_box .form_body .form-control {
        margin-bottom: 10px;
        border: 1px solid #000;
        padding: 5px 20px; }
        .product_section .form_box .form_body .form-control:focus {
          box-shadow: none;
          border-color: #826a45; }
      .product_section .form_box .form_body .form-select {
        margin-bottom: 10px;
        border: 1px solid #000;
        padding: 5px 20px; }
        .product_section .form_box .form_body .form-select:focus {
          box-shadow: none;
          border-color: #826a45; }
      .product_section .form_box .form_body .btn_submit {
        background-color: #826a45;
        display: block;
        width: 100%;
        border-radius: 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        padding: 11px 20px;
        transition: 0.6s; }
        .product_section .form_box .form_body .btn_submit:hover {
          background-color: #000; }
  .product_section .product_area a {
    text-decoration: none; }
  .product_section .product_area .item_card {
    border: 1px solid #666;
    border-radius: 0;
    overflow: hidden;
    transition: 0.6s;
    margin-bottom: 16px; }
    .product_section .product_area .item_card:hover .item_body {
      background-color: #826a45; }
    .product_section .product_area .item_card:hover img {
      transform: scale(1.09, 1.09); }
    .product_section .product_area .item_card .item_img {
      overflow: hidden; }
    .product_section .product_area .item_card img {
      transition: 0.6s; }
    .product_section .product_area .item_card .item_body {
      text-align: center;
      padding: 16px 20px;
      background-color: #000;
      transition: 0.6s; }
      .product_section .product_area .item_card .item_body h4 {
        margin-bottom: 0;
        font-size: 16px;
        color: #fff; }

.description_section {
  padding: 60px 0; }
  @media (max-width: 768px) {
    .description_section {
      padding: 0px 10px 40px 10px; } }
  .description_section .nav-tabs {
    border: none;
    justify-content: center; }
    .description_section .nav-tabs .nav-link {
      color: #fff;
      background-color: #000;
      border-radius: 0;
      padding: 15px 30px;
      border: none; }
      @media (max-width: 991.98px) {
        .description_section .nav-tabs .nav-link {
          padding: 10px 20px; } }
    .description_section .nav-tabs .active {
      background-color: #826a45;
      border: none; }
  .description_section .description_inner_box {
    padding: 20px;
    background-color: #f3f3f3;
    height: 500px;
    overflow-y: scroll;
    border: 1px solid #826a45; }
    .description_section .description_inner_box table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 1rem;
      font-size: 14px; }
      .description_section .description_inner_box table thead {
        background-color: #f4f4f4; }
        .description_section .description_inner_box table thead th {
          padding: 12px 15px;
          text-align: left;
          border-bottom: 2px solid #ddd;
          font-weight: bold; }
      .description_section .description_inner_box table tbody tr {
        border-bottom: 1px solid #e0e0e0; }
        .description_section .description_inner_box table tbody tr:hover {
          background-color: #f9f9f9; }
        .description_section .description_inner_box table tbody tr td {
          padding: 10px 15px;
          text-align: left; }
      .description_section .description_inner_box table tfoot {
        background-color: #f4f4f4; }
        .description_section .description_inner_box table tfoot td {
          padding: 12px 15px;
          font-weight: bold; }
    .description_section .description_inner_box h2 {
      color: #000;
      font-size: 17px;
      font-weight: 600;
      padding: 12px 0; }
    .description_section .description_inner_box h3 {
      color: #000;
      font-size: 17px;
      font-weight: 600;
      padding: 12px 0; }
    .description_section .description_inner_box h4 {
      color: #000;
      font-size: 17px;
      font-weight: 600;
      padding: 12px 0; }
    .description_section .description_inner_box h5 {
      color: #000;
      font-size: 17px;
      font-weight: 600;
      padding: 12px 0; }
    .description_section .description_inner_box h6 {
      color: #000;
      font-size: 17px;
      font-weight: 600;
      padding: 12px 0; }
    .description_section .description_inner_box p {
      font-size: 15px;
      color: #000; }

.faq_section {
  padding: 60px 0; }
  @media (max-width: 768px) {
    .faq_section {
      padding: 40px 10px; } }
  .faq_section h2 {
    color: #000;
    font-size: 45px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .faq_section h2 {
        font-size: 22px; } }
  .faq_section .faq_area {
    margin-top: 60px; }
    @media (max-width: 991.98px) {
      .faq_section .faq_area {
        margin-top: 30px; } }
    .faq_section .faq_area .faq_box {
      margin-bottom: 20px; }
      .faq_section .faq_area .faq_box .faq_header {
        background-color: #000;
        padding: 12px 12px; }
        .faq_section .faq_area .faq_box .faq_header h3 {
          margin-bottom: 0;
          color: #fff;
          font-size: 18px; }
          @media screen and (max-width: 768.98px) {
            .faq_section .faq_area .faq_box .faq_header h3 {
              line-height: 1.6; } }
      .faq_section .faq_area .faq_box .faq_body {
        padding: 20px;
        background-color: #826a45; }
        .faq_section .faq_area .faq_box .faq_body p {
          color: #fff;
          margin-bottom: 0; }

.blog_section {
  padding: 70px 0;
  background-color: #f1f1f1; }
  @media screen and (max-width: 768px) {
    .blog_section {
      padding: 40px 10px; } }
  .blog_section h2 {
    color: #000;
    font-size: 45px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .blog_section h2 {
        font-size: 22px; } }
  .blog_section .blog_area {
    margin-top: 50px; }
    .blog_section .blog_area .blog_card {
      overflow: hidden;
      border: 1px solid #826a45;
      padding: 20px;
      border-radius: 0;
      text-align: center;
      margin-bottom: 10px; }
      .blog_section .blog_area .blog_card h4 {
        color: #000;
        font-size: 23px;
        padding-top: 8px; }
      .blog_section .blog_area .blog_card .btn-blog {
        background-color: #826a45;
        display: block;
        width: 100%;
        border-radius: 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        padding: 11px 20px;
        margin-top: 20px;
        transition: 0.6s; }
        .blog_section .blog_area .blog_card .btn-blog:hover {
          background-color: #000; }

.footer-wrapper {
  padding-top: 50px;
  background-color: #232323;
  color: white; }

.footer-logo {
  max-width: 260px;
  margin-bottom: 20px; }

.footer-description {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.6; }

.footer-heading {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
  color: white; }

.footer-link {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 10px;
  transition: color 0.2s;
  padding: 0; }

.footer-link:hover {
  color: #826a45; }

.footer-link i {
  margin-right: 10px;
  color: #826a45; }

.contact-info {
  margin-bottom: 15px; }
  .contact-info p {
    font-size: 14px; }

.contact-info i {
  color: #826a45;
  margin-right: 10px;
  width: 20px;
  text-align: center; }

.social-icons {
  margin-top: 20px; }
  .social-icons a {
    text-decoration: none; }
    .social-icons a:hover {
      color: #fff; }

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  margin-right: 10px;
  transition: background-color 0.2s; }

.social-icon:hover {
  background-color: #826a45; }

.footer-search {
  position: relative;
  margin-bottom: 30px; }

.footer-search input {
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  color: white !important; }

.footer_bottom {
  background-color: #826a45;
  padding: 12px 0; }

.footer-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #826a45;
  border: none;
  border-radius: 0 4px 4px 0;
  color: white; }

.copyright {
  font-size: 14px; }
  @media (max-width: 991.98px) {
    .copyright {
      margin-bottom: 20px;
      text-align: center; } }

.payment-methods {
  text-align: right; }
  @media (max-width: 991.98px) {
    .payment-methods {
      text-align: center; } }

/* Accordion styling for mobile */
.mobile-accordion {
  border: none;
  background: transparent;
  color: white;
  text-align: left;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  display: none;
  width: 100%;
  padding: 10px 0; }

.mobile-accordion:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  float: right; }

.mobile-accordion.active:after {
  content: "\f106"; }

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000; }

.design_info_sec_product {
  padding: 50px 0; }
  .design_info_sec_product .design_info img {
    max-width: 70px !important;
    display: block;
    margin: 0 auto; }
  .design_info_sec_product .design_info p {
    font-size: 14px; }
  @media (max-width: 768px) {
    .design_info_sec_product {
      padding: 0 10px 40px 10px; } }
  .design_info_sec_product .design_info {
    margin-top: 0 0 50px 0; }
    @media (max-width: 991.98px) {
      .design_info_sec_product .design_info {
        margin-top: 0 10px 30px 10px; } }
  .design_info_sec_product .design_card {
    text-align: center;
    border-radius: 0;
    height: 100%;
    border: none; }
    @media (max-width: 991.98px) {
      .design_info_sec_product .design_card {
        margin-bottom: 10px; } }
    .design_info_sec_product .design_card img {
      display: block;
      margin: 0 auto;
      margin-bottom: 30px;
      max-width: 100px; }
      @media (max-width: 991.98px) {
        .design_info_sec_product .design_card img {
          max-width: 75px; } }
    .design_info_sec_product .design_card h5 {
      color: #000;
      font-size: 16px; }
    .design_info_sec_product .design_card h4 {
      font-size: 25px;
      color: #000;
      padding: 12px 0;
      margin: 0; }
      @media (max-width: 768.98px) {
        .design_info_sec_product .design_card h4 {
          font-size: 20px; } }
  .design_info_sec_product .btn_desing {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 12px 40px;
    transition: 0.7s;
    margin-top: 50px; }
    @media (max-width: 768.98px) {
      .design_info_sec_product .btn_desing {
        padding: 12px 20px;
        margin-top: 0px;
        font-size: 14px; } }
    .design_info_sec_product .btn_desing:hover {
      background-color: #826a45; }

@media (min-width: 991px) {
  .single .info_area_section {
    margin: 0 auto;
    max-width: 800px !important; } }

.product_box_title {
  margin: 0 auto 20px auto;
  text-align: center; }
  .product_box_title h1 {
    text-align: center;
    padding: 0 0 10px 0;
    color: #826a45;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 48px;
    font-family: "Great Vibes", cursive; }
    @media (max-width: 991.98px) {
      .product_box_title h1 {
        font-size: 30px; } }
    @media (max-width: 768.98px) {
      .product_box_title h1 {
        font-size: 24px;
        line-height: 1.6;
        padding: 10px 0 0 0; } }

#breadcrumbs {
  display: inline-flex;
  align-items: center;
  background-color: #826a45;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  gap: 8px; }
  #breadcrumbs span {
    display: flex;
    align-items: center;
    color: #f4f4f4; }
  #breadcrumbs a {
    color: #f4f4f4;
    text-decoration: none;
    transition: color 0.3s ease; }
    #breadcrumbs a:hover {
      color: #ffffff; }
  #breadcrumbs .breadcrumb_last {
    color: #ffffff; }
  #breadcrumbs span:not(:last-child)::after {
    content: "/";
    margin: 0 8px;
    color: #f4f4f4; }

.single_blog_banner {
  padding: 70px 0;
  background-color: #826a45;
  border-bottom-right-radius: 70px; }
  @media (max-width: 767.98px) {
    .single_blog_banner {
      padding: 35px 0; } }
  .single_blog_banner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px; }
    @media (max-width: 767.98px) {
      .single_blog_banner h1 {
        font-size: 30px; } }
  .single_blog_banner p {
    color: #fff;
    font-size: 17px; }
    @media (max-width: 767.98px) {
      .single_blog_banner p {
        font-size: 15px; } }

.single_main_blog_section {
  padding: 70px 0;
  background-color: #f1f1f1; }
  .single_main_blog_section .single_main_blog_box h2 {
    color: #000;
    padding: 16px 0;
    font-size: 23px; }
  .single_main_blog_section .single_main_blog_box h3 {
    color: #000;
    padding: 16px 0;
    font-size: 17px; }
  .single_main_blog_section .single_main_blog_box p {
    color: #353535; }
  .single_main_blog_section .info-box {
    background-color: #ffd7ca;
    padding: 20px;
    text-align: center;
    border-radius: 15px; }
    .single_main_blog_section .info-box h5 {
      color: #000;
      font-size: 20px; }
    .single_main_blog_section .info-box p {
      font-size: 15px;
      color: #353535;
      padding: 15px 0; }
    .single_main_blog_section .info-box .btn-get {
      background-color: #d24545;
      color: #fff;
      padding: 12px 20px;
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 20px;
      transition: 0.6s; }
      .single_main_blog_section .info-box .btn-get:hover {
        background-color: #371c15; }
      @media (max-width: 991.98px) {
        .single_main_blog_section .info-box .btn-get {
          padding: 10px 20px;
          font-size: 15px; } }
  .single_main_blog_section .social_box {
    background-color: #e6baa3;
    padding: 15px;
    border-radius: 10px; }
    .single_main_blog_section .social_box .social_side_nav li a {
      background-color: #fff;
      margin: 10px 0;
      color: #826a45;
      border-radius: 10px;
      padding: 10px 20px;
      text-align: center;
      font-size: 20px; }

/*# sourceMappingURL=style.css.map */
