
.hexagon-item::after,
.hexagon-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  right: 0;
}
.container,
.hexagon-content,
.hexagon-item,
.search-form,
.section-title h2,
.tools-section {
  position: relative;
}
.feature-card {
  perspective: 1000px;
  overflow: hidden;
}
.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,
.hexagon-item:hover,
.logo-header,
.mega-dropdown-col ul li a,
.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;
}
.hero__content {
  z-index: 11;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  transform: translateZ(20px);
} 
.hero__title,
.mega-dropdown-col ul li,
.mega-menu-sidebar .mega-menu-col ul li {
  margin-bottom: 0.5rem;
}
.hero__title {
  font-size: 4rem;
  color: #9F5B46;
  -webkit-text-stroke: 3px;
  text-stroke: 3px;
  -webkit-text-stroke-color: transparent;
  text-stroke-color: transparent;
  background: linear-gradient(135deg, #0D47A1 0, #0D47A1 50%, #0D47A1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: white;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.5px;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
}
.hero__description {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 auto 20px;
  line-height: 1.6;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-weight: 400;
  max-width: 970px;
}
@media (max-width: 768px) {
  .hero {
    padding: 30px 0 60px;
  }
  .hero::before {
    background-size: 25px 25px;
    opacity: 0.7;
  }
  .container {
    padding: 0 15px;
  }
  .hero__content {
    padding: 0 10px;
  }
  .hero__title {
    font-size: 2rem;
    -webkit-text-stroke: 1.5px;
    text-stroke: 1.5px;
    letter-spacing: -0.25px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }
  .hero__description {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 100%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .hero {
    padding: 25px 0 50px;
  }
  .hero__title {
    font-size: 1.75rem;
    -webkit-text-stroke: 1px;
    text-stroke: 1px;
    letter-spacing: -0.1px;
    margin-bottom: 0.3rem;
  }
  .hero__description {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .container {
    padding: 0 10px;
  }
  .hero__content {
    padding: 0 5px;
  }
}
@media (min-width: 376px) and (max-width: 480px) {
  .hero__title {
    font-size: 2.1rem;
  }
  .hero__description {
    font-size: 1.05rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .hero {
    padding: 35px 0 70px;
  }
  .hero__title {
    font-size: 2.5rem;
    -webkit-text-stroke: 1.5px;
    text-stroke: 1.5px;
  }
  .hero__description {
    font-size: 1.1rem;
    max-width: 90%;
  }
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero {
    padding: 40px 0 80px;
  }
  .hero__title {
    font-size: 3rem;
    -webkit-text-stroke: 1.8px;
    text-stroke: 1.8px;
  }
  .hero__description {
    font-size: 1.15rem;
    max-width: 85%;
    line-height: 1.6;
  }
  .container {
    padding: 0 25px;
  }
}
@media (max-width: 320px) {
  .hero {
    padding: 20px 0 40px;
  }
  .hero__title {
    font-size: 1.6rem;
    -webkit-text-stroke: 0.5px;
    text-stroke: 0.5px;
  }
  .hero__description {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}
.search-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  z-index: 12;
  border: 1px solid #00008b;
}
.search-form:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.95);
}
.search-form input[type="text"] {
  flex: 1;
  border: none;
  padding: 15px 20px;
  font-size: 1rem;
  border-radius: 50px;
  outline: 0;
  background: 0 0;
  color: #2c3e50;
}
.search-form input[type="text"]::placeholder {
  color: #7f8c8d;
}
.search-form button {
  background: linear-gradient(135deg, #00008b 0, #04aa6d 100%);
  border: none;
  color: #fff;
  padding: 0 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.search-form button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}
@media (max-width: 768px) {
  .hero__content {
    padding: 60px 20px;
    transform: translateZ(10px);
  }
  .hero__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.3px;
    line-height: 1.2;
    background: linear-gradient(135deg, #00008b 0, #04aa6d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .hero__description {
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    padding: 0 10px;
  }
  .search-form {
    max-width: 100%;
    border-radius: 25px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #00008b;
  }
  .search-form:focus-within {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }
  .search-form input[type="text"] {
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 25px 25px 0 0;
    text-align: center;
  }
  .search-form button {
    padding: 12px 20px;
    border-radius: 0 0 25px 25px;
    margin: 0;
    box-shadow: none;
  }
  .search-form button:hover {
    transform: none;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .hero__content {
    padding: 50px 15px;
  }
  .hero__title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    letter-spacing: -0.2px;
  }
  .hero__description {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    padding: 0;
  }
  .search-form {
    border-radius: 20px;
  }
  .search-form input[type="text"] {
    padding: 14px 16px;
    font-size: 16px;
    border-radius: 20px 20px 0 0;
  }
  .search-form button {
    padding: 14px 20px;
    border-radius: 0 0 20px 20px;
    font-size: 1rem;
  }
}
@media (max-width: 360px) {
  .hero__title {
    font-size: 1.5rem;
  }
  .hero__description {
    font-size: 0.85rem;
  }
  .search-form input[type="text"] {
    padding: 12px 14px;
  }
  .search-form button {
    padding: 12px 16px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero__content {
    max-width: 90%;
    padding: 0 30px;
  }
  .hero__title {
    font-size: 2.5rem;
  }
  .hero__description {
    font-size: 1.1rem;
  }
  .search-form {
    max-width: 450px;
  }
}
@media (max-height: 500px) and (max-width: 768px) {
  .hero__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero__title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .hero__description {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  .search-form {
    max-width: 400px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero__title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (prefers-reduced-motion: reduce) {
  .search-form {
    transition: none;
  }
  .search-form:focus-within {
    transform: none;
  }
  .search-form button:hover {
    transform: none;
  }
}
@media (prefers-color-scheme: dark) {
  .hero__description {
    color: #bdc3c7;
  }
  .search-form {
    background: rgba(45, 45, 45, 0.9);
    border-color: #04aa6d;
  }
  .search-form input[type="text"] {
    color: #ecf0f1;
  }
  .search-form input[type="text"]::placeholder {
    color: #95a5a6;
  }
}
@media print {
  .hero__content {
    transform: none;
    text-align: left;
  }
  .hero__title {
    background: 0 0;
    -webkit-text-fill-color: #00008b;
    color: #00008b;
    text-shadow: none;
  }
  .search-form {
    display: none;
  }
}
.tools-section {
  text-align: center;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  
}
.section-title {
  text-align: center;
  color: #333;
}
.section-title h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #2c3e50;
  display: inline-block;
}
.section-title h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--primary-color);
  border-radius: 2px;
}
.section-title p {
  font-size: 1.1rem;
  color: #666;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .tools-section {
    width: 94%;
    margin: -50px auto 60px;
  }
  .section-title p {
    max-width: 900px;
  }
}
@media (max-width: 992px) {
  .tools-section {
    width: 92%;
    margin: -40px auto 50px;
    padding: 25px 20px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-title h2 {
    font-size: 1.8rem;
  }
  .section-title p {
    font-size: 1rem;
    max-width: 800px;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 40px 0;
  }
  .hero__title {
    font-size: 2.2rem;
  }
  .hero__description {
    font-size: 1.1rem;
  }
  .file-icon {
    font-size: 1.5rem;
  }
  .search-form {
    margin: 0 20px;
  }
  .circle {
    display: none;
  }
  .tools-section {
    width: 90%;
    margin: -30px auto 40px;
    padding: 20px 15px;
    border-radius: 20px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .section-title h2:after {
    width: 60px;
    height: 3px;
    bottom: -8px;
  }
  .section-title p {
    font-size: 0.95rem;
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .tools-section {
    width: 88%;
    margin: -20px auto 30px;
    padding: 15px 10px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  .section-title {
    margin-bottom: 25px;
  }
  .section-title h2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .section-title h2:after {
    width: 50px;
    height: 2px;
    bottom: -6px;
  }
  .section-title p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .tools-section {
    width: 85%;
    margin: -15px auto 25px;
    padding: 12px 8px;
  }
  .section-title h2 {
    font-size: 1.3rem;
  }
  .section-title p {
    font-size: 0.85rem;
  }
}
.hexagon-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 100%;
  margin: 10px auto;
  padding: 10px 0;
}
.hexagon-row {
  display: contents;
}
.hexagon-item {
  width: 100%;
  margin: 0;
  clip-path: none;
  border-radius: 15px;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: left;
  text-align: left;
  padding: 30px 20px;
  background: #f8f9fe;
  border: 1px solid #e1e1e2;
}
.hexagon-item::before {
  height: 3px;
  background: linear-gradient(90deg, #5168e0, #2cafff);
  transform: scaleX(0);
  transition: transform 0.4s;
  z-index: 2;
}
.hexagon-item::after {
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.3s;
}
.hexagon-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.hexagon-item:hover::before {
  transform: scaleX(1);
}
.feature-card:hover .feature-card-bg,
.hexagon-item:hover::after {
  opacity: 1;
}
.hexagon-content {
  z-index: 2;
  color: #333;
  width: 100%;
}
.hexagon-icon {
  font-size: 1.3em;
  margin-bottom: 20px;
  margin-top: 0;
  transition: 0.4s;
  color: #fff;
  padding: 0;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.hexagon-item:hover .hexagon-icon {
  transform: scale(1.15) rotate(5deg);
  color: #fff;
}
.hexagon-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #2c3e50;
  line-height: 1.3;
}
.hexagon-desc {
  font-size: 0.95rem;
  margin-bottom: 20px;
  color: #666;
  line-height: 1.5;
}
.hexagon-arrow {
  font-size: 1rem;
  opacity: 10;
  transform: translateX(-15px) rotate(0);
  transition: 0.4s;
  color: #5365e0;
  position: absolute;
  bottom: -25px;
  left: 15%;
  transform: translateX(-50%) translateX(-15px) rotate(340deg);
}
.hexagon-item:hover .hexagon-arrow {
  opacity: 1;
  transform: translateX(-10%) translateX(0);
  color: var(--primary-color);
}
@media (max-width: 1200px) {
  .hexagon-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .hexagon-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .hexagon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .hexagon-item {
    height: 380px;
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .hexagon-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .hexagon-item {
    height: 350px;
    padding: 25px 20px;
  }
  .hexagon-icon {
    width: 40px;
    height: 40px;
    font-size: 1.8em;
  }
  .hexagon-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .hexagon-grid {
    padding: 10px;
  }
  .hexagon-row {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  .hexagon-row:nth-child(2) {
    margin-left: 0;
  }
  .hexagon-item {
    width: calc(100% - 20px);
    height: 260px;
    margin: 10px;
    clip-path: none;
    border-radius: 12px;
  }
  .hexagon-item::before {
    clip-path: none;
    border-radius: 10px;
  }
  .hexagon-icon {
    margin-top: 15px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
}
.popular-label {
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  color: #00f;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 8px;
  border-radius: 0 0 0 12px;
  z-index: 1;
  animation: 1.5s infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.content-section {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #fff 0, #fff 100%);
  font-family: Inter, system-ui, -apple-system, sans-serif;
  color: #1e293b;
}
.content-bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.1;
  z-index: 0;
  animation: 15s ease-in-out infinite content-float;
}
@keyframes content-float {
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
  50% {
    transform: translate(30px, 30px) rotate(5deg);
  }
}
.content-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 1;
}
.content-header,
.feature-header {
  text-align: center;
  margin-bottom: 60px;
}
.content-main-title {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #0f172a;
}
.content-gradient-text,
.faq-gradient,
.feature-gradient {
  background: linear-gradient(90deg, #6366f1 0, #ec4899 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.content-subtitle {
  font-size: 1.25rem;
  color: #475569;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}
.content-block {
  padding: 40px;
  border-radius: 16px;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  position: relative;
}
.primary-block {
  background-color: #fff;
  border-left: 5px solid #6366f1;
}
.secondary-block {
  background-color: #f8fafc;
  border-left: 5px solid #ec4899;
}
.accent-block {
  background-color: #fff;
  border-left: 5px solid #f59e0b;
}
.content-heading {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0f172a;
}
.content-subheading {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 20px 0 15px;
  color: #1e293b;
}
.content-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #334155;
}
.content-list,
.content-numbered-list {
  margin: 25px 0;
  padding-left: 20px;
}
.content-list-item,
.content-numbered-item {
  margin-bottom: 12px;
  line-height: 1.7;
  position: relative;
  padding-left: 30px;
}
.content-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 2px;
  background-color: #6366f1;
}
.content-numbered-list {
  counter-reset: item;
  list-style-type: none;
}
.content-numbered-item::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: #ec4899;
  font-weight: 700;
}
.content-highlight-box {
  background-color: rgba(99, 102, 241, 0.1);
  border-left: 4px solid #6366f1;
  padding: 20px;
  margin: 25px 0;
  border-radius: 0 8px 8px 0;
}
.highlight-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #1e40af;
  margin: 0;
}
.content-columns {
  display: flex;
  gap: 40px;
  margin: 30px 0;
}
.content-column {
  flex: 1;
}
.content-sublist {
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
}
.content-sublist li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.content-sublist li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #f59e0b;
}
.faq-item.active .faq-question,
.faq-question:hover,
.feature-tab-btn.active .tab-btn-content {
  color: #6366f1;
}
.modern-faq,
.modern-features-3d {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
  font-family: Inter, -apple-system, sans-serif;
}
.feature-bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.08;
  z-index: 0;
}
.shape-1 {
  background: linear-gradient(45deg, #6366f1, #8b5cf6);
  right: -150px;
  animation: 15s ease-in-out infinite feature-float;
}
.shape-2 {
  background: linear-gradient(45deg, #ec4899, #f59e0b);
  bottom: -200px;
  animation: 18s ease-in-out infinite reverse feature-float;
}
@keyframes feature-float {
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
  50% {
    transform: translate(30px, 30px) rotate(5deg);
  }
}
.feature-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.faq-title,
.feature-main-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 15px;
  line-height: 1.2;
}
.cta-btn,
.faq-question {
  font-weight: 600;
  cursor: pointer;
}
.feature-subtitle {
  font-size: 1.2rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.faq-header-line,
.feature-header-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #6366f1 0, #ec4899 100%);
  margin: 20px auto 0;
  border-radius: 2px;
}
.feature-tabs-wrapper {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05),
    0 10px 10px -5px rgba(0, 0, 0, 0.02);
}
.feature-tab-buttons {
  display: flex;
  background: #f8fafc;
  padding: 8px;
  border-radius: 12px;
  margin: 10px;
}
.feature-tab-btn {
  flex: 1;
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.feature-card h3,
.feature-card ul,
.feature-card-inner {
  z-index: 2;
  position: relative;
}
.feature-tab-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  border-radius: 8px;
  transform: scale(0.95);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.faq-item:hover,
.feature-card:hover .feature-card-inner {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.feature-tab-btn.active::before {
  opacity: 1;
  transform: scale(1);
}
.tab-btn-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #64748b;
  transition: 0.3s;
}
.feature-tab-btn svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.5;
}
.feature-tab-content {
  display: none;
  padding: 30px;
}
.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;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 25px;
}
.feature-card-inner {
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  border: 2px dashed #00f;
  transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card:hover .feature-card-inner {
  transform: translateY(-5px);
}
.feature-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
}
.feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-card li {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  color: #475569;
}
.feature-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 2px;
  background: #6366f1;
  border-radius: 1px;
}
.feature-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.03) 0,
    rgba(236, 72, 153, 0.03) 100%
  );
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .content-section,
  .modern-features-3d {
    padding: 60px 0;
  }
  .content-main-title {
    font-size: 2rem;
  }
  .content-subtitle,
  .feature-subtitle {
    font-size: 1.1rem;
  }
  .content-block {
    padding: 30px;
  }
  .content-columns {
    flex-direction: column;
    gap: 20px;
  }
  .content-bg-shape {
    display: none;
  }
  .feature-main-title {
    font-size: 2.25rem;
  }
  .feature-tab-buttons {
    flex-wrap: wrap;
  }
  .feature-tab-btn {
    min-width: calc(50% - 4px);
    margin-bottom: 8px;
  }
  .feature-tab-content {
    padding: 20px;
  }
}
.faq-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.1;
  z-index: 0;
}
.faq-shape-1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(45deg, #6366f1, #8b5cf6);
  top: -100px;
  right: -100px;
  animation: 12s ease-in-out infinite faq-float;
}
.faq-shape-2 {
  width: 500px;
  height: 500px;
  background: linear-gradient(45deg, #ec4899, #f59e0b);
  bottom: -150px;
  left: -150px;
  animation: 15s ease-in-out infinite reverse faq-float;
}
@keyframes faq-float {
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
  50% {
    transform: translate(30px, 30px) rotate(5deg);
  }
}
.faq-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.faq-header {
  text-align: center;
  margin-bottom: 50px;
}
.faq-subtitle {
  font-size: 1.2rem;
  color: #475569;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.faq-accordion {
  border-radius: 12px;
}
.faq-item {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.faq-feature-grid,
.faq-formats {
  margin: 20px 0;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.faq-question {
  width: 100%;
  padding: 22px 25px;
  text-align: left;
  border: none;
  background: 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  color: #0f172a;
  transition: 0.2s;
}
.faq-question span {
  flex: 1;
  margin-right: 15px;
}
.faq-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
}
.faq-answer {
  max-height: 0;
  transition: max-height 0.3s;
}
.faq-answer-content {
  padding: 0 25px 25px;
}
.faq-answer li,
.faq-answer p {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 15px;
}
.faq-answer ol,
.faq-answer ul {
  padding-left: 20px;
  margin: 15px 0;
}
.faq-answer li {
  margin-bottom: 10px;
  padding-left: 10px;
}
.faq-answer li::marker {
  color: #6366f1;
}
.dropdown:hover .dropdown-arrow,
.faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.faq-note {
  background-color: #f0f9ff;
  padding: 12px 15px;
  border-radius: 6px;
  border-left: 3px solid #0ea5e9;
  font-size: 0.95rem;
}
.faq-formats {
  display: grid;
  gap: 15px;
}
.faq-format {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 6px;
  background-color: #f8fafc;
}
.format-icon {
  font-size: 1.2rem;
}
.faq-feature-grid {
  display: grid;
  gap: 12px;
}
.faq-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
}
.faq-feature svg {
  color: #10b981;
  flex-shrink: 0;
}
.cta-section {
  position: relative;
  background: linear-gradient(135deg, #e4312c 0, maroon 100%);
  padding: 60px 40px;
  margin: 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.cta-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
}
.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #f5f5fa;
  line-height: 1.6;
}
.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-btn {
  padding: 15px 30px;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cta-btn.primary {
  background: #f5f5fa;
  color: #333;
  box-shadow: 0 10px 20px rgba(255, 107, 107, 0.3);
}
.cta-btn.primary:hover {
  background: #ff5252;
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(255, 107, 107, 0.4);
}
.cta-btn.secondary {
  background: #fff;
  color: #333;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}
.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: 6s ease-in-out infinite float;
}
.shape-1 {
  width: 120px;
  height: 120px;
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}
.shape-2 {
  width: 80px;
  height: 80px;
  top: 60%;
  left: 80%;
  animation-delay: 1s;
}
.shape-3 {
  width: 150px;
  height: 150px;
  top: 20%;
  left: 70%;
  animation-delay: 2s;
}
.shape-4 {
  width: 100px;
  height: 100px;
  top: 70%;
  left: 20%;
  animation-delay: 3s;
}
.shape-5 {
  width: 60px;
  height: 60px;
  top: 80%;
  left: 60%;
  animation-delay: 4s;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  font-size: 22px;
  background-color: #0D47A1;
  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;
}
.btn--primary {
  background: #e4312c;
  color: #fff;
}
.btn--primary:hover {
  background: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}
.containerw {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 80px;
  background: 0 0 / cover no-repeat #fff;
}
headerw {
  text-align: center;
  margin-bottom: 3rem;
}
.section-title {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.section-gradient {
  background: linear-gradient(90deg, #e4312c, #1e90ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.feature-card,
.feature-icon {
  background: rgba(255, 255, 255, 0.1);
}
.section-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}
.feature-icon,
.mega-menu-sidebar .mega-menu-col {
  margin-bottom: 1.5rem;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}
.feature-card {
  border-radius: 15px;
  padding: 2rem;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.feature-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.feature-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.feature-description {
  opacity: 0.8;
  line-height: 1.6;
}
.heart-icon {
  flex-shrink: 0;
  transition: 0.3s;
}
.logo-header:hover .heart-icon {
  transform: scale(1.1);
  animation: 0.8s ease-in-out heartbeat;
}
.fa-heart {
  color: #e5322d;
  font-size: 28px;
}
@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;
}

.gtranslate_wrapper select {
  padding: 5px !important;
  border-right: 0;
 border-left: 0;
 border-top: 0;
 border-bottom: 0;
  border-radius: 0px !important;
  color: #fff !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  appearance: none !important;
  text-align: left !important;
  background:#0D47A1;
  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;
  }
}



.home-icon {
  border: 0 solid #e1e1e2;
  border-radius: 50px;
  padding: 2px;
  transition: 0.3s;
  background: maroon;
}
.alternative-pdf-icon,
.header1 {
  background-color: #0D47A1;
}
.home-icon:hover {
  background-color: rgba(255, 0, 0, 0.1);
  transform: scale(1.05);
}
.pdf-icon {
  border: 2px solid #e5322d;
  border-radius: 50px;
  padding: 2px;
  transition: 0.3s;
}
.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;
}
.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: 4.1rem;
  border-bottom:0px solid #e2e2e2; 
  border-top:1px solid #e2e2e2;
}
.logo-header {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 500;
  transition: 0.3s;
   font-family: "Kablammo", system-ui;
  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 0.7rem;
  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;
}
.dropdown-menu a,
.mega-dropdown-col h4 {
  align-items: center;
  color: #333;
  display: flex;
}
.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);
}
.dropdown-menu a i {
  width: 1.25rem;
  text-align: center;
  margin-right: 0.75rem;
  color: #f91a2d;
}
.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: 96%;
  left: 27px;
  right: 40px;
  top: 80%;
  position: absolute;
  padding: 1rem;
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  border: 1px solid #0D47A1;
  border-radius: 15px;
}
.mega-dropdown:hover .dropdown-menu {
  display: grid;
}
.mega-dropdown-col h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.mega-dropdown-col h4 i {
  margin-right: 0.75rem;
  font-size: 1.1rem;
  color: #0D47A1;
}
.mega-dropdown-col ul {
  list-style: none;
  padding: 5px;
  background:white;
  backdrop-filter: blur(10px);
  
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}


