/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 07 2025 | 13:28:57 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 06:07:46 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 06:05:51 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2025 | 20:57:01 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2025 | 20:56:17 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2025 | 20:41:08 */
body{background:#000;}
#custom-menu {
    position: fixed;
    height: 100%;
    width: 30%;
    z-index: 99999;
    background: #fff;
    left: 0;
    top: 65px;
    transform: translateX(-100%);
}

#custom-menu.showMenu{
	transform: translateX(0%);
}
#custom-menu ul.wpr-nav-menu
 {
    display: flex;
    flex-direction: column;
    position: relative;
}

#custom-menu ul.wpr-nav-menu li
 {
margin: 0px 10px !important;
    padding: 0px !important;
}

.wpr-mobile-toggle{display:none}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  /* adjust height to fit your h3 */
  display: flex;
  align-items: center;
	width: 100%;
}

.marquee h4 {
 padding-left: 100%;
    animation: slide-left 12s linear infinite;
    font-weight: 600;
    margin: 0;
}

.marquee:hover .marquee h4 { animation-play-state: paused; }

@keyframes slide-left {
  to { transform: translateX(-100%); } /* move completely left */
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .marquee h4 { animation: none; transform: none; padding-left: 0; }
}

.chat-icon-logo {
    width: 45px;
}
#9ba6e3e .wpr-stt-btn{display:none !important;}
.wa__btn_popup:not(".wa__btn_popup.wa__active"){opacity:0;}
@media screen and (max-width:720px){
	#custom-menu ul.wpr-mobile-nav-menu {
    display: flex;
        flex-direction: column;
        position: fixed;
        left: 0px !important;
        top: 0px;
        margin-top: 0px;
        z-index: 99999;
        right: unset !important;
        width: 100% !important;
	}
	
	#custom-menu {
    width: 75%;
    }

}
/* 🎨 Change these to your brand if needed */
:root {
  --yeswin-from: #1D77FF;  /* start color */
  --yeswin-to:   #FF6A00;  /* end color */
}

/* Target the actual <a> inside the Button widget */
.yeswin-cta .elementor-button,
.yeswin-cta a.elementor-button,a.yeswin-cta {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  border: 0;
  border-radius: 10px;
  padding: 14px 28px;

  /* animated gradient background */
  background: linear-gradient(270deg, var(--yeswin-from), var(--yeswin-to), var(--yeswin-from));
  background-size: 300% 300%;
  animation: yeswinGradient 3s ease infinite;

  /* motion on hover */
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 6px 16px rgba(0,0,0,.2);
	    text-transform: uppercase;
	font-weight: 500;
}
.yeswin-cta .elementor-button:hover,a.yeswin-cta:hover,
.yeswin-cta a.elementor-button:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
}

/* 💥 shiny sweep for extra attention */
.yeswin-cta .elementor-button::before,a.yeswin-cta::before,
.yeswin-cta a.elementor-button::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  transform: translateX(-100%);
  animation: yeswinSweep 2.6s linear infinite;
  pointer-events: none;
  mix-blend-mode: color-burn;
}

@keyframes yeswinGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes yeswinSweep {
  0%   { transform: translateX(-110%); }
  100% { transform: translateX(110%); }
}


/* cards css */
.b2b-partners-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start; /* Cards won't stretch full width */
}

.b2b-card {
  width: calc(25% - 20px); /* 4 per row */
  perspective: 1000px;
}

@media (max-width: 1024px) {
  .b2b-card { width: calc(33.33% - 20px); } /* 3 per row */
}
@media (max-width: 768px) {
  .b2b-card { width: calc(50% - 20px); } /* 2 per row */
}
@media (max-width: 480px) {
  .b2b-card { width: 100%; } /* 1 per row */
}

.b2b-card-inner {
  position: relative;
  width: 100%;
  height: 300px;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
}

.b2b-card:hover .b2b-card-inner {
/*   transform: rotateY(180deg); */
}

.b2b-card-front, 
.b2b-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: linear-gradient(180deg, #000000E6 0%, #454B53D6 100%);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.b2b-card-front {
  color: #fff;
  text-align: center;
}
.b2b-logo {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 10px;
  min-height: 70px;
}
.b2b-title {
  font-size: 28px;
  font-weight: bold;
  margin: 15px auto 10px auto;
  text-transform: uppercase;
}
.b2b-subtext {
 background-color:#3A81E1;
 font-weight:700;
 font-size:25px;
 line-height:40px;
 font-family:'Open Sans', sans-serif;
 padding-top:5px;
 padding-bottom:5px;
 padding-right:20px;
 padding-left:20px;
 border-style:none;
 border-radius:3px;
 color: #fff;
 margin-top: 15px;
}

