
body {
  padding-top: 120px; 
}
html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 120px; 
}

.home-page {
  font-family: 'Inter', sans-serif;
}

.top-bar {
  height: 40px;
  background: linear-gradient(to right, #1b2c44, #0a1a2f);
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}


.main-navbar {
  min-height: 80px;               
  background:black;
  display: flex;
  align-items: flex-start;        
  padding: 0 30px;
}


#mainlogo {
  width: 300px;
  height: auto;
  margin-top: 14px;  
  object-fit: cover;   
          
}


.main-navbar .navbar-nav {
  margin-left: auto;              
  padding-top: 34px;             
}


.navbar-nav .nav-item {
  margin: 0 12px;
  padding: 4px;
 
}


.nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 15px;
  padding: 0 12px;                
  line-height: normal;
  white-space: nowrap;
}


.nav-link:hover {
  color: #00d4ff !important;
}



.nav-search .nav-link {
  padding: 0 15px;          
  display: flex;
  align-items: center;
}


.nav-search i {
  font-size: 16px;
  color: #fff;
  transition: color 0.3s ease;
}

.nav-search i{
  margin-left: 20px;   
}

.nav-search .nav-link:hover i {
  color: #00d4ff;
}



@media (max-width: 991px) {

  .main-navbar {
    align-items: center;
    padding: 10px 15px;
  }

  #mainlogo {
    width: 220px;
    margin-top: 0;
    object-fit: cover;
  }

  .main-navbar .navbar-nav {
    padding-top: 10px;
    margin-left: 0;
  }

  .nav-link {
    padding: 10px 15px;
    font-size: 16px;
  }
}


@media (max-width: 575px) {

  #mainlogo {
    width: 180px;
  }

  .nav-link {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .nav-search {
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  .nav-search {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {

  /* Keep dropdown in DOM */
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    padding: 4px 0;
    background: #f1f1f1;
    margin-right: 400px;
    transition:
      opacity 0.35s ease,
      transform 0.35s ease,
      padding 0.4s ease,
      visibility 0.4s;
  }

  /* Dropdown open */
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding: 12px 0;
  }

  /* Individual menu items */
  .navbar .dropdown-menu .dropdown-item {
    height: 32px;
    padding: 6px 20px;
    opacity: 1;
    transform: translateY(0);
    transition:
      height 0.45s cubic-bezier(.73,.32,.34,1.5),
      padding 0.45s cubic-bezier(.73,.32,.34,1.5),
      opacity 0.3s ease,
      transform 0.3s ease;
  }

  /* Closed state items */
  .navbar .dropdown:not(:hover) .dropdown-item {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-5px);
    pointer-events: none;
  }
}

/* Remove arrow */
.navbar .dropdown-toggle::after {
  display: none;
}

.hero-slide {
  margin-top: 1px;
  height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 12px;
}


.overlay {
  position: absolute;
  inset: 0;
  background: rgba(29, 27, 27, 0.55);
  z-index: 1;
}


.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.btn {
  position: relative;
  z-index: 999;

}

.carousel-item::before {
  pointer-events: none;
}

.hero-content h1 {
  font-size: 60px;
  font-weight: bold;
}

.small-title {
  color: #00c3ff;
  font-weight: 600;
  letter-spacing: 1px;
}


.carousel-control-prev,
.carousel-control-next {
  z-index: 3;
  
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 50px;
  height: 50px;
  filter: invert(1);

}


.carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #777;
  border: none;
  opacity: 1;
}


.carousel-indicators .active {
  background-color: #00e1ff;
  box-shadow: 0 0 12px rgba(0,225,255,0.9);

}


.whatsapp-box {
  position: absolute;       
  right: 90px;
  top: 60%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.55);
  padding: 20px;
  width: 280px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  z-index: 10;
}

.whatsapp-box p {
  font-size: 14px;
  margin-bottom: 15px;
}


#mainlogo
{
  width: 300px;
  height: 80px;
  margin: 0px;
 
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-size: 60%;
  filter: invert(1);
  color: white;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: #0056a3;
    padding: 15px;
    border-radius: 8px;
  }

  .nav-link {
    color: #fff !important;
    padding: 10px 0;
    display: block;
    text-align: center;
    
  }
}

