@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 
*{
  font-family:"inter"
}
/* Custom Global Styles */
@layer components {
   /* Header Bar */
   .header-bar {
    background: linear-gradient(to right, #2A74A1,#13354A);
    color: white;
    height:45px;
    padding: 8px 24px;
    max-width: auto; /* Equivalent to max-w-7xl */
    margin: 0 auto; /* Equivalent to mx-auto */
    display: flex; /* Equivalent to flex */
    justify-content: space-between; /* Equivalent to justify-between */
    align-items: center; /* Equivalent to items-center */
  }
  .custom-bg-color {
    background-color: #2A74A1;
  }
  .custom-opacity{
    background-color: rgba(255, 255, 255, 0.6)
  }
/* Top Links */
.top-links {
  display: none;
}
 
@media (min-width: 768px) {
  .top-links {
      display: flex;
      gap: 24px;
      font-size: 16px;
      font-weight: 400;
      line-height: 19.36px;
  }
}
/* Mobile Menu */
.mobile-menu {
  display: none;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 16px;
}
 
@media (max-width: 767px) {
  .mobile-menu {
      display: block;
  }
}
 
/* Mobile Button */
.mobile-btn {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #2563EB;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  margin-top: 8px;
  border: none;
  cursor: pointer;
}
.bg_gradient{
  background: linear-gradient(to right, #2A74A1,#13354A);
   
   
}
.gradient_arrowe{
  background: linear-gradient(to right, #00BFB2,#079087);
   
   
}


.blue {
    height: 80px;
    background: #00538C;
    display: flex;
    flex-direction: row; /* Arrange items vertically */
    justify-content: space-evenly; /* Space them equally */
    align-items: center; /* Center items horizontally */
    color: white; /* Ensure text is visible */
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.pdf-link, .dropdown {
    width: 200px;
    padding: 12px;
    text-align: center;
    background-color: #00538C;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover animation */
.pdf-link:hover, .dropdown:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}

.blue-div:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}
 .pdf-link {
            text-decoration: none;
            color: white;
            padding: 10px 15px;
            font-weight: bold;
            cursor: pointer;
        }



      /* Full-width panel */
  

  .panel {
            width: 100%;
            min-height: 250px;
            background: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 20px;
            text-align: center;
            position: relative;
            top: 100%; /* Ensures it sticks right below .blue */
            left: 0;
            z-index: 10;
        }


.panel-content {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
}

.panel-column {
    width: 45%;
    text-align: left;
}

.panel-column h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #00538C;
}

.panel-column ul {
    list-style-type: disc;
    padding-left: 20px;
}

.panel-column ul li {
    font-size: 1rem;
    margin-bottom: 8px;
}
        .panel a {
            display: block;
            margin: 10px 0;
            text-decoration: none;
            color: black;
            font-size: 1.2rem;
            transition: 0.3s;
        }

        .panel a:hover {
            color: #00538C;
        }

        /* Close button */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            cursor: pointer;
            background: none;
            border: none;
            color: black;
        }
       
        
        .popover-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
            padding: 10px 15px;
        }

        /* Popover content */
        .popover-content {
            display: none;
            position: absolute;
            top: 120%; /* Position below the button */
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
            color: black;
            min-width: 400px;
            padding: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            z-index: 1;
            text-align: left;
        }

        .popover-content a {
            display: block;
            padding: 8px 12px;
            text-decoration: none;
            color: black;
            transition: background 0.3s;
        }

        .popover-content a:hover {
            background: #ddd;
        }

        /* Show popover when hovering */
        .popover-container:hover .popover-content {
            display: block;
        }
        
    
/*---------------------------------------------------------------------12v mini ups*/

.blue {
    height: 80px;
    background: #00538C;
    display: flex;
    flex-direction: row; /* Arrange items vertically */
    justify-content: space-evenly; /* Space them equally */
    align-items: center; /* Center items horizontally */
    color: white; /* Ensure text is visible */
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.pdf-link, .dropdown {
    width: 200px;
    padding: 12px;
    text-align: center;
    background-color: #00538C;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover animation */
.pdf-link:hover, .dropdown:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}

.blue-div:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}
 .pdf-link {
            text-decoration: none;
            color: white;
            padding: 10px 15px;
            font-weight: bold;
            cursor: pointer;
        }



      /* Full-width panel */
  

  .panel {
            width: 100%;
            min-height: 250px;
            background: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 20px;
            text-align: center;
            position: relative;
            top: 100%; /* Ensures it sticks right below .blue */
            left: 0;
            z-index: 10;
        }


.panel-content {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
}

.panel-column {
    width: 45%;
    text-align: left;
}

.panel-column h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #00538C;
}

