/*
Theme Name: Prounveil
Text Domain: prounveil
Version: 1.0.0
Tested up to: 6.8.2
Requires at least: 5.6
Requires PHP: 8.0
Description: A creative resume and portfolio theme with amazing user experience.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
Author: Prounveil
Author URI: https://prounveil.com/
Theme URI: https://prounveil.com/demos/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

PHP code is licensed under GPL v2 or later.
CSS, JavaScript, images and other assets are proprietary and may not be redistributed.
Full license terms: https://prounveil.com/license
*/

@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&family=Monoton&family=Poppins:wght@400;600&display=swap');

/*html, body {

  height: 100%;

}*/

body {

  /*text-align: center;*/

  padding: 30px;

  font-family: 'Poppins', sans-serif;

  display: flex;

  justify-content: center;

  align-items: center;

  line-height: 1.5;

  /*background: linear-gradient(160deg, #4567b2 20%, #8ab9ff 20%, #8ab9ff 80%, #4567b2 80%);*/

/*  background: linear-gradient(160deg, #c9800f 20%, #eebe72 20%, #c9800f 80%, #eebe72 80%);*/

  /* background-color: #f5efe0; default fallback if nothing is set */

  /*background-repeat: no-repeat;

  background-size: cover;

  background-position: center top;*/

}



.vcard-main-container {

  display: inline-block;

  /*width: 240px;*/

  width: 100%;

  text-align: center;

}

.vcard-main-container a {

  color: #212529;

  text-decoration: none;

}

.vcard-main-container a:hover {

  color: #4a171e;

  font-weight: 600;

}



.img-container {

  height: 200px;

  width: 200px;

  /*overflow: hidden;*/

  border-radius: 0px 0px 20px 20px;

  display: inline-block;

}

.img-container img {

  /*transform: skew(0deg, -13deg);*/

  width: 200px;

  height: auto;

  /*height: 200px;*/

  /*margin: -35px 0px 0px -70px;*/

  /*margin: -2px 0px 0px -35px;*/

}



.vcard-profile-pic {

  animation: bounce 2s ease;

  display: inline-block;

  /*border-radius: 20px;*/

  border-radius: 50%;

  overflow: hidden;

  padding: 0px;

  /*transform: skew(0deg, 13deg);*/

  font-size: 0px;

  /*margin: 30px 0px 0px 0px;*/

  background: #c8c2c2;

  /*height: 250px;*/

  height: 200px;

  width: 200px;

  z-index: 999999;

  /*margin-bottom: 30px;*/
  margin: 0;

}



@keyframes bounce {

  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}

  40% {transform: translateY(-30px);}

  60% {transform: translateY(-15px);}

}



.text-container {

  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

  padding: 120px 20px 20px 20px;

  border-radius: 20px;

  border-radius: 150px 150px 10px 10px;

  background: #eceaea;*/

  margin: 0;

  line-height: 22px;

  font-size: 16px;

padding: 15px;
background: rgba(255, 255, 255, 0.36);

}

.homepage .text-container{
  background: transparent;
  padding: 0;
}

/*.portfolio-sec, .products-sec, .blog-sec, .contact-sec {

  display: none;

}*/



.blocked-sec {

	margin-top: 30px;

	position: relative;

  animation: fadein 2s;

  -moz-animation: fadein 2s; /* Firefox */

  -webkit-animation: fadein 2s; /* Safari and Chrome */

  -o-animation: fadein 2s; /* Opera */

}

.archive-sec h1, .category-sec h1 {
  background-color: #dedddd;
  border-radius: 30px;
  padding: 5px;
}

@keyframes fadein {

  from {

      opacity:0;

  }

  to {

      opacity:1;

  }

}

@-moz-keyframes fadein { /* Firefox */

  from {

      opacity:0;

  }

  to {

      opacity:1;

  }

}

@-webkit-keyframes fadein { /* Safari and Chrome */

  from {

      opacity:0;

  }

  to {

      opacity:1;

  }

}

@-o-keyframes fadein { /* Opera */

  from {

      opacity:0;

  }

  to {

      opacity: 1;

  }

}

.home h1 {

  margin: 0px 0px 0px 0px;

  color: #212529;

  font-size: 35px;

  font-family: 'Merienda', cursive;

  display: flex;

  flex-direction: column;

  align-items: flex-end;

}

.home h1 span {

	font-family: 'Monoton', cursive;

	color: #c9800f;

	position: relative;

  font-weight: 600;

}

.text-container h1 {

  margin: 0px 0px 0px 0px;

  /*color: #c9800f;*/

  color: #212529;

  /*font-size: 35px;*/

  font-size: 50px;

  /*font-family: 'Merienda', cursive;*/

  /*font-family: 'Poppins';*/

  display: flex;

  align-items: center;

  justify-content: center;

}

/*.text-container h1 span:before {

	content: "";

  position: absolute;

  width: 41%;

  --height: 1px;

  bottom: 4px;

  left: 0;

  border-bottom: 3px solid #212529;

}*/

.heading-subtitle {

	/*text-align: right;

  position: absolute;

  top: 38px;

  bottom: 75px;

  right: 28%;

  font-weight: 600;*/

  background-color: #212529;

  padding: 5px 25px;

  color: #ffffff;

  font-size: 18px;

  border-radius: 10px;

  margin-bottom: 5px;

}



/*Menu Section Starts*/

/*#portfolio_sec, #products_sec, #gallery_sec, #blog_sec, #contact_sec {

  display: none;

}*/

#vcardmenu {

  position: relative;

  border: none;

  border-radius: 10em;

  display: flex;

  list-style: none;

  background: #f5f5f5;

  /*box-shadow: 20px 40px 40px #b2b2b2;*/

  box-shadow: 0px 0px 5px #b2b2b2;

  padding: 5px 8px;
  justify-content: space-between;

  /*margin-top: 30px;*/

}

#vcardmenu li {

  margin: 0px;
  display: flex;
  align-items: center;

}

#vcardmenu li a {

  position: relative;

  /*padding: 0.7em 2em;*/

  /*padding: 0.7em 1.55em;*/

  /*padding: 0.7em 1em;*/

  padding: 0.7em 1.2em;

  font-size: 18px;

  border: none;

  outline: none;

  color: #212529;

  display: inline-block;

  text-decoration: none;

  z-index: 3;

  width: 100%;

}

#vcardmenu li:last-child a {

  padding: 0.7em 1.6em;

}

#vcardmenu .slide1, #vcardmenu .slide2 {

  position: absolute;

  display: inline-block;

  height: 3em;

  border-radius: 10em;

  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1.05);
  top: 50%;
  transform: translateY(-50%);

}

#vcardmenu .slide1 {

  background-color: #c9800f;

  z-index: 2;

}

#vcardmenu .slide2 {

  opacity: 0;

  background: #eebe72;

  z-index: 1;

}

/*#vcardmenu .slide1 a, #vcardmenu .slide2 a {

	color: #ffffff;

}*/

/* #vcardmenu .squeeze {

  transform: scale(0.9);

} */
.menu-item {
  position: relative;
}
  #vcardmenu .menu-item-has-children span.submenu-toggle{
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
  }
  span.submenu-toggle i{
    transition: all 0.5s ease;
  }
span.submenu-toggle.open i{
  transform: rotate(180deg);
}
*,

*::before,

*::after {

  box-sizing: border-box;

}

.active-menu {

  color: #ffffff !important;

  font-weight: 600;

}

#vcardmenu li.first-menu-item a {

  font-weight: 600;

  color: #ffffff;

}

ul.sub-menu li {

  display: none;

  list-style: none;

  list-style-type: none;

  padding-inline-start: 0px;

  padding: 7px 0px 7px 0px;

  line-height: 0px;

}

ul.sub-menu li:first-child {

  padding-top: 14px;

}

ul.sub-menu li:last-child {

  padding-bottom: 14px;

}

li:hover > ul.sub-menu li {

  display: flex;

  flex: 1;

}

li > ul.sub-menu {

  position: absolute;

  display: flex;

  flex-direction: column;

  background-color: #f5f5f5;

  /*right: 0;*/

  /*top: 100%;*/

  width: 20%;

  z-index: 9999;

  border-radius: 10px;

  padding: 0px;

}

/*.active-submenu {

  border-bottom: 3px solid #000;

}*/

.active-submenu::after {

  content: '';

  border-bottom: 3px solid #c9800f;

  width: 80%;

  display: block;

  margin: 15px auto;

  margin-bottom: -15px;

}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  border-radius: 6px;
  display: none;
  flex-direction: column;
  padding: 8px 0;
  background: #f8f8f8;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 99;
}



/* Basic styling for account and cart menu items */

.menu-item-account a,

.menu-item-cart a {

    display: flex !important;

    align-items: center;

    gap: 5px;

}



.account-icon,

.cart-icon {

    width: 20px;

    height: 20px;

}



.cart-count {

    background: #dd9933;/*#e74c3c*/

    color: white;

    border-radius: 50%;

    padding: 3px;

    font-size: 12px;

    line-height: 1;

    min-width: 18px;

    text-align: center;

}



.menu-item-account,

.menu-item-cart {

    margin-left: auto;

}



/* Dropdown for account menu */

.menu-item-account {

    position: relative;

}



.account-dropdown {

    position: absolute;

    top: 100%;

    right: 0;

    background: white;

    border: 1px solid #ddd;

    border-radius: 4px;

    box-shadow: 0 2px 10px rgba(0,0,0,0.1);

    min-width: 150px;

    display: none;

    z-index: 1000;

}



.menu-item-account:hover .account-dropdown {

    display: block;

}



.account-dropdown a {

    display: block;

    padding: 10px 15px;

    text-decoration: none;

    color: #333;

    border-bottom: 1px solid #eee;

}



.account-dropdown a:hover {

    background: #f5f5f5;

}


#hamburger-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

/*Menu Section Ends*/



/*.portfolio-sec, .products-sec, .blog-sec, .contact-sec {

	display: none;

}*/

.home-sec {

  /*margin-top: 150px;

  margin-bottom: 150px;*/

  height: 500px;

  display: flex;

  /*align-items: center;*/

  justify-content: space-between;

  /*flex-direction: column;*/

  width: 100%;

  background-image: url('images/home-right-bg.png');

  background-size: contain;

  background-repeat: repeat;

  background-position: center;

}

.home-sec-left {

  border-top: 3px solid #c9800f;

  border-left: 5px solid #c9800f;

  border-bottom: 3px solid #c9800f;

  overflow: hidden;

  display: inline-flex;

  flex-basis: 50%;

  width: 50%;

}

.home-sec-left img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.home-sec-right {

  width: 50%;

  flex-basis: 50%;

  border-top: 3px solid #212529;

  border-right: 5px solid #212529;

  border-bottom: 3px solid #212529;

  padding: 0px 10px 0px 10px;

}

