#cog-overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide {
  display: none;
}
.cog-section {
  padding: 50px 0;
}
.cog-term-head h4 {
  font-size: 30px;
  margin-bottom: 20px;
}

/* -----------------------------------faq-------------------------------- */


.cog-faq .accordion-button:not(.collapsed) {
  color: #167dbe;
  background-color: #e5f6ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.cog-faq .accordion-button:focus {
  box-shadow: none;
}
.cog-faq .accordion-item {
  background-color: #fff;
  border: none;
  margin-bottom: 13px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 8%) !important;
}
.cog-faq .accordion-button:not(.collapsed) {
  color: #167dbe;
  background-color: #e5f6ff;
  box-shadow: none;
  font-weight: 500;
  border: none;
}
.accordion-collapse {
border: solid rgba(0,0,0,0.125);
border-width: 0 1px;
border: none;
}
.accordion-button.collapsed {
  border: none;

}
/* ---------------------------------blog detail-------------------------------- */
.cog-blog-detail{
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
    /* padding: 30px; */

}

.cog-blog-detail img{
    width: 100%;
    margin-bottom: 20px;

}


/* ------------------------------------error----------------------------------------- */
.cog-error{
    text-align: center;
    margin: 10% 0;
}
.cog-error h4{
    font-size: 40px;
    margin: 20px 0;
}
.cog-error .btn-cog {
    color: #fff;
    background-color: #167dbe;
    border-color: #167dbe;
    font-weight: 500;
    padding: 5px 20px;
}
.cog-error p{
    font-size: 18px;
}

 /* whatsapp sticky button */

 .whatsapp-btn{
  position: fixed;
  bottom: 20px;
  z-index: 10000;
  left: 20px;
}
.whatsapp-btn img{
width: 60px;

}

.pulse {
animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
from { transform: scale(0.8); }
to { transform: scale(1); }
}

.calculator .progress {
  height: 10px;
  background-color: #e9ecef;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 0;
  border: 0;
}
.calculator .progress-bar {
  background: #bb9a65;
  border-radius: 12px;
  height: 12px;
}
.steps-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
  margin-top: -26px;
}
.step-item {
  text-align: center;
  position: relative;
  width: 14%;
}
.step-circle {
  width: 40px;
  height: 40px;
  background-color: #dee2e6;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 40px;
  color: #6c757d;
  font-weight: bold;
}
.step-title {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
}
.step-item.active .step-title{
  color: #bb9a65;

}
.step-item.active .step-circle {
  background-color: #403226;
  color: white;
}
.step-item.completed .step-circle {
  background-color: #927443;
  color: white;
}
.step {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
  background: white;
  /* padding: 30px; */
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.step.active {
  display: block;
}
.form-section {
  padding: 35px;
  border-right: 1px solid #dcdcdc;
}
.illustration {
  padding: 40px;
  text-align: center;
}
.illustration img {
  max-width: 100%;
  max-height: 100%;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px);}
  to { opacity: 1; transform: translateY(0);}
}

.radio-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  height: 48px;
}
.radio-card input[type="radio"] {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  accent-color: #bb9a65;
  width: 15px;
  height: 15px;
  z-index: 2;
}
.radio-card .card-content {
  margin-left: 12px;
  font-weight: 400;
  color: #333;
  transition: all 0.3s ease;
  font-size: 14px;
}

.radio-card:hover {
  border-color: #bb9a65;
  background-color: #bb9a6552;
}

.radio-card input[type="radio"]:checked ~ .card-content {
  color: #bb9a65;
  font-weight: 600;
}

.radio-card input[type="radio"]:checked {
background: red;
}
.btn-primary{
  background-color: #bb9a65;
  border-color: #bb9a65;
}
.calculator .form-control {
  border: 1px solid #ccc;
  height: 48px;
}
.radio-card.kitchen {
  height: 270px;
  width: 100%;
  object-fit: cover;
  display: block;
  padding: 12px;
}
.radio-card.kitchen img {
  width: 100%;
  height: 88%;
  object-fit: cover;
  border-radius: 6px;
}
.radio-card.kitchen input[type="radio"] {
  position: absolute;
  left: 12px;
  top: 91%;
  transform: translateY(-50%);
  accent-color: #bb9a65;
  width: 15px;
  height: 15px;
  z-index: 2;
}
.radio-card.kitchen .card-content {
  margin-top: 6px;
  margin-left: 25px;
  font-size: 15px;
}
.btn.btn-primary:focus, .btn.btn-primary:hover{
  background-color: #403226;
  border-color: #403226;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #403226;
  width: 100%;
  color: white;
  text-align: center;
  border-radius: 22px 22px 0 0;
}
.fixed-footer a {
  color: #bb9a65;
  font-weight: 500;
  padding: 18px;
}