.panel-column ul {
    list-style-type: disc;
    padding-left: 20px;
}

.panel-column ul li {
    font-size: 1rem;
    margin-bottom: 8px;
}
        .panel a {
            display: block;
            margin: 10px 0;
            text-decoration: none;
            color: black;
            font-size: 1.2rem;
            transition: 0.3s;
        }

        .panel a:hover {
            color: #00538C;
        }

        /* Close button */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            cursor: pointer;
            background: none;
            border: none;
            color: black;
        }
       
        
        .popover-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
            padding: 10px 15px;
        }

        /* Popover content */
        .popover-content {
            display: none;
            position: absolute;
            top: 120%; /* Position below the button */
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
            color: black;
            min-width: 400px;
            padding: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            z-index: 1;
            text-align: left;
        }

        .popover-content a {
            display: block;
            padding: 8px 12px;
            text-decoration: none;
            color: black;
            transition: background 0.3s;
        }

        .popover-content a:hover {
            background: #ddd;
        }

        /* Show popover when hovering */
        .popover-container:hover .popover-content {
            display: block;
        }
        
/*---------------------------------------------------8-bl99-u   */


.blue {
    height: 80px;
    background: #00538C;
    display: flex;
    flex-direction: row; /* Arrange items vertically */
    justify-content: space-evenly; /* Space them equally */
    align-items: center; /* Center items horizontally */
    color: white; /* Ensure text is visible */
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.pdf-link, .dropdown {
    width: 200px;
    padding: 12px;
    text-align: center;
    background-color: #00538C;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover animation */
.pdf-link:hover, .dropdown:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}

.blue-div:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}
 .pdf-link {
            text-decoration: none;
            color: white;
            padding: 10px 15px;
            font-weight: bold;
            cursor: pointer;
        }



      /* Full-width panel */
  

  .panel {
            width: 100%;
            min-height: 250px;
            background: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 20px;
            text-align: center;
            position: relative;
            top: 100%; /* Ensures it sticks right below .blue */
            left: 0;
            z-index: 10;
        }


.panel-content {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
}

.panel-column {
    width: 45%;
    text-align: left;
}

.panel-column h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #00538C;
}

.panel-column ul {
    list-style-type: disc;
    padding-left: 20px;
}

.panel-column ul li {
    font-size: 1rem;
    margin-bottom: 8px;
}
        .panel a {
            display: block;
            margin: 10px 0;
            text-decoration: none;
            color: black;
            font-size: 1.2rem;
            transition: 0.3s;
        }

        .panel a:hover {
            color: #00538C;
        }

        /* Close button */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            cursor: pointer;
            background: none;
            border: none;
            color: black;
        }
       
        
        .popover-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
            padding: 10px 15px;
        }

        /* Popover content */
        .popover-content {
            display: none;
            position: absolute;
            top: 120%; /* Position below the button */
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
            color: black;
            min-width: 400px;
            padding: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            z-index: 1;
            text-align: left;
        }

        .popover-content a {
            display: block;
            padding: 8px 12px;
            text-decoration: none;
            color: black;
            transition: background 0.3s;
        }

        .popover-content a:hover {
            background: #ddd;
        }

        /* Show popover when hovering */
        .popover-container:hover .popover-content {
            display: block;
        }
 
 
 /*-----------------------------------------------------------8-mrc-80*/
 
 .blue {
    height: 80px;
    background: #00538C;
    display: flex;
    flex-direction: row; /* Arrange items vertically */
    justify-content: space-evenly; /* Space them equally */
    align-items: center; /* Center items horizontally */
    color: white; /* Ensure text is visible */
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.pdf-link, .dropdown {
    width: 200px;
    padding: 12px;
    text-align: center;
    background-color: #00538C;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover animation */
.pdf-link:hover, .dropdown:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}

.blue-div:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}
 .pdf-link {
            text-decoration: none;
            color: white;
            padding: 10px 15px;
            font-weight: bold;
            cursor: pointer;
        }



      /* Full-width panel */
  

  .panel {
            width: 100%;
            min-height: 250px;
            background: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 20px;
            text-align: center;
            position: relative;
            top: 100%; /* Ensures it sticks right below .blue */
            left: 0;
            z-index: 10;
        }


.panel-content {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
}

.panel-column {
    width: 45%;
    text-align: left;
}

.panel-column h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #00538C;
}

.panel-column ul {
    list-style-type: disc;
    padding-left: 20px;
}