.home-sec-right-wrap {

  display: flex;

  height: 500px;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  /*align-items: flex-end;*/

}

.home-sec-right-wrap div {

  margin-top: 5px;

}

.main-content-wrap {

/*  display: flex;*/

	margin-top: 50px;

  /*padding-top: 50px;*/

  text-align: left;

  position: relative;

}

/*.main-content-wrap:before {

  content: "";

  position: absolute;

  width: 65%;

  top: 10px;

  left: 18%;

  border-bottom: 2px solid #d9d4d4;

}*/

.main-content-wrap .sidebar {

  /*width: 300px;*/

  width: 20%;

  flex-shrink: 0;

  text-align: left;

}

.home-sec-right-wrap .social-links a:hover {

  background-color: transparent;

}

.home-sec-right-wrap .social-links a i {

  color: #4a171e;

  font-size: 25px;

}

.download-resume a:hover {

  text-decoration: none;

  background-color: #212529;

  color: #ffffff;

}

.download-resume a span {

  display: flex;

  border-left: 5px solid #4a171e;

  border-top: 2px solid #4a171e;

  border-bottom: 2px solid #4a171e;

  font-size: 20px;

  font-weight: 600;

  color: #4a171e;

  padding: 15px 30px;

  border-radius: 10px;

}

.download-resume a span:hover {

  background-color: #4a171e;

  color: #ffffff;

  transition: background-color 0.3s ease, color 0.3s ease;

}

.download-resume a span i {

  font-size: 20px;

  padding-left: 5px;

}

.pg-heading {

	font-size: 24px;

	font-weight: 600;

	margin-bottom: 40px;

  position: relative;

}

.pg-heading:before {

  content: "";

  position: absolute;

  width: 7%;

  top: 25px;

  left: 0;

  border-bottom: 3px solid #c9800f;

}

.pi-heading, .skills-heading, .statistics-heading, .testimonials-heading, .services-heading {

  font-size: 24px;

  font-weight: 600;

  margin-bottom: 40px;

  position: relative;

}

.pi-heading:before, .skills-heading:before {

  content: "";

  position: absolute;

  width: 19%;

  top: 25px;

  left: 0;

  border-bottom: 3px solid #c9800f;

}

.testimonials-heading:before, .statistics-heading:before {

  content: "";

  position: absolute;

  width: 25%;

  top: 25px;

  left: 0;

  border-bottom: 3px solid #c9800f;

}

.services-heading:before {

  content: "";

  position: absolute;

  width: 9%;

  top: 25px;

  left: 0;

  border-bottom: 3px solid #c9800f;

}

.statistic-box {

  display: flex;

  margin-bottom: 20px;

}

.statistic-box span {

  background-color: #c9800f;

  color: #ffffff;

  padding: 10px 10px 10px 10px;

  float: left;

  font-size: 23px;

}

.statistic-box span:first-child {

  background-color: #4a171e;

  border-radius: 10px 0px 0px 10px;

  border-bottom: 4px solid #c9800f;

}

.statistic-box span:nth-child(2) {

  padding-right: 0;

  font-weight: 600;

}

.statistic-box span:nth-child(3) {

  /*padding-left: 0;*/

  font-size: 16px;

}

.statistic-box span:nth-child(4) {

  padding-left: 0;

  font-size: 16px;

}

.statistics-projects span:nth-child(3), .statistics-clients span:nth-child(3) {

  padding-left: 0px;

}

.statistic-box span:last-child {

  border-right: 1px solid #4a171e;

}



.services-wrap {

  margin-bottom: 60px;

}

/*.services-content-col {

  display: flex;

}

.services-content {

  flex-direction: column;

  text-align: center;

  padding-bottom: 15px;

}

.services-content img {

  width: 80px;

}

.service-hd {

  font-size: 18px;

  font-weight: 600;

  padding: 6px;

}*/



.services-content-col {

  display: flex;

  flex-wrap: wrap; /* Allow items to wrap to the next row */

  justify-content: space-around; /* Distribute items evenly with equal space between them */

}



.services-content {

  width: calc(50% - 20px); /* Calculate width for two items per row */

  margin: 10px; /* Add margin between items */

  text-align: center;

}



.services-content img {

  width: 80px;

}



.service-hd {

  font-size: 18px;

  font-weight: 600;

  padding: 6px;

}



.service-content {

  text-align: left;

}



/* Default styles */

.services-content-col {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between; /* Distribute items with equal space between them */

}



.services-content {

  width: calc(50% - 20px);

  margin-bottom: 20px; /* Add margin bottom to create space between rows */

  text-align: center;

}



/* Adjust styles for odd number of items */

@media (max-width: 767px) {

  .services-content-col {

    justify-content: flex-start; /* Align items to the left */

  }

}



.main-content-wrap ul.pi-details-content {

  margin-bottom: 50px;

  padding: 0;

  text-align: left;

}

.main-content-wrap ul.pi-details-content li {

	list-style: none;

  line-height: 25px;

	text-align: left;

	/*padding-left: 15%;*/

  text-align: left;

  /*display: flex;*/

  margin-bottom: 5px;

}

.main-content-wrap ul.pi-details-content li strong {

	display: inline-flex;

	/*width: 32%;*/

  padding: 2px 8px;

  position: relative;

  font-size: 90%;

  background-color: #c9800f;

  color: #ffffff;

  border-left: 3px solid rgba(74,23,30);

  border-radius: 6px 1px 1px 6px;

  height: fit-content;

}

.main-content-wrap ul.pi-details-content li p {

  display: inline-flex;

  /*width: 68%;*/

  margin-left: 5px;

  padding-right: 10px;

  line-height: 2;

}

.main-content-wrap ul.pi-details-content li p a {

  text-decoration: none;

  color: #4a171e;

  font-weight: 600;

}

.about-content {

  margin-bottom: 50px;

}

.clients-logo-wrap {

	display: flex;

  flex-direction: row;

  justify-content: space-between;

  margin-bottom: 50px;

  position: relative;

  align-items: center;

}

.col-heading {

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 24px;

  font-weight: 600;

  background-color: #c9800f;

  color: #ffffff;

  padding: 0px 10px;

  border-bottom: 2px solid #4a171e;

  border-radius: 4px 30px 30px 4px;

}

/*.clients-logo-wrap .clients-logos img {

	width: 12%;

}*/

/*.clients-logo-wrap .col-heading:before {

  content: "";

  position: absolute;

  width: 7%;

  top: 56%;

  left: 0;

  border-bottom: 3px solid #c9800f;

}*/

.vcard-btn {

  margin-top: 20px;

}

.vcard-btn a {

  background-color: #4a171e;

  border: none;

  color: white;

  padding: 8px 26px;

  border-radius: 4px;

  text-align: center;

  text-decoration: none;

  display: inline-flex;

  font-size: 16px;

  margin: 4px 2px;

  cursor: pointer;

}

.vcard-btn a i {

  margin-left: 5px;

  display: flex;

  align-items: center;

}

.row-wrap {

  display: flex;

  position: relative;

}

.col-wrap {

  width: 50%;

}

.pi-details, .pi-skills {

  position: relative;

}

/*.vcard-h-divider {

  border-right: 2px solid #d9d4d4;

  position: absolute;

  top: 20%;

  bottom: 32%;

  left: 58%;

}*/



/*******client carousel******/

.clients-logo-wrap .container {

  width: 90%;

}



.slick-slide {

  margin: 0px 20px;

}



.slick-slide img {

  width: 100%;

}



.slick-slider

{

  position: relative;

  display: block;

  box-sizing: border-box;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

          user-select: none;

  -webkit-touch-callout: none;

  -khtml-user-select: none;

  -ms-touch-action: pan-y;

      touch-action: pan-y;

  -webkit-tap-highlight-color: transparent;

}



.slick-list

{

  position: relative;

  display: block;

  overflow: hidden;

  margin: 0;

  padding: 0;

}

.slick-list:focus

{

  outline: none;

}

.slick-list.dragging

{

  cursor: pointer;

  cursor: hand;

}



.slick-slider .slick-track,

.slick-slider .slick-list

{

  -webkit-transform: translate3d(0, 0, 0);

     -moz-transform: translate3d(0, 0, 0);

      -ms-transform: translate3d(0, 0, 0);

       -o-transform: translate3d(0, 0, 0);

          transform: translate3d(0, 0, 0);

}



.slick-track

{

  position: relative;

  top: 0;

  left: 0;

  display: block;

}

.slick-track:before,

.slick-track:after

{

  display: table;

  content: '';

}

.slick-track:after

{

  clear: both;

}

.slick-loading .slick-track

{

  visibility: hidden;

}



.slick-slide

{

  display: none;

  float: left;

  height: 100%;

  min-height: 1px;

}

[dir='rtl'] .slick-slide

{

  float: right;

}

.slick-slide img

{

  display: block;

}

.slick-slide.slick-loading img

{

  display: none;

}

.slick-slide.dragging img

{

  pointer-events: none;

}

.slick-initialized .slick-slide

{

  display: block;

}

.slick-loading .slick-slide

{

  visibility: hidden;

}

.slick-vertical .slick-slide

{

  display: block;

  height: auto;

  border: 1px solid transparent;

}

.slick-arrow.slick-hidden {

  display: none;

}

.slick-dots {

  display: flex;

  justify-content: center;

  margin: 0;

  padding: 1rem 0;

  list-style-type: none;

}

.slick-dots li {

  margin: 0 0.25rem;

}

.slick-dots button {

  display: block;

  width: 1rem;

  height: 1rem;

  padding: 0;

  border: none;

  border-radius: 100%;

  background-color: #c9800f;

  text-indent: -9999px;

}

.slick-dots li.slick-active button {

  background-color: #4a171e;

}

/********client carousel ends**********/







/********progress bar starts**********/

.progress-bar-wrap {

  padding: 40px 0px;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  /*margin: auto;*/

  margin-top: 10px;

}

.progressBar {

  margin-bottom: 26px;

  margin-bottom: 1.25em;

  position: relative;

}

.progressBar h4 {

  font-size: 16px;

  text-transform: none;

  margin-bottom: 7px;

  margin-bottom: 0.33em;

  color: #2e1437;

}

.progressBarcontainer {

  width: 100%;

  height: 10px;

  background: #e1e1e1 !important;

  overflow: hidden;

  border-radius: 0.3em;

}

