.blog-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.latest-blogs-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 20px;
}
.latest-blogs-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.latest-blogs-title {
  margin: 0 !important;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}
.latest-blogs-btn {
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none !important;
  font-weight: 600;
  text-align: center;
  border: none;
}
.blog-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden !important;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.blog-card-image-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-card-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #e5e7eb;
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card:hover .blog-card-image img {
  transform: scale(1.1);
}
.blog-card-date {
  position: absolute;
  top: 16px;
  left: 16px;
  background: white;
  border-radius: 8px;
  padding: 10px 14px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.date-day {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #0b3d77;
  line-height: 1;
}
.date-month {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  margin-top: 3px;
}
.blog-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card a.blog-card-category,
.blog-card a.blog-card-category:link,
.blog-card a.blog-card-category:visited,
.blog-card a.blog-card-category:hover,
.blog-card a.blog-card-category:active,
.blog-card a.blog-card-category:focus,
.blog-card .blog-card-category * {
  display: inline-block;
  background: #60d4f2 !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 6px 16px;
  border-radius: 20px;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  margin-bottom: 14px;
  width: fit-content;
  line-height: 1 !important;
}
.blog-card-category:hover {
  background: #4cc2e0;
}
.blog-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 14px;
  line-height: 1.4;
}
.blog-card-title a,
.blog-card-title a:link,
.blog-card-title a:visited {
  color: #1f2937 !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-title a:hover,
.blog-card-title a:active,
.blog-card-title a:focus {
  color: #0b3d77 !important;
}
.blog-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e7eb;
}
.blog-author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-card .author-avatar {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.blog-card .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card .author-name,
.blog-card .author-name a,
.blog-card .author-name a:link,
.blog-card .author-name a:visited {
  font-size: 15px;
  font-weight: 600;
  color: #4b5563 !important;
  text-decoration: none !important;
}
.author-name a:hover {
  color: #0b3d77 !important;
}
.blog-share-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #d1d5db;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #6b7280;
  flex-shrink: 0;
  padding: 0;
}
.gcf-order-tracking-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}
.gcf-order-tracking-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}
.tracking-header {
  text-align: center;
  margin-bottom: 40px;
}
.tracking-header i {
  font-size: 48px;
  color: #0b3d77;
  margin-bottom: 20px;
  background: #f0f7ff;
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.tracking-header h3 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}
.tracking-header p {
  color: #6b7280;
  font-size: 16px;
}
.tracking-input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .tracking-input-group {
    grid-template-columns: 1fr;
  }
}
.tracking-input-wrapper label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}
.input-with-icon {
  position: relative;
}
.input-with-icon i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 16px;
  pointer-events: none;
}
.gcf-order-tracking-container
  form.track_order
  .input-with-icon
  input.input-text,
