@media (min-width: 320px) and (max-width: 479px) {
  .style-one .hero-content h1 {
    font-size: 1.45rem;
  }
  .owl-carousel .owl-stage-outer {
    height: 100%;
  }
  /* .style-foure.hero-area {
    height: 580px;
  } */

  .style-foure a.button-two {
    font-size: 15px;
    padding: 15px 25px;
  }

  .style-foure.hero-button {
    margin-top: 55px;
  }

  .style-foure .hero-content h1 {
    font-size: 25px;
    line-height: 20px;
  }

  .hero_list .owl-next {
    display: none;
  }

  .hero_list .owl-prev {
    display: none;
  }
}


@media only screen and (min-width: 430px) {
  /*========== common styles: START ==========*/
  /*========== common styles: END ==========*/

  /*========== existing styles: START ==========*/
  .main-sections {
    padding-top: 6.2rem;
  }

  html body main.main-sections div.container div.content-view-full div.class-frontpage.leftcolumn.norightcolumn div.attribute-billboard a img {
    position: relative;
    left: 1rem;

    width: 120rem;
  }

  /*========== existing styles: END ==========*/
}

@media only screen and (min-width: 640px) {
  /*========== common styles: START ==========*/

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  .gallery-items-main h1 {
    font-size: 2.5rem;
    color: #000000;
  }

  .gallery-items-main h2 {
    font-size: 2rem;
    /* color: #000000; */
  }

  .gallery-items-main h3 {
    font-size: 1.75rem;
    /* color: #000000; */
  }

  .gallery-items-main h4 {
    font-size: 1.5rem;
    /* color: #000000; */
  }
  /*========== common styles: END ==========*/

  /*========== navbar top: START ==========*/
  .topbar-content {
    display: block;
  }
  /*========== navbar top: END ==========*/

  /*========== existing styles: START ==========*/
  /* .object-right a,
  .content-view-embed .attribute-image a,
  .content-view-full
    > .class-article:first-of-type
    > .attribute-header
    + .attribute-image
    a,
  .border-box:not(.portfolio-box)
    .class-folder
    .class-article
    .attribute-image
    a {
      width: 100%;
  } */

/*  .class-blog .rss-feed .attribute-image a,
  .social-view-embed .attribute-image a {
    width: 30rem;
  }
*/
  /*========== existing styles: END ==========*/
}

@media only screen and (min-width: 768px) {
  /*========== common styles: START ==========*/
  /*========== common styles: END ==========*/

  /*========== existing styles: Start ==========*/
  /* div.columns-blog {
    grid-template-columns: 1fr 270px;
  } */

  .class-article {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 1rem;
  }

  .class-article h2 {
    flex: 0 0 100%;
  }

  .class-article .attribute-image {
    flex: 0 0 320px;
  }

  .class-article .attribute-short {
    flex: 1;
  }

  .class-blog .columns-blog {
    grid-template-columns: 1fr 320px;
  }

  table td,
  table th {
    display: revert;
    word-break: unset;
  }

  /*========== existing styles: END ==========*/
  /*========== 02 August, 2025 ==========*/
  .hero_list .owl-nav {
    display: flex;
  }
  /*========== 02 August, 2025 ==========*/
}

@media only screen and (min-width: 1024px) {
  /*========== common styles: START ==========*/
  /*========== common styles: END ==========*/

  /*========== header: START ==========*/
  /* .header-main {
    --7x-border-opacity: 0.1;

    border-bottom: 1px solid
      rgba(var(--7x-very-dark-blue) / var(--7x-border-opacity));
  }

  .navbar-main .container {
    padding-block: 0;
    align-items: center;
  }

  .navbar-brand {
    margin-left: -1.25rem;
  }

  .navbar-brand > img {
    width: 18rem;
  }

  .navbar-toggle {
    display: none;
  }

  .navbar-collapse {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto !important;
    overflow: unset;
    opacity: 1;
    visibility: visible;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-bottom: 0;
  }

  .navbar-nav {
    flex-direction: row;
    justify-content: space-between;
  }

  .nav-link,
  .dropdown-button,
  :not(.dropdown) .nav-link {
    --7x-border-opacity: 0;

    border: 0;
    padding: 1.5rem 0.75rem;
  }

  .nav-link,
  .dropdown-button a {
    white-space: nowrap;
  }

  .navbar-nav li:last-of-type .nav-link,
  .navbar-nav li:last-of-type .dropdown-button {
    border-color: transparent;
    padding-right: 0;
  }

  .nav-link > * {
    flex: 1;
  }

  .dropdown {
    position: relative;
  }

  .dropdown-button {
    flex-direction: row;
  } */

  /* .dropdown-toggle { */
    /* border-color: transparent; */
    /* width: 0.215rem; */
    /* height: 1.5rem; */
    /* padding: 0; */
  /* } */

  /* .dropdown:hover .dropdown-toggle::before {
    --7x-bg-color: var(--7x-moderate-green);

    width: 1rem;
    transform: translateY(1px);
  }

  .dropdown:hover .dropdown-toggle::after {
    --7x-bg-color: var(--7x-moderate-green);

    width: 1rem;
    transform: translateY(-1px);
  } */

  /* .dropdown-menu {
    --7x-bg-opacity: 1;

    position: absolute;
    top: 120%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    grid-template-rows: 1fr;
    min-width: 13rem;
    box-shadow: 0 0.5rem 1rem 0
      rgba(var(--7x-very-dark-blue) / var(--7x-shadow-opacity));
    background-color: rgba(var(--7x-white) / var(--7x-bg-opacity));
    border-radius: 0.25rem;
    transition: var(--7x-transition-lg-duration);
  }

  .dropdown:hover .dropdown-menu {
    grid-template-rows: 1fr;
  } */

  /* .navbar-nav li:last-of-type .dropdown-menu {
    left: auto;
    right: 0;
  }

  .dropdown:hover .dropdown-menu,
  .dropdown.active .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  } */

  /* .dropdown-link {
    padding-left: 1rem;
  }

  i.fa-solid.fa-cart-shopping {
    position: relative;
    right: 0.8rem;
    top: -2.7rem;
  } */
  /*========== header: END ==========*/

  /*========== existing styles: Start ==========*/
  .class-blog .columns-blog {
    gap: 3rem;
  }

  .main-sections {
    padding-top: 6.152rem;
  }

  html body main.main-sections div.container div.content-view-full div.class-frontpage.leftcolumn.norightcolumn div.attribute-billboard a img {
    position: relative;
    left: -0.45rem;
    width: 86.25rem;
    height: 380px;
  }

  .jvembed-spotify-player {
    height: 240px;
  }

  .jvembed-youtube iframe {
    width: 690px;
    height: 580px;
  }

  .server-container {
    display: flex;
    flex-wrap: wrap;  
  }


  /*========== existing styles: End ==========*/
}