.progressBarValue {

  height: 10px;

  float: left;

  border-radius: 0.3em;

  background: #c9800f; /* Old browsers */

  background: -moz-linear-gradient(-45deg, #c9800f 0%, #4a171e 75%);

  background: -webkit-linear-gradient(-45deg, #c9800f 0%, #4a171e 75%);

  background: linear-gradient(135deg, #c9800f 0%, #4a171e 75%);

}



.speech-bubble {

  background-color: #4a171e !important;

  font-size: 0.75em;

  line-height: 2em;

  position: absolute;

  top: -0.6em;

  text-align: center;

  min-width: 3em;

  border-radius: 0.3em;

  color: white;

  display: none;

}



.speech-bubble:after {

  border: 0.5em solid transparent;

  border-top-color: #4a171e !important;

  content: "";

  margin-left: -0.5em;

  position: absolute;

  bottom: -50%;

  left: 50%;

}



.html {

  left: calc(88.5% - 1.5em);

}



.css {

  left: calc(78.5% - 1.5em);

}



.javascript {

  left: calc(58.5% - 1.5em);

}



.react {

  left: calc(48.5% - 1.5em);

}



.jquery {

  left: calc(58.5% - 1.5em);

}



.php {

  left: calc(93.5% - 1.5em);

}



.html,

.css,

.javascript,

.react,

.jquery {

  background: #a487b2;

}



.html:after {

  border-top-color: #a487b2;

}



.css:after {

  border-top-color: #a487b2;

}



.javascript:after {

  border-top-color: #a487b2;

}



.react:after {

  border-top-color: #a487b2;

}



.jquery:after {

  border-top-color: #a487b2;

}



/********progress bar ends**********/



.testimonial-item img {

  width: 30%;

  border-radius: 50%;

  margin: auto;

}

.testimonial-item .testimonial-client-name {

  text-align: center;

  font-weight: 600;

  font-size: 18px;

  position: relative;

}

.testimonial-item .testimonial-client-designation {

  text-align: center;

  font-size: 15px;

}

.testimonial-client-description {

  font-size: 14px;

}

/*.testimonial-item .testimonial-client-name::first-letter {

  font-size: 150%;

  font-weight: 600;

  color: #4a171e;

}*/

/*.testimonial-item .testimonial-client-name:before {

  content: "";

  position: absolute;

  width: 25%;

  top: 25px;

  left: 0;

  border-bottom: 3px solid #c9800f;

}*/

/*.testimonial-client-description:before {

  content: "";

  position: absolute;

  width: 25%;

  top: 25px;

  left: 0;

  border-bottom: 3px solid #c9800f;

}*/



.footer-sec {

  font-size: 25px;

  margin-top: 50px;

  position: relative;

}

.copyright-txt {
  color: #000000;
  font-size: 16px;
  margin: 5px 0;
}

.copyright-txt span {

  font-weight: 600;

}

/*.footer-sec:before {

  content: "";

  position: absolute;

  width: 65%;

  bottom: 40px;

  left: 18%;

  border-bottom: 2px solid #d9d4d4;

}*/

.social-links a {

  margin-left: 5px;

  margin-right: 5px;

}

.home-sec-right-wrap .social-links i {

  color: #4a171e;

}
.footer-sec .social-links i {
  color: #000000;
}

.section-divider {

  padding-bottom: 50px;

}

.section-divider:before {

  content: "";

  position: absolute;

  width: 30%;

  left: 35%;

  border-bottom: 2px solid #d9d4d4;

}



/***********Masonry Gallery Starts************/

/*.filtering {

  margin-top: 30px;

}*/

.filtering span {

  border-bottom: 2px solid transparent;

  color: #c9800f;

  cursor: pointer;

  font-size: 15px;

  font-weight: 600;

  letter-spacing: 1px;

  margin-right: 20px;

  display: inline-block;

  margin-bottom: 5px;

}

.filtering span:last-child {

  margin: 0;

}

.filtering .active {

  border-color: #4a171e;

  color: #4a171e;

}

.portfolio-wrap {

  width: 100%;

  margin-top: 30px;

}

.portfolio-wrapper {

  position: relative;

  overflow: hidden;

}

.portfolio-overlay {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  transition: all 500ms ease;

}

.portfolio-wrapper .portfolio-image img {

  transform: scale(1.2);

  will-change: transform;

  transition: all 0.5s ease;

  width: 100%;

}

.portfolio-wrapper:hover .portfolio-image img {

  transform: none;

}

.portfolio-overlay:before {

  position: absolute;

  display: inline-block;

  top: 15px;

  right: 15px;

  bottom: 15px;

  left: 15px;

  border: 1px solid rgba(0, 0, 0, 0.36);

  content: "";

  opacity: 0;

  transition: all 0.5s ease;

  transform: scale(0.85);

}

.portfolio-overlay .portfolio-content {

  position: absolute;

  bottom: 50%;

  left: 0;

  width: 100%;

  text-align: center;

  opacity: 0;

  padding: 0 35px;

}

.portfolio-content h4 {

  color: #000;

  font-weight: 600;

  font-size: 20px;

  text-transform: capitalize;

  letter-spacing: 1px;

  margin-bottom: 15px;

}

.portfolio-content p {

  color: #000;

  font-weight: 500;

  letter-spacing: 1px;

  margin-bottom: 0;

}

.portfolio-content > a {

  line-height: 42px;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  color: #000;

  display: inline-block;

  text-align: center;

  margin-bottom: 15px;

  font-weight: 800;

}

.portfolio-wrapper:hover .portfolio-overlay {

  background-color: #c9800f;

}

.portfolio-wrapper:hover .portfolio-overlay:before {

  opacity: 1;

  visibility: visible;

  transform: none;

}

.portfolio-wrapper:hover .portfolio-overlay .portfolio-content {

  transform: translateY(50%);

  transition: transform 0.5s ease;

  opacity: 1;

}

#gallery-load-more, #video-gallery-load-more, #portfolio-load-more {

  width: auto;

  cursor: pointer;

  background-color: #4a171e;

  color: white;

  border: none;

  padding: 15px 50px;

  margin-top: 20px;

  border-radius: 5px;

}

@media screen and (max-width: 1199px) {

  .portfolio-content h4 {

    font-size: 18px;

  }

}

@media screen and (max-width: 991px) {

  .portfolio-content h4 {

    margin-bottom: 10px;

  }

  .portfolio-content p {

    font-size: 15px;

  }

  .portfolio-content > a {

    margin-bottom: 10px;

  }

}

@media screen and (max-width: 767px) {

  .portfolio-content h4 {

    font-size: 17px;

  }

  .portfolio-content p {

    font-size: 14px;

  }

}

@media screen and (max-width: 575px) {

  .portfolio-content h4 {

    font-size: 16px;

  }

}

.grid .grid-item {

  /*width: 300px;*/

  /*width: 310px;*/

  padding: 0;

  position: relative;

  overflow: hidden;

  margin-bottom: 0 !important;

}

.grid .grid-item .portfolio-wrapper {

  position: relative;

  overflow: hidden;

}

.grid .grid-item .portfolio-overlay {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  transition: all 500ms ease;

}

.grid .grid-item .portfolio-wrapper .portfolio-image img {

  transform: none;

  will-change: transform;

  transition: none;

  width: 100%;

}

.grid .grid-item .portfolio-wrapper:hover .portfolio-image img {

  transform: none;

}

.grid .grid-item .portfolio-overlay:before {

  position: absolute;

  display: inline-block;

  top: 15px;

  right: 15px;

  bottom: 15px;

  left: 15px;

  border: 1px solid rgba(0, 0, 0, 0.36);

  content: "";

  opacity: 0;

  transition: all 0.5s ease;

  transform: scale(0.85);

}

.grid .grid-item .portfolio-overlay .portfolio-content {

  position: absolute;

  bottom: 50%;

  left: 0;

  width: 100%;

  text-align: center;

  opacity: 0;

}

.grid .grid-item .portfolio-content h4 {

  color: #ffffff;

  font-weight: 600;

  letter-spacing: 1px;

  font-size: 20px;

  margin-bottom: 10px;

}

.grid .grid-item .portfolio-content p {

  color: #ffffff;

  font-weight: 500;

  letter-spacing: 1px;

  margin-bottom: 0;

}

.grid .grid-item .portfolio-content a {

  line-height: 36px;

  width: 36px;

  height: 36px;

  border-radius: 50%;

  color: #ffffff;

  display: inline-block;

  text-align: center;

  margin-bottom: 10px;

  font-weight: 800;

}

.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay {

  background-color: #c9800f;

}

.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay:before {

  opacity: 1;

  visibility: visible;

  transform: none;

}

.grid .grid-item .portfolio-wrapper:hover .portfolio-overlay .portfolio-content {

  transform: translateY(50%);

  transition: transform 0.5s ease;

  opacity: 1;

}

.portfolio-sec .row {

  margin-right: 0 !important;

  margin-left: 0 !important;

}

@media screen and (max-width: 1199px) {

  .grid .grid-item .portfolio-content h4 {

    font-size: 18px;

  }

}

@media screen and (max-width: 991px) {

  .grid .grid-item .portfolio-content h4 {

    margin-bottom: 10px;

  }

  .grid .grid-item .portfolio-content p {

    font-size: 15px;

  }

  .grid .grid-item .portfolio-content a {

    margin-bottom: 10px;

  }

}

@media screen and (max-width: 767px) {

  .grid .grid-item .portfolio-content h4 {

    font-size: 17px;

  }

  .grid .grid-item .portfolio-content p {

    font-size: 14px;

  }

}

@media screen and (max-width: 575px) {

  .grid .grid-item .portfolio-content h4 {

    font-size: 16px;

  }

  .grid .grid-item .portfolio-overlay:before {

    top: 10px;

    right: 10px;

    bottom: 10px;

    left: 10px;

  }

}

.portfolio-details-content .portfolio-category span {

  background-color: #212529;

  padding: 1px 7px;

  text-decoration: none;

  color: #ffffff;

  margin-right: 5px;

}

.portfolio-details-gallery-slider .portfolio-gallery-slider .slick-list {

  width: 100%;

  /* height: 400px; */

  overflow: hidden;

}

.portfolio-details-desc {

  display: flex;

  margin-bottom: 50px;

}

.portfolio-details-txt {

  text-align: left;

  margin-bottom: 30px;

  width: 60%;

  padding-right: 10px;

}

.portfolio-details-info {

  display: flex;

  width: 40%;

  background-color: #ccc;

  border: 2px solid #4a171e;

}

.portfolio-info {

  display: flex;

  align-items: center;

  flex-basis: 100%;

  width: 100%;

  flex-direction: column;

  justify-content: center;

}

.portfolio-info p {

  display: flex;

  flex-basis: auto;

  width: 100%;

  justify-content: center;

  margin-bottom: 20px;

}

.portfolio-info p strong {

  padding: 5px 10px;

  border-bottom: 2px solid #4a171e;

}

.portfolio-info p a {

  background-color: #4a171e;

  color: #ffffff;

  padding: 10px 60px;

  text-decoration: none;

}



.portfolio-items .slick-slide {

  margin: 0px;

}

.portfolio-details-title {

  margin-top: 20px;

  margin-bottom: 30px;

  font-size: 30px !important;

  background-color: #c9800f;

  color: #ffffff !important;

  padding: 10px;

}

/***********Masonry Gallery Ends**************/



/***********Product Section Starts************/

#products_sec .main-content-wrap {

  margin-top: 30px;

}

#products_sec h1 {

  margin-bottom: 50px;

}

