/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2025 | 10:09:21 */
.brand-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 55px;
}

.page-id-1099 a{
	transition: none;
}

.brand-card.small {
  width: 290px;
  padding: 35px 30px;
  text-align: center;
  height: 390px;
  position: relative;
  /* transition: 0.4s ease; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* BIG CARDS */
.brand-card.big {
  width: 410px;
  padding: 45px 38px;
  border-radius: 130px;
  text-align: center;
 /* transition: 0.4s ease; */
  min-height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.d-flex {
  display: flex;
  justify-content: center;
}
.w-185 {
  width: 185px;
}
.w-110 {
  width: 110px;
}
/* TEXT */
.desc {
  font-size: 13px;
  margin-top: 0;
  color: #333;
  line-height: 1.6;
  word-wrap: break-word;
  text-align: center;
  font-family: "Nunito Sans", Sans-serif;
}

.brands-wrapper a {
  display: block;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
  color: #ff6f61;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Nunito Sans", Sans-serif;
}
.brand-card.active .visit {
  transform: none !important;
  left: 0 !important;
  position: static !important;
  margin-top: 15px;
  text-align: left;
}
.brands-wrapper a:hover {
  font-weight: bold;
  font-style: italic;
}
/* .brand-card.active a {
  left: 13% !important;
} */
/*new code*/
.brand-card.active .left-content .visit {
  position: static !important;
  margin: 0 auto;
  display: block;
  text-align: center;
}
/*end*/

.pink {
  background: #f3dbd0;
  border-radius: 71px;
}
.yellow {
  background: #f2efc8;
}
.peach {
  background: #ffdbbb;
  border-radius: 13px;
}
.grey {
  background: #e6ede8;
}
.lavender {
  background: #e2e1ea;
  border-radius: 13px;
}
.apricot {
  background: #f3dbd0;
  border-radius: 71px;
}
.w-162 {
  width: 162px;
}
.w-105 {
  width: 105px;
}
.w-142 {
  width: 142px;
}
.w-92 {
  width: 92px;
}
.w-102 {
  width: 102px;
}
.brand-logo {
  height: auto;
  object-fit: contain;
  margin-bottom: 15px;
}

.plus-icon {
  width: 15px;
  cursor: pointer;
}

.left-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.expanded-img {
  display: none;
  max-width: 670px;
  height: auto;
  object-fit: contain;
}
.top-logo {
  display: none;
  width: 140px;
}
.brand-card.active .top-logo {
  display: block;
}
.brand-card.small.active {
  justify-content: flex-start !important;
}
.close-icon {
  display: none;
  position: absolute;
  top: 60px;
  right: 15px;
  width: 15px;
  cursor: pointer;
  z-index: 10;
}
.ml-10 {
  margin-left: 10px;
}
.ml-25 {
  margin-left: 25px;
}
.brand-card.active {
  width: 93% !important;
  border-radius: 85px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 27px;
  text-align: left;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
}
.justify-content-center {
  justify-content: center !important;
  display: flex !important;
}

.brand-card.active .left-content {
  flex: 0 0 24%;
  text-align: left;
}

.brand-card.active .brand-logo:first-child {
  display: none;
}

.brand-card.active .expanded-img {
  display: block;
  width: 87%;
  max-width: 100%;
  height: 280px;
  margin-bottom: 0;
}

.brand-card.active .close-icon {
  display: block;
}

.brand-card.active .plus-icon {
  display: none;
}

.brand-card.hide {
  display: none !important;
}

/* Wrapper: hidden by default */
.slider-wrapper {
  display: none;
  width: 87%;
  height: 330px;
  margin: 0 auto;
  position: relative;
}

/* Active झाल्यावर show */
.brand-card.active .slider-wrapper {
  display: block;
}

/* Slider Area */
.slider {
  width: 98%;
  height: 330px;
  overflow: hidden;
  position: relative; 
}

.slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}

.slide-img {
  width: 100%;
  /* height: 312px; */
  flex-shrink: 0;
  /* object-fit: cover;  */
}

/* Dots container */
.dots {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  gap: 8px;
}

/* Each dot */
.dots span {
  width: 10px;
  height: 10px;
  background: #fcf9ef;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

/* Active dot */
.dots span.active {
  background: #ff6f61;
}

.slides {
  display: flex;
  /* width: 300%; */
  transition: transform 0.6s ease;
} 