.mega-dropdown-col ul li a {
  display: flex;
  align-items: center;
  padding: 0;
  color: #20323f;
  transition: var(--transition-fast);
  font-size: 1rem;
}
.mega-dropdown-col ul li a:hover {
  color: red;
  transform: translateX(3px);
  background:white;
}
.mega-dropdown-col ul li a i {
  margin-right: 0.75rem;
  width: 1.25rem;
  text-align: center;
  color: #0D47A1;
  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;
}
.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: var(--rounded-full);
  transition: var(--transition);
}
.badge-primary,
.badge-warning {
  color: #fff;
  background-color: #31ab6b;
  padding: 6px;
  border-radius: 50px;
}
.badge-success {
  color: #fff;
  background-color: #e4312c;
  padding: 6px;
  border-radius: 50px;
}
.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;
  }
}
.btn,
.btn-upload {
  display: inline-block;
  padding: 12px 25px;
  background: radial-gradient(
    circle at 30% 50%,
    #0D47A1 0,
    #0D47A1 70%,
    #0D47A1 100%
  );
  color: #fff;
  border: 0 double #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(139, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.btn-upload::before,
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}
.btn-upload:hover::before,
.btn:hover::before {
  left: 100%;
}
.btn-upload:hover,
.btn:hover {
  background: radial-gradient(
    circle at 70% 50%,
    #000080 0,
    #000080 70%,
    #000080 100%
  );
  box-shadow: 0 6px 20px rgba(139, 0, 0, 0.5);
  transform: translateY(-2px);
}
.btn i {
  margin-right: 8px;
}
.containert {
  max-width: 90%;
  margin: 10px auto;
  background: #fff;
  padding: 30px 30px 10px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.popular-badge,
.popular-badge1 {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #fff, #fff);
  color: #5365e0;
  padding: 4px 16px;
  border-radius: 25px;
  font-size: 10px;
  font-weight: 400;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid #5365e0;
}

.gtranslate-container,
.login-icon,
.social-icon {
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 768px) {
  .blog-preview,
  .modern-faq {
    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: 500;
    color: white;
    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 {
   margin-left:50px;
    padding: 0 5px;
    background: transparent;
    transition: all 0.2s ease;
    white-space: nowrap;
    
    height: 35px;
}

.professional-gtranslate:hover {
    background: transparent;
}

.professional-gtranslate .language-icon {
    width: 18px;
    height: 18px;
    color: white;
    flex-shrink: 0;
    margin-right:6px;
}



/* 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, #fff, #fff, #fff, #ffff00);
    -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 Styles - Dark Blue & Black Gradient */
.modern-footer {
    background: linear-gradient(145deg, #000, #000, #000000);
    color: #e2e8f0;
    padding: 70px 0 35px;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}


/* 3D Depth Effect - Layered Background */
.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(13, 71, 161, 0.15) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.2) 0%, transparent 40%);
    pointer-events: none;
}

/* Floating 3D Orbs */
.modern-footer::after {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(13, 71, 161, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
    animation: float3d 20s infinite alternate ease-in-out;
}

/* Additional 3D Orb */
.floating-orb {
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
    animation: float3d 25s infinite alternate-reverse ease-in-out;
}

@keyframes float3d {
    0% { transform: translate(0, 0) scale(1); opacity: 0.3; }
    50% { transform: translate(30px, -20px) scale(1.1); opacity: 0.5; }
    100% { transform: translate(-20px, 30px) scale(0.9); opacity: 0.3; }
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 10;
}

/* Footer Grid Layout with 3D Column Borders */
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1.2fr 1.2fr 1.6fr;
    gap: 0;
    margin-bottom: 50px;
    position: relative;
    perspective: 1000px;
}

/* 3D Column Borders with Depth */
.footer-column {
    padding: 0 30px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
}

.footer-column:hover {
    transform: translateZ(10px);
}

.footer-column:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: linear-gradient(180deg, 
        transparent, 
        rgba(255, 255, 255, 0.1), 
        rgba(13, 71, 161, 0.4),
        rgba(255, 255, 255, 0.1), 
        transparent);
    box-shadow: 2px 0 10px rgba(13, 71, 161, 0.3);
}