#products_sec #filter_form {

  display: flex;

}

#products_sec #filter_form div {

  margin-right: 15px;

}

#products_sec #filter_form h3 {

  font-size: 18px;

}

#products_sec #filter_form select {

  width: 220px;

}

#products_sec #filter_form #filter_button {

  width: auto;

  cursor: pointer;

  background-color: #4a171e;

  color: white;

  border: none;

  padding: 10px 20px;

  border-radius: 5px;

  font-size: 14px;
  margin: 0;

}

#products_sec #filter_form .filter-by-price input[type=number] {

  width: 120px;

}
#products_sec #filter_form select, #products_sec #filter_form input{
  padding: 0px 12px;
  border-radius: 4px;
}
#products_sec #filter_form input::placeholder{
  color: #4a171e;
}
#products_sec .filter-by-price input:first-child{
  margin-right: 15px;
}
.woocommerce-products ul.products {

  display: flex;

  flex-basis: 100%;

  flex-wrap: wrap;

  justify-content: flex-start; /* Changed from space-between to flex-start */

  margin: 0 -15px; /* Adjust to the half of the gap to offset the margins on the container */

  padding: 0; /* Remove default padding */

  list-style: none;

}

.woocommerce-products ul.products li.product {

  flex: 1 1 calc(33.333% - 30px); /* Adjust the percentage and margin as needed */

  max-width: calc(33.333% - 30px); /* Ensure the columns don't exceed the desired size */

  box-sizing: border-box;

  margin: 15px; /* Adjust the margin as needed */

  padding: 0px 0px 20px 0px;

  border: 2px solid #4a171e;

  background-color: #e0e0e0;

  text-align: center;
  position: relative;

}

.woocommerce-products ul.products li img {

  max-width: 100%;

  width: auto;

  height: auto;

}

.woocommerce-products ul li h2 {

  color: #212529;

  font-size: 20px;

  font-weight: 600;

  /*margin: 10px 0;*/

  padding-top: 10px;

  border-top: 1px solid #000;

  text-decoration: none;

}

.woocommerce-products ul li a.added_to_cart {

  width: auto;

  cursor: pointer;

  background-color: #4a171e;

  color: #ffffff;

  border: none;

  padding: 10px 20px;

  margin-top: 20px;

  margin-left: 3px;

  border-radius: 5px;

  font-size: 14px;

  font-weight: 600;
  line-height: 1;

}

.woocommerce-products ul li a, .woocommerce-products ul li a:hover {

  color: #212529;

  text-decoration: none;

}

.woocommerce-products ul li a.added_to_cart:hover {

  color: #ffffff;

}

.woocommerce-products ul li a span.onsale {

background-color: #4a171e;
    color: #ffffff;
    padding: 2px 5px;
    font-weight: 600;
    position: absolute;
    border-radius: inherit;
    min-height: auto;
    min-width: auto;
    line-height: normal;
    top: 0!important;
    left: 0!important;
    right: inherit!important;
    margin: 0!important;

}

.woocommerce span.onsale {

  background-color: #4a171e;

  padding: 0;

}

.woocommerce-products ul li a span.price {

  color: #212529;

  display: flex;

  flex-direction: row;

  justify-content: center;

  margin-bottom: 20px;

  font-weight: 600;

}

.woocommerce-products ul li a span.price del {

  margin-right: 10px;

}

.woocommerce-products ul li a.button, .woocommerce-products ul li a.add_to_cart_button, .woocommerce a.added_to_cart {

  width: auto;

  cursor: pointer;

  background-color: #4a171e;

  color: white;

  border: none;

  padding: 10px 20px;

  margin-top: 20px;

  border-radius: 5px;

  font-size: 14px;

  font-weight: 600;

}

.woocommerce-products ul li a.product_type_external {

  padding: 10px 10px;

  font-size: 12px;

}

.woocommerce ul.products li.product .button {

  margin-top: 0;

}

.woocommerce a.remove {

  color: #4a171e !important;

}

.woocommerce a.remove:hover {

  background-color: #4a171e !important;

}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {

  width: 150px;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {

  padding: 17px 10px;

  color: #ffffff;

  background-color: #4a171e;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {

  padding: 10px 20px;

  font-size: 14px;

  margin: 0px 0px 10px 10px;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {

  color: #ffffff;

  background-color: #4a171e;

}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {

  color: #ffffff;

  background-color: #4a171e;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {

  background-color: #4a171e;

}

.woocommerce .woocommerce-cart-form {

  margin-top: 50px;

}

.single-post {

  margin-top: 50px;

}

.single-post .vcard-main-container .single-post {

  margin-top: 0;

}

.single-product .woocommerce-product-gallery {

  border: 2px solid #4a171e;

}

.single-product .product .summary .price {

  color: #212529;

}

.single-product .product .summary .cart button.single_add_to_cart_button {

  width: auto;

  cursor: pointer;

  background-color: #4a171e;

  color: white;

  border: none;

  padding: 18px 30px;

  border-radius: 5px;

  margin-left: 3px;

}

.woocommerce a.added_to_cart {

  width: auto;

  cursor: pointer;

  background-color: #4a171e;

  color: white;

  border: none;

  margin-top: 0;

  padding: 14px 30px;

  margin-bottom: 10px;

  border-radius: 5px;

  margin-left: 5px;

  font-size: 16px;

}

.woocommerce-products ul li a.button:hover, .woocommerce-products ul li a.add_to_cart_button:hover, .woocommerce a.added_to_cart:hover {

  color: #ffffff;

}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled] {

  color: #ffffff;

  padding: 17px 10px;

}

.product_meta .posted_in a {

  text-decoration: none;

  color: #4a171e;

  font-weight: 600;

}

.woocommerce div.product .woocommerce-tabs ul.tabs {

  text-align: left;

  padding: 0;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {

  background-color: #4a171e;

  color: #ffffff;

  z-index: 0;

}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {

  border-bottom: 1px solid #4a171e;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {

  box-shadow: 2px 2px 0 #4a171e;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {

  box-shadow: -2px 2px 0 #4a171e;

}

.woocommerce .woocommerce-breadcrumb {

  margin-bottom: 30px;

  text-align: left;

}

.single-product {

  margin-top: 50px;

}

.single-product .product .related ul.products li.product {

  border: 2px solid #4a171e;

  background-color: #ffffff;

}

.single-product .product .related ul.products li.product a h2 {

  padding: 0px 10px;

  color: #212529;

}

.single-product .product .related ul.products li.product a span.price {

  padding: 0px 10px;

  color: #212529;

  margin-top: 5px;

}

.single-product .product .related ul.products li.product a.add_to_cart_button {

  width: auto;

  cursor: pointer;

  background-color: #4a171e;

  color: #ffffff;

  border: none;

  padding: 10px 20px;

  margin: 0px 0px 16px 10px;

  border-radius: 5px;

  font-size: 14px;
  display: inline-block;

}

.single-product .related h2 {

  text-align: left;

  margin-bottom: 15px;

}

.single-product .related .products h2 {

  text-align: center;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {

  width: 200px;

  cursor: pointer;

  background-color: #4a171e;

  color: white;

  border: none;

  padding: 15px 40px;

  margin-top: 20px;

  border-radius: 5px;

}

.woocommerce .wc-tab {

  text-align: left;

}

.woocommerce #reviews #comments ol.commentlist li img.avatar {

  width: 60px;

}

.woocommerce #review_form #respond #reply-title {

  font-size: 20px;

  font-weight: 600;

}

input[type=button], input[type=submit], input[type=reset], button {

  background-color: #4a171e;

  color: #ffffff;

}

.woocommerce div.product div.summary {

  text-align: left;

}

.woocommerce div.product .product_title {

  display: flex;

  justify-content: start;

  margin-bottom: 20px;

}

.woocommerce-message::before, .woocommerce-info::before {

  color: #4a171e;

}

.woocommerce-message, .woocommerce-info {

  border-top-color: #4a171e;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {

  background-color: #4a171e;

}

form.woocommerce-checkout #customer_details {

  display: block;

}

form.woocommerce-checkout #customer_details .col-1, form.woocommerce-checkout #customer_details .col-2 {

  display: inline-block;

  max-width: 50%;

  width: 50%;

  padding-left: 0;

}

form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields h3 {

  text-align: left;

}

form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p, form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p, form.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p {

  display: flex;

  flex-direction: column;

  text-align: left;

}

form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label, form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper p label, form.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p label {

  text-align: left;

}

form.woocommerce-checkout #order_review_heading {

  text-align: left;

  margin: 25px 0px 25px 0px;

}

form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields h3#ship-to-different-address label {

  margin-bottom: 0;

}

input[type="radio"] {

  accent-color: #4a171e;

}

.woocommerce-notices-wrapper .woocommerce-error {

  text-align: left;

}

.woocommerce ul.order_details {

  display: flex;

  justify-content: center;

}

.woocommerce-order-received #main .page .entry-header {

  margin-top: 25px;

}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {

  margin-bottom: 25px;

}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {

  text-align: left;

}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns {

  display: block;

}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {

  display: inline-block;

  max-width: 50%;

  width: 50%;

}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column .woocommerce-column__title {

  text-align: left;

}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {

  flex: 1;

  max-width: 50%;

}

.woocommerce form .form-row {

  display: flex;

  flex-direction: column;

}

/* Hide WooCommerce default notices on my-account page */

.woocommerce-account .woocommerce-error,

.woocommerce-account .woocommerce-message,

.woocommerce-account .woocommerce-info,

.woocommerce-MyAccount-content .woocommerce-error,

.woocommerce-MyAccount-content .woocommerce-message,

.woocommerce-MyAccount-content .woocommerce-info {

    display: none !important;

}



/* Hide notices that appear at the top of the page */

body.woocommerce-account .woocommerce-notices-wrapper {

    display: none !important;

}



/* Style for custom error messages */

.custom-error-message {

    color: #dc3545;

    font-size: 12px;

    display: block;

    margin-top: 5px;

    font-weight: normal;

}



/* Style for custom form messages */

.custom-form-message {

    padding: 10px 15px;

    border-radius: 4px;

    margin-bottom: 15px;

    font-size: 14px;

}



.custom-form-message.error {

    background-color: #f8d7da;

    color: #721c24;

    border: 1px solid #f5c6cb;

}



.custom-form-message.success {

    background-color: #d4edda;

    color: #155724;

    border: 1px solid #c3e6cb;

}



/* Hide any WooCommerce validation errors that might still appear */

/*.woocommerce .woocommerce-error,

.woocommerce .woocommerce-message,

.woocommerce .woocommerce-info {

    display: none !important;

}*/



/* Ensure custom validation styling works properly */

.woocommerce-form-login input.error,

.woocommerce-form-register input.error {

    border: 1px solid #dc3545 !important;

}



