body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #ffffffe2;
    color: #333;
}

header {
    background-color: red;
    color: white;
    padding: 10px 20px;
  
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 15px;
    
}

.nav-links li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s;
}

.nav-links li a:hover {
    color: #ffcccc;
}

.menu-toggle {
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: white;
}

.hero {
    background: url('officers.jpg') center/cover no-repeat;
    color: red;
    padding: 60px 10px;
    text-align: center;
}
.logo1{
    margin-top: 1%;
}
.intro, .cta, .highlights {
    padding: 40px 20px;
    text-align: center;
}

.highlight-box {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    background-color: #ffe6e6;
}

.highlight-box i {
    font-size: 2rem;
    color: #b30000;
    margin-bottom: 10px;
}

.btn {
    background-color: red;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    transition: background-color 0.3s;
}
.btn1 {
    background-color: red;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-top: 5%;
    transition: background-color 0.3s;
    
    
}

.btn:hover {
    background-color: #800000;
}
.btn1:hover {
    background-color: #800000;
}



.footer-contact p {
    margin: 5px 0;
}
.f1{
    background-color: red;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        padding: 10px 0;
    }

    .nav-links.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }
}

/* style.css */

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: whitesmoke;
    color: #333;
    line-height: 1.6;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: whitesmoke;
    padding: 1rem 2rem;
    color: black;
}

.navbar .logo {
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

.nav-links li a {
   
    color: black;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    
   
}

.nav-links li a:hover,
.nav-links li a.active {
    color: red;
}


/* Content Area */
main.content {
    padding: 2rem;
    max-width: 1000px;
    margin: auto;
    
}

main h1 {
    color: white;
    margin-bottom: 1rem;
}

main h2 {
    color: red;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

main ul {
    margin-top: 0.5rem;
    padding-left: 1.5rem;
}

main ul li {
    margin-bottom: 0.5rem;
}

/* Footer */
footer {
    background-color: red;
    color: #fff;
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
}

.footer-contact p {
    margin: 0.3rem 0;
}



/* Responsive */
@media (max-width: 268px) {
    .nav-links {
        flex-direction: column;
        
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
    }

    .menu-toggle i {
        font-size: 1.5rem;
        color: #fff;
    }

    .nav-links.active {
        display: flex;
    }
}

.menu-toggle {
    display: none;
}
img{
    position: relative;
    margin-top: 3%;
    border-radius: 20%;
    border: solid 6px blue;
}
form{
    background-color: #714848;
    padding: 5%;
    width:fit-content;
    color: white;
    margin-left: 40%;
}
.h11{
    text-align: center;
}
.sec5 li{
    list-style: none;
}
.sec5{
    background-color: #ffcccc;
    text-align: center;
    font-size: large;
    width: 70%;
    height: 60%;
    border-radius: 5px;
    border: solid 6px red;
    padding: 3%;
    margin-top: 5%;
    
}
.sec6{
    background-color: #ffcccc;
    text-align: center;
    font-size: large;
    width: 60%;
    height: 10%;
    border-radius: 50%;
    border: solid 6px red;
    padding: 1em;
    
}
.content1{
    margin-top: 4%;
    color: red;
    text-align: center;
   
}
.sec1{
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    background-color: #ffe6e6;
}
.h22{
    color: black;
}
.sec2{
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    background-color: #ffe6e6;
}
.div1{
    background-color: white;
    width: 3%;
    height: 3%;
    padding-top: 20%;
    position: absolute;
    margin-top: 0;
    left: 10%;
    border: solid 4px blue;
    border-radius: 50%;
}
.div2{
    background-color: white;
    width: 3%;
    height: 3%;
    padding-top: 20%;
    position: absolute;
    margin-top: 0;
    left: 87%;
    border: solid 4px blue;
    border-radius: 50%;
}
.pic{
    top: 89%;
    position: absolute;
    margin-left: 35.7%;
    border: solid 6px red;
}
.ourservice{
    background-color: #b30000;
    color: white;
    text-align: center;
    padding: 0.5%;
    font-size: 50px;
}
.ourservices{
  background-color: #ffcccc;
  text-align: center;

}
.list{
    list-style: none;
    font-size: xx-large;
    padding: 1em;
}
#handcuffs-icon {
    font-size: 45px;
    cursor: pointer;
    color: blue;
    transition: transform 0.3s ease;
  }
  h1{
    color: red;
  }

  .map-container {
    margin-top: 2rem;
    text-align: center;
  }

  iframe {
    border: none;
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }

    /* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background 0.3s;
  }
  
  .whatsapp-float:hover {
    background-color: #128c7e;
  }
  
  .whatsapp-icon {
    margin-top: 2px;
  }


  /* General Reset & Base */
