@media (max-width: 340px) {

  .gallary_nav_arrow {
    display: none !important;
  }

  .feature-card {
    flex: 0 0 90%;
  }
  
  .nav-arrow.prev {
  display: none;
}

.nav-arrow.next {
  display: none;
}

  .feature-scroll-wrapper {
    scroll-snap-type: inherit;
  }

  .sidebar.pc {
    display: none;
  }

  .sidebar.phone {
    display: block;
  }

  .go-download {
    display: block;
  }

  .product_info_title.last {
  padding-bottom: 15px !important;
}

.checkout-we-accept{
  font-size: 12px;
}

.pricing-wrapper.single .features-item {
  font-size: 10px !important;
}

.pricing-wrapper.single .features-item span {
  right: -20px !important;
}

.pricing-title {
  font-size: 17px !important;
}

.pricing-subtitle {
  font-size: 11px;
}

  #checkout_section {
  display: block;
  border: 1px solid #dddddd52;
  border-radius: 7px;
  background: #fff;
  padding: 10px;
  gap: 30px;
  box-shadow: 0px 0px 5px #e8e8e8;
}

#checkout_section .item-table th {
  background-color: #f9f9f9;
  font-size: 11px;
}

#checkout_section .item-table td {
  font-size: 11px;
}

#checkout_section .product-total {
  font-size: 11px;
}

#checkout_section .product-thumbnail img {
  width: 40px;
  height: auto;
}

#checkout_section .checkout_product_info p {
  font-size: 11px !important;
}

  #checkout_section #product_info_title {
    font-size: 15px;
    margin-bottom: 0;
  }

  .child_sidebar h1 {
  color: #892DE1;
  margin-bottom: 13px;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

  #rbar1 {
  width: fit-content !important;
}

  .app-info .action-button svg {
    margin: 0;
  }

  .app-info .action-button {
    padding: 10px !important;
  }

  #app_meta #openShareModalBtn {
    padding: 5px 10px !important;
  }

  #openShareModalBtn svg {
    margin: 0;
  }

  #wishlist_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .wishlist-item {
    display: block;
  }

  .wishlist-item .item-icon-wrapper {
    border-radius: 5px;
    min-height: auto;
    min-width: 100%;
    width: 100%;
    height: auto;
  }

  .wishlist-item .item-icon-wrapper img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
  }

  /* ========================================
     হেডার এবং নেভিগেশন
  =========================================== */
  #header1 {
    max-width: 1200px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 20px;
  }

  #logo {
    height: 55px !important;
    width: auto;
    padding: 0;
    margin: 0 auto;
  }

  #logo2 {
    width: auto;
    height: 55px;
    margin-left: 5%;
    margin-top: 5%;
  }

  #header2 {
    background: #f3f2f2;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 15px !important;
  }

  .header-center,
  .header-right {
    display: none;
  }

  .w_c {
    display: none;
  }

  .header {
    height: fit-content;
  }

  .header-left a {
    margin: 0 auto;
  }

  #header3 {
    display: none;
  }

  #open-menu-btn {
    background: transparent;
    border: 0;
    font-size: 1rem !important;
    color: #000;
    width: fit-content;
  }

  /* --- অফ-ক্যানভাস মোবাইল মেনু --- */
  .mobile-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 200px !important;
    height: 100%;
    background-color: #fff;
    z-index: 10001;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
  }

  body.menu-open .mobile-menu-container {
    transform: translateX(0);
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  body.menu-open .menu-overlay {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu-container .menu-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }

  .mobile-menu-container .menu-body {
    flex-grow: 1;
    overflow-y: auto;
  }

  .mobile-menu-container .mobile-nav-ul,
  .mobile-menu-container .mobile-extra-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-container .mobile-nav-ul li a,
  .mobile-menu-container .mobile-extra-links li a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 500;
  }

  .mobile-menu-container .mobile-extra-links {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
  }

  .mobile-menu-container .mobile-extra-links i {
    font-size: 18px !important;
    width: 20px;
    text-align: center;
    color: #555;
  }

  .mobile-extra-links .login-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    text-decoration: none;
    color: #333;
    border: 0;
    font-weight: 500;
    width: 100% !important;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 17px !important;
  }


  /* ========================================
     হোমপেজ - ব্যানার ও সার্চ
  =========================================== */
  .benner h1 {
    font-size: 20px !important;
    margin-top: 10px !important;
  }

  .benner p {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #262626;
  }

  .search-form {
    max-width: 220px;
  }

  .search-input {
    font-size: 12px;
    max-width: 76%;
    height: 35px;
  }

  .search-button {
    background: #892DE1;
    color: white;
    border: none;
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    border-radius: 200px;
    font-size: 10px;
  }

  /* ========================================
     হোমপেজ - ক্যাটেগরি
  =========================================== */
  #sub_category {
    display: none;
  }

  #sub_category3 {
    display: none;
  }

  #sub_category2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
    justify-content: space-between;
    padding: 0 14px !important;
    width: 100%;
    margin: 16.5px auto;
    margin-top: 23px !important;
  }

  .sub_category_item {
    background: #f0f0f0;
    padding: 6px 12px;
    border-radius: 5px !important;
    align-content: center;
    text-align: center;
    font-size: 10.5px;
  }

  .sub_category_item i {
    margin: 0;
  }

  .sub_category_item p {
    padding: 0;
    margin: 0;
  }


  /* ========================================
     হোমপেজ - অ্যাপ লিস্ট
  =========================================== */
  .col-md-4 {
    padding: 0 5px;
  }

  .col.my-col {
    padding: 0;
  }

  #app {
    margin: 9px 0;
    text-align: center;
    padding: 7px;
    border-radius: 5px;
    display: flex;
    color: #484848;
  }

  #app:hover {
    background: #F5F5F5;
  }

  #app .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 60px;
    width: 60px;
    border-radius: 12px;
  }

  #home_app_info {
    width: 100%;
    text-align: left;
    padding-left: 8px;
    align-content: center;
  }

  #apps_title {
    font-size: 11px;
    line-height: 14px;
  }

  .app-category {
    font-size: 10px;
    margin-top: -3px;
  }

  .app-license3 {
    font-size: 10px !important;
  }

  #homepage_meta {
    margin-top: -2px;
    display: flex;
    gap: 10px;
  }

  #home_rating {
    font-size: 11px !important;
  }

  #homepage_meta p {
    font-size: 10px !important;
  }

  #verified_text {
    display: none;
  }

  #homepage_meta i {
    font-size: 10px !important;
    margin: 0;
    display: block;
  }

  #homepage_meta p i {
    display: block;
  }

  #verified {
    margin: 0 !important;
  }

  #app_add_wishlist {
    display: none !important;
  }


  /* ========================================
     হোমপেজ - ফিচার্ড অ্যাপস
  =========================================== */
  #section2 {
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
  }

  .separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px auto;
    margin-bottom: 30px !important;
    width: 210px !important;
    max-width: 210px !important;
    padding: 0 !important;
  }

  .separator-text {
    padding: 0 0.5em;
    font-size: 17px !important;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
  }
  
  .featured-subtitle {
    display: none;
  }

  .featured-app {
    padding: 0 16px !important;
  }

  .featured {
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 0 5px #e1e1e1;
    display: flex !important;
    width: 100% !important;
  }

  .featured-logo {
    margin-right: 10px !important;
    min-width: fit-content !important;
    max-width: fit-content !important;
    min-height: fit-content !important;
    max-height: fit-content !important;
  }

  .featured-content {
    padding-top: 0;
  }

  .featured-content h1 {
    font-size: 14px;
    font-weight: 400;
    color: #484848;
  }

  .featured-content .developer {
    display: none;
  }

  .developer2 {
    font-size: 10px;
    margin-bottom: 0px;
    margin-top: 0;
    display: block;
  }

  #featured_datails {
    display: none;
  }

  .app-license4 {
    background: #FFD43B;
    border-radius: 2px;
    font-size: 7px;
    font-weight: 400;
    height: 18px;
    align-content: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-right: 10px;
    color: #000;
    margin-bottom: 0;
    display: block !important
  }

  .view-demo2 {
    text-decoration: none;
    display: flex !important
  }

  .view-demo2 span {
    border-radius: 1.5px;
    padding: 2px 6px;
    color: #892DE1;
    margin-top: 10px;
    margin-bottom: 0px;
    border: 1px solid #892DE1;
    background: transparent;
    font-size: 8px;
  }

  .featured-content #homepage_meta {
    display: none;
  }

  .featured-options {
    display: none;
  }


  /* ========================================
     হোমপেজ - ফিচার সেকশন
  =========================================== */
  .features-section {
    padding: 20px 10px !important;
    width: 100% !important;
  }

  .features-container {
    display: block !important;
    padding: 0 5px !important;
  }

  .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F8F9FA !important;
    border-radius: 5px !important;
    padding: 10px;
    width: 100%;
    border: 0.5px solid #e3e3e3 !important;
    margin-top: 10px;
  }

  .feature-icon-big {
    font-size: 10px !important;
    background-color: #15955E1C !important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .feature-icon-big i {
    font-size: 10px !important;
  }

  .feature-text-big {
    align-content: center;
    font-weight: 400;
  }

  .feature-text-big h1,
  .feature-text-big h2,
  .feature-text-big h3 {
    font-size: 12.5px !important;
    font-weight: 400;
  }


  /* ========================================
     ব্লগ এবং অন্যান্য পেজ
  =========================================== */
  #blog_body {
    margin: 0;
  }

  #body_site {
    padding: 0 16px;
  }

  .blog_site {
    max-width: 100%;
    margin: 20px auto;
    background: #FDFDFD;
    padding: 7px;
    border-radius: 7px;
    display: block;
    gap: 20px;
    box-shadow: 0 0 5px #e1e1e1;
  }

  .blog_site .post_thumb .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    box-shadow: none !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 7px;
  }

  .blog_site .post_datails a h1 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    margin-bottom: 0px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .blog_site .post_category {
    width: 100%;
    display: block;
  }

  .blog_site .post_category a {
    color: #892DE1;
    text-decoration: none;
    font-size: 13px;
  }

  .blog_site .post_datails p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
    font-size: 12.5px;
    letter-spacing: .0142857143em;
    line-height: 1rem;
    overflow-wrap: anywhere;
    margin-bottom: 0;
    color: #797979;
  }

    #read_more-btn {
    background: #8b00ff;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    height: 35px;
  }

  .page_datails {
    width: 100% !important;
    padding: 5px !important;
  }

  #page_text h1,
  #page_text h2,
  #page_text h3,
  #page_text h4,
  #page_text h5,
  #page_text h6 {
    font-size: 15px !important;
  }

  #page_text p {
    font-size: 13px !important;
  }

  #page_text {
    margin-top: 10px !important;
    margin-bottom: 50px !important;
  }

  #exerpt2 {
    display: none;
  }


  /* ========================================
     সিঙ্গেল ব্লগ পোস্ট
  =========================================== */
  #single_posts {
    padding: 19px;
  }

  #single_blog {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
    margin-top: 27px;
    box-shadow: 0 0 3px #0000002c;
    border-radius: 5px;
  }

  #single_blog h1 {
    font-size: 17px !important;
    margin: 0;
  }

  #single_devloper img {
    height: 40px !important;
    width: 40px !important;
  }

  #single_devloper #single_blog .my-share-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(0, 137, 123, 0.08);
    border: none;
    color: #00897b;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    padding: 5px 0px;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
    height: fit-content;
    margin: auto 0;
    margin-top: -1px;
  }

  #single_blog .post_thumb {
    margin-bottom: 10px;
    height: auto;
  }

  #single_blog .post_category a {
    color: #892DE1;
    text-decoration: none;
    font-size: 14px;
  }

  #single_blog .post_thumb img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }

  #developer_name {
    font-size: 14px !important;
    margin-left: 7px !important;
    margin-top: 3px !important;
  }

  #single_blog #openShareModalBtn span {
    display: none;
  }

  #blog_update {
    margin-left: 7px !important;
    font-size: 12px !important;
  }

  .custom-code-wrapper {
    margin-top: 10px;
  }

  #single_blog .post_datails {
  margin-bottom: 100px;
  font-size: 14px !important;
}


  /* ========================================
     সিঙ্গেল অ্যাপ পেজ
  =========================================== */
  #main_single-app {
    padding: 0 7.5px !important;
  }

  .single-app-container {
    max-width: 1200px;
    margin: 15px auto !important;
    display: flex;
    gap: 10px !important;
    padding: 10px;
  }

  .app-image {
    height: 60px;
    width: 60px;
    min-width: 60px;
  }

  .app-image img {
    width: 100%;
    height: 100%;
    border-radius: 11px;
    box-shadow: 1px 1px 4px #ccc;
  }

  .app-info h1 {
    font-size: 11px;
    margin-bottom: 0px;
  }

  .app-info .single_app-category {
    font-size: 10px !important;
    margin-top: 0px !important;
  }
  .app-info .single_app-category p {
    margin: 0px !important;
  }

  
  .app-info .app-subtitle {
    font-size: 0;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
    display: none;
  }

  .app-info .app-category {
    font-size: 10px;
    margin-top: 5px;
  }

  .app-info .action-button i {
    margin: 0;
    font-size: 10px;
    padding: 0 10px;
  }

  #openShareModalBtn i {
    margin: 0;
    font-size: 10px;
    padding: 0 10px;
  }

  .app-license1 {
    background: #FFD43B;
    padding: 0;
    margin-left: 0px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 400;
    height: auto;
    align-content: center;
    text-align: center;
    margin-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 12px;
  }

  .app-info .rating-summary {
    margin: 0 !important;
  }

  #single_star-r {
    font-size: 10px !important;
    margin: 0 !important;
  }

  #single_text-r {
    font-size: 14px !important;
    margin: 0 !important;
  }

  #single_text-r2 {
    font-size: 14px !important;
  }

  #s1 {
    display: none;
  }

  .app-info #app_meta {
    margin-top: 10px;
    display: flex;
    margin-left: -73.5px;
    margin-top: 30px;
    margin-bottom: -10px;
    gap: 10px;
  }

  #app_meta #openShareModalBtn {
    margin: 0;
  }

  #single_total-r {
    display: none;
  }

  #sd {
    display: none;
  }

  .app-developer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(0, 137, 123, 0.08);
    border: none;
    color: #00897b;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
    margin-right: 0px;
  }

  .app-info .app-developer svg {
    margin: 0;
  }

  .app-tabs {
    max-width: 1000px;
    margin: 20px auto;
    padding: 0px 10px;
  }
  
  .app-tabs .tab-content {
    border: 0.1px solid #e8e8e8;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
  }

  .about_app {
    margin-top: -50px;
    padding: 15px;
  }

  #about_title {
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 0.1px solid #e8e8e8;
    padding-bottom: 10px;
    display: flex;
  }

  #about_title i {
    margin-left: 10px;
    margin-bottom: -1.5px;
    font-size: 12px;
  }

  .about_app .excerpt-content {
    font-size: 12px;
  }

  .about_app .full-content {
    font-size: 12px;
  }

  .about_app p {
    font-size: 12px !important;
    font-weight: normal;
    margin-top: 5px;
  }

  #about_app_full_text h1, #about_app_full_text h2, #about_app_full_text h3, #about_app_full_text h4, #about_app_full_text h5, #about_app_full_text h6 {
    font-weight: 500;
  }

  .read-more-btn {
    font-size: 13px;
    width: 100%;
  }

  .download-info p,
  .file-size,
  .app-version,
  .app-license,
  #whatsnew_setion,
  #user_data_safty_section .small.text-muted,
  .app-released {
    font-size: 13px;
  }
  
  #download-btn {
    width: 100%;
    padding: 5px 40px;
    border: none;
    border-radius: 5px;
    background: #892DE1;
    color: #ffffff;
    font-size: 15px;
  }

  /* --- সাইডবার --- */
  #main_sidebar {
    padding: 0 18px !important;
    margin-top: 20px;
  }
  
  #sidebar {
    margin-top: 0px;
    margin-right: 0px;
    right: 0;
    top: 135px;
    position: sticky;
    margin-bottom: 59px;
  }
  
  #sidebar h5 {
    font-size: 15px !important;
  }

  #related_app img {
    height: 60px !important;
  }

  #related_app div h6 {
    font-size: 13px !important;
  }
  
  #related_app .developer {
    font-size: 10px !important;
    margin-bottom: 3px !important;
  }

  .app-category-singel {
    font-size: 10px;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    color: #3b3b3b;
    margin-top: -1px;
  }


  /* ========================================
     রিভিউ এবং রেটিং
  =========================================== */
  #rating-review_title {
    font-size: 12px !important;
    margin-bottom: 10px;
    border-bottom: 0.1px solid #e8e8e8;
    padding-bottom: 12px;
    display: flex;
  }

  #rating-review_title i {
    margin-left: 3px;
    font-size: 12px;
    margin-top: 3px;
  }
  
  #rrt {
    margin-top: 3.5px;
    font-size: 13px !important;
  }

  .rating-container {
    padding: 0 !important;
    margin-right: -25px;
    margin-top: 20px !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .rating-bar-row {
     margin-bottom: -4px;
  margin-top: -4px;
  }

  .rating-bar-row div {
    height: 7px !important;
  }

  .rating-bar-row span {
    font-size: 12px !important;
  }
  
  #r1, #r2 {
    font-size: 15px !important;
  }

  #r4 {
    font-size: 11px !important;
  }
  
  .stars {
    color: #FFB400;
    font-size: 13px;
    letter-spacing: .3em;
  }
  
  #openReviewFromBtn,
  #openReviewFromBtn-not_login {
    position: absolute;
    right: 27px !important;
    padding: 5px 5px !important;
    font-size: 10px !important;
    margin-top: 0 !important;
    border-radius: 5px !important;
    letter-spacing: -0.4px;
  }
  
  .toggle-review-btn {
    border: none;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    background: #FFF;
    color: #00897b;
    font-weight: 400;
    font-size: 12.7px;
  }

  .comment_author strong {
    font-size: .875rem !important;
  }

  .comment_author div {
    width: 30px !important;
    height: 30px !important;
    color: white;
    text-align: center;
    line-height: 30px !important;
    font-size: 12px !important;
  }

  .omar-review-comment {
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
  }

  /* --- রিভিউ ফর্ম ও ডায়ালগ --- */
  #review_from {
    width: 100%;
    height: 41px;
    align-content: center;
    padding: 10px;
    min-height: 41px;
    border-radius: 5px;
    border: 0.5px solid #00000045;
    font-size: 13px;
  }

  #review_policy {
    font-size: 12px;
    letter-spacing: .002em;
    color: #797979;
    margin-top: 10px;
  }

  #review_submit,
  #review_submit2 {
    margin-left: 44%;
    font-size: 12px;
  }

  .review_from_dailog_image {
    height: 40px;
    width: 40px;
    box-shadow: 0px 0px 5px #d0d0d0;
    border-radius: 5px;
  }

  #review_from_dailog_text {
    margin-left: 10px !important;
  }

  #review_from_dailog_text p {
    font-size: 10px !important;
  }

  #review_from_content .comment_author {
    height: 50px;
    margin: 0 !important;
  }

  #all_review_content {
    background-color: #fefefe;
    width: 100%;
    max-width: 230px;
    height: 50vh;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
    scrollbar-width: none;
    -ms-overflow-style: none;
    animation: slide-up 0.3s ease-out;
    margin: auto;
  }

  .all_review_dailog-header {
    padding: 10px;
    background-color: #fefefe;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 1px 1px 3px #0000002c;
  }

  .all_review_dailog_image {
    height: 50px;
    width: 50px;
    min-width: 50px;
  }

  #all_r_list_t {
    margin-left: 5px !important;
  }


  /* ========================================
     আমার অ্যাকাউন্ট পেজ
  =========================================== */
  .ota-my-account-wrapper {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 auto;
    margin-top: 22px;
    max-width: 100%;
  }

  .user-profile {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 0.5px solid #00000026;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 25px;
  }

  .user-profile p {
    font-size: 12px;
  }

  #ota-account-nav {
    min-width: 100%;
    background: #FDFDFD;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  #profile_options li a {
    text-decoration: none;
    color: #892DE1;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    display: block;
    transition: all 0.3s ease;
    font-weight: 400;
  }

  #ota-account-content {
    flex-grow: 1;
    background: #FDFDFD;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    min-width: 100%;
    height: fit-content;
  }

  .ota-tab-content .dashboard-header {
    margin-bottom: 15px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
  }

  .dashboard-header .greeting-text h2 {
    margin: 0 !important;
    font-size: 14px;
  }

  .dashboard-header .greeting-text p {
    margin: 0 !important;
    font-size: 12px;
  }


  /* ========================================
     পেজিনেশন
  =========================================== */
  .pagination {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    display: grid !important;
    justify-content: center;
    align-items: center;
    gap: 5px !important;
    overflow: scroll !important;
    grid-template-columns: repeat(7, 1fr) !important;
    padding: 0 15px;
  }

  .pagination .page-numbers {
    display: inline-block;
    padding: 3px 10px !important;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    font-size: 6px !important;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 4px;
  }
  
  .prev span,
  .next span {
    display: none !important;
  }

  .pagination .prev,
  .pagination .next {
    font-weight: 400 !important;
    font-size: 5px !important;
    padding: 6.5px 10px !important;
    display: flex;
    align-content: center;
    gap: 2px;
  }
  

  /* ========================================
     ফুটার
  =========================================== */
  .footer {
    background: #f8f8f8;
    padding: 40px 12px 1% 14px !important;
    font-family: 'Roboto', sans-serif;
    color: #333;
    width: 100%;
  }

  .footer-columns strong {
    font-size: 11px !important;
  }

  .footer-social-link i {
    margin: 0;
    line-height: 0;
    font-size: 17px;
  }

  .child_sidebar p,
  .child_sidebar a {
    font-size: 10px !important;
    color: #333;
    line-height: 1.6;
    text-decoration: none;
  }

  #payment_getway_logo {
    display: grid !important;
    gap: 10px 9px !important;
    grid-template-columns: repeat(2, 1fr) !important;
    width: fit-content;
    margin: 0 auto;
  }

  #payment_getway_logo .payment_getway_logo-item {
    max-height: 34px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    min-width: 80px !important;
    object-fit: contain;
  }

  #developer_img {
    max-width: 50px;
    max-height: 50px;
    margin-top: 1px;
  }

  #contact-me {
    background: #0D774B;
    border: 0;
    color: white;
    border-radius: 3px;
    align-content: center;
    margin-top: 15px;
  }

  #contact-me i {
    font-size: 12px !important;
    margin-bottom: 0 !important;
  }

  #contact-me span {
    margin-top: 2px;
  }

  #hire_developer_text {
    color: #555 !important;
    margin-top: 10px !important;
    font-size: 10.9px !important;
    text-align: center !important;
    letter-spacing: 2px !important;
  }

  #qr {
    height: 50px !important;
    width: auto !important;
    margin-bottom: 7px !important;
  }

  .copyright {
    text-align: center;
    font-size: 10px !important;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 0px !important;
    margin-top: 30px !important;
  }


  /* ========================================
     অন্যান্য ও উইশলিস্ট
  =========================================== */
  .currency-display-container {
    text-decoration: none;
    color: #262626;
    border: 1px solid #dbdbdb;
    font-family: 'Roboto', sans-serif;
    padding: 3.5px 5.5px;
    border-radius: 3px;
    font-size: 13px;
    transition: 0.2s;
    margin-right: 0px;
    background: transparent;
    align-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
  }

  .currency-flag {
    width: 22px;
    margin-right: 7px;
    border-radius: 3px;
    margin-bottom: 1.4px;
  }

  .bi.bi-heart {
    font-size: 15px;
    color: #262626;
  }

  .wishlist-count {
    position: absolute;
    top: -4px;
    right: -5px;
    z-index: 1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #892DE1;
    color: #ffffff;
    text-align: center;
    font-size: 9.5px;
    line-height: 13.5px;
    font-weight: 400;
  }

  /* Report us ----------------- */
  .report_container {
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 20px 15px;
  }

  .report_container .illustration {
    text-align: center;
    margin: 0;
  }

  /* Hire Developer =====------------------------- */

  .hire_container {
    display: block;
    padding: 20px 15px;
    margin-bottom: -30px;
    width: 100%;
  }

  .hire_container .profile-card h2 {
    font-size: 18px;
  }

  .hire_container .profile-card .skills-list {
    width: 100%;
  }

  .hire_container .profile-card .skills-list li i {
    margin-right: 5px;
  }

  .hire_container .profile-card .skills-list li {
    font-size: 10px !important;
  }

  .hire_container .illustration {
    margin: 0;
  }

  .hire_container .illustration .profile-pic {
    width: 60px;
    height: 60px;
    margin-top: 10px;
  }

  .hire_container .illustration h2 {
    font-size: 15px;
  }

  /* DOWNLOAD-------- */

  .download-item-card {
    padding: 10px !important;
    text-align: center !important;
    display: block !important;
  }

  .download-item-title {
    font-size: 13.17px !important;
    line-height: 1rem !important;
    margin-top: 6px !important;
    margin-bottom: 0 !important;
  }

  .download-item-category {
    font-size: 12px !important;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .download-item-action a.remove-download-item {
    background: #e74c3c;
    cursor: pointer;
    margin-top: 5px;
    width: 100%;
  }

  .download-item-action a {
    width: 100%;
    margin-top: 5px;
  }

  /* EP */

  #e-p-1 {
    display: block !important;
  }

  #e-p-2 {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* CP */

  .cp-stepper {
    margin-top: -40px;
  }

  .cp-step .circle {
    width: 25px !important;
    height: 25px !important;
    font-size: 10px !important;
  }

  .cp-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 11px !important;
    left: 70% !important;
    width: 61.5% !important;
    height: 2.5px !important;
    background: #e0e0e0;
  }

  .cp-step .label {
    font-size: 11px !important;
  }

  #change-password form button {
    width: 180px;
    font-size: 12px;
    margin-top: 0px !important;
  }

  #change-password form {
    width: 180px;
  }

  #cp_step2_1 {
    font-size: 11px;
  }

  #cp_step2_2 {
    font-size: 10px !important;
  }

  #cp_step2_3 {
    gap: 2.5px !important;
  }

  .signin_first_body .otp-input {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 1.2em;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  outline: none;
  background: #FDFEFE;
}

  #cp_step2_3 .otp-input {
    background: transparent !important;
    border-radius: 5px !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    font-size: 10px !important;
    border: 1px solid #dcdcdc !important;
  }
  
  #change-password .input-group label {
    position: absolute;
    left: 12px;
    top: 15.5px;
    color: #888;
    font-size: 11px;
    pointer-events: none;
    transition: 0.2s ease all;
    background: #FDFDFD;
    padding: 0 5px;
  }

  .hire_container .profile-card {
    width: 100%;
  }

  .first_container {
  display: block;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
}