/* Loading state styling */

.woocommerce-form-login__submit:disabled,

.woocommerce-form-register__submit:disabled {

    opacity: 0.6;

    cursor: not-allowed;

}

/***********Product Section Starts************/



/***********Gallery Section Starts*************/

.gallery-nav, .video-gallery-nav {

  position: inherit;

  left: 0px;

  margin: auto;

  bottom: 10px;

}

.gallery-content-sec, .video-gallery-content-sec {

  justify-content: center;
  margin: 0;

}

.gallery-content-sec a, .video-gallery-content-sec a {

  width: 100%;

  /*height: 300px;*/

}

.gallery-content-sec img, .video-gallery-content-sec img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  overflow: hidden;

}

.gallery-content-sec .gallery-title, .video-gallery-content-sec .video-gallery-title {

  font-size: 36px;

  color: #42B32F;

  text-align: center;

  font-weight: 500;

  margin-bottom: 70px;

}

.gallery-content-sec .gallery-title:after, .video-gallery-content-sec .video-gallery-title:after {

  content: "";

  position: absolute;

  width: 7.5%;

  left: 46.5%;

  height: 45px;

  border-bottom: 1px solid #5e5e5e;

}

.gallery-content-sec .filter-button, .video-gallery-content-sec .filter-button {

  font-size: 18px;

  /*border: 1px solid #4a171e;

  border-radius: 5px;*/

  text-align: center;

  color: #c9800f;

  margin-bottom: 30px;

  background-color: transparent;

  border-bottom: 2px solid transparent;

  margin-bottom: 5px;

}

/*.gallery-content-sec .filter-button {

  border-bottom: 2px solid transparent;

  color: #c9800f;

  cursor: pointer;

  font-size: 15px;

  font-weight: 600;

  letter-spacing: 1px;

  margin-right: 20px;

  display: inline-block;

  margin-bottom: 5px;

}*/

.gallery-content-sec .filter-button:hover, .video-gallery-content-sec .filter-button:hover {

  font-size: 18px;

  /*border: 1px solid #4a171e;

  border-radius: 5px;*/

  text-align: center;

  color: #4a171e;

  /*background-color: #4a171e;*/

  box-shadow: none;

  font-weight: 600;

}

.gallery-content-sec .filter-button.active, .video-gallery-content-sec .filter-button.active {

  /*background-color: #4a171e;*/

  color: #4a171e;

  box-shadow: none;

  font-weight: 600;

}

.gallery-content-sec .port-image, .video-gallery-content-sec .port-image {

  width: 100%;

}

.gallery-content-sec .gallery_product, .video-gallery-content-sec .video_gallery_product {

  margin-bottom: 10px;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  padding-left: 5px;

  padding-right: 5px;

}

.gallery-content-sec .block, .video-gallery-content-sec .block {

  opacity: 0;

}

@-webkit-keyframes .gallery-content-sec fadeIn {

  0% {opacity: 0;}

  100% {opacity: 1;}

}

@keyframes .gallery-content-sec fadeIn, @keyframes .video-gallery-content-sec fadeIn {

  0% {opacity: 0;}

  100% {opacity: 1;}

}

.gallery-content-sec .fadeIn, .video-gallery-content-sec .fadeIn {

  -webkit-animation-name: fadeIn;

  animation-name: fadeIn;

}

/***********Gallery Section Ends*************/



/***********Blog Section Strats**************/

.blog-wrap {

  /* display: flex;
  flex-wrap: wrap; */

}
.blog-left-sidebar, .blog-right-sidebar{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-left-sidebar{
  flex-direction: row-reverse;
}
.blog-left-sidebar .blog-items, .blog-right-sidebar .blog-items,.blog-left-sidebar .category-items, .blog-right-sidebar .category-items, .blog-left-sidebar .archive-items, .blog-right-sidebar .archive-items, .blog-left-sidebar .post-details-content, .blog-right-sidebar .post-details-content{
    width: 70%;
    flex: 0 0 70%;
}
.blog-left-sidebar .sidebar, .blog-right-sidebar .sidebar{
   width: 28%;
  flex: 0 0 28%;
}
.sidebar{

}
.blog-right-sidebar .sidebar .widget-area .widget, .product-right-sidebar .product-sidebar .widget{
  padding: 20px 15px;
  border-left: 1px solid #d4afb4;
  position: relative;
}
.blog-left-sidebar .sidebar .widget-area .widget, .product-left-sidebar .product-sidebar .widget{
  padding: 15px;
  border-right: 1px solid #d4afb4;
  position: relative;
  text-align: left;
}
.blog-right-sidebar .sidebar .widget-area .widget::after, .product-right-sidebar .product-sidebar .widget::after{
  position: absolute;
  content: "";
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background-color: #d4afb4;
} 
.blog-left-sidebar .sidebar .widget-area .widget::after, .product-left-sidebar .product-sidebar .widget::after{
  position: absolute;
  content: "";
  right: 20px;
  left: 20px;
  bottom: 0;
  height: 1px;
  background-color: #4a171e;
}
.sidebar .widget-area div:last-child.widget::after, .product-sidebar div:last-child.widget::after{
  display: none;
}
.sidebar {
  text-align: left;
}
.sidebar .widget-area div:last-child.widget::after{
  display: none;
}
.sidebar .widget-area .widget form.search-form input[type="search"] {
  padding: 6px;
  height: auto !important;
  border-radius: 5px 0 0 5px;
  width: 100%;
  outline: none;
  border: 1px solid #4a171e;
}
.sidebar .widget-area .widget form.search-form input[type="submit"] {
  padding: 6.7px 10px;
  position: absolute;
  border-radius: 0 5px 5px 0;
  height: auto!important;
  border: none!important;
}
.blog-item, .category-item, .archive-item {

  background-color: #dedddd;

  border-radius: 30px 0px 0px 30px;

  display: flex;

  /* align-items: center; */

  justify-content: center;

  /*border-top: 1px solid #eebe72;*/

  margin-bottom: 50px;

}

.blog-item h1, .blog-content-wrap h1, .blog-item h2, .blog-content-wrap h2, .category-item h1, .archive-item h1, .category-content-wrap h1, .archive-content-wrap h1, .category-item h2, .archive-item h2, .category-content-wrap h2, .archive-content-wrap h2 {

  color: #ffffff;

  font-family: 'Poppins', sans-serif;

  font-size: 22px;

  font-weight: 600;

  position: relative;

  background-color: #c9800f;

  /*border-radius: 4px;*/

  padding: 5px 5px 5px 20px;

  /*border-left: 4px solid #4a171e;*/

}

.blog-item h1 a, .blog-item h2 a, .category-item h1 a, .category-item h2 a, .archive-item h1 a, .archive-item h2 a {

  width: 100%;

  text-align: left;

  overflow-wrap: anywhere;

  color: #ffffff;

}

.blog-item h1 a:hover, .blog-item h2 a:hover, .category-item h1 a:hover, .category-item h2 a:hover, .archive-item h1 a:hover, .archive-item h2 a:hover {

  color: #ffffff;

}

/*.blog-item h1:before {

  content: "";

  position: absolute;

  width: 7%;

  top: 25px;

  left: 0;

  border-bottom: 3px solid #c9800f;

}*/

.blog-img, .category-img, .archive-img {

  /*border-bottom: 5px solid #eebe72;*/

  /*width: 350px;*/

  overflow: hidden;

  flex-direction: column;

  width: 25%;
  flex: 0 0 25%;

}

.blog-img img, .category-img img, .archive-img img {

  width: 100%;

  height: max-content;

  border-radius: 30px 0px 0px 30px;

  transition: 0.5s all ease-in-out;
  height: 320px;
  object-fit: cover;
  /*border: 5px solid #c9800f;*/

}

/*.blog-img img:hover {

  transform: scale(1.5);

}*/

.blog-img:hover img, .category-img:hover img, .archive-img:hover img {

  transform: scale(1.2);

}

.blog-desc, .category-desc, .archive-desc {

  /*background-color: #dedddd;*/

  /*border-top: 2px solid #4a171e;*/

  /*box-shadow: 4px 4px #4a171e;*/

  flex-direction: column;

  width: 75%;
  flex: 0 0 75%;

  /*padding: 0px 0px 20px 20px;*/

  padding: 10px 20px 10px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /*position: relative;*/

}

/*.blog-items {

  flex-basis: 70%;

}*/

.blog-items a, .blog-meta a, strong, .category-items a, .category-meta a, .archive-items a, .archive-meta a {

  color: #4a171e;

  text-decoration: none;

}

.blog-txt, .category-txt, .archive-txt {

  padding-left: 20px;

  padding-bottom: 20px;

}

.blog-items a i, .blog-meta a i, .category-items a i, .category-meta a i, .archive-items a i, .archive-meta a i {

  margin-right: 5px;

}

.read-more {

  font-weight: 600;

  background-color: #4a171e;

  color: #ffffff !important;

  padding: 5px 5px 5px 10px;

}

.read-more i {

  font-size: 12px;

  margin-left: 3px;

}

/*.blog-desc:after {

  content: "";

  position: absolute;

  width: 65%;

  top: 10px;

  left: 18%;

  border-bottom: 2px solid #d9d4d4;

}*/

.blog-meta, .category-meta, .archive-meta {

  background-color: #ccc;

  padding: 20px 20px 2px 20px;

}

.blog-meta div span, .category-meta div span, .archive-meta div span {

  margin-right: 10px;

}

.blog-content-wrap .blog-meta, .blog-content-wrap .blog-details-title, .category-content-wrap .category-meta, .category-content-wrap .category-details-title, .archive-content-wrap .archive-meta, .archive-content-wrap .archive-details-title {

  text-align: center;

}

.blog-content-wrap, .category-content-wrap, .archive-content-wrap {

  margin-top: 40px;

  text-align: left;

}

.blog-content-wrap .blog-details-img, .category-content-wrap .category-details-img, .archive-content-wrap .archive-details-img {

  width: 100%;

  height: auto;

}

.blog-content-wrap .text-container h1, .category-content-wrap .text-container h1, .archive-content-wrap .text-container h1 {

  font-size: 30px;

  margin-top: 20px;

}

.blog-content-wrap .blog-details-txt, .category-content-wrap .category-details-txt, .archive-content-wrap .archive-details-txt {

  margin-top: 25px;

}

.blog-content-wrap .blog-social, .portfolio-content-wrap .portfolio-social {

  background-color: #ccc;

  display: flex;

  padding: 30px 20px;

  justify-content: center;

}

.blog-social span, .portfolio-social span {

  display: flex;

  justify-content: center;

  align-items: center;

  margin-right: 5px;

}

.blog-social span i, .portfolio-social span i {

  font-size: 25px;

  color: #4a171e;

}

/*.blog-items #pagination ul.page-numbers {*/

#pagination ul.page-numbers {

  list-style: none;

  display: flex;

  flex-direction: row;

  justify-content: center;

  padding: 0;

  margin: 0;

}