.panel-column ul li {
    font-size: 1rem;
    margin-bottom: 8px;
}
        .panel a {
            display: block;
            margin: 10px 0;
            text-decoration: none;
            color: black;
            font-size: 1.2rem;
            transition: 0.3s;
        }

        .panel a:hover {
            color: #00538C;
        }

        /* Close button */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            cursor: pointer;
            background: none;
            border: none;
            color: black;
        }
       
        
        .popover-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
            padding: 10px 15px;
        }

        /* Popover content */
        .popover-content {
            display: none;
            position: absolute;
            top: 120%; /* Position below the button */
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
            color: black;
            min-width: 400px;
            padding: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            z-index: 1;
            text-align: left;
        }

        .popover-content a {
            display: block;
            padding: 8px 12px;
            text-decoration: none;
            color: black;
            transition: background 0.3s;
        }

        .popover-content a:hover {
            background: #ddd;
        }

        /* Show popover when hovering */
        .popover-container:hover .popover-content {
            display: block;
        }


/*---------------------------------------------8-pushbutton-rc*/
.blue {
    height: 80px;
    background: #00538C;
    display: flex;
    flex-direction: row; /* Arrange items vertically */
    justify-content: space-evenly; /* Space them equally */
    align-items: center; /* Center items horizontally */
    color: white; /* Ensure text is visible */
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.pdf-link, .dropdown {
    width: 200px;
    padding: 12px;
    text-align: center;
    background-color: #00538C;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover animation */
.pdf-link:hover, .dropdown:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}

.blue-div:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}
 .pdf-link {
            text-decoration: none;
            color: white;
            padding: 10px 15px;
            font-weight: bold;
            cursor: pointer;
        }



      /* Full-width panel */
  

  .panel {
            width: 100%;
            min-height: 250px;
            background: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 20px;
            text-align: center;
            position: relative;
            top: 100%; /* Ensures it sticks right below .blue */
            left: 0;
            z-index: 10;
        }


.panel-content {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
}

.panel-column {
    width: 45%;
    text-align: left;
}

.panel-column h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #00538C;
}

.panel-column ul {
    list-style-type: disc;
    padding-left: 20px;
}

.panel-column ul li {
    font-size: 1rem;
    margin-bottom: 8px;
}
        .panel a {
            display: block;
            margin: 10px 0;
            text-decoration: none;
            color: black;
            font-size: 1.2rem;
            transition: 0.3s;
        }

        .panel a:hover {
            color: #00538C;
        }

        /* Close button */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            cursor: pointer;
            background: none;
            border: none;
            color: black;
        }
       
        
        .popover-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
            padding: 10px 15px;
        }

        /* Popover content */
        .popover-content {
            display: none;
            position: absolute;
            top: 120%; /* Position below the button */
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
            color: black;
            min-width: 400px;
            padding: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            z-index: 1;
            text-align: left;
        }

        .popover-content a {
            display: block;
            padding: 8px 12px;
            text-decoration: none;
            color: black;
            transition: background 0.3s;
        }

        .popover-content a:hover {
            background: #ddd;
        }

        /* Show popover when hovering */
        .popover-container:hover .popover-content {
            display: block;
        }
        
        
/*-------------------------------------am hard tag1*/

.blue {
    height: 80px;
    background: #00538C;
    display: flex;
    flex-direction: row; /* Arrange items vertically */
    justify-content: space-evenly; /* Space them equally */
    align-items: center; /* Center items horizontally */
    color: white; /* Ensure text is visible */
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.pdf-link, .dropdown {
    width: 200px;
    padding: 12px;
    text-align: center;
    background-color: #00538C;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover animation */
.pdf-link:hover, .dropdown:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}

.blue-div:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}
 .pdf-link {
            text-decoration: none;
            color: white;
            padding: 10px 15px;
            font-weight: bold;
            cursor: pointer;
        }



      /* Full-width panel */
  

  .panel {
            width: 100%;
            min-height: 250px;
            background: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 20px;
            text-align: center;
            position: relative;
            top: 100%; /* Ensures it sticks right below .blue */
            left: 0;
            z-index: 10;
        }


.panel-content {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
}

.panel-column {
    width: 45%;
    text-align: left;
}

.panel-column h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #00538C;
}

.panel-column ul {
    list-style-type: disc;
    padding-left: 20px;
}