.first_container .illustration {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}

.first_container .form-box h2 {
    font-size: 14px;
  }

  .first_container .form-box p {
  color: #444;
  margin-bottom: 25px;
  font-size: 10px;
  margin-top: -10px;
}

.app-info .my-share-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(0, 137, 123, 0.08);
  border: none;
  color: #00897b;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

}

@media (min-width: 341px) and (max-width: 500px) {

  .gallary_nav_arrow {
    display: none !important;
  }

  .feature-card {
    flex: 0 0 90%;
  }


    .nav-arrow.prev {
  display: none;
}

.nav-arrow.next {
  display: none;
}

  .feature-scroll-wrapper {
    scroll-snap-type: inherit;
  }

  .sidebar.pc {
    display: none;
  }

  .sidebar.phone {
    display: block;
  }

  .go-download {
    display: block;
  }

  .product_info_title.last {
  padding-bottom: 15px !important;
}

  .checkout-we-accept{
  font-size: 15px;
}

  .pricing-title {
  font-size: 19px !important;
}

  #checkout_section {
  display: block;
  border: 1px solid #dddddd52;
  border-radius: 7px;
  background: #fff;
  padding: 10px;
  gap: 30px;
  box-shadow: 0px 0px 5px #e8e8e8;
}

#checkout_section .item-table th {
  background-color: #f9f9f9;
  font-size: 13px;
}

#checkout_section .item-table td {
  font-size: 13px;
}

#checkout_section .product-total {
  font-size: 13px;
}

#checkout_section .product-thumbnail img {
  width: 40px;
  height: auto;
}