/*.blog-items #pagination ul.page-numbers li {*/

#pagination ul.page-numbers li {

  background-color: #4a171e;

  color: #ffffff;

  padding: 3px 10px;

  margin-right: 5px;

  text-decoration: none;

  border-radius: 3px;

}

/*.blog-items #pagination ul.page-numbers li a {*/

#pagination ul.page-numbers li a {

  color: #ffffff;

  text-decoration: none;

}

#pagination ul.page-numbers li span.current {

  color: #ffffff;

  font-size: 18px;

  font-weight: bold;

}

.blog-details {

  overflow: hidden;

  flex-direction: column;

  flex-basis: 70%;

}



.post-gallery-item a img {

  width: 100%;

  height: auto;

}

.single-post .post-thumbnail {

  margin-bottom: 20px;

}

.single-post .post-thumbnail a img {

  max-width: 100%;
  height: auto;
  width: 100%;

}



.single-post .post-content-wrapper {

  display: flex;

  flex-wrap: wrap;

}



/* .single-post .post-details-content {

  flex: 1;

  margin-right: 20px;
  max-width: 100%;

} */
.single-post .post-details-content video, .single-post .post-details-content iframe, .single-post .post-details-content img{
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.single-post .post-details-content figure{
  max-width: 100%;
}

/* .single-post .sidebar {

  width: 300px;

  flex-shrink: 0;

  text-align: left;

} */

.post-details-main-content {

  text-align: left;

  margin-bottom: 30px;

}

.post-details-content section.comments {

  text-align: left;

}

.post-details-content h1 {

  justify-content: flex-start;

  text-align: left;

}

.post-details-content .post-category {

  display: flex;

  justify-content: flex-start;

  flex-wrap: wrap;

  margin-top: 10px;

}

.post-details-content .post-category a {

  background-color: #212529;

  padding: 1px 7px;

  text-decoration: none;

  color: #ffffff;

  margin-right: 5px;

  margin-bottom: 5px;

}

.post-details-content .post-category strong {

  color: #4a171e;

  padding-right: 5px;

}



.post-details-content .post-tags {

    font-weight: bold;

    display: flex;

    justify-content: flex-start;

    flex-wrap: wrap;

    margin-top: 10px;

    margin-bottom: 20px;

}



.post-details-content .post-tags strong {

    color: #4a171e;

    padding-right: 5px;

}



.post-details-content .post-tags span {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

}



.post-details-content .post-tags span a {

    position: relative;

    display: inline-block;

    background: #212529;

    color: #fff;

    padding: 4px 14px 4px 9px;

    font-size: 13px;

    text-decoration: none;

    border-radius: 3px;

    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);

    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;

}



.post-details-content .post-tags span a::before {

    content: "";

    position: absolute;

    top: 50%;

    right: -8px;

    width: 6px;

    height: 6px;

    background: #0073aa;

    border-radius: 50%;

    transform: translateY(-50%);

}



.post-details-content .post-tags span a:hover {

    background: #4a171e;

    transform: scale(1.05);

}



.post-details-content .post-tags span a:hover::before {

    background: #4a171e;

}



.post-details-content section.comments .comments-area .comments-title {

  font-size: 25px;

  margin-bottom: 20px;

}

.post-details-content section.comments .comments-area .comment-list {

  padding-left: 0;

  list-style: none;

}

.post-details-content section.comments .comments-area .comment-list li{

  padding: 10px;

  list-style: none;

}

.post-details-content section.comments .comments-area .comment-list > li:nth-child(odd) {

  background-color: #c0b7b8;

}

.post-details-content section.comments .comments-area .comment-list > li:nth-child(even) {

  background-color: #ffffff;

}

.post-details-content section.comments .comments-area .comment-list li .comment-body .comment-content p {

  margin: 10px 0px;

}

.post-details-content section.comments .comments-area .comment-list li .comment-body .comment-meta .comment-author {

  margin-bottom: 5px;

}

.post-details-content section.comments .comments-area .comment-list li .comment-body .comment-meta .comment-author img {

  width: 35px;

  height: auto;

}

.post-details-content section.comments .comments-area .comment-list li .comment-body .comment-meta .comment-author b a {

  color: #212529;

  text-decoration: none;

}

.post-details-content section.comments .comments-area .comment-list li .comment-body .comment-meta .comment-metadata a {

  color: #212529;

  text-decoration: none;

}

.post-details-content section.comments .comments-area .comment-list li .comment-body .comment-meta .comment-metadata .edit-link a {

  text-decoration: none;

  font-size: 16px;

  font-weight: 600;

}

.post-details-content section.comments .comments-area .comment-list li .comment-body .reply a {

  color: #212529;

  text-decoration: none;

  font-weight: 600;

}

.post-details-content section.comments .comments-area .comment-respond .comment-reply-title {

  font-size: 20px;

}

.post-details-content section.comments .comments-area .comment-respond .comment-reply-title a {

  color: #212529;

  font-weight: 600;

  text-decoration: none;

}

.post-details-content section.comments .comments-area .comment-respond {

  margin-top: 20px;

}

.post-details-content section.comments .comments-area .comment-respond .comment-reply-title small {

  color: #212529;

}

.post-details-content section.comments .comments-area .comment-respond .comment-reply-title small a {

  text-decoration: none;

  font-size: 16px;

  font-weight: 600;

}

form#commentform .logged-in-as a {

  color: #212529;

  text-decoration: none;

  font-size: 16px;

  font-weight: 600;

}

form#commentform p.comment-form-comment {

  display: flex;

/*  flex-direction: column;*/

}
form#commentform p.comment-form-cookies-consent{
  flex-direction: row;
  align-items: flex-start;
}
form#commentform p.comment-form-cookies-consent input{
  margin-right: 8px;
  height: 20px;
}
form#commentform p {

  display: flex;

  flex-direction: column;

  justify-content: left;

}

form#commentform p label {

  display: flex;

  /*flex-basis: 100px;

  width: 100px;*/

}

form#commentform p.comment-form-comment textarea {

  height: 150px;

}

form#commentform p.form-submit input[type=submit] {

  width: 200px;

  cursor: pointer;

  background-color: #4a171e;

  color: white;

  border: none;

  padding: 15px 40px;

  margin-top: 20px;

  border-radius: 5px;

}

form#commentform .comment-form-rating #comment-form-rating-label {

  margin-top: 15px;

}

.comment-form-error {

    color: red;

    font-size: 0.875em;

    display: block;

    margin-top: 5px;

}

.error {

    border: 1px solid red;

}



.blog-content-wrap .blog-content {

  display: flex;

}

.blog-content-wrap .blog-sidebar {

  overflow: hidden;

  flex-direction: column;

  flex-basis: 30%;

  padding: 15px 0px 15px 15px;

}

.blog-comments {

  padding: 20px;

  background-color: #ccc;

  margin-top: 20px;

}

.blog-comment-form h2 {

  background-color: #c9800f;

  width: 35%;

  font-size: 20px;

  font-weight: 600;

  color: #ffffff;

  padding: 10px 5px;

  text-align: center;

  margin-bottom: 20px;

}

/*.comment-form textarea, .comment-form input[type=text] {

  border: none;

  border-bottom: 2px solid #4a171e;

}*/

textarea, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=number], textarea:focus, input:focus, select {

  border: none;

  border-bottom: 2px solid #4a171e;

  outline: none;

  height: 50px;

}

::-webkit-input-placeholder {

  color: $ccc;

  font-size: 15px;

}

:-ms-input-placeholder {

  color: $ccc;

  font-size: 15px;

}

::placeholder {

  color: $ccc;

  font-size: 15px;

}

.comment-field textarea {

  width: 100%;

  height: 200px;

}

.comment-details {

  display: flex;

  margin-top: 10px;

}

.comment-details span {

  display: flex;

  flex-direction: column;

  flex-basis: 33%;

  overflow: hidden;

  justify-content: space-between;

}

.comment-details span:not(:last-child) {

  margin-right: 3px;

}

.comment-details span input[type=text] {

  height: 45px;

}

.comment-submit {

  margin-top: 15px;

}

.comment-submit input {

  width: 200px;

  padding: 10px;

  background-color: #4a171e;

  color: #ffffff;

  font-size: 22px;

  border: none;

}

.prounveil-image-widget img {

  width: 100%;

}

.prounveil-image-widget h5 {

  /*margin-top: 10px;*/

  background-color: #c9800f;

  color: #ffffff;

  padding: 7px;

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 0;

}

.prounveil-widget-txt {

  background-color: #ffffff;

  font-size: 15px;

  padding: 10px;

}

.prounveil-widget-txt p {

  font-size: 15px;

}







.recent-blog-posts {

  margin-top: 20px;

}

.recent-blog-post {

  margin-bottom: 10px;

}

.recent-blog-post h1 {

  margin-bottom: 0;

  font-size: 13px;

  padding: 5px 2px;

  text-align: center;

}

.recent-blog-img {

  display: flex;

}

.recent-blog-img img {

  width: 35%;

}

.recent-blog-meta {

  /*display: flex;*/

  justify-content: center;

  align-items: center;

  background-color: #ccc;

  width: 65%;

  font-size: 14px;

  padding-top: 10px;

}

.recent-blog-meta span {

  display: flex;

  font-size: 13px;

}

.recent-blog-meta span a {

  margin: auto;

}

.recent-blog-meta span a:hover {

  text-decoration: none;

}

.recent-blog-meta span a i {

  color: #4a171e;

  padding-right: 5px;

}

.recent-blog-content {

  display: flex;

  font-size: 13px;

  border-bottom: 2px solid #ccc;

  background-color: #ffffff;

  padding: 5px;

}

.recent-blog-content p {

  margin-bottom: 0;

}

/***********Blog Section Ends****************/



.portfolio-details-popup {

  display: none; /* Hidden by default */

  position: fixed; /* Stay in place */

  z-index: 1; /* Sit on top */

  left: 0;

  top: 0;

  width: 100%; /* Full width */

  height: 100%; /* Full height */

  overflow: auto; /* Enable scroll if needed */

  background-color: rgb(0,0,0); /* Fallback color */

  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

  z-index: 999;

}



.portfolio-details-popup-content {

  background-color: #fefefe;

  /*margin: 15% auto;*/ /* 15% from the top and centered */

  margin: 5% auto;

  padding: 20px;

  border: 1px solid #888;

  /*width: 80%;*/ /* Could be more or less, depending on screen size */

  width: 90%;

}



.portfolio-popup-close {

  color: #aaa;

  float: right;

  font-size: 28px;

  font-weight: bold;

  position: relative;

  z-index: 9999;

}



.portfolio-popup-close:hover,

.portfolio-popup-close:focus {

  color: black;

  text-decoration: none;

  cursor: pointer;

}