.footer-column:first-child {
    padding-left: 0;
}

.footer-column:last-child {
    padding-right: 0;
}

/* Brand Section */
.footer-brand {
    padding-right: 20px;
    transform: translateZ(5px);
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
}

.footer-logo .logo-img {
    transition: all 0.3s ease;
    filter: drop-shadow(0 5px 10px rgba(13, 71, 161, 0.3));
}

.footer-logo .logo-img:hover {
    transform: scale(1.1) translateZ(20px);
    filter: drop-shadow(0 15px 20px rgba(13, 71, 161, 0.5));
}

.footer-logo span {
    font-size: 0.8rem;
    font-weight: 500;
    background: linear-gradient(135deg, #ffffff, #90caf9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 5px 15px rgba(13, 71, 161, 0.3);
}

.logo-highlight {
    color: #60A5FA;
    text-shadow: 0 0 20px #0D47A1;
}

.footer-tagline {
    color: #cbd5e0;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 0.95rem;
    max-width: 300px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* 3D Social Icons */
.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    perspective: 500px;
}

.social-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(145deg, #1e293b, #0f172a);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e0;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(13, 71, 161, 0.3);
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgba(255, 255, 255, 0.02) inset,
                0 -2px 0 rgba(0, 0, 0, 0.5) inset;
    transform: translateZ(5px) rotateX(2deg);
}

.social-icon:hover {
    background: linear-gradient(145deg, #0D47A1, #000000);
    color: #ffffff;
    transform: translateY(-8px) translateZ(20px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 25px -5px rgba(13, 71, 161, 0.5),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-color: transparent;
}

/* Footer Headings with 3D Effect */
.footer-heading {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transform: translateZ(8px);
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #0D47A1, #2196F3, #90caf9);
    border-radius: 3px;
    box-shadow: 0 0 15px #0D47A1;
    transform: translateZ(10px);
}

/* Footer Links - NO DOTS, NO ARROWS - Clean text only */
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    transform-style: preserve-3d;
}

.footer-link {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    width: fit-content;
    transform: translateZ(2px);
    padding-left: 0; /* Remove padding */
}

/* Remove all pseudo-elements completely */
.footer-link::before,
.footer-link::after {
    display: none !important;
    content: none !important;
}

/* Simple hover effect - no arrows, no dots */
.footer-link:hover {
    color: #90caf9;
    transform: translateX(8px) translateZ(15px);
    text-shadow: 0 0 10px rgba(13, 71, 161, 0.5);
}

/* Footer Bottom Section with 3D */
.footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    padding: 35px 40px 10px 40px;
    position: relative;
    transform-style: preserve-3d;
}

.footer-bottom::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #0D47A1, #2196F3, #0D47A1, transparent);
    filter: blur(2px);
}