.panel-column ul li {
    font-size: 1rem;
    margin-bottom: 8px;
}
        .panel a {
            display: block;
            margin: 10px 0;
            text-decoration: none;
            color: black;
            font-size: 1.2rem;
            transition: 0.3s;
        }

        .panel a:hover {
            color: #00538C;
        }

        /* Close button */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            cursor: pointer;
            background: none;
            border: none;
            color: black;
        }
       
        
        .popover-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
            padding: 10px 15px;
        }

        /* Popover content */
        .popover-content {
            display: none;
            position: absolute;
            top: 120%; /* Position below the button */
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
            color: black;
            min-width: 400px;
            padding: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            z-index: 1;
            text-align: left;
        }

        .popover-content a {
            display: block;
            padding: 8px 12px;
            text-decoration: none;
            color: black;
            transition: background 0.3s;
        }

        .popover-content a:hover {
            background: #ddd;
        }

        /* Show popover when hovering */
        .popover-container:hover .popover-content {
            display: block;
        }
        
/*------------------------------------------------bg 100ti*/

.blue {
    height: 80px;
    background: #00538C;
    display: flex;
    flex-direction: row; /* Arrange items vertically */
    justify-content: space-evenly; /* Space them equally */
    align-items: center; /* Center items horizontally */
    color: white; /* Ensure text is visible */
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.pdf-link, .dropdown {
    width: 200px;
    padding: 12px;
    text-align: center;
    background-color: #00538C;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover animation */
.pdf-link:hover, .dropdown:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}

.blue-div:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}
 .pdf-link {
            text-decoration: none;
            color: white;
            padding: 10px 15px;
            font-weight: bold;
            cursor: pointer;
        }



      /* Full-width panel */
  

  .panel {
            width: 100%;
            min-height: 250px;
            background: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 20px;
            text-align: center;
            position: relative;
            top: 100%; /* Ensures it sticks right below .blue */
            left: 0;
            z-index: 10;
        }


.panel-content {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
}

.panel-column {
    width: 45%;
    text-align: left;
}

.panel-column h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #00538C;
}

.panel-column ul {
    list-style-type: disc;
    padding-left: 20px;
}

.panel-column ul li {
    font-size: 1rem;
    margin-bottom: 8px;
}
        .panel a {
            display: block;
            margin: 10px 0;
            text-decoration: none;
            color: black;
            font-size: 1.2rem;
            transition: 0.3s;
        }

        .panel a:hover {
            color: #00538C;
        }

        /* Close button */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            cursor: pointer;
            background: none;
            border: none;
            color: black;
        }
       
        
        .popover-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
            padding: 10px 15px;
        }

        /* Popover content */
        .popover-content {
            display: none;
            position: absolute;
            top: 120%; /* Position below the button */
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
            color: black;
            min-width: 400px;
            padding: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            z-index: 1;
            text-align: left;
        }

        .popover-content a {
            display: block;
            padding: 8px 12px;
            text-decoration: none;
            color: black;
            transition: background 0.3s;
        }

        .popover-content a:hover {
            background: #ddd;
        }

        /* Show popover when hovering */
        .popover-container:hover .popover-content {
            display: block;
        }


/*-----------------------------------------bg-100 tii*/
.blue {
    height: 80px;
    background: #00538C;
    display: flex;
    flex-direction: row; /* Arrange items vertically */
    justify-content: space-evenly; /* Space them equally */
    align-items: center; /* Center items horizontally */
    color: white; /* Ensure text is visible */
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.pdf-link, .dropdown {
    width: 200px;
    padding: 12px;
    text-align: center;
    background-color: #00538C;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover animation */
.pdf-link:hover, .dropdown:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}

.blue-div:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}
 .pdf-link {
            text-decoration: none;
            color: white;
            padding: 10px 15px;
            font-weight: bold;
            cursor: pointer;
        }



      /* Full-width panel */
  

  .panel {
            width: 100%;
            min-height: 250px;
            background: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 20px;
            text-align: center;
            position: relative;
            top: 100%; /* Ensures it sticks right below .blue */
            left: 0;
            z-index: 10;
        }


.panel-content {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
}

.panel-column {
    width: 45%;
    text-align: left;
}

.panel-column h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #00538C;
}

.panel-column ul {
    list-style-type: disc;
    padding-left: 20px;
}

.panel-column ul li {
    font-size: 1rem;
    margin-bottom: 8px;
}
        .panel a {
            display: block;
            margin: 10px 0;
            text-decoration: none;
            color: black;
            font-size: 1.2rem;
            transition: 0.3s;
        }

        .panel a:hover {
            color: #00538C;
        }

        /* Close button */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            cursor: pointer;
            background: none;
            border: none;
            color: black;
        }
       
        
        .popover-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
            padding: 10px 15px;
        }

        /* Popover content */
        .popover-content {
            display: none;
            position: absolute;
            top: 120%; /* Position below the button */
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
            color: black;
            min-width: 400px;
            padding: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            z-index: 1;
            text-align: left;
        }

        .popover-content a {
            display: block;
            padding: 8px 12px;
            text-decoration: none;
            color: black;
            transition: background 0.3s;
        }

        .popover-content a:hover {
            background: #ddd;
        }

        /* Show popover when hovering */
        .popover-container:hover .popover-content {
            display: block;
        }


