/* ========================= */
/* more than 1024px screen  */
@media screen and (max-width: 1440px) {
  .move-prop {
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* will-change: transform, left; */
    z-index: 9999;
    /* max-width: 90vw; */
    /* max-height: 90vh; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-rated {
    margin-top: -150px;
    margin-bottom: 100px;
    padding: 0 16px;
  }
  .work-left-content h4 {
    font-size: 36px;
  }

  /* brand experience start  */
  .brand-experience {
    padding: 0 16px;
  }
  .brand-experience-wrapper {
    gap: 25px;
    padding: 16px;
    margin-top: 30px;
  }
  .brand-img {
    height: 400px;
  }
  .right-content {
    gap: 14px;
  }
  .right-content h4 {
    font-size: 23px;
    font-weight: 600;
  }
  .right-content .brand-p {
    font-size: 15px;
    line-height: 24px;
  }
  /* brand experience end  */
  .customer-box {
    /* border-radius: 24px;  */
    height: 500px;
  }
}

/* ===== Tablet Responsive Start ===== */
@media (max-width: 1024px) {
  .quote-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 1;
  }
  .container {
    position: relative;
  }
  .move-prop {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* will-change: transform, left; */
    z-index: 9999;
    /* max-width: 90vw; */
    /* max-height: 90vh; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* banner title responsive */
  .banner-title h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .banner-title p {
    font-size: 16px;
    line-height: 24px;
  }
  /* banner title responsive end */

  /* hero image responsive */
  .hero-img {
    height: 300px;
  }
  .hero-btn {
    padding-top: 290px;
  }
  /* hero image responsive end */

  /* big imperssion section  */
  .big-impression {
    padding: 30px 16px;
    height: 100%;
    background-color: black;
    color: white;
    margin-bottom: 20px;
  }
  .impression-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
  }
  .impression-right {
    max-width: 0px;
  }
  .impression-img {
    max-width: 0px;
    height: 0px;
  }
  .impresseion-left h4 {
    font-size: 30px;
    font-weight: 700;
    /* color: #161c24; */
  }

  /*  sponsor logo section start   */
  /* sponsor marquee effect start */
  .sponsor {
    padding: 0px 0;
    overflow: hidden;
    position: relative;
  }
  .marquee-track {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
  }
  .logo-wrapper {
    white-space: nowrap;
    display: flex;
    align-items: end;
    padding: 30px;
    margin: 20px 0;
    border-radius: 18px;
  }

  .logo-inner {
    display: inline-flex;
    animation: marquee 20s linear infinite;
  }

  .sponsor-img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }

  .sponsor-img img {
    max-width: 60px;
    height: auto;
    object-fit: contain;
    /* border: 1px solid red !important; */
  }

  /* marquee animation keyframes */
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  /* sponsor marquee effect end */

  /*  sponsor logo section END   */

  /* brand experience start  */
  .brand-experience {
    padding: 0 16px;
  }
  .brand-experience-wrapper {
    gap: 25px;
    padding: 16px;
    margin-top: 30px;
    flex-direction: column;
  }
  .brand-img {
    height: 400px;
  }
  .right-content {
    gap: 14px;
  }
  .right-content h4 {
    font-size: 23px;
    font-weight: 600;
  }
  .right-content .brand-p {
    font-size: 15px;
    line-height: 24px;
  }
  /* brand experience end  */

  /* big imperssion section END */

  /* video animation section start  */
  .video-wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 10px;
    z-index: 1;
  }
  .work {
    display: flex;
    flex-direction: column-reverse;
    /* border: 2px solid yellow; */
    width: 100%;
  }

  .video-effect-left {
    position: relative;
    /* width: 54%; */
    z-index: 2;
    /* border: 2px solid; */
    margin-right: 0;
    margin-top: 50px;
  }

  .work-full-text {
    margin: auto 0;
    width: 100%;
  }
  .work-info {
    height: 100%;
    margin-bottom: 50px;
    /* display: flex;
  flex-direction: column;
  justify-content: center; */
    /* outline: 2px solid palevioletred; */
  }
  .work-left-content {
    text-align: left;
  }
  .work-left-content h4 {
    font-size: 36px;
  }
  .work-left-content p {
    margin-top: 0px;
    /* line-height: 0.9; */
    font-size: 18px;
  }
  .video-effect-right {
    /* width: 46%; */
    height: 100%;
    /* background-color: gold; */
  }
  .work-right-content {
    /* display: flex;
  flex-direction: column;
  justify-content: center; */
    /* position: relative; */
    width: 100%;
    height: 100%;
    /* top: 0vh; */
    /* background-color: peachpuff; */
  }
  .work-right-photo {
    width: 90vw;
    height: 60vh;
    margin: 0px auto;
    /* position: relative; */
  }
  .work-photo-item {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 5%;
    overflow: hidden;
  }
  .work-photo-item video {
    border-radius: 5%;
  }

  /* video animation section End  */

  /* Innovative Productions section start  */
  .inovative-productins {
    padding: 10px 16px 20px 16px;
    /* background-color: red; */
  }
  .productions-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto;
    gap: 30px;
    position: relative;
  }

  /* Innovative Productions section END  */

  /* timeline animation start  */
  .timeline-section {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-line-bg {
    left: 20px;
    transform: none;
  }

  .timeline-line-progress {
    left: 20px;
    transform: none;
  }

  .timeline-container {
    padding-left: 50px; /* create space for the vertical line on left */
  }

  .timeline-item {
    width: 100%;
    margin: 80px 0;
    text-align: left;
    left: 0 !important;
  }

  .timeline-item.left,
  .timeline-item.right {
    text-align: left;
    left: 0;
  }

  .timeline-item::before {
    left: -40px;
    right: auto;
    transform: none;
  }

  .timeline-item h3 {
    font-size: 28px;
  }

  .timeline-item p {
    font-size: 18px;
  }
  /* timeline animation END  */

  /* packaging product start */
  .packagin-product {
    padding: 20px 16px;
  }
  .packagin-product-wrapper {
    flex-direction: column;
    padding: 20px;
  }
  .top-img {
    width: 100%;
  }
  .switcher-sub-image {
    width: 100%;
    justify-content: space-around;
  }
  .product-left-side {
    width: 100%;
  }
  .delivery-discount-boxes {
    width: 100%;
  }
  .your-configuration {
    padding: 20px;
  }
  .payment-methods {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  .select-color {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .color-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
  }
  .delivery-discount-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  .ideas-box-slider-wrapper {
    margin-left: 0px;
  }
  .product-right-side-list li {
    letter-spacing: 2.5px;
  }
  .print-and-register {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  /* packaging product end */

  /* personal contact person section start */
  /* contact style start */
  .contact-person {
    margin-top: 16px;
  }
  .contact-content {
    padding: 16px;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .contact-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
  .contact-info {
    gap: 10px;
  }
  .contact-para {
    font-size: 14px;
  }
  .contact-info h5 {
    font-size: 22px;
    font-weight: 600;
  }
  .consulting-p {
    font-size: 16px;
  }
  .contact-info span {
    font-size: 16px;
  }
  /* contact style end */
  /* personal contact person section END */

  /* card icon animation start  */
  .icon-box-animation {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icon-box-animation.dark-mode {
    background-color: #000;
    color: #fff;
    transition: background-color 0.5s ease, color 0.5s ease;
  }
  .icon-box-animation.dark-mode .icon-title-item,
  .icon-box-animation.dark-mode .main-icon-title,
  .icon-box-animation.dark-mode .active-title-wrapper {
    color: #fff;
  }
  .main-icon-title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    text-align: center;
    color: #1e1e1e;
    z-index: 12;
    margin-top: -140px;
  }
  .icon-image-wrapper {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    margin: 0;
  }

  .icon-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    rotate: 9deg;
  }

  .icon-title-list {
    position: relative;
    margin-top: 350px;
  }
  .icon-title-item p {
    font-size: 1.2rem;
    opacity: 1;
    padding: 0 55px;
    transition: opacity 0.3s ease;
  }

  /* card icon animation END  */

  /* customer examples start */

  .customer-box {
    /* border-radius: 24px;  */
    height: 500px;
  }

  /* customer examples END */

  /*  tailored inlays section start  */
  .tailored-section-title {
    margin-top: 50px;
    gap: 12px;
  }
  .tailored-section-title h4 {
    font-size: 42px;
  }
  .tailored-section-title p {
    font-size: 15px;
    line-height: 22px;
  }
  .tailored-wrapper {
    margin: 25px 0;
    gap: 16px;
    flex-direction: column;
  }
  .tailored-box {
    padding: 16px;
  }
  /*  tailored inlays section end  */

  /* experience product start */
  .extra-packaging {
    font-size: 14px;
  }
  .experience-product-wrapper h4 {
    font-size: 22px;
    margin-top: 14px;
  }
  .experience-product-wrapper {
    margin-bottom: 30px;
    display: flex;
    padding: 20px 10px;
  }
  .product-wrapper {
    gap: 16px;
    margin: 15px 0;
    flex-wrap: wrap;
    padding: 10px;
  }
  .experience-product-img {
    padding: 5px;
    height: 280px;
    width: 100%;
  }
  /* experience product end */

  /* top rated start */
  .top-rated {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 20px;
  }

  /* .top-rated-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    margin: 0px;
    border: 2px solid;
  } */
  .top-rated-box {
    width: 100%;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(22, 28, 36, 0.1);
    transition-duration: 0.4s;
    transform: scale(1);
  }
  /* top rated END */

  /* footer started  */
  .footer-container {
    margin-top: -50px;
    padding: 16px;
    gap: 16px;
  }
  .footer-img {
    width: 158px;
  }
  .footer-container p {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
  }
  /* footer END  */

  .quote-content {
    margin-right: 0;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    position: relative;
  }

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

  .quote-icon {
    top: -40%;
    right: -5%;
    height: 300px;
    width: 150px;
  }

  .quote-user .user-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
  }

  .quote {
    font-size: 24px;
  }

  .author {
    font-size: 20px;
  }
}
/* ===== Tablet Responsive End ===== */
/* ========================= */

/* ========================= */
/* ===== Mobile Responsive Start ===== */
@media (max-width: 768px) {
  .container {
    position: relative;
  }
  .move-prop {
    position: absolute;
    top: 60%;
    left: 50%;
    /* transform: translate(-50%, -50%);  */
    /* will-change: transform, left; */
    z-index: 9999;
    /* max-width: 90vw; */
    /* max-height: 90vh; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* banner title responsive */
  .banner-title h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .banner-title p {
    font-size: 16px;
    line-height: 24px;
  }
  /* banner title responsive end */

  /* hero image responsive */
  .hero-img {
    height: 300px;
  }
  .hero-btn {
    padding-top: 290px;
  }
  /* hero image responsive end */

  /* big imperssion section  */
  .big-impression {
    padding: 30px 16px;
    height: 100%;
    background-color: black;
    color: white;
    margin-bottom: 20px;
  }
  .impression-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
  }
  .impression-right {
    max-width: 0px;
  }
  .impression-img {
    max-width: 0px;
    height: 0px;
  }
  .impresseion-left h4 {
    font-size: 30px;
    font-weight: 700;
    /* color: #161c24; */
  }

  /*  sponsor logo section start   */
  /* sponsor marquee effect start */
  .sponsor {
    padding: 0px 0;
    overflow: hidden;
    position: relative;
  }

  .logo-wrapper {
    white-space: nowrap;
    display: flex;
    align-items: end;
    padding: 30px;
    margin: 20px 0;
    border-radius: 18px;
  }

  .logo-inner {
    display: inline-flex;
    animation: marquee 20s linear infinite;
  }

  .sponsor-img {
    flex: 0 0 auto;
    margin-right: 10px;
  }

  .sponsor-img img {
    max-width: 150px;
    height: auto;
    object-fit: contain;
  }

  /* marquee animation keyframes */
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  /* sponsor marquee effect end */

  /*  sponsor logo section END   */

  /* big imperssion section END */

  /* video animation section start  */
  .video-wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 10px;
    z-index: 1;
  }
  .work {
    display: flex;
    flex-direction: column-reverse;
    /* border: 2px solid yellow; */
    width: 100%;
  }

  .video-effect-left {
    position: relative;
    /* width: 54%; */
    z-index: 2;
    /* border: 2px solid; */
    margin-right: 0;
  }

  .work-full-text {
    margin: auto 0;
    width: 100%;
  }
  .work-info {
    height: 100%;
    margin-bottom: 50px;
    /* display: flex;
  flex-direction: column;
  justify-content: center; */
    /* outline: 2px solid palevioletred; */
  }
  .work-left-content {
    text-align: left;
  }
  .work-left-content h4 {
    font-size: 36px;
  }
  .work-left-content p {
    margin-top: 20px;
    /* line-height: 0.9; */
    font-size: 18px;
  }
  .video-effect-right {
    /* width: 46%; */
    height: 100%;
    /* background-color: gold; */
  }
  .work-right-content {
    /* display: flex;
  flex-direction: column;
  justify-content: center; */
    /* position: relative; */
    width: 100%;
    height: 100%;
    /* top: 0vh; */
    /* background-color: peachpuff; */
  }
  .work-right-photo {
    width: 90vw;
    height: 60vh;
    margin: 0px auto;
    /* position: relative; */
  }
  .work-photo-item {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 0px;
    overflow: hidden;
  }

  /* video animation section End  */

  /* Innovative Productions section start  */
  .inovative-productins {
    padding: 10px 16px 20px 16px;
    /* background-color: red; */
  }
  .productions-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto;
    gap: 30px;
    position: relative;
  }

  /* Innovative Productions section END  */

  /* timeline animation start  */
  .timeline-section {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-line-bg {
    left: 20px;
    transform: none;
  }

  .timeline-line-progress {
    left: 20px;
    transform: none;
  }

  .timeline-container {
    padding-left: 50px; /* create space for the vertical line on left */
  }

  .timeline-item {
    width: 100%;
    margin: 80px 0;
    text-align: left;
    left: 0 !important;
  }

  .timeline-item.left,
  .timeline-item.right {
    text-align: left;
    left: 0;
  }

  .timeline-item::before {
    left: -40px;
    right: auto;
    transform: none;
  }

  .timeline-item h3 {
    font-size: 28px;
  }

  .timeline-item p {
    font-size: 18px;
  }
  /* timeline animation END  */

  /* packaging product start */
  .packagin-product {
    padding: 20px 16px;
  }
  .packagin-product-wrapper {
    flex-direction: column;
    padding: 10px;
  }
  .top-img {
    width: 100%;
  }
  .switcher-sub-image {
    width: 100%;
    justify-content: space-around;
  }
  .product-left-side {
    width: 100%;
  }
  .delivery-discount-boxes {
    width: 100%;
  }
  .your-configuration {
    padding: 20px;
  }
  .payment-methods {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  .select-color {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .color-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
  }
  .delivery-discount-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  .ideas-box-slider-wrapper {
    margin-left: 0px;
  }
  .product-right-side-list li {
    letter-spacing: 2.5px;
  }
  .print-and-register {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    /* gap: 16px; */
    width: 100%;
    margin-bottom: 20px;
  }
  /* packaging product end */

  /* personal contact person section start */
  /* contact style start */
  .contact-person {
    margin-top: 16px;
  }
  .contact-content {
    padding: 16px;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .contact-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
  .contact-info {
    gap: 10px;
  }
  .contact-para {
    font-size: 14px;
  }
  .contact-info h5 {
    font-size: 22px;
    font-weight: 600;
  }
  .consulting-p {
    font-size: 16px;
  }
  .contact-info span {
    font-size: 16px;
  }
  /* contact style end */
  /* personal contact person section END */

  /* card icon animation start  */
  .icon-box-animation {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icon-box-animation.dark-mode {
    background-color: #000;
    color: #fff;
    transition: background-color 0.5s ease, color 0.5s ease;
  }
  .icon-box-animation.dark-mode .icon-title-item,
  .icon-box-animation.dark-mode .main-icon-title,
  .icon-box-animation.dark-mode .active-title-wrapper {
    color: #fff;
  }
  .main-icon-title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    text-align: center;
    color: #1e1e1e;
    z-index: 12;
    margin-top: 50px;
  }
  .icon-image-wrapper {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 40% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .icon-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    rotate: 9deg;
  }

  .icon-title-list {
    position: relative;
    margin-top: 350px;
  }
  .icon-title-item p {
    font-size: 1.2rem;
    opacity: 1;
    padding: 0 55px;
    transition: opacity 0.3s ease;
  }
.icon-section-scrollbar {
  position: fixed;
  top: 20px;
  right: 10px;

}
  /* card icon animation END  */

  /* customer examples start */
  .customer-examples {
    overflow-x: hidden;
  }
  .customer-box {
    height: 500px;
  }
  /* customer examples END */

  /*  tailored inlays section start  */
  .tailored-section-title {
    margin-top: 10px;
    gap: 12px;
  }
  .tailored-section-title h4 {
    font-size: 25px;
  }
  .tailored-section-title p {
    font-size: 15px;
    line-height: 22px;
  }
  .tailored-wrapper {
    margin: 25px 0;
    gap: 16px;
    flex-direction: column;
  }
  .tailored-box {
    padding: 16px;
  }
  .tailored-img {
    height: 255px !important;
    border-radius: 16px;
    width: 100%;
    /* border: 2px solid red; */
    object-fit: contain;
  }

  /*  tailored inlays section end  */

  /* experience product start */
  .experience-product {
    padding: 0 16px;
    margin-top: 0px;
  }
  .extra-packaging {
    font-size: 14px;
  }
  .experience-product-wrapper h4 {
    font-size: 22px;
    margin-top: 14px;
  }
  .experience-product-wrapper {
    margin-bottom: 30px;
    display: flex;
    padding: 20px 10px;
  }
  .product-wrapper {
    gap: 16px;
    margin: 15px 0;
    flex-wrap: wrap;
    padding: 10px;
  }
  .experience-product-img {
    padding: 5px;
    height: 280px;
    width: 100%;
  }
  /* experience product end */

  /* top rated start */
  .top-rated {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 0 16px;
  }

  /* .top-rated-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px;
  } */
  .top-rated-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
    margin: 0px;
    width: 100%;
  }
  .top-rated-box {
    width: 100%;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(22, 28, 36, 0.1);
    transition-duration: 0.4s;
    transform: scale(1);
  }
  /* top rated END */

  /* footer started  */
  .footer-container {
    margin-top: -90px;
    padding: 16px;
    gap: 16px;
  }
  .footer-img {
    width: 158px;
  }
  .footer-container p {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
  }
  /* footer END  */

  /* icon animation  */
  .icon-image-wrapper {
    width: 100px;
    height: 100px;
    top: 25%;
  }

  .main-icon-title {
    font-size: 2rem;
    top: 10%;
  }

  .icon-title-item {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }

  .active-title-wrapper {
    top: calc(50% + 60px);
    height: auto;
  }

  /* <!-- quote section start --> */

  /* Mobile */

  .quote {
    font-size: 18px;
  }

  .author {
    font-size: 16px;
    margin-top: 30px;
  }

  .position {
    font-size: 14px;
  }

  .quote-icon {
    display: none;
  }

  .quote-user .user-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
  }

  .quote-section {
    height: auto;
    padding-bottom: 60px; /* Give space so image isn't cut */
    padding-top: 60px;
  }
}

/* <!-- quote section end --> */

/* ===== Mobile Responsive End ===== */
/* ========================= */

/* most smaller devices  */
@media (max-width: 425px) {
  .banner-title h1 {
    font-size: 22px;
    line-height: 42px;
  }
  .top-rated-box {
    width: 100%;
  }
  .top-rated-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto;
    gap: 10px;
    margin: 0px;
    width: 100%;
  }

  /* brand experience start  */
  .brand-experience {
    padding: 0 16px;
  }
  .brand-experience-wrapper {
    gap: 25px;
    padding: 16px;
    margin-top: 30px;
    flex-direction: column;
  }
  .brand-img {
    height: 340px;
  }
  .right-content {
    gap: 14px;
  }
  .right-content h4 {
    font-size: 23px;
    font-weight: 600;
  }
  .right-content .brand-p {
    font-size: 15px;
    line-height: 24px;
  }
  .customer-box {
    height: 400px;
  }
  /* brand experience end  */
}
