body{
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif ;
}
.menu-bar {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 30px;
background-color: transparent;
color: #ecf0f1;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
position: relative;
}

.menu-bar-left {
display: flex;
align-items: center;
gap: 15px;
}
.inneremail{
  color: white;
}   
.menu-bar img {
height: 80px;
border-radius: 5px;
}
@media (max-width: 768px) {
  #formContainer {
    width: 95%; /* Adjust width for smaller screens */
    padding: 20px;
  }

  #message {
    height: 150px; /* Adjust height for smaller screens */
  }

  .submit_getquote {
    width: 100%; /* Full width on smaller screens */
    max-width: none; /* Remove maximum width */
  }
}
/* Responsive adjustments */
@media (min-width: 768px) {
  .form-group {
    flex-direction: row; /* Row direction on larger screens */
  }

  .form-field {
    flex: 1;
  }

  input[type="email"] {
    width: auto; /* Reset width on larger screens */
    height: auto; /* Reset height on larger screens */
  }
}

.menu-items {
display: flex;
list-style: none;
gap: 30px;
margin: 0;
padding: 0;
flex-direction: row;
background-color: transparent;
position: relative;
}

.menu-items li {
display: flex;
align-items: center;
}

.menu-items li a {
text-decoration: none;
font-size: 16px;
padding: 5px 10px;
transition: background-color 0.3s, color 0.3s;
border-radius: 5px;
color: #102A71;
}

.menu-items li a:hover {
background-color: #ecf0f1;
color: #102A71;
}

.menu-items li a img {
height: 40px;
border-radius: 0;
}

.menu-button {
background-color: #102A71;
border: none;
color: #ecf0f1;
font-size: 24px;
padding: 10px;
cursor: pointer;
border-radius: 5px;
transition: background-color 0.3s;
display: none;
}

.menu-button:hover {
background-color: #102A71;
}

.openFormButton {
background-color: #e74c3c;
border: none;
padding: 10px 20px;
color: #fff;
cursor: pointer;
border-radius: 5px;
font-size: 16px;
transition: background-color 0.3s;
}

.openFormButton:hover {
background-color: #c0392b;
}

@media (max-width: 768px) {
.menu-items {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%; /* Position the menu list slightly below the menu button */
  left: 0;
  background-color: white;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #fafafa;
  color: #102A71;
  z-index: 1000;
  width: 200px;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%); /* Initially hide the menu off-screen to the left */
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.menu-items.show {
  transform: translateX(0); /* Slide the menu into view */
  opacity: 1;
}

.menu-button {
  display: inline-block;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #102A71;
  transition: color 0.3s;

}

.close-button:hover {
  color: #e74c3c;
}
}

/* Default styles (visible on small screens) */
.close-button {
position: absolute;
top: 10px;
right: 10px;
background-color: transparent;
border: none;
font-size: 24px;
cursor: pointer;
color: #102A71;
transition: color 0.3s;
}

.close-button:hover {
color: #e74c3c;
}

/* Styles for large screens */
@media (min-width: 769px) {
.close-button {
display: none;
}
}


.dividee{
position: relative;
top: -1em;
border: none;
border-top: 1px solid #e1e3e4;
}

.pinkh1{
  color: #f71066;
}


.menu-items img{
  height: 40px;
  width: 150px;
  margin-left: -0em;
}

.careers{
  text-align: center;
  font-family: "Inter", sans-serif; 
}
.careers p{
  font-size: 30px ;
  position: relative;
  top: -0.5em;
}

.expertise_div {
  display: grid;
  grid-template-columns:
  1fr 1fr;
  grid-template-rows:
  1fr 1fr;

  gap: 10px; /* Adjust gap as needed */

  margin-left: 18em;
  margin-right: 18em;
}
.item {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Box shadow for elevation */
  border-radius: 8px; /* Rounded corners */
  padding: 20px; /* Padding inside the box */
  /* background-color:  #fbfbfb; */
  padding: 20px;
  text-align: left;
}

.pinkcolor{
  color: #102A71;
}

.middle{
  margin-top: 3em;
  text-align: center;
}


.middle h1{
  margin-top: 3em;
  text-align: center;
  color: #102A71;
}

.middle_inner{
  font-size: 18px;
}