#orderid,
#order_email {
  width: 100% !important;
  padding-left: 50px !important;
  padding-top: 14px !important;
  padding-right: 16px !important;
  padding-bottom: 14px !important;
  border: 2px solid #e5e7eb !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  transition: all 0.3s ease !important;
  background: #f9fafb !important;
  box-sizing: border-box !important;
  height: auto !important;
  line-height: normal !important;
  display: block !important;
}
.gcf-tracking-results {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.gcf-order-status-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 30px;
}
.status-icon-wrapper {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: #f0f7ff;
  color: #0b3d77;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.status-content {
  flex: 1;
}
.status-title {
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px !important;
}
.gcf-status-message {
  font-size: 16px;
  color: #4b5563;
  margin: 0 !important;
  line-height: 1.6;
}
.order-number {
  font-weight: 700;
  color: #0b3d77;
}
.order-date {
  font-weight: 600;
}
.order-status-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 5px;
}
.status-processing {
  background: #e0f2fe;
  color: #0369a1;
}
.status-completed {
  background: #dcfce7;
  color: #15803d;
}
.status-on-hold {
  background: #fef3c7;
  color: #a16207;
}
.status-cancelled,
.status-failed {
  background: #fee2e2;
  color: #b91c1c;
}
.status-pending {
  background: #f3f4f6;
  color: #4b5563;
}
.gcf-order-updates-card,
.gcf-order-details-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}
.card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 25px !important;
  display: flex;
  align-items: center;
  gap: 12px;
}
.card-title i {
  color: #0b3d77;
  opacity: 0.8;
}
.gcf-notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gcf-note-item {
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}
.gcf-note-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.gcf-note-item:first-child {
  padding-top: 0;
}
.gcf-note-meta {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 8px !important;
  display: flex;
  align-items: center;
  gap: 6px;
}
.gcf-note-content {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.5;
}
.gcf-order-details-wrapper table.shop_table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin: 0 !important;
}
.gcf-order-details-wrapper table.shop_table thead th {
  background: #f9fafb !important;
  padding: 16px 20px !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #6b7280 !important;
  border-bottom: 1px solid #e5e7eb !important;
}
.gcf-order-details-wrapper table.shop_table tbody td {
  padding: 16px 20px !important;
  border-bottom: 1px solid #f3f4f6 !important;
  color: #374151 !important;
  font-size: 15px !important;
}
.gcf-order-details-wrapper table.shop_table tbody tr:last-child td {
  border-bottom: none !important;
}
.gcf-order-details-wrapper table.shop_table tfoot th,
.gcf-order-details-wrapper table.shop_table tfoot td {
  padding: 12px 20px !important;
  border-top: 1px solid #f3f4f6 !important;
  font-size: 15px !important;
}
.gcf-order-details-wrapper table.shop_table tfoot tr:first-child th,
.gcf-order-details-wrapper table.shop_table tfoot tr:first-child td {
  border-top: 2px solid #e5e7eb !important;
}
.gcf-order-details-wrapper .woocommerce-table__product-name a {
  color: #0b3d77 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.gcf-order-details-wrapper .woocommerce-table__product-name a:hover {
  color: #60d4f2 !important;
}
@media (max-width: 767px) {
  .gcf-order-status-card {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  .gcf-tracking-results {
    gap: 20px;
  }
  .gcf-order-updates-card,
  .gcf-order-details-card {
    padding: 30px 20px;
  }
  .gcf-order-details-wrapper {
    overflow-x: auto;
  }
}
.input-with-icon input:focus {
  border-color: #0b3d77 !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(11, 61, 119, 0.1) !important;
  outline: none !important;
}
.gcf-track-btn {
  width: 100%;
  background: #0b3d77 !important;
  color: #ffffff !important;
  padding: 16px 32px !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  cursor: pointer !important;
}
.gcf-track-btn:hover {
  background: #082d5a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(11, 61, 119, 0.2) !important;
}
.gcf-track-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.gcf-track-btn:hover i {
  transform: translateX(5px);
}
.woocommerce-form-track-order p:not(.form-row) {
  display: none;
}
.blog-share-wrapper {
  position: relative;
  display: inline-flex;
}
.share-tooltip {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  display: flex;
  gap: 8px;
  background: white;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.3s ease;
  z-index: 10;
}
.share-tooltip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 12px;
  width: 12px;
  height: 12px;
  background: white;
  transform: rotate(45deg);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.blog-share-wrapper:hover .share-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.share-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none !important;
  font-size: 14px;
  color: #ffffff !important;
}
.share-icon[data-platform="facebook"] {
  background: #1877f2;
}
.share-icon[data-platform="facebook"]:hover {
  background: #0c5dc9;
  transform: scale(1.1);
}
.share-icon[data-platform="twitter"] {
  background: #000000;
}
.share-icon[data-platform="twitter"]:hover {
  background: #333333;
  transform: scale(1.1);
}
.share-icon[data-platform="pinterest"] {
  background: #e60023;
}
.share-icon[data-platform="pinterest"]:hover {
  background: #b8001c;
  transform: scale(1.1);
}
.share-icon[data-platform="linkedin"] {
  background: #0077b5;
}
.share-icon[data-platform="linkedin"]:hover {
  background: #005582;
  transform: scale(1.1);
}
.share-icon[data-platform="telegram"] {
  background: #0088cc;
}
.share-icon[data-platform="telegram"]:hover {
  background: #006ba3;
  transform: scale(1.1);
}
.blog-card-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 20px !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .blog-read-more,
.blog-card .blog-read-more:link,
.blog-card .blog-read-more:visited {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #0b3d77 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  margin-top: auto;
}
.blog-card .blog-read-more:hover,
.blog-card .blog-read-more:active,
.blog-card .blog-read-more:focus {
  color: #60d4f2 !important;
}
@media (max-width: 1199px) {
  .blog-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .blog-cards-wrapper {
    grid-template-columns: 1fr;
  }
  .blog-card-image {
    height: 220px;
  }
}
.blog-hero {
  position: relative;
  background:
    linear-gradient(rgba(11, 61, 119, 0.85), rgba(11, 61, 119, 0.85)),
    url("../../images/blog-hero-bg.jpg") center/cover;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 0;
}
.blog-hero-title {
  font-size: 48px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.blog-hero .breadcrumb-item {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.blog-hero .breadcrumb-item a {
  color: #60d4f2;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-hero .breadcrumb-item a:hover {
  color: white;
}
.blog-hero .breadcrumb-item.active {
  color: white;
}
.blog-hero .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: rgba(255, 255, 255, 0.6);
  padding: 0 8px;
}
.blog-content-section {
  padding: 60px 0;
  background: #f9fafb;
}
.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sidebar-widget {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar-widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #0b3d77;
  padding-bottom: 10px;
  display: inline-block;
}
.sidebar-categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-categories-list li {
  border-bottom: 1px solid #e5e7eb;
}
.sidebar-categories-list li:last-child {
  border-bottom: none;
}
.sidebar-categories-list li a {
  display: block;
  padding: 12px 0;
  font-size: 15px;
  color: #4b5563;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 20px;
}
.sidebar-categories-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #60d4f2;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sidebar-categories-list li a:hover {
  color: #0b3d77;
  padding-left: 25px;
}
.sidebar-categories-list li a:hover::before {
  opacity: 1;
}
.sidebar-recent-posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar-recent-post {
  display: flex;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}
