.banner-color.home-hero-sec {
  background-image: url(../images/services-background.png);
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
.service-banner-content h1 > span {
  color: #eb7966;
  font-size: 78px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 85px;
}

.service-banner-content h1 u {
  color: white;
  font-size: 43px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 23px;
  text-decoration: none;
  display: block;
}
.service-banner-content h1 u span {
  color: #eb7966;
}

.service-banner-content h4 {
  font-size: 34px;
  color: white;
  margin-bottom: 10px;
}

.service-banner-content h4 span {
  color: #eb7966;
}

.service-banner-content p {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 22px;
}
.service-banner-content p {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 22px;
}

.service-banner-content .hero-logos {
  margin-bottom: 20px;
  gap: 30px;
  display: flex;
}
.service-banner-content .services-buttons {
  display: flex;
  gap: 20px;
}
.service-banner-content .services-buttons .call-btn button {
  background: #eb7966;
  border-radius: 10px;
}

.service-banner-content .services-buttons .schedule-btn button {
  background: white;
  border-radius: 10px;
}
.comprehensive-section {
  padding: 130px 0;
  padding-left: 140px;
}

.comprehensive-section .container-fluid {
  padding: 0px;
}
.services-buttons {
  display: flex;
  gap: 20px;
}
.comprehensive-content h2 span {
  color: #11184f;
  font-size: 70px;
  text-transform: uppercase;
  font-weight: 700;
}

.comprehensive-content h2 {
  color: black;
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 20px;
}

.comprehensive-content h2 u {
  color: #eb7966;
}

.comprehensive-content p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
}

.comprehensive-content ul li {
  font-size: 16px;
  margin-bottom: 12px;
}

.comprehensive-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}

.comprehensive-content ul li::marker {
  color: #eb7966;
  font-size: 16px;
}
.comprehensive-content .services-buttons .call-btn button {
  background: #eb7966;
  border-radius: 10px;
  border-color: #eb7966;
}

.comprehensive-content .services-buttons .schedule-btn button {
  background: #11184f;
  border-radius: 10px;
  color: white !important;
  border-color: #11184f;
}
.services-sectiontwo {
  padding-right: 100px;
}
.support-sevice {
  background: #c7432d;
  height: 190px;
  margin-top: -120px;
}
.services-sectiontwo p {
  margin-bottom: 100px;
}
section.book-writing {
  padding: 150px 0;
  position: relative;
}
.book-writing-content {
  text-align: center;
  margin-bottom: 50px;
}

.book-writing-content h2 {
  color: #11184f;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
}

.book-writing-content h2 span {
  color: #ea7966;
}

.book-writing-content p {
  width: 60%;
  margin: 0 auto;
  line-height: 24px;
  color: #00000091;
  font-size: 16px;
}
.writers-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 41px 21px;
}

.writers-box .writers-item {
  width: 49%;
  text-align: center;
  background: #11184f;
  padding: 45px 30px;
  border-radius: 45px;
  color: white;
  box-shadow: 0px 15px 10px 0px #b7b7b796;
}
.writers-box .writers-item img {
  margin-bottom: 15px;
}

.writers-box .writers-item h4 {
  font-size: 25px;
  margin-bottom: 11px;
  font-weight: 500;
}

.writers-box .writers-item h4 span {
  color: #eb7966;
}

.writers-box .writers-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
section.book-writing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  background-image: url(../images/book-writing-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 310px;
  height: 100%;
  z-index: -3;
}
section.book-writing::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  background-image: url(../images/book-writing-right.png);
  right: 0px;
  width: 310px;
  height: 100%;
  z-index: -3;
}
section.story-writer {
  padding: 50px 0;
  background: #eb7966;
}
.story-writer-content h2 {
  color: #11184f;
  font-weight: 500;
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 20px;
}

.story-writer-content p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}

.story-writer-content .services-buttons .call-btn button {
  background: #11184f;
  border-radius: 10px;
  border-color: #11184f;
}

