*{
  margin: 0;
}
body {
  font-family: "Roboto", sans-serif;
  background: white;
  margin: 0;

}
.navbar{
    margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fafafa;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  border-radius: 2px;

  }

/* Show dropdown menu on hover */
.menu__item:hover .dropdown__menu {
  display: block;
}

/* Show nested dropdown menu on hover */
.dropdown__menu li:hover .dropdown__menu--right {
  display: block;
}

/* Style for dropdown items */
.dropdown__menu li {
  list-style: none;
  position: relative;
}
.main-logo2 img{
 display: none;
  
    }
/* Style for nested dropdown items */
.dropdown__menu--right {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #ffffff; /* Nested dropdown background color */
  border-top: 2px solid #fff; /* Nested dropdown border */
  padding: 5px 10px;
  z-index: 1; /* Ensure nested dropdown is above other elements */
  a{
    font-size: 15px;
  }transition: all 0.9s ease-in-out;
}

/* Style for links */
.dropdown__item {
  display: block;
  text-decoration: none;
  color: #fff; /* Link color */
  padding: 5px 10px;
}

/* Hover effect for links */
.dropdown__item:hover {
   color: #b20603;
  transform: scale(1.01); /* Hover background color */
}

/* Mobile styles */
.menu__toggle {
  display: none;
   /* Button background color */
 /* Button text color */
  border: none;
  padding: 10px;
  font-size: 24px;
}

@media (max-width: 768px) {
  .menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    
  }
  
  .menu__item {
    width: 100%;
    
  }
  
  .menu__toggle {
    display: block;
  }
  
  .menu.active {
    display: flex;
    
  }
  .navbar{
    position: static;
  }
  .navbar__menu {
    margin: 0;
    /*padding: 0;*/
    border-radius: 0;
  }
  .main-logo img{
display: none;
  }
  .main-logo2 img{
    display: block;
    width: 100px;
    
      }
  .navbar button{
    margin-left: 10px;
   margin-bottom: 10px;
   color: #a32d2d;
   background-color:#f9f8f8;
   border: none;
  }
  .dropdown__menu,
  .dropdown__menu--right {
      position: relative;
      left: 0;
      width: 100%;
  }
  
}

  @media only screen and (min-width: 769px) {
    .toggle-btn {
        display: none;
        
    }

    .menu {
        display: block; 
    }
}




@media(max-width:768px){
.loading-card-top{
  display: grid;
  grid-template-columns: auto ;
}
}
.breadcrumbs-container{
    max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.breadcrumbs-title h4{
  font-size: 40px;
            font-weight: bold;
            background-color: red; /* For browsers that do not support gradients */
            background-image: linear-gradient(to bottom left,#861c21,#e33539);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
          
            margin-top: 30px;
           
          
}
.breadcrumbs {
  border: 1px solid #cbd2d9;
  border-radius: 0.3rem;
  display: inline-flex;
  overflow: hidden;
  margin-top: 30px;
  height: 25px;
  margin-left: 30px;
  
}

.breadcrumbs__item {
  background: #fff;
  color: #333;
  outline: none;
  padding: 0.35em 0.35em 0.35em 1.25em;
  position: relative;
  text-decoration: none;
  transition: background 0.2s linear;
  
}

.breadcrumbs__item:hover:after,
.breadcrumbs__item:hover {
  background: #edf1f5;
}

.breadcrumbs__item:focus:after,
.breadcrumbs__item:focus,
.breadcrumbs__item.is-active:focus {
  background: #8e0028;
  color: #fff;
}

.breadcrumbs__item:after,
.breadcrumbs__item:before {
  background: white;
  bottom: 0;
  clip-path: polygon(50% 50%, -50% -50%, 0 100%);
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  transition: background 0.2s linear;
  width: 1em;
  z-index: 1;
}

.breadcrumbs__item:before {
  background: #cbd2d9;
  margin-left: 1px;
}

.breadcrumbs__item:last-child {
  border-right: none;
  background: #8e0028;
  color:white;
  
}

.breadcrumbs__item.is-active {
  background: #edf1f5;
}
.breadcrumbs a{
  font-size: 12px;
 
  
}
.main-content{
  
  text-align: justify;

 
  h2{
    font-size: 25px;
  }
  h5{
    font-size: 25px;
  }
  p{
    font-size: 16px;
    line-height: 25px;
  }
  ul{
    font-size: 16px;
    line-height: 25px;
  }
}
.container {
margin-left: 8%;
width: 450px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-top: -10px;
}

.container h5 {
  text-align: center;

  font-size: 25px;
}
label {
  display: block;
  margin: 15px 0 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif; 
}
input, select, textarea {
  width: 95%;
  padding: 10px;

  border: 1px solid hsl(0, 82%, 76%);
  border-radius: 4px;
  
  
}

.main-container{
  padding: 0px 50px;
    max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
  display: grid;
  grid-template-columns: auto auto;
 
  
}
.related-products{
    max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
  padding: 10px 50px;
  h4{
    font-size: 25px;
  }
}
/* Container for the course cards */
.products-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Adjust spacing between cards as needed */
  justify-content: space-between;
  padding: 20px;
}

/* Individual course cards */
.course-card {
  flex: 1 1 calc(16.66% - 20px); /* Adjust the percentage and spacing to fit 6 cards per row */
  box-sizing: border-box;
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
  position: relative;
  a{
    text-decoration: none;
  }
}

/* Image styling */
.course-card img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.3s;
}