.sidebar-recent-post:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.recent-post-image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.recent-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.sidebar-recent-post:hover .recent-post-image img {
  transform: scale(1.1);
}
.recent-post-content {
  flex: 1;
}
.recent-post-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px 0;
}
.recent-post-title a {
  color: #1f2937;
  text-decoration: none;
  transition: color 0.3s ease;
}
.recent-post-title a:hover {
  color: #0b3d77;
}
.recent-post-meta {
  font-size: 12px;
  color: #9ca3af;
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .blog-hero-title {
    font-size: 36px;
  }
  .blog-sidebar {
    margin-top: 50px;
  }
}
.blog-breadcrumb .gcf-breadcrumb-nav {
  display: flex;
  justify-content: center;
}
.blog-breadcrumb .gcf-breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-breadcrumb .gcf-breadcrumb-item {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.blog-breadcrumb .gcf-breadcrumb-item a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.blog-breadcrumb .gcf-breadcrumb-item a:hover {
  opacity: 0.8;
}
.blog-breadcrumb .gcf-breadcrumb-separator {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.blog-breadcrumb .gcf-breadcrumb-item.is-current {
  font-weight: 500;
  color: white;
}
.sidebar-recent-posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar-recent-post {
  display: flex;
  gap: 15px;
  align-items: center;
}
.recent-post-image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.recent-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.sidebar-recent-post:hover .recent-post-image img {
  transform: scale(1.1);
}
.recent-post-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 5px 0;
}
.recent-post-title a {
  color: #1f2937;
  text-decoration: none;
  transition: color 0.3s ease;
}
.recent-post-title a:hover {
  color: #0b3d77;
}
.recent-post-meta {
  font-size: 13px;
  color: #9ca3af;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.blog-sidebar .widget {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.blog-sidebar .widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #0b3d77;
  padding-bottom: 10px;
  display: inline-block;
}
.blog-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-sidebar .widget ul li {
  border-bottom: 1px solid #e5e7eb;
}
.blog-sidebar .widget ul li:last-child {
  border-bottom: none;
}
.blog-sidebar .widget ul li a {
  display: block;
  padding: 12px 0;
  font-size: 15px;
  color: #4b5563;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 20px;
}
.blog-sidebar .widget ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #60d4f2;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blog-sidebar .widget ul li a:hover {
  color: #0b3d77;
  padding-left: 25px;
}
.blog-sidebar .widget ul li a:hover::before {
  opacity: 1;
}
.blog-sidebar .widget_search .search-form {
  position: relative;
  display: flex;
}
.blog-sidebar .widget_search .search-field {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
}
.blog-sidebar .widget_search .search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background: #0b3d77;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 0 15px;
  font-size: 13px;
  cursor: pointer;
}
.blog-sidebar .widget_recent_entries ul li {
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
}
.blog-sidebar .widget_recent_entries ul li a {
  padding-left: 0;
  font-weight: 600;
  line-height: 1.4;
  color: #1f2937;
}
.blog-sidebar .widget_recent_entries ul li a::before {
  display: none;
}
.blog-sidebar .post-date {
  display: block;
  font-size: 12px;
  color: #9ca3af;
  margin-top: 4px;
}
ul.page-numbers {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 40px 0 20px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
ul.page-numbers li {
  margin: 0;
  padding: 0;
  border: none !important;
}
ul.page-numbers li a,
ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  background: white;
}
ul.page-numbers li span.current {
  background: #60d4f2 !important;
  color: white !important;
  border-color: #60d4f2 !important;
}
ul.page-numbers li a:hover {
  border-color: #0b3d77 !important;
  color: #0b3d77 !important;
  background: #f9fafb !important;
}
ul.page-numbers li .prev,
ul.page-numbers li .next {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  ul.page-numbers {
    gap: 6px;
  }
  ul.page-numbers li a,
  ul.page-numbers li span {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
  }
}
.quick-view-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.quick-view-modal.active {
  display: block;
}
.quick-view-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
.quick-view-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 12px;
  padding: 40px;
  max-width: 900px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.quick-view-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f3f4f6;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.quick-view-close:hover {
  background: #e5e7eb;
  color: #ef4444;
}
.quick-view-close i {
  font-size: 18px;
}
.quick-view-image {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  border-radius: 8px;
  overflow: hidden;
}
.quick-view-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.quick-view-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-product-title {
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  line-height: 1.4;
}
.modal-product-price {
  font-size: 28px;
  font-weight: 700;
  color: #3b82f6;
  margin: 0;
}
.modal-product-stock {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #10b981;
  margin: 0;
}
.modal-product-stock i {
  font-size: 16px;
}
.modal-quantity-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-quantity-label {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin: 0;
}
.modal-quantity-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.modal-qty-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #d1d5db;
  background: white;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-qty-btn:hover {
  background: #f3f4f6;
  border-color: #3b82f6;
  color: #3b82f6;
}
.modal-qty-input {
  width: 80px;
  height: 40px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}
