
:root {
    --font-inter: 'Inter';
}

/* Global Font */
body{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #222;
}

/* Headings - Bold */
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 700; /* Bold */
    line-height: 1.3;
}

/* Paragraph - Medium */
p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500; /* Medium */
    line-height: 1.7;
    font-size: 16px;

}


/* ===== HEADER ===== */
.ymb-header {
  background: #fff;
  border-bottom: 1px solid #eee;

}

/* LOGO */
.ymb-logo {
  height: 55px;
}

/* SEARCH */
.ymb-search {
  border-radius: 8px;
  padding: 8px 14px;
  min-width: 320px;
}

/* MENU LINKS */
.ymb-menu .nav-link {
  font-weight: 600;
  color: #222;
  padding: 10px 14px;
  white-space: nowrap;
}

.ymb-menu .nav-link:hover {
  color: #075184;
}

/* LOGIN */
.ymb-login {
  background: #044882;
  color: #fff;
  padding: 6px 16px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.ymb-login:hover {
  background: #019875;
  color: #fff;
}

/* ===== DROPDOWN HOVER ===== */
.ymb-menu .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.ymb-menu .dropdown-menu {
  border-radius: 10px;
  border: none;
  box-shadow: 0 8px 30px rgba(0,0,0,.12);
  padding: 10px;
  min-width: 220px;
}

.ymb-menu .dropdown-menu a {
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 600;
}

.ymb-menu .dropdown-menu a:hover {
    background: #024685;
    color: #ffffff;
}

/* MOBILE */
@media(max-width:991px){
  .ymb-search{
    min-width:100%;
  }
  .ymb-menu .dropdown:hover .dropdown-menu{
    display:none;
  }
}
.ymb-slider {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
}

.ymb-slides {
  display: flex;
  transition: transform 0.6s ease;
}

.ymb-slide {
  min-width: 100%;
}

.ymb-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* ARROWS */
.ymb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  z-index: 10;
}

/* ICON SIZE */
.ymb-arrow i {
  font-size: 22px;
  color: #222;
}

/* POSITION */
.ymb-arrow.left { left: 18px; }
.ymb-arrow.right { right: 18px; }

/* HOVER */
.ymb-arrow:hover {
  background: #04558a;
}
.ymb-arrow:hover i {
  color: #fff;
}

/* MOBILE */
@media (max-width: 576px) {
  .ymb-arrow {
    width: 44px;
    height: 44px;
  }
  .ymb-arrow i {
    font-size: 18px;
  }
}


.ymb-arrow.left { left: 15px; }
.ymb-arrow.right { right: 15px; }

/* MOBILE TWEAK */
@media (max-width: 576px) {
  .ymb-arrow {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}

a.ux-action-card img {
    width: 100%;
}
/* ===== ACTION GRID ===== */
.ux-action-grid {
  padding: 30px 0;
}

.ux-action-title {
  font-size: 32px;
  font-weight: 800;
  color: #1f2937;
}

/* CARD */
.ux-action-card {
  display: flex;
  flex-direction: column;
  /* height: 190px; */
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
      padding: 10px;
}

/* IMAGE AREA */
.ux-action-card img {
  width: 100%;
  /* height: 130px; */
  object-fit: cover;
  display: block;
}

/* TEXT BELOW IMAGE */
.ux-action-card span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #111827;
  /* font-size: 15px; */
      margin-top: 10px;
}

/* HOVER */
.ux-action-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
}

/* MOBILE */
@media (max-width: 576px) {
  .ux-action-card {
    height: 170px;
  }

  .ux-action-card img {
    height: 110px;
  }

  .ux-action-title {
    font-size: 26px;
  }
}

.ymb-services-alt {
  padding: 50px 0;
  /* background: #fafafa; */
}

.ymb-alt-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
}

.ymb-alt-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.ymb-alt-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  text-decoration: none;
  color: #111;
  transition: all 0.3s ease;
}

.ymb-alt-item img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.ymb-alt-item span {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.ymb-alt-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.ymb-refurb {
  padding: 50px 0;
  background: #fff;
}

.ymb-refurb-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.ymb-refurb-head h2 {
  font-size: 24px;
  font-weight: 700;
}

.ymb-refurb-head a {
  text-decoration: none;
  font-weight: 600;
  color: #0aa;
}

.ymb-refurb-slider {
  position: relative;
}

.ymb-refurb-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.ymb-refurb-track::-webkit-scrollbar {
  display: none;
}

.ymb-refurb-card {
  min-width: 220px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 14px;
  text-decoration: none;
  color: #111;
  transition: 0.3s;
}

.ymb-refurb-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.ymb-refurb-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 10px;
}

.ymb-refurb-card h4 {
  font-size: 15px;
  margin-bottom: 6px;
}

