
  
  body {
    font-family: "Roboto", sans-serif;
    background: white;
    margin: 0;
  }


.navbar__menu {
  
  
  display: flex;
 
  background-color: #fafafa; /* Navbar background color */
  padding: 10px;
  border: 1px solid;
  
 border: none;
  
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
 
}

.menu a{
  color: #333;
  font-family: "Roboto",sans-serif;
font-weight: 500;
font-size: 20px;
}



.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.menu__item {
  display: inline-block;
  position: relative;
}

.menu__link {
  display: block;
  padding: 10px 10px;
  color: #fff; /* Navbar link color */
  text-decoration: none;
  margin-left: 20px;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}
.main-logo img{
  width:200px ;
  padding-right: 50px;

}
.menu__link:hover {
  color: #af0101;
transform: scale(1.1);
}

/* Hide dropdown menu by default */
.dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff; /* Dropdown background color */
  border-top: 2px solid #fff; /* Dropdown border */
  padding: 10px;
 
  z-index: 1; /* Ensure dropdown is above other elements */
  a{
    font-size: 15px;
  }
}

/* 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; 
    }
}
.breadcrumbs-container{
  max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
}

  
  
  .iso-certify-title{
    display: flex;
  }

  .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;
              margin-left: 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: #cbd2d9; */
    background: #8e0028;
    color: #fff;

    
  }
  
  .breadcrumbs__item.is-active {
    
   
    background: #cbd2d9;
  }
  .breadcrumbs a{
    font-size: 12px;
   
    
  }

 

  .iso-img{
    width: 50%;

    
    img{
      margin-left: 25%;
        width: 50%;
        /* box-shadow: 1px 1px 20px rgb(236, 105, 18); */
        background-color: none;
        
        /* filter: drop-shadow(1px 1px 20px rgb(236, 105, 18)); */
    }

  }
  .iso-certify{
    h4{
        font-size: 40px;
            font-weight: bold;
            background-color: red; /* For browsers that do not support gradients */
            background-image: linear-gradient(to bottom right, red, yellow);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: Arial, Helvetica, sans-serif;
        font-size: 30px;
    }
    h5{
        font-size: 25px;
        color: #ca841a;
    }
  }

  .iso-head1{
    max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
   
    
    h3{
padding: 0 50px;
      text-align: center;
        font-size: 40px;
        text-align: center;
        font-weight: bold;
            background-color: red; /* For browsers that do not support gradients */
            background-image: linear-gradient(to bottom right, red, rgb(9, 23, 151));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: Arial, Helvetica, sans-serif;
    }
  }

  .iso-head2{
    max-width: 1500px;
    margin-left: auto !important;
    margin-right: auto !important;
   
    h2{
        font-size: 30px;
        text-align: center;
        padding: 0 50px;
    }
    p{
        /* margin: 5% 5% 0% 5%; */
        padding: 0 50px;
        font-size: 25px;
        text-align: center;
    }
  }

  @property --rotate {
    syntax: "<angle>";
    initial-value: 132deg;
    inherits: false;
  }
  
  :root {
    --card-height: 65vh;
    --card-width: calc(var(--card-height) / 1.5);
  }
  


  .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/iso-certification/assets/images/iso-bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
   
  }
  .banner{
    height: 550px;  
    padding:10px  50px;
    background: rgba(9, 9, 9, 0.1);
   
   
    margin-bottom: 10px;
     /* For browsers that do not support gradients */
   
    img{
      max-height: 50%;
      width: 15%;
     margin-left: 40%;
    }
    h1{
      text-align: center;
      font-size: 80px;
      color: white;
      /* background: -webkit-linear-gradient(#ffffff, #3a3636); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    }
    p{
        width:70%;
        margin-left:15%;
        font-size: 30px;
      text-align: center;
    color: #ffffff;}
  }
  @media(max-width:1000px){
    .banner{
      h1{
      font-size: 30px;
    }}
  }
  @media(max-width:768px){
    .banner{
      padding: 10px;
      h1{
      font-size: 35px;
      margin-top:10%;
    }p{
      font-size: 20px;
      padding: 0;
      width: auto;
      margin: auto;
    }
    img{
      width:100px;
      margin-top: 20px;
      
    }
  }
  .iso-head1{
      h3{
          font-size:25px;
      }
  }
  .iso-head2{
      h2{
          font-size:25px;
      }
      p{
          font-size:20px;
      }
      
  }
  }

  .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: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 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: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
    font-style: normal;
  }
  address a{
    color:#ffffff;
    text-decoration: none;
  }
  .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;}
  
  
   /* iso certificate css */

  .certifications {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-left:2% ;
    margin-right: 2%;
    
  
  
}

.certification, .certification1, .certification2 {
    background-color: #e6bba2;
    
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    width: 20%;
    margin-bottom: 20px; 
    margin-left: 1%;
}

.certification1 {
    background-color: #7ba883;
}

.certification2 {
    background-color: #47495d;
  
}

.certification h2, .certification1 h2, .certification2 h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #0b0b0b;
}

.certification h3, .certification1 h3, .certification2 h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #2e95a9;
}

.certification img, .certification1 img, .certification2 img {
    width: 60%;
    height: auto;
    margin-bottom: 20px;
}
.certification p, .certification1 p, .certification2 p{
    font-size: 20px;
    /*color: #e63946;*/
}

/* Media Queries */


@media (min-width: 1200px) {
    .certification, .certification1, .certification2 {
        width: 30%; 
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .certification, .certification1, .certification2 {
        width: 45%; 
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .certification, .certification1, .certification2 {
        width: 45%; 
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    .certification, .certification1, .certification2 {
        width: 100%; 
    }
}


@media (max-width: 575px) {
    .certification, .certification1, .certification2 {
        width: 100%; 
    }
}
@media (max-width: 575px) {
    .certifications{
    display: block;
    margin-right:35px;
    }
}



  /* iso certificate css end */