#checkout_section .checkout_product_info p {
  font-size: 13px !important;
}

  #checkout_section #product_info_title {
    font-size: 16px;
    margin-bottom: 0;
  }

   .signin_first_body .otp-input {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 1.2em;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  outline: none;
  background: #FDFEFE;
}

  /* ========================================
     হেডার এবং নেভিগেশন
  =========================================== */
  #header1 {
    max-width: 1200px;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 20px;
  }

  #logo {
    height: 70px !important;
    width: auto;
    padding: 0;
    margin: 0 auto;
  }

  #logo2 {
    width: auto;
    height: 55px;
    margin-left: 5%;
    margin-top: 5%;
  }

  #header2 {
    background: #f3f2f2;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 20px !important;
  }

  .header-center,
  .header-right {
    display: none;
  }

  .w_c {
    display: none;
  }

  .header {
    height: fit-content;
  }

  .header-left a {
    margin: 0 auto;
  }

  #header3 {
    display: none;
  }

  #open-menu-btn {
    background: transparent;
    border: 0;
    font-size: 1rem !important;
    color: #000;
    width: fit-content;
  }

  #open-menu-btn svg {
    height: auto;
    width: 20px;
  }
  
  /* --- অফ-ক্যানভাস মোবাইল মেনু --- */
  .mobile-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-color: #fff;
    z-index: 10001;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
  }

  body.menu-open .mobile-menu-container {
    transform: translateX(0);
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  body.menu-open .menu-overlay {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu-container .menu-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
  }

  .mobile-menu-container .menu-body {
    flex-grow: 1;
    overflow-y: auto;
  }

  .mobile-menu-container .mobile-nav-ul,
  .mobile-menu-container .mobile-extra-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-container .mobile-nav-ul li a,
  .mobile-menu-container .mobile-extra-links li a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 500;
  }

  .mobile-menu-container .mobile-extra-links {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
  }

  .mobile-menu-container .mobile-extra-links i {
    font-size: 18px !important;
    width: 20px;
    text-align: center;
    color: #555;
  }

  .mobile-extra-links .login-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    text-decoration: none;
    color: #333;
    border: 0;
    font-weight: 500;
    width: 100% !important;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 17px !important;
  }


  /* ========================================
     হোমপেজ - ব্যানার ও সার্চ
  =========================================== */
  .benner h1 {
    font-size: 27px !important;
    margin-top: 10px !important;
  }

  .benner p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #262626;
    margin-top: -5px;
  }

  .search-form {
    max-width: 300px;
  }

  .search-input {
    font-size: 14px;
    max-width: 100%;
    height: 36.7px;
  }

  .search-button {
    background: #892DE1;
    color: white;
    border: none;
    padding: 0 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    border-radius: 200px;
  }

  #single_blog .post_datails {
  margin-bottom: 100px;
  font-size: 14px !important;
}

  .search-button i {
    font-size: 14px;
  }

  /* ========================================
     হোমপেজ - ক্যাটেগরি
  =========================================== */
  #sub_category {
    display: none;
  }

  #sub_category3 {
    display: none;
  }

  #sub_category2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px;
    justify-content: space-between;
    padding: 0 14px !important;
    width: 100%;
    margin: 16.5px auto;
    margin-top: 23px !important;
  }

  .sub_category_item {
    background: #f0f0f0;
    padding: 6px 12px;
    border-radius: 5px !important;
    align-content: center;
    text-align: center;
    font-size: 10.5px;
  }

  .sub_category_item i {
    margin: 0;
  }

  .sub_category_item p {
    padding: 0;
    margin: 0;
  }


  /* ========================================
     হোমপেজ - অ্যাপ লিস্ট
  =========================================== */
  .col-md-4 {
    padding: 0 5px;
  }

  .col.my-col {
    padding: 0;
  }

  #app {
    margin: 9px 0;
    text-align: center;
    padding: 7px;
    border-radius: 5px;
    display: flex;
    color: #484848;
  }

  #app:hover {
    background: #F5F5F5;
  }

  #app .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 60px;
    width: 60px;
    border-radius: 12px;
  }

  #home_app_info {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    align-content: center;
  }

  #apps_title {
    font-size: 16px;
    line-height: 1.1rem;
  }

  .app-category {
    font-size: 14.5px;
    margin-top: -1.7px;
  }

  .app-license3 {
    font-size: 14.5px !important;
  }

  #homepage_meta {
    margin-top: -1px;
    display: flex;
    gap: 10px;
  }

  #home_rating {
    font-size: 12px !important;
  }

  #homepage_meta p {
    font-size: 14.5px !important;
  }

  #verified_text {
    display: none;
  }

  #homepage_meta i {
    font-size: 10px !important;
    margin: 0;
    display: block;
  }

  #homepage_meta p i {
    display: block;
  }

  #verified {
    margin: 0 !important;
  }

  #app_add_wishlist {
    display: none !important;
  }


  /* ========================================
     হোমপেজ - ফিচার্ড অ্যাপস
  =========================================== */
  #section2 {
    min-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
  }

  .separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px auto;
    margin-bottom: 30px !important;
    width: 100%;
    max-width: 94%;
    padding: 0 !important;
  }

  .separator-text {
    padding: 0 0.5em;
    font-size: 17px !important;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
  }
  
  .featured-subtitle {
    display: none;
  }

  .featured-app {
    padding: 0 16px !important;
  }

  .featured {
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 0 5px #e1e1e1;
    display: flex !important;
    width: 100% !important;
  }

  .featured-logo {
    margin-right: 10px !important;
    min-width: fit-content !important;
    max-width: fit-content !important;
    min-height: fit-content !important;
    max-height: fit-content !important;
  }

  .featured-content {
    padding-top: 0;
  }

  .featured-content h1 {
    font-size: 14px;
    font-weight: 400;
    color: #484848;
  }

  .featured-content .developer {
    display: none;
  }

  .developer2 {
    font-size: 10px;
    margin-bottom: 0px;
    margin-top: 0;
    display: block;
  }

  #featured_datails {
    display: none;
  }

  .app-license4 {
    background: #FFD43B;
    border-radius: 2px;
    font-size: 7px;
    font-weight: 400;
    height: 18px;
    align-content: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-right: 10px;
    color: #000;
    margin-bottom: 0;
    display: block !important
  }

  .view-demo2 {
    text-decoration: none;
    display: flex !important
  }

  .view-demo2 span {
    border-radius: 1.5px;
    padding: 2px 6px;
    color: #892DE1;
    margin-top: 10px;
    margin-bottom: 0px;
    border: 1px solid #892DE1;
    background: transparent;
    font-size: 8px;
  }

  .featured-content #homepage_meta {
    display: none;
  }

  .featured-options {
    display: none;
  }


  /* ========================================
     হোমপেজ - ফিচার সেকশন
  =========================================== */
  .features-section {
    padding: 20px 10px !important;
    width: 100% !important;
  }

  .features-container {
    display: block !important;
    padding: 0 5px !important;
  }

  .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F8F9FA !important;
    border-radius: 5px !important;
    padding: 10px;
    width: 100%;
    border: 0.5px solid #e3e3e3 !important;
    margin-top: 10px;
  }

  .feature-icon-big {
    font-size: 10px !important;
    background-color: #15955E1C !important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }

  .feature-icon-big i {
    font-size: 10px !important;
  }

  .feature-text-big {
    align-content: center;
    font-weight: 400;
  }

  .feature-text-big h1,
  .feature-text-big h2,
  .feature-text-big h3 {
    font-size: 12.5px !important;
    font-weight: 400;
  }


  /* ========================================
     ব্লগ এবং অন্যান্য পেজ
  =========================================== */
  #blog_body {
    margin: 0;
  }

  #body_site {
    padding: 0 16px;
  }

  .blog_site {
    max-width: 100%;
    margin: 20px auto;
    background: #FDFDFD;
    padding: 7px;
    border-radius: 7px;
    display: block;
    gap: 20px;
    box-shadow: 0 0 5px #e1e1e1;
  }

  .blog_site .post_thumb .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    box-shadow: none !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 7px;
  }

  .blog_site .post_datails a h1 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    margin-bottom: 0px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .blog_site .post_category {
    width: 100%;
    display: block;
  }

  .blog_site .post_category a {
    color: #892DE1;
    text-decoration: none;
    font-size: 13px;
  }

  .blog_site .post_datails p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
    font-size: 12.5px;
    letter-spacing: .0142857143em;
    line-height: 1rem;
    overflow-wrap: anywhere;
    margin-bottom: 0;
    color: #797979;
  }

    #read_more-btn {
    background: #8b00ff;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    height: 35px;
  }

  .page_datails {
    width: 100% !important;
    padding: 5px !important;
  }

  #page_text h1,
  #page_text h2,
  #page_text h3,
  #page_text h4,
  #page_text h5,
  #page_text h6 {
    font-size: 16px !important;
  }

  #page_text p {
    font-size: 13px !important;
  }

  #page_text {
    margin-top: 10px !important;
    margin-bottom: 50px !important;
  }

  #exerpt2 {
    display: none;
  }


  /* ========================================
     সিঙ্গেল ব্লগ পোস্ট
  =========================================== */
  #single_posts {
    padding: 19px;
  }

  #single_blog {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
    margin-top: 27px;
    box-shadow: 0 0 3px #0000002c;
    border-radius: 5px;
  }

  #single_blog h1 {
    font-size: 17px !important;
    margin: 0;
  }

  #single_devloper img {
    height: 40px !important;
    width: 40px !important;
  }

  #single_devloper #single_blog .my-share-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(0, 137, 123, 0.08);
    border: none;
    color: #00897b;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    padding: 5px 0px;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
    height: fit-content;
    margin: auto 0;
    margin-top: -1px;
  }

  #single_blog .post_thumb {
    margin-bottom: 10px;
    height: auto;
  }

  #single_blog .post_category a {
    color: #892DE1;
    text-decoration: none;
    font-size: 14px;
  }

  #single_blog .post_thumb img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }

  #developer_name {
    font-size: 14px !important;
    margin-left: 7px !important;
    margin-top: 0px !important;
  }

  #single_blog #openShareModalBtn span {
    display: none;
  }

  #blog_update {
    margin-left: 7px !important;
    font-size: 12px !important;
  }

  .custom-code-wrapper {
    margin-top: 10px;
  }


  /* ========================================
     সিঙ্গেল অ্যাপ পেজ
  =========================================== */
  #main_single-app {
    padding: 0 7.5px !important;
  }

  .single-app-container {
    max-width: 1200px;
    margin: 15px auto !important;
    display: flex;
    gap: 10px !important;
    padding: 10px;
  }

  .app-image {
    height: 60px;
    width: 60px;
    min-width: 60px;
  }

  .app-image img {
    width: 100%;
    height: 100%;
    border-radius: 11px;
    box-shadow: 1px 1px 4px #ccc;
  }

  .app-info h1 {
    font-size: 15px;
    margin-bottom: 2px;
  }

  .app-info .single_app-category {
    font-size: 13px !important;
    margin-top: 3px !important;
    margin-bottom: 4px;
  }

  .app-info .single_app-category p {
    margin: 0px !important;
  }

  
  .app-info .app-subtitle {
    font-size: 0;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
    display: none;
  }

  .app-info .app-category {
    font-size: 10px;
    margin-top: 5px;
  }

  .app-info .action-button svg {
    margin: 0;
  }

  .app-info .action-button {
    padding: 10px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  #openShareModalBtn {
    padding: 10px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  #openShareModalBtn svg {
    margin: 0;
  }

  .app-license1 {
    background: #FFD43B;
    padding: 0;
    margin-left: 10px;
    border-radius: 4px;
    font-size: 11.5px;
    font-weight: 400;
    height: auto;
    align-content: center;
    text-align: center;
    margin-top: 1px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 12px;
  }

  #main_single-app {
  overflow: hidden;
}

  .app-info .rating-summary {
    margin: 0 !important;
  }

  #single_star-r {
    font-size: 13px !important;
    margin: 0 !important;
  }

  #single_text-r {
    font-size: 15px !important;
    margin: 0 !important;
  }

  #single_text-r2 {
    font-size: 14px !important;
  }

  #s1 {
    display: none;
  }

  .app-info #app_meta {
    display: flex;
    margin-left: -21.6%;
    margin-top: 20px;
    margin-bottom: -10px;
    width: 100%;
    margin-right: -10%;
  }

  #single_total-r {
    display: none;
  }

  #sd {
    display: none;
  }

  .app-developer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(0, 137, 123, 0.08);
    border: none;
    color: #00897b;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    padding: 3px 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
    margin-right: 10px;
    padding: 10px 16px;
  }

  .app-developer svg {
    margin: 0;
  }

  .app-tabs {
    max-width: 1000px;
    margin: 20px auto;
    padding: 0px 10px;
  }
  
  .app-tabs .tab-content {
    border: 0.1px solid #e8e8e8;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
  }

  .about_app {
    margin-top: -50px;
    padding: 15px;
  }

  #about_title {
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 0.1px solid #e8e8e8;
    padding-bottom: 10px;
    display: flex;
  }

  #about_title i {
    margin-left: 10px;
    margin-bottom: -1.5px;
    font-size: 12px;
  }

  .about_app .excerpt-content {
    font-size: 14px;
  }

  .about_app .full-content {
    font-size: 14px;
  }

  .about_app p {
    font-size: 14px !important;
    font-weight: normal;
    margin-top: 5px;
  }

  #about_app_full_text h1, #about_app_full_text h2, #about_app_full_text h3, #about_app_full_text h4, #about_app_full_text h5, #about_app_full_text h6 {
    font-weight: 500;
  }

  .read-more-btn {
    font-size: 13px;
    width: 100%;
  }

  .download-info p,
  .file-size,
  .app-version,
  .app-license,
  #whatsnew_setion,
  #user_data_safty_section .small.text-muted,
  .app-released {
    font-size: 13px;
  }
  
  #download-btn {
    width: 100%;
    padding: 5px 40px;
    border: none;
    border-radius: 5px;
    background: #892DE1;
    color: #ffffff;
    font-size: 15px;
  }

  /* --- সাইডবার --- */
  #main_sidebar {
    padding: 0 18px !important;
    margin-top: 20px;
  }
  
  #sidebar {
    margin-top: 0px;
    margin-right: 0px;
    right: 0;
    top: 135px;
    position: sticky;
    margin-bottom: 59px;
  }
  
  #sidebar h5 {
    font-size: 15px !important;
  }

  #related_app img {
    height: 60px !important;
  }

  #related_app div h6 {
    font-size: 14px !important;
  }
  
  #related_app .developer {
    font-size: 10px !important;
    margin-bottom: 3px !important;
  }

  #related_app .app-category-singel {
    font-size: 11px;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    color: #3b3b3b;
    margin-top: -1px;
  }


  /* ========================================
     রিভিউ এবং রেটিং
  =========================================== */
  #rating-review_title {
    font-size: 12px !important;
    margin-bottom: 10px;
    border-bottom: 0.1px solid #e8e8e8;
    padding-bottom: 12px;
    display: flex;
  }

  #rating-review_title i {
    margin-left: 3px;
    font-size: 12px;
    margin-top: 3px;
  }
  
  #rrt {
    margin-top: 3.5px;
    font-size: 15px !important;
  }

  .rating-container {
    padding: 0 !important;
    margin-right: -25px;
    margin-top: 20px !important;
    gap: 10px !important;
    width: 100% !important;
  }

  #rbar1 {
    width: fit-content !important;
  }

  .rating-bar-row {
     margin-bottom: -4px;
  margin-top: -4px;
  }

  .rating-bar-row div {
    height: 7px !important;
  }

  .rating-bar-row span {
    font-size: 12px !important;
  }
  
  #r1, #r2 {
    font-size: 15px !important;
  }

  #r4 {
    font-size: 11px !important;
  }
  
  .stars {
    color: #FFB400;
    font-size: 13px;
    letter-spacing: .3em;
  }
  
  #openReviewFromBtn,
  #openReviewFromBtn-not_login {
    position: absolute;
    right: 27px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    margin-top: 0 !important;
    border-radius: 5px !important;
    letter-spacing: -0.4px;
  }
  
  .toggle-review-btn {
    border: none;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    background: #FFF;
    color: #00897b;
    font-weight: 400;
    font-size: 13px;
  }

  .comment_author strong {
    font-size: .875rem !important;
  }

  .comment_author div {
    width: 30px !important;
    height: 30px !important;
    color: white;
    text-align: center;
    line-height: 30px !important;
    font-size: 12px !important;
  }

  .omar-review-comment {
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
  }

  /* --- রিভিউ ফর্ম ও ডায়ালগ --- */
  #review_from {
    width: 100%;
    height: 41px;
    align-content: center;
    padding: 10px;
    min-height: 41px;
    border-radius: 5px;
    border: 0.5px solid #00000045;
    font-size: 13px;
  }

  #review_policy {
    font-size: 12px;
    letter-spacing: .002em;
    color: #797979;
    margin-top: 10px;
  }

  #review_submit,
  #review_submit2 {
    margin-left: 44%;
    font-size: 12px;
  }

  .review_from_dailog_image {
    height: 40px;
    width: 40px;
    box-shadow: 0px 0px 5px #d0d0d0;
    border-radius: 5px;
  }

  #review_from_dailog_text {
    margin-left: 10px !important;
  }

  #review_from_dailog_text p {
    font-size: 10px !important;
  }

  #review_from_content .comment_author {
    height: 50px;
    margin: 0 !important;
  }

  #all_review_content {
    background-color: #fefefe;
    width: 100%;
    max-width: 230px;
    height: 50vh;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
    scrollbar-width: none;
    -ms-overflow-style: none;
    animation: slide-up 0.3s ease-out;
    margin: auto;
  }

  .all_review_dailog-header {
    padding: 10px;
    background-color: #fefefe;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 1px 1px 3px #0000002c;
  }

  .all_review_dailog_image {
    height: 50px;
    width: 50px;
    min-width: 50px;
  }

  #all_r_list_t {
    margin-left: 5px !important;
  }


  /* ========================================
     আমার অ্যাকাউন্ট পেজ
  =========================================== */
  .ota-my-account-wrapper {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 auto;
    margin-top: 22px;
    max-width: 100%;
  }

  .user-profile {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 0.5px solid #00000026;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 25px;
  }

  .user-profile p {
    font-size: 12px;
  }

  #ota-account-nav {
    min-width: 100%;
    background: #FDFDFD;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  #profile_options li a {
    text-decoration: none;
    color: #892DE1;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    display: block;
    transition: all 0.3s ease;
    font-weight: 400;
  }

  #ota-account-content {
    flex-grow: 1;
    background: #FDFDFD;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    min-width: 100%;
    height: fit-content;
  }

  .ota-tab-content .dashboard-header {
    margin-bottom: 15px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
  }

  .dashboard-header .greeting-text h2 {
    margin: 0 !important;
    font-size: 15px;
  }

  .dashboard-header .greeting-text p {
    margin: 0 !important;
    font-size: 12.5px;
  }


  /* ========================================
     পেজিনেশন
  =========================================== */
  .pagination {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    display: grid !important;
    justify-content: center;
    align-items: center;
    gap: 5px !important;
    overflow: scroll !important;
    grid-template-columns: repeat(7, 1fr) !important;
    padding: 0 15px;
  }

  .pagination .page-numbers {
    display: inline-block;
    padding: 3px 10px !important;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    font-size: 6px !important;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 4px;
  }
  
  .prev span,
  .next span {
    display: none !important;
  }

  .pagination .prev,
  .pagination .next {
    font-weight: 400 !important;
    font-size: 5px !important;
    padding: 6.5px 10px !important;
    display: flex;
    align-content: center;
    gap: 2px;
  }
  

  /* ========================================
     ফুটার
  =========================================== */
  .footer {
    background: #f8f8f8;
    padding: 40px 12px 1% 21px !important;
    font-family: 'Roboto', sans-serif;
    color: #333;
    width: 100%;
  }

  .footer-columns strong {
    font-size: 15.5px !important;
  }

  .footer-social-link i {
    margin: 0;
    line-height: 0;
    font-size: 17px;
  }

  .child_sidebar p,
  .child_sidebar a {
    font-size: 14.5px !important;
    color: #333;
    line-height: 1.6;
    text-decoration: none;
  }

  #payment_getway_logo {
    display: grid !important;
    gap: 10px 9px !important;
    grid-template-columns: repeat(2, 1fr) !important;
    width: fit-content;
    margin: 0 auto;
  }

  #payment_getway_logo .payment_getway_logo-item {
    max-height: 34px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    min-width: 80px !important;
    object-fit: contain;
  }

  #developer_img {
    max-width: 50px;
    max-height: 50px;
    margin-top: 1px;
  }

  #contact-me {
    background: #0D774B;
    border: 0;
    color: white;
    border-radius: 3px;
    align-content: center;
    margin-top: 15px;
  }

  #contact-me i {
    font-size: 14.5px !important;
    margin-bottom: 0 !important;
  }

  #hire_developer_text {
    color: #555 !important;
    margin-top: 10px !important;
    font-size: 10.9px !important;
    text-align: center !important;
    letter-spacing: 2px !important;
  }

  #qr {
    height: 50px !important;
    width: auto !important;
    margin-bottom: 7px !important;
  }

  .copyright {
    text-align: center;
    font-size: 14px !important;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 0px !important;
    margin-top: 30px !important;
  }


  /* ========================================
     অন্যান্য ও উইশলিস্ট
  =========================================== */
  .currency-display-container {
    text-decoration: none;
    color: #262626;
    border: 1px solid #dbdbdb;
    font-family: 'Roboto', sans-serif;
    padding: 3.5px 5.5px;
    border-radius: 3px;
    font-size: 15px;
    transition: 0.2s;
    margin-right: 0px;
    background: transparent;
    align-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
  }

  .currency-flag {
    width: 22px;
    margin-right: 7px;
    border-radius: 3px;
    margin-bottom: 1.4px;
  }

  .bi.bi-heart {
    font-size: 15px;
    color: #262626;
  }

  .wishlist-count {
    position: absolute;
    top: -4px;
    right: -5px;
    z-index: 1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #892DE1;
    color: #ffffff;
    text-align: center;
    font-size: 9.5px;
    line-height: 13.5px;
    font-weight: 400;
  }

  /* Report us ----------------- */
  .report_container {
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding: 20px 15px;
  }

  .report_container .illustration {
    text-align: center;
    margin: 0;
  }

  /* Hire Developer =====------------------------- */

  .hire_container {
    display: block;
    padding: 20px 15px;
    margin-bottom: -30px;
    width: 100%;
  }

  .hire_container .profile-card h2 {
    font-size: 18px;
  }

  .hire_container .profile-card .skills-list {
    width: 100%;
  }

  .hire_container .profile-card .skills-list li i {
    margin-right: 5px;
  }

  .hire_container .profile-card .skills-list li {
    font-size: 10px !important;
  }

  .hire_container .illustration {
    margin: 0;
  }

  .hire_container .illustration .profile-pic {
    width: 60px;
    height: 60px;
    margin-top: 10px;
  }

  .hire_container .illustration h2 {
    font-size: 15px;
  }

  /* DOWNLOAD-------- */

  .download-item-card {
    padding: 10px !important;
    text-align: center !important;
    display: block !important;
  }

  .download-item-title {
    font-size: 13.17px !important;
    line-height: 1rem !important;
    margin-top: 6px !important;
    margin-bottom: 0 !important;
  }

  .download-item-category {
    font-size: 12px !important;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .download-item-action a.remove-download-item {
    background: #e74c3c;
    cursor: pointer;
    margin-top: 5px;
    width: 100%;
  }

  .download-item-action a {
    width: 100%;
    margin-top: 5px;
  }

  /* EP */

  #e-p-1 {
    display: block !important;
  }

  #e-p-2 {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  /* CP */

  .cp-stepper {
    margin-top: -40px;
  }

  .cp-step .circle {
    width: 25px !important;
    height: 25px !important;
    font-size: 10px !important;
  }

  .cp-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 11px !important;
    left: 70% !important;
    left: 63% !important;
    width: 77% !important;
    background: #e0e0e0;
    height: 2.5px !important;
  }

  .cp-stepper {
    max-width: 305px !important;
  }

  .cp-step .label {
    font-size: 12px !important;
  }

  #change-password form button {
    width: 180px;
    font-size: 12px;
    margin-top: 0px !important;
  }

  #change-password form {
    width: 180px;
  }

  #cp_step2_1 {
    font-size: 11px;
  }

  #cp_step2_2 {
    font-size: 10px !important;
  }

  #cp_step2_3 {
    gap: 2.5px !important;
  }

  #cp_step2_3 .otp-input {
    background: transparent !important;
    border-radius: 5px !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    font-size: 10px !important;
    border: 1px solid #dcdcdc !important;
  }
  
  #change-password .input-group label {
    position: absolute;
    left: 12px;
    top: 15.5px;
    color: #888;
    font-size: 11px;
    pointer-events: none;
    transition: 0.2s ease all;
    background: #FDFDFD;
    padding: 0 5px;
  }

  #content_row {
    padding: 0 15px;
  }

  .report_container .form-box {
    width: 100%;
  }

  .hire_container .profile-card {
    width: 100%;
  }

  .crop-modal-title {
    font-size: 19.39px;
  }

    .first_container {
  display: block;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
}