.story-writer-content .services-buttons .call-btn button:hover {
  color: white !important;
}

.story-writer-content .services-buttons .schedule-btn button {
  background: white;
  border-radius: 10px;
}

section.offer-ny-section {
  background-image: url(../images/offer-ny.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 130px 40px 330px;
}

.offer-ny-section-content {
  text-align: center;
  color: white;
}

.offer-ny-section-content h2 {
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 20px;
}

.offer-ny-section-content h2 u {
  color: #eb7966;
}

.offer-ny-section-content p {
  line-height: 25px;
}

.offer-box {
  margin-top: 80px;
  display: flex;
  color: white;
  gap: 95px 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.offer-box .offer-items {
  width: 24%;
  text-align: center;
  padding: 20px 25px 30px;
  position: relative;
  background: transparent;
  border-left: 3px solid #ea7967;
  border-bottom: 3px solid #ea7967;
  border-right: 3px solid #ea7967;
}

/* Outer Border with Corner Lines */
.offer-box .offer-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* border: 2px solid #ea7967; */
  background:
    linear-gradient(to right, #ea7967 0%, #ea7967 100%) left top,
    linear-gradient(to right, #ea7967 0%, #ea7967 100%) left bottom,
    linear-gradient(to right, #ea7967 0%, #ea7967 100%) right top,
    linear-gradient(to right, #ea7967 0%, #ea7967 100%) right bottom;
  background-size:
    100px 3px,
    100px 0px,
    100px 3px,
    100px 0px;
  background-repeat: no-repeat;
  background-position:
    left top,
    left bottom,
    right top,
    right bottom;
  pointer-events: none;
}

/* Inner Border */
/* .offer-box .offer-items::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid #ea7967;
  pointer-events: none;
} */

.offer-box .offer-items img {
  margin-top: -80px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.offer-box .offer-items h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}

.offer-box .offer-items p {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  z-index: 1;
}

.offer-section-image {
  margin-top: -290px;
  margin-bottom: -3px;
}
section.twosectionmixed {
  background-image: url(../images/offer-ny.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.step-into {
  padding: 100px 0 0;
}

.step-content h2 {
  color: white;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 20px;
}

.step-content p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}
.step-content .services-buttons .call-btn button {
  background: #eb7966;
  border-radius: 10px;
}

.step-content .services-buttons .schedule-btn button {
  background: white;
  border-color: white;
  border-radius: 10px;
}

/* ////////// */

/* Genres Tabs Section */
.genres-tabs-section {
  padding: 110px 0 130px;
}

.genres-title {
  text-align: center;
  margin-bottom: 60px;
}

.genres-title h2 {
  color: white;
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}

.genres-title h2 span {
  color: #eb7966;
  text-decoration: underline;
  text-decoration-color: #eb7966;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

/* Tabs Navigation */
.genres-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.genre-tab-button {
  background: transparent;
  border: 4px solid #eb7966;
  padding: 20px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 110px;
  border-radius: 0px;
  position: relative;
}

.genre-tab-button:hover {
  background: transparent;
  border-color: #fff;
  transform: translateY(-3px);
}

.genre-tab-button.active {
  background: #eb7966;
  border-color: #eb7966;
}

.genre-tab-button .tab-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.genre-tab-button .tab-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.genre-tab-button .tab-label {
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Tab Content */
.genres-tab-content {
  position: relative;
}

.genre-content-item {
  display: none;
  animation: genreFadeIn 0.5s ease;
}

.genre-content-item.active {
  display: block;
}

@keyframes genreFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.genre-text-content h3 {
  color: white;
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.genre-text-content p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
}

.genre-text-content .services-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.genre-text-content .services-buttons .call-btn button {
  background: #eb7966;
  border: 2px solid #eb7966;
  border-radius: 10px;
  color: white;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.genre-text-content .services-buttons .call-btn button:hover {
  background: #d66855;
  border-color: #d66855;
  transform: scale(1.05);
}

.genre-text-content .services-buttons .schedule-btn button {
  background: white;
  border: 2px solid white;
  border-radius: 10px;
  color: #11184f;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.genre-text-content .services-buttons .schedule-btn button:hover {
  background: #f0f0f0;
  border-color: #f0f0f0;
  transform: scale(1.05);
}

.genre-image {
  text-align: center;
  position: relative;
}

.genre-image img {
  max-width: 100%;
  height: auto;
  animation: genreFloat 3s ease-in-out infinite;
}

@keyframes genreFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

section.process-result-main {
  background-image: url(../images/process-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.choose-page {
  padding: 100px 0;
}
section.choose-page {
  padding: 100px 0;
}

.choose-content {
  text-align: center;
  margin-bottom: 80px;
}
.choose-content h2 {
  color: white;
  font-size: 54px;
  margin-bottom: 20px;
  line-height: 60px;
  font-weight: 600;
}
.choose-content h2 u {
  color: #11184f;
}
.choose-content p {
  color: white;
  line-height: 24px;
}
/* /// */
.step-mainbox-01 {
  display: flex;
  gap: 70px;
  width: 100%;
  margin: 0 auto;
}
.step-box {
  background: linear-gradient(90deg, #11184f 0%, #0f2179 100%);
  padding: 40px 30px;
  border-radius: 30px;
  text-align: center;
}

.step-box .divider {
  height: 2px;
  background: white;
  width: 50%;
  margin: 17px auto;
}

.step-box h5 {
  font-size: 19px;
  font-weight: 600;
  color: white;
}

.step-box p {
  color: white;
  font-size: 15px;
  line-height: 25px;
}
.step-line-01 {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 30px 0;
}
section.resutls {
  margin-bottom: -3px;
  padding: 50px 0 180px;
}
section.contact-sec-new::before {
  content: none;
}
.banner-contents h3 {
  font-size: 75px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 70px;
  margin-top: 0px;
  color: #2e3079;
}

/* Genres Tabs Section Container Width */
.genres-tabs-section .container,
.choose-page .container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

section.offer-ny-section p a,
.genres-tabs-section p a {
  color: #eb7966;
}

/* responnsive-css */
@media screen and (max-width: 1440px) {
  .comprehensive-section {
    padding: 80px 0;
    padding-left: 80px;
  }
  .services-sectiontwo {
    padding-right: 50px;
  }
  .comprehensive-content h2 {
    font-size: 41px;
  }
  .comprehensive-content h2 span {
    font-size: 57px;
  }
  section.offer-ny-section {
    padding: 80px 20px 330px;
  }
  .offer-box .offer-items img {
    height: 90px;
    width: 90px;
    object-fit: contain;
    margin-top: -70px;
  }
  .step-into {
    padding: 60px 0 0;
  }
  .banner-contents h3 {
    font-size: 58px;
    line-height: 59px;
  }
}

/* Responsive adjustments */
@media (max-width: 1280px) {
  .genres-tabs-section .container,
  .choose-page .container {
    max-width: 1140px;
  }
  .offer-box .offer-items::before {
    background-size:
      80px 3px,
      100px 0px,
      80px 3px,
      100px 0px;
  }
  .step-mainbox-01 {
    gap: 40px;
  }
  section.resutls {
    padding: 50px 0 120px;
  }
  section.testimonial-sec {
    padding: 60px 20px;
  }
  .reviews-content h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .testimonial-slider button.slick-arrow.slick-prev {
    left: 3%;
  }
  .testimonial-slider button.slick-arrow.slick-next {
    left: 93%;
  }
}

@media (max-width: 1199px) {
  .genres-tabs-section .container,
  .choose-page .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1112px) {
  .banner-color.home-hero-sec {
    background-image: url(../images/services-background.png);
  }
  .service-banner-content h1 > span {
    font-size: 63px;
  }
  .service-banner-content h1 u {
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 15px;
  }
  .services-buttons button {
    padding: 0 30px;
  }
  .comprehensive-section {
    padding: 60px 0;
    padding-left: 50px;
  }
  .comprehensive-content h2 {
    font-size: 34px;
  }
  .comprehensive-content h2 span {
    font-size: 50px;
  }
  section.book-writing {
    padding: 80px 0;
  }
  .book-writing-content h2 {
    font-size: 43px;
    margin-bottom: 13px;
  }
  .book-writing-content p {
    width: 70%;
    color: #000000d9;
  }
  .writers-box .writers-item {
    width: 48%;
    padding: 35px 25px;
  }
  .story-writer-content h2 {
    font-size: 43px;
    line-height: 46px;
  }
  .offer-ny-section-content h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .offer-box .offer-items {
    width: 32%;
  }
  .genres-tabs-section {
    padding: 80px 0 80px;
  }
  section.choose-page {
    padding: 60px 0;
  }
  .choose-content h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .contact-sec-new .banner-contents h2 {
    font-size: 37px !important;
    line-height: 44px;
  }
  .banner-contents h3 {
    font-size: 49px;
    line-height: 49px;
  }
  section.contact_us_sec {
    padding: 60px 0;
  }
  .contact-content h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-color.home-hero-sec {
    padding: 70px 0;
  }
  .services-buttons button {
    padding: 0 14px;
  }
}

@media (max-width: 991px) {
  .genres-tabs-section .container,
  .choose-page .container {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .genres-tabs-section .container,
  .choose-page .container {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .genres-tabs-section .container,
  .choose-page .container {
    max-width: 100%;
    padding: 0 20px;
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .genres-title h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .genre-text-content h3 {
    font-size: 36px;
    line-height: 45px;
  }

  .genre-image {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .genres-tabs-section {
    padding: 60px 0 80px;
  }

  .genres-title h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .genres-tabs-nav {
    gap: 10px;
    margin-bottom: 40px;
  }

  .genre-tab-button {
    min-width: 90px;
    padding: 15px 18px;
  }

  .genre-tab-button .tab-icon {
    width: 32px;
    height: 32px;
  }

  .genre-tab-button .tab-label {
    font-size: 11px;
  }

  .genre-text-content h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .genre-text-content p {
    font-size: 15px;
    line-height: 26px;
  }

  .genre-text-content .services-buttons {
    flex-direction: column;
  }

  .genre-text-content .services-buttons .call-btn button,
  .genre-text-content .services-buttons .schedule-btn button {
    width: 100%;
    justify-content: center;
  }
  .hero-logo-sec .hero-logos img {
    width: 120px;
  }
  .comprehensive-section {
    padding-left: 10px;
  }
  .comprehensive-content h2 span {
    font-size: 40px;
  }
  .comprehensive-content h2 {
    font-size: 27px;
  }
  .services-sectiontwo {
    padding-right: 10px;
  }
  .services-sectiontwo p {
    margin-bottom: 60px;
  }
  .book-writing-content p {
    width: 100%;
    color: #000;
  }
  .writers-box .writers-item h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .writers-box .writers-item {
    width: 48%;
    padding: 25px 17px;
  }
  .book-writing-content h2 {
    font-size: 35px;
    margin-bottom: 13px;
  }
  section.book-writing::before,
  section.book-writing::after {
    opacity: 0.4;
  }
  .story-writer-content h2 {
    font-size: 35px;
    line-height: 38px;
  }
  section.offer-ny-section {
    padding: 60px 20px 300px;
  }
  .offer-box {
    gap: 75px 16px;
  }
  .offer-box .offer-items {
    width: 48%;
  }
  .step-content h2 {
    font-size: 29px;
    line-height: 35px;
  }
  .services-buttons {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .choose-content h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .choose-content {
    text-align: center;
    margin-bottom: 40px;
  }
  .step-line-01 {
    display: none;
  }
  .step-mainbox-01 {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  section.resutls {
    padding: 0px 0 80px;
  }
  .reviews-content h2 {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .reviews-content p {
    width: 100%;
    font-size: 18px;
  }
  .contact-content h2 {
    font-size: 40px;
    margin-bottom: 0px;
  }
  .contact-content h3 {
    font-size: 27px;
    width: 90%;
    margin: 0 auto 15px;
    line-height: 34px;
  }
  .banner-contents h3 {
    font-size: 33px;
    line-height: 29px;
  }
  .contact-sec-new .banner-contents h2 {
    font-size: 27px !important;
    line-height: 32px;
  }
  img.cheap-publishing {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .banner-color.home-hero-sec {
    padding: 60px 0;
  }
  .service-banner-content h1 > span {
    font-size: 45px;
    line-height: 65px;
  }
 .service-banner-content h1 u {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }
  .comprehensive-section {
        padding: 60px 0px 10px 10px;
    }
  .services-sectiontwo p {
    margin-bottom: 20px;
  }
.comprehensive-content h2 {
        font-size: 24px;
        margin-top: 10px;
    }
  section.book-writing {
    padding: 70px 0;
  }
  .book-writing-content h2 {
    font-size: 29px;
    margin-bottom: 13px;
  }
  .writers-box {
    gap: 30px 20px;
  }
  .writers-box .writers-item {
    width: 100%;
    padding: 21px 17px;
  }
  section.book-writing::before {
    width: 130px;
  }
  section.book-writing::after {
    width: 130px;
  }
      .comprehensive-content h2 span {
        font-size: 30px;
    }
      .support-sevice {
        background: #c7432d;
        height: 137px;
        margin-top: -140px;
    }
  .story-writer-content h2 {
    font-size: 28px;
    line-height: 34px;
  }
  section.offer-ny-section {
    padding: 40px 10px 300px;
  }
  .offer-ny-section-content h2 {
    font-size: 31px;
    line-height: 38px;
  }
  .offer-box .offer-items {
    width: 100%;
  }
  .offer-box .offer-items img {
    margin-top: -50px;
    margin-bottom: 5px;
  }
  .step-content h2 {
    font-size: 28px;
    line-height: 35px;
  }
 .genre-tab-button {
        min-width: 90px;
        padding: 15px 30px;
        width: 100px;
    }
  .reviews-content h2 {
    line-height: 37px;
    font-size: 22px;
  }

  .form-col h4 {
    font-size: 32px;
    margin-bottom: 11px;
    margin-top: 20px;
  }
  .contact-sec-new .banner-contents h2 {
    line-height: 29px !important;
    font-size: 23px !important;
  }
  .banner-color.home-hero-sec .hero-logos {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
}
.services-buttons {
    margin-bottom: 20px;
}
.service-banner-content .services-buttons {
    display: flex;
    gap: 20px;
    flex-direction: row;
}
.genres-tabs-section {
        padding: 30px 0 30px;
    }
    .choose-content h2 {
        font-size: 29px;
        line-height: 30px;
    }
        .contact-content h3 {
        font-size: 20px;
        width: 100%;
        line-height: 27px;
    }
        .contact-content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

/* | Device Type                | Screen Width Range | Common Breakpoints (px)            |
| -------------------------- | ------------------ | ---------------------------------- |
| **Small Mobile**           | ≤ 320px            | `320px`                            |
| **Mobile (portrait)**      | 321px – 480px      | `375px`, `414px`, `480px`          |
| **Mobile (landscape)**     | 481px – 767px      | `600px`, `640px`, `667px`, `720px` |
| **Tablet (portrait)**      | 768px – 1023px     | `768px`, `800px`, `834px`          |
| **Tablet (landscape)**     | 1024px – 1279px    | `1024px`, `1112px`                 |
| **Small Desktop / Laptop** | 1280px – 1439px    | `1280px`, `1366px`, `1440px`       |
| **Large Desktop**          | 1440px+            | `1600px`, `1920px`                 | */
