.blur-navbar{
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  margin-top: 35px;
}

.scrolled .header-three .main-menu ul li a {
  color: black !important;
}

/* @media (max-width:479px) {
  .copyright-info{
    text-align: center;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .skylink-sitelink{
    text-align: center;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .skylink-sitelink{
    text-align: center;
  }
} */


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff; /* Adjust background color as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Loading logo */
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading img {
  width: 50vw; /* Scales with viewport width */
  max-width: 300px; /* Prevents logo from becoming too large */
  min-width: 100px; /* Ensures logo isn't too small on tiny screens */
  height: auto; /* Maintains aspect ratio */
}

/* Media query for smaller devices up to tablet view (768px) */
@media screen and (max-width: 768px) {
  #loading img {
      width: 80vw; /* Increased size for better visibility */
      max-width: 350px; /* Larger max-width for tablets */
      min-width: 150px; /* Ensures logo remains prominent */
      padding-left: 50px;
  }
}

/* Media query for larger screens */
@media screen and (min-width: 1200px) {
  #loading img {
      width: 40vw; /* Slightly smaller relative size on large screens */
      max-width: 400px;
  }
}


@media (max-width: 991px) {
  .hide-under-786 {
    display: none !important;
  }
  .mobile-view-dns{
    margin-top: -10px !important;
  }
}

.skylinkinfo,.vishwakinfo{
  transition: color 0.9s ease;
}
.skylinkinfo:hover{
  color: #D82027 !important;
}

.social-icon {
  padding: 10px;
  color: #CACACA;
  transition: color 0.7s ease;
}

.fa-facebook-f { font-size: 26px; }
.fa-instagram,
.fa-whatsapp { font-size: 30px; }


.social-icon:hover {
  color: #D82027;
}


.vishwakinfo {
  font-weight: bold;
  color: #CACACA;
}

.vishwakinfo:hover {
  color: #D82027 !important;
  cursor: pointer;
}



/* Carouosel */

.swiper {
  width: 100%;
  padding: 50px 0; /* Reduced padding for mobile */
}

.swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 100px; /* Ensure consistent height */
  padding: 20px; /* Add some padding for text */
}

.clients {
  padding: 20px 0;
  color: #242D66;
  font-weight: bolder;
  margin: 0; /* Remove default margins */
  font-size: 1.2rem; /* Adjust font size as needed */
}

/* For larger screens */
@media (min-width: 1024px) {
  .swiper {
    padding: 100px 0;
  }
  .clients {
    font-size: 1.5rem; /* Larger font on bigger screens */
  }
}
@media screen and (max-width:767px) {
  .dns-footer{
    text-align: center !important;
    padding-right: 0px !important;
  }
}


.clickable-box {
  color: white;
  font-size: 16px;
  cursor: pointer; /* Changes the cursor to a pointer when hovering */
}


/*image-slider css*/

  * { box-sizing: border-box; }

  .slider-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: auto;
  }

  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slide {
    flex: 0 0 100%;
    padding: 5px;
  }

  .slide img {
    width: 100%;
    border-radius: 10px;
    display: block;
  }

  @media (min-width: 600px) {
    .slide {
      flex: 0 0 50%;
    }
  }

  @media (min-width: 900px) {
    .slide {
      flex: 0 0 33.33%;
    }
  }

/*product-details table css*/  
.product-table-responsive {
  overflow-x: auto;
  margin: 20px;
}

.product-details-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 800px;
}

th, td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

@media (max-width: 425px) {
  .product-specs-table th, .product-specs-table td {
    font-size: 10px !important;  /* Adjust the font size as needed */
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1009;
  padding-top: 100px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(65, 65, 65, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 0 20px #000;
}

.close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1010;
}

@media screen and (max-width: 767px) {
  .modal-content {
    max-width: 95%;
  }
  .nav-button{
    font-size: 12px !important;
    padding: 0px 10px !important;
  }
}

@media screen and (max-width: 1024px) {
  .modal{
    padding-top: 200px !important;
  }
}

@media (max-width:599px) {
  .modal{
    padding-top: 300px !important;
  }
}



.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0);
  color: #242D66;
  border: none;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
  border-radius: 20%;
  z-index: 1;
  transition: background-color 0.3s;
}

.nav-button:hover {
  background-color: rgba(0,0,0,0.1);
}

.nav-button.prev {
  left: 10px;
}

.nav-button.next {
  right: 10px;
}


/* Add this to your CSS */
.slider img,
#modalImage {
  pointer-events: auto;
  -webkit-user-drag: none;
  user-select: none;
}


#dns-product-image-1 img,
#dns-product-image-2 img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: auto;
}









.timeline {
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
}

.timeline h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #D82027;
}

.timeline-container {
  position: relative;
  margin-left: 20px;
}

.timeline-container::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #D82027;
}

.timeline-item {
  margin-bottom: 40px;
  position: relative;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  width: 20px;
  height: 20px;
  background: #242D66;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 0 3px #242D66;
}

.timeline-content {
  margin-left: 50px;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.timeline-content.show {
  opacity: 1;
  transform: translateY(0);
}

.timeline-content h2 {
  margin-top: 0;
  color: #242D66;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .timeline-container {
    margin-left: 0;
  }

  .timeline-container::before {
    left: 10px;
  }

  .timeline-item::before {
    left: 0;
  }

  .timeline-content {
    margin-left: 30px;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .timeline h1 {
    font-size: 2rem;
  }

  .timeline-content h2 {
    font-size: 1.25rem;
  }
}

