@font-face { font-family: 'Font Awesome 6 Free';   font-display: swap; }
@font-face { font-family: 'Font Awesome 6 Brands'; font-display: swap; }
@font-face { font-family: 'Font Awesome 5 Free';   font-display: swap; }
@font-face { font-family: 'Font Awesome 5 Brands'; font-display: swap; }
@font-face { font-family: 'FontAwesome';           font-display: swap; }

.white-header-on-inner .chy-main-menu-1 nav > ul > li > a { color: #fff !important; }
.white-header-on-inner .chy-main-menu-1 nav > ul > li > a:hover,
.white-header-on-inner .chy-main-menu-1 nav > ul > li.dropdown:hover > a { color: #A249ED !important; }
.white-header-on-inner .chy-main-menu-1 nav ul li ul.dropdown-menu li a { color: #000000 !important; }
.white-header-on-inner .dropdown-menu li a:hover { color: #A249ED !important; }
.white-header-on-inner .modern-cart-btn { color: #fff !important; }

.modern-cart-wrapper { position: relative; display: inline-block; margin-right: 15px; }
.modern-cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 24px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.modern-cart-btn:hover { color: #A249ED; transform: translateY(-2px); }
.modern-cart-btn .badgex {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #A249ED;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.header-btn {
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: white;
  transition: all 0.3s;
}
.header-btn i { font-size: 16px; }
.header-btn.login { background-color: #0f3cb3; border: 1px solid #0f3cb3; }
.header-btn.login:hover { background-color: #0d3291; color: white; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(15, 60, 179, 0.2); }
.header-btn.offer { background-color: #fe3b5c; border: 1px solid #fe3b5c; }
.header-btn.offer:hover { background-color: #d62f4b; color: white; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(254, 59, 92, 0.2); }

.sj-has-mega { position: relative !important; }
.sj-has-mega > .dropdown-menu { display: none !important; }
.sj-mega {
  position: absolute !important;
  left: 50% !important;
  top: calc(100% + 5px) !important;
  transform: translateX(-50%) !important;
  width: 700px !important;
  background: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.05) !important;
  padding: 0 !important;
  z-index: 99999 !important;
  overflow: hidden !important;
  border-top: 3px solid #A249ED !important;
}
.sj-mg-grid { display: flex !important; }
.sj-mg-col {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  padding: 20px 16px !important;
  border-right: 1px solid #f0f0f0 !important;
}
.sj-mg-col:last-child { border-right: none !important; }
.sj-mg-head {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #A249ED !important;
  padding: 0 10px 12px !important;
  margin-bottom: 8px !important;
  border-bottom: 2px solid #f0e6ff !important;
}
.sj-mg-head i { font-size: 14px !important; }
.sj-mg-col > a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 9px 10px !important;
  color: #444 !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}
.sj-mg-col > a:hover { background: #f8f4ff !important; color: #A249ED !important; }
.sj-mg-col > a:hover .sj-ic { color: #A249ED !important; }
.sj-ic {
  width: 16px !important;
  text-align: center !important;
  font-size: 13px !important;
  color: #999 !important;
  transition: color 0.2s ease !important;
  flex-shrink: 0 !important;
}
.white-header-on-inner .sj-mega a,
.white-header-on-inner .sj-mg-col > a { color: #444 !important; }
.white-header-on-inner .sj-mg-col > a:hover { color: #A249ED !important; }
.white-header-on-inner .sj-mg-head { color: #A249ED !important; }

.footer-contact-grid .row { display: flex; flex-wrap: wrap; gap: 24px 0; }
.footer-contact-grid > .row > [class*="col-"] { display: flex; }
.footer-contact-grid .contact-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff !important;
  width: 100%;
  padding-right: 16px;
}
@media (max-width: 991px) {
  .footer-contact-grid .contact-item { padding-right: 0; }
}
.footer-contact-grid .contact-item h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact-grid .contact-item h5 i { color: #A249ED; font-size: 18px; margin: 0; }
.footer-contact-grid .contact-item .text-content { color: #fff !important; opacity: 0.9; font-size: 14px; line-height: 1.6; }
.footer-contact-grid .contact-item .text-content * { color: #fff !important; background: transparent !important; }
.footer-contact-grid .contact-item a { color: #fff !important; text-decoration: none; }

.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0 calc(8px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index: 1040;
  border-top: 1px solid #eee;
}
.mobile-bottom-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  color: #666;
  font-size: 11px;
  font-weight: 600;
  transition: color 0.2s;
  position: relative;
}
.mobile-bottom-item i { font-size: 20px; }
.mobile-bottom-item:hover,
.mobile-bottom-item:active { color: #724ebf; }
.mobile-bottom-badge {
  position: absolute;
  top: -4px;
  right: 50%;
  transform: translateX(14px);
  background: #A249ED;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  body { padding-bottom: 70px; }
}

#ajax-modal .modal-dialog-scrollable .modal-body { max-height: calc(100vh - 220px); overflow-y: auto; }
#ajax-modal .modal-dialog-scrollable { max-height: calc(100vh - 40px); }

@media (max-width: 991px) {
  .chy-header-1-wrap {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
  }
  .chy-header-1-wrap .left { flex: 1; }
  .chy-header-1-wrap .chy-menu-btn-1 { order: 3 !important; margin-left: auto; }
  .fullpage-menu-close {
    cursor: pointer !important;
    font-size: 24px !important;
    color: #fff !important;
    z-index: 9999 !important;
    position: relative !important;
    padding: 10px !important;
  }
  .mobile-search-bar input {
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
    width: calc(100% - 40px) !important;
    padding: 10px 0 !important;
    font-size: 16px !important;
    outline: none !important;
  }
  .mobile-search-bar input::placeholder { color: rgba(255,255,255,0.5) !important; }
  .mobile-search-bar button {
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 18px !important;
    cursor: pointer !important;
  }
  .mobile-sub-menu li a {
    font-size: 14px !important;
    padding: 8px 0 !important;
    display: block !important;
    color: rgba(255,255,255,0.7) !important;
  }
  .mobile-sub-menu li a:hover { color: #A249ED !important; }
  .mobile-dropdown-toggle::after { content: ' \25BC'; font-size: 10px; margin-left: 5px; }
  .mobile-dropdown-toggle.active::after { content: ' \25B2'; }
}

@keyframes sj-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.6); }
  70%  { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

#sj-floating-buttons {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
#sj-floating-buttons a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
#sj-floating-buttons a:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 18px rgba(0,0,0,.28);
  color: #fff;
}
#sj-floating-buttons .sj-fb-whatsapp {
  width: 56px;
  height: 56px;
  font-size: 28px;
  background: #25D366;
  box-shadow: 0 4px 15px rgba(37,211,102,.45);
  animation: sj-pulse 2s infinite;
}
#sj-floating-buttons .sj-fb-telegram { background: #229ED9; }
#sj-floating-buttons .sj-fb-skype    { background: #00AFF0; }
#sj-floating-buttons .sj-fb-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }

@media (max-width: 768px) {
  #sj-floating-buttons {
    right: 10px;
    top: auto;
    bottom: 90px;
    transform: none;
    gap: 8px;
  }
  #sj-floating-buttons a {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  #sj-floating-buttons .sj-fb-whatsapp {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@keyframes sj-popIn {
  from { opacity: 0; transform: scale(.8); }
  to   { opacity: 1; transform: scale(1);  }
}

.team-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  height: 100%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(162,73,237,0.15);
}
.team-card-img { position: relative; height: 320px; overflow: hidden; }
.team-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
  mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
}
.team-card:hover .team-card-img img { transform: scale(1.05); }
.team-card-overlay { display: none; }
.team-card-info {
  padding: 0 24px 24px;
  text-align: center;
  margin-top: -30px;
  position: relative;
}
.team-card-name { font-size: 18px; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; }
.team-card-role {
  font-size: 14px;
  color: #A249ED;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modern-testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 20px;
  overflow: hidden;
}
.modern-testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(162, 73, 237, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
.testimonial-image-wrap { position: relative; z-index: 1; flex-shrink: 0; }
.testimonial-image-wrap img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 8px solid #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.testimonial-content {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  border-left: 4px solid #A249ED;
}
.testimonial-title { font-size: 24px; font-weight: 700; color: #1a1a1a; margin-bottom: 15px; line-height: 1.3; }
.testimonial-text { font-size: 15px; color: #555; line-height: 1.8; margin-bottom: 20px; }
.testimonial-author { display: flex; flex-direction: column; }
.testimonial-author .author-name { font-size: 18px; font-weight: 700; color: #1a1a1a; }
.testimonial-author .author-role { font-size: 14px; color: #A249ED; font-weight: 600; }
@media (max-width: 991px) {
  .modern-testimonial-card { flex-direction: column; text-align: center; gap: 20px; padding: 30px; }
  .testimonial-content { border-left: none; border-top: 4px solid #A249ED; padding-left: 0; padding-top: 20px; }
  .testimonial-image-wrap img { width: 120px; height: 120px; }
}

.modern-blog-card {
  border: none;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modern-blog-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08); transform: translateY(-5px); }
.modern-blog-card .card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}
.modern-blog-card .category { color: #7b46f3; font-weight: 600; font-size: 14px; margin-bottom: 10px; display: block; }
.modern-blog-card .title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
  display: block;
  text-decoration: none;
}
.modern-blog-card .title:hover { color: #7b46f3; }
.modern-blog-card .desc {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.modern-blog-card .meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}
.modern-blog-card .author { display: flex; align-items: center; gap: 12px; }
.modern-blog-card .author img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.modern-blog-card .author-name { font-size: 14px; font-weight: 600; color: #333; }
.modern-blog-card .stats { display: flex; gap: 15px; color: #555; font-size: 13px; }
.modern-blog-card .stats span { display: flex; align-items: center; gap: 5px; }
.modern-blog-card .stats i { font-size: 15px; }

.seo-rank-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}
.seo-rank-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
.rank-card-header { text-align: center; padding: 20px 15px 15px; border-bottom: 1px solid #f0f0f0; }
.rank-domain { font-size: 18px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.rank-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  color: #2e7d32;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
.rank-card-body { padding: 15px 20px 20px; }
.rank-table-header {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 5px;
}
.rank-table-header span {
  font-weight: 700;
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.rank-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f8f8f8;
}
.rank-row:last-child { border-bottom: none; }
.rank-keyword { font-size: 14px; color: #333; font-weight: 500; }
.rank-position {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
}
.rank-up { color: #00c853; font-size: 12px; }
.rank-position em { font-style: normal; color: #00c853; font-weight: 700; font-size: 13px; }
