
/* styles.css */
.logo {
  width: 400px;       /* Set the width you want */
  height: auto;       /* Maintain aspect ratio */
     /* Fix position relative to viewport */
  top: 10px;       /* 10px from the bottom */
  left: 10px;        /* 10px from the right */
  z-index: 1000;      /* Make sure it's above other elements */
  border: none;
}
/* General responsive reset */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
body {
  padding-top: 80px; /* adjust to match your navbar height */
}

/* Make navigation stack vertically on small screens */
@media (max-width: 768px) {
  .homepage {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .homepage li {
    margin: 10px 0;
  }
  .homepage a {
    font-size: 18px;
  }
}

/* Hero section responsiveness */
.hero-content {
  text-align: center;
  padding: 20px;
}
.hero-content h1 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.hero-content img {
  max-width: 100%;
  height: auto;
}

/* Sections responsive */
section {
  padding: 20px !important;
}
section h2 {
  font-size: 1rem;
  line-height: 1.4;
}
section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
}

/* Footer responsiveness */
.footer-container {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-container div {
  margin: 10px 0;
}
.footer img {
  max-width: 100%;
  height: auto;
}
.footer-bottom h1 {
  font-size: 14px;
}


body {
    background-image: url("light.JPG");  /* Replace with your actual image path */
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-color: grey;
    font-size: 45px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
	padding-top: 80px;
	
}

.hero, .page-content {
  margin-top: 80px;
}

.hero {
  height: 100vh;
  background-color: rgba(128, 128, 128, 0.5); 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

.hero-content {
  animation: fadeInUp 2.0s ease forwards;
}
.cta-btn {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, #0077b6, #00b4d8); /* modern blue gradient */
  color: #fff; /* white text */
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none; /* removes underline */
  border-radius: 8px; /* rounded corners */
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: linear-gradient(135deg, #00b4d8, #0077b6); /* reverse gradient on hover */
  transform: translateY(-2px); /* subtle lift */
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}


@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

h1 {
    background-color: none;
    font-size: 22px;
    font-family: Arial, Verdana, sans-serif;
    display: inline-block;
    padding: 5px;
	margin-right: 20px;
}

p {
    background-color: rgba(128, 128, 128, 0.5); /* semi-transparent grey */
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal; /* bold text */
    color: black; /* text color */
    display: inline-block;
    padding: 5px;
    border-radius: 6px; /* optional: rounded corners */
}

h2 {
    background-color: none;
    font-size: 16px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    display: inline-block;
	font-weight: normal;
    padding: 5px;
}

h3 {
	margin-bottom: 20px;
    background-color: none;
    font-size: 19px;
    font-family: Arial, Verdana, sans-serif;
    display: inline-block;
    padding: 5px;
	color: black;
}
h4 {
	margin-bottom: 20px;
    background-color: none;
    font-size: 38px;
    font-family: Arial, Verdana, sans-serif;
    display: inline-block;
    padding: 5px;
	color: black;
}
.homepage {
	.no link;
    list-style-type: none;
    margin: 200;
    padding: 200;
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
    display: flex;
	justify-content: flex-end;
	color: grey;
	text-align: right;
}
.homepage img {
      width: 50px;   /* fixed size */
      height: auto;  /* keeps aspect ratio */
      display: block;
      margin: 0 auto 10px;
    }
.why us {
	.no link;
    list-style-type: none;
    margin: 200;
    padding: 200;
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
    display: flex;
	justify-content: flex-end;
	color: grey;
	text-align: right;
}
.why us li {
	 margin-right: 80px;
	align: left;
}
.homepage li {
    margin-right: 80px;
	align: left;
}
</style>
</head>
<body>
    <img src="oil.png" id="minor">
</body>
</html>
#minor {
    width: 50px;
    height: auto;
}
img {
    width: 300px; 
    height: auto;
	margin-left: 10px;
	border: none;
	
id:sahpra { 
width: 500px; 
height: auto;
margin-right: 10px;
	
}.service {
	.no link;
    list-style-type: none;
    margin: 10px;
    padding: 10px;
	font-family: Helvetica; Arial, Verdana;
	font-size: 35px;
	font-weight: bold;
	color: yellow;
    display: flex;
	font-color: yellow;
	margin-right: 50px;
	text-decoration: all; /* Remove underline */
    color: yellow;     
}
	.service li {
    margin-right: 50px;
	font-color: grey;
	text-decoration: none; /* Remove underline */
    color: grey;  
}
body a {
    text-decoration: none;
    color: inherit;
}

.ACSContact {
	 margin: 10px;
}