/* Footer Bottom Menu */
.footer-bottom-menu {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom-link {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    position: relative;
    transform: translateZ(2px);
}

.footer-bottom-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #0D47A1, #2196F3);
    transition: width 0.3s ease;
    box-shadow: 0 0 10px #0D47A1;
}

.footer-bottom-link:hover {
    color: #ffffff;
    transform: translateY(-2px) translateZ(5px);
    text-shadow: 0 0 8px #0D47A1;
}

.footer-bottom-link:hover::after {
    width: 100%;
}

/* 3D Login Icon */
.footer-login .login-icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(145deg, #0D47A1, #000000);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    box-shadow: 0 15px 25px -5px rgba(13, 71, 161, 0.5),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset,
                0 -4px 0 rgba(0, 0, 0, 0.3) inset;
    position: relative;
    overflow: hidden;
    transform: translateZ(15px) rotateX(2deg);
}


.footer-login .login-icon:hover {
    transform: translateY(-10px) translateZ(30px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 25px 35px -5px rgba(13, 71, 161, 0.7),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}


/* Copyright Section */
.copyright {
    text-align: right;
}

.copyright a {
    color: #cbd5e0;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    transform: translateZ(2px);
}

.copyright a:hover {
    color: #90caf9;
    text-shadow: 0 0 10px #0D47A1;
}

#current-year {
    color: #ffffff;
    font-weight: 600;
}

