/* top Header stylee */
  
  .iconss {
    font-size: 23px;
    margin-right: 12px;
    color: white;
  }
  .iconss:hover{
    color: black;
  }
  .header-section {
    justify-content: space-between;
    background-color: #ff8034;
    text-align: center;
    border-bottom: 2px solid lightgray;
  }
/* top Header stylee */



/* header style */

.stylee{
      display: flex;
      justify-content: space-between;
     align-items: flex-start;
      margin: 10px;
      padding: 10px;
      display: flex;
      justify-content: space-between;
      width: 100%;
     
 
    }
  .img-fluid{
      height: auto;
      width: 130px;
      padding: 10px;
  }
    .me-auto{

     font-size: 20px;
     padding: 25px;
     display: flex;
     justify-content: space-between;
    align-items: flex-end;
    margin-left: 290px;

  }
 

  .logo-section {
    border-bottom: 1.5px solid lightgray;
  }

  @media (max-width: 992px) { /* Bootstrap's breakpoint for medium devices */
    .me-auto {
      margin-left: 0; /* Remove left margin for medium devices */
      margin-right: 290px; /* Add right margin for medium devices */
    }
  }
  
  /* Media Query for Small Devices (Phones) */
  @media (max-width: 576px) { /* Bootstrap's breakpoint for small devices */
    .me-auto {
      margin-right: 0; /* Remove right margin for small devices */
    }
  }
/* header style */


/* Landing css */


.custom-container {
    padding: 5rem;
  }
  .slide-container {
    margin-top: 3rem;
  }
  .text {
    color: darkgray;
    font-style: italic;
   
  }
  .img {
    width: 100%;
    height:800px;
}
@media (max-width: 767px) {
  .img {
    max-width: 100%;
    height: auto; 
    display: block;
    margin: 0 auto; 
  }
}
.color{
  color:#fd671a;
}
.color:hover{
  color: darkgray;
}
  .iconn {
    font-size: 6rem;
    
    color: #fd671a;
   
  }
  .iconn:hover{
      color: darkgray;

  }
 
  .text-end:hover{
      color: darkgray;
  }

  
/* Landing css */

/* footer css */

  .footer-section {
    background-color: #fd671a;
    color: white;
    padding: 20px;
  }
  .footer-logo h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .footer-logo h1:hover{
      color: black;
  }
  .footer-logo p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .me-2 {
    margin-right: 0.5rem;
    color: white;
    font-size: 2rem;
  }
  .me-2:hover{
      color: black;
  }
  .quick-links li,
  .contact-info li {
    margin-bottom: 5px;
    color: white;
  }
  .quicklinks {
      color: white;
  }
  .quicklinks:hover{
      text-decoration: none;
      color: black;
  }
  .cpr {
    margin-bottom: 0;
  }
  .cpr:hover{
      color: black;
  }

/* footer css */




/* Form Css */

body {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  margin: 0;
  padding: 0;
}

.containerr {
  max-width: 600px;
  margin: 50px auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

input[type="checkbox"] {
  margin-right: 5px;
}

button[type="submit"] {
  background-color: #fd671a;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

button[type="submit"]:hover {
  background-color: #fd671a;
}





body {
  font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

p {
  font-family: Verdana, Geneva, sans-serif;
}
body {

background-color: #f0f0f0;
margin: 0;
padding: 0;
}

.containerr {
max-width: 600px;
margin: 50px auto;
background-color: #fff;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
text-align: center;
color: #333;
}

.form-group {
margin-bottom: 15px;
}

label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}

textarea {
resize: vertical;
}

input[type="checkbox"] {
margin-right: 5px;
}

button[type="submit"] {
background-color: #4CAF50;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
}

button[type="submit"]:hover {
background-color: #45a049;
}

/* Form Css */




  /* .iconss {
    font-size: 23px;
    margin-right: 10px;
  }
  .stylee{
      display: flex;
      justify-content: space-between;
     align-items: center;
      margin: 15px;
      padding: 10px;
  }
  .img-fluid{
      height: auto;
      width: 200px;
     
      padding: 10px;
  }
  .me-auto{
     
      font-size: 1.5rem;
  }
  .enquiry{
      margin-right: 12rem;
  }
  .me-autoo{
      font-size: 1.5rem;
  }
  .header-section {
    background-color: #ff8034;
    text-align: center;
    border-bottom: 2px solid lightgray;
  }
  .logo-section {
    border-bottom: 2px solid lightgray;
  }
  .custom-container {
    padding: 5rem;
  }
  .slide-container {
    margin-top: 3rem;
  }
  .text {
    color: darkgray;
    font-style: italic;
   
  }
  .iconn {
    font-size: 6rem;
    
    color: #fd671a;
   
  }
  .iconn:hover{
      color: darkgray;

  }
  .custom-container {
    padding: 5rem;
  }
  .content {
    padding: 2rem;
  }
  .content h1 {
    color: black;
  }
  .content h2 {
    color:black;
  } */


