* {
    padding: 0;
    margin: 0;
    font-family: "Inter";
}

.navbar-header {
    background-color: #1D6CB7;
    /* display: flex; */
    /* padding: 0.5%; */
    /* gap: 1%; */
    font-size: 12px;
    color: white;
    /* justify-content: space-between; */
    margin: 0px;
    padding: 10px;
}

.header-start {
    padding-left: 162px;
}

@media (max-width: 720px) {

@media (max-width: 480px) {
    .header-start {
        margin-left: 0px;
}
}
}

.header-text,
.mail {
    margin-left: 20px;
}

.header-text2 {
    margin-left: 5px;
}

.header-end,
.location,
.mail {
    display: flex;
    justify-content: space-around;
    /* border: 2px solid red; */
}

@media (max-width: 720px) {
    .header-end {
        margin-left: 0px;
    }
}

@media (max-width: 480px) {
    .header-end {
        margin-left: 0px;
}
}

.main-navbar{
    display: flex;
    align-items: left;
    font-size: 15px;
    justify-content: space-between;
    position: relative; /* Ensure it is positioned */
    z-index: 1000; /* Set a high z-index value */
}
.navbar {
    flex: 1; /* Allow navbar to take up remaining space */
    display: flex; /* Use flexbox for navbar items */
    justify-content: space-between; /* Distribute navbar items evenly */
    margin-left: 0px;
    width: 100%;
    margin-right: 50px;
}   

@media (max-width: 480px) {
    .navbar {
        flex: 1; /* Ensure it still takes up space on smaller screens */
    }
}

/* Default styles for .logo */
.logo {
    background-image: url('images/blue.png');
    background-size: 100% 100%; /* Stretch the image to cover the entire container */
    background-repeat: no-repeat; /* Prevent image from repeating */
    background-position: top left; /* Position the image at the top-left corner */
    width: 190px; /* Default width */
    height: 58px; /* Default height */
    transition: width 0.3s ease; /* Smooth transition for width changes */
    flex: 0 0 auto;
}

/* Media query for small screens (e.g., mobile devices) */
@media (max-width: 720px) {
    .logo {
        width: 220px; /* Increase width for smaller screens */
    }
}


.navbar {
    display: flex;
    font-size: 15px;
    font-weight: bold;
    margin-left: 100px;
    padding: 0% ;
}

.navbar a {
    color: black;
    text-decoration: none;
    padding: 0px 20px;
    display: block;
}

.button button{
    background-color: #1D6CB7;
    border-radius: 100px ;
    margin: 10px;
    padding: 5%;
    width: 105px;
    border: none;
    color: white;
}

.hero {
    background-image: url(images/Staff.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10% 0;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.text {
    text-align: center;
    font-family: 'Lucida Sans', 'Roboto Condensed';
    color: white;
    margin: 0 auto;
    padding-bottom: 2%;
    text-transform: uppercase;
    font-size: 55px;
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.container {
    margin-top: 0px; /* Adjust this value based on your desired spacing */
}

.form-row, .form-group{
    color: #1D6CB7;
}

.contact-form {
    font-family: 'Lucida Sans', 'Roboto Condensed';
    text-transform: uppercase;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 40px 0px;
}

.contact-form h2 {
    margin-bottom: 20px;
    color: #1D6CB7;
}

.contact-form label {
    margin-bottom: 5px;
    font-weight: bold;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-form button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #0056b3;
}

.info-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* padding: 50px 130px; */
    /* margin: 20px 0px; */
    /* gap: 20px;  */
}



.contact-image img {
    /* width: 500px;
    height: 330px; */
    width: 55%;
    height: 224px;
    border-radius: 8px;
    /* object-fit: cover; */
}

.contact-box {
    background-color: #1D6CB7; /* Blue background */
    border-radius: 8px;
    /* margin-left: 300px; */
    padding: 20px;
    width: 32%;
    height: 224px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 20px;
}

@media (max-width: 782px) {
    .contact-image img { 
        width: 98%;
    }
    .contact-box { 
        width: 98%;
    }
}

.contact-details {
    color: white;
    text-align: left;
}

.contact-details h3 {
    margin-bottom: 15px;
    font-size: 24px;
    color: white;
    font-weight: bold;
}

.contact-details p {
    font-family: 'Lucida Sans', 'Roboto Condensed';;
    margin: 10px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.icon-circle {
    background-color: white;
    color: #1D6CB7;
    border-radius: 50%;
    padding: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.icon-circle img {
    width: 22px;
    height: 17px;
}

/* Container for navbar */
.navbar {
    display: flex; /* Use flexbox for horizontal alignment */
    flex-wrap: wrap; /* Allow items to wrap if necessary */
}

/* Dropdown container */
.dropdown {
    position: relative; /* Required for positioning the dropdown content */
    display: inline-block; /* Allows for inline block elements */
}

/* Dropdown button */
.dropbtn {
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    cursor: pointer;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none; /* Hidden by default */
    position: absolute; /* Position it below the button */
    background-color: #0056b3; /* Background color of dropdown */
    min-width: 180px; /* Minimum width of dropdown */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* Box shadow for dropdown */
    z-index: 1; /* Ensure dropdown is on top */
}

/* Dropdown links */
.dropdown-content a {
    color: white;
    padding: 12px 16px; /* Padding for links */
    text-decoration: none; /* Remove underline from links */
    display: block; /* Make links block-level */
    padding: 10px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd; /* Background color on hover */
    color: #0056b3;
}

/* Show the dropdown content on hover */
.dropdown:hover .dropdown-content {
    display: block; /* Show the dropdown content */
}

@media (max-width: 1527px) {
    .header-start {
        padding-left: 130px;
    }
}

@media (max-width: 1450px) {
    .header-start {
        padding-left: 100px;
    }
}

@media (max-width: 1378px) {
    .header-start {
        padding-left: 80px;
    }
}

/* Media query for small screens (e.g., mobile devices) */
@media (max-width: 720px) {
    .left-wheel, .myWheel {
        margin-bottom: 200px;
    }
}
.blogsBackground {
    /* position: relative; */
    width: 100%;
    height: auto;
    overflow: hidden; /* Ensure pseudo-element doesn’t overflow */
    /* padding-bottom: 80px; */
  }
  
  .blogsBackground::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://idetep.org/assets/user/images/background.jpg');
    background-size:100%;
    background-position: center;
    background-repeat: repeat;
    object-fit: contain;
    opacity: 0.09; /* Set opacity of the background image */
    z-index: -1; /* Ensure the pseudo-element is behind the content */
  }
  
  .blogsBackground > * {
    position: relative;
    z-index: 1; /* Ensure content is above the pseudo-element */
  }
  .map {
    position: relative;
    top: -120px;
    z-index: 0;
    margin-bottom: -200px;
  }

   /* Default link style */
   .dropbtn {
    color: black; /* Default color */
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    transition: color 0.3s; /* Smooth transition */
}

/* Style for the temporary active class */
.temp-active {
    color: #1D6CB7; /* Color when clicked */
}

@media(max-width: 1280px) {
    .header-start {
        padding-left: 57px;
    }
}

@media(max-width: 1086px) {
    .header-start {
        padding-left: 20px;
    }
}

@media(max-width: 768px) {
  
    .text {
      font-size: 30px;
    }
}

@media(max-width: 660px) { 

    .info-section {
        padding: 50px 30px;
    }
}

@media(max-width: 352px) { 
    .contact-box {
        height: 270px;
    }
}