.first_container .illustration {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}

.first_container .form-box h2 {
    font-size: 18px;
  }

  .first_container .form-box p {
  color: #444;
  margin-bottom: 25px;
  font-size: 12px;
  margin-top: -10px;
}

}

@media (min-width: 501px) and (max-width: 750px) {

  .gallary_nav_arrow {
    display: none !important;
  }

  .feature-card {
    flex: 0 0 90%;
  }


    .nav-arrow.prev {
  display: none;
}

.nav-arrow.next {
  display: none;
}

  .feature-scroll-wrapper {
    scroll-snap-type: inherit;
  }

  .sidebar.pc {
    display: none;
  }

  .sidebar.phone {
    display: block;
  }

  .go-download {
    display: block;
  }

  .pricing-title {
  font-size: 20px !important;
}

  .cp-stepper {
    max-width: 425px !important;
  }

  .post_datails h1, .post_datails h2, .post_datails h3 {
  font-size: 24px !important;
}

  .post_datails {
  font-size: 16px !important;
}

  .login-btn, .login-btn:hover {
  border-width: 2px !important;
}

  .currency-display-container {
  border-width: 2px !important;
}

  .lang-display-container {
  border-width: 2px;
}

  nav ul li a {
  border-width: 2px !important;
}

  #content_row {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 20px;
  width: fit-content !important;
  margin: 0 auto;
}

.col.my-col {
  max-width: 100% !important;
}

#app {
  width: fit-content;
}

 #homepage_meta {
  margin-top: 4px !important;
}

  .app-category {
  margin-top: 3px !important;
}


  .lang-display-container {
    margin: 0;
  }

  #checkout_section {
  display: block;
  border: 1px solid #dddddd52;
  border-radius: 7px;
  background: #fff;
  padding: 10px;
  gap: 30px;
  box-shadow: 0px 0px 5px #e8e8e8;
}

#checkout_section .item-table th {
  background-color: #f9f9f9;
  font-size: 14px;
}

#checkout_section .item-table td {
  font-size: 14px;
}

#checkout_section .product-total {
  font-size: 14px;
}

#checkout_section .product-thumbnail img {
  width: 40px;
  height: auto;
}

#checkout_section .checkout_product_info p {
  font-size: 14px !important;
}

  #checkout_section #product_info_title {
    font-size: 17px;
    margin-bottom: 0;
  }

  #signin_form {
    width: 100%;
    top: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    background: #FDFDFD;
    z-index: 20;
    overflow-x: hidden;
    --primary: #04aa6d;
    --primary-dark: #059862;
    padding: 16px 24px;
    margin: 0 auto;
    transition: transform 0.3s;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 8px;
    border: 0;
    max-height: calc(100vh - 130px);
    box-shadow: 1px 1px 5px #0000002c;
  }

  /* =============================== */

  #blog_single {
    margin: 0 5%;
  }

  #single_posts {
    padding: 23px;
  }

  #single_blog {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 27px;
    box-shadow: 0 0 3px #0000002c;
    border-radius: 5px;
  }
  
  #single_blog .post_thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .page_datails {
    width: 100%;
    padding: 10px 30px;
  }

  .page_datails h1, .page_datails h2, .page_datails h3 {
    font-size: 18px;
  }

  .blog_site {
    max-width: 1160px;
    margin: 20px auto;
    background: #FDFDFD;
    padding: 15px;
    border-radius: 7px;
    display: block;
    gap: 20px;
    box-shadow: 0 0 5px #e1e1e1;
  }

  .post_datails a h1 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #000;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .post_thumb .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: auto;
    width: 100%;
    border-radius: 5.5px;
  }

  .page_datails p {
    margin-top: 6px;
    font-size: 15px;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
    margin-bottom: 8px;
  }
  
  #body_site {
    padding: 23px;
  }

  #about_app_full_text {
    margin-top: 30px !important;
  }

  #all_review_content {
    background-color: #fefefe;
    width: 100%;
    max-width: 450px;
    height: 70vh;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
    scrollbar-width: none;
    -ms-overflow-style: none;
    animation: slide-up 0.3s ease-out;
    margin: auto;
  }

  .all_review_dailog_image {
    height: 55px;
    width: 55px;
    min-width: 55px;
  }

  #exerpt2 {
    display: block;
    margin: 8px 0;
  }

  .post_datails p {
    display: none;
  }
  
  .header-left a {
    margin: 0 auto !important;
  }
  
  nav ul li a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    padding: 6px 6px;
    border-radius: 3px;
    font-size: 13px;
    transition: 0.2s;
    color: #262626;
    border: 1px solid #dbdbdb;
    margin-top: -1px;
  }

  .currency-display-container {
    font-size: 12px;
    padding: 4.5px 6px;
  }

  .currency-flag {
    width: 27px;
  }

  .login-btn {
    font-size: 12px;
    margin: 0;
  }

  .header-center, .header-right {
    display: none;
  }

  .w_c {
    display: none;
  }

  .header {
    height: fit-content;
  }

  #header2 {
    display: none;
  }

  .lang-display-container {
  font-size: 10.5px;
  margin-top: 20px !important;
  margin-bottom: -7px !important;
}

  #header3 {
    background: #f3f2f2;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 20px;
  }

  .currency a {
    text-decoration: none;
    color: #262626;
    border: 1px solid #262626;
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 10px;
    transition: 0.2s;
  }

  #open-menu-btn {
    background: transparent;
    border: 0;
    font-size: 1.3rem;
  }

  /* Content Section */
  .benner h1 {
    margin-top: 20px;
    font-size: 40px;
  }

  .benner p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #262626;
  }

  /* ------------ */
  .search-form {
    max-width: 400px;
    margin: 15px auto !important;
  }

  .search-input {
    font-size: 16px;
    height: 45px;
  }

  .search-button {
    padding: 0 40px;
  }

  .search-button i {
    font-size: 17px;
  }

  /* Content */
  #sub_category {
    display: none;
  }

  #sub_category3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    padding: 0 21px;
    width: 100%;
    gap: 10px;
    padding-bottom: 25px;
  }

  #sub_category3 #sub_category_item {
    background: #f0f0f0;
    padding: 7px 20px;
    border-radius: 7px;
    text-align: center;
    font-size: 11px;
  }

  #sub_category3 #sub_category_item i {
    margin: 0;
  }

  #sub_category3 #sub_category_item p {
    margin: 0;
  }

  /* Main Apps */
  #app_box {
  color: #000;
  text-decoration: none;
  padding: 0;
}