@media (max-width: 768px) {

  .hero-slide {
    height: 60vh;
    background-position: center top;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .small-title {
    font-size: 13px;
  }

  .hero-content {
    text-align: center;
  }

  
  .whatsapp-box {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-nav {
    align-items: flex-start;
  }

  .nav-link {
    text-align: left;
    padding-left: 10px;
  }
}


.products-section {
  padding: 70px 0;
  background: #f8f9fa;
}

.section-title h2 {
  font-weight: 700;
  color: #0a1a2f;
}

.section-title p {
  color: #666;
  font-size: 15px;
}


.product-card {
  background: #fff;
  padding: 25px 20px;
  text-align: center;
  border-radius: 12px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.product-card img {
  height: 90px;
  margin-bottom: 15px;
}

.product-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.product-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}
#nvr
{
  width: 100%;
}


.our-work-section {
  padding: 80px 0;
  background: #ffffff;
}

.work-title {
  font-weight: 700;
  color: #0a1a2f;
}

.work-subtitle {
  font-size: 15px;
  color: #666;
}


.work-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.work-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.work-card:hover img {
  transform: scale(1.1);
}


.work-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 86, 163, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
}

.work-card:hover .work-overlay {
  opacity: 1;
}

.work-overlay span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}


.work-video-box {
  margin-top: 60px;
}

.video-wrapper {
  max-width: 900px;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  background: #000;
}


@media (max-width: 768px) {
  .work-card img {
    height: 220px;
  }

  .work-overlay span {
    font-size: 16px;
  }
}

.work-video {
  width: 100%;    
 height: 100px;
  object-fit: cover;     
  display: block;
  background: #000;
}
@media (max-width: 768px) {
  .work-video {
    min-height: 180px;
    max-height: 240px;
  }
}

.video-wrapper {
  max-width: 900px;
  margin: auto;
  border-radius: 14px;
  overflow: hidden;
}


.our-clients-section {
  padding: 70px 0;
  background: #ffffff;
}

.clients-title {
  font-weight: 700;
  color: #0a1a2f;
}

.clients-subtitle {
  font-size: 15px;
  
}


.clients-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.clients-track {
  display: flex;
  width: calc(220px * 12);
  animation: clients-scroll 25s linear infinite;
}

.client-logo {
  width: 220px;
  padding: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  max-width: 100%;
  height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.3s ease;
}

.client-logo img{
  filter: grayscale(0%);
  transform: scale(1.05);
   max-width: 100%;
  height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .client-logo img:hover {
    transform: scale(2);
  }
}

.client-logo {
  transition: transform 0.3s ease;
}

.client-logo:hover {
  transform: translateY(-4px);
}



@keyframes clients-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


@media (max-width: 768px) {
  .client-logo {
    width: 160px;
  }

  .client-logo img {
    height: 45px;
  }
}


.about-content-section {
  padding: 80px 0;
  background: #ffffff;
}

.about-main-title {
  font-size: 36px;
  font-weight: 700;
  color: #0a1a2f;
}

.about-desc {
  font-size: 16px;
  color: #555;
  text-align: center;
  line-height: 1.8;
}


.about-points {
  list-style: none;
  padding: 0;
}

.about-points li {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.about-points span {
  color: #e60023;
  font-weight: bold;
  margin-right: 10px;
}


.about-service-box {
  position: relative;
  padding: 40px 25px 25px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  height: 100%;
}

.about-service-box h4 {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #0a1a2f;
}

.about-service-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.service-number {
  position: absolute;
  top: -25px;
  left: 25px;
  width: 55px;
  height: 55px;
  background: #e60023;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}


@media (max-width: 768px) {
  .about-main-title {
    font-size: 28px;
  }

  .about-desc {
    text-align: left;
  }
}
#abtimg
{
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-top: 0px;
 
  filter: invert(1);
}



.about-header-section {
  width: 100%;
  background: #fff;
}


.about-center-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #0a1a2f;
  margin: 30px 0 20px;
}


.about-header-section {
  width: 100%;
  overflow-x: hidden; 
}


.about-image-wrapper {
  width: 100%;
  height: 300px;
  overflow: hidden;
}


.about-image-wrapper img {
  width: 100%;
  max-width: 100%;     
  height: 100%;
  object-fit: cover;
  display: block;
 
}



@media (max-width: 768px) {
  .about-center-title {
    font-size: 30px;
  }

  .about-image-wrapper {
    height: 220px;
  }
}


.contact-section {
  padding: 80px 0;
  background: #ffffff;
}


.contact-title {
  font-size: 36px;
  font-weight: 700;
  color: #0a1a2f;
}

.contact-subtitle {
  font-size: 15px;
  color: #666;
  margin-top: 8px;
}


.contact-info p {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
}

.contact-info a {
  color: #0d6efd;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.support-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}


.map-box {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


@media (max-width: 768px) {
  .contact-title {
    font-size: 28px;
  }

  .map-box {
    height: 280px;
    margin-top: 20px;
  }
}


.main-footer {
  background: linear-gradient(180deg, #061a3a, #04122b);
  color: #bfc9d9;
  padding: 60px 0 30px;
  position: relative;
}

.footer-title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.main-footer p {
  font-size: 15px;
  line-height: 1.7;
}


.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #bfc9d9;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #00b4ff;
  padding-left: 5px;
}


.footer-social a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #00b4ff;
}


.footer-divider {
  border-color: rgba(255,255,255,0.1);
  margin: 30px 0;
}


.footer-support a {
  color: #00b4ff;
  text-decoration: none;
}

.footer-support a:hover {
  text-decoration: underline;
}


.scroll-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  background: #00b4ff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.scroll-top:hover {
  background: #0d6efd;
}


@media (max-width: 768px) {
  .footer-title {
    margin-top: 20px;
  }
}




html, body {
  overflow-x: hidden;
}


.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.login-link {
  color: #fff;
  text-decoration: none;
}

.login-link:hover {
  color: #00d4ff;
}




@media (max-width: 480px) {
  #mainlogo {
    max-width: 160px;
     height: 60px;
  }
}