.modal-qty-input:focus {
  outline: none;
  border-color: #3b82f6;
}
.modal-qty-input::-webkit-outer-spin-button,
.modal-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-qty-input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.modal-add-to-cart-btn {
  background: #f59e0b;
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  width: 100%;
}
.modal-add-to-cart-btn:hover {
  background: #d97706;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}
.modal-add-to-cart-btn i {
  font-size: 18px;
}
.modal-product-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
}
.modal-info-label {
  color: #374151;
  font-weight: 600;
  min-width: 85px;
  flex-shrink: 0;
}
.modal-info-value {
  color: #6b7280;
  flex: 1;
}
.modal-info-value a {
  color: #3b82f6;
  text-decoration: none;
  transition: color 0.3s ease;
}
.modal-info-value a:hover {
  color: #2563eb;
  text-decoration: underline;
}
.modal-share-icons {
  display: flex;
  gap: 16px;
}
.modal-share-icons a {
  width: auto;
  height: auto;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  text-decoration: none;
  transition: all 0.3s ease;
}
.modal-share-icons a:hover {
  color: #3b82f6;
}
.modal-product-meta {
  border-top: 1px solid #e5e7eb;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.modal-product-meta p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  padding: 12px 0 !important;
  border-bottom: 1px solid #e5e7eb;
}
.modal-product-meta p:last-child {
  border-bottom: none;
}
.modal-product-meta strong {
  color: #374151;
  font-weight: 600;
}
@media (max-width: 768px) {
  .quick-view-content {
    padding: 30px 20px;
    width: 95%;
    max-height: 95vh;
  }
  .quick-view-image {
    height: 300px;
  }
  .modal-product-title {
    font-size: 20px;
  }
  .modal-product-price {
    font-size: 24px;
  }
  .quick-view-close {
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
  }
  .modal-add-to-cart-btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .quick-view-content {
    padding: 20px 15px;
  }
  .quick-view-image {
    height: 250px;
  }
  .modal-product-title {
    font-size: 18px;
  }
  .modal-product-price {
    font-size: 22px;
  }
  .modal-qty-input {
    width: 70px;
    height: 36px;
  }
  .modal-qty-btn {
    width: 36px;
    height: 36px;
  }
  .modal-info-item {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
  }
  .modal-info-label {
    min-width: auto;
  }
  .modal-share-icons a {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
}
.entry-content table:not(.shop_table) {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  margin: 32px 0 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}
.entry-content table:not(.shop_table) thead th {
  background-color: #0b3d77 !important;
  color: #ffffff !important;
  padding: 18px 25px !important;
  font-weight: 700 !important;
  text-align: left !important;
  font-size: 16px !important;
  border: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}
.entry-content table:not(.shop_table) tbody td {
  padding: 16px 25px !important;
  border-bottom: 1px solid #f3f4f6 !important;
  color: #4b5563 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  background: #ffffff !important;
}
.entry-content table:not(.shop_table) tbody tr:last-child td {
  border-bottom: none !important;
}
.entry-content table:not(.shop_table) tbody tr:nth-child(even) td {
  background-color: #f9fafb !important;
}
.entry-content table:not(.shop_table) tbody tr:hover td {
  background-color: #f0f7ff !important;
  color: #0b3d77 !important;
}
.entry-content .wp-block-table {
  overflow-x: auto !important;
  border: none !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .entry-content table:not(.shop_table) {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
  }
}
.rank-math-block .rank-math-faq-item,
.rank-math-block .rank-math-list-item,
.wp-block-rank-math-faq-block .rank-math-faq-item {
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  margin-bottom: 16px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  transition: all 0.3s ease !important;
}
.rank-math-block .rank-math-faq-item:hover,
.rank-math-block .rank-math-list-item:hover,
.wp-block-rank-math-faq-block .rank-math-faq-item:hover {
  border-color: #0b3d77 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}
.rank-math-block .rank-math-question,
.wp-block-rank-math-faq-block .rank-math-question {
  padding: 18px 25px !important;
  margin: 0 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: #ffffff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #1f2937 !important;
  transition: background 0.3s ease !important;
}
.rank-math-block .rank-math-question::after,
.wp-block-rank-math-faq-block .rank-math-question::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #9ca3af;
  transition: transform 0.3s ease;
}
.rank-math-block .rank-math-faq-item.is-active,
.rank-math-block .rank-math-list-item.is-active,
.wp-block-rank-math-faq-block .rank-math-faq-item.is-active {
  border-color: #0b3d77 !important;
}
.rank-math-block .rank-math-faq-item.is-active .rank-math-question,
.rank-math-block .rank-math-list-item.is-active .rank-math-question,
.wp-block-rank-math-faq-block
  .rank-math-faq-item.is-active
  .rank-math-question {
  background: #f9fafb !important;
  color: #0b3d77 !important;
}
.rank-math-block .rank-math-faq-item.is-active .rank-math-question::after,
.rank-math-block .rank-math-list-item.is-active .rank-math-question::after,
.wp-block-rank-math-faq-block
  .rank-math-faq-item.is-active
  .rank-math-question::after {
  transform: rotate(180deg);
  color: #0b3d77;
}
.rank-math-block .rank-math-answer,
.wp-block-rank-math-faq-block .rank-math-answer {
  padding: 20px 25px !important;
  margin: 0 !important;
  display: none;
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #4b5563 !important;
}
#gcf-checkout-progress {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  background-color: #1c1c28;
  color: #ffffff;
  width: 90%;
  max-width: 360px;
  box-sizing: border-box;
  padding: 20px 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#gcf-checkout-progress.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.gcf-spinner {
  width: 26px;
  height: 26px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: #6c6ff5;
  border-radius: 50%;
  animation: gcf-spin 1s linear infinite;
  flex-shrink: 0;
}
@keyframes gcf-spin {
  to {
    transform: rotate(360deg);
  }
}
.gcf-progress-text {
  display: flex;
  flex-direction: column;
}
.gcf-progress-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.gcf-progress-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
}
.elementor-page article .entry-content {
  padding: 0 !important;
}