.ymb-price {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ymb-price strong {
  color: #16a34a;
}

.ymb-price del {
  font-size: 13px;
  color: #999;
}

.ymb-refurb-card small {
  display: block;
  margin-top: 6px;
  color: #555;
}

.ymb-tag {
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  background: #eee;
  border-radius: 20px;
  margin-bottom: 8px;
}

.ymb-tag.green { background: #dcfce7; color: #166534; }
.ymb-tag.blue { background: #dbeafe; color: #1e40af; }

.ymb-slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  cursor: pointer;
}

.ymb-slide-btn.left { left: -20px; }
.ymb-slide-btn.right { right: -20px; }



.brand-marquee {
  overflow: hidden;
  position: relative;
      background: #04437d;
}
.marquee-wrapper {
  display: flex;
}
.marquee-content {
  display: flex;
  animation: marquee 20s linear infinite;
}
.marquee-content:hover {
  animation-play-state: paused;
}
/* .brand-logo {    
  height: 60px;
  margin: 0 2rem;
  object-fit: contain;
  
} */
.marquee-content img {
        filter: brightness(0) invert(1);
    height: 60px;
    margin: 0 2rem;
    object-fit: contain;
}
/* Marquee animation */
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* Card Colors */
.bg-pink { background-color: #FFD1D1; }
.bg-aqua { background-color: #D1F7F0; }
.bg-light-purple { background-color: #E1D9FF; }
.bg-light-yellow { background-color: #FFF7D1; }

/* Card Styling */
.hot-deal-card .card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.hot-deal-card:hover .card {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.deal-img {
width: 100%;
}

.arrow {
  font-size: 1.5rem;
  color: #333;
}

/* ===== FAQ SECTION ===== */
.faq-section {
  padding: 80px 0;
  /* background: #f9fafb; */

}



/* LEFT */
.faq-left h2 {
  /* font-size: 36px; */
  font-weight: 700;
  line-height: 1.2;
}

/* TABS */
.faq-tabs {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.tab-btn {
  padding: 10px 22px;
  border-radius: 30px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  /* font-size: 14px; */
  transition: 0.3s;
}

.tab-btn.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* RIGHT */
.faq-right {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
      margin-top: 20px;
}

/* TAB CONTENT */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* FAQ ITEM */
.faq-item {
  border-bottom: 1px solid #eee;
  padding: 18px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

/* QUESTION */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

/* ICON */
.faq-question .icon {
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s;
}

/* ANSWER */
.faq-answer {
  margin-top: 10px;
  /* font-size: 14px; */
  color: #555;
  line-height: 1.6;
  display: none;
}

.faq-answer.show {
  display: block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {


  .faq-left h2 {
    font-size: 28px;
  }

  .faq-tabs {
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .faq-right {
    padding: 20px;
  }

  .faq-question {
    font-size: 15px;
  }
}




/* HEADER */
.trend-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.trend-head h2 {
  /* font-size: 28px; */
  font-weight: 700;
}

.trend-head a {
  text-decoration: none;
  color: #50a243;
}
.rn-header a {
    color: #50a243;
}
.rr-header a {
     color: #50a243;
}
/* SLIDER LAYOUT */
.trend-slider-box {
  position: relative;
  display: flex;
  align-items: center;
}

/* VIEWPORT */
.trend-window {
  overflow: hidden;
  width: 100%;
}

/* TRACK */
.trend-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
}

/* CARD */
.trend-card {
  min-width: 360px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 14px 34px rgba(0,0,0,0.08); */
      border: 2px solid #ccb1b114;
}

.trend-card img {
  width: 100%;
  height: 220px;
  object-fit: fill;
}

.trend-content {
  padding: 16px;
}

.trend-content h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.trend-content p {
  /* font-size: 14px; */
  color: #666;
  margin-bottom: 10px;
}

.trend-content span {
  font-size: 15px;
  color: #999;
}

/* ARROWS */
.trend-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 20;
}

.trend-left {
  left: -25px;
}

.trend-right {
  right: -25px;
}

.trend-arrow i {
  font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .trend-card { min-width: 300px; }
}

@media (max-width: 768px) {
  .trend-card { min-width: 260px; }
  .trend-left { left: -45px; }
  .trend-right { right: -45px; }
}

@media (max-width: 520px) {
  .trend-card { min-width: 85%; }
  .trend-left { left: -10px; }
  .trend-right { right: -10px; }
}

/* COMMON */


article.rr-card img {
    overflow: hidden;
    width: 100%;
    height: 220px;
    object-fit: cover;
}
article.rr-card h3 {
    font-size: 20px;
    margin-top: 10px;
    border-radius: 10px;
}
article.rn-card img {
    width: 100%;
    height: 220px;
    object-fit: fill;
        border-radius: 10px;
}
article.rn-card h3 {
    font-size: 20px;
    margin-top: 10px;
}
/* ===== RECENT NEWS ===== */
.rn-header,
.rr-header {
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
      margin-bottom: 25px;
}

.rn-slider-wrap,
.rr-slider-wrap {
  position: relative;
  max-width: 100%;
}

.rn-slider,
.rr-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.rn-slider::-webkit-scrollbar,
.rr-slider::-webkit-scrollbar {
  display: none;
}

/* CARDS */
.rn-card,
.rr-card {
    min-width: 360px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
       border: 2px solid #ccb1b114;
           padding: 10px;
}

/* ARROWS */
.rn-arrow,
.rr-arrow {
  position: absolute;
  top: 40%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  cursor: pointer;
  z-index: 10;
}

.rn-prev { left: -25px; }
.rn-next { right: -25px; }

.rr-prev { left: -25px; }
.rr-next { right: -25px; }

/* MOBILE */
@media(max-width:768px) {
  .rn-slider-wrap,
  .rr-slider-wrap {
    padding: 0 20px;
  }

  .rn-arrow,
  .rr-arrow {
    display: none;
  }
}
.app-download-section {
  padding: 50px 0;
}

.app-download-box {
    background: #044379;
    border-radius: 16px;
    padding: 15px 20px 0px 20px;
}

/* LEFT */
.app-left h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
}

.app-left p {
  color: #eafffb;
  /* font-size: 15px; */
  margin-bottom: 25px;
  max-width: 500px;
}

.store-buttons img {
  height: 45px;
}

/* RIGHT */
.person-img {
  max-height: 320px;
}

/* MOBILE FIX */
@media (max-width: 767px) {
  .app-download-box {
    text-align: center;
  }

  .store-buttons {
    justify-content: center;
  }

  .app-right {
    margin-top: 25px;
    text-align: center;
  }

  .person-img {
    max-height: 260px;
  }
}
.site-footer {
  background: #f1f1f129;
  padding: 60px 0 30px;

}

/* BRAND */
/* .brand-logo {
  font-size: 28px;
  font-weight: 800;
  color: #49a340;
  margin-bottom: 10px;
} */

.brand-text {
  /* font-size: 14px; */
  color: #666;
  margin-bottom: 18px;
}

/* SOCIAL */
.footer-social a {
display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #045392;
    color: #ffffff;
    margin-right: 8px;
    transition: 0.3s;
}

.footer-social a:hover {
  background: #49a340;
  color: #fff;
}

/* TITLES */
.footer-title {
  /* font-size: 15px; */
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-links a {
  /* font-size: 14px; */
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #49a340;
}

/* CHAT BOX */
.footer-chat {
  display: flex;
  gap: 12px;
  background: #49a340;
  color: #fff;
  padding: 14px;
  border-radius: 10px;
  margin-top: 18px;
  cursor: pointer;
}

.footer-chat i {
  font-size: 22px;
}

.footer-chat span {
  font-size: 12px;
  opacity: 0.9;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid #e1e1e1;
  margin-top: 35px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /* font-size: 13px; */
  color: #777;
}
.rn-header h2 {
    /* font-size: 28px; */
    font-weight: 700;
}
.bottom-links a {
  margin-left: 15px;
  text-decoration: none;
  color: #777;
}

.bottom-links a:hover {
  color: #49a340;
}

/* MOBILE */
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .bottom-links a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
h3.brand-logo img {
    width: 70%;
}

.phone-trade-section {
  padding: 15px 0;
  background: #ffffff;
}

.section-head h2 {
  font-size: 36px;
  font-weight: 800;
  color: #111827;
}



/* Cards */
.info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.info-card.light {
  background: #044379;
  color: #fff;
}

.info-card h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.info-card ul, .info-card ol {
    padding-left: 18px;
    /* list-style: none; */
    text-align: left;
}

/* Features */
.feature-row .feature-box {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Lists */
.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #044379;
  font-weight: bold;
}

/* Privacy */
.privacy-box {
    background: linear-gradient(135deg, #044379, #044379);
  color: #fff;
  padding: 25px;
  border-radius: 18px;
}
.privacy-box p {
    margin-bottom: 0;
}
/* Mobile */
@media (max-width: 576px) {
  .section-head h2 {
    font-size: 28px;
  }
}
img.feature-icon {
    width: 50px;
}
.feature-box {
  background: #fff;
  border-radius: 16px;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.feature-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 10px;
}

.feature-box span {
  display: block;
  font-weight: 600;
  color: #111827;
  /* font-size: 14px; */
}

/* Hover */
.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0,0,0,0.15);
}

/* Mobile */
@media (max-width: 576px) {
  .feature-icon {
    width: 40px;
    height: 40px;
  }
}
/* Location text */
.ymb-location {
  cursor: pointer;
  font-weight: 600;
}

/* Enquiry button */
.ymb-enquiry-btn {
  background: #51a945;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

/* Overlay */
.ymb-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup box */
.ymb-popup {
  background: #fff;
  width: 90%;
  max-width: 520px;
  border-radius: 12px;
  padding: 20px;
}

/* Header */
.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-btn {
  cursor: pointer;
  font-size: 20px;
}

/* Search */
.location-search {
  width: 100%;
  padding: 10px 14px;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* Cities */
.city-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 10px;
}

.city-item {
  text-align: center;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
}

.city-item:hover {
  background: #f5f5f5;
}

/* View all */
.view-all {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #51a945;
  font-weight: 600;
  text-decoration: none;
}

/* Form */
.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.submit-btn {
  width: 100%;
  background: #04558a;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 30px;
  font-weight: 600;
}
.ymb-location {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-weight: 600;
  color: #222;
}

.location-icon {
  color: #04558a;
  display: flex;
}




.heading h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.heading p {
  opacity: 0.8;
}

.swiper-testimonial {
  margin-top: 50px;
  padding-bottom: 60px;
}

.review-box {
  background: #fff;
  color: #333;
  padding: 25px;
  border-radius: 10px;
  height: 100%;
}

.review-box p {
  font-size: 15px;
  margin-top: 15px;
}

.media {
  display: flex;
  gap: 15px;
  align-items: center;
}

.media img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.media h5 {
  margin: 0;
  font-size: 16px;
}

.media span {
  font-size: 13px;
  color: #777;
}

/* .test-arrowbox {
  position: absolute;
  right: 80px;
  top: 110px;
  display: flex;
  gap: 15px;
} */

.swiper-button-prev-test,
.swiper-button-next-test {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.arrow {
  fill: #241d8c;
}

.arrow-right {
  transform: rotate(180deg);
}

/* MOBILE */
@media (max-width: 768px) {
  .test-arrowbox {
    position: static;
    justify-content: center;
    margin-top: 20px;
  }
  .test-arrowbox {
    position: absolute;
    top: 0px;
    right: 40px;
    display: flex;
    gap: 14px;
    z-index: 9999;
}
}
/* ===== SWIPER FIX ===== */
.swiper-container,
.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex !important;
}

.swiper-slide {
  flex-shrink: 0 !important;
  width: auto;
  height: auto;
}

/* testimonial specific */
.swiper-testimonial .swiper-slide {
  height: auto;
}

/* pagination spacing */
.swiper-pagination {
    display: none;
}
/* .test-arrowbox {
  position: absolute;
  top: 60px;
  right: 40px;
  display: flex;
  gap: 15px;
  z-index: 9999;
} */

.swiper-button-prev-test,
.swiper-button-next-test {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.arrow-icon {
  width: 22px;
  height: 22px;
  fill: #241d8c; /* 🔥 arrow color */
}

.arrow-icon.rotate {
  transform: rotate(180deg);
}
.test-arrowbox {

  top: 40px;
  right: 40px;
  display: flex;
  gap: 14px;
  z-index: 9999;
}

.swiper-button-prev-test,
.swiper-button-next-test {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.swiper-button-prev-test i,
.swiper-button-next-test i {
  font-size: 18px;
  color: #241d8c;
}

.swiper-button-prev-test:hover,
.swiper-button-next-test:hover {
  background: #241d8c;
}

.swiper-button-prev-test:hover i,
.swiper-button-next-test:hover i {
  color: #fff;
}




/* MAIN WRAPPER */
.refurb-wrapper {
  max-width: 1250px;
  margin: auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
  align-items: flex-start;
}

/* FILTER */
.filter-box {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  position: sticky;
  top: 20px;
}

.filter-group {
  margin-bottom: 15px;
}

.filter-box label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.filter-box select,
.filter-box input {
  width: 100%;
  padding: 9px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.apply-btn {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  border-radius: 8px;
  background: #2563eb;
  color: #fff;
  border: none;
  font-weight: 600;
}

/* PRODUCTS GRID */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.phone-card {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}

.phone-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.phone-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}
.form-section {
    background: #dddde0;
    padding: 15px;
    border-radius: 5px;
}

/* TEXT */
.phone-card h5 {
  margin: 10px 0 4px;
}

.condition {
  font-size: 14px;
  color: #6b7280;
}

.price {
  font-size: 20px;
  font-weight: 700;
  color: #16a34a;
}

/* ACTIONS */
.card-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.view-btn,
.buy-btn {
  flex: 1;
  padding: 8px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}

.view-btn {
  border: 1px solid #2563eb;
  color: #2563eb;
}

.buy-btn {
  background: #2563eb;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .refurb-wrapper {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .filter-box {
    position: relative;
  }
}

@media (max-width: 576px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}


.sell-hero{
  padding:80px 0;
  background:linear-gradient(120deg,#fff1eb,#ace0f9);
}

.step-box,.accept-box,.condition-card,.brand-box{
  background:#fff;
  padding:25px;
  border-radius:18px;
  text-align:center;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.step-box span{
  font-size:32px;
  font-weight:700;
  color:#0d6efd;
}

.why-sell i{
  font-size:32px;
  margin-bottom:12px;
  color:#ffc107;
}

.faq-box{
  background:#1f1f1f;
  padding:20px;
  border-radius:12px;
  margin-bottom:15px;
}

.sell-cta{
  padding:80px 0;
  background:#198754;
  color:#fff;
}


/* HERO */
.sell-hero{
  background:linear-gradient(120deg,#0f2027,#203a43,#2c5364);
  color:#fff;
  padding:90px 0;
}
.sell-hero h1{font-size:42px;font-weight:800}
.sell-hero p{opacity:.9}

/* STEP BOX */
.step-box{
  background:#fff;
  border-radius:14px;
  padding:25px;
  text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s;
}
.step-box:hover{transform:translateY(-6px)}
.step-icon{
  width:60px;height:60px;
  margin:auto;
  border-radius:50%;
  background:#eaf2ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  color:#0d6efd;
}

/* CATEGORY */
.phone-type{
  background:#f8f9fa;
  border-radius:12px;
  padding:20px;
  height:100%;
}
.phone-type i{font-size:26px;color:#198754}

/* WHY SELL */
.why-sell{
  background:#fff7e6;
  border-radius:14px;
  padding:30px;
  height:100%;
}
.why-sell i{color:#ff9800;font-size:26px}

/* CONDITION */
.condition-card{
  border:1px solid #eee;
  border-radius:14px;
  padding:25px;
  height:100%;
}
.condition-card h5{font-weight:700}

/* SAFETY */
.safety-box{
  background:#f1f8ff;
  border-left:5px solid #0d6efd;
  padding:25px;
  border-radius:12px;
}

/* FAQ */
.faq-box{
  border:1px solid #eee;
  border-radius:12px;
  padding:20px;
  margin-bottom:15px;
}

.section-padding{padding:70px 0;}
.section-title{font-weight:800}
.section-sub{color:#666;font-size:15px}

/* HERO */
.broken-hero{
  background:linear-gradient(120deg,#3a1c71,#d76d77,#ffaf7b);
  color:#fff;
  padding:95px 0;
}
.broken-hero h1{font-size:42px;font-weight:900}

/* INFO CARD */
.info-card{
  background:#fff;
  border-radius:16px;
  padding:28px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  height:100%;
}
.info-card i{font-size:30px;color:#dc3545}

/* TYPE CARD */
.damage-card{
  border-radius:14px;
  padding:25px;
  background:#f8f9fa;
  height:100%;
}
.damage-card i{color:#e53935;font-size:26px}

/* WHY */
.why-box{
  background:#fff0f0;
  padding:30px;
  border-radius:14px;
  height:100%;
}
.why-box i{color:#ff5252;font-size:28px}

/* STEPS */
.step-box{
  text-align:center;
  padding:25px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}
.step-circle{
  width:60px;height:60px;
  border-radius:50%;
  background:#ffeaea;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:auto;
  font-size:22px;
  color:#dc3545;
}

/* FACTOR */
.factor-box{
  border:1px solid #eee;
  padding:22px;
  border-radius:14px;
  height:100%;
}

/* SAFETY */
.safety-box{
  background:#f1f8ff;
  border-left:5px solid #0d6efd;
  padding:25px;
  border-radius:14px;
}

/* FAQ */
.faq-box{
  border:1px solid #eee;
  padding:20px;
  border-radius:12px;
  margin-bottom:15px;
}

.section-padding{padding:80px 0}
.section-title{font-weight:900}

/* HERO */
.brand-hero{
  background:linear-gradient(120deg,#1d2671,#c33764);
  color:#fff;
  padding:100px 0;
}
.brand-hero h1{font-size:44px;font-weight:900}

/* BRAND CARD */
.brand-card{
  background:#fff;
  border-radius:18px;
  padding:35px 25px;
  box-shadow:0 14px 35px rgba(0,0,0,.08);
  height:100%;
  transition:.3s;
}
.brand-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.brand-icon{
  width:70px;height:70px;
  border-radius:50%;
  background:#f3f4f6;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  margin-bottom:15px;
}

.apple{color:#000}
.samsung{color:#0d6efd}
.oneplus{color:#dc3545}
.mi{color:#ff6f00}
.realme{color:#ffc107}
.oppo{color:#20c997}
.vivo{color:#6610f2}
.motorola{color:#0dcaf0}

.brand-card h5{font-weight:800}
.brand-card p{font-size:14px;color:#666}

/* INFO STRIP */
.info-strip{
  background:#f8f9fa;
  border-radius:18px;
  padding:35px;
}

/* SEO TEXT */
.seo-text{
  font-size:14px;
  color:#555;
}
.brand-logo-section{
  background:#f9fafb;
}

.brand-box{
  background:#fff;
  border-radius:16px;
  padding:18px 10px;
  text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s;
  height:100%;
}

.brand-box:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.brand-box img{
  max-width:70px;
  height:auto;
  margin-bottom:10px;
}

.brand-box span{
  display:block;
  font-weight:700;
  font-size:14px;
  color:#222;
}


.section-padding{padding:80px 0}

/* HERO */
.tablet-hero{
  background:linear-gradient(120deg,#11998e,#38ef7d);
  color:#fff;
  padding:100px 0;
}
.tablet-hero h1{font-size:42px;font-weight:900}

/* INFO CARDS */
.info-card{
  background:#fff;
  border-radius:18px;
  padding:30px;
  text-align:center;
  box-shadow:0 14px 35px rgba(0,0,0,.08);
  height:100%;
  transition:.3s;
}
.info-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(0,0,0,.12);
}
.info-icon{
  width:65px;height:65px;
  border-radius:50%;
  background:#e8fff3;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  color:#11998e;
  margin:0 auto 15px;
}
.info-card h5 {
    font-weight: 800;
    text-align: left;
}

/* PROCESS */
.process-box{
  background:#f8f9fa;
  border-radius:20px;
  padding:35px;
  height:100%;
}
.process-step{
  display:flex;
  gap:15px;
  margin-bottom:20px;
}
.step-icon{
  width:40px;height:40px;
  border-radius:50%;
  background:#11998e;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
}

/* BRAND STRIP */
.brand-strip img{
  max-height:40px;
  margin:15px;
  opacity:.7;
  transition:.3s;
}
.brand-strip img:hover{opacity:1}

/* FAQ */
.faq-box{
  background:#fff;
  border-radius:18px;
  padding:30px;
  box-shadow:0 14px 35px rgba(0,0,0,.08);
}

/* CTA */
.cta-box{
  background:linear-gradient(120deg,#04437d,#04437d);
  color:#fff;
  padding:60px;
  border-radius:20px;
  text-align:center;
}
.tablet-brand-box{
  background:#fff;
  border-radius:18px;
  padding:18px 10px;
  text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s;
  height:100%;
}

.tablet-brand-box:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.tablet-brand-box img{
  max-width:60px;
  height:auto;
  margin-bottom:10px;
}

.tablet-brand-box span{
  display:block;
  font-weight:700;
  font-size:14px;
  color:#222;
}

.refurb-hero{
  padding:80px 0;
  background:#51a94545;
}

.section-padding{padding:70px 0}

.why-box,.category-card,.brand-box{
  background:#fff;
  padding:25px;
  border-radius:18px;
  text-align:center;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  transition:.3s;
}

.why-box:hover,
.category-card:hover,
.brand-box:hover{
  transform:translateY(-6px);
}

.brand-box img{
  max-width:60px;
  margin-bottom:8px;
}

.step-box{
  text-align:center;
}

.step-box span{
  font-size:40px;
  font-weight:800;
  display:block;
}

.cta-refurb{
  background:#ffe500;
  padding:70px 0;
}
.used-hero{
  padding:80px 0;
  background:#eef2f5;
}

.section-padding{padding:70px 0}

.used-box,.condition-card,.brand-box{
  background:#fff;
  padding:25px;
  border-radius:16px;
  text-align:center;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.used-box img{max-width:50px;margin-bottom:10px}

.condition-card h5{font-weight:700}



.faq-box{
  background:#222;
  padding:20px;
  border-radius:10px;
  margin-bottom:15px;
}

.used-cta{
  padding:70px 0;
  background:#ffd400;
}
.cert-hero{
  padding:80px 0;
  background:linear-gradient(120deg,#e0f2ff,#f7fbff);
}

.cert-step{
  background:#fff;
  padding:25px;
  border-radius:18px;
  text-align:center;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}
.cert-step span{
  font-size:32px;
  font-weight:700;
  color:#0d6efd;
}

.cert-box,.grade-card,.brand-box{
  background:#fff;
  padding:25px;
  border-radius:18px;
  text-align:center;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.cert-box img{max-width:48px;margin-bottom:12px}

.faq-box{
  background:#1f1f1f;
  padding:20px;
  border-radius:12px;
  margin-bottom:15px;
}

.cert-cta{
  padding:80px 0;
  background:#0d6efd;
  color:#fff;
}

.about-hero{
  padding:80px 0;
  background:linear-gradient(120deg,#e0c3fc,#8ec5fc);
}

.about-card,.why-box,.value-box{
background: #fff;
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    color: #000000;
}

.about-card i,.why-box i{
  font-size:32px;
  margin-bottom:12px;
  color:#04437d;
}

.about-cta{
  padding:80px 0;
  background:#04437d;
  color:#fff;
}

/* HERO */
.blog-hero {
  background: linear-gradient(135deg,#0d6efd,#031b4e);
  color:#fff;
  padding:80px 0;
  text-align:center;
}
.blog-hero h1 {
  font-weight:700;
  margin-bottom:10px;
}
.blog-hero p {
  opacity:.9;
  font-size:18px;
}

/* CATEGORY */
.blog-categories .cat-box {
    background: #0467a3;
    border-radius: 14px;
    padding: 25px;
    text-align: center;
    transition: .3s;
    color: #ffffff;
}
.blog-categories .cat-box:hover {
  background:#0d6efd;
  color:#fff;
}
.blog-categories i {
  font-size:32px;
  margin-bottom:10px;
}

/* BLOG CARD */
.blog-card {
  border:none;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s;
      height: 100%;
}
.blog-card:hover {
  transform:translateY(-5px);
}
.blog-card img {
  height:200px;
  object-fit:cover;
}
.blog-card .badge {
  background:#04437d;
}
.read-more {
  text-decoration:none;
  font-weight:600;
  color:#04437d;
}

/* FEATURED */
.featured {
  background:#f1f4f9;
  border-radius:20px;
  padding:40px;
}

/* NEWSLETTER */
.newsletter {
    background: linear-gradient(135deg, #04568b, #04437d);
    color: #fff;
    border-radius: 0px;
    padding: 40px;
}
.newsletter input {
  border-radius:50px;
  padding:12px 20px;
  border:none;
}
.newsletter button {
  border-radius:50px;
  padding:12px 25px;
}


/* HERO */
.news-hero {
  background:linear-gradient(135deg,#6610f2,#3d0a91);
  color:#fff;
  padding:80px 0;
  text-align:center;
}
.news-hero h1 {
  font-weight:700;
}
.news-hero p {
  opacity:.9;
  font-size:18px;
}

/* NEWS CARD */
.news-card {
  border:none;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transition:.3s;
}
.news-card:hover {
  transform:translateY(-6px);
}
.news-card img {
  height:220px;
  object-fit:cover;
}
.news-card .badge {
  background:#6610f2;
}
.news-meta {
  font-size:14px;
  color:#6c757d;
}
.read-link {
  font-weight:600;
  color:#6610f2;
  text-decoration:none;
}

/* HIGHLIGHT */
.news-highlight {
  background:#f4f1ff;
  border-radius:20px;
  padding:40px;
}

/* INFO STRIP */
.info-strip {
  background:#f8f9fa;
  border-radius:16px;
  padding:30px;
}



.review-page{padding:40px 0}
.breadcrumb{font-size:14px}
.review-card{
  display:flex;
  gap:20px;
  margin-bottom:30px;
  border-bottom:1px solid #eee;
  padding-bottom:25px
}
.review-card img{
  width:260px;
  border-radius:10px
}
.review-card h3{
  font-size:20px;
  font-weight:600
}
.review-card a{
  text-decoration:none;
  color:#000
}
.review-card a:hover{color:#0d6efd}
.review-date{
  font-size:14px;
  color:#777
}

/* Sidebar */
.sidebar-box{
  background:#f9f9f9;
  padding:20px;
  border-radius:12px;
  margin-bottom:30px
}
.sidebar-box h5{
  font-size:18px;
  margin-bottom:15px
}
.follow-icons i{
  font-size:22px;
  margin-right:12px;
  color:#555;
  cursor:pointer
}
.follow-icons i:hover{color:#0d6efd}

.pick-item{
  display:flex;
  gap:12px;
  margin-bottom:15px
}
.pick-item img{
  width:80px;
  border-radius:8px
}
.pick-item h6{
  font-size:14px;
  margin:0
}
.pick-item span{
  font-size:13px;
  color:#777
}

/* Mobile */
@media(max-width:768px){
.review-card{
  flex-direction:column
}
.review-card img{
  width:100%
}
}



.testimonial-hero{
    background: linear-gradient(135deg, #0780c2, #024685);

  color:#fff;
  padding:70px 20px;
  text-align:center
}
.testimonial-hero h1{font-weight:700}
.testimonial-hero p{opacity:.9}

.trust-strip{
  background:#fff;
  box-shadow:0 10px 25px rgba(0,0,0,.05);
  border-radius:15px;
  padding:25px;
  margin-top:-40px
}
.trust-item{
  text-align:center;
  font-weight:600
}
.trust-item i{
  font-size:26px;
  color:#04437d;
  margin-bottom:8px
}

/* Cards */
.testimonial-section{padding:60px 0;
  background: #04619f;
}
.test-card{
  background:#fff;
  border-radius:18px;
  padding:30px;
  box-shadow:0 12px 35px rgba(0,0,0,.08);
  height:100%;
  position:relative
}
.test-card:before{
  content:"❝";
  position:absolute;
  top:-15px;
  right:20px;
  font-size:70px;
  color:#f6b01ea3;
}
.user-box{
  display:flex;
  gap:15px;
  align-items:center;
  margin-bottom:15px
}
.user-box img{
  width:60px;
  height:60px;
  border-radius:50%;
  object-fit:cover
}
.user-box h6{margin:0;font-weight:600}
.user-box span{font-size:14px;color:#777}

.rating i{color:#f6b01e}
.test-card p{
  font-size:15px;
  color:#555;
  line-height:1.7
}

/* CTA */
.test-cta{
  background:#fff;
  border-radius:20px;
  padding:40px;
  text-align:center;
  box-shadow:0 15px 40px rgba(0,0,0,.07)
}
.test-cta h3{font-weight:700}



.hero{
  background:linear-gradient(135deg,#00c6a7,#009e87);
  color:#fff;
  padding:80px 20px;
  text-align:center
}
.hero h1{font-weight:700}
.hero p{opacity:.9}

.section{padding:70px 0}
.section-title{text-align:center;margin-bottom:50px}
.section-title h2{font-weight:700}

.card-box{
  background:#fff;
  border-radius:18px;
  padding:30px;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
  height:100%
}

.icon-circle{
  width:60px;
  height:60px;
  border-radius:50%;
  background:#e9f9f6;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:15px
}
.icon-circle i{
  font-size:26px;
  color:#00a991
}

/* Jobs */
.job-card{
  border:1px solid #eee;
  border-radius:15px;
  padding:25px;
  background:#fff;
  transition:.3s
}
.job-card:hover{
  box-shadow:0 15px 40px rgba(0,0,0,.1);
  transform:translateY(-5px)
}
.job-card h5{font-weight:600}
.badge-job{
  background:#00c6a7;
  color:#fff;
  font-size:13px
}

/* CTA */
.career-cta{
  background:#fff;
  border-radius:20px;
  padding:50px;
  box-shadow:0 20px 45px rgba(0,0,0,.08);
  text-align:center
}

.page-header{
  background:#fff;
  padding:40px 0;
  border-bottom:1px solid #eee;
}
.info-box{
  background:#fff;
  border-radius:12px;
  padding:25px;
  box-shadow:0 3px 10px rgba(0,0,0,0.08);
  /* height:100%; */
}
.info-box i{
  font-size:26px;
  color:#198754;
}
.contact-form{
  background:#fff;
  border-radius:12px;
  padding:30px;
  box-shadow:0 3px 12px rgba(0,0,0,0.08);
}

.page-breadcrumb {
background: radial-gradient(circle at center, #e2dddd 0%, #fcfcfc 70%);
    position: relative;
    color: #014a84;
    padding: 0px 0;
    z-index: 0;
}

/* Dark overlay */
.page-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/hero-3.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    z-index: 1;
}

.page-breadcrumb .container {
  position: relative;
  z-index: 2;
}

.breadcrumb-content h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.page-breadcrumb .breadcrumb-item a {
  color: #000000;
  text-decoration: none;
}

.page-breadcrumb .breadcrumb-item.active {
  color: #ffc107;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.why-sell-section {
  background: #f9fafb;
}

.main-heading {
  font-size: 26px;
  font-weight: 600;
  color: #1f2937;
}

/* bootstrap arrow remove */
.sellfaq-accordion .accordion-button::after{
  display:none !important;
}

/* icon base */
.faq-icon::before{
  content:"+";
  font-size:24px;
  font-weight:700;
}

/* when open show minus */
.accordion-button:not(.collapsed) .faq-icon::before{
  content:"−";
}


  .ymb2-header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,0.05);}
.ymb2-logo{height:40px}

.ymb2-menu li{
      position: relative;
    font-weight: 500;
}
.ymb2-dropdown{
  position:absolute;
  top:100%;
  left:0;
  background:#fff;
  min-width:220px;
  display:none;
  box-shadow:0 5px 20px rgba(0,0,0,0.1);
  padding:10px 0;
  z-index: 1;
      list-style: none;
}

.ymb2-dropdown li a{
  display:block;
  padding:10px 15px;
  color:#333;
  text-decoration:none;
}

.ymb2-drop:hover .ymb2-dropdown{
  display:block;
}

/* MOBILE */
@media(max-width:991px){

  .ymb2-dropdown{
    position:static;
    box-shadow:none;
    display:none;
  }

  .ymb2-dropdown.show{
    display:block;
  }

}

ul.ymb2-dropdown li:hover,
ul.ymb2-dropdown a:hover {

    background: #024685;
    color: #ffffff;
}
.nav-link:hover {
    color: #024b85;
}

.whatsapp-float{
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:9999;
  width:60px;
  height:60px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 20px rgba(0,0,0,0.25);
  transition:0.3s;
  animation:whatsappPulse 2s infinite;
}

.whatsapp-float img{
  width:32px;
}

/* hover */
.whatsapp-float:hover{
  transform:scale(1.08);
}

/* pulse animation */
@keyframes whatsappPulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,0.7);}
  70%{box-shadow:0 0 0 15px rgba(37,211,102,0);}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}
