

        .main-video-section-wrapper {
            max-width: 1200px;
            margin: 0 auto;
        }

        .professional-team-video-container {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 0;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            position: relative;
        }

        .left-image-content-wrapper {
            grid-column: span 3;
            position: relative;
            overflow: hidden;
            min-height: 400px;
        }

        .background-office-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .overlay-gradient-layer {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .right-content-details-wrapper {
            grid-column: span 3;
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: #ffffff;
        }

        .animated-play-button-container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
        }

        .circular-play-button-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, #00aaff, #0088cc);
            border-radius: 50%;
            text-decoration: none;
            position: relative;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(0, 170, 255, 0.4);
        }

        .circular-play-button-link:hover {
            transform: scale(1.1);
            box-shadow: 0 12px 35px rgba(0, 170, 255, 0.6);
        }

        .play-icon-triangle {
            width: 0;
            height: 0;
            border-left: 25px solid white;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            margin-left: 8px;
        }

        .ripple-animation-effect {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 2px solid #00aaff;
            animation: rippleEffect 2s infinite;
        }

        .ripple-animation-effect:nth-child(2) {
            animation-delay: 0.5s;
        }

        .ripple-animation-effect:nth-child(3) {
            animation-delay: 1s;
        }

        @keyframes rippleEffect {
            0% {
                transform: scale(1);
                opacity: 1;
            }
            100% {
                transform: scale(1.8);
                opacity: 0;
            }
        }

        .pulse-animation-effect {
            animation: pulseButton 2s infinite;
        }

        @keyframes pulseButton {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
        }

        .section-heading-primary {
            font-size: 36px;
            font-weight: 700;
            color: #333;
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .section-description-text {
            font-size: 16px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 15px;
        }

        .highlight-brand-color {
            color: #00aaff;
            font-weight: 600;
        }

        /* Responsive Design */
        @media screen and (max-width: 992px) {
            .professional-team-video-container {
                grid-template-columns: repeat(6, 1fr);
            }

            .left-image-content-wrapper {
                grid-column: span 6;
                min-height: 350px;
            }

            .right-content-details-wrapper {
                grid-column: span 6;
                padding: 40px 30px;
            }

            .section-heading-primary {
                font-size: 30px;
            }
        }

        @media screen and (max-width: 768px) {
            .left-image-content-wrapper {
                min-height: 300px;
            }

            .circular-play-button-link {
                width: 80px;
                height: 80px;
            }

            .play-icon-triangle {
                border-left: 20px solid white;
                border-top: 12px solid transparent;
                border-bottom: 12px solid transparent;
            }

            .section-heading-primary {
                font-size: 26px;
            }

            .section-description-text {
                font-size: 15px;
            }

            .right-content-details-wrapper {
                padding: 30px 20px;
            }
        }

        @media screen and (max-width: 480px) {
            .left-image-content-wrapper {
                min-height: 250px;
            }

            .circular-play-button-link {
                width: 70px;
                height: 70px;
            }

            .play-icon-triangle {
                border-left: 18px solid white;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
            }

            .section-heading-primary {
                font-size: 22px;
                margin-bottom: 15px;
            }

            .section-description-text {
                font-size: 14px;
            }
        }
.cardbig{
   width: 23.33333333% !important;
}
.cardsmol{
    width: 23.33333333% !important;
}
.client_item{
   
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.owl-nav{
   
}











    /* Navbar Base */
    .asd-navbar {
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .asd-nav-container {
      max-width: 1400px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
    }
    .asd-logo img {
      height: 70px;
      padding: 15px 0;
    }

    /* Menu Styling */
    .asd-nav-menu {
      display: flex;
      list-style: none;
      align-items: center;
      gap: 1px;
    }
    .asd-nav-item {
      position: relative;
    }
    .asd-nav-link {
      color: rgb(0, 0, 0);
      text-decoration: none;
      padding: 25px 11px;
      display: flex;
      align-items: center;
      font-weight: 600;
      font-size: 15px;
      letter-spacing: 0.5px;
      transition: all 0.3s ease;
      position: relative;
    }

    .asd-nav-link:hover {
      background: rgba(150, 192, 230, 0.635);
      color: #4169e1;
      border-radius: 100px;
      padding: 12px;
    }

    /* ▼ arrow only for dropdown items */
    .asd-has-dropdown > .asd-nav-link::after {
      content: "▼";
      position: absolute;
      top: 9px;
      left: 90%;
      transform: translateX(-50%) translateY(-10px);
      font-size: 14px;
      opacity: 0;
      color: #4169e1;
      transition: all 0.3s ease;
    }
    .asd-has-dropdown:hover > .asd-nav-link::after {
      opacity: 1;
      transform: translateX(-50%) translateY(5px);
    }

    /* Dropdowns */
    .asd-dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      background: white;
      width: max-content;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s ease;
      z-index: 999;
      padding: 10px 12px;
    }
    .asd-nav-item:hover .asd-dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    .asd-dropdown-item {
      padding: 8px 25px;
      color: #333;
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 600;
      text-decoration: none;
      font-size: 14px;
      transition: all 0.3s ease;
    }
    .asd-dropdown-item:hover {
      background: #f8f9fa;
      color: #4169e1;
      padding-left: 28px;
    }
    .asd-dropdown-item i {
      color: #4169e1;
      font-size: 15px;
    }

    /* Sub Dropdown */
    .asd-sub-dropdown {
      position: absolute;
      left: 100%;
      top: 0;
      background: white;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
      opacity: 0;
      visibility: hidden;
      transform: translateX(-10px);
      transition: all 0.3s ease;
      z-index: 1000;
      padding: 10px 12px;
    }
    .asd-dropdown-item.asd-has-submenu:hover .asd-sub-dropdown {
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
    }
    .asd-sub-dropdown-item {
      padding: 8px 20px;
      color: #333;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 600;
      font-size: 13px;
      transition: all 0.3s ease;
    }
    .asd-sub-dropdown-item:hover {
      background: #f8f9fa;
      color: #4169e1;
      padding-left: 25px;
    }
    .asd-sub-dropdown-item i {
      color: #4169e1;
      font-size: 14px;
    }

   /* Download Button Icon Only */
    .asd-download-btn {
      background: transparent;
      color: #1e40af;
      padding: 12px;
      margin-left: 15px;
      font-size: 22px;
      border: 2px solid #1e40af;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }
    .asd-download-btn:hover {
      background: #1e40af;
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    /* Mobile Responsive */
    .asd-mobile-toggle {
      display: none;
      flex-direction: column;
      cursor: pointer;
      padding: 10px;
    }
    .asd-mobile-toggle span {
      width: 25px;
      height: 3px;
      background: black;
      margin: 3px 0;
      transition: 0.3s;
    }

     /* ===== Search Field Inside Navbar ===== */
    .asd-search-box {
      position: relative;
      width: 45px;
      height: 45px;
      overflow: hidden;
      transition: width 0.4s ease;
      border-radius: 30px;
      background: #fff;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .asd-search-box input {
      width: 100%;
      height: 100%;
      border: none;
      outline: none;
      padding: 0 45px 0 15px;
      opacity: 0;
      font-size: 15px;
      transition: opacity 0.3s ease;
    }

    .asd-search-box i {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 18px;
      color: #1e40af;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .asd-search-box i:hover {
      transform: translateY(-50%) rotate(90deg);
    }

    /* Expanded State */
    .asd-search-box.active {
      width: 250px;
    }

    .asd-search-box.active input {
      opacity: 1;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .asd-nav-menu {
        flex-wrap: wrap;
        justify-content: center;
      }

      .asd-search-box.active {
        width: 80%;
      }
    }
    @media (max-width: 1024px) {
      .asd-mobile-toggle {
        display: flex;
      }
      .asd-nav-menu {
        position: fixed;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background: #1e40af;
        width: 100%;
        transition: 0.3s;
        text-align: center;
        overflow-y: auto;
      }
      .asd-nav-menu.asd-active {
        left: 0;
        z-index: 100000000;
      }
      .asd-dropdown-menu,
      .asd-sub-dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: rgba(255, 255, 255, 0.1);
        display: none;
      }
      .asd-nav-item.asd-active .asd-dropdown-menu {
        display: block;
      }
      .asd-dropdown-item {
        color: white;
        padding: 15px;
      }
      .asd-sub-dropdown-item {
        color: #ddd;
        padding-left: 40px;
      }
      .asd-download-btn {
        margin: 15px auto;
        border: 2px solid #fff;
        color: #fff;
      }
      .asd-download-btn:hover {
        background: #fff;
        color: #1e40af;
      }
    }



    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

 

    .ssaassas{
      margin: 0;
      
      background: linear-gradient(270deg, #1e3c72, #2a5298, #1e3c72);
      background-size: 600% 600%;
      animation: ssgsagg-bgGradient 30s ease infinite;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: 'Poppins', sans-serif;
      overflow: hidden;
    }

    @keyframes ssgsagg-bgGradient {
      0% {background-position:0% 50%}
      50% {background-position:100% 50%}
      100% {background-position:0% 50%}
    }

    .ssgsagg-carousel {
      position: relative;
      width: 100%;
      max-width: 1600px;
      height: 80vh;
      overflow: hidden;
      /* border-radius: 20px; */
      box-shadow: 0 20px 60px rgba(0,0,0,0.8);
      background: #111;
    }

    .ssgsagg-slides {
      display: flex;
      width: 100%;
      height: 100%;
      transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
      will-change: transform;
    }

    .ssgsagg-slide {
      position: relative;
      flex: 0 0 100%;
      height: 100%;
      overflow: hidden;
      cursor: pointer;
      perspective: 1000px;
    }

    .ssgsagg-slide img {
      width: 100%;
      height: 100%;
      /* object-fit: cover; */
      transition: transform 1.5s ease, filter 1.3s ease;
      transform-style: preserve-3d;
    }

    /* .ssgsagg-slide:hover img {
      transform: scale(1.15) translateZ(20px);
    } */

    .ssgsagg-slide::before {
      content: '';
      position: absolute;
      width: 130%;
      height: 110%;
      top: -5%;
      left: -15%;
      background: linear-gradient(120deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 60%);
      transform: skewX(-25deg);
      animation: ssgsagg-shine 3.5s infinite;
      pointer-events: none;
      border-radius: 20px;
      z-index: 2;
    }

    @keyframes ssgsagg-shine {
      0% { left: -130%; }
      100% { left: 130%; }
    }

    .ssgsagg-caption {
      position: absolute;
      bottom: 30px;
      left: 40px;
      color: #fff;
      font-size: 26px;
      font-weight: 700;
      text-shadow: 0 0 12px rgba(0,0,0,0.8);
      letter-spacing: 1.5px;
      user-select: none;
      opacity: 0;
      transform: translateY(20px);
      animation-fill-mode: forwards;
      animation-duration: 1s;
    }

    .ssgsagg-caption.ssgsagg-show {
      opacity: 1;
      transform: translateY(0);
      animation-name: ssgsagg-fadeSlideUp;
    }

    /* @keyframes ssgsagg-fadeSlideUp {
      0% { opacity: 0; transform: translateY(20px);}
      100% { opacity: 1; transform: translateY(0);}
    } */

    /* Navigation buttons */
    .ssgsagg-nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.1);
      border: none;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      color: #3535ea;
      font-size: 34px;
      cursor: pointer;
      transition: box-shadow 0.4s ease, background 0.3s ease;
      box-shadow: 0 0 8px #3535ea;
      user-select: none;
      z-index: 10;
      filter: drop-shadow(0 0 6px #3535ea);
      animation: ssgsagg-neonPulse 3s infinite alternate;
    }

    .ssgsagg-nav-btn:hover {
      background: rgba(0, 255, 225, 0.2);
      box-shadow: 0 0 25px #3535ea;
    }

    .ssgsagg-nav-left { left: 20px; }
    .ssgsagg-nav-right { right: 20px; }

    @keyframes ssgsagg-neonPulse {
      0% { box-shadow: 0 0 8px #3535ea; filter: drop-shadow(0 0 6px #3535ea);}
      100% { box-shadow: 0 0 20px #3535ea; filter: drop-shadow(0 0 18px #3535ea);}
    }

    /* Dots */
    .ssgsagg-dots {
      position: absolute;
      bottom: 18px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 16px;
      z-index: 15;
    }

    .ssgsagg-dot {
      width: 18px;
      height: 18px;
      background: rgba(0,255,255,0.3);
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.4s ease, transform 0.4s ease;
      box-shadow: 0 0 10px rgba(0,255,255,0.2);
    }

    .ssgsagg-dot.ssgsagg-active {
      background: #3535ea;
      transform: scale(1.5);
      box-shadow: 0 0 30px #3535ea;
      animation: ssgsagg-dotPulse 2s infinite;
    }

    @keyframes ssgsagg-dotPulse {
      0% { box-shadow: 0 0 30px #3535ea; }
      50% { box-shadow: 0 0 40px #3535ea; }
      100% { box-shadow: 0 0 30px #3535ea; }
    }

    /* ✅ Responsive Section */
    @media (max-width: 1024px) {
      .ssgsagg-caption {
        font-size: 20px;
        left: 25px;
        bottom: 25px;
      }
      .ssgsagg-nav-btn {
        width: 50px;
        height: 50px;
        font-size: 28px;
      }
      .ssgsagg-dot {
        width: 14px;
        height: 14px;
      }
    }

    @media (max-width: 768px) {
      body {
        overflow: visible;
      }
      .ssgsagg-carousel {
        height: 60vh;
        border-radius: 15px;
      }
      .ssgsagg-caption {
        font-size: 18px;
        left: 20px;
        bottom: 20px;
      }
      .ssgsagg-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 26px;
      }
      .hero_top_main{
        display: none;
      }

    }

    @media (max-width: 480px) {
      .ssgsagg-carousel {
        height: 25vh;
        border-radius: 10px;
      }
      .ssgsagg-caption {
        font-size: 16px;
        left: 15px;
        bottom: 15px;
      }
      .ssgsagg-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 22px;
      }
      .ssgsagg-dots {
        gap: 10px;
      }
      .ssgsagg-dot {
        width: 10px;
        height: 10px;
      }
    }


.top-bbt{
    width: 225px !important;
}

    .marquee_wrapper {
  overflow: hidden;
  white-space: nowrap;
}

.marquee_wrapper .mar_i {
  display: inline-block;
  animation: marquee 20s linear infinite;
  padding-left: 100%;
  font-style: italic !important;
  font-size: 15px;
  position: relative;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee_wrapper:hover .mar_i {
  animation-play-state: paused;

}

.company_right_icon{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}
.company_right_icon h6{
    font-size: 20px !important;
}
.our-miss{
    border: 1px solid #aaaaaa;
    padding-top:20px ;
    padding-bottom: 20px;
    background-color: #e8e8e834;
    border-radius: 10px;
    margin-top: -25px;
}
.our-miss:hover{

    background-color: #5171ff92;

    color: #fff;

}
.our-miss:hover .data-w{


    color: #fff !important;

}
.card-ms{
    margin-top: -25px;
}
.all-tcolor{
    color: #000 !important;
}
.f-gallery{
    height: 100px !important;
}

.s-ic{
height: 45px;
width: 45px;
}
.owl-nav{
    display: none !important;
}
.my-border {
  border-top: 2px solid blue;
  width: 50%; /* yahan se border ki lambai control hogi */
}



#btnScroll_9xplBlue {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 10px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
  z-index: 1000000000000000000000000;
}

#btnScroll_9xplBlue:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.6);
  background-color: #0056b3;
}

/* visible when active */
#btnScroll_9xplBlue.active_9xpl {
  opacity: 1;
  pointer-events: auto;
}

/* arrow icon */
#btnScroll_9xplBlue::before {
  content: "↑";
  font-size: 22px;
  font-weight: bold;
}



/*.justify-content-around{*/
/*    align-items: stretch;*/
/*}*/

 /* Wrapper */
    #zx9_followArea_01 {
      position: fixed;
      inset: 0;
      z-index: 9999;
      pointer-events: none;
    }

    /* The blue circle */
    .mv2_cursorCircle_77 {
      position: absolute;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: rgba(0, 140, 255, 0.25);
      border: 2px solid blue;
      box-shadow: 0 0 20px rgba(0, 140, 255, 0.6);
      transform: translate(-50%, -50%);
      transition: transform 0.08s linear;
    }