.content{
    max-width: 1000px;
}
.banner{
    width: 100%;
}
.float{
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color:#25d366;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
/*box-shadow: 2px 2px 3px #999;*/
z-index:100;
}

.my-float{
margin-top:16px;
}
.contact-form {
    background-color: #ffffff;
    padding: 20px;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 400px; /* Adjust width as per your requirement */
    width: 100%;
    box-sizing: border-box;
}
.contact-form h2 {
    color: #183f45;
    text-align: center;
}
.contact-form input[type="text"],
.contact-form input[type="password"],
.contact-form input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.contact-form input[type="submit"] {
    background-color: #183f45;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    display: block;
    margin-top: 10px;
}
.contact-form input[type="submit"]:hover {
    background-color: #037d82;
}
.contact-form p {
    color: #666666;
    font-size: 14px;
    text-align: center;
}
    h2,p{
        color: white;
    } 
    .toc-button {
display: none; /* Initially hidden */
background-color: #183f45;
color: white;
border: none;
padding: 10px 20px;
border-radius: 4px;
cursor: pointer;
position: fixed;
left: -50px;
top: 50%;
transform: translateY(-50%);
transform: rotate(90deg);
transition: opacity 0.3s ease; 
}

.toc-button.show {
display: block; 
opacity: 1; 
}

.toc-button.active {
transform: translateY(-50%) rotate(90deg); /* Rotated state */
}

