

.container,
.tools-section {
  position: relative;
}

.blog-card,
.content-block,
.content-section,
.cta-section,
.dropdown-menu,
.faq-accordion,
.faq-answer,
.feature-card,
.feature-card-inner,
.feature-tabs-wrapper,
.hexagon-item,
.tools-section {
  overflow: hidden;
}
.blog-card__link,
.btnb,
.dropdown-menu a,
.hexagon-item,
.logo-header,
.nav-link,
.social-icon,
.user-menu-dropdown a {
  text-decoration: none;
}
.cta-btn.secondary,
.feature-card,
.gtranslate-container,
.search-form {
  backdrop-filter: blur(10px);
}
.badge,
.copyright {
  white-space: nowrap;
}

.container {
  z-index: 10;
}

.dropdown:hover .dropdown-menu,
.feature-tab-content.active,
.mega-menu-sidebar .mega-menu-col.active ul,
.message.show,
.user-menu:hover .user-menu-dropdown {
  display: block;
}
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  font-size: 22px;
  background-color: #dc2626;
  color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 9999;
  display: none;
  transition: 0.3s;
}
#backToTop:hover {
  background-color: #005ec4;
  transform: scale(1.1);
}
.blog-preview {
  padding: 80px 0;
  background: #fff;
}
.section__title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #2c3e50;
  font-weight: 700;
}
.grid {
  display: grid;
  gap: 30px;
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.blog-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.blog-card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.blog-card__content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.blog-card__title {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #2c3e50;
  line-height: 1.4;
  font-weight: 600;
}
.blog-card__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 0.85rem;
  color: #7f8c8d;
}
.blog-card__excerpt {
  color: #5d6d7e;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}
.blog-card__link {
  color: #3498db;
  font-weight: 600;
  transition: color 0.3s;
  align-self: flex-start;
}
.blog-card__link:hover {
  color: #2980b9;
}
.section__actions {
  text-align: center;
  margin-top: 40px;
}
.btnb {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}

.logo-header:hover {
  transform: scale(1.1);
  animation: 0.8s ease-in-out heartbeat;
}

@keyframes heartbeat {
  0%,
  100%,
  50% {
    transform: scale(1);
  }
  25%,
  75% {
    transform: scale(1.1);
  }
}
.gtranslate_wrapper {
  width: auto !important;
}
.gtranslate_wrapper img {
  display: none !important;
}
.gtranslate-container,
.gtranslate_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gtranslate_wrapper select {
  padding: 5px;
  border: 4px double white;
  border-radius: 7px;
  color: #333 !important;
  font-size: 14px;
  font-weight: 700 !important;
  cursor: pointer !important;
  appearance: none !important;
  text-align: center !important;
  text-align-last: center !important;
  background: white;
  position: relative !important;
  overflow: hidden !important;
  letter-spacing: 0.3px !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .gtranslate_wrapper {
    min-width: 130px;
    margin: 10px 0;
  }
  
  .gtranslate_wrapper select {
    padding: 10px 35px 10px 45px !important;
    font-size: 0.9rem !important;
  }
  
  .gtranslate_wrapper svg {
    width: 24px !important;
    height: 24px !important;
    left: 12px !important;
  }
  
  .gtranslate_wrapper::after {
    right: 12px;
    font-size: 9px;
  }
}


.logo-header:hover .pdf-icon {
  background-color: #e5322d;
  transform: scale(1.05);
}
.logo-header:hover .pdf-icon path {
  stroke: white;
}
.alternative-pdf-icon {
  border: 2px solid #e5322d;
  border-radius: 8px;
  padding: 6px;
  transition: 0.3s;
}
.header1 {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.dropdown-toggle,
.logo-text,
.nav-item,
.nav-link {
  position: relative;
}
.header-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  border-bottom:0px solid #e2e2e2; 
  border-top:2px solid #6A1B9A;
}
.logo-header {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 500;
  transition: 0.3s;
  text-transform: normal;
  letter-spacing: 1px;
  padding-right:15px;
}
.logo-header:hover {
  transform: translateY(-2px);
}
.logo-text {
  display: inline-block;
}
.logo-text span {
  font-weight: 500;
  -webkit-text-stroke: 1px #000;
  paint-order: stroke fill;
  background: linear-gradient(90deg, #ff6b6b, red);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo-header i {
  margin-right: 0.75rem;
  font-size: 1.7rem;
}
.mobile-menu-btn {
  display: none;
  background: 0 0;
  border: none;
  font-size: 1.5rem;
  color: var(--dark);
  cursor: pointer;
  padding: 0.75rem;
  border-radius: 5px;
  transition: 0.3s;
  z-index: 1002;
}
.nav-links {
  display: flex;
  align-items: center;
  transition: 0.3s;
  text-align:left;
} 
.mobile-menu-btn:hover {
  background-color: gray;
  color: #e5322d;
}
.nav-link {
  padding: 0 1rem;
  height: 4rem;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  display: flex;
  align-items: center;
  transition: 0.3s;
  background:transparent;
  height:35px;
  margin-right:6px;
}

.nav-link i {
  margin-right: 0.5rem;
  font-size: 1rem;
}
.logo-highlight,
.nav-link:hover {
  color: #f5f5fa;
}
.nav-link.active {
  color: #fff;
  font-weight: 600;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 90%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  animation: 0.2s ease-out fadeIn;
  border: 1px solid #ccc;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-menu a {
  padding: 0.5rem 1rem;
  transition: 0.3s;
}
.dropdown-menu a:hover {
  background-color: #f5f5fa;
  color: #e5322d;
}
.featured-tool i,
.mega-menu-sidebar .featured-tool i {
  margin-right: 1rem;
  background: var(--primary-extra-light);
}

.mega-dropdown {
  position: static;
  background: transparent;
}
.mega-menu-sidebar,
.mega-menu-sidebar-overlay {
  position: fixed;
  top: 0;
  transition: var(--transition);
}
.mega-dropdown .dropdown-menu {
  width: 90%;
  left: 65px;
  right: 0;
  top: 80%;
  position: absolute;
  padding: 1rem;
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  border: 1px solid #ddd;
  border-radius: 15px;
}
 .mega-dropdown:hover .dropdown-menu {
            display: grid !important;
            opacity: 1;
            transform: translateY(0);
        }
.mega-dropdown-col h4 {
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
  border-bottom: 1px solid #ddd;
  padding:5px;
  color:#333;
}
.mega-dropdown-col h4 i {
  margin-right: 0.55rem;
  font-size: 1rem;
  color: #333;
}
.mega-dropdown-col ul {
  list-style: none;
  padding: 10px;
  background:white;
  backdrop-filter: blur(10px);
  
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Border around icons */
.menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #f5f5fa;
    border-radius: 8px;
    margin-right: 8px;
    text-align: center;
    background:#FEF2F2;
}

.menu-icon i {
    font-size: 14px;
}
.mega-dropdown-col ul li a {
  display: flex;
  align-items: center;
  padding: 2px;
  color: #333;
  transition: var(--transition-fast);
  font-size: 14px;
  font-weight:700;
}
.mega-dropdown-col ul li a:hover {
  color: red;
  transform: translateX(3px);
  background:white;
}
.mega-dropdown-col ul li a i {
  margin-right: 0rem;
  width: 1.25rem;
  text-align: center;
  font-size: 1rem;
  
}
.mega-dropdown-featured {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 5px;
  grid-column: span 2;
  border: 1px solid #e5eafb;
}
.mega-dropdown-featured h4 {
  color: #333;
  margin-bottom: 1rem;
}
.featured-tool {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1rem;
  border-radius: 15px;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-sm);
}
.featured-tool i,
.nav-cta {
  display: flex;
  align-items: center;
}
.featured-tool i {
  font-size: 1.5rem;
  color: var(--primary);
  padding: 0.75rem;
  border-radius: var(--rounded-full);
  width: 3rem;
  height: 3rem;
  justify-content: center;
}
.featured-tool-content h5 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: var(--darker);
}
.featured-tool-content p {
  font-size: 0.85rem;
  color: #0811ff;
}
.nav-cta {
  margin-left: 1.5rem;
  gap: 0.75rem;
  padding: 15px 22px;
  color: #fff;
}
.btnz-primary {
  background-color: #fff;
  color: #333;
  border: 0 double #e4312c;
  box-shadow: var(--shadow-sm);
  border-radius: 50px;
}
.btnz-primary:hover {
  background-color: transparent;
}