#app {
  margin: 20px 0;
  text-align: center;
  background: #fff;
  padding: 5px;
  border-radius: 7px;
  display: flex;
  color: #484848;
}

#app:hover {
  background: #F5F5F5;
}

#home_app_info {
  width: 100%;
  text-align: left;
  padding-left: 15px;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  border-radius: 12px;
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
  height: 68px;
  width: 68px;
}

#apps_title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .00625em;
  line-height: 1rem;
  margin: 2px 0;
  color: #000;
}

.app-category {
  font-size: .875rem !important;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  color: #5b5454;
}

.app-category p {
  margin: 0;
}

.app-license2 {
  font-size: 13px;
  font-weight: 400;
  align-content: center;
  text-align: center;
  padding: 3px 0px;
  width: fit-content;
}

#homepage_meta {
  margin-top: -1px;
  display: flex;
  gap: 20px;
}

#home_rating {
  color: #5b5454;
  margin: 0;
  font-size: 13px;
}

.app-license3 {
  font-size: 13px;
  color: #5b5454;
}

#contact-me {
  margin-top: 23px;
}

.app-image img {
  width: 100%;
  height: 100%;
  border-radius: 19px;
  box-shadow: 0 2px 8px #ccc;
}

  /* Featured */
  .featured-logo {
    margin-right: 10px;
    min-width: 110px;
    max-width: 110px;
    min-height: 110px;
    max-height: 110px;
  }

  .featured-content {
    padding: 0;
    width: 400px;
  }

  .featured-content h1 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #484848;
    margin: 0;
  }

  .featured-subtitle {
    margin-bottom: 0.5rem !important;
    font-size: 14px;
  }

  .featured-content .developer {
    font-size: 12.5px;
    margin-bottom: 10px;
  }

  .featured-content .developer2 {
    display: none;
  }

  .featured-content #featured_datails {
    display: none;
  }

  .featured-content .view-demo2 {
    display: none;
  }

  .featured-content #homepage_meta {
    margin-top: 16.5px;
  }

  .featured-content .app-license2 {
    background: #FFD43B;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 400;
    height: 20px;
    align-content: center;
    text-align: center;
    margin-top: 1px;
  }

  .featured-options .app-price {
    font-size: 15px;
    margin-top: -13px;
  }

  .featured-options #home_rating {
    font-size: 14px;
    margin: 0;
  }

  .view-demo {
    text-decoration: none;
    font-size: 13.5px;
    display: flex;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    gap: 5px;
  }

  .view-demo i {
    border-radius: 3px;
    padding: 5.5px 7.5px;
    color: #892DE1;
    margin-top: 0;
    border: 1px solid #892DE1;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 0;
    align-content: center;
  }

  .view-demo span {
    border-radius: 3px;
    padding: 4px 15px;
    color: #892DE1;
    margin-top: 0;
    border: 1px solid #892DE1;
    background: transparent;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 0;
    align-content: center;
  }

  #featured_add_wishlist {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 2px;
  }

  .featured-options .action-button i {
    font-size: 20px;
  }

  /* Features */
  .features-section {
    padding: 20px 10px;
    margin: 0 auto;
    width: 100%;
  }
  
  .features-container {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  /* Footer */
  #payment_getway_logo .payment_getway_logo-item {
    max-height: 43px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    min-width: 105px;
    object-fit: contain;
  }

  .footer {
    background: #f8f8f8;
    padding: 40px 5% 1% 4%;
    font-family: 'Roboto', sans-serif;
    color: #333;
    width: 100%;
  }

  .footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px 20%;
    margin-bottom: 20px;
  }

  .child_sidebar h1 {
    color: #892DE1;
    margin-bottom: 13px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }

  .child_sidebar p,
  .child_sidebar a {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 1.6;
    text-decoration: none;
  }

  .child_sidebar a:hover {
    color: #892DE1;
    text-decoration: none;
  }

  .social-links {
    list-style: none;
    padding: 0;
  }

  .social-links li {
    margin-bottom: 10px;
  }

  .social-links a {
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .social-links a:hover {
    color: #892DE1;
  }

  .social-links i {
    font-size: 18px;
  }

  .bi,
  .fa-solid.fa-headphones,
  .fa-solid.fa-blog {
    margin-right: 6px;
  }

  .copyright {
    text-align: center;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 30px !important;
  }

  /* Single Apps */
  .single-app-container {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    gap: 20px;
    padding: 10px;
  }

  .app-image {
    height: 110px;
    width: 110px;
    min-width: 110px;
  }

  #sidebar {
  margin-top: 0px;
  margin-right: 10px;
  right: 0;
  top: 135px;
  position: sticky;
  margin-bottom: 59px;
  margin-left: 10px;
}

#blog_single h1 {
  font-size: 24px !important;
}

#blog_single .post_datails p {
    display: block;
  }

  .ota-my-account-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 50px 22px;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 7px;
  background: #FDFEFE;
  margin-bottom: -25px;
}

#ota-account-nav {
  min-width: 100%;
  background: #FDFDFD;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.ota-tab-content .dashboard-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: white;
  width: 800px;
  max-width: 100%;
  border-radius: 10px;
  background: linear-gradient(86deg, #773C96 0.22%, #F5992C 99.78%);
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #fff !important;
}

.dashboard-header .greeting-text h2 {
  font-size: 20px;
}

.download-item-action a {
  display: inline-block;
  background: #892DE1;
  color: #fff;
  padding: 6px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 500;
  transition: background 0.3s ease;
}

.download-item-action a.remove-download-item {
  background: #e74c3c;
  cursor: pointer;
  margin-right: -10px;
}

#ota-account-content {
  flex-grow: 1;
  background: #FDFDFD;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  min-width: 100%;
  max-height: 431px;
  overflow-y: auto;
  scrollbar-width: none;
}

.download-item-title {
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: .00625em;
  line-height: 1rem !important;
  margin: 2px 0;
}

.download-item-category {
  font-size: 13px !important;
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

#edit-profile .illustration {
  display: none;
}

#e-p-2 {
  max-width: 100% !important;
  min-width: 100% !important;
}

.cp-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 70%;
  width: 123% !important;
  height: 4px;
  background: #e0e0e0;
}

#change-password form {
  width: 100% !important;
  margin: auto;
  text-align: center;
}

#cp_step2_3 .otp-input {
  height: 63px !important;
  width: 63px !important;
}

.first_container {
  display: block;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
}

.first_container .form-box {
    padding-right: 0;
    max-width: 436px;
    margin: 0 auto;
  }

.first_container .illustration {
  flex: 1;
  text-align: center;
  margin-right: -90px;
  margin-left: 100px;
  display: none;
}

  .report_container {
  display: block;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
}

.report_container .illustration {
  text-align: center;
  margin: 0;
}

  .app-info h1 {
    font-size: 32px;
    margin-bottom: 0px;
  }

  .single_app-category {
  font-size: 18px;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  color: #3b3b3b;
  margin-top: 2px;
}

.single_app-category p {
  margin: 0;
}

  .app-subtitle {
    font-size: .875rem;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
  }

  .app-category {
    margin-top: -4px;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
    color: #5b5454;
  }

  .app-info .rating-summary {
    gap: 5px !important;
    margin: 0 !important;
  }

  #single_star-r {
    font-size: 16px !important;
  }

  #single_text-r, #single_text-r2 {
    font-size: 20px !important;
  }

  #single_total-r {
    font-size: 13px !important;
  }

  #app_meta {
    display: flex;
    margin-left: 0;
    margin-top: 1px;
  }

  #s1 {
  display: none;
}

#openShareModalBtn i {
  margin-right: 12px;
  margin-left: 10px;
}

.action-button.wishlist.add-to-wishlist i {
  margin-right: 11px;
  margin-left: 10px;
}

#app_meta button {
  font-size: 15px !important;
}


  #app_meta .app-developer {
    font-weight: 400;
    margin-right: 10px;
    background-color: rgba(0, 137, 123, 0.08);
    align-content: center;
    padding: 0 7px;
    border-radius: 5px;
    color: #00897b;
    font-size: 15px;
  }

  #app_meta .my-share-button,
  #app_meta .action-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(0, 137, 123, 0.08);
    border: none;
    color: #00897b;
    font-size: 12px !important;
    font-weight: 400;
    cursor: pointer;
    padding: 2px 7px !important;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
  }

  #app_meta .app-license1 {
    background: #FFD43B;
    padding: 0 12px !important;
    margin-left: 10px;
    border-radius: 4px;
    font-size: 15px !important;
    font-weight: 400;
    height: 27px !important;
    align-content: center;
    text-align: center;
    margin-top: 1px;
  }

  .app-tabs {
    margin-top: 0 !important;
  }

  .app-tabs .rating-container {
    padding: 0 !important;
  }

  #openReviewFromBtn, #openReviewFromBtn-not_login {
    margin-left: 0;
    position: absolute;
    right: 43px;
    padding: 7px 10px;
    margin-top: -3px;
  }

  #rbar1 {
    width: fit-content !important;
    margin-right: 5px;
  }

  #review_submit2, #review_submit {
    margin-left: 73% !important;
  }

  #reladed_apps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 751px) and (max-width: 767px) {

  .feature-card {
    flex: 0 0 90%;
  }


    .nav-arrow.prev {
  display: none;
}

.nav-arrow.next {
  display: none;
}

  .feature-scroll-wrapper {
    scroll-snap-type: inherit;
  }

  .sidebar.pc {
    display: none;
  }

  .sidebar.phone {
    display: block;
  }

  .go-download {
    display: block;
  }

.pricing-title {
  font-size: 21px !important;
}
  .post_datails h1, .post_datails h2, .post_datails h3 {
  font-size: 24px !important;
}

  .post_datails {
  font-size: 16px !important;
}

  .login-btn, .login-btn:hover {
  border-width: 2px !important;
}

  .currency-display-container {
  border-width: 2px !important;
}

  .lang-display-container {
  border-width: 2px;
}

  nav ul li a {
  border-width: 2px !important;
}

   #content_row {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 20px;
  width: fit-content !important;
  margin: 0 auto;
}

.col.my-col {
  max-width: 100% !important;
}

#app {
  width: fit-content;
}

  #homepage_meta {
  margin-top: 4px !important;
}

  .app-category {
  margin-top: 3px !important;
}

  .lang-display-container {
    margin: 0;
  }

  #signin_form {
    width: 100%;
    top: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    background: #FDFDFD;
    z-index: 20;
    overflow-x: hidden;
    --primary: #04aa6d;
    --primary-dark: #059862;
    padding: 16px 24px;
    margin: 0 auto;
    transition: transform 0.3s;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 8px;
    border: 0;
    max-height: calc(100vh - 130px);
    box-shadow: 1px 1px 5px #0000002c;
  }

  /* =============================== */

  #blog_single {
    margin: 0 5%;
  }

  #single_posts {
    padding: 35px;
  }

  #single_blog {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 27px;
    box-shadow: 0 0 3px #0000002c;
    border-radius: 5px;
  }
  
  #single_blog .post_thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .page_datails {
    width: 100%;
    padding: 10px 30px;
  }

  .page_datails h1, .page_datails h2, .page_datails h3 {
    font-size: 18px;
  }

  .blog_site {
    max-width: 1160px;
    margin: 20px auto;
    background: #FDFDFD;
    padding: 15px;
    border-radius: 7px;
    display: block;
    gap: 20px;
    box-shadow: 0 0 5px #e1e1e1;
  }

  .post_datails a h1 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #000;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .post_thumb .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: auto;
    width: 100%;
    border-radius: 5.5px;
  }

  .page_datails p {
    margin-top: 6px;
    font-size: 15px;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
    margin-bottom: 8px;
  }
  
  #body_site {
    padding: 35px;
  }

  #about_app_full_text {
    margin-top: 30px !important;
  }

  #all_review_content {
    background-color: #fefefe;
    width: 100%;
    max-width: 450px;
    height: 70vh;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
    scrollbar-width: none;
    -ms-overflow-style: none;
    animation: slide-up 0.3s ease-out;
    margin: auto;
  }

  .all_review_dailog_image {
    height: 55px;
    width: 55px;
    min-width: 55px;
  }

  #exerpt2 {
    display: block;
    margin: 8px 0;
  }

  .post_datails p {
    display: none;
  }
  
  .header-left a {
    margin: 0 auto !important;
  }
  
  nav ul li a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 13px;
    transition: 0.2s;
    color: #262626;
    border: 1px solid #dbdbdb;
    margin-top: -1px;
  }

  .currency-display-container {
    font-size: 12px;
    padding: 4.5px 6px;
  }

  .currency-flag {
    width: 27px;
  }

  .login-btn {
    font-size: 12px;
    margin: 0;
  }

  .header-center, .header-right {
    display: none;
  }

  .w_c {
    display: none;
  }

  .header {
    height: fit-content;
  }

  #header2 {
    display: none;
  }

  .lang-display-container {
  font-size: 10.5px;
  margin-top: 20px !important;
  margin-bottom: -7px !important;
}

  #header3 {
    background: #f3f2f2;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 35px;
  }

  .row.singel_row {
  padding: 0 14px;
}

  .currency a {
    text-decoration: none;
    color: #262626;
    border: 1px solid #262626;
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 10px;
    transition: 0.2s;
  }

  #open-menu-btn {
    background: transparent;
    border: 0;
    font-size: 1.3rem;
  }

  /* Content Section */
  .benner h1 {
    margin-top: 20px;
    font-size: 40px;
  }

  .benner p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #262626;
  }

  /* ------------ */
  .search-form {
    max-width: 450px;
    margin: 15px auto !important;
  }

  .search-input {
    font-size: 16px;
    height: 43px;
  }

  .search-button {
    padding: 0 40px;
  }

  .search-button i {
    font-size: 17px;
  }

  /* Content */
  #sub_category {
    display: none;
  }

  #sub_category3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    padding: 0 21px;
    width: 100%;
    gap: 10px;
    padding-bottom: 25px;
  }

  #sub_category3 #sub_category_item {
    background: #f0f0f0;
    padding: 7px 20px;
    border-radius: 7px;
    text-align: center;
    font-size: 11px;
  }

  #sub_category3 #sub_category_item i {
    margin: 0;
  }

  #sub_category3 #sub_category_item p {
    margin: 0;
  }

  /* Main Apps */
  #app_box {
  color: #000;
  text-decoration: none;
  padding: 0;
}