.b2b-card-back {
  transform: rotateY(180deg);
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.b2b-btn {
  flex: 1;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.b2b-btn.create {
  background: linear-gradient(45deg, #0044cc, #007bff);
}
.b2b-btn.create:hover {
  background: linear-gradient(45deg, #002a80, #0056b3);
}

.b2b-btn.login {
  background: linear-gradient(45deg, #28a745, #4caf50);
}
.b2b-btn.login:hover {
  background: linear-gradient(45deg, #1e7e34, #388e3c);
}
		
.b2b-card-back a {
    width: 160px;
    text-align: center;
}
.b2b-card-back.b2c a {
    width: 190px;
}

img.whatsapp-icon {
    width: 22px;
    display: inline-flex;
    vertical-align: bottom;
    margin-left: 5px;
}

.b2b-button-wrapper {
    margin-top: 12%;
    display: flex;
    column-gap: 10px;
	width:100%;
}

.b2b-button-wrapper a {
    padding: 14px 12px;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

ul.cnss-social-icon li.cn-fa-icon a[href=""], ul.cnss-social-icon li.cn-fa-icon a[href="#"] {
    display: none !important;
}

.wa__btn_popup .wa__btn_popup_txt{
	background-color:#f5f7f9 !important;
	color:#43474e !important;
}

.elementor-343 .elementor-element.elementor-element-f0d1104 .wpr-stt-btn{
	padding:12px 17px 17px 17px;
}



/* Added for Demo IDS */
/* Wrapper */
.yeswin-demo-ids-wrapper {
  max-width: 1200px;
  margin: 30px auto;
  padding: 15px;
}

/* Flex container */
.yeswin-demo-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

/* Card */
.yeswin-demo-card {
  flex: 1 1 calc(25% - 20px); /* 4 per row */
  background: linear-gradient(to bottom, #000000, #1b1b1b, #2e2e2e);
  color: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.32);
  transition: transform .18s ease, box-shadow .18s ease;
  min-width: 240px;
  max-width: 280px;
	height: 230px;
}
.yeswin-demo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(0,0,0,0.4);
}

/* Title */
.yeswin-app-title {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

/* Info rows */
.yeswin-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 8px;
  background: rgba(255,255,255,0.04);
  border-radius: 6px;
  margin-bottom: 10px;
}

.yeswin-label {
  font-weight: 700;
  font-size: 13px;
}

.yeswin-val {
  font-family: monospace;
  font-size: 13px;
  color: #dff6ff;
}

/* Responsive */
@media (max-width: 1024px) {
  .yeswin-demo-card {
    flex: 1 1 calc(33.33% - 20px); /* 3 per row */
  }
}
@media (max-width: 768px) {
  .yeswin-demo-card {
    flex: 1 1 calc(50% - 20px); /* 2 per row */
  }
}
@media (max-width: 480px) {
  .yeswin-demo-card {
    flex: 1 1 100%; /* 1 per row */
  }
}

.yeswin-demo-card a.yeswin-cta {
    position: relative;
    display: block;
    margin-top: 20px;
	text-align:center;
}





.winners-slider-wrapper { width:100%; box-sizing:border-box; }
.winners-slider { position:relative; overflow:hidden; width:100%; }
.winners-slider-track { display:flex; transition: transform 0.45s ease; will-change: transform; align-items:flex-start; }
.winner-slide { flex:0 0 auto; box-sizing:border-box; padding: 12px; }
.winner-card {
  background: linear-gradient(to bottom, #000000, #2a2a2a);
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px;
  min-height: 200px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
}
/* Featured image styling (inside card) */
.winner-thumb { width:100%; display:flex; align-items:center; justify-content:center; margin-bottom:12px; }
.winner-thumb img { max-width: 140px; height: 110px; object-fit: contain; display:block; }
/* Title */
.winner-title { font-weight:700; font-size:1rem; text-align:center; color:#fff; }
/* Dots nav */
.winners-dots { display:flex; gap:8px; justify-content:center; margin-top:12px; }
.winners-dots button { width:10px; height:10px; border-radius:50%; border:0; background:#dcdcdc; cursor:pointer; padding:0; }
.winners-dots button.active { background: #1D77FF; }
/* Prev/Next simple buttons */
.winners-nav-btn { position:absolute; top:50%; transform:translateY(-50%); z-index:5; background: rgba(255,255,255,0.9); border-radius:50%; width:36px; height:36px; display:flex; align-items:center; justify-content:center; box-shadow:0 6px 18px rgba(0,0,0,0.12); cursor:pointer; }
.winners-nav-btn.prev { left:10px;display:none; }
.winners-nav-btn.next { right:10px;display:none; }
.winners-nav-btn svg { width:14px; height:14px; fill:#111; }
/* Small screens adjustments */
@media (max-width: 479px) {
  .winner-card { padding:14px; min-height:200px; }
  .winner-thumb img { max-width:110px; max-height:90px; }
}

/* Dots */
.winners-dots {
  text-align: center;
  margin-top: 15px;
}
.winners-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #3A81E1;
  margin: 0 4px;
  cursor: pointer;
  display: inline-block;
	opacity:0.2;
}
.winners-dots span.active {
  opacity:1;
}