@media (min-width: 481px) and (max-width: 768px) {
  #mainlogo {
    max-width: 200px;
    height: 60px;
  }
}


@media (min-width: 769px) and (max-width: 1024px) {
  #mainlogo {
    max-width: 240px;
    height: 60px;
  }
}


@media (min-width: 1025px) {
  #mainlogo {
    max-width: 300px;
    height: 80px;
  }
}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  bottom: auto;              
  width: auto;
  transform: translateY(-50%);
  opacity: 1;
    filter: invert(1); 
}



.carousel-control-prev,
.carousel-control-next {
 
  padding: 10px;
  border-radius: 50%;
}
.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(13, 110, 253, 0.8);
}
/* Enable hover dropdown on desktop */

/* ================= PRODUCTS (BOTTOM TO UP) ================= */
.product-card {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* ================= OUR WORK (LEFT TO RIGHT) ================= */
.work-card {
  opacity: 0;
  transform: translateX(-80px);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.work-card.show {
  opacity: 1;
  transform: translateX(0);
}

/* =========================
   MOBILE CRITICAL FIX
========================= */
@media (max-width: 768px) {

  /* REMOVE LEFT PUSH */
  #bullet {
    margin-left: 0 !important;
  }

  /* HERO FIX */
  .hero-content {
    top: auto;
    transform: none;
    padding: 20px;
    text-align: center;
  }

  .hero-slide {
    height: auto;
    min-height: 60vh;
  }

  /* CLIENT SLIDER FIX */
  .clients-track {
    width: auto;
  }

  .client-logo img:hover {
    transform: scale(1.1);
  }

  /* NAVBAR FIX */
  .navbar-nav {
    align-items: center;
  }

  /* LOGO FIX */
  #mainlogo {
    width: 160px !important;
    height: auto !important;
  }

}

/* ================= MOBILE NAVBAR FIX ================= */
@media (max-width: 768px) {

  /* Main navbar height reduction */
  .main-navbar {
    min-height: 30px;              /* reduced height */
               /* tighter padding */
    border-radius: 50px;           /* rounded navbar */
                    /* spacing from screen edges */
    align-items: center;
  }

  /* Logo size adjustment */
  #mainlogo {
    max-width: 150px;
    height: auto;
    margin: 0;
  }

  /* Navbar collapse box (menu background) */
  .navbar-collapse {
    background: #0056a3;
    border-radius: 12px;           /* rounded dropdown */
    padding: 10px;
    margin-top: 8px;
  }

  /* Nav links spacing */
  .nav-link {
    padding: 8px 10px;
    font-size: 15px;
  }

}
/* ================= MOBILE CONTAINER HEIGHT FIX ================= */
@media (max-width: 768px) {

  /* Reduce navbar container height */
  .main-navbar .container,
  .main-navbar .container-fluid {
    padding-top: 0%;
    padding-bottom: 0%;
    min-height: auto;
  }

  /* Reduce navbar height */
  .main-navbar {
      border-radius: 0px;  /* control height here */
    padding: 0px 0px;
  }

  /* Reduce logo vertical space */
  #mainlogo {
    height: 48px;
    max-width: 150px;
  }

}
/* ================= MOBILE VIEW ================= */
@media (max-width: 768px) {

  /* Hide email & phone */
  .top-bar .contact-info {
    display: none !important;
  }

  /* Hide language, login & cart */
  .top-bar .user-actions {
    display: none !important;
  }

}
/* ================= MOBILE VIEW ================= */
@media (max-width: 768px) {

  /* 1️⃣ Remove top bar completely */
  .top-bar {
    display: none !important;
  }

  /* 2️⃣ Header styling */
  header,
  .navbar {
    position: fixed;
    top: -7px;                  /* small top gap */
    left: 0;
    width: 100%;
    z-index: 1000;

    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

  /* 3️⃣ Prevent content overlap */
  body {
    padding-top: 70px;         /* header height + gap */
  }

  /* 4️⃣ MOBILE SLIDER TOP SPACE */
  .slider,
  .hero,
  .banner,
  .carousel,
  .swiper {
    margin-top: 25px;          /* space below header */
  }
}