#app {
  margin: 20px 0;
  text-align: center;
  background: #fff;
  padding: 5px;
  border-radius: 7px;
  display: flex;
  color: #484848;
}

#app:hover {
  background: #F5F5F5;
}

#home_app_info {
  width: 100%;
  text-align: left;
  padding-left: 15px;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  border-radius: 12px;
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
  height: 68px;
  width: 68px;
}

#apps_title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .00625em;
  line-height: 1rem;
  margin: 2px 0;
  color: #000;
}

.app-category {
  font-size: .875rem !important;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  color: #5b5454;
}

.app-category p {
  margin: 0;
}

.app-license2 {
  font-size: 13px;
  font-weight: 400;
  align-content: center;
  text-align: center;
  padding: 3px 0px;
  width: fit-content;
}

#homepage_meta {
  margin-top: -1px;
  display: flex;
  gap: 20px;
}

#home_rating {
  color: #5b5454;
  margin: 0;
  font-size: 13px;
}

.app-license3 {
  font-size: 13px;
  color: #5b5454;
}

#contact-me {
  margin-top: 23px;
}

.app-image img {
  width: 100%;
  height: 100%;
  border-radius: 19px;
  box-shadow: 0 2px 8px #ccc;
}

  /* Featured */
  .featured-logo {
    margin-right: 10px;
    min-width: 110px;
    max-width: 110px;
    min-height: 110px;
    max-height: 110px;
  }

  .featured-content {
    padding: 0;
    width: 400px;
  }

  .featured-content h1 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #484848;
    margin: 0;
  }

  .featured-subtitle {
    margin-bottom: 0.5rem !important;
    font-size: 14px;
  }

  .featured-content .developer {
    font-size: 12.5px;
    margin-bottom: 10px;
  }

  .featured-content .developer2 {
    display: none;
  }

  .featured-content #featured_datails {
    display: none;
  }

  .featured-content .view-demo2 {
    display: none;
  }

  .featured-content #homepage_meta {
    margin-top: 16.5px;
  }

  .featured-content .app-license2 {
    background: #FFD43B;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 400;
    height: 20px;
    align-content: center;
    text-align: center;
    margin-top: 1px;
  }

  .featured-options .app-price {
    font-size: 15px;
    margin-top: -13px;
  }

  .featured-options #home_rating {
    font-size: 14px;
    margin: 0;
  }

  .view-demo {
    text-decoration: none;
    font-size: 13.5px;
    display: flex;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    gap: 5px;
  }

  .view-demo i {
    border-radius: 3px;
    padding: 5.5px 7.5px;
    color: #892DE1;
    margin-top: 0;
    border: 1px solid #892DE1;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 0;
    align-content: center;
  }

  .view-demo span {
    border-radius: 3px;
    padding: 4px 15px;
    color: #892DE1;
    margin-top: 0;
    border: 1px solid #892DE1;
    background: transparent;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 0;
    align-content: center;
  }

  #featured_add_wishlist {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 2px;
  }

  .featured-options .action-button i {
    font-size: 20px;
  }

  /* Features */
  .features-section {
    padding: 20px 10px;
    margin: 0 auto;
    width: 100%;
  }
  
  .features-container {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  /* Footer */
  #payment_getway_logo .payment_getway_logo-item {
    max-height: 43px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    min-width: 105px;
    object-fit: contain;
  }

  .footer {
    background: #f8f8f8;
    padding: 40px 5% 1% 4%;
    font-family: 'Roboto', sans-serif;
    color: #333;
    width: 100%;
  }

  .footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px 20%;
    margin-bottom: 20px;
  }

  .child_sidebar h1 {
    color: #892DE1;
    margin-bottom: 13px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }

  .child_sidebar p,
  .child_sidebar a {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 1.6;
    text-decoration: none;
  }

  .child_sidebar a:hover {
    color: #892DE1;
    text-decoration: none;
  }

  .social-links {
    list-style: none;
    padding: 0;
  }

  .social-links li {
    margin-bottom: 10px;
  }

  .social-links a {
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .social-links a:hover {
    color: #892DE1;
  }

  .social-links i {
    font-size: 18px;
  }

  .bi,
  .fa-solid.fa-headphones,
  .fa-solid.fa-blog {
    margin-right: 6px;
  }

  .copyright {
    text-align: center;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 30px !important;
  }

  /* Single Apps */
  .single-app-container {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    gap: 20px;
    padding: 10px;
  }

  .app-image {
    height: 110px;
    width: 110px;
    min-width: 110px;
  }

  #sidebar {
  margin-top: 0px;
  margin-right: 10px;
  right: 0;
  top: 135px;
  position: sticky;
  margin-bottom: 59px;
  margin-left: 10px;
}

#blog_single h1 {
  font-size: 24px !important;
}

#blog_single .post_datails p {
    display: block;
  }

  .ota-my-account-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 50px 35px;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 7px;
  background: #FDFEFE;
  margin-bottom: -25px;
}

#ota-account-nav {
  min-width: 100%;
  background: #FDFDFD;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.ota-tab-content .dashboard-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: white;
  width: 800px;
  max-width: 100%;
  border-radius: 10px;
  background: linear-gradient(86deg, #773C96 0.22%, #F5992C 99.78%);
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #fff !important;
}

.dashboard-header .greeting-text h2 {
  font-size: 20px;
}

.download-item-action a {
  display: inline-block;
  background: #892DE1;
  color: #fff;
  padding: 6px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 500;
  transition: background 0.3s ease;
}

.download-item-action a.remove-download-item {
  background: #e74c3c;
  cursor: pointer;
  margin-right: -10px;
}

#ota-account-content {
  flex-grow: 1;
  background: #FDFDFD;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  min-width: 100%;
  max-height: 431px;
  overflow-y: auto;
  scrollbar-width: none;
}

.download-item-title {
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: .00625em;
  line-height: 1rem !important;
  margin: 2px 0;
}

.download-item-category {
  font-size: 13px !important;
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

#edit-profile .illustration {
  display: none;
}

#e-p-2 {
  max-width: 100% !important;
  min-width: 100% !important;
}

.cp-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 70%;
  width: 160% !important;
  height: 4px;
  background: #e0e0e0;
}

#change-password form {
  width: 100% !important;
  margin: auto;
  text-align: center;
}

#cp_step2_3 .otp-input {
  height: 63px !important;
  width: 63px !important;
}

.first_container {
  display: flex;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  flex-direction: inherit;
}

.first_container .illustration {
  flex: 1;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  justify-content: right;
}

  .report_container {
  display: block;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
}

.report_container .illustration {
  text-align: center;
  margin: 0;
}

  .app-info h1 {
    font-size: 32px;
    margin-bottom: 0px;
  }

  .single_app-category {
  font-size: 18px;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  color: #3b3b3b;
  margin-top: 2px;
}

.single_app-category p {
  margin: 0;
}

  .app-subtitle {
    font-size: .875rem;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
  }

  .app-category {
    margin-top: -4px;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
    color: #5b5454;
  }

  .app-info .rating-summary {
    gap: 5px !important;
    margin: 0 !important;
  }

  #single_star-r {
    font-size: 16px !important;
  }

  #single_text-r, #single_text-r2 {
    font-size: 12px !important;
  }

  #single_total-r {
    font-size: 13px !important;
  }

  #app_meta {
    display: flex;
    margin-left: 0;
    margin-top: 1px;
  }

  #s1 {
  display: none;
}

#openShareModalBtn i {
  margin-right: 12px;
  margin-left: 10px;
}

.action-button.wishlist.add-to-wishlist i {
  margin-right: 11px;
  margin-left: 10px;
}

#app_meta button {
  font-size: 15px !important;
}


#app_meta button {
  font-size: 15px !important;
}

  #app_meta .app-developer {
    font-weight: 400;
    margin-right: 10px;
    background-color: rgba(0, 137, 123, 0.08);
    align-content: center;
    padding: 0 7px;
    border-radius: 5px;
    color: #00897b;
    font-size: 15px;
  }

  #app_meta .my-share-button,
  #app_meta .action-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(0, 137, 123, 0.08);
    border: none;
    color: #00897b;
    font-size: 12px !important;
    font-weight: 400;
    cursor: pointer;
    padding: 2px 7px !important;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
  }

  #app_meta .app-license1 {
    background: #FFD43B;
    padding: 0 12px !important;
    margin-left: 10px;
    border-radius: 4px;
    font-size: 15px !important;
    font-weight: 400;
    height: 27px !important;
    align-content: center;
    text-align: center;
    margin-top: 1px;
  }

  .app-tabs {
    margin-top: 0 !important;
  }

  .app-tabs .rating-container {
    padding: 0 !important;
  }

  #openReviewFromBtn, #openReviewFromBtn-not_login {
    margin-left: 0;
    position: absolute;
    right: 43px;
    padding: 7px 10px;
    margin-top: -3px;
  }

  #rbar1 {
    width: fit-content !important;
    margin-right: 5px;
  }

  #review_submit2, #review_submit {
    margin-left: 73% !important;
  }

  #reladed_apps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 986px) {


  .feature-scroll-wrapper {
    scroll-snap-type: x mandatory;
  }

  .sidebar.pc {
    display: block;
  }

  .sidebar.phone {
    display: none;
  }

  .go-download {
    display: none;
  }

  .pricing-title {
  font-size: 22px !important;
}

  .post_datails h1, .post_datails h2, .post_datails h3 {
  font-size: 24px !important;
}

  .post_datails {
  font-size: 16px !important;
}

  .login-btn, .login-btn:hover {
  border-width: 2px !important;
}


  .currency-display-container {
  border-width: 2px !important;
}

  .lang-display-container {
  border-width: 2px;
}

  nav ul li a {
  border-width: 2px !important;
}

   #content_row {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 20px;
  width: fit-content !important;
  margin: 0 auto;
}

.col.my-col {
  max-width: 100% !important;
}

#app {
  width: fit-content;
}

  #homepage_meta {
  margin-top: 4px !important;
}

  .app-category {
  margin-top: 3px !important;
}

  .lang-display-container {
    margin: 0;
  }

   .col-md-9 {
    flex: 0 0 auto;
    width: 67%;
  }

  #rating-review_title {
  font-size: 21px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

   .col-md-3 {
    flex: 0 0 auto;
    width: 33%;
  }

  #signin_form {
    width: 100%;
    top: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    background: #FDFDFD;
    z-index: 20;
    overflow-x: hidden;
    --primary: #04aa6d;
    --primary-dark: #059862;
    padding: 16px 24px;
    margin: 0 auto;
    transition: transform 0.3s;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 8px;
    border: 0;
    max-height: calc(100vh - 130px);
    box-shadow: 1px 1px 5px #0000002c;
  }

  /* =============================== */

  #blog_single {
    margin: 0 5%;
  }

  #single_posts {
    padding: 36px;
  }

  #single_blog {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 27px;
    box-shadow: 0 0 3px #0000002c;
    border-radius: 5px;
  }
  
  #single_blog .post_thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .page_datails {
    width: 100%;
    padding: 10px 30px;
  }

  .page_datails h1, .page_datails h2, .page_datails h3 {
    font-size: 18px;
  }

  .blog_site {
    max-width: 1160px;
    margin: 20px auto;
    background: #FDFDFD;
    padding: 15px;
    border-radius: 7px;
    display: flex;
    gap: 20px;
    box-shadow: 0 0 5px #e1e1e1;
  }

  .post_datails a h1 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #000;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .post_thumb .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 185px;
    width: auto;
    border-radius: 5.5px;
  }

  .page_datails p {
    margin-top: 6px;
    font-size: 15px;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
    margin-bottom: 8px;
  }
  
  #body_site {
    padding: 35px;
  }

  #about_app_full_text {
    margin-top: 30px !important;
  }

  #all_review_content {
    background-color: #fefefe;
    width: 100%;
    max-width: 450px;
    height: 70vh;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
    scrollbar-width: none;
    -ms-overflow-style: none;
    animation: slide-up 0.3s ease-out;
    margin: auto;
  }

  .all_review_dailog_image {
    height: 55px;
    width: 55px;
    min-width: 55px;
  }

  #exerpt2 {
    display: block;
    margin: 8px 0;
  }

  .post_datails p {
    display: none;
  }
  
  .header-left a {
    margin: 0 auto !important;
  }
  
  nav ul li a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 13px;
    transition: 0.2s;
    color: #262626;
    border: 1px solid #dbdbdb;
    margin-top: -1px;
  }

  .currency-display-container {
    font-size: 12px;
    padding: 4.5px 6px;
  }

  .currency-flag {
    width: 27px;
  }

  .login-btn {
    font-size: 12px;
    margin: 0;
  }

  .header-center, .header-right {
    display: none;
  }

  .w_c {
    display: none;
  }

  .header {
    height: fit-content;
  }

  #header2 {
    display: none;
  }

  .lang-display-container {
  font-size: 10.5px;
  margin-top: 20px !important;
  margin-bottom: -7px !important;
}

.row.singel_row {
  padding: 0 14px;
}

  #header3 {
    background: #f3f2f2;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 36px;
  }

  .currency a {
    text-decoration: none;
    color: #262626;
    border: 1px solid #262626;
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 10px;
    transition: 0.2s;
  }

  #open-menu-btn {
    background: transparent;
    border: 0;
    font-size: 1.3rem;
  }

  /* Content Section */
  .benner h1 {
    margin-top: 20px;
    font-size: 40px;
  }

  .benner p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #262626;
  }

  /* ------------ */
  .search-form {
    max-width: 550px;
    margin: 15px auto !important;
  }

  .search-input {
    font-size: 16px;
    height: 45px;
  }

  .search-button {
    padding: 0 40px;
  }

  .search-button i {
    font-size: 17px;
  }

  /* Content */
  #sub_category {
    display: none;
  }

  #sub_category3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    padding: 0 21px;
    width: 100%;
    gap: 10px;
    padding-bottom: 25px;
  }

  #sub_category3 #sub_category_item {
    background: #f0f0f0;
    padding: 7px 20px;
    border-radius: 7px;
    text-align: center;
    font-size: 11px;
  }

  #sub_category3 #sub_category_item i {
    margin: 0;
  }

  #sub_category3 #sub_category_item p {
    margin: 0;
  }

  /* Main Apps */
  #app_box {
  color: #000;
  text-decoration: none;
  padding: 0;
}