/* Text styling */
.course-card p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  transition: color 0.3s;
  text-decoration:none;
}

/* Hover effect */
.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.course-card:hover img {
  transform: scale(1.1);
}

.course-card:hover p {
  color: #1100ff; /* Change to your preferred hover color */
}

/* Before element for card highlight effect */
.course-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #790101, #101010);
  transition: height 0.3s;
}

.course-card:hover::before {
  height: 100%;
  opacity: 0.1;
}

/* Responsive styling */
@media (max-width: 1024px) {
  .course-card {
      flex: 1 1 calc(33.33% - 20px); /* Adjust for 3 cards per row */
  }
}

@media (max-width: 768px) {
  .course-card {
      flex: 1 1 calc(50% - 20px); /* Adjust for 2 cards per row */
  }
}

@media (max-width: 480px) {
  .course-card {
      flex: 1 1 calc(100% - 20px); /* Adjust for 1 card per row */
  }
}

@media(max-width:768px){
  .main-container{
    grid-template-columns: auto;
    padding: 0;
    margin: 0;
   
  }
  .main-content{
    padding: 20px;
   
  }
  .container{
    padding: 10px;
  }
}


.container button {
  background: linear-gradient(45deg, #fb4764, #f88d5f) no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
  color: white;
  margin-top: 20px;
  margin-left: 35%;
  padding: 11px 35px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50px;
}

.input-wrapper input {
  height: 26px;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #a2a2a2;
  font-size: 1rem;
  margin-top: 15px;
}

.input-wrapper input::placeholder {
  color: #a2a2a2;
}

.input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 45px;
  background-color: #ebebeb;
  border-radius: 100px;
  margin-right: 15px;
}

.input-wrapper svg {
  width: 30px;
  height: auto;
  fill: #a2a2a2;
  margin-right: 10px;
}

.form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  margin-top: 39px;
}



.input-wrapper input {
  height: 26px;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #a2a2a2;
  font-size: 1rem;
  margin-top: 15px;
}

.input-wrapper input::placeholder {
  color: #a2a2a2;
}

.input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 45px;
  background-color: #ebebeb;
  border-radius: 100px;
  margin-right: 15px;
}

.input-wrapper svg {
  width: 30px;
  height: auto;
  fill: #a2a2a2;
  margin-right: 10px;
}

.form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  margin-top: 39px;
}


.footer {
  max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  display:flex;
  gap: 20px;
  padding: 20px;
  background-color: #000000;
}

.footer-column {
  
  text-align: left;
}

.footer-column h4 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #8e0028;
  font-family: "Roboto", sans-serif;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #6a60f9;
}
@media(max-width:768px){
  .footer{
    display:block;
  }
  .newsletter-container {
    width: 70%;
  }
}

.address {
  font-size: 14px;
  color: #ffffff;
}
.adressinfo{
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  a{
    text-decoration: none;
    color: #ffffff;
  }
}
.address a{
  color:#ffffff;
  text-decoration: none;
}
.breadcrumbs{
  margin-bottom: 50px;
}