.mega-menu-sidebar-overlay {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.mega-menu-sidebar-overlay.active,
.search-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mega-menu-sidebar {
  left: -100%;
  width: 90%;
  max-width: 400px;
  height: 100vh;
  background-color: var(--white);
  z-index: 1000;
  overflow-y: auto;
  box-shadow: var(--shadow-xl);
}
.mega-menu-sidebar.active {
  left: 0;
}
.close-sidebar-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: 0 0;
  border: none;
  font-size: 1.5rem;
  color: var(--dark);
  cursor: pointer;
  z-index: 1001;
}
.mega-menu-sidebar-header {
  padding: 1.5rem;
  border-bottom: 1px solid var(--gray-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mega-menu-sidebar .mega-menu-content {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mega-menu-sidebar .mega-menu-col h4 {
  color: var(--primary);
  margin-bottom: 1rem;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--secondary-light);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mega-menu-sidebar .mega-menu-col h4::after {
  content: "+";
  font-size: 1.2rem;
  color: var(--primary);
}
.mega-menu-sidebar .mega-menu-col.active h4::after {
  content: "-";
}
.mega-menu-sidebar .mega-menu-col ul {
  display: none;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
  list-style: none;
}
.mega-menu-sidebar .mega-menu-col ul li a {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  color: #333;
  text-decoration: none;
  transition: var(--transition);
  font-size: 0.95rem;
}
.mega-menu-sidebar .mega-menu-col ul li a:hover {
  color: var(--primary);
}
.mega-menu-sidebar .mega-menu-col ul li a i {
  margin-right: 0.75rem;
  width: 1.25rem;
  text-align: center;
  color: var(--primary);
  font-size: 0.9rem;
}
.mega-menu-sidebar .mega-menu-featured {
  margin-top: auto;
  padding: 1.5rem;
  background-color: var(--primary-extra-light);
  border-radius: var(--rounded-lg);
}
.mega-menu-sidebar .mega-menu-featured h4 {
  color: var(--primary-dark);
  margin-bottom: 1rem;
  border: none;
  padding: 0;
}
.mega-menu-sidebar .featured-tool {
  display: flex;
  align-items: center;
  background: var(--white);
  padding: 1rem;
  border-radius: var(--rounded);
  margin-bottom: 1rem;
  box-shadow: var(--shadow-sm);
}
.mega-menu-sidebar .featured-tool i {
  font-size: 1.25rem;
  color: var(--primary);
  padding: 0.5rem;
  border-radius: var(--rounded-full);
}
.user-menu-btn:hover,
.user-menu-dropdown .divider,
.user-menu-dropdown a:hover {
  background-color: var(--gray-light);
}
.mega-menu-sidebar .featured-tool-content h5 {
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
  color: var(--darker);
}
.mega-menu-sidebar .featured-tool-content p {
  font-size: 0.8rem;
  color: var(--secondary);
}
.search-icon-container,
.user-menu {
  position: relative;
  margin-left: 1rem;
}
.user-menu-btn {
  display: flex;
  align-items: center;
  background: 0 0;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: var(--rounded-full);
  transition: var(--transition);
}
.user-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: var(--rounded-full);
  object-fit: cover;
  border: 2px solid var(--primary-light);
}
.user-menu-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  width: 200px;
  background: var(--white);
  border-radius: var(--rounded-md);
  box-shadow: var(--shadow-md);
  padding: 0.5rem 0;
  z-index: 1000;
  display: none;
  animation: 0.2s ease-out fadeIn;
}
.user-menu-dropdown a {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  color: var(--dark);
  transition: var(--transition);
  font-size: 0.9rem;
}
.user-menu-dropdown a:hover {
  color: var(--primary);
}
.user-menu-dropdown a i {
  margin-right: 0.75rem;
  width: 1rem;
  text-align: center;
  color: var(--primary);
}
.user-menu-dropdown .divider {
  height: 1px;
  margin: 0.5rem 0;
}
.notification-badge {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  background-color: var(--danger);
  color: #fff;
  border-radius: var(--rounded-full);
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
}
.search-popup,
.search-popup-overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0D47A1;
  border-radius:5px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  padding: 0.3rem 0.4rem;
  transition: 0.3s;
}
.close-search-popup:hover,
.search-icon:hover {
  background-color: #f5f5fa;
  color: #e5322d;
}
.search-popup-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1100;
}
.search-popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 600px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1101;
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.search-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #e1e1e2;
}
.search-popup-header h3 {
  margin: 0;
  color: #333;
  font-size: 1.2rem;
}
.close-search-popup {
  background: 0 0;
  border: none;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 50%;
  transition: 0.3s;
}
.search-popup-form {
  padding: 1.5rem;
}
.search-popup-input-group {
  display: flex;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.search-popup-input {
  flex: 1;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  outline: 0;
  background: #f9f9f9;
}
.search-popup-button {
  padding: 12px 25px;
  background: #e5322d;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
}
.search-popup-button:hover {
  background: #c02925;
}
@media screen and (max-width: 1024px) {
  .nav-cta,
  .nav-links {
    gap: 0.5rem;
  }
  .header-container {
    padding: 0 1.5rem;
  }
  .nav-link {
    padding: 0 0.75rem;
    font-size: 0.9rem;
  }
  .mega-dropdown .dropdown-menu {
    padding: 1.5rem;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    background: #fff !important;
  }
  .mega-dropdown-featured {
    grid-column: span 2;
  }
  .mega-dropdown-col ul li a {
    font-size: 0.85rem;
    padding: 0.4rem 0;
  }
  .featured-tool {
    padding: 0.75rem;
  }
  .featured-tool i {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }
  .nav-cta {
    margin-left: 1rem;
  }
  .btn {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    padding: 0 1rem;
    height: 3.5rem;
  }
  .mobile-menu-btn {
    display: block;
  }
  .mega-dropdown .dropdown-arrow,
  .nav-links {
    display: none;
  }
  .logo-header {
    font-size: 1.25rem;
  }
  .logo-header svg {
    width: 28px;
    height: 28px;
  }
  .mega-dropdown .dropdown-menu,
  .mega-dropdown:hover .dropdown-menu {
    display: none !important;
  }
  .mega-dropdown .dropdown-toggle {
    pointer-events: none;
  }
  .mega-menu-col,
  .mega-menu-col h4,
  .mega-menu-col ul,
  .mega-menu-col ul li,
  .mega-menu-col ul li a,
  .mega-menu-content,
  .mega-menu-sidebar,
  .mega-menu-sidebar *,
  .mega-menu-sidebar .featured-tool {
    background: #fff !important;
  }
  .mega-menu-featured {
    background: #f8f9fa !important;
  }
  .header1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  body {
    padding-top: 3.5rem;
    overflow-x: hidden;
  }
  .mega-menu-sidebar {
    transition: left 0.3s ease-in-out;
    z-index: 1001;
  }
  .mega-menu-sidebar-overlay {
    z-index: 1000;
  }
  .mega-menu-sidebar .mega-menu-featured * {
    background: 0 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .header-container {
    padding: 0 0.75rem;
  }
  .logo-header span {
    font-size: 1.1rem;
  }
  .logo-header svg {
    width: 24px;
    height: 24px;
  }
  .mobile-menu-btn {
    padding: 0.5rem;
    font-size: 1.25rem;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mega-menu-content,
  .mega-menu-sidebar-header {
    padding: 1rem;
    background: #fff !important;
  }
  .mega-menu-sidebar {
    width: 85%;
    background: #fff !important;
  }
  .mega-menu-sidebar-header {
    border-bottom: 1px solid #e5e5e5;
  }
  .mega-menu-sidebar .mega-menu-col h4 {
    font-size: 1rem;
    padding: 0.75rem 0;
    background: #fff !important;
    color: #e5322d;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .mega-menu-sidebar .mega-menu-col ul {
    background: #fff !important;
    padding: 0.5rem 0;
  }
  .mega-menu-sidebar .mega-menu-col ul li {
    background: #fff !important;
    margin: 0;
  }
  .mega-menu-sidebar .mega-menu-col ul li a {
    font-size: 0.9rem;
    padding: 0.75rem 0;
    background: #fff !important;
    color: #333;
    border-left: none;
  }
  .mega-menu-sidebar .mega-menu-col ul li a:hover {
    background: #f5f5f5 !important;
    color: #e5322d;
  }
  .mega-menu-sidebar .featured-tool {
    padding: 0.75rem;
    background: #fff !important;
    margin-bottom: 0.75rem;
  }
  .mega-menu-sidebar .featured-tool-content h5 {
    font-size: 0.9rem;
  }
  .mega-menu-sidebar .featured-tool-content p {
    font-size: 0.75rem;
  }
  .mega-menu-sidebar .mega-menu-featured {
    background: #f8f9fa !important;
    padding: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .mega-menu-sidebar {
    overflow-y: auto;
  }
  .mega-menu-content {
    padding-bottom: 2rem;
  }
  .mega-menu-sidebar .mega-menu-col {
    margin-bottom: 1rem;
  }
  .mega-menu-sidebar .mega-menu-col ul li {
    margin-bottom: 0.25rem;
  }
}

body.sidebar-open {
  overflow: hidden;
}
@media screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .logo-header svg {
    transform: scale(1.1);
  }
}
@media (hover: none) and (pointer: coarse) {
  .nav-link {
    padding: 0.5rem 0.75rem;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .dropdown-menu a {
    padding: 1rem;
    min-height: 44px;
  }
  .mega-dropdown-col ul li a {
    padding: 0.75rem 0;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .mobile-menu-btn {
    min-width: 44px;
    min-height: 44px;
  }
  .mega-menu-sidebar .mega-menu-col h4 {
    min-height: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .mega-menu-sidebar .mega-menu-col ul li a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

.gtranslate-container,
.login-icon,
.social-icon {
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 768px) {
  .blog-preview {
    padding: 60px 0;
  }
  .cta-content h2,
  .faq-title,
  .section__title {
    font-size: 2rem;
  }
  .cta-content p,
  .faq-question,
  .faq-subtitle {
    font-size: 1rem;
  }
  .faq-question {
    padding: 18px 20px;
  }
  .faq-answer-content {
    padding: 0 20px 20px;
  }
  .faq-feature-grid,
  .faq-formats,
  .features-grid,
  .grid--3 {
    grid-template-columns: 1fr;
  }
  .faq-shape,
  .shape {
    display: none;
  }
  .cta-section {
    padding: 40px 20px;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .cta-btn {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }
  .blog-card__content {
    padding: 20px;
  }
  .section-title {
    font-size: 2.2rem;
  }
  .search-popup {
    width: 95%;
  }
  .search-popup-input {
    padding: 10px 15px;
    font-size: 14px;
  }
  .search-popup-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .hexagon-item {
    width: calc(100% - 20px);
    max-width: 100%;
    height: 220px;
  }
  .section-title h2 {
    font-size: 1.8rem;
  }
  .section-title p {
    font-size: 1rem;
    padding: 0 15px;
  }
  .feature-main-title {
    font-size: 2rem;
  }
  .feature-tab-btn {
    min-width: 100%;
  }
  .feature-card-inner {
    padding: 25px;
  }
  .container {
    padding: 0 15px;
  }
}
  



/* ===== TOOLS MENU ALIGNMENT FIX ===== */
.nav-item.dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 5px;
    transition: all 0.2s ease;
}

.tools-menu-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.menu-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    vertical-align: middle;
}

.nav-label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}


/* ===== VERTICAL BORDERS ===== */
.vertical-border {
    width: 1px;
    height: 24px;
    background: #e6e6e6;
    margin: 0 16px;
    flex-shrink: 0;
}

/* ===== AWARD SECTION ===== */
.award-section {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
        transition: all 0.2s ease;
    white-space: nowrap;
}

.award-section:hover {
    background: transparent;
    border-color: #fff;
}

.award-badge {
    color: #ffc107;
    font-size: 14px;
    flex-shrink: 0;
}

.award-text {
    font-size: 13px;
    font-weight: 500;
    color: white;
}

/* ===== MOBILE APPS SECTION ===== */
.mobile-apps-section {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: var(--bg-light);
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.mobile-apps-section:hover {
    background: #e9ecef;
    border-color: #EBEBEB;
}

.app-download-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    transition: all 0.2s ease;
    text-decoration: none;
    flex-shrink: 0;
}

.android-icon {
    color: #3ddc84;
    font-size: 18px;
}

.apple-icon {
    color: #000000;
    font-size: 18px;
}

.app-download-link:hover {
    background: rgba(0, 0, 0, 0.05);
}

.app-text {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-color);
}

/* ===== PROFESSIONAL GTRANSLATE LANGUAGE SELECTOR ===== */
.professional-gtranslate {
  float: right;
    margin-left: 50px;
    padding: 0 5px;
    background: transparent;
    transition: all 0.2s ease;
    white-space: nowrap;
    height: 35px; 
}

.professional-gtranslate:hover {
    background: transparent;
}




/* Hide the original GTranslate banner */
.goog-te-banner-frame {
    display: none !important;
}

/* Fix for GTranslate display */
.skiptranslate {
    display: none !important;
}

.gradient-text {
    background: linear-gradient(45deg, #333, #444, #333, #444);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
    white-space: nowrap;
}

/* ===== MOBILE MENU BUTTON ===== */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    padding: 8px;
    border-radius: 5px;
    margin-left: auto;
}

.mobile-menu-btn:hover {
    background: #EBEBEB;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1200px) {
    .award-section .award-text,
    .mobile-apps-section .app-text {
        display: none;
    }
    
    .award-section,
    .mobile-apps-section {
        padding: 6px;
    }
    
    .dropdown-menu {
        width: 1000px;
        grid-template-columns: repeat(4, 1fr);
    }
    
    .vertical-border {
        margin: 0 8px;
    }
}

@media (max-width: 992px) {
    .dropdown-menu {
        width: 800px;
        grid-template-columns: repeat(3, 1fr);
    }
    
    .nav-links {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .professional-gtranslate {
        padding: 6px;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 12px 16px;
    }
    
    .logo-img {
        width: 140px;
        height: auto;
    }
    
    .vertical-border {
        margin: 0 6px;
    }
}

/* ===== MEGA MENU SIDEBAR (MOBILE) ===== */
.mega-menu-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100%;
    background: white;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    z-index: 1001;
    transition: right 0.3s ease;
    overflow-y: auto;
    padding: 20px;
}

.mega-menu-sidebar.show {
    right: 0;
}

.mega-menu-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}

.mega-menu-sidebar-overlay.show {
    display: block;
}

.mega-menu-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px #EBEBEB;
    margin-bottom: 20px;
}

.close-sidebar-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: var(--text-light);
    cursor: pointer;
    padding: 8px;
    border-radius: 5px;
}

.close-sidebar-btn:hover {
    background: #EBEBEB;
}

/* Mobile Sidebar Menu Items */
.mega-menu-col h4 {
    font-size: 15px;
    font-weight: 600;
    color: #212529;
    margin: 16px 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mega-menu-col h4 i {
    color: var(--primary-color);
    font-size: 14px;
}

.mega-menu-col ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: var(--text-color);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
    font-size: 14px;
}

.mega-menu-col ul li a:hover {
    background: var(--bg-light);
    color: var(--primary-color);
}

.mega-menu-col ul li a i {
    width: 16px;
    text-align: center;
    font-size: 14px;
    color: var(--text-light);
}

 .modern-footer {
          background-image: linear-gradient(112.5deg, rgb(199, 149, 37) 0%, rgb(199, 149, 37) 2%,rgb(202, 137, 37) 2%, rgb(202, 137, 37) 10%,rgb(205, 124, 37) 10%, rgb(205, 124, 37) 38%,rgb(208, 112, 37) 38%, rgb(208, 112, 37) 64%,rgb(210, 100, 36) 64%, rgb(210, 100, 36) 66%,rgb(213, 87, 36) 66%, rgb(213, 87, 36) 78%,rgb(216, 75, 36) 78%, rgb(216, 75, 36) 100%),linear-gradient(157.5deg, rgb(199, 149, 37) 0%, rgb(199, 149, 37) 2%,rgb(202, 137, 37) 2%, rgb(202, 137, 37) 10%,rgb(205, 124, 37) 10%, rgb(205, 124, 37) 38%,rgb(208, 112, 37) 38%, rgb(208, 112, 37) 64%,rgb(210, 100, 36) 64%, rgb(210, 100, 36) 66%,rgb(213, 87, 36) 66%, rgb(213, 87, 36) 78%,rgb(216, 75, 36) 78%, rgb(216, 75, 36) 100%),linear-gradient(67.5deg, rgb(199, 149, 37) 0%, rgb(199, 149, 37) 2%,rgb(202, 137, 37) 2%, rgb(202, 137, 37) 10%,rgb(205, 124, 37) 10%, rgb(205, 124, 37) 38%,rgb(208, 112, 37) 38%, rgb(208, 112, 37) 64%,rgb(210, 100, 36) 64%, rgb(210, 100, 36) 66%,rgb(213, 87, 36) 66%, rgb(213, 87, 36) 78%,rgb(216, 75, 36) 78%, rgb(216, 75, 36) 100%),linear-gradient(90deg, rgb(65, 48, 207),rgb(202, 204, 121)); background-blend-mode:overlay,overlay,overlay,normal;
            color: #fff;
            padding: 100px 0 70px 0;
            position: relative;
            overflow: hidden;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            width: 100%;
        }
        /* optional subtle overlay pattern */
        .modern-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 20% 40%, rgba(13, 71, 161, 0.08), transparent 70%);
            pointer-events: none;
        }

        .container-f {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 24px;
            position: relative;
            z-index: 10;
        }

        /* centered layout rows */
        .footer-centered {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            width: 100%;
        }

        .footer-row {
            width: 100%;
            margin-bottom: 32px;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

        .footer-row-logo { margin-bottom: 28px; }
        .footer-row-tagline { margin-bottom: 32px; }
        .footer-row-social { margin-bottom: 28px; }
        .footer-row-partners { margin-bottom: 36px; }
        .footer-row-menu { margin-bottom: 0; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 36px; }

        /* bottom bar: menu left, language center, copyright right */
        .footer-row-bottom-bar {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            margin-top: 20px;
            padding: 20px 0 10px;
        }
        .footer-bottom-left { flex: 1; display: flex; justify-content: flex-start; }
        .footer-bottom-center { flex: 1; display: flex; justify-content: center; }
        .footer-bottom-right { flex: 1; display: flex; justify-content: flex-end; }

        /* logo */
        .footer-logo-centered {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
            filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
        }
        .footer-logo-centered .logo-img {
            transition: all 0.3s ease;
            filter: drop-shadow(0 5px 10px rgba(13, 71, 161, 0.3));
            max-width: 180px;
            height: auto;
            border-radius:5px;
        }
        .footer-logo-centered .logo-img:hover {
            transform: scale(1.05);
            filter: drop-shadow(0 15px 20px rgba(13, 71, 161, 0.5));
        }
        .footer-logo-centered span {
            font-size: 0.9rem;
            font-weight: 600;
            background: linear-gradient(135deg, #ffffff, #90caf9);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        /* stylish about box */
        .stylish-about-box {
            max-width: 760px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.04);
            backdrop-filter: blur(4px);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 32px;
            padding: 22px 28px;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255,255,255,0.05);
            transition: all 0.3s ease;
        }
        .footer-tagline-centered {
            color: #e5e7eb;
            line-height: 1.6;
            font-size: 1rem;
            text-align: center;
            margin: 0;
        }
        .stylish-about-box:hover {
            background: rgba(255, 255, 255, 0.07);
            border-color: rgba(13, 71, 161, 0.5);
        }

        /* Social Icons - white background */
        .footer-social-centered {
            display: flex;
            gap: 18px;
            flex-wrap: wrap;
            justify-content: center;
        }
        .social-icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            transition: all 0.3s ease;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
            text-decoration: none;
            background: #ffffff;
            color: #1f2937;
        }
        .social-icon:hover {
            transform: translateY(-8px) scale(1.05);
            box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
        }
        .social-icon.twitter:hover { background: #1DA1F2; color: white; }
        .social-icon.facebook:hover { background: #4267B2; color: white; }
        .social-icon.instagram:hover { background: linear-gradient(45deg, #f09433, #d62976, #962fbf); color: white; }
        .social-icon.linkedin:hover { background: #0077b5; color: white; }
        .social-icon.youtube:hover { background: #FF0000; color: white; }

        /* PARTNERS BADGES row (like badges style) */
        .partners-badges {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            align-items: center;
        }
        .partner-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: transparent;
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 60px;
            padding: 8px 20px;
            transition: all 0.25s ease;
            text-decoration: none;
            color: #fff;
            font-weight: 500;
            font-size: 0.9rem;
            letter-spacing: 0.3px;
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
        }
        .partner-badge i {
            font-size: 1rem;
            color: #60A5FA;
        }
        .partner-badge:hover {
            background: #0D47A1;
            border-color: #60A5FA;
            transform: translateY(-3px);
            color: white;
            box-shadow: 0 12px 20px rgba(13, 71, 161, 0.4);
        }
        .partner-badge:hover i {
            color: white;
        }
        /* special styling for image tools, ilovepdf etc */
        .partner-badge .fa-external-link-alt {
            font-size: 0.7rem;
            opacity: 0.7;
        }

        /* footer menu (admin items) */
        .footer-bottom-menu {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-bottom-link {
            color: #e2e8f0;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 500;
            transition: all 0.2s ease;
            display: inline-block;
            padding: 4px 0;
        }
        .footer-bottom-link:hover {
            color: #90caf9;
            transform: translateY(-2px);
            text-shadow: 0 0 6px rgba(13, 71, 161, 0.5);
        }

        /* language switcher */
        .language-switcher { display: flex; justify-content: center; align-items: center; }
        .gtranslate_wrapper .gt_selector {
            background: #f5f5fa;
            border: 1px solid #fff;
            border-radius: 40px;
            padding: 8px 18px;
            color: #fff;
            font-family: 'Inter', sans-serif;
            font-size: 0.85rem;
            cursor: pointer;
            backdrop-filter: blur(4px);
        }
        .gtranslate_wrapper .gt_selector:hover {
            background: #fff;
            border-color: #333;
        }

        /* copyright */
        .copyright-centered {
            text-align: right;
            font-size: 0.85rem;
            color: #aaa;
        }
        .copyright-centered a {
            color: #cbd5e0;
            text-decoration: none;
        }
        .copyright-centered a:hover {
            color: #90caf9;
            text-decoration: underline;
        }
        #current-year { color: #fff; font-weight: 600; }

        /* responsiveness */
        @media (max-width: 992px) {
            .footer-row-bottom-bar {
                flex-direction: column;
                align-items: center;
                gap: 24px;
            }
            .footer-bottom-left, .footer-bottom-center, .footer-bottom-right {
                justify-content: center;
                width: 100%;
                flex: auto;
            }
            .footer-bottom-menu { justify-content: center; }
            .copyright-centered { text-align: center; }
            .partners-badges { gap: 14px; }
            .partner-badge { padding: 6px 16px; font-size: 0.8rem; }
        }

        @media (max-width: 768px) {
            .modern-footer { padding: 50px 0 30px; }
            .social-icon { width: 42px; height: 42px; font-size: 1.2rem; }
            .stylish-about-box { padding: 18px 20px; margin: 0 12px; }
            .partner-badge { padding: 5px 14px; font-size: 0.75rem; }
        }

        @media (max-width: 550px) {
            .partners-badges { flex-direction: column; align-items: center; }
            .partner-badge { width: auto; min-width: 160px; justify-content: center; }
        }

        /* animations */
        .footer-row {
            animation: fadeInUp 0.6s ease forwards;
            opacity: 0;
        }
        .footer-row-logo { animation-delay: 0.05s; }
        .footer-row-tagline { animation-delay: 0.1s; }
        .footer-row-social { animation-delay: 0.15s; }
        .footer-row-partners { animation-delay: 0.18s; }
        .footer-row-menu { animation-delay: 0.22s; }
        .footer-row-bottom-bar { animation-delay: 0.28s; }

        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        #message {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: rgba(0, 0, 0, 0.95);
            backdrop-filter: blur(10px);
            color: #ffffff;
            padding: 12px 24px;
            border-radius: 50px;
            font-size: 0.9rem;
            box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.5);
            border: 1px solid rgba(13, 71, 161, 0.3);
            transform: translateX(400px);
            transition: transform 0.3s ease;
            z-index: 9999;
        }
        #message.show { transform: translateX(0); }
  /* Mobile Menu Button */
        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #333;
            padding: 10px;
        }
        
        /* Mobile Sidebar */
        .mega-menu-sidebar {
            position: fixed;
            top: 0;
            left: -100%;
            width: 85%;
            max-width: 400px;
            height: 100vh;
            background: white;
            z-index: 1000;
            overflow-y: auto;
            transition: left 0.3s ease;
            box-shadow: 2px 0 20px rgba(0,0,0,0.15);
        }
        
        .mega-menu-sidebar.show {
            left: 0;
            display: block;
        }
        
        .mega-menu-sidebar-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 999;
        }
        
        .mega-menu-sidebar-overlay.show {
            display: block;
        }
        
        .mega-menu-sidebar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            border-bottom: 1px solid #eee;
            background: white;
            position: sticky;
            top: 0;
            z-index: 10;
        }
        
        .close-sidebar-btn {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #333;
            padding: 5px 10px;
            transition: color 0.3s;
        }
        
        .close-sidebar-btn:hover {
            color: #dc2626;
        }
        
        .mega-menu-content {
            padding: 20px;
        }
        
        .mobile-menu-item {
            margin-bottom: 5px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .mobile-menu-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px;
            cursor: pointer;
            font-weight: 500;
            font-size: 14px;
            color: #333;
            background: #fafafa;
            transition: all 0.3s;
        }
        
        .mobile-menu-header:hover {
            background: #f0f0f0;
        }
        
        .mobile-menu-header i {
            transition: transform 0.3s ease;
            color: #dc2626;
            pointer-events: none;
        }
        
        .mobile-menu-header.active i {
            transform: rotate(180deg);
        }
        
        .mobile-submenu {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
            list-style: none;
            background: white;
        }
        
        .mobile-submenu.show {
            max-height: 500px;
            transition: max-height 0.5s ease-in;
        }
        
        .mobile-submenu li {
            border-top: 1px solid #f0f0f0;
        }
        
        .mobile-submenu li a {
            display: block;
            padding: 5px 10px;
            color: #666;
            text-decoration: none;
            font-size: 12px;
            transition: all 0.3s;
        }
        
        .mobile-submenu li a:hover {
            color: #dc2626;
            padding-left: 15px;
            background: #fef2f2;
        }
        
      
/* Desktop styles - hide mobile menu on desktop */
@media (min-width: 992px) {
    .mega-menu-sidebar,
    .mega-menu-sidebar-overlay,
    .mobile-menu-btn {
        display: none !important;
    }
}

/* Mobile styles */
@media (max-width: 991px) {
    .mobile-menu-btn {
        display: block !important;
    }
    
    .nav-links {
        display: none !important;
    }
    
    /* Ensure dropdown menus are hidden on mobile */
    .dropdown-menu {
        display: none !important;
    }
}

/* Breadcrumbs - Perfect Center Alignment */
.breadcrumbs {
    padding: 10px 20px;
    margin: 0 0 15px 0;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.breadcrumbs span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    color: #6c757d;
}

.breadcrumbs a {
    color: #dc2626;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.breadcrumbs a:hover {
    color: #b91c1c;
    text-decoration: underline;
}

.breadcrumbs [itemprop="name"] {
    color: #495057;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.breadcrumbs > span:not([itemscope]) {
    margin: 0 2px;
    color: #adb5bd;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

/* SVG Icon Styling - Perfect Alignment */
.breadcrumbs svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    stroke: #dc2626;
    margin-top: -1px;
}

.breadcrumbs a:hover svg {
    stroke: #b91c1c;
}

/* Text alignment fix */
.breadcrumbs a span,
.breadcrumbs span span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

/* Tablet and up */
@media (min-width: 768px) {
    .breadcrumbs {
        padding: 12px 24px;
        margin: 0 auto;
        max-width: 1230px;
        font-size: 12px;
        gap: 8px;
    }
    
    .breadcrumbs > span:not([itemscope]) {
        margin: 0 4px;
    }
    
    .breadcrumbs svg {
        width: 15px;
        height: 15px;
    }
}

/* Ad Container Base Styles */
.ad-container {
    position: relative;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

/* Header Ad Specific Styles */
.ad-container.ad-header, .ad-container.ad-footer {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    position: relative;
}


/* Responsive Design */
@media (max-width: 768px) {
    .ad-container.ad-header, .ad-container.ad-footer {
        margin: 15px auto;
        padding: 8px 0;
        border-radius: 8px;
    }
    
    
}

@media (max-width: 480px) {
    .ad-container.ad-header, .ad-container.ad-footer {
        margin: 10px auto;
        padding: 5px 0;
    }
}

/* minimalist premium faq – glass morphism + floating elements */
.faq-section-modern {
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem 4rem 4rem 4rem;
  background:#f7f7f7;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.faq-header-modern {
  text-align: center;
  margin-bottom: 4rem;
}

.faq-header-modern h2 {
  font-size: 3.2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #EA580C 0%, #444 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
}

.faq-header-modern h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #EA580C, #ef4444);
  border-radius: 4px;
}

.faq-header-modern p {
  font-size: 1.2rem;
  color: #4A5568;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* elegant grid layout */
.faq-grid-modern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  perspective: 1000px;
}

/* premium card design */
.faq-item-modern {
  background: white;
  border-radius: 32px;
  padding: 2rem;
  box-shadow: 
    0 20px 40px -15px rgba(220,38,38,0.12),
    0 0 0 1px rgba(220,38,38,0.05) inset,
    0 0 0 1px rgba(255,255,255,0.9) inset;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.faq-item-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #EA580C, #ef4444, #f87171);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq-item-modern:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 30px 60px -15px rgba(220,38,38,0.25),
    0 0 0 2px rgba(220,38,38,0.1) inset;
}

.faq-item-modern:hover::before {
  opacity: 1;
}

/* question area */
.faq-question-modern {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.faq-icon-wrapper {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EA580C;
  font-size: 1.5rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 5px 10px rgba(220,38,38,0.12);
}

.faq-item-modern:hover .faq-icon-wrapper {
  background: linear-gradient(135deg, #EA580C 0%, #ef4444 100%);
  color: white;
  transform: scale(1.1) rotate(5deg);
}

.faq-question-modern h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0A1929;
  line-height: 1.5;
  margin: 0.5rem 0 0 0;
  flex: 1;
}

.faq-toggle-modern {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F1F4F9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EA580C;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-left: auto;
}

.faq-item-modern:hover .faq-toggle-modern {
  background: #EA580C;
  color: white;
  transform: rotate(90deg);
}

/* answer panel */
.faq-answer-modern {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: calc(48px + 1.5rem);
  margin-top: 0;
  color: #4B5563;
  font-size: 1.1rem;
  line-height: 1.7;
  border-bottom: 1px solid transparent;
}

.faq-answer-modern p {
  margin: 1rem 0 0.5rem 0;
}

/* checkbox hack */
.faq-checkbox-modern {
  display: none;
}

.faq-checkbox-modern:checked + .faq-question-modern .faq-toggle-modern {
  background: #EA580C;
  color: white;
  transform: rotate(135deg);
}

.faq-checkbox-modern:checked + .faq-question-modern .faq-icon-wrapper {
  background: linear-gradient(135deg,#EA580C 0%, #ef4444 100%);
  color: white;
}

.faq-checkbox-modern:checked ~ .faq-answer-modern {
  max-height: 300px;
  opacity: 1;
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-color: #E5E7EB;
}

/* decorative elements */
.faq-decoration {
  position: relative;
  height: 0;
  pointer-events: none;
}

.deco-dots {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(#dc2626 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.08;
  z-index: 0;
}

.deco-circle {
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(220,38,38,0.03) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

/* footer */
.faq-footer-modern {
  margin-top: 4rem;
  text-align: center;
  padding: 2rem;
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border-radius: 60px;
  position: relative;
  z-index: 2;
}

.faq-footer-modern p {
  font-size: 1.2rem;
  color: #1E293B;
  margin-bottom: 1rem;
}

.faq-footer-modern a {
  color: #dc2626;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  background: white;
  box-shadow: 0 5px 15px rgba(220,38,38,0.15);
  transition: all 0.3s ease;
  display: inline-block;
}

.faq-footer-modern a:hover {
  background: #dc2626;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220,38,38,0.3);
}

/* responsive */
@media (max-width: 768px) {
  .faq-grid-modern {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .faq-header-modern h2 {
    font-size: 2.5rem;
  }
  
  .faq-question-modern {
    gap: 1rem;
  }
  
  .faq-icon-wrapper {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    border-radius: 14px;
  }
  
  .faq-answer-modern {
    padding-left: calc(40px + 1rem);
  }
}

/* optional dark mode support */
@media (prefers-color-scheme: dark) {
  .faq-section-modern {
    background: transparent;
  }
  
  .faq-item-modern {
    background: rgba(17, 25, 40, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.5);
  }
  
  .faq-question-modern h3 {
    color: #E2E8F0;
  }
  
  .faq-header-modern p {
    color: #A0AEC0;
  }
  
  .faq-footer-modern {
    background: rgba(220,38,38,0.15);
    backdrop-filter: blur(10px);
  }
  
  .faq-footer-modern p {
    color: #E2E8F0;
  }
}
  /* 3D background shapes & overall body context */
        .info-container {
            position: relative;
            max-width: 100%;
            margin: 0 auto;
            background: #ffffff;
            overflow: hidden;
            transition: all 0.2s;
            z-index: 2;
            padding: 1rem 3rem;
        }

        /* 3D floating shapes in background */
        .info-container::before {
            content: "";
            position: absolute;
            top: 50px;
            right: -60px;
            width: 580px;
            height: 480px;
            background: radial-gradient(circle, rgba(220,38,38,0.08) 0%, rgba(220,38,38,0) 70%);
            border-radius: 50%;
            z-index: -1;
            pointer-events: none;
            transform: rotate(20deg);
            filter: blur(40px);
        }

        .info-container::after {
            content: "";
            position: absolute;
            bottom: -100px;
            left: -50px;
            width: 520px;
            height: 520px;
            background: radial-gradient(circle, rgba(220,38,38,0.06) 0%, rgba(220,38,38,0) 70%);
            border-radius: 60% 40% 50% 50%;
            z-index: -1;
            pointer-events: none;
            filter: blur(50px);
            transform: rotate(15deg);
        }

        /* inner shape - floating cube illusion */
        .info-inner {
            position: relative;
            padding: 2.5rem 2rem 3rem 2rem;
            backdrop-filter: blur(0px);
            z-index: 2;
        }

        .info-inner::before {
            content: "◧";
            font-size: 180px;
            font-weight: 300;
            position: absolute;
            bottom: 20px;
            right: 20px;
            opacity: 0.03;
            color: #dc2626;
            font-family: monospace;
            pointer-events: none;
            transform: rotate(12deg);
            z-index: 0;
        }

        .info-inner::after {
            content: "◆";
            font-size: 240px;
            position: absolute;
            top: 100px;
            left: -30px;
            opacity: 0.04;
            color: #dc2626;
            pointer-events: none;
            transform: rotate(25deg);
            font-family: monospace;
        }

        /* header styling with subtle brand accent */
        .info-header {
            text-align: center;
            margin-bottom: 2.5rem;
            border-bottom: 2px solid #eef2f8;
            padding-bottom: 1.5rem;
            position: relative;
            z-index: 2;
        }

        .info-header h2 {
            font-size: 2.2rem;
            font-weight: 700;
            background: linear-gradient(135deg, #dc2626, #b91c1c);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            letter-spacing: -0.02em;
            margin-bottom: 0.5rem;
        }

        .info-header .tagline {
            font-size: 1.1rem;
            color: #4a627a;
            max-width: 700px;
            margin: 0 auto;
        }

        /* section styling */
        .info-section {
            margin-bottom: 2.8rem;
            position: relative;
            z-index: 2;
        }

        .section-titler {
            font-size: 1.7rem;
            font-weight: 700;
            color: #0f2b3d;
            margin-bottom: 1.2rem;
            padding-left: 0.75rem;
            border-left: 5px solid #dc2626;
            letter-spacing: -0.3px;
        }

        .paragraph-text {
            font-size: 1rem;
            color: #2c3e44;
            margin-bottom: 1.2rem;
            line-height: 1.6;
        }

        /* two column layout for benefits + image, and why choose image + content */
        .two-column-layout {
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem;
            align-items: center;
            margin: 2rem 0 1.5rem;
        }

        .col-content {
            flex: 1.2;
            min-width: 260px;
        }

        .col-media {
            flex: 0.9;
            min-width: 280px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* benefits list styling */
        .benefits-list {
            display: flex;
            flex-direction: column;
            gap: 1.4rem;
        }

        .benefit-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            background: #fafcff;
            padding: 1rem 1.2rem;
            border-radius: 1.2rem;
            border-left: 4px solid #10b981;
            transition: all 0.2s ease;
            box-shadow: 0 2px 6px rgba(0,0,0,0.02);
        }

        .benefit-item:hover {
            transform: translateX(5px);
            background: #ffffff;
            box-shadow: 0 8px 18px -8px rgba(0,0,0,0.08);
        }

        .benefit-icon {
            width: 32px;
            height: 32px;
            flex-shrink: 0;
        }

        .benefit-icon svg {
            width: 100%;
            height: 100%;
        }

        .benefit-text h4 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #1e3a5f;
            margin-bottom: 0.25rem;
        }

        .benefit-text p {
            font-size: 0.9rem;
            color: #3b5a78;
            margin: 0;
        }

        /* why choose items */
        .why-list {
            display: flex;
            flex-direction: column;
            gap: 1.4rem;
        }

        .why-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            background: #fafcff;
            padding: 1rem 1.2rem;
            border-radius: 1.2rem;
            border-left: 4px solid #dc2626;
            transition: all 0.2s ease;
        }

        .why-item:hover {
            transform: translateX(5px);
            background: #ffffff;
            box-shadow: 0 8px 18px -8px rgba(0,0,0,0.08);
        }

        .why-icon {
            width: 32px;
            height: 32px;
            flex-shrink: 0;
        }

        .why-icon svg {
            width: 100%;
            height: 100%;
        }

        .why-text h4 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #1e3a5f;
            margin-bottom: 0.25rem;
        }

        .why-text p {
            font-size: 0.9rem;
            color: #3b5a78;
            margin: 0;
        }

        /* larger SVG illustration styling */
        .svg-illustration {
            width: 100%;
            max-width: 380px;
            height: auto;
            filter: drop-shadow(0 10px 8px rgba(0,0,0,0.08));
        }

        /* responsive swap for mobile */
        @media (max-width: 780px) {
            .two-column-layout {
                flex-direction: column;
            }
            .col-media {
                order: 2;
            }
            .col-content {
                order: 1;
            }
            .why-column-reverse .col-media {
                order: 1;
            }
            .why-column-reverse .col-content {
                order: 2;
            }
        }

        /* ENHANCED FEATURES GRID - modern card design */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 2rem;
            margin: 2rem 0;
        }

        .feature-card {
            background: #ffffff;
            border-radius: 1.5rem;
            padding: 1.8rem;
            transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            border: 1px solid #f0f2f5;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
            position: relative;
            overflow: hidden;
        }

        
        .feature-card:hover {
            transform: translateY(-6px);
            border-color: #fee2e2;
            box-shadow: 0 20px 30px -12px rgba(220, 38, 38, 0.15);
        }

        .feature-card:hover::before {
            width: 6px;
        }

        .feature-icon {
            width: 52px;
            height: 52px;
            margin-bottom: 1.2rem;
            background: linear-gradient(135deg, #fff5f5, #ffffff);
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            border: 1px solid #fee2e2;
        }

        .feature-icon svg {
            width: 100%;
            height: 100%;
            stroke: #dc2626;
            stroke-width: 1.6;
        }

        .feature-card .card-title {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 0.6rem;
            color: #1e293b;
        }

        .feature-card .card-desc {
            font-size: 0.9rem;
            color: #5b6e8c;
            line-height: 1.55;
        }

        /* key points list */
        .key-points-list {
            list-style: none;
            padding: 0;
            margin: 1rem 0 1.5rem 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
        }

        .key-points-list li {
            background: #eef3fc;
            padding: 0.5rem 1.2rem;
            border-radius: 40px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #1e4a76;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .key-points-list li::before {
            content: "✓";
            font-weight: bold;
            color: #dc2626;
            font-size: 1rem;
        }

        /* stat highlight */
        .stat-highlight {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            justify-content: space-between;
            background: #f8fafd;
            border-radius: 1.5rem;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            text-align: center;
        }

        .stat-item {
            flex: 1;
        }

        .stat-number {
            font-size: 2rem;
            font-weight: 800;
            color: #dc2626;
            line-height: 1.2;
        }

        .stat-label {
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #5c6f87;
            font-weight: 500;
        }

        .long-text {
            background: #fefdf9;
            padding: 1.4rem 1.8rem;
            border-radius: 1.2rem;
            margin: 1.5rem 0;
            border: 1px solid #f0ede8;
        }

        hr {
            margin: 2rem 0;
            border: 0;
            height: 1px;
            background: linear-gradient(90deg, #e0e7ef, transparent);
        }

        @media (max-width: 680px) {
            .info-container {
                padding: 1rem;
            }
            .info-inner {
                padding: 1.5rem;
            }
            .section-titler {
                font-size: 1.4rem;
            }
            .stat-highlight {
                flex-direction: column;
                gap: 1rem;
            }
            .features-grid {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
        }
         .containerc {
            max-width: 94%;
            width: 100%;
            margin: -90px auto 55px auto;
            background: #fff;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            position:relative;
        }

   /* Stats Container */
.stats-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 50px;
    margin-right: 0;
}

/* Common Stat Card Styles */
.stat-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    background: transparent;
    border: none;
    min-width: 110px;
}

.stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon i {
    font-size: 24px;
}

.stat-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.stat-number {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: normal;
}

.stat-label {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    opacity: 0.9;
    text-transform: normal;
    letter-spacing: 0.5px;
}

/* Award Stat - Gold Gradient */
.award-stat {
    background: transparent;
    border-color: rgba(255, 215, 0, 0.4);
    cursor: default;
}

.award-stat .stat-icon i {
    color: #FFD700;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

.award-stat .stat-number,
.award-stat .stat-label {
    color: #707070;
}

.award-stat:hover {
    transform: translateY(-2px);
    background: transparent;
    border-color: rgba(255, 215, 0, 0.6);
}


    .container-t { max-width: 100%; width: 100%; margin: 0 auto; background: #E9FEE9; overflow: hidden; }

.icon-bg i{font-size:1.8rem;color:#1EB395; padding:0 0 30px 0;}
.icon-badge{
  position:absolute;top:39px;left:35px;
  background: linear-gradient(to bottom right, #1A73E8, #1EB395);color:#fff;
  font-size:.5rem;font-weight:800;
  padding:3px 6px;border-radius:7px;
  letter-spacing:.04em;border:2px solid #fff;
}
    .category-tools {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 1.25rem;
    }
    
    .tool-card {
        border-radius: 1.25rem;
        padding: 1rem;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        border: 1px solid #9EFC9E;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
        cursor: pointer;
        background: white !important;
        width: 100%;
        overflow: hidden;
    }
    
    .tool-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 24px rgba(108, 71, 255, 0.12);
        border-color: rgba(108, 71, 255, 0.2);
    }
    
    .tool-card:hover .tool-icon {
        transform: rotate(8deg) scale(1.05);
        background: #6C47FF;
        color: white;
        transition: all 0.3s ease;
    }
    
    .tool-icon {
        width: 40px;
        height: 40px;
        background: #1EB395;
        border-radius: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
        color: #fff;
        transition: all 0.3s ease;
        margin-bottom: 15px;
    }
    
    .tool-title { font-size: 0.95rem; font-weight: 700; color: #0f172a; margin-bottom: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color 0.2s ease; }
    .tool-card:hover .tool-title { color: #6c47ff; }
    
    .tool-description { font-size: 0.7rem; color: #5b677b; line-height: 1.35; margin-bottom: 10px; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .tool-category-badge { display: inline-block; padding: 3px 8px; border-radius: 30px; font-size: 0.6rem; font-weight: 700; margin-bottom: 10px; background: rgba(0,0,0,0.04); color: #1e293b; width: fit-content; }

    @media (max-width: 1200px) { .category-tools { gap: 1rem; } }
    @media (max-width: 1100px) { .category-tools { grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 800px) { .category-tools { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 600px) { .category-tools { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 450px) { .category-tools { grid-template-columns: 1fr; } }

    .hero {
        background: radial-gradient(circle at center, #FFE4B5 0%, #FFFFFF 45%, #98FB98 100%);
        padding: 3rem 2rem 1.5rem;
        text-align: center;
        position: relative;
        border-bottom: 1px solid #eef2ff;
        overflow: hidden;
    }
    .hero-3d-shapes { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
    .hero-inner { position: relative; z-index: 2; max-width: 100%; margin: 0 auto; background: transparent; }
    .shape-cube {
        position: absolute;
        width: 42px;
        height: 42px;
        background: rgba(108, 71, 255, 0.12);
        backdrop-filter: blur(3px);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3rem;
        color: #fff;
        transform: rotate(8deg) skew(2deg);
        animation: floatCube 8s infinite ease-in-out;
    }
    .shape-cube.small { width: 36px; height: 36px; font-size: 1rem; }
    .shape-cube.tiny { width: 28px; height: 28px; font-size: 0.8rem; }
    @keyframes floatCube {
        0% { transform: translateY(0px) rotate(0deg); opacity: 0.7; }
        50% { transform: translateY(-20px) rotate(6deg); opacity: 1; }
        100% { transform: translateY(0px) rotate(0deg); opacity: 0.7; }
    }
    .hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(108, 71, 255, 0.04) 1px, transparent 1px),
                          linear-gradient(90deg, rgba(108, 71, 255, 0.04) 1px, transparent 1px);
        background-size: 40px 40px;
        pointer-events: none;
        z-index: 1;
    }
    
    .hero-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: #333; margin-bottom: 25px; }
    .hero-pill-badge { background: #fff; color: #333; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 20px; border: 1px solid #dc2626; }
    
    .hero-title {
        font-size: clamp(32px, 6vw, 62px);
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.2;
        font-family: "Exo 2", sans-serif;
        background: linear-gradient(45deg, #DB7093 0%, #DDA0DD 33.33%, #BC8F8F 33.33%, #2E8B57 66.66%, #F4A460 66.66%, #2F4F4F 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
    
    .hero-description { font-size: 18px; color: #2d3a5e; line-height: 1.6; max-width: 728px; margin: 0 auto 25px; font-weight: 500; }
    .hero-search-wrap { max-width: 580px; margin: 0 auto 20px; }
    .hero-search-box { display: flex; align-items: center; background: #fff; border: 2px solid #e8e4ff; border-radius: 60px; padding: 5px 5px 5px 20px; }
    .hero-search-box:focus-within { border-color: #6c47ff; }
    .hero-search-input { flex: 1; border: none; outline: none; font-size: 15px; padding: 12px 10px; background: transparent; }
    .hero-search-btn { padding: 10px 24px; border-radius: 50px; background: linear-gradient(135deg, #dc2626, #00C9A7); color: white; font-size: 14px; font-weight: 700; border: none; cursor: pointer; }
    .hero-stats { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; margin-top: 16px; }
    .hero-stat { font-size: 13px; color: #7c8ba0; display: flex; align-items: center; gap: 5px; }
    .hero-stat strong { font-size: 15px; font-weight: 800; color: #0f172a; }

    .slider-section { padding: 10px; max-width: 100%; }
    .slider-track-wrap { position: relative; overflow: hidden; }
    .slider-track { display: flex; gap: 14px; padding: 8px 32px 16px; animation: scrollLeft 120s linear infinite; width: max-content; }
    .slider-track:hover { animation-play-state: paused; }
    @keyframes scrollLeft { from { transform: translateX(0); } to { transform: translateX(-50%); } }
    .slider-card {
        flex-shrink: 0; width: 130px; background: #fff; border: 1.5px solid #f0eeff; border-radius: 18px;
        padding: 12px 8px; cursor: pointer; transition: all .2s; text-align: center;
    }
    .slider-card:hover { border-color: #c4b5fd; box-shadow: 0 8px 20px rgba(108, 71, 255, .12); transform: translateY(-3px); }
    .slider-card-icon { width: 34px; height: 34px; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin: 0 auto 8px; background: #1EB395; color: #fff; transition: transform 0.2s ease; }
    .slider-card:hover .slider-card-icon { transform: scale(1.05) rotate(5deg); }
    .slider-card-name { font-size: 13px; font-weight: 700; color: #1a1a2e; }
    .slider-card-tag { display: inline-block; padding: 2px 8px; border-radius: 30px; font-size: 9px; font-weight: 700; background: #f0f0ff; color: #6c47ff; }

    .cats-section { background: #fff; border-bottom: 1px solid #f0f0f0; padding: 0 24px; position: sticky; top: 0; z-index: 100;}
    .cats-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.25rem; max-width: 100%; margin: 0 auto;}
    .cat-tab { display: flex; align-items: center; gap: 7px; padding: 14px 18px; font-size: 13px; font-weight: 600; color: #888; white-space: nowrap; border-bottom: 3px solid transparent; cursor: pointer; }
    .cat-tab.active, .cat-tab:hover { color: #6c47ff; border-bottom-color: #6c47ff; }
    .cat-tab-icon { width: 28px; height: 28px; border-radius: 7px; display: flex; align-items: center; justify-content: center; background: #1EB395;color:white; }

    @media (max-width: 768px) {
        .cats-section { padding: 0.5rem; }
        .cat-tab { padding: 6px 10px; font-size: 11px; }
        .cat-tab-icon { width: 22px; height: 22px; font-size: 10px; }
    }

    .tool-actions-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .social-icons-group { display: flex; gap: 8px; align-items: center; }
    .share-icon-sm {
        width: 26px; height: 26px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
        font-size: 0.7rem; background: #f5f5fa; color: #6c47ff; cursor: pointer; transition: all 0.2s;
    }
    .share-icon-sm:hover { background: #6c47ff; color: white; transform: translateY(-2px); }
    .like-btn-sm {
        background: #f5f5fa; border: none; cursor: pointer; font-size: 0.7rem; color: #cbd5e1;
        transition: all 0.2s; display: inline-flex; align-items: center; gap: 3px;
        padding: 4px 8px; border-radius: 30px; font-weight: 500; height: 26px;
    }
    .like-btn-sm.liked { color: #ef4444; background: rgba(239,68,68,0.1); }
    .like-count-sm { font-size: 0.65rem; font-weight: 600; }

    .tools-section { padding: 2rem; }
    .category-section { margin-bottom: 2.5rem; }
    .category-title { font-size: 1.3rem; font-weight: 800; color: #0f172a; margin-bottom: 1.2rem; padding-bottom: 0.5rem; border-bottom: 3px solid #eef2ff; display: flex; align-items: center; gap: 12px; }
    .category-title i { background: #f1f5f9; padding: 8px 10px; border-radius: 14px; color: #6c47ff; }
    
    .corner-badge { position: absolute; top: 0; right: 0; z-index: 5; font-size: 0.6rem; font-weight: 800; padding: 4px 10px; border-radius: 0 0 0 14px; color: white; text-transform: uppercase; }
    .corner-badge.new { background: #9EFC9E; }
    .corner-badge.popular { background: linear-gradient(135deg, #e65100, #f57c00); }
    .corner-badge.hot { background: linear-gradient(135deg, #c62828, #e53935); }
    
    .tool-link { text-decoration: none; color: inherit; display: block; }
    .no-results { text-align: center; padding: 3rem; background: #f8fafc; border-radius: 1.5rem; grid-column: 1 / -1; }
    .toast-message { position: fixed; bottom: 20px; right: 20px; background: #1e293b; color: white; padding: 10px 20px; border-radius: 8px; font-size: 13px; z-index: 1000; animation: slideIn 0.3s ease; }
    @keyframes slideIn { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
    
    .rotating-frame { display: inline-block; padding: 6px 14px; font-weight: 700; font-size: 28px; transition: all 0.5s ease; font-family: "Unbounded", sans-serif; color: #6A1B9A; }


.forge-container, .converter-container {
        max-width: 90% !important;
        margin: 0 auto !important;
        background: #ffffff !important;
        border-radius: 2rem !important;
        overflow: hidden !important;
        box-shadow: 0 30px 55px -15px rgba(0, 0, 0, 0.15) !important;
        position: relative !important;
        z-index: 1 !important;
    }

    .forge-header, .header {
        background: linear-gradient(135deg, #FCEBD2 0%, #FEFCE8 100%) !important;
        padding: 1rem 2rem !important;
        color: #1e1b4b !important;
        text-align: center !important;
        border-bottom: 1px solid #e2e8f0 !important;
    }
    .forge-header::before, .header::before {
        content: '' !important;
        position: absolute !important;
        top: -30% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 400px !important;
        height: 350px !important;
        background: radial-gradient(circle, rgba(234,88,12,0.05), transparent) !important;
        border-radius: 50% !important;
    }
    .forge-header h1 {
        font-size: 2.2rem !important;
        font-weight: 800 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 14px !important;
    }
    .forge-header h1 i {
        font-size: 2.3rem !important;
        color: #ea580c !important;
    }
    .forge-header p {
        opacity: 0.8 !important;
        margin-top: 12px !important;
        font-size: 0.95rem !important;
        color: #334155 !important;
    }
    .btn-primary-grad , .btn-upload{
        background: linear-gradient(135deg, #444, #EA580C) !important;
        border: none !important;
        padding: 12px 32px !important;
        border-radius: 60px !important;
        color: white !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        font-size: 0.95rem !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
    }
    .btn-primary-grad:hover, .btn-upload:hover {
        transform: translateY(-2px) !important;
    }
    
   