/* ============================================================
   3. STANDARD DESKTOPS  1200px – 1399px
   ============================================================ */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-img img {
    height: 820px;
  }
  .blog {
    background: linear-gradient(333deg, #161f26 2%, #33404b 16%) !important;
  }
  .about .shape {
    right: -160px;
    top: 270px;
    width: 400px;
  }
  .blog-main {
    height: 450px;
  }
  p {
    font-size: 19px;
  }
}

/* ============================================================
   4. SMALL DESKTOPS / LARGE TABLETS  992px – 1199px
   ============================================================ */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wb-info-list {
    grid-template-columns: repeat(3, 1fr);
  }
  p {
    font-size: 18px;
  }
  .header_menu ul {
    gap: 30px;
  }
  .creating_slider {
    height: 650px;
  }
  .banner {
    height: 950px;
  }
  .banner-img img {
    height: 680px;
  }
  .about .shape {
    width: 350px;
  }
  .trusted-image {
    grid-template-columns: repeat(8, 1fr);
    gap: 34px;
    bottom: 70px;
  }
  .svc-visual {
    height: 480px;
  }
  .counter-box {
    width: 260px;
    height: 260px;
  }
  .process-card {
    gap: 30px;
    padding: 25px;
  }
  .svc-stage .shape {
    left: -90px;
    width: 240px;
  }
  .testi-img,
  .testi-content {
    height: 450px;
    border-radius: 25px;
  }
  .blog-main {
    height: 400px;
    border-radius: 25px;
  }
  .blog {
    background: linear-gradient(333deg, #161f27 0%, #33404b 13%) !important;
  }
  .footer .shape {
    right: -160px;
    width: 280px;
  }
  .info-item ul li a {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .footer-bottom span {
    font-size: 14px;
  }
  .footer-bottom {
    padding: 40px 0px 30px;
  }
  .inner-banner.banner {
    height: 550px !important;
  }
  .accordion-button {
    padding-left: 100px !important;
    font-size: 28px !important;
  }
  .process-step-num {
    font-size: 50px;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
  }
  .aw-filter-btn {
    font-size: 18px;
    padding: 6px 20px;
  }
  .aw-filters {
    gap: 15px;
    margin: 30px 0 34px;
  }
  .interest-item span {
    padding: 10px 18px;
    font-size: 12px;
  }
  .form-group label,
  .interest-wrap > label {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

/* ============================================================
   5. TABLETS (LANDSCAPE & PORTRAIT)  768px – 991px
   ============================================================ */
@media only screen and (min-width: 100px) and (max-width: 991px) {
  .wb-info-list {
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .contact-form-wrapper {
    padding: 36px 0px;
  }
  .con-main .form .text a,
  .con-main .form .text label {
    margin: 0;
    font-size: 14px;
  }
  .form-group label,
  .interest-wrap > label {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .interest-item span {
    padding: 8px 10px;
    font-size: 11px;
  }
  .form-control {
    padding: 8px 0px !important;
    font-size: 12px !important;
  }

  .aw-filter-btn {
    font-size: 16px;
    padding: 6px 20px;
  }
  .aw-filters {
    gap: 10px;
    margin: 20px 0 20px;
  }
  .aw-card,
  .aw-card.is-wide,
  .aw-card.is-narrow {
    grid-column: span 2;
    grid-row: span 15;
  }
  .aw-marquee-wrap {
    padding: 10px 0px;
    margin: 0px -4px 0;
  }
  .accordion-button {
    padding-left: 80px !important;
    font-size: 26px !important;
  }
  .accordion-body {
    padding-left: 120px !important;
    font-size: 16px !important;
    padding-bottom: 30px !important ;
  }
  .banner-content-inner p {
    margin: 20px 0px;
  }
  .inner-banner.banner {
    height: 500px !important;
  }
  p {
    font-size: 17px;
  }
  .banner .shape {
    left: -70px;
    top: -40px;
    width: 150px;
  }
  .vertical-card-slider {
    max-width: 300px;
  }
  .creating_slider {
    height: 520px;
  }

  .header .row {
    padding: 10px 24px;
  }
  .site-logo a {
    width: 200px;
    display: block;
  }
  .info-item span {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .banner {
    height: 900px;
  }
  .footer-bottom {
    padding: 20px 0px 20px;
  }
  .footer-bottom span {
    font-size: 16px;
  }
  .banner::after,
  .banner::before {
    width: 500px;
    height: 500px;
  }
  .banner-img {
    width: 53%;
  }
  .banner-img img {
    height: auto;
  }
  .trusted-image {
    left: 50%;
    width: 90%;
    bottom: 30px;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 90px;
    transform: translateX(-50%) !important;
  }

  .different .col-lg-3 {
    margin-bottom: 30px;
  }
  .svc-stage {
    padding: 20px;
  }
  .svc-visual {
    height: 400px;
  }
  div#svcPanel {
    margin-left: 0;
    margin-top: 24px;
  }

  .process-card {
    flex-direction: column;
    text-align: center;
    height: auto;
    gap: 14px;
    padding: 30px 20px;
  }
  .process-card.two {
    margin-top: -20px !important;
  }
  .counter-box {
    width: 220px;
    height: 220px;
  }

  .testi-img,
  .testi-content {
    height: 400px;
  }
  .testi-content {
    padding: 30px;
  }
  .testi-content .head .web-title {
    margin-bottom: 10px;
  }
  .testi-content .head {
    margin-top: 0px;
  }
  .testi-content::before {
    z-index: 999;
    width: 100px;
    height: 71px;
  }
  .blog {
    background: linear-gradient(333deg, #161f27 0%, #33404b 0%) !important;
  }
  .footer .shape {
    bottom: auto;
    left: auto;
    right: -130px;
  }

  .fotter-btn {
    margin-top: 20px;
  }

  .blog-main {
    height: 420px;
  }
  .testi-head {
    margin-bottom: 20px;
  }
  .fotter-top {
    margin-bottom: 50px;
  }
  .foot-top-con.text-right {
    text-align: left !important;
    margin-top: 20px;
  }
  .mobile-menu {
    width: min(340px, 88vw);
  }
  .about-img {
    border-radius: 30px;
    margin: 30px 0px;
  }
  .about .shape {
    right: -130px;
    top: 230px;
    width: 250px;
  }
  .svc-stage .shape {
    left: -110px;
    width: 230px;
  }
  .creating .shape {
    width: 280px;
  }
  ul.svc-tablist {
    display: flex;
    gap: 20px;
  }
  .svc-tab.is-active button {
    font-size: 24px;
  }
  .process-card-main {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .aw-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ============================================================
   6. MOBILE  320px – 767px  (shared rules)
   ============================================================ */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .process-step-num {
    font-size: 30px;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
  }
  .service-card-index {
    font-size: 70px !important ;
  }
  .service-card {
    border-radius: 12px;
    padding: 26px 22px;
  }
  .service-card-link {
    gap: 8px;
    font-size: 14px;
  }
  .service-card-desc {
    margin: 10px 0px;
  }
  .service-card-points li {
    padding-left: 20px;
    font-size: 14px;
  }
  .service-card-tag {
    padding: 4px 10px;
    font-size: 10px !important;
  }
  .accordion-button {
    padding-left: 60px !important;
    font-size: 20px !important;
  }
  .accordion-body {
    padding-left: 80px !important;
    padding-bottom: 20px !important;
  }
  p {
    font-size: 16px;
  }
  .testi-content span.username {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .ctn h6.web-title {
    margin-bottom: 5px;
  }
  .blog-main .content {
    left: 10px;
    bottom: -20px;
    gap: 10px;
  }
  .blog-main a.web-btn {
    font-size: 18px;
  }
  .vertical-card-slider {
    max-width: 280px;
  }
  .banner .shape {
    left: -85px;
    top: 0px;
    width: 150px;
  }
  .creating_slider {
    height: 440px;
  }

  .header {
    top: 14px;
  }
  .header .row {
    padding: 10px 18px;
    border-radius: 30px;
  }
  .site-logo a {
    width: 118px;
    display: block;
  }

  .banner {
    height: 700px;
  }
  .card-main-build {
    height: 600px;
  }
  .card-main-build .img {
    height: 100%;
  }

  .card-main-build .img img {
    height: 100%;
    object-fit: cover;
  }
  .creating-head {
    margin-bottom: 20px;
  }
  .banner::after,
  .banner::before {
    width: 780px;
    height: 590px;
    filter: blur(300px);
  }
  .banner-btn {
    align-items: center;
    gap: 15px;
  }
  .banner-img img {
    height: auto;
  }
  .down-arrow {
    display: none;
  }
  .trusted-image {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 70px;
    bottom: 20px;
  }
  .banner-content-inner p {
    margin: 10px 80px 10px 0px !important;
  }
  .banner-img {
    width: 52%;
  }
  .about-img {
    margin: 30px 0;
    border-radius: 24px;
  }
  .about .shape {
    display: none;
  }

  .build .swiper-slide.swiper-slide-active .card-main-build {
    transform: scale(1.03);
    rotate: 0deg;
  }

  .creating {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
  }
  .creating-btn.text-right {
    text-align: left !important;
    margin-bottom: 40px;
  }
  .creating .shape {
    width: 200px;
  }

  .about-counter .shape {
    display: none;
  }
  .counter-box {
    width: 265px;
    height: 265px;
  }

  .svc-tablist {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
  .svc-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .svc-stage {
    padding: 16px;
    border-radius: 26px;
  }
  .svc-stage .shape {
    display: none;
  }
  .svc-visual {
    height: 500px;
    margin: 0 120px;
  }
  .testi-img,
  .testi-content {
    height: 300px;
  }
  div#svcPanel {
    margin-left: 0;
    margin-top: 20px;
  }
  p#svcText1 {
    margin: 20px 0 14px;
  }

  .process-orb {
    display: none;
  }
  .process-card {
    flex-direction: column;
    text-align: center;
    height: auto;
    gap: 8px;
    padding: 24px 18px;
  }

  .testi-content {
    padding: 22px;
  }
  .testi-content .head {
    margin-top: 20px;
  }

  .blog-main {
    height: 350px;
    border-radius: 20px;
  }

  .fotter-top {
    margin-bottom: 40px;
  }
  .fotter-top .col-lg-5 {
    margin-top: 20px;
  }
  .foot-top-con.text-right {
    text-align: center !important;
  }
  .social-links ul {
    gap: 20px;
    margin-top: 20px;
  }
  .info-item ul li a::after {
    display: none;
  }
  .footer-bottom {
    padding: 20px 0 15px;
  }
  .footer-bottom ul li a {
    font-size: 16px;
  }
  .info-item ul li a {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .footer .site-logo a {
    width: 230px;
  }
  .footer {
    margin-top: -2px;
  }
  .mobile-menu {
    width: 100%;
    padding: 24px 22px;
  }
  .cust-gap {
    row-gap: 20px;
  }
  .footer-bottom span {
    font-size: 14px;
  }
}

/* ============================================================
   7. SMALL MOBILE  320px – 445px
   ============================================================ */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .form-group.file input[type="file"] {
    padding: 17px 0px !important;
  }
  .form-group.file {
    padding-top: 0px;
  }
  .wb-info-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .wd-project-card--feature {
    aspect-ratio: 25 / 25;
  }
  body.content-writing .inner-banner.banner,
  body.app-development .inner-banner.banner,
  body.logo-design .inner-banner.banner,
  body.cv-writing .inner-banner.banner,
  body.hosting .inner-banner.banner,
  body.seo .inner-banner.banner,
  body.branding .inner-banner.banner,
  body.animation .inner-banner.banner {
    height: 530px !important;
  }
  .mobile-has-sub.is-open .mobile-sub-menu {
    max-height: 300px;
    overflow-y: auto;
  }
  .wd-why-media {
    margin-right: 0px;
  }
  .wd-why-badge-label {
    font-size: 12px;
  }
  .wd-why-badge-num {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .wd-why-badge {
    right: -10px;
    bottom: -10px;
    border-radius: 12px;
    padding: 10px 12px;
    min-width: 150px;
  }
  .accordion-button {
    padding-left: 50px !important;
    font-size: 16px !important;
  }
  body.contact .form .con-main {
    gap: 10px;
    margin-bottom: 10px;
  }
  .form-group label,
  .interest-wrap > label {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .aw-grid {
    gap: 10px;
  }
  input.form-control::placeholder {
    font-size: 12px;
  }
  .hover-btn {
    font-size: 14px;
    border-radius: 40px;
  }
  .inner-banner.banner {
    height: 400px !important;
  }
  .testimonialSwiper .swiper-slide-active {
    pointer-events: auto;
    background: linear-gradient(
      169.737deg,
      rgb(255, 255, 255) 0%,
      rgb(251, 230, 178) 100%
    ) !important;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
  }
  .testi-content {
    padding: 0px 12px;
    background: unset !important;
  }
  .different-head {
    margin-bottom: 10px;
  }
  ul.svc-tablist {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
  }
  .svc-tab.is-active button {
    font-size: 16px;
  }
  .blog-main {
    height: 400px;
  }
  .svc-tab button {
    gap: 2px;
    padding: 7px 0px;
  }
  .footer-bottom ul li a {
    font-size: 11px;
  }
  .footer-bottom {
    padding: 10px 0 12px;
  }
  .footer-bottom span {
    font-size: 10px;
  }
  .creating {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 20px;
  }
  .testi-img,
  .testi-content {
    border-radius: 20px;
  }
  .svc-visual {
    height: 350px;
    margin: 0px 50px;
  }
  .banner-img {
    display: none;
  }
  .trusted-image {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 40px;
  }
  .vertical-card-slider {
    max-width: 240px;
  }
  .creating_slider {
    height: 380px;
  }
  .counter-box {
    width: 200px;
    height: 200px;
  }
  .counter-box:hover h2.web-title {
    font-size: 80px;
  }
  .banner {
    height: 550px;
  }
  .banner-content-inner p {
    margin: 10px 0px !important;
  }
  .banner .shape {
    left: -35px;
    top: 30px;
    width: 80px;
  }
  .card-main-build {
    height: 400px;
  }
  .build-head p {
    margin: 10px 0px 10px;
  }
  p {
    font-size: 15px;
  }
  .creating {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
  }
}

/* ============================================================
   8. VERY SMALL MOBILE  320px – 375px
   ============================================================ */
@media only screen and (min-width: 320px) and (max-width: 375px) {
  .trusted-image {
    display: none;
  }
  .header .row {
    padding: 5px 8px;
  }
  .counter-box {
    width: 180px;
    height: 180px;
  }
  .counter-box:hover h2.web-title {
    font-size: 60px;
  }
  h6.web-title {
    margin-top: 0px;
  }
  .svc-visual {
    height: 300px;
    margin: 0 30px;
  }
  .svc-tab.is-active button {
    font-size: 11px;
  }
  .process-card {
    gap: 6px;
    padding: 20px 15px;
    transform: unset !important;
    margin: 0 !important;
  }
  .process-body .web-title {
    margin-bottom: 10px;
  }
  .process-card.two {
    margin-top: 0px !important;
  }
  .process-card p {
    font-size: 12px;
  }
  .blog-main {
    height: 320px;
  }
  p {
    font-size: 14px;
  }
  .blog-main a.web-btn {
    font-size: 16px;
  }
  .svc-tab .idx {
    font-size: 10px;
  }
  .svc-tab button {
    font-size: 9px;
  }
  .creating .shape {
    display: none;
  }
  .banner-btn {
    gap: 5px;
  }
  .about-content p {
    margin-top: 10px;
  }
  .about-img {
    margin: 15px 0;
    border-radius: 16px;
  }
}

@media (max-width: 575px) {
  .aw-grid {
    grid-template-columns: 1fr;
  }

  .aw-card {
    grid-row: span 24;
  }
}

@media (max-width: 576px) {
  .terms-item {
    flex-direction: column;
    gap: 12px;
    padding: 18px;
  }
}
