.custom-footer {
    background-color: #FAFBFC;
    padding: 40px 0;
    font-family: Arial, sans-serif;
    color: #333;
    margin-top: 45px;
}

.footer-container,
.footer-bottom {
    padding: 0 20px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 30px; */
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column {
    flex: 1;
    min-width: 250px;
}

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

.footer-socials a {
    margin-right: 10px;
}

.footer-socials img {
    width: 24px;
    height: 24px;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.footer-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-form input {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.footer-form button {
    background-color: black;
    color: white;
    padding: 8px;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
    color: #777;
}


/*New Code*/

.footer-dropdown {
  margin-top: 40px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.footer-dropdown summary {
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 20px;
}

.footer-dropdown summary::-webkit-details-marker {
  display: none; /* Removes default arrow */
}

.footer-dropdown summary::after {
  content: "▾"; /* Down arrow */
  position: absolute;
  right: 0;
  font-size: 16px;
  transition: transform 0.2s ease;
}

.footer-dropdown[open] summary::after {
  transform: rotate(180deg); /* Flip when open */
}

.footer-dropdown ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.footer-dropdown ul li {
  margin-bottom: 8px;
}

.footer-dropdown ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}




p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.5;
    color: #5a4b44;
} 


/* adding by me  */

.footer-top-design {
  background: #fff;
  padding: 34px 18px 28px;
  color: #111;
}

.footer-about h3,
.how-it-works h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
  margin-left: 12px;
}

.footer-about p {
  font-size: 14px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer-insta {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e4405f;
  font-size: 22px;
  text-decoration: none;
}
.footer-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
  width: 100%;
}

.footer-divider::before,
.footer-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eadfd8;
}

.footer-divider span {
  margin: 0 10px;
  font-size: 14px;
  color: #c28b6d;
  display: inline-block;
  transform: translateY(-1px);
}

.work-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px;
  margin-top: 22px;
}

.work-step {
  width: 22%;
  text-align: center;
}

.work-icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #f7eee8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-icon i {
  color: #a87a4d;
  font-size: 22px;
}

.work-icon span {
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eadfd8;
  color: #a87a4d;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-step h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #111;
}

.work-step p {
  font-size: 11px;
  line-height: 1.35;
  color: #666;
}

.work-arrow {
  font-size: 18px;
  color: #999;
  margin-top: 18px;
}

.footer-follow {
  text-align: center;
  margin-top: 35px;
  display: block;
  width: 100%;
  flex-basis: 100%;
}


.footer-follow h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #111;
  letter-spacing: 0.3px;
}

/* Icon circle */
.follow-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff1f4; /* soft pink */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Instagram icon */
.follow-icon i {
  font-size: 24px;
  color: #e4405f;
}


.bcm-sell {
  margin: 1rem 5% 1.2rem;
}
.bcm-sell{
    display:inline-block;
    margin-top:20px;
    padding:12px 28px;
    background:white;
    color:black;
    border: 2px solid black;
    text-decoration:none;
    border-radius:30px;
    font-size:15px;
    font-weight:500;
    transition:0.3s ease;
}