/*-------------------------------------------------------bg-100(6m)grey*/

.blue {
    height: 80px;
    background: #00538C;
    display: flex;
    flex-direction: row; /* Arrange items vertically */
    justify-content: space-evenly; /* Space them equally */
    align-items: center; /* Center items horizontally */
    color: white; /* Ensure text is visible */
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.pdf-link, .dropdown {
    width: 200px;
    padding: 12px;
    text-align: center;
    background-color: #00538C;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover animation */
.pdf-link:hover, .dropdown:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}

.blue-div:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}
 .pdf-link {
            text-decoration: none;
            color: white;
            padding: 10px 15px;
            font-weight: bold;
            cursor: pointer;
        }



      /* Full-width panel */
  

  .panel {
            width: 100%;
            min-height: 250px;
            background: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 20px;
            text-align: center;
            position: relative;
            top: 100%; /* Ensures it sticks right below .blue */
            left: 0;
            z-index: 10;
        }


.panel-content {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
}

.panel-column {
    width: 45%;
    text-align: left;
}

.panel-column h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #00538C;
}

.panel-column ul {
    list-style-type: disc;
    padding-left: 20px;
}

.panel-column ul li {
    font-size: 1rem;
    margin-bottom: 8px;
}
        .panel a {
            display: block;
            margin: 10px 0;
            text-decoration: none;
            color: black;
            font-size: 1.2rem;
            transition: 0.3s;
        }

        .panel a:hover {
            color: #00538C;
        }

        /* Close button */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            cursor: pointer;
            background: none;
            border: none;
            color: black;
        }
       
        
        .popover-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
            padding: 10px 15px;
        }

        /* Popover content */
        .popover-content {
            display: none;
            position: absolute;
            top: 120%; /* Position below the button */
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
            color: black;
            min-width: 400px;
            padding: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            z-index: 1;
            text-align: left;
        }

        .popover-content a {
            display: block;
            padding: 8px 12px;
            text-decoration: none;
            color: black;
            transition: background 0.3s;
        }

        .popover-content a:hover {
            background: #ddd;
        }

        /* Show popover when hovering */
        .popover-container:hover .popover-content {
            display: block;
        }
        
/*--------------------------------bg-bdc-rl-100*/

.blue {
    height: 80px;
    background: #00538C;
    display: flex;
    flex-direction: row; /* Arrange items vertically */
    justify-content: space-evenly; /* Space them equally */
    align-items: center; /* Center items horizontally */
    color: white; /* Ensure text is visible */
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.pdf-link, .dropdown {
    width: 200px;
    padding: 12px;
    text-align: center;
    background-color: #00538C;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover animation */
.pdf-link:hover, .dropdown:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}

.blue-div:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 8px 15px rgba(0, 83, 140, 0.3);
}
 .pdf-link {
            text-decoration: none;
            color: white;
            padding: 10px 15px;
            font-weight: bold;
            cursor: pointer;
        }



      /* Full-width panel */
  

  .panel {
            width: 100%;
            min-height: 250px;
            background: white;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 20px;
            text-align: center;
            position: relative;
            top: 100%; /* Ensures it sticks right below .blue */
            left: 0;
            z-index: 10;
        }


.panel-content {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
}

.panel-column {
    width: 45%;
    text-align: left;
}

.panel-column h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #00538C;
}

.panel-column ul {
    list-style-type: disc;
    padding-left: 20px;
}

.panel-column ul li {
    font-size: 1rem;
    margin-bottom: 8px;
}
        .panel a {
            display: block;
            margin: 10px 0;
            text-decoration: none;
            color: black;
            font-size: 1.2rem;
            transition: 0.3s;
        }

        .panel a:hover {
            color: #00538C;
        }

        /* Close button */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            cursor: pointer;
            background: none;
            border: none;
            color: black;
        }
       
        
        .popover-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
            padding: 10px 15px;
        }

        /* Popover content */
        .popover-content {
            display: none;
            position: absolute;
            top: 120%; /* Position below the button */
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
            color: black;
            min-width: 400px;
            padding: 10px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            z-index: 1;
            text-align: left;
        }

        .popover-content a {
            display: block;
            padding: 8px 12px;
            text-decoration: none;
            color: black;
            transition: background 0.3s;
        }

        .popover-content a:hover {
            background: #ddd;
        }

        /* Show popover when hovering */
        .popover-container:hover .popover-content {
            display: block;
        }
