header{
    display: block;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
div{
  display: block;
  unicode-bidi: isolate;
}
body{
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
     'Open Sans', 'Helvetica Neue', sans-serif;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: black;
     background-color: #fff;
}
.container-head{
    padding: 40px;
    line-height: 35px;
}
.bg-green{
    background-color: green;
}
div{
  display: block;
  unicode-bidi: isolate;
}
header .text-left0, .text-left1, .text-left2 {
 margin: 0px 40px;
 color: white;

 }
header a{
    text-decoration: none;
    padding: 20px;
}
a{
    background-color: transparent;
}

.social-icons{
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.social-icons li{
  float: left; 
  margin-right: 10px; 
}
.social-icons a {
 text-decoration: none;
 color: #fff; 
 font-size: 24px; 
 } 
 .social-icons li a:hover {
  background-color: #00b894;
  color: white;
  transform: scale(1.1);
  border-color: #00b894;
}
 .row {
width: 100%;
overflow: hidden;  
padding: 10px 0;
}

.headtop {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
  }
  @media screen and (max-width: 480px) {
    .container-head a {
      font-size: 12px;
    }
    .social-icons a {
      justify-content: center;
    }
  
    .headtop h1 {
      font-size: 20px;
    }
  
    .headtop h3 {
      font-size: 16px;
    }
  }
  
  
  .logo-header {
    height: auto; 
    width: 160PX;
    margin-right: 15px;
  }
  .company-name {
    font-size: 40px;
    font-weight: 600;
    color: #2e8b57;
    margin: 0;
    white-space: nowrap;
  }
  
  @media (max-width: 768px) {
    .logo-header {
      height: 40px; 
      margin-right: 10px;
    }
  
    .company-name {
      font-size: 16px;  
      white-space: normal; 
    }
  }
  
  @media (max-width: 480px) {
    .col-12 {
      flex-direction: column;   
      text-align: center;
    }
  
    .logo-header {
      margin: 0 0 8px 0; 
    }
  
    .company-name {
      font-size: 14px;
    }
  }
  .row::after {
    content: "";
    display: table;
    clear: both;
  }   

  /* Navbar */
.navbar {
    background-color: green;
    padding: 30px 0;
  }
  
  .navbar-nav {
    float: left;
    list-style: none;
    padding: 10px 15px;
    margin: 0;
    display: block;
    justify-content: space-around;
  }
  
  .nav-item {
    float: left;
    font-size: 15px;
    padding: 5px 30px;
    position: relative;
  }
  
  .nav-link {
    display: block;
    padding: 10px 15px;
    color: white;
    text-decoration: none;
  }
  
  .nav-link:hover,
  .dropdown-item:hover {
    background-color: #495057;
  }
  
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 1000;
    background-color: #343a40;
    border: none;
    padding: 0;
  }
  
  .dropdown-item {
    padding: 10px 15px;
    display: block;
    color: white;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .dropdown-menu.show {
    display: block;
  }
  
  @media screen and (max-width: 768px) {
    .navbar-nav {
      flex-direction: column;
      align-items: stretch;
    }
  
    .dropdown-menu {
      position: static;
      width: 100%;
    }
  }
  /*contact US*/
  element.style{
    background-image: url(moto1.jpg);
  }
  .container-fluid.moto{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
    text-align: center;
  }
    .container-fluid{
      width: 100%;
      background-color: #f8f9fa;
    }
    .col-xl-12, .col-lg-12{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    }
    .container-fluid.moto h4 {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 20px;
      color: white;
  }
  /*Contact US*/
  
  .contact-header {
    background: white;
    padding: 60px ;
    border-bottom: 1px solid #ddd;
  }
  
  .header-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    align-items: center;
  }
  
  .single-widget {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 250px;
  }
  
  .single-widget .ct i {
    font-size: 30px;
    color: #007bff;
  }
  
  .single-widget h4 {
    margin: 0;
    font-size: 25px;
    color: #333;
  }
  
  .single-widget h4 span {
    font-weight: normal;
    font-size: 25px;
    display: block;
    color: #666;
  }
  
  .single-widget a {
    color: #007bff;
    text-decoration: none;
  }
  
  .single-widget a:hover {
    text-decoration: underline;
  }
  
  .social {
    display: flex;
    gap: 10px;
    padding: 0;
    list-style: none;
    margin: 0;
  }
  
  .social li a {
    color: #fff;
    background: #007bff;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
  }
  
  .social li a:hover {
    background: #0056b3;
  }
  
/*Location*/
element style{
  background-image: url(background.jpg);
}
.contact-section {
  padding: 120px 20px;
  background-color: #f9f9f9;
}

.contact-form .input-box {
  position: relative;
  margin-bottom: 15px;
}

.input-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #007BFF;
  font-size: 16px;
}

.input-box input,
.input-box textarea {
  width: 100%;
  padding: 10px 10px 10px 35px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-btn {
  background-color: #007BFF;
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.contact-btn:hover {
  background-color: #0056b3;
}

.map-frame {
  margin-bottom: 20px;
}

.contact-info {
  list-style: none;
  padding: 0;
}

.contact-info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.contact-info .fx {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.contact-info .img img {
  width: 24px;
  height: 24px;
}

.contact-info p {
  margin: 0;
  color: #333;
}

.contact-info a {
  color: #007BFF;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form,
  .map-frame,
  .contact-info {
    margin-top: 20px;
  }
}


  /*Footer*/
  .footer-section {
    background-color: green;
    color: #fff;
    padding: 50px 20px 30px;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .footer-about-container {
    margin-bottom: 30px;
  }
  
  .footer-content p {
    font-size: 1rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    color: #ccc;
  }
  
  .seperator-in-footer {
    display: block;
    width: 80px;
    height: 3px;
    background-color: #00b894;
    margin: 30px auto;
  }
  
  .social-icon {
    margin: 20px 0;
  }
  
  .social-icon ul {
    padding-left: 0;
    margin: 0 auto;
    display: inline-flex;
    list-style: none;
    gap: 15px;
  }
  
  .social-icon ul li a {
    font-size: 20px;
    color: #fff;
    background: #333;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s ease;
  }
  
  .social-icon ul li a:hover {
    background: #00b894;
    color: #fff;
  }
  
  .footer-section .copyright {
    font-size: 0.95rem;
    color: #aaa;
    margin-top: 20px;
  }
  
  .footer-section .copyright a {
    color: #00b894;
    text-decoration: none;
  }
  
  .footer-section .copyright a:hover {
    text-decoration: underline;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .footer-content p {
      font-size: 0.95rem;
      padding: 0 10px;
    }
  
    .social-icon ul {
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .social-icon ul li a {
      font-size: 18px;
      padding: 8px;
    }
  
    .footer-section {
      text-align: center;
    }
  }