.banner-bg{
 background: linear-gradient(rgba(0, 0, 0, 0.417), rgba(0, 0, 0, 0.553)), 
              url("https://avoornetworks.com/products/wireless-solutions/assets/images/wireless-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
       height: 550px;
 
}

.banner{
  height: 530px;
  padding:10px  50px;
  background: rgba(9, 9, 9, 0.1);
  
 
  margin-bottom: 10px;
   /* For browsers that do not support gradients */
 
  img{
    width: 20%;
   margin-left: 
   40%;
  }
  h1{
     padding-top: 105px;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    font-size: 70px;
    color:white;
    
    font-weight: 900;
    

  }
  p{
    padding-top: 30px;
    font-size: 30px;
    width:90%;
    margin-left: 5%;
    text-align: center;
  background-image: linear-gradient(to right top, #e5ec68, #4c4d49, #f0ed4b);
  padding-bottom: 30px;
 
  background: -webkit-linear-gradient(#ffffff, #ffffff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 800;
}
button{
  position: absolute;
  left: 43%;
  border: none;
  border-radius: 40px;
  padding:5px 25px;
  background-image: linear-gradient(to right top, #68b7ec, #ffffff, #4bc7f0);


}
button:hover{
background-color: rgb(214, 116, 116);
}
button a{
text-decoration: none;
color:#11005c;
font-weight: 800;
font-size: 20px;

}
}
@media(max-width:1000px){
  .banner{
    h1{
    font-size: 30px;
    
  }}
}
@media(max-width:768px){
    
    .banner{
        button{
            margin-top:5%;
            left:43%;
        }
        button a{
            font-size:15px;
        }
        h1{
            padding-top:10%;
        }
    }
  .banner-bg{
    
         
   height: 300px;
  }.banner{
    height: 280px;
    
    padding: 10px;
    h1{
    font-size: 30px;
  }p{
    width: 100%;
    margin: 0;
    font-size: 16px;
  }}
}
.footer-column{
      
  h5{
    color: #edf1f5;
    font-size:20px;
    margin:0;
    margin-top:5px;

  }
  p{
    color: #ffffff;
  }
  input{
    width: 90%;
    height: 20px;
  }
  button{
      margin-top:5px;
    padding: 5px 10px;
  
  }
}
.social-icons{
  display: flex;
  li{ 
    padding-right: 15px;
  }
  i{
    font-size:40px;
  }
}
.copy-right{
  background-color: #0b0b0b;
  
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  h5{
    color: #8e0028;
    font-size: 16px;
  }
  p{
    color: #ffffff;
    font-size: 14px;
  }
}
.footer-bg{background-color: #000000;
margin: 0;}

.split-container{
  padding: 10px 50px;
  max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto auto;
  
  
}

.faq-body{
  margin-left: 10%;
  width:480px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: -10px;
}



@media(max-width:768px){
  .breadcrumbs-title img{
    width:70%;
    margin-left: 15%;
  }
  .split-container{
 
  display: grid;
  grid-template-columns: auto;
  margin: 0;
  padding: 0;
  
}

.faq-body{
  width: 100%;
  margin: 0;
  box-shadow: none;
 
}
  
}


@media(max-width:468px){
    .container{
  
 margin-left:1%;
  
  width: 85%;
  box-shadow: none;
}
}
/* FAQ container styling */
.faq-title {
  text-align: center;
  font-size: 25px;
 
  padding-left: 5%;
  padding-top: 20px;
}
.faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
}

/* FAQ item animation */
.wow {
  animation: fadeInLeft 0.5s ease-in-out;
}

/* FAQ item fade in animation */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Details and summary styling */
details {
  margin-bottom: 22px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid hsl(0, 82%, 76%);
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

summary {
  font-weight:400;
  cursor: pointer;
  font-size: 16px;
}

summary::marker {
  font-size: 25px;
  color: #ae0707;
}

summary:hover {
  color: #b31e00;
}
summary h3 {
  font-family: "Roboto", sans-serif;
  display: inline;
  font-size: inherit;
  margin: 0;
  font-weight: 400;
}
summary p{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.faq-content {
  margin-top: 10px;
}

/* Wow effect delay */
.wow[data-wow-delay] {
  animation-delay: var(--wow-delay, 0s);
}

.wow[data-wow-delay=".3s"] {
  --wow-delay: 0.3s;
}
.top-content{
  max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
  margin-top: 50px;
  
  padding: 10px 50px ;
  display: grid;
  grid-template-columns: auto auto;
}
.right-container{
  margin-left: 150px;
}
.right-container img{
  width: 400px;
  margin-top: 10px;
 
}
.left-container{
  width: 115%;
  h2{
    font-size: 25px;
    padding-top:30px;
    padding-bottom: 15px;
  }
  p{
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
  }
  ul{
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
  }
}

.product-bottom{
  
  
  max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
 padding: 10px 50px ;
}
.products-left{
  h3{
    font-size: 25px;
    padding-bottom: 20px;
  }
}
.products-right{
  margin-left: 7%;
  margin-top: 50px;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  img{
    width: 120px;
    padding-bottom: 30px;
    
  }
}
.hitachi{
  margin-top: 30px;
}
.container2{
  max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
  text-align: justify;
  padding: 50px;
  h4{
    font-size: 25px;
    padding-bottom: 10px;
  }
  p{
    font-size: 16px;
    line-height: 25px;
  }
  ul{
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
  }
}

.support{

  
  display: grid;
  grid-template-columns: auto auto auto auto;
  p{
   margin-left: -49%;
  text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #a50808;
    font-weight: 450;
   
  }
}
.support4{
  margin-top: 10px;
}
.support-items{
  padding-bottom: 20px;
  img{
    
    width: 150px;
  }
}

@media(max-width:768px){
  .top-content{
    grid-template-columns: auto;
    padding: 20px;
    
  }
  .product-bottom{
   
    grid-template-columns: auto;
    
  }
  .products-right{
    width: 100%;
    margin-left: 0;
    grid-template-columns: auto auto ;
    img{
      padding-bottom: 10px;
    }
  }
  .left-container{
    width: 100%;
  }
  .right-container{
    margin: 0;
  }
  .right-container img{
width:200px;
margin-top: 10%;
margin-left: 20%;
  }
  .container2{
    padding: 20px;
  }
  .support img{
    width: 100px;
  }
  .support{
    
    padding: 0;
    grid-template-columns: auto auto;
    p{
      margin-left: 1%;
      width: 100px;
      
      font-size: 16px;
     
    }
  }
}

.top-container{
  
    background-color: #c6edf5;
}

@media(max-width:1268px){
  .faq-body{
    margin-left: 10%;
  }
  .container{
    width: 400px;
  }
}
@media(max-width:1168px){
  .faq-body{
    margin-left: 5%;
  }
}
@media(max-width:1068px){
  .faq-body{
    width: 400px;
    margin-left: 0;
  }
  .container{
    width: 400px;
  }
  
}




.product-line{
  margin-top: 50px;
  display: flex;
  margin-left: 20%;
  background-color: #ecdede;
  box-shadow: 1px 4px 8px rgba(0,0,0,.15);
  transition: all .3s ease-in-out;
  padding: 10px;
  padding-top: 50px;
  border-radius: 50px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.product-line-content{
  
  padding-left: 100px;
  width: 20%;
}

.key-service{
  padding-left: 10%;
  padding-right: 100px;
  
  
}
@media(max-width:768px){
    .split-container{
        display:grid;
        grid-template-columns:auto;
        margin:0;
        padding:0;
    }
}

@media(max-width:768px){
    .product-line{
        display:block;
         margin-left:0;
    }
   .product-line-content{

  width: 20%;
} 
}

@media(max-width:1268px){
  .faq-body{
    margin-left: 10%;
  }
  .container{
    width: 400px;
  }
}
@media(max-width:1168px){
  .faq-body{
    margin-left: 5%;
  }
}
@media(max-width:1068px){
  .faq-body{
    width: 400px;
    margin-left: 0;
  }
  .container{
    width: 400px;
  }
  
}
@media(max-width:768px){
  .faq-body{
      width:80%;
    margin-bottom:50px;
    margin-left: 13%;
  }
  .container{
      margin-left:20%;
  }
  
  
}
@media(max-width:668px){
  .faq-body{
    margin-left: 10%;
  }
  .container{
      margin-left:14%;
  }
  
}
@media(max-width:568px){
  .faq-body{
      width:80%;
    margin-left: 10%;
  }
    .container{
    width: 80%;
    margin-left:5%;
  }
  
}

@media(max-width:568px){
    .banner {
        p{
            padding-top: 20px;
        }
    button{
        left:40%;
        margin-top:1%;
    }
}
}
@media(max-width:468px){
    .banner {
    button{
        left:37%;
    }
}
}