.nonemob-top_bar{
   
 }
.banner-wrap{
 background-color: #196f3d ;
 }

.topban-content-wrapper{
  width: 1060px;
  color: #fff;
  padding: 15px 0 9px 0;
}

.topban-inner-div1{
  width: 60%;

}
.nonmob-logotxt{
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
}
.hidemob{
  display: none;
}
/* Hamburger Menu */
.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 20px auto;
  transition: box-shadow 0.3s ease;
}

.hamburger div {
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  transition: all 0.5s;
}

.hamburger div:nth-child(1) {
  top: 0px;
}

.hamburger div:nth-child(2) {
  top: 8px;
}

.hamburger div:nth-child(3) {
  top: 16px;
}

/* Hamburger Animation */
.hamburger.open div:nth-child(1) {
  transform: rotate(-45deg);
  top: 8px;
}

.hamburger.open div:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.hamburger.open div:nth-child(3) {
  transform: rotate(45deg);
  top: 8px;
}

/* Material Design Hover Effect */
.hamburger:hover {
  cursor: pointer;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.418);
}

/*main navigaion*/
.header {
  text-align: center;
  transition: all 0.5s;
  background-color: #cccc00;
}
.main-nav {
  display: inline-flex; /* Navigation items inline on larger screens */
  justify-content: center; /* Centers navigation items horizontally */
  align-items: center; /* Centers navigation items vertically */
  padding: 0.5rem 1rem; /* Padding for content */
}

.main-nav li {
  list-style: none; /* Removes default bullet points */
  margin-right: 1rem; /* Spacing between navigation items */
  text-align: center; /* Center text within each link */
  display: inline-block;
}

.main-nav li:last-child {
  margin-right: 0; /* Removes margin for the last item */
}

