*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
 

.main-nav{
    padding: 15px;
}
.main-nav ul{
    display: flex;
    list-style: none;
}
.main-nav a{
    color: black;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 20px;
}
.main-nav li:nth-child(1) a{
    color: #ff764d;
}
main{
    /* padding: 40px; */
    align-items: center;
    height: auto;
    display: flex;
    justify-content: center;
}
.hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 80px;
    padding-left: 80px;
}

.img-container{
    position: relative;
    width: 100%;
}
.img-container img{
    width: 100%;
    border-radius:1px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.text{
    padding: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 2em;
    border-radius: 8px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.5)
}
.pragraph{
    width: 55%;
    margin-top: 50px;
}
.p-2{
    width:55%;
    margin-top: 300px;
}
.p-2 .header-text{
    font-weight: bold;
    font-size: 1.5em;
}
.p-3{
    width: 55%;
    margin-top: 20px;
}
.p-3 .header-text{
    font-weight: bold;
    font-size: 1.5em;
}
.p-4{
    width: 55%;
    margin-top: 300px;
}
.p-4 .header-text{
    font-weight: bold;
    font-size: 1.5em;
}
.p-5{
    width: 55%;
    margin-top: 20px;
}
.p-5 .header-text{
    font-weight: bold;
    font-size: 1.5em;
}
.pragraph .header-text{
    font-weight: bold;
    font-size: 1.5em;
}
.pragraph .style-text{
    font-style: italic;
    color: #ff764d;
}
.image-sections{
    position: relative;
    display: flex;
    justify-content: center;
    padding: 40px;
    gap: 20px;
    width: 100%;
    height: 520px;
    /* background: lightgoldenrodyellow; */
}
.img-cr{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.img-cr img{
    width: 100%;
    height: auto;
    /* display: block; */
    /* border-radius: 2px; */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.img-cr .img-1{
    position: absolute;
    top: 200px;
    left: 60px;
    width: 600px;
    /* height: 900px; */

}
.img-cr .img-2{
    position: absolute;
    top: 270px;
    left: 780px;
    width: 400px;

}
.img-cr .img-3{
    background: #fbffa7;
    position: absolute;
    top: 100px;
    left: 570px;
    width: 700px;
    height: 600px;
    z-index: -1;
}
.img-cr-2 .img-3{
    background: #b6ffc0;
    position: absolute;
    top: 100px;
    right: 570px;
    width: 700px;
    height: 600px;
    z-index: -1;
}
.img-cr-2 .img-2{
    position: absolute;
    top: 170px;
    right: 780px;
    width: 300px;
}
.img-cr-2 .img-1{
    position: absolute;
    top: 200px;
    right: 60px;
    width: 600px;
    /* height: 900px; */

}
.img-cr-2 .img-4{
    position: absolute;
    top: 440px;
    right: 780px;
    width: 300px;
}
.img-cr-2 img{
    width: 100%;
    height: auto;
    /* display: block; */
    /* border-radius: 2px; */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.img-cr-2{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.video-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    width: 100%;
    height: auto;
}
.h-box {
  display: flex;
  width: 100%;
  height: 400px;
  margin-top: 80px; /* adjust as needed */
}

/* Left side image */
.h-img {
  flex: 1; /* 50% space */
}

.h-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crop nicely */
  border-radius: 8px 0 0 8px;
}

.h-bg {
  flex: 1; 
  background-color: #b1c5ff; 
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 0 8px 8px 0;
  text-align: center;
}

.h-bg h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.h-bg p {
  font-size: 18px;
}

footer {
    margin-top: 80px;
  background: #f5f5f5;
  padding: 40px 60px;
  font-family: Arial, sans-serif;
  color: #111;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 30px;
}

.footer-content h3,
.footer-content h4 {
  margin-bottom: 10px;
}

.footer-content p {
  font-size: 14px;
  line-height: 1.6;
}

.icons a img {
  margin-top: 8px;
  width: 25px;
  margin-right: 10px;
}

.email input {
  padding: 8px;
  border: 1px solid #ccc;
  margin-right: 5px;
  border-radius: 4px;
}

.email button {
  padding: 8px 12px;
  background: blue;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.email button:hover {
  background: darkblue;
}

.lng select {
  padding: 6px;
  border-radius: 4px;
}

.quick-links {
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
  color: #555;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr; /* stack vertically */
  }
}
