   @media (min-width: 1024px) {
    body {
      margin: 0;
      padding: 0;
    }
    .header {
      margin-bottom: 0 !important;
    }
    .company-banner {
      margin-top: 0;
      width: 100%;
      padding: 100px;
      background: linear-gradient(135deg, #de0708, #ffd6d6);
      color: #fff;
      position: relative;
      overflow: hidden;
    }
    .company-banner .row {
      margin: 0;
    }
    .banner-left h1 {
      font-size: 40px;
      font-weight: 500;
      line-height: 1.3;
      animation: fadeUp 1s ease-in-out;
    }
    .banner-left span {
      color: #ffe082;
    }
    .banner-left p {
      margin-top: 20px;
      font-size: 16px;
      max-width: 400px;
      font-weight: 700;
      animation: fadeUp 1.3s ease-in-out;
    }
    .know-btn {
      display: inline-block;
      margin-top: 25px;
      padding: 12px 30px;
      background: #fff;
      color: #df090b;
      font-size: 16px;
      font-weight: 400;
      border-radius: 30px;
      text-decoration: none;
      transition: 0.3s;
      animation: fadeUp 1.6s ease-in-out;
    }
    .know-btn:hover {
      background: #ffe082;
      color: #000;
    }
    .banner-animation {
      position: relative;
      height: 300px;
    }
    .banner-animation::after {
      content: "";
      position: absolute;
      width: 300px;
      height: 300px;
      background: rgba(255, 255, 255, 0.15);
      filter: blur(80px);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
    }
    .circle {
      position: absolute;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.15);
      animation: float 6s infinite ease-in-out;
    }
    .circle.one {
      width: 120px;
      height: 120px;
      top: 20%;
      left: 20%;
    }
    .circle.two {
      width: 80px;
      height: 80px;
      bottom: 20%;
      right: 20%;
      animation-delay: 2s;
    }
    .circle.three {
      width: 60px;
      height: 60px;
      top: 50%;
      right: 40%;
      animation-delay: 4s;
    }
    .company-banner::before {
      content: "";
      position: absolute;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
      animation: moveBg 10s linear infinite;
    }
    .banner-img {
      width: 350px;
      height: 350px;
      object-fit: cover;
      border-radius: 50%;
      position: relative;
      z-index: 2;
      animation: floatImage 4s ease-in-out infinite;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    }
    .single-banner-section {
      padding: 80px 0;
      background: #f8f9fa;
      margin-top: 0 !important;
    }
    .left-img img {
      width: 100%;
      /*height: 320px;*/
      object-fit: cover;
      border-radius: 20px;
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
      transition: 0.4s;
      transform: scale(0.6);
      opacity: 0;
    }
    .left-img img:hover {
      transform: scale(1.05);
    }
    .left-img img.show-img {
      animation: zoomInImg 0.8s ease forwards;
    }
    .right-content {
      padding-left: 40px;
    }
    .right-content h2 {
      font-size: 40px;
      font-weight: 500;
      color: #df090b;
    }
    .right-content p {
      margin-top: 15px;
      font-size: 16px;
      color: #555;
      font-weight: 700;
      line-height: 1.7;
    }
    .vision-mission-section {
      width: 100%;
      padding: 70px 0;
      background: #e2dacf;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .vm-content {
      padding-right: 40px;
    }
    .vm-box {
      margin-bottom: 30px;
      opacity: 0;
      transform: translateY(40px);
    }
    .vm-box.show {
      animation: fadeUpCustom 0.8s ease forwards;
    }
    .vm-box:nth-child(2).show {
      animation-delay: 0.3s;
    }
    .vm-box h3 {
      font-size: 40px;
      font-weight: 500;
      color: #df090b;
    }
    .vm-box p {
      margin-top: 10px;
      font-size: 16px;
      color: #555;
      font-weight: 700;
      line-height: 1.7;
    }
    .rotating-wrapper {
      position: relative;
      display: inline-block;
      transition: transform 0.4s ease;
    }
    .rotate-img {
      width: 440px;
      height: 383px;
      object-fit: cover;
      transform: rotate(0deg);
    }
    .rotating-wrapper:hover {
      transform: scale(1.08);
    }
    .rotate-start {
      animation: spinOnce 1.2s ease-in-out forwards;
    }
    .single-banner-section + .vision-mission-section {
      margin-top: -10px;
    }
    .what-drives-section {
      width: 100%;
      padding: 70px 0;
      background: #fff;
      margin-top: 0 !important;
    }
    .drives-img {
      width: 551px;
      height: 552px;
      transform: scale(0.6);
      opacity: 0;
      transition: transform 0.4s ease, opacity 0.4s ease;
    }
    .drives-img.show {
      animation: zoomRotate 1.2s ease-in-out;
      transform: scale(1);
      opacity: 1;
    }
    .drives-img-wrapper:hover .drives-img {
      transform: scale(1.1) !important;
    }
    .drives-content h2 {
      font-size: 42px;
      color: #df090b;
      margin-bottom: 15px;
      font-weight: 500;
    }
    .drives-content p {
      font-size: 16px;
      color: #555;
      margin-bottom: 20px;
      font-weight: 700;
    }
    .drives-content ul {
      list-style: none;
      padding-left: 0;
    }
    .drives-content ul li {
      margin-bottom: 12px;
      font-size: 15px;
      color: #333;
    }
    .global-section {
      width: 100%;
      padding: 70px 0;
      background: #FFF1F3;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .global-img {
      width: 707px;
      height: 620px;
      transform: scale(0.6);
      opacity: 0;
      transition: transform 0.4s ease, opacity 0.4s ease;
    }
    .global-img.show {
      animation: globalZoom 1s ease forwards;
      transform: scale(1);
      opacity: 1;
    }
    .global-content h2 {
      font-size: 42px;
      color: #df090b;
      margin-bottom: 15px;
      font-weight: 500;
    }
    .global-content p {
      font-size: 16px;
      color: #555;
      margin-bottom: 20px;
      font-weight: 400;
    }
    .global-content p b {
      font-weight: 700 !important;
      color: #000 !important;
    }
    .global-content ul {
      list-style: none;
      padding-left: 0;
    }
    .global-content ul li {
      position: relative;
      padding-left: 40px;
      margin-bottom: 12px;
      font-size: 15px;
    }
    .global-content ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      width: 25px;
      height: 25px;
      background-image: url("images/arrowMid.webp");
      background-size: contain;
      background-repeat: no-repeat;
    }
    .milestone-section {
      background: #fff;
      width: 100%;
      padding: 70px 0;
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .milestone-title {
      font-size: 42px;
      color: #df090b;
      margin-bottom: 10px;
      font-weight: 500;
    }
    .milestone-sub {
      color: #555;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 50px;
    }
    .timeline {
      position: relative;
      padding: 40px 0;
    }
    .timeline::after {
      content: "";
      position: absolute;
      width: 4px;
      background: #ddd;
      top: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
    .timeline::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 4px;
      background: #ccc;
      transform: translateX(-50%);
      z-index: 1;  
    }
    .timeline-item {
      padding: 20px 40px;
      position: relative;
      width: 50%;
      opacity: 0;
      transform: translateY(50px);  
      transition: all 0.8s ease-out;
      z-index: 2;  
    }
    .timeline-item.show {
      opacity: 1;
      transform: translateY(0);
    }
    .timeline-item.left {
      left: 0;
      text-align: right;
    }
    .timeline-item.right {
      left: 50%;
    }
    .content {
      padding: 25px;
      border-radius: 12px;
      background: #F3F3F3;
      width: 100% !important;
    }
    .content h3 {
      font-size: 42px;
      margin-bottom: 5px;
      font-weight: 500;
    }
    .content span {
      font-size: 16px;
      color: #888;
      display: block;
      margin-bottom: 10px;
    }
    .content p {
      font-size: 16px !important;
      color: #444;
      font-weight: 500;
    }
    .green { border-right: 5px solid #df090b; }
    .orange { border-left: 5px solid #df090b; }
    .blue { border-right: 5px solid #df090b; }
    .red { border-left: 5px solid #df090b; }
    .green h3, .green span, .orange h3, .orange span, .blue h3, .blue span, .red h3, .red span {
      color: #df090b;
    }
    .timeline-item::after {
      content: "";
      position: absolute;
      width: 18px;
      height: 18px;
      background: #fff;
      border: 4px solid #df090b;
      border-radius: 50%;
      top: 30px;
      right: -9px;
      z-index: 1;
    }
    .timeline-item.right::after {
      left: -9px;
    }
    .quality-section {
      background: #fff;
      width: 100%;
      padding: 70px 0;
      margin-top: 0 !important; 
      margin-bottom: 0 !important;
    }
    .quality-content h2 {
      font-size: 42px;
      font-weight: 500;
      color: #df090b;
      margin-bottom: 20px;
    }
    .quality-content p {
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 25px;
      color: #333;
      font-weight: 500;
    }
    .quality-content ul {
      list-style: none;
      padding: 0;
    }
    .quality-content ul li {
      font-size: 16px;
      margin-bottom: 15px;
      position: relative;
      padding-left: 25px;
    }
    .quality-content ul li::before {
      content: "\2713";  
      color: #004d40;
      position: absolute;
      left: 0;
      top: 0;
      font-weight: bold;
    }
    .quality-img {
      width: 700px;
      height: 678px;
      transform: scale(0.6);
      opacity: 0;
      transition: transform 0.4s ease, opacity 0.4s ease;
    }
    .quality-img.show {
      animation: zoomRotate 1.2s ease-in-out;
      transform: scale(1);
      opacity: 1;
    }
    .recognized-for-excellence {
      background: #FFF1F3;
      width: 100%;
      padding: 70px 0;
      margin-top: 0 !important; 
      margin-bottom: 0 !important;
    }
    .recognized-for-excellence .section-title h2 {
      font-size: 42px;
      font-weight: 500;
      color: #df090b;
      margin-bottom: 20px;
    }
    .recognized-for-excellence .excellence-img {
      width: 700px;
      height: 419px;
      transition: transform 1s ease-in-out;
      transform: scale(0.8); 
      opacity: 0;
    }
    .recognized-for-excellence .excellence-img.show {
      transform: scale(1);
      opacity: 1;
    }
    .infrastructure-section {
      background: #FFF;
      width: 100%;
      padding: 70px 0;
      margin-top: 0 !important; 
      margin-bottom: 0 !important;
    }
    .infrastructure-title {
      font-size: 42px;
      font-weight: 500;
      color: #df090b;
      margin-bottom: 20px;
    }
    .infrastructure-img {
      width: 600px;
      height: 528px;
      border-radius: 18px;
    }
  }
  
@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden; 
    font-size: 16px;
  }
  .company-banner {
    margin-top: 0;
    width: 100%;
    padding: 100px;
    background: linear-gradient(135deg, #5bc0c3, #df090b);
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .company-banner .row {
    margin: 0;
  }
  .company-banner::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
    animation: moveBg 10s linear infinite;
  }
  .company-banner .know-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #df090b;  
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 15px;
    transition: background 0.3s ease;
    margin-bottom: 20px;
  }
  .know-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 30px;
    background: #fff;
    color: #df090b;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    animation: fadeUp 1.6s ease-in-out;
  }

  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  header .logo img {
    max-width: 64px;
    height: auto;
  }

  .header-item.item-left,
  .header-item.item-right {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }

  .menu-main li {
    font-size: 14px;
  }

  .company-banner {
    padding: 50px 15px;
  }

  .company-banner .banner-left h1 {
    font-size: 28px;
  }

  .company-banner .banner-left p {
    font-size: 14px;
  }

  .banner-img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
  }
  .single-banner-section .row{
    flex-direction: column-reverse;
  }
  .single-banner-section .col-md-5,
  .single-banner-section .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .single-banner-section .right-content {
    text-align: center;
    font-size: 15px;
    color: #555;
    font-weight: 400;
    line-height: 1.7;
  }
  .what-drives-section .row{
    flex-direction: column-reverse;
  }
  .vision-mission-section .col-md-6,
  .what-drives-section .col-md-6,
  .global-section .col-md-6,
  .quality-section .col-md-6,
  .recognized-for-excellence .col-md-6,
  .infrastructure-section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .vision-mission-section .rotate-img,
  .what-drives-section .drives-img,
  .global-section .global-img,
  .quality-section .quality-img,
  .recognized-for-excellence .excellence-img,
  .infrastructure-section .infrastructure-img {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .vm-content .vm-box {
    margin-bottom: 20px;
  }

  .drives-content ul {
    padding-left: 20px;
    text-align: left;
  }

  .timeline {
    padding-left: 0;
  }

  .timeline-item.left,
  .timeline-item.right {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    left: 0 !important;
  }

  .timeline-item .content {
    margin: 0 auto;
    width: 90%;
  }

  .milestone-title,
  .milestone-sub {
    font-size: 22px;
  }

  .know-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .mobile-menu-trigger {
    display: block;
  }

  nav.menu {
    display: none;
  }

  .menu-overlay {
    display: none;
  }


.banner-left h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.banner-left span {
  color: #ffe082;
}

.banner-left p {
  margin-top: 20px;
  font-size: 16px;
  max-width: 400px;
  font-weight: 700;
}

.right-content h2 {
  font-size: 35px;
  font-weight: 500;
  color: #df090b;
}

.right-content p {
  margin-top: 15px;
  font-size: 16px;
  color: #555;
  font-weight: 700;
  line-height: 1.7;
}

.vm-box h3 {
  font-size: 35px;
  font-weight: 500;
  color: #df090b;
}

.vm-box p {
  margin-top: 10px;
  font-size: 15px;
  color: #555;
  font-weight: 700;
  line-height: 1.7;
}

.drives-content h2 {
  font-size: 35px;
  color: #df090b;
  margin-bottom: 15px;
  font-weight: 500;
}

.drives-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  font-weight: 700;
}

.drives-content ul li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.global-content h2 {
  font-size: 35px;
  color: #df090b;
  margin-bottom: 15px;
  font-weight: 500;
}

.global-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  font-weight: 700;
}

