/* ============================================
   MOBILE STYLES (320px - 767px)
   ============================================ */
@media only screen and (max-width: 767px) {
  /* Global Mobile Adjustments */
  html,
  body {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    line-height: 1.6;
  }

  .container,
  .containerFull,
  .containerFullnew {
    padding: 0 15px;
    max-width: 100%;
  }

  /* Header & Navigation */
  .frame {
    padding: 0 20px;
    height: 70px;
    margin-top: 0;
    background: rgb(5, 10, 48) !important;
  }

  .frame .frame-top {
    height: 70px;
    padding: 0;
  }

  .logo img {
    width: 54px;
  }

  .stricky-fixed {
    padding: 0 20px;
    height: 70px;
  }

  .stricky-fixed .logo img {
    width: 70px;
  }

  .menu-btn {
    width: auto;
    height: 70px;
    transform: scale(0.65) !important;
  }

  .frame .frame-top .menu-btn span,
  .frame .frame-top .menu-btn span:after,
  .frame .frame-top .menu-btn span:before {
    background: #ffffff;
  }

  .main-menu {
    padding-top: 70px;
    align-items: flex-start;
    justify-content: center;
  }

  .main-menu ul {
    width: 100%;
  }

  .main-menu ul li {
    margin-bottom: 20px;
    text-align: center;
  }

  .main-menu ul li a {
    font-size: 24px;
    justify-content: center;
  }

  .main-menu ul li a:before {
    display: none;
  }

  .main-menu ul li a.active {
    padding-left: 0 !important;
  }

  .main-menu ul li.has-children ul {
    padding-left: 0;
    text-align: center;
  }

  .main-menu ul li.has-children ul li:first-child {
    margin-top: 20px;
  }

  .header-menu,
  .header-cta {
    display: none !important;
  }

  /* Menu Frame Mobile */
  .menu-frame {
    padding-top: 0px;
  }

  .menu-frame .frame-top {
    padding: 20px;
  }

  .menu-frame .frame-top img {
    width: 150px;
  }

  /* Banner Section */
  .banner {
    height: auto;
    min-height: 600px;
    padding: 0px 0 30px;
    margin-top: 0;
  }

  .banner .container {
    padding-left: 15px;
    align-items: flex-end;
  }

  .banner-content {
    margin-top: 110px !important;
    padding-bottom: 0px !important;
  }

  .banner-content .row {
    justify-content: center;
  }

  .banner-content p {
    font-size: 15px;
    line-height: 1.6;
  }

  .banner-grid {
    height: 400px;
    gap: 10px;
    padding-bottom: 30px;
    grid-template-columns: 1fr;
  }

  .banner-grid > div {
    min-height: 200px;
  }

  .banner-grid .small,
  .banner-grid .small2 {
    position: relative;
  }

  .banner-grid .small img,
  .banner-grid .small2 img {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .banner-content-right {
    padding: 0 15px;
    margin-top: 30px;
  }

  .newtextHeading {
    font-size: 34px !important;
  }

  /* Typography & Spacing */
  h1,
  .h1 {
    font-size: 34px;
    line-height: 1.2;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  h3,
  .h3 {
    font-size: 26px;
    line-height: 1.3;
  }
  h4,
  .h4 {
    font-size: 22px;
    line-height: 1.3;
  }
  h5,
  .h5 {
    font-size: 18px;
    line-height: 1.4;
  }
  h6,
  .h6 {
    font-size: 16px;
    line-height: 1.4;
  }

  .text-sm {
    font-size: 13px;
  }
  .text-lg {
    font-size: 16px;
  }
  .text-xl {
    font-size: 18px;
  }

  .mb-5 {
    margin-bottom: 5px;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .mb-15 {
    margin-bottom: 15px;
  }
  .mb-20 {
    margin-bottom: 15px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-90 {
    margin-bottom: 45px;
  }
  .mb-120 {
    margin-bottom: 50px;
  }

  .p-120-120,
  .p-120-90,
  .p-120-60,
  .p-120-30,
  .p-120-0 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p-0-120 {
    padding-bottom: 50px !important;
  }

  .p-90-90 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p-0-90 {
    padding-bottom: 40px !important;
  }
  .preloader-animation .logo{
    width: 130px;
    height: 130px;
  }
  .preloader-animation .h3{
    font-size: 18px !important;
  }

  .suptitle {
    margin-bottom: 10px;
  }

  .suptitle:before {
    display: none;
  }

  .suptitle.suptitle-right {
    text-align: center;
  }

  /* Buttons & Forms */
  .button {
    height: 50px;
    padding: 0 15px 0 30px;
    font-size: 11px;
  }

  .button svg {
    margin-left: 15px;
    width: 30px;
    height: 30px;
  }

  .button.icon-button {
    padding: 10px;
  }

  .button.icon-button-sm {
    height: 30px;
  }

  .btn-space {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .link {
    font-size: 11px;
  }

  .link svg {
    width: 30px;
    height: 30px;
  }

  input,
  textarea {
    height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 12px;
  }

  textarea {
    height: 150px;
    padding: 15px 20px;
  }

  /* About Section */
  .about-photo {
    height: 400px;
    margin-bottom: 20px;
  }
  .trusted-brands-section {
    padding-bottom: 10px;
  }

  .about-photo .img-frame {
    padding-bottom: 120%;
  }

  .about-quote {
    flex-direction: column;
    text-align: center;
  }

  .about-quote .avatar {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }

  .about-quote .avatar:after {
    width: 28px;
    height: 28px;
    font-size: 28px;
    padding-top: 8px;
  }

  .about-quote .quote {
    padding-left: 0;
    width: 100%;
    font-size: 16px;
  }

    .vert-between {
    display: block;
}



  .track-forward,
  .track-backward {
    animation-duration: 20s;
  }

  /* Services Section */
  .services-grid {
    padding-bottom: 20px;
  }

  .services-grid .services-grid-item {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }

  .service-card-sm {
    padding: 20px 20px;
  }

  .service-card-sm p {
    font-size: 14px;
    /* -webkit-line-clamp: 4; */
  }

  .service-card-sm .button {
    transform: scale(1);
    filter: grayscale(0);
    opacity: 1;
  }

  .complex-text {
    flex-direction: column;
    align-items: center;
  }

  .complex-text .button,
  .complex-text .services-button {
    margin-left: 0;
    margin-top: 30px;
  }

  .text-image {
    display: none;
  }

  /* Features Timeline */
  .features-timeline-section {
    padding: 60px 0;
  }

  .timeline-line-container {
    display: none;
  }

  .feature-item {
    margin-bottom: 15px;
  }

  .feature-item:last-child {
    margin-bottom: 0;
  }

  .feature-content {
    padding: 20px 0;
    margin-bottom: 0px;
  }


.banner .banner-content {
text-align: center;
}

  .feature-content h3 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }

  .feature-content p {
    font-size: 15px;
  }

  .feature-image {
    padding: 10px 0;
  }

  .image-placeholder {
    min-height: 250px;
  }

  .image-placeholder i {
    font-size: 2.5rem;
  }

  .image-placeholder p {
    font-size: 1.1rem;
  }

  /* Categories Section */
  .categories-section {
    padding: 40px 0;
  }

  .category-slider-item {
    padding: 0px 0;
  }

  .category-content {
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .text-lg-end {
    text-align: center !important;
  }

  .text-lg-end .category-content {
    padding-left: 0;
    text-align: center;
  }

  .category-label {
    padding-left: 0;
    font-size: 0.75rem;
    margin-bottom: 15px;
  }

  .category-label::before {
    display: none;
  }

  .category-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: -1px;
  }

  .category-description {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .category-cta {
    padding: 14px 28px;
    font-size: 0.9rem;
  }

  .slider-navigation {
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .slider-arrow {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .slider-pagination-info {
    order: -1;
    width: 100%;
    margin-bottom: 15px;
  }

  .slider-pagination-numbers {
    gap: 10px;
  }

  .slider-pagination-numbers span {
    font-size: 0.9rem;
    min-width: 25px;
  }

  .slider-pagination-numbers span.active {
    font-size: 1.1rem;
  }

  .slider-counter {
    font-size: 0.8rem;
  }

  .slider-progress {
    margin-bottom: 30px;
  }

  .newSlides {
    width: 260px !important;
  }

  .category-slide-item {
    border-radius: 12px;
  }

  .slide-info h4 {
    font-size: 1rem;
  }

  .slide-info p {
    font-size: 0.85rem;
  }

  .follower-count {
    font-size: 0.75rem;
    padding: 5px 12px;
  }

  /* FAQ Section */
  .faq-two-column-section {
    padding: 60px 0;
  }

  .faq-intro {
    position: relative;
    top: 0;
    margin-bottom: 50px;
    padding-right: 0;
    text-align: center;
  }

  .faq-main-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .faq-intro-text {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .category-cta {
    display: inline-flex;
  }

  .faq-question-row {
    padding: 18px 20px;
  }

  .faq-question-text {
    font-size: 0.95rem;
  }

  .faq-expand-btn {
    width: 28px;
    height: 28px;
  }

  .faq-expand-btn i {
    font-size: 11px;
  }

  .faq-item-column.active .faq-answer-column {
    padding: 0 20px 18px 20px;
  }

  .faq-answer-column p {
    font-size: 14px;
  }

  /* CTA Section */
  .cta-section-beautiful {
    padding: 60px 0;
  }

  .cta-wrapper {
    padding: 40px 20px;
  }

  .cta-badge {
    font-size: 0.75rem;
    padding: 6px 16px;
    margin-bottom: 20px;
  }

  .cta-title {
    font-size: 1.75rem;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
  }

  .highlight-text::after {
    bottom: 2px;
    height: 2px;
  }

  .cta-description {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .cta-features {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
  }

  .feature-item {
    font-size: 14px;
  }
  

  .cta-wrapper .cta-actions {
    margin-top: 0;
  }
  .cta-actions {
    gap: 12px;
  }

  .cta-button {
    padding: 16px 24px;
    font-size: 1rem;
  }

  .cta-note {
    font-size: 0.8rem;
    margin-top: 12px;
  }

  .cta-stats {
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 40px;
    padding-top: 35px;
  }

  .stat-item {
    flex-basis: calc(50% - 12px);
  }

  .stat-divider {
    display: none;
  }

  .cta-stats .stat-number {
    font-size: 2rem;
  }

  .cta-stats .stat-label {
    font-size: 0.85rem;
  }

  /* Team Section */
  .team-list {
    padding: 0;
  }

  .team-list .row {
    margin-bottom: 0;
  }

  .team-card {
    margin-bottom: 20px;
  }

  .team-card.offset-card {
    transform: none;
  }

  .team-card .description {
    padding: 40px 20px;
  }

  /* Reviews Section */
  .review-frame {
    padding: 0 15px;
  }

  .review-frame h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .review-frame p {
    font-size: 15px;
  }

  .review-frame .text-xl {
    font-size: 12px;
  }

  .revi-pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }

  .revi-pagination .swiper-pagination-bullet {
    width: 70px;
    height: 70px;
    padding: 8px;
    margin: 5px !important;
  }

  .revi-pagination .swiper-pagination-bullet .custom-dot {
    width: 54px;
    height: 54px;
  }

  .revi-pagination .swiper-pagination-bullet:nth-child(2n) {
    margin-top: 5px !important;
  }

  .quote-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
  }

  .slider-nav.reviews-nav {
    top: 0;
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }

  .slider-nav .slider-arrow {
    width: 35px;
    height: 35px;
  }

  /* Portfolio */
  .portfolio-item.slider-item .cover-frame {
    height: auto;
    padding-bottom: 100%;
  }

  .portfolio-item.slider-item .descr {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .portfolio-item.slider-item .descr .descr-text {
    margin-bottom: 20px;
  }

  .portfolio-nav {
    position: static;
    height: auto;
    padding: 20px 0 50px;
    justify-content: flex-start;
    background-color: #ffffff;
  }

  .portfolio-nav .portfolio-btns-frame {
    width: 100%;
    height: auto;
    padding: 15px;
    flex-direction: column;
    gap: 15px;
  }

  .swiper-portfolio-pagination {
    padding: 0;
  }

  /* Blog */
  .blog-card .post-descr {
    padding: 20px 15px 0 0;
  }

  .blog-card.blog-card-hori {
    padding-top: 0;
    border: none;
  }

  .blog-card.blog-card-hori .cover-frame {
    width: 100%;
    padding-bottom: 65%;
    margin-bottom: 20px;
  }

  .blog-card.blog-card-hori .post-descr {
    width: 100%;
    padding: 20px 15px 0 0;
  }

  .pagination {
    padding-top: 40px;
    margin-top: 15px;
    flex-wrap: wrap;
  }

  .pagination-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .category-list {
    flex-direction: column;
  }

  .category-list li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .category-list li:last-child {
    margin-bottom: 0;
  }

  .category-list li a {
    justify-content: flex-start;
  }

  /* Footer */
  footer {
    padding: 60px 0 0px;
  }

  footer .logo img {
    width: 180px;
    margin-bottom: 30px;
  }

  .footer-menu {
    margin-bottom: 40px;
  }

  .footer-menu ul li {
    margin-bottom: 15px;
  }

  .footer-menu ul li a {
    font-size: 20px;
  }

  .subscribe-form {
    height: 50px;
    margin-bottom: 30px;
  }

  .subscribe-form input {
    padding-left: 25px;
    font-size: 11px;
  }

  .subscribe-form .button {
    top: 8px;
    right: 8px;
    height: 34px;
    padding: 0 12px 0 20px;
  }

  .bottomContact {
    gap: 15px;
    align-items: flex-start;
  }

  .bottomContact svg {
    padding-top: 3px;
  }

  /* Price Cards */
  .price-card,
  .price-card-new {
    padding: 40px 0 20px;
  }

  .price-card .price-number {
    font-size: 42px;
  }

  .price-card .price-number .thin {
    font-size: 16px;
  }

  /* Accordion */
  .accordion-group {
    margin-bottom: 20px;
  }

  .accordion-group .accordion-menu {
    margin-bottom: 20px;
  }

  .accordion-group .accordion-menu .accordion-head {
    font-size: 11px;
  }

  .accordion-group .accordion-menu .symbol {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  /* Map */
  .map-frame {
    height: 350px;
  }

  /* Info */
  .info {
    flex-direction: column;
    height: auto;
    padding: 20px;
    gap: 15px;
  }

  /* Works Navigation */
  .works-nav {
    padding-top: 0;
    border-top: none;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .works-nav .link {
    display: none;
  }

  .works-nav .link:last-child {
    display: flex;
  }

  /* Image Frames */
  .image-frame .zoom-btn {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
  }

  .image-frame .zoom-btn img {
    height: 14px;
    width: 14px;
  }

  /* Service Detail */
  .service-detail-new {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }

  .service-detail-new.reverse {
    direction: ltr;
  }

  .detail-number {
    font-size: 4rem;
    top: -20px;
    left: -10px;
  }

  .detail-title-new {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .detail-text-new {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .detail-features-new li {
    font-size: 14px;
    padding: 8px 0;
  }

  /* Services Hero */
  .services-hero-new {
    padding: 140px 0 80px;
  }

  .hero-badge {
    font-size: 0.75rem;
    padding: 6px 16px;
    margin-bottom: 20px;
  }

  .hero-title-new {
    font-size: 2.5rem;
    margin-bottom: 20px;
    letter-spacing: -1px;
  }

  .hero-subtitle-new {
    font-size: 1rem;
  }

  /* Services Grid */
  .services-grid-new {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card-new {
    min-height: 350px;
  }

  .service-card-inner,
  .service-front {
    min-height: 350px;
  }

  .service-front {
    padding: 35px 25px;
  }

  .service-icon-new {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .service-title-new {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }

  .service-desc-new {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .inner-banner .banner-content {
    padding-top: 0;
  }
  #about-hero .text-xl {
    font-size: 14px !important;
  }
  .service-hover-indicator {
    font-size: 0.9rem;
  }

  /* Additional Services */
  .additional-services-new {
    padding: 20px 0;
  }

  .additional-grid-new {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .additional-card-new {
    padding: 30px 20px;
  }

  .additional-icon-new {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .additional-card-new h4 {
    font-size: 1.15rem;
    margin-bottom: 12px;
  }

  .additional-card-new p {
    font-size: 14px;
  }

  /* Influencers Page */
  .inner-banner-pro {
    padding: 110px 0 40px;
  }

  .banner-title-pro {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .banner-desc-pro {
    font-size: 15px;
  }

  .breadcrumbs-pro {
    gap: 8px;
    flex-wrap: wrap;
  }

  .breadcrumbs-pro a {
    font-size: 0.85rem;
  }

  /* Filter Bar */
  .filter-bar-section {
    padding: 25px 0;
  }

  .filter-bar-wrapper {
    gap: 20px;
  }

  .search-input-pro {
    padding: 14px 20px 14px 50px;
    font-size: 16px; /* Prevents zoom on iOS */
  }

  .search-icon {
    left: 18px;
    font-size: 16px;
  }

  .category-filters-pro {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .category-filters-pro::-webkit-scrollbar {
    display: none;
  }

  .filter-chip {
    flex-shrink: 0;
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  /* Results Header */
  .results-header-pro {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .results-count-text {
    font-size: 0.9rem;
  }

  .sort-dropdown {
    width: 100%;
  }

  .sort-select {
    width: 100%;
    padding: 10px 35px 10px 14px;
    font-size: 0.85rem;
  }

  /* Influencers Grid */
  .influencers-showcase-section {
    padding: 60px 0 80px;
  }

  .influencers-grid-pro {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  /* Influencer Card */
  .card-image-wrapper {
    padding-bottom: 120%;
  }

  .category-badge {
    top: 10px;
    left: 10px;
    padding: 5px 14px;
    font-size: 0.7rem;
  }

  .verified-badge-pro {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }

  .verified-badge-pro i {
    font-size: 14px;
  }

  .card-content-pro {
    padding: 20px;
  }

  .brand-logo-item {
    margin-top: 0;
  }
  .influencer-name-pro {
    font-size: 1.05rem;
    margin-bottom: 5px;
  }

  .influencer-role-pro {
    font-size: 0.85rem;
    margin-bottom: 15px;
  }

  .stats-row-pro {
    gap: 12px;
    margin-bottom: 15px;
    padding: 12px 0;
  }

  .stat-number {
    font-size: 0.95rem;
    margin-bottom: 3px;
  }

  .stat-label {
    font-size: 0.7rem;
  }

  .stat-divider-pro {
    height: 30px;
  }

  .platforms-row-pro {
    gap: 6px;
    margin-bottom: 15px;
  }

  .platform-badge {
    width: 30px;
    height: 30px;
  }

  .platform-badge i {
    font-size: 13px;
  }

  .view-btn-pro {
    padding: 12px 18px;
    font-size: 0.9rem;
  }

  .quick-stats {
    gap: 12px;
  }

  .quick-stat-item {
    font-size: 0.85rem;
  }

  /* Load More */
  .load-more-btn-pro {
    padding: 14px 32px;
    font-size: 0.95rem;
  }

  /* Hide Elements on Mobile */
  .ball,
  .progress-track,
  .frame .frame-bottom,
  .circle-text,
  .animation.position-2,
  .animation.position-3,
  .animation.position-4,
  .deco-circle-1,
  .deco-circle-2,
  .deco-circle-3 {
    display: none !important;
  }

  /* Utility Classes */
  .mobile-hidden {
    display: none !important;
  }

  .text-center-mobile {
    text-align: center;
  }

  .flex-column-mobile {
    flex-direction: column;
  }

  /* Fix overlapping issues */
  .stricky-fixed {
    z-index: 998;
  }

  .menu-frame {
    z-index: 999;
  }

  .curtain {
    z-index: 997;
  }
}

/* ============================================
   TABLET STYLES (768px - 991px)
   ============================================ */
@media (min-width: 768px) and (max-width: 991px) {
  /* Global Tablet Adjustments */
  html,
  body {
    font-size: 15px;
  }

  .container,
  .containerFull,
  .containerFullnew {
    padding: 0 30px;
    max-width: 100%;
  }

  /* Header & Navigation */
  .frame {
    padding: 0 30px;
    height: 80px;
    background: rgb(5, 10, 48) !important;
  }

  .frame .frame-top {
    height: 80px;
  }

  .logo img {
    width: 80px;
  }

  .stricky-fixed {
    padding: 0 30px;
  }

  .stricky-fixed .logo img {
    width: 80px;
  }

  .menu-btn {
    width: 80px;
    height: 80px;
  }

  .header-menu,
  .header-cta {
    display: none !important;
  }

  .main-menu {
    padding-top: 80px;
    align-items: flex-start;
    justify-content: center;
  }

  .main-menu ul {
    width: 100%;
    align-items: center;
  }

  .main-menu ul li a {
    font-size: 28px;
  }

  /* Banner Section */
  .banner {
    height: 650px;
    padding-bottom: 30px;
    margin-top: 0;
  }

  .banner .container {
    padding-left: 30px;
  }

  .banner-content p {
    font-size: 16px;
    line-height: 1.6;
  }

  .banner-grid {
    height: 500px;
    gap: 12px;
  }

  /* Typography */
  h1,
  .h1 {
    font-size: 58px;
  }
  h2,
  .h2 {
    font-size: 44px;
  }
  h3,
  .h3 {
    font-size: 36px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }

  .newtextHeading {
    font-size: 48px !important;
  }

  /* Spacing */
  .mb-30 {
    margin-bottom: 25px;
  }
  .mb-60 {
    margin-bottom: 45px;
  }
  .mb-90 {
    margin-bottom: 65px;
  }
  .mb-120 {
    margin-bottom: 85px;
  }

  .p-120-120 {
    padding: 85px 0;
  }
  .p-120-90 {
    padding: 85px 0 65px;
  }
  .p-120-60 {
    padding: 85px 0 45px;
  }
  .p-120-30 {
    padding: 85px 0 25px;
  }
  .p-120-0 {
    padding-top: 85px;
  }
  .p-0-120 {
    padding-bottom: 85px;
  }
  .p-90-90 {
    padding: 65px 0;
  }
  .p-0-90 {
    padding-bottom: 65px;
  }

  /* Buttons */
  .button {
    height: 60px;
    padding: 0 12px 0 35px;
  }

  .button svg {
    margin-left: 20px;
  }

  /* About Photo */
  .about-photo {
    height: 600px;
  }

  /* Services Grid */
  .services-grid {
    padding-bottom: 65px;
  }

  .services-grid .services-grid-item {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }

  .services-grid .services-grid-item:nth-child(odd) {
    border-left: none;
  }

  .service-card-sm p {
    opacity: 1;
    transform: translateY(0);
  }

  .service-card-sm .button {
    transform: scale(1);
    filter: grayscale(0);
    opacity: 1;
  }

  /* Features Timeline */
  .features-timeline-section {
    padding: 85px 0;
  }

  .timeline-line-container {
    display: none;
  }

  .feature-item {
    margin-bottom: 85px;
  }

  .feature-content {
    padding: 25px 0;
    margin-bottom: 40px;
  }

  /* Categories Section */
  .category-slider-item {
    padding: 85px 0;
  }

  .category-content {
    padding-right: 0;
    margin-bottom: 50px;
    text-align: center;
  }

  .text-lg-end {
    text-align: center !important;
  }

  .text-lg-end .category-content {
    padding-left: 0;
  }

  .category-title {
    font-size: 3rem;
  }

  .category-description {
    font-size: 1.05rem;
  }

  .slider-navigation {
    gap: 25px;
  }

  .slider-arrow {
    width: 45px;
    height: 45px;
  }

  .newSlides {
    width: 280px !important;
  }

  /* FAQ Section */
  .faq-two-column-section {
    padding: 85px 0;
  }

  .faq-intro {
    position: relative;
    top: 0;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .faq-main-title {
    font-size: 2.5rem;
  }

  /* CTA Section */
  .cta-wrapper {
    padding: 60px 40px;
  }

  .cta-title {
    font-size: 2.5rem;
  }

  .cta-stats {
    margin-top: 50px;
    padding-top: 40px;
  }

  .cta-stats .stat-number {
    font-size: 2.2rem;
  }

  /* Team */
  .team-card.offset-card {
    transform: none;
  }

  /* Reviews */
  .revi-pagination .swiper-pagination-bullet {
    width: 90px;
    height: 90px;
  }

  .revi-pagination .swiper-pagination-bullet .custom-dot {
    width: 70px;
    height: 70px;
  }

  .revi-pagination .swiper-pagination-bullet:nth-child(2n) {
    margin-top: 0 !important;
  }

  /* Portfolio */
  .portfolio-item.slider-item .cover-frame {
    height: auto;
    padding-bottom: 100%;
  }

  .portfolio-item.slider-item .descr {
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .portfolio-item.slider-item .descr .descr-text {
    margin-bottom: 25px;
  }

  .portfolio-nav {
    position: static;
    height: auto;
    padding: 25px 0 65px;
  }

  .portfolio-nav .portfolio-btns-frame {
    width: 100%;
    padding: 15px;
  }

  /* Services */
  .services-hero-new {
    padding: 160px 0 100px;
  }

  .hero-title-new {
    font-size: 4rem;
  }

  .services-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-detail-new {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .additional-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Influencers */
  .inner-banner-pro {
    padding: 160px 0 85px;
  }

  .banner-title-pro {
    font-size: 3.5rem;
  }

  .influencers-grid-pro {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  /* Footer */
  footer .logo img {
    width: 220px;
  }
}

/* ============================================
   SMALL DESKTOP STYLES (992px - 1199px)
   ============================================ */
@media (min-width: 992px) and (max-width: 1199px) {
  .container,
  .containerFull,
  .containerFullnew {
    max-width: 960px;
    margin: 0 auto;
  }

  /* Typography */
  h1,
  .h1 {
    font-size: 72px;
  }
  h2,
  .h2 {
    font-size: 56px;
  }
  h3,
  .h3 {
    font-size: 39px;
  }

  /* Banner */
  .banner {
    height: 800px;
  }

  /* Categories */
  .category-title {
    font-size: 3.5rem;
  }

  .newSlides {
    width: 280px !important;
  }

  /* Brands */
  .brand-logo-item {
    min-width: 170px;
  }

  /* Services */
  .services-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-title-new {
    font-size: 4rem;
  }

  /* Influencers */
  .influencers-grid-pro {
    grid-template-columns: repeat(3, 1fr);
  }

  .banner-title-pro {
    font-size: 3.5rem;
  }
}

/* ============================================
   LARGE DESKTOP STYLES (1200px - 1399px)
   ============================================ */
@media (min-width: 1200px) and (max-width: 1399px) {
  .container,
  .containerFull,
  .containerFullnew {
    max-width: 1140px;
    margin: 0 auto;
  }

  h1,
  .h1 {
    font-size: 74px;
  }

  .category-title {
    font-size: 3.5rem;
  }
}

/* ============================================
   EXTRA LARGE DESKTOP (1400px - 1599px)
   ============================================ */
@media (min-width: 1400px) and (max-width: 1599px) {
  .container,
  .containerFull,
  .containerFullnew {
    max-width: 1320px;
    margin: 0 auto;
  }
}

/* ============================================
   ULTRA LARGE DESKTOP (1600px+)
   ============================================ */
@media (min-width: 1600px) {
  .container,
  .containerFull,
  .containerFullnew {
    max-width: 1500px;
    margin: 0 auto;
  }
}

/* ============================================
   TOUCH DEVICE OPTIMIZATIONS
   ============================================ */
@media (hover: none) and (pointer: coarse) {
  /* Remove hover effects on touch devices */
  .service-card-sm:hover,
  .team-card:hover,
  .category-slide-item:hover,
  .influencer-card-pro:hover {
    transform: none;
  }

  .service-card-sm:hover img,
  .team-card:hover img,
  .category-slide-item:hover img {
    transform: none;
  }

  /* Ensure tap targets are large enough (minimum 44x44px) */
  .button,
  .link,
  .slider-arrow,
  .filter-chip,
  .menu-btn,
  .faq-expand-btn,
  .platform-badge {
    min-height: 44px;
    min-width: 44px;
  }

  /* Show mobile-friendly interactions */
  .service-card-sm p {
    opacity: 1;
    transform: translateY(0);
  }

  .service-card-sm .button {
    transform: scale(1);
    filter: grayscale(0);
    opacity: 1;
  }
}

/* ============================================
   PERFORMANCE OPTIMIZATIONS
   ============================================ */
@media (max-width: 767px) {
  /* Disable expensive animations on mobile */
  .animation-frame,
  .dodecahedron,
  .pentagon,
  .deco-circle-1,
  .deco-circle-2,
  .deco-circle-3 {
    animation: none !important;
    transform: none !important;
  }
}

/* ============================================
   RESPONSIVE IMAGES
   ============================================ */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================================
   RESPONSIVE GRID FIXES
   ============================================ */
@media (max-width: 767px) {
  .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .row > [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

/* ============================================
   SMOOTH TRANSITIONS
   ============================================ */
a,
button,
.button,
.link,
.service-card-sm,
.team-card,
.category-slide-item,
.influencer-card-pro,
.filter-chip {
  transition: all 0.3s ease;
}

/* ============================================
   FORM OPTIMIZATIONS
   ============================================ */
@media (max-width: 767px) {
  /* Prevent zoom on input focus (iOS) */
  input,
  textarea,
  select {
    font-size: 16px !important;
  }

  .subscribe-form input {
    font-size: 14px;
  }
}

/* ============================================
   SWIPER SLIDER FIXES
   ============================================ */
@media (max-width: 767px) {
  .travel-slider,
  .fashion-slider,
  .food-slider {
    margin: 0 -5px;
    padding-left: 5px;
  }

  .swiper-slide {
    padding: 0 5px;
  }
}

/* ============================================
   SCROLLBAR IMPROVEMENTS
   ============================================ */
@media (max-width: 767px) {
  /* Hide scrollbar for category filters */
  .category-filters-pro {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .category-filters-pro::-webkit-scrollbar {
    display: none;
  }
}

/* ============================================
   Z-INDEX MANAGEMENT
   ============================================ */
@media (max-width: 991px) {
  .stricky-fixed {
    z-index: 998;
  }

  .menu-frame {
    z-index: 999;
  }

  .curtain {
    z-index: 997;
  }

  .frame {
    z-index: 996;
  }
}

/* ============================================
   ACCESSIBILITY IMPROVEMENTS
   ============================================ */
@media (max-width: 767px) {
  /* Better focus states for keyboard navigation */
  a:focus,
  button:focus,
  .button:focus,
  input:focus,
  textarea:focus {
    outline: 2px solid rgba(0, 0, 0, 0.8);
    outline-offset: 2px;
  }

  /* Improve text readability */
  p,
  li,
  span {
    line-height: 1.6;
  }
}