.toc-list {
display: none;
position: fixed;
left: 60px;
top: 50%;
transform: translateY(-50%);
background-color: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.toc-list h2 {
color: #183f45;
font-size: 1.2em;
margin-bottom: 10px;
}

.toc-list ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.toc-list li {
margin-bottom: 10px;
}

.toc-list button {
background: none;
border: none;
color: #183f45;
cursor: pointer;
padding: 5px 10px;
font-size: 1em;
text-align: left;
width: 100%;
}

.toc-list button:hover {
text-decoration: underline;
}
    footer {
background-color: #0f2327; 
text-align: center;
padding: 10px 0;
width: 100%;
position: relative; 
}

li {
    color:white;
}
    .sitemap-button {
background-color: #183f45; 
color: white;
border: none;
padding: 8px 20px;
border-radius: 4px;
cursor: pointer;
position: absolute; 
left: 10px; 
transform: translateY(-27%); 
}
.whatsapp-button {
background-color: #25D366; 
color: white;
border: none;
padding: 10px 20px;
border-radius: 4px;
cursor: pointer;
position: absolute; 
right: 10px; 
bottom: 32px; 
}

.whatsapp-button:hover {
background-color: lightgreen; 

}


.banner img {
  width: 100%; 
  height: auto;
  display: block; 
}

.halfimagecontent{
display: flex;
width: 100%;
}
.halfimage{
width: 50%;
padding: 20px;
}
.halfimage img {
  width:100%;
}
.halfcontent{
width: 50%;
}


    .logo {
      background-color: none;
    }
      /* Basic styling for header */
      header {
  background-color: #1b1b1b; 
  color: #ffffff; 
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

      header .logo {
          width: 100px; 
      }
      header nav {
          display: flex;
      }
      header nav ul {
          display: flex;
          list-style-type: none;
          margin: 0;
          padding: 0;
      }
      header nav ul li {
          margin-left: 20px;
      }
      header nav ul li:first-child {
          margin-left: 0;
      }
      header nav ul li a {
          color: #fff;
          text-decoration: none;
          font-weight: bold;
          display: inline-block; 
  margin-right: 20px; 
      }
      header nav ul li a:hover {
          text-decoration: underline;
      }
     
      .logo img {
  width: 100% !important;
}

.nav {
  display: flex;
  gap: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav li {
  margin: 0;
  padding: 0;
}

.nav a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
}

.nav a:hover {
  background-color: rgba(255, 255, 255, 0.1); 
  border-radius: 4px;
}

.get-id-button {
  background-color: #183f45;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.get-id-button:hover {
  background-color: #037d82; 
}

.banner img {
  width: 100%; 
  height: auto; 
  display: block;
}

.halfimagecontent{
display: flex;
width: 100%;
}
.halfimage{
width: 50%;
padding: 20px;
}
.halfimage img {
  width:100%;
}
.halfcontent{
width: 50%;
}
.content {
padding: 4%;
margin-top: 0px;
}

.logo {
background-color: #183f4500 !important;
}
 
header{
    width:100%
}

        .footer {
            position: relative;
            padding-top: 45px;
            background: #0f2327;
            width:100%;
        }
      
        .footer .newsletter {
            position: relative;
            max-width: 900px;
            margin: 0 auto 45px auto;
            padding: 30px 15px;
            background: #000000;
            text-align: center;
        }
      
        .footer .newsletter h2 {
            color: #dddddd;
            font-size: 35px;
            font-weight: 600;
            margin-bottom: 20px;
        }
      
        .footer .newsletter .form {
            position: relative;
            max-width: 400px;
            margin: 0 auto;
        }
      
        .footer .newsletter input {
            height: 50px;
            border: 2px solid #cdcdcd;
            border-radius: 0;
        }
      
        .footer .newsletter .btn {
            position: absolute;
            top: 5px;
            right: 5px;
            height: 40px;
            padding: 8px 20px;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            color: #ffff;
            background: #121518;
            border-radius: 0;
            border: 2px solid #ffff;
            transition: .3s;
        }
      
        .footer .newsletter .btn:hover {
            color: #ffffff;
            background: #ffff;
        }
      
        .footer .newsletter .btn:focus {
            box-shadow: none;
        }
      
        .footer .footer-about,
        .footer .footer-link,
        .footer .footer-contact {
            position: relative;
            margin-bottom: 45px;
            color: #dddddd;
        }
      
        .footer .footer-about h3,
        .footer .footer-link h3,
        .footer .footer-contact h3 {
            position: relative;
            margin-bottom: 20px;
            font-size: 22px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #ffff;
        }
      
        .footer .footer-link a {
            display: block;
            margin-bottom: 10px;
            color: #dddddd;
            transition: .3s;
            text-transform: capitalize;
        }
      
        .footer .footer-link a::before {
            position: relative;
            content: "\f105";
                font-family: 'FontAwesome';
            font-weight: 900;
            margin-right: 10px;
        }
      
        .footer .footer-link a:hover {
            color: #ffff;
            letter-spacing: 1px;
        }
      
        .footer .footer-contact p i {
            width: 25px;
        }
      
        .footer .footer-social {
            position: relative;
            margin-top: 20px;
        }
      
        .footer .footer-social a {
            display: inline-block;
        }
      
        .footer .footer-social a i {
            margin-right: 15px;
            font-size: 18px;
            color: #ffff;
        }
      
        .footer .footer-social a:last-child i {
            margin: 0;
        }
      
        .footer .footer-social a:hover i {
            color: #dddddd;
        }
      
        .footer .footer-menu .f-menu {
            position: relative;
            padding: 10px 0;
            font-size: 0;
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, .1);
            border-bottom: 1px solid rgba(255, 255, 255, .1);
        }
      
        .footer .footer-menu .f-menu a {
            color: #dddddd;
            font-size: 16px;
            margin-right: 15px;
            padding-right: 15px;
            border-right: 1px solid rgba(255, 255, 255, .3);
        }
      
        .footer .footer-menu .f-menu a:hover {
            color: #ffff;
        }
      
        .footer .footer-menu .f-menu a:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: none;
        }
      
        .footer .copyright {
            padding: 30px 15px;
        }
      
        .footer .copyright p {
            margin: 0;
            color: #dddddd;
        }
      
        .footer .copyright .col-md-6:last-child p {
            text-align: right;
        }
      
        .footer .copyright p a {
            color: #ffff;
            font-weight: 500;
            letter-spacing: 1px;
        }
      
        .footer .copyright p a:hover {
            color: #ffffff;
        }
      