.global-content p b {
  font-weight: 700 !important;
  color: #000 !important;
}

.global-content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  font-size: 15px;
}

.milestone-title {
  font-size: 35px;
  color: #df090b;
  margin-bottom: 10px;
  font-weight: 500;
}

.milestone-sub {
  color: #555;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 50px;
}

.content h3 {
  font-size: 35px;
  margin-bottom: 5px;
  font-weight: 500;
}

.content span {
  font-size: 15px;
  color: #888;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}

.content p {
  font-size: 16px !important;
  color: #444;
  font-weight: 500;
}

.quality-content h2 {
  font-size: 35px;
  font-weight: 500;
  color: #df090b;
  margin-bottom: 20px;
}

.quality-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #333;
  font-weight: 500;
}

.quality-content ul li {
  font-size: 16px;
  margin-bottom: 15px;
}

.recognized-for-excellence .section-title h2 {
  font-size: 35px;
  font-weight: 500;
  color: #df090b;
  margin-bottom: 20px;
}

.infrastructure-title {
  font-size: 35px;
  font-weight: 500;
  color: #df090b;
  margin-bottom: 20px;
}
.infrastructure-img {
  width: 600px;
  height: 500px;
  border-radius: 18px;
}
  
}
  
     /* GLOBAL KEYFRAMES (Required by both) */
  @keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
  }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes floatImage {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
  }
  @keyframes moveBg {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-50px, -50px); }
  }
  @keyframes zoomInImg {
    0% { transform: scale(0.6); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
  }
  @keyframes spinOnce {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  @keyframes fadeUpCustom {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes zoomRotate {
    0% { transform: scale(0.6) rotate(0deg); opacity: 0; }
    100% { transform: scale(1) rotate(360deg); opacity: 1; }
  }
  @keyframes globalZoom {
    0% { transform: scale(0.6); opacity: 0; }
    60% { transform: scale(1.05); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
  }