.main-nav a {
  color: #000; /* Black text color */
  text-decoration: none; /* Removes underline on hover */
  padding: 0.5rem 1rem; /* Padding for link content */
  display: block; /* Makes links fill container height */
  margin: 0 auto;
  letter-spacing: 0.04em;
  transition: .01s;
  font-weight: 700;
  text-transform: uppercase;

  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.main-nav a:hover {
  /* Hover effect - creates a border at the bottom */
  border-bottom: 2px solid black;
  padding-bottom: calc(0.5rem - 2px); /* Adjust padding to account for border */
}

.foot__outer{
  background-color: #196f3d;
}

.topban-inner-div2{
  width: 40%;
}
.tinfo-container{
    background-color: lightgrey;
}
.tinfo-wrap{
  width: 1060px;
}
.tinfo-div1{
  padding: 5px;
  font-size: 13px;
  width: 50%;
}

.ban_font{
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.cover-photo{  
  background-size: 100% 100%;
  background-position:center; 
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.font-cover{
  background-image: url('../img/header.jpg'); 
  height: 400px;
  background-repeat: no-repeat;
}

.serv-cover{
  background-image: url('../img/carsertop.jpg');
  background-size:cover;
  background-repeat: no-repeat;
  height: 225px;
}
.repr-cover{
  background-size:cover;
  background-repeat: no-repeat;
  background-image: url('../img/engspan.jpg');
  height: 225px;
}
.callo-cover{
  background-size:cover;
  background-repeat: no-repeat;
  background-image: url('../img/mottp.jpg');
  height: 225px;
}
.mot-cover{
  background-size:cover;
  background-repeat: no-repeat;
  background-image: url('../img/mot-testing_original-blue-car.jpg');
  height: 225px;
}


.cv-messhold{
  position: absolute;
  top: 40%;
  left: 5%;
  transform: translate(0 40%);
  
}
.cv-messhold p{
background-color: #196f3d;
min-width: 300px;
padding: 10px 20px;
font-size: 26px;
color: #fff;

}
.main-text{
  background-color: #cccc00;
  max-width: 1024px;
  min-width: 300px;
  margin: 0 auto;
  padding: 20px 0 15px 25px;
}


.bullet-points {
  list-style-type: none;
  padding: 0;
}
.bullet-points li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.bullet-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #196f3d; /* Change color as desired */
}

/*serve*/
.serv-wrap{
  width: 1120px;
  margin: 2px 0;
}

.serv-innerdiv1{
  width: 60%;
}
.serv-innerdiv2{
  max-height: 530px;
  width: 40%;
}
.serv-img-contain{
  margin: 0 2px;
  height: 500px;
}
.serv-innerdiv2 img{
  width: 100%;
  height: 100%;
}

.serv-headline{
  width: 100%;
  min-width: 300px;
  background-color: #cccc00;
  padding: 15px 10px;
  margin-top: 10px;
  text-align: left;
  
}
.serv-para{
  display: block;
  background-color: #cccc00;
  padding: 10px;
  margin: 15px auto auto auto;
 
}

.bttm-content{
  background-color: #cccc00;
  padding: 10px 15px;
  max-width: 1120px;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
  .nonmob-logotxt{ 
    font-weight: 650;
    font-size: 28px;
  }
  .inner-ondiv {
    flex: unset; /* Remove flex properties for smaller screens */
    width: 100%; /* Make each div take up 100% width on smaller screens */
  }
  .serv-para{
    margin: 0;
  }
  
  .serv-img-contain{
    margin: 2px auto;
    height: 460px;
    width: 440px;
  }
  .serv-innerdiv2 img{
    width: 440px;
    height: 460px;
  }
}

@media (max-width: 767.98px) {
  .main-nav {
    display: flex; /* Navigation becomes a flexbox for vertical stacking */
    flex-direction: column; /* Stacks items vertically */
    justify-content: center; /* Centers items vertically */
    align-items: center; /* Centers items horizontally */
    padding: 1rem; /* Adjust padding for smaller screens */
    transition: display 0.5s ease-in-out; /* Transition for smooth appearance */
  }

  .main-nav li {
    margin-right: 0; /* Removes horizontal spacing */
    margin-bottom: 0.5rem; /* Adds vertical spacing for list items */
    display: list-item;
  }

  .main-nav a {
    text-align: left; /* Left-align text on smaller screens */
  }
 .unhidemob, .tinfo-container, .mhide{
    display: none; /* Initially hide the element */
    transition: display 0.5s ease-in-out; /* Transition for smooth appearance */
  }
  .hidemob{
    display: block;
  }
  .nonmob-logotxt{ 
    font-weight: 600;
    font-size: 26px;
  }
  .topban-inner-div1{
    width: 80%;
  }
  .topban-inner-div2{
    width: 20%;
  }
  .serv-img-contain{
    margin: 2px auto;
    height: 400px;
    width: 320px;
  }
  .serv-innerdiv2 img{
    width: 320px;
    height: 400px;
  }
  
}
  /* Styles for Extra Small & Small Screens (XS & SM): Up to tablets */
@media (max-width: 575.98px) {
  .nonmob-logotxt{ 
    font-weight: 550;
    font-size: 24px;
  }
  .serv-img-contain{
    margin: 2px auto;
    height: 350px;
    width: 300px;
  }
  .serv-innerdiv2 img{
    width: 300px;
    height: 350px;
  }

}


.service-list {
  list-style: none; /* Remove default bullet points */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

.service-list li {
  margin-bottom: 15px; /* Add spacing between list items */
  font-size: 16px; /* Set font size for list content */
  line-height: 1.5; /* Adjust line spacing for better readability */
  color: #333; /* Set text color */
}

.service-list li:first-child { /* Style the first list item (optional) */
  font-weight: bold; /* Make the first item bold (e.g., name) */
}

/* Optional: Flexbox Layout for Multiline Descriptions (for specific list items) */
.service-list li.multiline {
  display: flex; /* Enable flexbox for multiline descriptions */
  align-items: center; /* Align content vertically within each item */
  justify-content: space-between; /* Distribute content horizontally with space */
}

.service-list li.multiline span:first-child { /* Style the first span in multiline items (optional) */
  flex: 0 0 20%; /* Set a fixed width for the first span (e.g., title) */
  font-weight: bold; /* Make the title bold */
}

.service-list li.multiline span:last-child { /* Style the second span in multiline items (optional) */
  flex: 1; /* Allow the description to grow and fill the remaining space */
}


.mot-innerdiv2{
  width: 40%;
  min-width: 315px;
  height: 460px;
}

.img-containeer {
  position: relative;
  max-width: 100%; /* Adjust width as needed */
  min-width: 300px;
  height: 460px;
  overflow: hidden; /* Ensures the images don't overflow container */
}

.background-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 300px;
  min-width: 220px;
  height: 470px;
  z-index: 1; /* Set the background image behind the top image */
}

.top-img {
  position: absolute;
  top: 20%; /* Adjust as needed */
  left: 20%; /* Moves the image 50% out from the left side */
  transform: translate(-50%); /* Centers the image vertically and horizontally */
  width: 50%; /* Adjust as needed */
  height: auto;
  z-index: 2; /* Set the top image above the background image */
}