/* Message Popup */
#message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 0.9rem;
    box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgba(13, 71, 161, 0.3) inset;
    border: 1px solid rgba(13, 71, 161, 0.2);
    transform: translateX(400px);
    transition: transform 0.3s ease;
    z-index: 9999;
}

#message.show {
    transform: translateX(0);
}


/* Responsive Design */
@media (max-width: 1200px) {
    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    }
    
    .footer-column {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
    
    .footer-column:nth-child(2)::after {
        display: none;
    }
    
    .footer-column:nth-child(4)::after {
        display: none;
    }
    
    .footer-brand {
        grid-column: 1 / -1;
        text-align: center;
        padding-right: 0;
        border-bottom: 1px solid rgba(13, 71, 161, 0.3);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    
    .footer-brand::after {
        display: none;
    }
    
    .footer-logo {
        justify-content: center;
    }
    
    .footer-tagline {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-link {
        margin: 0 auto;
        text-align: center;
    }
    
    .footer-bottom {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 15px;
    }
    
    .footer-bottom-menu {
        justify-content: center;
    }
    
    .copyright {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    
    .modern-footer {
        padding: 40px 0 20px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-column {
        padding: 0 0 30px 0;
        border-bottom: 1px solid rgba(13, 71, 161, 0.3);
    }
    
    .footer-column:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .footer-column::after {
        display: none;
    }
    
    .footer-social {
        gap: 8px;
    }
    
    .social-icon {
        width: 38px;
        height: 38px;
    }
    
    .footer-bottom-menu {
        flex-direction: column;
        gap: 10px;
    }
}

/* 3D Animation for scroll */
@keyframes fadeInUp3D {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(-20px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0) rotateX(0);
    }
}

.footer-column {
    animation: fadeInUp3D 0.8s ease forwards;
    opacity: 0;
}

.footer-column:nth-child(1) { animation-delay: 0.1s; }
.footer-column:nth-child(2) { animation-delay: 0.2s; }
.footer-column:nth-child(3) { animation-delay: 0.3s; }
.footer-column:nth-child(4) { animation-delay: 0.4s; }

/* Login Text Styling */
.footer-login .login-text {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(145deg, #0D47A1, #000000);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px -5px rgba(13, 71, 161, 0.4),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
}

.footer-login .login-text:hover {
    background: linear-gradient(145deg, #0A1929, #0D47A1);
    transform: translateY(-5px) translateZ(15px);
    box-shadow: 0 20px 30px -5px rgba(13, 71, 161, 0.6),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    color: #ffffff;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-login .login-text {
        padding: 8px 20px;
        font-size: 0.95rem;
    }
}