#app {
  margin: 20px 0;
  text-align: center;
  background: #fff;
  padding: 5px;
  border-radius: 7px;
  display: flex;
  color: #484848;
}

#app:hover {
  background: #F5F5F5;
}

#home_app_info {
  width: 100%;
  text-align: left;
  padding-left: 15px;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  border-radius: 12px;
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
  height: 68px;
  width: 68px;
}

#apps_title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .00625em;
  line-height: 1rem;
  margin: 2px 0;
  color: #000;
}

.app-category {
  font-size: .875rem !important;
  font-weight: 400;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  color: #5b5454;
}

.app-category p {
  margin: 0;
}

.app-license2 {
  font-size: 13px;
  font-weight: 400;
  align-content: center;
  text-align: center;
  padding: 3px 0px;
  width: fit-content;
}

#homepage_meta {
  margin-top: -1px;
  display: flex;
  gap: 20px;
}

#home_rating {
  color: #5b5454;
  margin: 0;
  font-size: 13px;
}

.app-license3 {
  font-size: 13px;
  color: #5b5454;
}

#contact-me {
  margin-top: 23px;
}

.app-image img {
  width: 100%;
  height: 100%;
  border-radius: 19px;
  box-shadow: 0 2px 8px #ccc;
}

  /* Featured */
  .featured-logo {
    margin-right: 10px;
    min-width: 110px;
    max-width: 110px;
    min-height: 110px;
    max-height: 110px;
  }

  .featured-content {
    padding: 0;
    width: 400px;
  }

  .featured-content h1 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #484848;
    margin: 0;
  }

  .featured-subtitle {
    margin-bottom: 0.5rem !important;
    font-size: 14px;
  }

  .featured-content .developer {
    font-size: 12.5px;
    margin-bottom: 10px;
  }

  .featured-content .developer2 {
    display: none;
  }

  .featured-content #featured_datails {
    display: none;
  }

  .featured-content .view-demo2 {
    display: none;
  }

  .featured-content #homepage_meta {
    margin-top: 16.5px;
  }

  .featured-content .app-license2 {
    background: #FFD43B;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 400;
    height: 20px;
    align-content: center;
    text-align: center;
    margin-top: 1px;
  }

  .featured-options .app-price {
    font-size: 15px;
    margin-top: -13px;
  }

  .featured-options #home_rating {
    font-size: 14px;
    margin: 0;
  }

  .view-demo {
    text-decoration: none;
    font-size: 13.5px;
    display: flex;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    gap: 5px;
  }

  .view-demo i {
    border-radius: 3px;
    padding: 5.5px 7.5px;
    color: #892DE1;
    margin-top: 0;
    border: 1px solid #892DE1;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 0;
    align-content: center;
  }

  .view-demo span {
    border-radius: 3px;
    padding: 4px 15px;
    color: #892DE1;
    margin-top: 0;
    border: 1px solid #892DE1;
    background: transparent;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 0;
    align-content: center;
  }

  #featured_add_wishlist {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 2px;
  }

  .featured-options .action-button i {
    font-size: 20px;
  }

  /* Features */
  .features-section {
    padding: 20px 10px;
    margin: 0 auto;
    width: 100%;
  }
  
  .features-container {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  /* Footer */
  #payment_getway_logo .payment_getway_logo-item {
    max-height: 43px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    min-width: 105px;
    object-fit: contain;
  }

  .footer {
    background: #f8f8f8;
    padding: 40px 5% 1% 4%;
    font-family: 'Roboto', sans-serif;
    color: #333;
    width: 100%;
  }

  .footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    gap: 30px 20%;
    margin-bottom: 20px;
  }

  .child_sidebar h1 {
    color: #892DE1;
    margin-bottom: 13px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }

  .child_sidebar p,
  .child_sidebar a {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 1.6;
    text-decoration: none;
  }

  .child_sidebar a:hover {
    color: #892DE1;
    text-decoration: none;
  }

  .social-links {
    list-style: none;
    padding: 0;
  }

  .social-links li {
    margin-bottom: 10px;
  }

  .social-links a {
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .social-links a:hover {
    color: #892DE1;
  }

  .social-links i {
    font-size: 18px;
  }

  .bi,
  .fa-solid.fa-headphones,
  .fa-solid.fa-blog {
    margin-right: 6px;
  }

  .copyright {
    text-align: center;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 30px !important;
  }

  /* Single Apps */
  .single-app-container {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    gap: 20px;
    padding: 10px;
  }

  .app-image {
    height: 110px;
    width: 110px;
    min-width: 110px;
  }

  #sidebar {
  margin-top: 0px;
  margin-right: 10px;
  right: 0;
  top: 160px;
  position: sticky;
  margin-bottom: 59px;
  margin-left: 10px;
}

#blog_single h1 {
  font-size: 24px !important;
}

#blog_single .post_datails p {
    display: block;
  }

  .ota-my-account-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 50px 35px;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 7px;
  background: #FDFEFE;
  margin-bottom: -25px;
}

#ota-account-nav {
  min-width: 100%;
  background: #FDFDFD;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.ota-tab-content .dashboard-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: white;
  width: 800px;
  max-width: 100%;
  border-radius: 10px;
  background: linear-gradient(86deg, #773C96 0.22%, #F5992C 99.78%);
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #fff !important;
}

.dashboard-header .greeting-text h2 {
  font-size: 20px;
}

.download-item-action a {
  display: inline-block;
  background: #892DE1;
  color: #fff;
  padding: 6px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 500;
  transition: background 0.3s ease;
}

.download-item-action a.remove-download-item {
  background: #e74c3c;
  cursor: pointer;
  margin-right: -10px;
}

#ota-account-content {
  flex-grow: 1;
  background: #FDFDFD;
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  min-width: 100%;
  max-height: 431px;
  overflow-y: auto;
  scrollbar-width: none;
}

.download-item-title {
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: .00625em;
  line-height: 1rem !important;
  margin: 2px 0;
}

.download-item-category {
  font-size: 13px !important;
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

#edit-profile .illustration {
  display: none;
}

#e-p-2 {
  max-width: 100% !important;
  min-width: 100% !important;
}

.cp-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 70%;
  width: 160% !important;
  height: 4px;
  background: #e0e0e0;
}

#change-password form {
  width: 100% !important;
  margin: auto;
  text-align: center;
}

#cp_step2_3 .otp-input {
  height: 63px !important;
  width: 63px !important;
}

.first_container {
  display: flex;
  width: 100%;
  padding: 150px 40px;
  margin: 0 auto;
  flex-direction: inherit;
}

.first_container .illustration {
  flex: 1;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  justify-content: right;
}

  .report_container {
  display: block;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
}

.report_container .illustration {
  text-align: center;
  margin: 0;
}

  .app-info h1 {
    font-size: 32px;
    margin-bottom: 0px;
  }

  .single_app-category {
  font-size: 18px;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  color: #3b3b3b;
  margin-top: 2px;
}

.single_app-category p {
  margin: 0;
}

  .app-subtitle {
    font-size: .875rem;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
  }

  .app-category {
    margin-top: -4px;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
    color: #5b5454;
  }

  .app-info .rating-summary {
    gap: 5px !important;
    margin: 0 !important;
  }

  #single_star-r {
    font-size: 16px !important;
  }

  #single_text-r, #single_text-r2 {
    font-size: 16px !important;
  }

  #single_total-r {
    font-size: 13px !important;
  }

  #app_meta {
    display: flex;
    margin-left: 0;
    margin-top: 1px;
  }

  #s1 {
  display: none;
}

#openShareModalBtn i {
  margin-right: 12px;
  margin-left: 10px;
}

.action-button.wishlist.add-to-wishlist i {
  margin-right: 11px;
  margin-left: 10px;
}


#app_meta button {
  font-size: 15px !important;
}

#app_meta button {
  font-size: 15px !important;
}

  #app_meta .app-developer {
    font-weight: 400;
    margin-right: 10px;
    background-color: rgba(0, 137, 123, 0.08);
    align-content: center;
    padding: 0 7px;
    border-radius: 5px;
    color: #00897b;
    font-size: 15px;
  }

  #app_meta .my-share-button,
  #app_meta .action-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(0, 137, 123, 0.08);
    border: none;
    color: #00897b;
    font-size: 12px !important;
    font-weight: 400;
    cursor: pointer;
    padding: 2px 7px !important;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
  }

  #app_meta .app-license1 {
    background: #FFD43B;
    padding: 0 12px !important;
    margin-left: 10px;
    border-radius: 4px;
    font-size: 15px !important;
    font-weight: 400;
    height: 27px !important;
    align-content: center;
    text-align: center;
    margin-top: 1px;
  }

  .app-tabs {
    margin-top: 0 !important;
  }

  .app-tabs .rating-container {
    padding: 0 !important;
  }

  #openReviewFromBtn, #openReviewFromBtn-not_login {
    margin-left: 0;
    position: absolute;
    right: 0;
    padding: 7px 10px;
    margin-top: -3px;
  }

  #rbar1 {
    width: fit-content !important;
    margin-right: 5px;
  }

  #review_submit2, #review_submit {
    margin-left: 73% !important;
  }

  #reladed_apps {
    display: block;
  }

  .pricing-wrapper.single {
  flex-wrap: wrap !important;
}
}

@media (min-width: 987px) and (max-width: 1199px) {

  .feature-scroll-wrapper {
    scroll-snap-type: x mandatory;
  }


  .sidebar.pc {
    display: block;
  }

  .sidebar.phone {
    display: none;
  }

  .go-download {
    display: none;
  }

  .pricing-title {
  font-size: 24px !important;
}

  .post_datails h1, .post_datails h2, .post_datails h3 {
  font-size: 24px !important;
}

  .post_datails {
  font-size: 16px !important;
}

  .login-btn, .login-btn:hover {
  border-width: 2px !important;
}


  .currency-display-container {
  border-width: 2px !important;
}

  .lang-display-container {
  border-width: 2px;
}

  nav ul li a {
  border-width: 2px !important;
}

   #content_row {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 20px;
  width: fit-content !important;
  margin: 0 auto;
}

.col.my-col {
  max-width: 100% !important;
}

#app {
  width: fit-content;
}

  #homepage_meta {
  margin-top: 4px !important;
}

  .app-category {
  margin-top: 3px !important;
}



  #rating-review_title {
  font-size: 21px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

  .lang-display-container {
    margin: 0;
  }

  #signin_form {
    width: 100%;
    top: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    background: #FDFDFD;
    z-index: 20;
    overflow-x: hidden;
    --primary: #04aa6d;
    --primary-dark: #059862;
    padding: 16px 24px;
    margin: 0 auto;
    transition: transform 0.3s;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 8px;
    border: 0;
    max-height: calc(100vh - 130px);
    box-shadow: 1px 1px 5px #0000002c;
  }

  /* =============================== */

  #blog_single {
    margin: 0 10%;
  }

  #single_posts {
    padding: 46px;
  }

  #single_blog {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-top: 27px;
    box-shadow: 0 0 3px #0000002c;
    border-radius: 5px;
  }
  
  #single_blog .post_thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .page_datails {
    width: 100%;
    padding: 10px 30px;
  }

  .page_datails h1, .page_datails h2, .page_datails h3 {
    font-size: 18px;
  }

  .blog_site {
    max-width: 1160px;
    margin: 20px auto;
    background: #FDFDFD;
    padding: 15px;
    border-radius: 7px;
    display: flex;
    gap: 20px;
    box-shadow: 0 0 5px #e1e1e1;
  }

  .post_datails a h1 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #000;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .post_thumb .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 100%;
    width: 350px;
    border-radius: 5.5px;
  }

  .page_datails p {
    margin-top: 6px;
    font-size: 15px;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
    margin-bottom: 8px;
  }

  .pricing-wrapper.single {
  flex-wrap: wrap !important;
}
  
  #body_site {
    padding: 46px;
  }

  #about_app_full_text {
    margin-top: 30px !important;
  }

  #all_review_content {
    background-color: #fefefe;
    width: 100%;
    max-width: 450px;
    height: 70vh;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
    scrollbar-width: none;
    -ms-overflow-style: none;
    animation: slide-up 0.3s ease-out;
    margin: auto;
  }

  .all_review_dailog_image {
    height: 55px;
    width: 55px;
    min-width: 55px;
  }

  #exerpt2 {
    display: none;
    margin: 8px 0;
  }

  .post_datails p {
    display: block;
  }
  
  .header-left a {
    margin: 0 auto !important;
  }
  
  nav ul li a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 13px;
    transition: 0.2s;
    color: #262626;
    border: 1px solid #dbdbdb;
    margin-top: -1px;
  }

  .currency-display-container {
    font-size: 12px;
    padding: 4.5px 6px;
  }

  .currency-flag {
    width: 27px;
  }

  .login-btn {
    font-size: 12px;
    margin: 0;
  }

  .header-center, .header-right {
    display: none;
  }

  .w_c {
    display: none;
  }

  .header {
    height: fit-content;
  }

  #header2 {
    display: none;
  }

  .lang-display-container {
  font-size: 10.5px;
  margin-top: 20px !important;
  margin-bottom: -7px !important;
}

.row.singel_row {
  padding: 0 25px;
}

  #header3 {
    background: #f3f2f2;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto !important;
    padding: 0 46px;
  }

  .currency a {
    text-decoration: none;
    color: #262626;
    border: 1px solid #262626;
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 10px;
    transition: 0.2s;
  }

  #open-menu-btn {
    background: transparent;
    border: 0;
    font-size: 1.3rem;
  }

  /* Content Section */
  .benner h1 {
    margin-top: 20px;
    font-size: 40px;
  }

  .benner p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #262626;
  }

  /* ------------ */
  .search-form {
    max-width: 550px;
  }

  .search-input {
    font-size: 16px;
    height: 45px;
  }

  .search-button {
    padding: 0 40px;
  }

  .search-button i {
    font-size: 17px;
  }

  /* Content */
  #sub_category {
    display: none;
  }

  #sub_category3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto;
    padding: 0 21px;
    width: 100%;
    gap: 10px;
    padding-bottom: 25px;
  }

  #sub_category3 #sub_category_item {
    background: #f0f0f0;
    padding: 7px 20px;
    border-radius: 7px;
    text-align: center;
    font-size: 11px;
  }

  #sub_category3 #sub_category_item i {
    margin: 0;
  }

  #sub_category3 #sub_category_item p {
    margin: 0;
  }

  /* Main Apps */
  #app_box {
  color: #000;
  text-decoration: none;
  padding: 0;
}

#app {
  margin: 20px 0;
  text-align: center;
  background: #fff;
  padding: 5px;
  border-radius: 7px;
  display: flex;
  color: #484848;
}

#app:hover {
  background: #F5F5F5;
}