.portfolio-navigation {

  display: flex;

  justify-content: flex-end;

  padding-bottom: 15px;

}

.portfolio-navigation span {

  background-color: #212529;

  color: #ffffff;

  margin-left: 5px;

  padding: 5px 10px 5px 10px;

  cursor: pointer;

}

.portfolio-navigation span:last-child {

  background-color: #ffffff;

  color: #212529;

}



/*******Contact Form*******/

#custom-contact-form {

    display: flex;

    flex-wrap: wrap;

    gap: 20px;

    /*max-width: 768px;*/

    max-width: 80%;

    margin: 0 auto;

}

#custom-contact-form label {

    width: 100%;

    font-weight: bold;

}

#custom-contact-form .form-group {

    width: calc(50% - 10px);

    display: flex;

    flex-direction: column;

}

#custom-contact-form textarea {

    width: 100%;

    height: 100px;

    resize: vertical;

}

#custom-contact-form button {

    width: auto;

    cursor: pointer;

    background-color: #4a171e;

    color: white;

    border: none;

    padding: 15px 50px;

    margin-top: 20px;

    border-radius: 5px;

}

#custom-contact-form button:hover {

    background-color: #4a171e;

}

#form-message {

    /*width: 100%;

    margin-top: 20px;*/

    display: flex;

    max-width: 80%;

    gap: 20px;

    font-weight: bold;

    color: #e2401c;

    margin: 15px auto;

}



/***********Widget Section***************/

.widget-area .widget {

  padding: 20px;

}

.widget-area .widget ul, .widget-area .widget ol {

  list-style: none;

  padding-left: 0;
  margin-bottom: 0;

}

.widget-area .widget li {

  margin-bottom: 8px;

}
.widget-area .widget ul li:last-child, .widget-area .widget ol li:last-child{
  margin-bottom: 0;
}

.widget-area .widget ul li a {

  color: #212529;

  text-decoration: none;

}

.widget-area .widget ul li a:hover {

  color: #4a171e;

  font-weight: 600;

}



/**************General***************/

.wp-caption {

  color: #212529;

}

.wp-caption-text {

  color: #212529;

}

.gallery-caption {

  color: #212529;

}

.bypostauthor {

  color: #212529;

}

.alignright {

  text-align: right;

}

.alignleft {

  text-align: left;

}

.aligncenter {

  text-align: center;

}



.screen-reader-text {

  position: absolute;

  left: -9999px;

  top: auto;

  width: 1px;

  height: 1px;

  overflow: hidden;

}

.screen-reader-text:focus {

  left: auto;

  top: auto;

  width: auto;

  height: auto;

  padding: 10px;

  background: #eee;

}



#glightbox-slider .gslide .gslide-video video {

    display: flex;

    position: fixed;

    background: #000;

    width: 80vw; /* 80% of viewport width */

    height: calc(80vw * 9 / 16); /* maintain 16:9 aspect ratio */

    left: 50%;

    bottom: 10vh; /* 10% of viewport height from bottom */

    transform: translateX(-50%);

    max-width: 960px;  /* Optional: maximum width */

    max-height: 540px; /* Optional: maximum height */

}

.glightbox-container {

  z-index: 99999 !important;

}

.glightbox {

  display: block !important;

  visibility: visible !important;

}



/* Video Gallery */

/* Video Thumbnail Wrapper */

.video-thumbnail-wrapper {

    position: relative;

    display: inline-block;

    width: 100%;

}



/* Play Button */

.play-button {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background: rgba(0, 0, 0, 0.6);

    width: 50px;

    height: 50px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.play-button i {

    color: white;

    font-size: 20px;

}



.back-button-container {

  display: flex;

  justify-content: start;
  margin-bottom: 16px;

}

.back-button-container .instant-back-btn {

  width: auto;

  cursor: pointer;

  background-color: #4a171e;

  color: #ffffff;

  border: 2px solid #dd9933;

  padding: 18px 30px;

  border-radius: 5px;

}

.back-button-container .instant-back-btn:hover {

  color: #ffffff;

}

.back-button-container #instant-back-btn {

  color: #ffffff;

}

.back-button-container #instant-back-btn:hover {

  color: #ffffff;

}



/*********Ajax Cart Feature Starts***********/

.ajax-loading {

    opacity: 0.6;

    pointer-events: none;

}

.wc-message {

    padding: 1em;

    margin: 1em 0;

    border-left: 4px solid #007cba;

    background: #f0f6fc;

    color: #007cba;

}

.wc-error {

    padding: 1em;

    margin: 1em 0;

    border-left: 4px solid #d63638;

    background: #fcf0f1;

    color: #d63638;

}

/*#ajax-loading-overlay {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,0.3);

    z-index: 999999;

    display: none;

    align-items: center;

    justify-content: center;

}

#ajax-loading-overlay .loading-content {

    background: white;

    padding: 20px;

    border-radius: 5px;

    box-shadow: 0 4px 6px rgba(0,0,0,0.1);

}*/

/*********Ajax Cart Feature Ends***********/



/* assets/css/myaccount-ajax.css */



/* Highlight input fields with errors */

.woocommerce-input-wrapper.woocommerce-invalid .input-text,

input.input-text.woocommerce-invalid {

    border-color: #e2401c !important; /* WooCommerce error red */

    box-shadow: 0 0 0 1px #e2401c !important; /* Subtle shadow for better visibility */

}



/* Style for the custom error message below the field */

.error-message {

    color: #e2401c;

    font-size: 0.85em;

    margin-top: 5px;

    display: block;

    clear: both; /* Ensure it's on a new line */

}



/* General WooCommerce error messages (standard WooCommerce styling) */

ul.woocommerce-error {

    list-style: none;

    margin: 0 0 1em;

    padding: 1em 1em 1em 3.5em;

    border-radius: 5px;

    background-color: #ffe6e6;

    border: 1px solid #e2401c;

    color: #e2401c;

    position: relative;

}



ul.woocommerce-error::before {

    font-family: "WooCommerce" !important;

    content: "\e017"; /* Exclamation mark icon */

    position: absolute;

    left: 1.2em;

    top: 50%;

    transform: translateY(-50%);

    color: #e2401c;

    font-size: 1.5em;

}



ul.woocommerce-error li {

    margin: 0;

    padding: 0;

}



/* Success messages */

.woocommerce-message {

    list-style: none;

    margin: 0 0 1em;

    padding: 1em 1em 1em 3.5em;

    border-radius: 5px;

    background-color: #dff0d8;

    border: 1px solid #468847;

    color: #468847;

    position: relative;

}



.woocommerce-message::before {

    font-family: "WooCommerce" !important;

    content: "\e015"; /* Checkmark icon */

    position: absolute;

    left: 1.2em;

    top: 50%;

    transform: translateY(-50%);

    color: #468847;

    font-size: 1.5em;

}



.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{

  margin-right: 0;

}

.woocommerce form .lost_password {

  padding: 3px;

}

.woocommerce form.lost_reset_password {

  width: 60%;

  display: flex;

  flex-direction: column;

  justify-self: center;

  margin-top: 50px;

  text-align: left;

}

.woocommerce form.lost_reset_password .form-row {

  width: 100%;

}

.woocommerce-account .woocommerce-MyAccount-navigation ul {

  list-style: none;

}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {

  margin-bottom: 5px;

}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {

  display: flex;

  background-color: #ccc;

  padding: 10px;

  color: #212529;

  justify-content: center;

}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {

  background-color: #4a171e;

  color: #ffffff;

}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {

  background-color: #4a171e;

  color: #ffffff;

  font-weight: 600;

}
    .clickFilter, .portfolio-clickFilter, .video-clickFilter{
      display: none;
    }

.woocommerce ul.products li.product .star-rating{
  margin: 0.5em auto;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
  width: 38%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 58%;
}
.woocommerce-product-gallery .flex-control-thumbs li{
  border-top: 2px solid #4a171e;
  border-right: 2px solid #4a171e;
}
.woocommerce-product-gallery .flex-control-thumbs li:last-child{
  border-right: 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
  color: #333;
}
.portfolio .social-share-buttons {
  margin-bottom: 16px;
}
.portfolio .social-share-buttons i{
  font-size: 24px;
}
.single-post .post-details-content .social-share-buttons {
  text-align: left;
}
.portfolio-gallery-item img{
  width: 100%;
  height: 680px;
  object-fit: cover;
}
.g-recaptcha {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}