.opportunity1:hover {
transform: translateY(-10px); 
box-shadow: 0 30px 30px rgba(223, 218, 220, 0.2), 0 40px 50px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.opportunity2:hover {
transform: translateY(-10px); 
box-shadow: 0 30px 30px rgba(223, 218, 220, 0.2), 0 40px 50px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.opportunity3:hover {
transform: translateY(-10px); 
box-shadow: 0 30px 30px rgba(223, 218, 220, 0.2), 0 40px 50px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.opportunity4:hover {
transform: translateY(-10px); 
box-shadow: 0 30px 30px rgba(223, 218, 220, 0.2), 0 40px 50px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.opportunity5:hover {
transform: translateY(-10px); 
box-shadow: 0 30px 30px rgba(223, 218, 220, 0.2), 0 40px 50px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}



.opportunity {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
gap: 10px; /* Adjust gap as needed */
margin-left: 6em;
margin-right: 6em;
}

.opportunity1, .opportunity2, .opportunity3, .opportunity4, .opportunity5 {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Box shadow for elevation */
border-radius: 8px; /* Rounded corners */
padding: 20px; /* Padding inside the box */
text-align: left;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
.opportunity {
  grid-template-columns: 1fr; /* Single column for smaller screens */
  margin-left: 2em;
  margin-right: 2em;
}
}

@media (max-width: 768px) {
.opportunity {
  grid-template-columns: 1fr; /* Single column for smaller screens */
  margin-left: 1em;
  margin-right: 1em;
}
}

@media (max-width: 480px) {
.opportunity {
  grid-template-columns: 1fr; /* Single column for very small screens */
  margin-left: 0.5em;
  margin-right: 0.5em;
}
}


.opportunity h4{
margin-bottom: -1em;

}



.opportunity span{
font-weight: lighter;
}
ul.custom-bullets {
list-style-type: none; /* Remove default bullets */
padding-left: 0; /* Remove default padding */
}
ul.custom-bullets li {
position: relative; /* Ensure position context for ::before */
padding-left: 25px; /* Space for custom bullet */
}
ul.custom-bullets li::before {
content: '✓'; /* Unicode for tick symbol */
position: absolute;
left: 0;
color: rgb(2, 143, 2); /* Custom color for tick */
font-size: 20px; /* Custom size for tick */
line-height: 1; /* Align with text */
}

.opportunity button {
margin-top: 20px; /* Space above the button */
padding: 10px 20px;
background-color: #fc6b17; /* Pink color for button */
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
.opportunity button:hover {
background-color: #102A71; /* Darker pink on hover */
}


body{
  color: #010734;
}

.footer {
  font-size: 20px;
  margin-top: 5em;
  width: 100%;
  background-color: #010734;
  border-radius: 6px;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem;
  padding: 60px;
}

.footer-col {
  flex: 1;
}

.footer-col h1 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer-col h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer-col .links {
  margin-top: 20px;
}

.footer-col .links li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-col .links li a {
  text-decoration: none;
  color: #bfbfbf;
}

.footer-col .links li a:hover {
  color: #fff;
}

.footer-col p {
  margin: 20px 0;
  color: #bfbfbf;
  max-width: 300px;
}

.footer-col form {
  display: flex;
  gap: 5px;
}

.footer-col input::placeholder {
  color: #302f2f;
}

.divider {
  border: 1px solid rgb(43, 42, 42);
}

.footer-col form button {
  background: #fff;
  outline: none;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s ease;
}

.footer-col form button:hover {
  background: #cecccc;
}

.footer-col .icons {
  display: flex;
  margin-top: 30px;
  gap: 30px;
  cursor: pointer;
}

.footer-col .icons i {
  color: #afb6c7;
}

.footer-col .icons i:hover {
  color: #fff;
}

  .locationid{
margin-top: 9em !important;
  }


.linkedinimg {
  height: 72px;
  width: 72px;
  position: relative;
  right: 0.5em;
}

.logoimg {
  border-radius: 10px;
  height: 70px;
  width: 70px;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .footer {
      align-items: center;
      position: relative;
      width: 100%;
      border-radius: 0;
      margin-top: 3em;
  }

  .footer-row {
      padding: 20px;
      gap: 1rem;
  }

  .footer-col {
      flex: 1 1 100%;
      margin-bottom: 20px;
  }

  .footer-col form {
      display: block;
  }

  .footer-col form :where(input, button) {
      width: 100%;
  }

  .footer-col form button {
      margin: 10px 0 0 0;
  }

  .pink, .pinkk {
      height: 4px; /* Adjust thickness for smaller screens */
      width: 25px; /* Adjust width for smaller screens */
      position: static; /* Reset positioning */
      left: 0; /* Reset horizontal offset */
  }

  .linkedinimg, .logoimg {
      height: 50px;
      width: 50px;
  }

  .footer-col  {
      height: 25px; /* Adjust size for smaller screens */
      width: 35px;  /* Adjust size for smaller screens */
  }
}
.color_org{
  color: #fc6b17;
}

    .footerhr {
      border: 5px solid #fc6b17;
      width: 50px;
      border-radius: 10PX;
      margin-left: 0; /* Ensures it starts from the left */
    }