#home_app_info {
  width: 100%;
  text-align: left;
  padding-left: 15px;
  align-content: center;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  border-radius: 12px;
  border-width: 0;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
  height: 68px;
  width: 68px;
}

  #apps_title {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .00625em;
    line-height: 1.1rem;
    margin: 2px 0;
    color: #000;
  }

  .app-category {
    margin-top: 0px;
    font-weight: 400;
    font-size: .875rem !important;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
    color: #5b5454;
  }

.app-category p {
  margin: 0;
}

.app-license2 {
  font-size: 13px;
  font-weight: 400;
  align-content: center;
  text-align: center;
  padding: 3px 0px;
  width: fit-content;
}

  #homepage_meta {
    margin-top: 1px;
    display: flex;
    gap: 20px;
  }

#home_rating {
  color: #5b5454;
  margin: 0;
  font-size: 13px;
}

.app-license3 {
  font-size: 13px;
  color: #5b5454;
}

#contact-me {
  margin-top: 23px;
}

.app-image img {
  width: 100%;
  height: 100%;
  border-radius: 19px;
  box-shadow: 0 2px 8px #ccc;
}

  /* Featured */
  .featured-logo {
    margin-right: 10px;
    min-width: 110px;
    max-width: 110px;
    min-height: 110px;
    max-height: 110px;
  }

  .featured-content {
    padding: 0;
    width: 400px;
  }

  .featured-content h1 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #484848;
    margin: 0;
  }

  .featured-subtitle {
    margin-bottom: 0.5rem !important;
    font-size: 14px;
  }

  .featured-content .developer {
    font-size: 12.5px;
    margin-bottom: 10px;
  }

  .featured-content .developer2 {
    display: none;
  }

  .featured-content #featured_datails {
    display: none;
  }

  .featured-content .view-demo2 {
    display: none;
  }

  .featured-content #homepage_meta {
    margin-top: 16.5px;
  }

  .featured-content .app-license2 {
    background: #FFD43B;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 400;
    height: 20px;
    align-content: center;
    text-align: center;
    margin-top: 1px;
  }

  .featured-options .app-price {
    font-size: 15px;
    margin-top: -13px;
  }

  .featured-options #home_rating {
    font-size: 14px;
    margin: 0;
  }

  .view-demo {
    text-decoration: none;
    font-size: 13.5px;
    display: flex;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    gap: 5px;
  }

  .view-demo i {
    border-radius: 3px;
    padding: 5.5px 7.5px;
    color: #892DE1;
    margin-top: 0;
    border: 1px solid #892DE1;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 0;
    align-content: center;
  }

  .view-demo span {
    border-radius: 3px;
    padding: 4px 15px;
    color: #892DE1;
    margin-top: 0;
    border: 1px solid #892DE1;
    background: transparent;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 0;
    align-content: center;
  }

  #featured_add_wishlist {
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 2px;
  }

  .featured-options .action-button i {
    font-size: 20px;
  }

  /* Features */
  .features-section {
    padding: 20px 10px;
    margin: 0 auto;
    width: 100%;
  }
  
  .features-container {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  /* Footer */
  #payment_getway_logo .payment_getway_logo-item {
    max-height: 43px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    min-width: 105px;
    object-fit: contain;
  }

  .footer {
    background: #f8f8f8;
    padding: 40px 5% 1% 4%;
    font-family: 'Roboto', sans-serif;
    color: #333;
    width: 100%;
  }

  .footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    gap: 30px 20%;
    margin-bottom: 20px;
  }

  .child_sidebar h1 {
    color: #892DE1;
    margin-bottom: 13px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }

  .child_sidebar p,
  .child_sidebar a {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 1.6;
    text-decoration: none;
  }

  .child_sidebar a:hover {
    color: #892DE1;
    text-decoration: none;
  }

  .social-links {
    list-style: none;
    padding: 0;
  }

  .social-links li {
    margin-bottom: 10px;
  }

  .social-links a {
    color: #333;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .social-links a:hover {
    color: #892DE1;
  }

  .social-links i {
    font-size: 18px;
  }

  .bi,
  .fa-solid.fa-headphones,
  .fa-solid.fa-blog {
    margin-right: 6px;
  }

  .copyright {
    text-align: center;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 30px !important;
  }

  /* Single Apps */
  .single-app-container {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    gap: 20px;
    padding: 10px;
  }

  .app-image {
    height: 110px;
    width: 110px;
    min-width: 110px;
  }

  #sidebar {
  margin-top: 0px;
  margin-right: 10px;
  right: 0;
  top: 160px;
  position: sticky;
  margin-bottom: 59px;
  margin-left: 10px;
}

#blog_single h1 {
  font-size: 24px !important;
}

#blog_single .post_datails p {
    display: block;
  }

  .ota-my-account-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding: 50px 22px;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 7px;
  background: #FDFEFE;
  margin-bottom: -25px;
}

.ota-tab-content .dashboard-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: white;
  width: 800px;
  max-width: 100%;
  border-radius: 10px;
  background: linear-gradient(86deg, #773C96 0.22%, #F5992C 99.78%);
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #fff !important;
}

.dashboard-header .greeting-text h2 {
  font-size: 20px;
}

.download-item-action a {
  display: inline-block;
  background: #892DE1;
  color: #fff;
  padding: 6px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 500;
  transition: background 0.3s ease;
}

.download-item-action a.remove-download-item {
  background: #e74c3c;
  cursor: pointer;
  margin-right: -10px;
}

.download-item-title {
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: .00625em;
  line-height: 1rem !important;
  margin: 2px 0;
}

.download-item-category {
  font-size: 13px !important;
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

#edit-profile .illustration {
  display: none;
}

#e-p-2 {
  max-width: 100% !important;
  min-width: 100% !important;
}

.cp-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 70%;
  width: 160% !important;
  height: 4px;
  background: #e0e0e0;
}

#change-password form {
  width: 100% !important;
  margin: auto;
  text-align: center;
}

#cp_step2_3 .otp-input {
  height: 63px !important;
  width: 63px !important;
}

.first_container {
  display: flex;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
}

.first_container .illustration {
  flex: 1;
  text-align: center;
  margin-right: -90px;
  margin-left: 100px;
  display: block;
}

  .report_container {
  display: block;
  width: 100%;
  padding: 40px;
  margin: 0 auto;
}

.report_container .illustration {
  text-align: center;
  margin: 0;
}

  .app-info h1 {
    font-size: 32px;
    margin-bottom: 0px;
  }

  .single_app-category {
  font-size: 18px;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  color: #3b3b3b;
  margin-top: 2px;
}

.single_app-category p {
  margin: 0;
}

  .app-subtitle {
    font-size: .875rem;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
  }

  .app-category {
    margin-top: 0px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
    color: #5b5454;
  }

  .app-info .rating-summary {
    gap: 5px !important;
    margin: 0 !important;
  }

  #single_star-r {
    font-size: 16px !important;
  }

  #single_text-r {
    font-size: 20px !important;
  }

  #single_text-r2 {
    font-size: 15px !important;
  }

  #single_total-r {
    font-size: 13px !important;
  }

   #app_meta div {
    font-size: 15px !important;
  }

   #app_meta button {
    font-size: 15px !important;
  }

  #app_meta {
    display: flex;
    margin-left: 0;
    margin-top: 1px;
  }

  #s1 {
  display: none;
}

#openShareModalBtn i {
  margin-right: 12px;
  margin-left: 10px;
}

.action-button.wishlist.add-to-wishlist i {
  margin-right: 11px;
  margin-left: 10px;
}

#app_meta button {
  font-size: 15px !important;
}

  #app_meta .app-developer {
    font-weight: 400;
    margin-right: 10px;
    background-color: rgba(0, 137, 123, 0.08);
    align-content: center;
    padding: 0 7px;
    border-radius: 5px;
    color: #00897b;
    font-size: 15px;
  }

  #app_meta .my-share-button,
  #app_meta .action-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(0, 137, 123, 0.08);
    border: none;
    color: #00897b;
    font-size: 12px !important;
    font-weight: 400;
    cursor: pointer;
    padding: 2px 7px !important;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
  }

  #app_meta .app-license1 {
    background: #FFD43B;
    padding: 0 12px !important;
    margin-left: 10px;
    border-radius: 4px;
    font-size: 15px !important;
    font-weight: 400;
    height: 27px !important;
    align-content: center;
    text-align: center;
    margin-top: 1px;
  }

  .app-tabs {
    margin-top: 0 !important;
  }

  .app-tabs .rating-container {
    padding: 0 !important;
  }

  #openReviewFromBtn, #openReviewFromBtn-not_login {
    margin-left: 0;
    position: absolute;
    right: 0;
    padding: 7px 10px;
    margin-top: -3px;
  }

  #rbar1 {
    width: fit-content !important;
    margin-right: 5px;
  }

  #review_submit2, #review_submit {
    margin-left: 73% !important;
  }

  #reladed_apps {
    display: block;
  }
  
     /* wrapper */
.ota-my-account-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: nowrap; /* ছোট স্ক্রিনে wrap করবে */
  padding: 30px;
  margin: 0 auto;
  margin-top: 28px;
  max-width: 1160px;
  border-radius: 7px;
}

#main_single-app {
  width: 70%;
}

#main_sidebar {
  width: 30%;
}

/* nav = 30% */
#ota-account-nav {
  flex: 0 0 100%;
  max-width: 28%;
  background: #FDFDFD;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  min-width: none;
}

/* content = 70% */
  #ota-account-content {
    flex: 0 0 70%;
    max-width: 70%;
    background: #FDFDFD;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 30px;
    height: auto;
    min-width: 0%;
    min-width: none;
    max-width: none;
    max-height: 432px;
  }
}

@media (min-width: 1200px) {


  .feature-scroll-wrapper {
    scroll-snap-type: x mandatory;
  }

  .sidebar.pc {
    display: block;
  }

  .sidebar.phone {
    display: none;
  }

  .go-download {
    display: none;
  }

  .currency-display-container {
  width: 105px;
  margin-right: 50px;
}

  .post_thumb .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: 100%;
  width: 350px;
  border-radius: 7px;
}

  #about_app_full_text {
    margin-top: 30px !important;
  }

  #exerpt2 {
  display: none;
}

  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }

  #content_row {
    padding: 0 10px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .view-demo2, .developer2 {
    display: none;
  }

  .featured-content h1 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #484848;
    margin-bottom: 0px;
  }

  .featured-subtitle {
    margin-bottom: 10px;
  }

  .featured-content .developer {
    font-size: 13px;
    margin-bottom: 13.5px;
    margin-top: 10px;
  }

  
  /* Header Wrapper */
.header {
  box-shadow: 1px 1px 3px #0000002c;
  align-items: center;
  background: #FDFDFD;
  position: sticky;
  top: 0;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
}

#header1 {
  max-width: 1200px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto !important;      /* horizontally center align */
  padding: 0 20px;
}

/* 3 Columns */
.header-left,
.header-center,
.header-right {
  flex: 1;
  display: flex;
  align-items: center;
}


/* Center content horizontally */
.header-center {
  justify-content: center;
}

.header-right {
  justify-content: flex-end;
}

/* Title */
header h1 {
  font-size: 23px;
  color: #262626;
  display: flex;
}

#logo {
  height: 40px;
  width: auto;
  padding: 0;
}

/* Navigation */
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

nav ul li {
  display: inline;
}

/* Currency link */

/* Wishlist / Cart Section */
.w_c {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: space-between;
}

/* Icon wrapper */
.icon-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.bi.bi-heart,
.bi.bi-cart {
  font-size: 18px;
  color: #262626;
}

/* Badges */
.wishlist-count,
#cart-count {
  position: absolute;
  top: -5px;
  right: -9px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #892DE1;
  color: #ffffff;
  text-align: center;
  font-size: 9px;
  line-height: 15px;
  font-weight: 400;
}

/* Login Button */
.login-btn {
  display: inline-block;
  padding: 5px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #262626;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 42px;
}

.login-btn:hover {
  background-color: #15955E;
  color: #ffffff;
  border: 1px solid #15955E;
}


#header3 {
  display: none;
}

/* ======================= */


.benner {
    padding: 10px;
    text-align: center;
}

.benner h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: #262626;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 20px;
}

.benner p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #262626;
}

/* Search */

.search-form {
  display: flex;
  max-width: 500px;
  margin: 0 auto !important;
  border-radius: 200px;
  overflow: hidden;
  background: #f1f1f1;
  margin-top: 10px;
}

.search-input {
  flex: 1;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  outline: none;
  background: transparent;
  color: #333;
}

.search-button {
  background: #892DE1;
  color: white;
  border: none;
  padding: 0 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  border-radius: 200px;
}

.search-button:hover {
  background: #6e24b4;
}

.search-button i {
    font-size: 18px;
}

/* Category */

#sub_category3 {
  display: none;
}

#sub_category {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 0 20px;
  width: fit-content;
  margin: 40px auto;
  margin-top: 50px;
}

.row.singel_row {
  max-width: 1200px !important;
  width: 100%;
  margin: 0 auto;
}

/* ------------------- */

.footer {
  background: #f8f8f8;
  font-family: 'Roboto', sans-serif;
  color: #333;
  width: 100%;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto !important;
  width: 100%;
  padding: 0 20px;
}

.child_sidebar h1 {
  color: #892DE1;
  margin-bottom: 13px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.child_sidebar p,
.child_sidebar a {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  text-decoration: none;
}

.child_sidebar a:hover {
  color: #892DE1;
  text-decoration: none;
}

.social-links {
  list-style: none;
  padding: 0;
}

.social-links li {
  margin-bottom: 10px;
}

.social-links a {
  color: #333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.social-links a:hover {
  color: #892DE1;
}

.social-links i {
  font-size: 18px;
}

.bi {
  margin-right: 6px;
}

.fa-solid.fa-headphones {
  margin-right: 6px;
}

.fa-solid.fa-blog {
  margin-right: 6px;
}

#next1 {
  margin-left: 8%;
}

.copyright {
  text-align: center;
  font-size: 15px;
  color: #666;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 0;
  margin: 0 auto !important;
  max-width: 1160px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px !important;
}

#header2 {
  display: none;
}

.mobile-menu-container {
  display: none;
}

.page_datails h1, h2, h3 {
  font-size: 22px;
}

.page_datails p {
  margin-top: 6px;
  font-size: 16px;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  overflow-wrap: anywhere;
  margin-bottom: 8px;
}

.post_datails p {
  margin-top: 6px;
  font-size: 16px;
  letter-spacing: .0142857143em;
  line-height: 1.25rem;
  overflow-wrap: anywhere;
  margin-bottom: 8px;
}

#body_site {
  max-width: 1130px;
  margin: 0 auto;
}

.footer-columns {
  padding: 0 34px !important;
}

nav ul li a {
  margin-left: -100%;
}

#lang-display-container_div {
  margin-right: 23%;
}

.currency-display-container {
  margin-left: -15%;
}

}