/************************************************/
.tax-product_cat .products-sec h1{
  padding: 5px;
  border-radius: 30px;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{
  color: #484848;
}
.product-sidebar {
  text-align: left;
}
.product-sidebar .widget_product_categories ul.product-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-left-sidebar, .product-right-sidebar{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-product .product-details-content {
  margin-right: 0px;
  width: 100%;
  flex: 0 0 100%;
}
.product-left-sidebar{
  flex-direction: row-reverse;
}
.product-left-sidebar .product-details-content, .product-right-sidebar .product-details-content{
    width: 70%;
    flex: 0 0 70%;
}
.product-left-sidebar .product-sidebar, .product-right-sidebar .product-sidebar{
   width: 28%;
  flex: 0 0 28%;
}
.product-right-sidebar .product-sidebar .widget-area .widget{
  padding: 20px 15px;
  border-left: 1px solid #d4afb4;
  position: relative;
}
.product-left-sidebar .product-sidebar .widget-area .widget{
  padding: 15px;
  border-right: 1px solid #d4afb4;
  position: relative;
  text-align: left;
}

.woocommerce-product-search{
  position: relative;
}
.product-sidebar .widget form.woocommerce-product-search input[type="search"] {
  padding: 6px;
  height: auto !important;
  border-radius: 5px;
  width: 100%;
  outline: none;
  border: 1px solid #4a171e;
}
.product-sidebar .widget form.woocommerce-product-search button[type="submit"] {
  padding: 7px 10px;
  position: absolute;
  border-radius: 0 5px 5px 0;
  right: -1px;
  top: 0;
  margin: 0;
}
.site-branding {
  display: flex;
  align-self: flex-start;
}


/************************************************/
/* --------------------Responsive Start----------- */
@media screen and (max-width: 1179px) {
  #vcardmenu li a{
    padding: 0.7em;
  }
  .portfolio-gallery-item img{
    height: 520px;
  }
}
@media screen and (max-width: 1023px) {
  .text-container{
    margin-top: 20px;
  }
  .text-container h1{
    font-size: 40px;
  }
  #hamburger-toggle {
    display: flex;
          width: 32px;
      height: 22px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    outline: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  #hamburger-toggle span{
    width: 100%;
    height: 4px;
    background-color: white;
    display: block;
    transition: all 0.3s ease;
    position: relative;
  }
  #hamburger-toggle.open span:first-child{
    transform: rotate(45deg);
    top: 7px;
  }
  #hamburger-toggle.open span:nth-child(2){
    display: none;
  }
  #hamburger-toggle.open span:last-child{
    transform: rotate(-45deg);
    top: -11px;
  }
  #vcardmenu {
    display: none;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 0;
    max-height: 75vh;
    overflow-y: scroll;
  }

  #vcardmenu.show {
    display: flex;
  }

  #vcardmenu li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  #vcardmenu li.menu-item-account, #vcardmenu li.menu-item-cart{
    border: none;
    display: inline-block;
    width: 50%;
  }
  #vcardmenu li.menu-item-cart a{
    padding: 0.7em;
  }
  #vcardmenu li:last-child{
    border-bottom: none;
  }
  #vcardmenu .active-menu, #vcardmenu li.first-menu-item a{
    color: #dd9933!important;
  }
  #vcardmenu .slide1, #vcardmenu .slide2{
    display: none;
  }
  #vcardmenu li a{
    text-align: left;
  }
  .header-menu{
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 99;
    background: #000;
    padding: 10px 4px;
  }
  #vcardmenu .menu-item-has-children > a{
    position: relative; 
  }
  #vcardmenu .menu-item-has-children span.submenu-toggle{
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #000;
    color: white;
  }
  #vcardmenu .sub-menu{
    position: relative;
    background: none;
    padding-left: 12px;
    width: 100%;
  }
  .menu-item.menu-item-has-children {
    display: flex;
    flex-direction: column;
  }
  #vcardmenu li:last-child a {
    padding-left: 0.7em;
  }
  li > ul.sub-menu {
    border-radius: 0;
  }
  .sub-menu {
    box-shadow: none;
  }
  .sub-menu li a.active-submenu {
    font-weight: 600;
  }
  .active-submenu::after {
    display: none;
  }
  .home-sec-right-wrap h1{
    font-size: 32px;
  }
  .heading-subtitle{
    font-size: 16px;
     border-radius: 6px;
  }
  .prounveil-header-menu-wrapper{
    display: flex;
    flex-direction: column-reverse;
  }
  .prounveil-header-menu-wrapper .img-container{
    margin: 20px auto 0 auto;
  }

  #products_sec #filter_form div {
    margin-right: 8px;
    width: 25%;
  }
  #products_sec #filter_form select, #products_sec #filter_form input {
    padding: 0px 8px;
    font-size: 12px;
    height: 40px;
  }
  #products_sec #filter_form input::placeholder{
    font-size: 12px;
  }
  #products_sec #filter_form select {
    width: 100%
  }
  #products_sec #filter_form .filter-by-price input[type=number] {
    width: 50%
  }
  #products_sec .filter-by-price{
    display: flex;
  }
  .woocommerce-products ul.products li.product {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
  #products_sec .filter-by-price input:first-child {
    margin-right: 8px;
  }
  form.woocommerce-checkout #customer_details .col-1, form.woocommerce-checkout #customer_details .col-2{
    max-width: 100%;
    width: 100%; 
    padding: 0;
  }
  .woocommerce form .form-row{
    padding: 0;
    margin-bottom: 24px;
  }
  .woocommerce form .form-row label{
    line-height: 1;
  }
  form.woocommerce-checkout #customer_details .col-1{
    margin-bottom: 24px;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 100%;
  }
  .portfolio-gallery-item img{
    height: 420px;
  }
  .blog-left-sidebar, .blog-right-sidebar{
    flex-direction: column;
  }
  .blog-left-sidebar .blog-items, .blog-right-sidebar .blog-items, .blog-left-sidebar .category-items, .blog-right-sidebar .category-items, .blog-left-sidebar .archive-items, .blog-right-sidebar .archive-items, .blog-left-sidebar .post-details-content, .blog-right-sidebar .post-details-content{
    width: 100%;
    flex: 0 0 100%;
  }
  .blog-left-sidebar .sidebar, .blog-right-sidebar .sidebar{
     width: 100%;
    flex: 0 0 100%;
    margin-top: 40px;
    text-align: left;
  }
} 
@media screen and (max-width: 767px) {
  .row-wrap{
    flex-direction: column;
  }
  .col-wrap{
    width: 100%;
  }
  .progress-bar-wrap{
    position: relative;
    padding: 20px 0;
  }
  .services-content{
    width: calc(100% - 20px);
  }
  .testimonials{
    margin-top: 40px;
  }
  .text-container h1{
    font-size: 38px;
    margin-bottom: 20px;
  }
  .main-content-wrap {
    margin-top: 32px;
  }
  .clickFilter, .portfolio-clickFilter, .video-clickFilter{
    display: block;
    padding: 10px 24px;
    margin-bottom: 20px;
    border-radius: 5px;
    outline: none;
    border: none;
  }
  .clickFilter i, .portfolio-clickFilter i, .video-clickFilter i{
    padding-left: 6px;
  }
  #warp-filter, #portfolio-warp-filter, #video-warp-filter{
    display: none;
    flex-direction: column;
    text-align: left;
    background: #fff;
    padding: 15px;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 9;
    bottom: auto;
  }
  #warp-filter button, #portfolio-warp-filter span, #video-warp-filter button{
    text-align: left;
    display: block;
    width: 100%;
  }
  .gallery-nav-sec{
    padding: 0;
  }

  .blog-item, .category-item, .archive-item{
    flex-direction: column;
  }
  .blog-img, .category-img, .archive-img, .blog-desc, .category-desc, .archive-desc{
    width: 100%;
    flex: 0 0 100%;
  }
  .blog-img img, .category-img img, .archive-img img{
    border-radius: 20px 20px 0px 0px;
  }
  .blog-item, .category-item, .archive-item{
     border-radius: 20px 20px 0px 0px;
  }
  .blog-desc, .category-desc, .archive-desc{
    padding: 0;
  }
  .blog-item h1{
    font-size: 24px;
  }
  #custom-contact-form{
    max-width: 100%;
  }
  #custom-contact-form .form-group{
    width: 100%;
  }
  #custom-contact-form button{
    margin-top: 6px;
  }
  .woocommerce div.product .product_title{
    font-size: 28px;
  }
  .woocommerce-Tabs-panel h2{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .related.products h2{
      font-size: 24px;
  }
  .woocommerce #reviews #comments ol.commentlist{
    padding-left: 16px;
  }
  .single-post .post-details-content {
      margin-right: 0px;
      width: 100%;
      flex: 0 0 100%;
  }
  .woocommerce-tabs.wc-tabs-wrapper{
    position: relative;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li{
    display: block;
    width: 100%;
    margin: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    display: none;
  }
  .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    width: 100%;
  }
  .slick-dots button{
      width: 0.6rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 575px) {
  body{
    padding: 15px;
  }
  .home-sec{
    flex-direction: column;
    height: auto;
    background-size: cover;
  }
  .home-sec-left,.home-sec-right{
    width: 100%;
  }
  .home-sec-left{border-bottom: none;
    border-right: 3px solid #c9800f;
  }
  .home-sec-right{
    border-top: none;
    border-left: 5px solid #212529;
    padding: 0;
  }
  .home-sec-right-wrap{
    height: auto;
    padding: 24px 12px;
  }

  .home-sec-right-wrap h1 {
    font-size: 28px;
  }
  .heading-subtitle {
    font-size: 14px;
  }
  #products_sec #filter_form {
    flex-direction: column;
  }
  #products_sec #filter_form div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  #products_sec .filter-by-price input:first-child {
    margin-right: 4px;
    margin-bottom: 8xp;
  }

  .woocommerce-products ul.products {
    flex-direction: row;
    margin: 0;
  }
  .woocommerce-products ul.products li.product {
      flex: 1 1 calc(100%);
      max-width: calc(100%);
      margin: 0 0 30px 0;
  }
  .glightbox-clean .gnext, .glightbox-clean .gprev{
    top: 90%;
  }

  body .is-layout-flex{
    flex-direction: column;
  }
  .woocommerce ul.order_details{
    flex-direction: column;
  }
  .woocommerce ul.order_details li{
    margin-bottom: 20px;
  }
  .woocommerce-order-details h2, .woocommerce-customer-details h2{
    font-size: 24px;
    text-align: center!important;
  }
  #pagination ul.page-numbers li a{
    font-size: 13px;
  }
  #pagination ul.page-numbers li{
        padding: 3px 8px;
            margin-right: 3px;
  }
  #pagination ul.page-numbers li span.current{
    font-size: 14px;
  }
  .portfolio-details-popup-content{
    margin: 0;
    width: 100%;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    width: 100%;
  }
  .portfolio-gallery-item img{
    height: 220px;
  }
  .portfolio-details-content h1{
    font-size: 28px;
  }
}

/***********Content Loader Feature Starts*************/
/* Text Container */
.text-container {
    position: relative;
}

/* Loader Overlay - positioned at top of content */
.text-container .page-loader {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.95);
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}
.portfolio-details-popup .page-loader.portfolio-loader {
  top: 180px;
}
.text-container .page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

/* Loader Spinner */

.text-container .loader-spinner{
  width: 35px;
  aspect-ratio: 1;
  --_g: no-repeat radial-gradient(circle closest-side,#dd9933 90%,#0000);
  background: 
    var(--_g) 0    0,
    var(--_g) 0    100%,
    var(--_g) 100% 100%;
  background-size: 40% 40%;
  animation:l11 1s infinite linear;
}
@keyframes l11 {
    25% {background-position:100% 0   ,0 100%,100% 100%}
    50% {background-position:100% 0   ,0 0   ,100% 100%}
    75% {background-position:100% 0   ,0 0   ,0    100%}
    100%{background-position:100% 100%,0 0   ,0    100%}
}

/* .text-container .loader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: relative;
}

.text-container .loader-spinner::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 4px solid transparent;
    border-top: 4px solid #e74c3c;
    border-radius: 50%;
    animation: spin 1.5s linear infinite reverse;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} */

/* Loader Text */
.text-container .loader-text {
  width: fit-content;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  clip-path: inset(0 1ch 0 0);
  animation: l4 1s steps(4) infinite;
  margin-top: 8px;
}
.text-container .loader-text:before {
  content:"Loading..."
}
@keyframes l4 {to{clip-path: inset(0 -1ch 0 0)}}
/* .text-container .loader-text {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
} */

/* Content blur effect - applied only to content, not loader */
.text-container.loading > *:not(.page-loader) {
    filter: blur(3px);
    opacity: 0.6;
    pointer-events: none;
    transition: filter 0.3s ease-out, opacity 0.3s ease-out;
}
.portfolio-details-popup-content.loading{
  filter: blur(3px);
}
/* Ensure loader stays sharp and prominent */
.text-container .page-loader {
    filter: none !important;
    opacity: 1 !important;
}

/* Demo styling for visualization */
.demo-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
}

.text-container {
    /*background: #f8f9fa;*/
    padding: 30px;
    border-radius: 10px;
    min-height: 200px;
    margin: 20px 0;
}

.demo-content {
    line-height: 1.6;
}

button {
    background: #3498db;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}
/***********Content Loader Feature Ends***************/