@media (max-width: 1440px) {
  /* ===== One Stop - solution Hover expand image =====  */
  .services-card {
    width: calc((100% - 2rem * 5) / 5);
    height: 45rem;
  }
}
@media (max-width: 1200px) {
  .headerLeft h1 {
    font-size: 5rem;
    line-height: 6rem;
  }
  /* ===== One Stop - solution Hover expand image =====  */
  .services-card {
    width: calc((100% - 2rem * 5) / 5);
    height: 40rem;
  }
  .services-card-title h2 {
    transform: rotate(-90deg) translateX(-155%);
  }
  /* < --- ===== Major category ===== --->  */
  .backcard-body ul li a {
    font-size: 1.35rem;
  }
  /* < --- ===== Our Process ===== ---> */
  .ourProcess h1 {
    font-size: 4.2rem;
    line-height: 5rem;
  }
  /* <--- ===== About BYB ===== ---> */
  .about-byb .title {
    font-size: 4.2rem;
  }
}
/* ============================================= viewPort="991px" =============================================== */
@media (max-width: 991px) {
  /* ===== NAVBAR =====  */
  .social-container ul li:nth-child(1) {
    display: none;
  }
  /* ===== hero section =====  */
  .headerRight {
    margin-top: 3.4rem;
    text-align: center;
  }
  .headerLeft h1 {
    font-size: 4.2rem;
    line-height: 5rem;
  }
  .headerLeft p {
    margin-top: 1rem;
    font-size: 2.1rem;
  }
  .image-slide-container {
    height: 52vh;
  }
/* ===== herosecrion-right  infinite scrolling upword images ===== */
  .image-slide-container::before{
    position: absolute;
    left: 0;
    width: 10rem;
    height: 100%;
    background: linear-gradient(to left,rgba(255,255,255,0), #fbfbff);
  }
  .image-slide-container::after{
    position: absolute;
    right: 0;
    width: 10rem;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0), #fbfbff);
  }
  .images-slide {
    flex-direction: row;
    flex-wrap: nowrap;
    animation: slide-horizontal 10s linear infinite;
  }

  @keyframes slide-horizontal {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  /* ===== Client that trust Us section =====  */
  .clients-swiper-section h1 {
    font-size: 3.6rem;
  }
  /* < --- ===== One Stop - solution Hover expand image ===== ---> */
  .services-card {
    width: calc((100% - 1rem * 4) / 4);
    height: 45rem;
  }
  .services-card:hover {
    width: calc(100% - 1rem);
  }
  .services-card-title h2 {
    font-size: 1.8rem;
    transform: rotate(-90deg) translateX(-235%);
  }
  /* < --- ===== Major category ===== ---> */
  .major-category .major-title {
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin: 0 0 2rem 0;
  }
  .backcard-body ul {
    padding: 0;
  }
  .backcard-body ul li {
    padding: 0;
  }
  .backcard-body ul li a {
    font-size: 1.35rem;
  }
  .card-frount-details h3 {
    color: #fff;
    font-size: 2.4rem;
    margin-top: 1.5rem;
  }
  /* ===== Our Process =====  */
  .ourProcess h1 {
    font-size: 3.2rem;
  }
  .ourprecess-desc {
    margin: 0 0 2.4rem 0;
    font-size: 1.6rem;
  }
  /* < ---  ===== About BYB ===== --- > */
  .about-byb .title {
    font-size: 3.2rem;
  }
  .heading p {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .counter-row div span {
    font-size: 4rem;
  }
  .counter-row div h6 {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
  .schedule-a-call h3 {
    font-size: 2.8rem;
    margin: 0 0 2.5rem 0;
  }
  .schedule-a-call a {
    font-size: 1.6rem;
    /* padding: 0.6rem 1.2rem; */
    padding: 0.8rem 1.8rem;
  }
  /* ===== About Us- section =====  */
  .aboutus-heading h5 {
    font-size: 2rem;
    color: var(--purple-c);
  }
  .aboutus-heading h4 {
    font-size: 2.1rem;
  }
  .our-history,
  .our-mission,
  .whoWeare {
    margin: 2.4rem 0;
  }
  .our-history h4,
  .our-mission h4,
  .whoWeare h4 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 500;
  }
  .our-history p,
  .our-mission p,
  .whoWeare p {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
    color: var(--font-c-2);
  }
  .aboutus-right {
    padding-left: 0;
    margin-top: 2.4rem;
    width: 100%;
    height: 100%;
    min-height: 40rem;
  }
}
/* ============================================= viewPort="768px" =============================================== */
@media (max-width: 768px) {
  .social-container ul {
    padding: 0;
    margin: 0 .3rem 0 0;
    display: none;
  }
  .nav-menu-btn-container a {
    font-size: 1.4rem;
    padding: 0.8rem 1.2rem;
  }
  /* < --- ===== Hero - Section ===== --- >  */
  .headerLeft h1 {
    font-size: 3.2rem;
  }
  .headerLeft p {
    margin-top: 1rem;
    font-size: 2rem;
  }
  .image-slide-container .images-slide{
    width: 100%;
    height: 100%;
  }
  /* < --- ===== Client That Trust Us section ===== --->  */
  .clients-swiper-section p {
    font-size: 1.5rem;
  }
  /* <--- ===== One Stop - solution Hover expand image ===== ---> */
  .allservices-section .title {
    margin: 0 0 1rem 0 !important;
  }
  .service-desc {
    font-size: 1.5rem;
    margin: 0 0 2rem 0;
  }
  .services-card{
    width: calc((100% - 1rem * 3) / 3);
    height: 43rem;
  }
  .services-card:hover {
    width: calc(100% - 1rem);
  }
  .services-card-title h2 {
    font-size: 1.6rem;
    transform: rotate(-90deg) translateX(-240%);
  }
  .services-card:hover .services-card-body ul li{
    line-height: 3.5rem;
  }
  /* <---  ===== Major category ===== ---> */
  .major-category .major-title {
    font-size: 3rem;
    line-height: 4.32rem;
    margin: 0 0 2rem 0;
  }
  .major-desc {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
  }
  .card-front,
  .card-back {
    max-height: 35rem;
  }
  .card-box {
    min-height: 37rem;
  }

  .backcard-body ul li a {
    font-size: 1.5rem;
  }
  /* <--- ===== Our Process time line animation ===== --- > */
  .ourProcess h1 {
    font-size: 3.3rem;
  }
  .ourprecess-desc {
    margin: 1.6rem 0 2.4rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .timeline::after {
    left: 3.3rem;
  }
  .textbox-container {
    width: 100%;
    padding-left: 8rem;
    padding-right: 2.5rem;
  }
  .left-container ion-icon,
  .right-container ion-icon {
    left: 1rem;
  }
  .left-container-arrow,
  .right-container-arrow {
    border-right: 15px solid #343433;
    border-left: 0;
    left: 60px;
  }
  .right-container {
    left: 0;
  }
  /* <--- ===== About BYB ===== ---> */
  .about-byb .title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .heading p {
    margin-bottom: 1rem !important;
    font-size: 1.4rem;
  }
  .counter-row div span {
    font-size: 3.9rem;
  }
  .counter-row div h6 {
    font-size: 1.6rem;
  }
  .schedule-a-call h3 {
    font-size: 2rem;
    margin: 0 0 2.4rem 0;
  }
  .schedule-a-call {
    padding: 2rem;
  }
  .schedule-a-call a {
    font-size: 1.4rem;
    padding: 1rem 1.8rem;
  }
  /* ===== About - us section =====  */
  .aboutus-right {
    padding-left: 0;
    margin-top: 2.4rem;
    width: 100%;
    height: 100%;
    min-height: 30rem;
  }
}
@media (max-width: 667px) {
  /* ===== Footer Whatsapp BTN ===== */
  .wapp-btn {
    left: -3rem !important;
  }
  /* ===== Top Scroll Button ===== */
  .to_top {
    right: 0rem;
  }
  /* ===== chatbot ======  */
  #chat-bot-launcher-container.chat-bot-launcher-notext #chat-bot-launcher {
    right: -2rem !important;
  }
  #chat-bot-launcher-container .chat-bot-launcher {
    height: 4rem !important;
    width: 4rem !important;
    border-radius: 50%;
    padding: 0 0px !important;
  }
}
/* ============================================= viewPort="576px" =============================================== */
@media (max-width: 576px) {
 /* ===== all sections padding =====  */
 .allservices-section{
  padding: 6rem 1.5rem;
}
.ourProcess{
  padding: 6rem 1.5rem;
}
.about-byb{
  padding:6rem 1.5rem;
}
.aboutus-section{
  padding: 6rem 1.5rem;
}
.clients-swiper-section {
  padding:6rem 1.5rem;
}
.form-section{
  padding: 6rem 1.5rem;
}
.g_map__section{
  padding: 6rem 1.5rem;
}
.footer-section {
  padding:6rem 1.5rem;
}
.major-category {
  padding: 6rem 1.5rem;
}
.ourgoal-section {
  padding: 6rem 1.5rem;
}
.title{
  font-size: 2.8rem;
  line-height: 3.8rem !important;
  margin-bottom: 2.4rem !important;
}
.nav-row {
  display: flex;
  justify-content: flex-start;
}
  /* <--- ===== hero sction ===== ---> */
  .headerLeft h1 {
    font-size: 3.2rem;
  }
  .headerLeft p {
    margin: 1rem 0 0 0;
    font-size: 2rem;
  }
  .headerRight {
    margin-top: 2.4rem;
    text-align: center;
  }
  .headerRight img {
    height: 100%;
    max-height: 200px;
  }
  .image-slide-container {
    height: 50vh;
  }
  /* <--- ===== Client That Trust Us section ===== ---> */
  .clients-swiper-section h1 {
    font-size: 3.2rem;
    margin-bottom: 1.2rem;
  }
  .clients-swiper-section p {
    font-size: 1.3rem;
    margin: 0 0 1.5rem 0;
  }
  /*< --- ===== One Stop - solution Hover expand image ===== ---> */
  .allservices-section .title {
    margin: 0 0 1.2rem 0 !important;
    font-size: 3.2rem;
  }
  .service-desc {
    font-size: 1.4rem;
    margin: 0 0 2rem 0;
  }
  .services-card {
    /* width: 100% !important; */
    width: calc((100% - 1rem * 4) / 4);
    height: 38rem;

  }
  .services-card-title h2 {
    font-size: 1.4rem !important;
    transform: rotate(-90deg) translateX(-315%);

  }
  .services-card .services-card-body ul li {
    font-size: 1.3rem !important;
  }
  /* < --- ===== Major category ===== ---> */
  .major-category .major-title {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin: 0 0 2rem 0;
  }
  .major-desc {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 0 2rem 0;
  }
  .card-front,
  .card-back {
    max-height: 32rem;
  }
  .card-box {
    min-height: 35rem !important;
  }
  .backcard-title h3 {
    padding: 1rem 0;
    font-size: 2rem;
  }
  .backcard-body ul li a {
    font-size: 1.4rem;
    padding: 0.4rem;
  }

  /* < --- ===== Our Process ===== ---> */
  .ourProcess h1 {
    font-size: 3.2rem;
  }
  .ourprecess-desc {
    margin: 1.6rem 0 1.2rem 0;
    font-size: 1.4rem;
    font-weight: 400;
  }
  /* <--- ===== About BYB ===== ---> */
  .about-byb .title {
    font-size: 2.5rem;
  }
  .heading p {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
  }
  .counter-row div span {
    font-size: 3.6rem;
  }
  .schedule-a-call {
    padding: 1.5rem;
  }
  .schedule-a-call h3 {
    font-size: 1.6rem;
    margin: 0 0 1.2rem 0;
  }
  .schedule-a-call a {
    font-size: 1.6rem;
    padding: 0.6rem 1.5rem;
  }
  /* ===== Form section =====  */
  .form-right-side {
    padding: 2rem 0 2rem 0rem;
  }
  .bybENQform {
    text-align: center;
  }
 
  /* ===== Footer Whatsapp BTN ===== */
  .wapp-btn {
    display: none;
  }
}
/* ====================== max width 511 px ==================== */
@media (max-width: 511px) {  
  .social-container ul {
    padding: 0;
    margin: 0;
  }
  .social-container ul li a {
    padding: 0.5rem;
    font-size: 2.1rem;
  }
  /* ===== One stop solution all services expand image animation ==== */
  .services-card-title h2 {
    font-size: 1.4rem !important;
    transform: rotate(-90deg) translateX(-350%);
  }
  .services-card .services-card-body ul li {
    font-size: 1.3rem !important;
  }
}
/* ============================================= viewPort="478px" =============================================== */
@media (max-width: 478px) {
  .nav-dropdown button {
    font-weight: 400;
    font-size: 1.4rem;
    padding: 0;
  }

  /* <--- ===== Hero section ===== ---> */
  .headerLeft h1 {
    font-size: 3rem;
  }
  .headerLeft p {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
  .input-container input {
    padding: 0.5rem;
    font-size: 1.4rem;
  }
  .headerRight {
    margin-top: 2.4rem;
  }
  /* <--- ===== Client That Trust Us section ===== --- >  */
  .clients-swiper-section h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .clients-swiper-section p {
    font-size: 1.2rem;
  }
 
  /* <--- ===== one stop solution ===== ---> */
  .allservices-section .title {
    margin: 0 0 1.2rem 0 !important;
    font-size: 3rem;
  }
  .services-card {
    width: calc((100% - 1rem * 4) / 4);
    height: 35rem;
    margin: 0 2px;
  }
  .services-card:hover{
    margin: 0 2px;
  }
  .services-card-title h2{
    font-size: 1.2rem;
    transform: rotate(-90deg) translateX(-300%);
  }
  .services-card .services-card-body ul li {
    font-size: 1rem;
    line-height: 2.8rem !important;
  }
  /* ===== major category =====  */
  .major-category .major-title {
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 0 0 1.2rem 0;
  }
  .major-desc {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin: 0 0 1.2rem 0;
  }
  /* ===== Our Process =====  */
  .ourprecess-desc {
    margin: 1.6rem 0 1.2rem 0;
    font-size: 1.3rem;
    font-weight: 400;
  }
  /* ===== About BYB ===== */
  .about-byb .title {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
  .heading p {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .counter-row {
    padding: 2rem 0 2rem 0;
  }
  .counter-row div span {
    font-size: 2.3rem;
  }
  .counter-row div h6 {
    font-size: 1rem;
  }
  .schedule-a-call {
    padding: 1.1rem;
  }
  .schedule-a-call h3 {
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
  }
  .schedule-a-call a {
    font-size: 1.1rem;
    padding: 1rem 1.2rem;
  }
}
/* ====================== max width 388 px ==================== */
@media (max-width: 388px) {
  .services-card-title h2 {
    font-size: 1.3rem;
    transform: rotate(-90deg) translateX(-447%);
  }
  .nav-menu-btn-container a {
    font-size: 1.1rem;
    padding:0.8rem;
  }
  /* ===== Client That Trust Us section =====  */
  .clients-swiper-section h1 {
    text-align: center;
    font-size: 2.4rem;
    text-transform: capitalize;
    color: #343433;
    margin: 0 0 1.2rem 0 !important;
    line-height: 3.1rem;
  }
  .clients-swiper-section p {
    font-size: 1.2rem;
    margin: 0 0 1.2rem;
    line-height: 1.8rem;
  }
  /* ===== About Us =====  */
  .our-history,
  .our-mission,
  .whoWeare {
    margin: 1.5rem 0;
  }
}
/* ====================== max width 350 - 300 ==================== */
@media screen and (min-width: 300px) and (max-width: 350px) {
  /* ===== nav social container ===== */
  .social-container ul {
    gap: 0;
    margin-right: 0rem;
    display: none;
  }
  .nav-menu-btn-container a {
    padding: 7px;
  }
  .headerLeft h1 {
    font-size: 2.6rem;
    margin: 0;
    line-height: 3.2rem;
  }
  .headerLeft p {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  /* ===== client trust section =====  */
  .clients-swiper-section h1 {
    font-size: 2.6rem;
    margin: 0 0 1.2rem 0 !important;
    line-height: 3.2rem;
  }
  .clients-swiper-section p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  /* ===== One stp solution All services =====  */
  .allservices-section .title {
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin: 0 !important;
  }
  .service-desc {
    font-size: 1.5rem;
    margin: 0 0 3rem 0;
  }
  .service-card-row {
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-evenly;
  }
  .services-card {
    justify-content: center;
    width: calc((100% - 1rem * 5) / 5);
    background-repeat: no-repeat;
    transition: all 0.5s;
  }
  /* ===== major category =====  */
  .backcard-body ul li a {
    font-size: 1.2rem;
    padding: 0.4rem 0;
  }
  .card-box {
    min-height: 32rem !important;
  }
  /* ===== our process =====  */
  .ourProcess h1 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
  .textbox-container {
    padding-right: 0.5rem;
  }
  .tex-box {
    padding: 2rem 1rem;
  }
  .tex-box h3 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
  /* ===== About byb =====  */
  .heading p {
    font-size: 1.2rem;
  }
  /* ===== About Us =====  */
  .aboutus-heading h5 {
    font-size: 1.8rem;
  }
  .our-history,
  .our-mission,
  .whoWeare {
    margin: 1.5rem 0;
  }
  .our-history h4,
  .our-mission h4,
  .whoWeare h4 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 500;
  }
}


/* =====================================================
   GLOBAL RESPONSIVE FIXES (appended)
   ===================================================== */

img { max-width: 100%; height: auto; }
iframe { max-width: 100%; }
* { box-sizing: border-box; }

/* Responsive YouTube / map iframes */
.iframe-wrap {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ---- 768px ---- */
@media (max-width: 768px) {

  /* Nav */
  .nav-row { flex-wrap: wrap; gap: 8px; }
  .nav { padding: 10px 15px; }
  .headerLeft, .headerRight { width: 100%; }

  /* Hero section */
  .hero-section, .header-section { flex-direction: column; text-align: center; }
  .major-title { font-size: 1.8rem !important; }
  .major-desc { font-size: 0.95rem !important; }

  /* Service cards row — stack on mobile */
  .service-card-row { flex-direction: column; align-items: center; }
  .services-card { width: 90% !important; margin: 8px auto; }

  /* About / sections with two columns */
  .aboutus-section { flex-direction: column; }
  .aboutus-right { width: 100% !important; }
  .aboutus-left  { width: 100% !important; }

  /* iframes in about/sections */
  .aboutus-right iframe,
  .about-iframe iframe,
  .video-section iframe { width: 100% !important; height: auto !important; aspect-ratio: 16/9; }

  /* Goal / feature cards */
  .ourgoal-section .col-lg-3 { flex: 0 0 50%; max-width: 50%; }

  /* Counter section */
  .counter-row { flex-wrap: wrap; }
  .counter-row > div { flex: 0 0 50%; max-width: 50%; margin-bottom: 16px; }

  /* Form */
  .bybENQform, .form-right-side { width: 100% !important; padding: 16px !important; }

  /* Process / timeline */
  .ourProcess { flex-direction: column; }
  .textbox-container { width: 90% !important; margin: 10px auto !important; left: 0 !important; right: 0 !important; }
  .right-container, .left-container { width: 100% !important; padding-left: 10px; padding-right: 10px; }
  .right-container-arrow { display: none; }

  /* Footer */
  .footer-section { flex-direction: column; }
  .footer-section > div { width: 100% !important; margin-bottom: 20px; }

  /* Partner / allservices */
  .allservices-section { flex-direction: column; }
  .major-category { width: 100% !important; }

  /* Video editing page — Buy Now button */
  .byb-buy-btn { font-size: 0.7rem !important; padding: 5px 8px !important; }

  /* General col-lg overrides for mobile */
  [class*="col-lg-"] { margin-bottom: 16px; }
}

/* ---- 576px ---- */
@media (max-width: 576px) {

  .major-title { font-size: 1.4rem !important; }
  .schedule-a-call { font-size: 0.85rem !important; padding: 10px 16px !important; }

  /* Pricing table font shrink */
  .byb-buy-btn { font-size: 0.6rem !important; padding: 4px 6px !important; }

  /* Cards */
  .card-box { width: 100% !important; }
  .services-card { width: 95% !important; }

  /* Goal cards stack to 1 col */
  .ourgoal-section .col-lg-3 { flex: 0 0 100%; max-width: 100%; }

  /* Counter stack to 1 col */
  .counter-row > div { flex: 0 0 100%; max-width: 100%; }

  /* Social icons in nav */
  .social-container ul { flex-wrap: wrap; gap: 6px; }

  /* About btn */
  .about-btn a { font-size: 14px !important; }

  /* g-map */
  .g-map { width: 100% !important; height: 250px !important; }

  /* Table / grid buy now pricing */
  .byb-buy-btn { display: block; margin-top: 4px; }
}

/* ---- 400px ---- */
@media (max-width: 400px) {
  .major-title { font-size: 1.2rem !important; }
  .nav-row .logo img { max-height: 40px; }
  .wapp-btn { bottom: 60px !important; right: 12px !important; }
  #chat-bot-launcher { bottom: 10px !important; right: 12px !important; }
}