 body {
     margin: 0;
     font-family: 'Segoe UI', sans-serif;
 }

 .header {
     display: flex;
     align-items: center;
     padding: 5px 10px;
     margin-top: 15px;

 }

 .logo {
     flex: 0 0 auto;
     margin-right: 20px;
 }

 .logo img {
     height: 150px;
     width: 150px;
     display: block;


 }

 .nav-bar a {
     text-decoration: none;
     color: black;
     margin-right: 15px;
     padding: 5px 10px;
     transition: 0.3s;
     padding-top: 25px;
 }

 .nav-bar a:hover {
     color: blue;
 }

 .nav-bar a.active {
     color: blue;
     border-radius: 4px;
 }

 .nav-bar {
     display: flex;
     gap: 75px;
     flex: 1;
     justify-content: flex-start;
     display: flex;
     gap: 20px;
     padding: 12px 20px;
     font-family: sans-serif;
     align-items: center;
     position: relative;
     white-space: nowrap;
     font-weight: bold;
 }



 .top-bar div,
 .nav-bar div,
 .right-buttons div {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 10px;
     border-radius: 5px;
     text-align: center;
     cursor: pointer;
 }

 .style {
     color: white !important;
     display: flex;
     gap: 40px;
 }

 .top-bar {

     position: fixed;
     background-color: blue;
     display: flex;
     justify-content: center;
     margin-left: auto;
     flex-wrap: wrap;
     gap: 10px;
     top: 0;
     left: 0;
     right: 0;
     z-index: 9999;
 }



 .nav-bar a {
     text-decoration: none;
     color: #333;
     padding: 8px 12px;
     position: relative;
 }

 .nav-bar .active {
     font-weight: bold;
     color: #007BFF;
 }


 .nav-item {
     position: relative;
 }

 .nav-item .dropdown {
     display: none;
     position: absolute;
     top: 100%;
     left: 0;
     background-color: #f9f9f9;
     border: 1px solid #ccc;
     min-width: 180px;
     z-index: 999;
 }

 .nav-item .dropdown a {
     padding: 10px;
     display: block;
     color: #464040;
     white-space: nowrap;
 }

 .nav-item .dropdown a:hover {
     background-color: #eee;
 }


 .nav-item:hover .dropdown {
     display: block;
 }


 .login-btn {
     margin-left: auto;
     padding: 8px 16px;
     background-color: blue;
     color: white;
     border: none;
     cursor: pointer;
     border-radius: 4px;
 }

 .login-btn:hover {
     background-color: blue;
 }

 .nav-bar {
     font-weight: bold;
     display: flex;
     width: 50px;
     justify-content: center;
     gap: 75px;
     margin-top: 50px;

 }


 .login-btn {
     background-color: blue;
     color: white;
     border: none;
     padding: 10px 20px;
     font-size: 16px;
     right: 0;
     font-weight: bold;
     cursor: pointer;
     border-radius: 5px;
     transition: background-color 0.3s ease;
 }

 .login-btn:hover {
     background-color: #45a049;
 }

 .social-icons {
     display: flex;
     gap: 20px;

 }

 .social-icon {
     font-size: 24px;
     color: white;
     text-decoration: none;
     transition: color 0.3s ease;
 }

 .social-icon:hover {
     color: #00cfff;

 }

 .right-buttons div {
     margin-bottom: 10px;
 }

 .right-buttons {
     position: fixed;
     top: 357px;
     right: 0;
     display: flex;
     flex-direction: column;
     gap: 10px;
     z-index: 1000;
 }

 .toggle-button {
     background-color: blue;
     color: white;
     border: none;
     padding: 18px;
     font-size: 18 px;
     display: flex;
     align-items: center;
     border-radius: 12px 0 0 12px;
     transition: all 0.3s ease;
     overflow: hidden;
     width: 60px;
     cursor: pointer;
 }

 .toggle-button .label {
     margin-left: 10px;
     white-space: nowrap;
     opacity: 0;
     transition: opacity 0.3s ease;
 }

 .toggle-button:hover {
     background-color: rgb(156, 23, 23);
     color: white;
     font-weight: bold;
 }

 .toggle-button:hover {
     width: 180px;

 }

 .toggle-button:hover .label {
     opacity: 1;
 }

 body {
     margin: 0;
     font-family: Arial, sans-serif;
 }

 .banner {
     background-color: rgb(156, 23, 23);
     color: white;
     padding: 40px 0 40px;
     text-align: center;
 }

 .banner h1 {
     margin: 0;
     font-size: 60px;
     font-weight: bold;
 }

 .breadcrumb {
     margin-top: 15px;
     font-size: 14px;
     color: white;
 }

 .breadcrumb a {
     color: white;
     text-decoration: none;
 }

 .breadcrumb a:hover {
     text-decoration: underline;
 }

 .breadcrumb span {
     margin: 0 5px;
 }


















 .footer {
     background-color: #fff;
     font-family: 'Segoe UI', sans-serif;
     padding: 40px 20px 20px;
     border-top: 1px solid #ccc;
 }

 .footer-logo-wrapper {
     text-align: center;
     margin-bottom: 30px;
 }

 .footer-logo {
     max-width: 150px;
 }


 .footer-container {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     gap: 30px;
     max-width: 1200px;
     margin: auto;
 }

 .footer-column {
     display: flex;
     flex-direction: column;
     flex: 1;
     min-width: 280px;
     display: flex;
     flex-direction: column;
 }

 .footer-column h3 {
     font-size: 18px;
     margin-bottom: 15px;
     color: rgb(156, 23, 23);
 }

 .footer-column ul {
     list-style: none;
     padding: 0;
 }

 .footer-column ul li {
     margin-bottom: 8px;
 }

 .footer-column ul li a {
     text-decoration: none;
     color: black;
 }

 .footer-bottom {
     display: flex;
     justify-content: center;
 }

 .footer-column ul li a:hover {
     color: rgb(8, 0, 255);
 }

 .email-subscription {
     max-width: 500px;
     margin: 20px auto;
     font-family: 'Segoe UI', sans-serif;
 }

 .email-subscription h3 {
     color: #9c1717;
     margin-bottom: 10px;
 }

 .email-subscription p {
     color: #333;
     margin-bottom: 20px;
     line-height: 1.5;
 }

 .email-subscription input[type="email"] {
     width: 100%;
     padding: 14px;
     font-size: 16px;
     border: 1px solid #ccc;
     border-radius: 6px;
     margin-bottom: 15px;
     box-sizing: border-box;
 }

 .email-subscription button {
     width: 100%;
     padding: 14px;
     background-color: #b30000;
     color: white;
     font-weight: bold;
     font-size: 16px;
     border: none;
     border-radius: 6px;
     cursor: pointer;
     transition: background-color 0.3s ease;
 }

 .email-subscription button:hover {
     background-color: #990000;
 }