@media only screen and (min-width: 1280px) {
  /*========== common styles: START ==========*/
  .container {
    max-width: 1240px;
  }
  /*========== common styles: END ==========*/

  /*========== existing styles: Start ==========*/

  /* div#page,
  div#main-position {
    max-width: 1240px;
  } */

  .class-article {
    gap: 0 2rem;
  }
  /*========== existing styles: END ==========*/

  /*========== header: START ==========*/
  .nav-link,
  .dropdown-button,
  :not(.dropdown) .nav-link {
    padding: 1.5rem 0.651rem;
  }
  /*========== header: END ==========*/
}

@media only screen and (min-width: 1536px) {
  /*========== common styles: START ==========*/
  .container {
    max-width: 1400px;
  }
  /*========== common styles: END ==========*/

  /*========== existing styles: Start ==========*/
  /*========== existing styles: END ==========*/
}


@media (min-width: 768px) {
  .footer-brand {
    margin-inline: 0;
    justify-content: flex-start;
  }

  .social-links {
    margin-inline: 0;
    max-width: 100%;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cta-actions {
    .btn {
      padding: 0.25rem;
      width: 2rem;
      aspect-ratio: 1/1;
    }
  }
  
  .multi-dropdown {
    flex-wrap: nowrap;
    justify-content: space-between;
  
    .nav-link {
      flex: 0;
    }
  
    .multi-dropdown-toggle {
      margin-left: -0.5rem;
      width: 2rem;
      height: 2rem;
      pointer-events: none;
  
      &:hover,
      &.active {
        background-color: transparent;
        border-color: transparent;
      }
    }
  
    .multi-dropdown-menu {
      position: absolute;
      top: 150%;
      left: 0;
      z-index: 1100;
      display: flex;
      min-width: 15rem;
      padding: 0.25rem;
      opacity: 0;
      visibility: hidden;
      border: 1px solid var(--bs-border-color);
      box-shadow: 0 0.5rem 1.4rem rgba(255, 154, 86, 0.3);
    }
  }
  
  .nav-item {
    &:not(:last-of-type) {
      margin-bottom: 0;
    }
  
    .nav-item {
      & > .multi-dropdown-toggle {
        transform: rotate(-90deg);
  
        & + .multi-dropdown-menu {
          left: calc(100% + 0.25rem);
        }
      }
  
      &:hover {
        & > .multi-dropdown-toggle {
          transform: rotate(-90deg);
  
          & + .multi-dropdown-menu {
            top: 0;
          }
        }
      }
    }
  
    &:hover {
      border-radius: 50rem;
      background-color: rgba(255, 154, 86, 0.1);
      border-color: rgba(255, 154, 86, 0.3);
  
      & > .multi-dropdown-toggle {
        transform: rotate(180deg);
  
        & + .multi-dropdown-menu {
          opacity: 1;
          visibility: visible;
          top: 120%;
        }
      }
    }
  
    .nav-link {
      &:hover {
        background-color: transparent;
      }
    }
  }
  
  .social-links {
    justify-content: flex-start;
    max-width: 280px;
  }

  .main-content {
    padding-top: 11rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-custom {
    margin: 0.5rem;
    width: calc(100% - 1rem);
    max-width: calc(100vw - 1rem);
    padding: 0.5rem 1rem;
    box-sizing: border-box;
  }

  .extension-actions-panel {
    margin-top: 2rem;
  }

  .navbar-nav {
    max-height: 81vh;
    overflow: hidden auto;
  }
}

@media (max-width: 767.98px) {
  .cookie-consent-banner {
    bottom: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
    min-width: auto;
  }

  .cookie-consent-compact {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-consent-compact .d-flex {
    flex-direction: column;
    gap: 0.75rem;
  }

  .cookie-consent-text {
    text-align: center;
    margin: 0 !important;
  }

  .cookie-consent-actions {
    justify-content: center;
    gap: 0.5rem;
  }

  .cookie-icon {
    align-self: center;
    margin: 0 !important;
  }
  .footer {
    padding: 3rem 0 1.5rem;
    margin-top: 2rem;
  }
  
  .footer-brand {
    justify-content: center;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .footer-brand svg {
    width: 100%;
    height: auto;
  }
  
  .footer-description {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .social-links {
    justify-content: center;
    margin-bottom: 2rem;
  }
  
  .footer-heading {
    text-align: center;
  }
  
  .footer-links {
    text-align: center;
  }
  
  .footer-copyright,
  .footer-made-with {
    text-align: center !important;
    margin-bottom: 0.5rem;
  }

  .extension-detail-hero {
    padding-top: 120px;
    padding-bottom: 2rem;
    min-height: auto;
  }

  .extension-main-info .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .extension-details {
    margin: 1.5rem 0 0 0 !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .extension-name {
    font-size: 1.8rem;
    text-align: center;
  }

  .extension-author {
    text-align: center;
    margin-bottom: 0;
  }

  .extension-actions-panel {
    margin-top: 2rem;
    padding: 1.5rem;
  }

  .info-panel {
    margin-top: 2rem;
    position: static;
  }

  .extension-stats {
    justify-content: center;
    flex-wrap: wrap;
  }

  .stat-separator {
    display: none;
  }

  .extension-not-found {
    padding-top: 120px;
  }

  .extension-category-badge {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    width: 100%;
  }

  .extension-icon-xl {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
  }

  .extension-icon-xl img {
    width: 80px;
    height: 80px;
  }

  .extensions-hero {
    min-height: 50vh;
    padding-top: 140px;
  }

  .search-input {
    padding: 0.875rem 0.875rem 0.875rem 2.75rem;
  }

  .filter-tags {
    gap: 0.5rem;
  }

  .filter-tag {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
  }

  .extension-card {
    padding: 1.25rem;
  }

  .extension-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .extension-footer {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  .pagination .page-link {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }

  .pagination-lg {
    font-size: 1rem;
  }
  .hero {
    padding-top: 140px;
    text-align: center;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  /* Featured section responsive adjustments */
  .featured-badge {
    max-height: 60px;
  }

  .featured-text-logo {
    min-height: 60px;
    padding: 0.75rem;
  }

  .featured-text-logo .fs-5 {
    font-size: 1rem !important;
  }

  /* Pricing table responsive */
  .pricing-table {
    font-size: 0.85rem;
  }

  .pricing-table th,
  .pricing-table td {
    padding: 0.75rem 0.5rem;
  }

  .feature-col {
    width: 35%;
  }

  .plan-col {
    width: 21.67%;
  }

  .plan-header h4 {
    font-size: 0.95rem;
  }

  .price {
    font-size: 1rem !important;
  }

  .btn-sm {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }

  .press-kit-hero {
    min-height: 50vh;
    padding-top: 140px;
  }

  .press-info-grid .press-info-item h3 {
    font-size: 1.25rem;
  }

  .press-info-grid .press-info-item p {
    font-size: 1rem;
  }


  .page-header {
    padding: 6rem 0 4rem;
  }

  .page-header {
    padding: 6rem 0 4rem;
  }

  .roadmap-timeline::before {
    left: 1.5rem;
  }

  .roadmap-item {
    padding-left: 4.5rem;
  }

  .roadmap-badge {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    left: 0;
  }

  .roadmap-content {
    padding: 1.5rem;
  }

  .roadmap-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .extension-name {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
  }

  .section-content,
  .info-panel,
  .extension-actions-panel {
    padding: 1.5rem;
  }

  .extension-stats {
    font-size: 0.85rem;
    justify-content: center;
  }

  .extension-author {
    font-size: 1rem;
    text-align: center;
  }

  .category-label {
    font-size: 0.8rem;
    padding: 0.25rem 0.75rem;
  }

  .extension-details {
    align-items: center;
    text-align: center;
  }


  .pricing-table {
    font-size: 0.8rem;
  }

  .pricing-table th,
  .pricing-table td {
    padding: 0.5rem 0.25rem;
  }

  .feature-name {
    font-size: 0.8rem;
  }

  .plan-header h4 {
    font-size: 0.85rem;
  }

  .price {
    font-size: 0.9rem !important;
  }

  .roadmap-timeline::before {
    left: 1rem;
  }

  .roadmap-item {
    padding-left: 3.5rem;
  }

  .roadmap-badge {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }

  .roadmap-content {
    padding: 1.25rem;
  }
}
