*{
box-sizing:border-box;
}

img{
max-width:100%;
height:auto;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  background: #f2f2f2;
}
header {
  background-color:white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Navbar container */
.navbar-container {
	width: 100%;
	max-width: 95%;
	margin: 0 ;
	display: flex;
	align-items: center;      
	justify-content: space-between;
	padding: 8px 0px;
	box-sizing: border-box;
}

/* Logo + company name in same row */
.logo {
  display: flex;
  align-items: center;      
  gap: 10px;                
}

.logo img {
  height: 60px;
  margin-left:0;
  margin-bottom:10px;
}

.logo h1 {
  font-size: 28px;
  margin: 0;
  color: #075480;
  font-weight: 700;
  white-space: nowrap;      
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 0;
}

/* Default link state */

nav ul li a {
  text-decoration: none;
  color: #075480;
  font-weight: 500;
  transition: color 0.3s ease;
}

nav ul li a{
  display:block;
  padding:10px 16px;
  transition:all 0.3s ease;
  border-radius: 8px;
}

nav ul li a:hover{
  background:#f5f5f5;
  color:#00bfff;
  transform:translateX(6px);
}


/* Visited / focus / active click */


/* Hover */
nav ul li a:hover {
  color: #4b0082;
  text-decoration: none;
}

/* Active page */
nav ul li a.active,
.nav-item.active > a {
  color: #0056b3;
  text-decoration: none;
  font-weight: 600;
}

/* Dropdown Menu Container */
.dropdown-menu {
    display: none;
    position: absolute;   
    top: 100%;            
    left: 0;              
    background-color: grey;
    min-width: 200px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1000;
}

/* Parent menu item */
.nav-item {
    position: relative;  
}

/* Show menu on hover */
.nav-item:hover .dropdown-menu {
    display: block;
}

/* Dropdown links */
.dropdown-menu a {
    display: block;
    color: white;
    padding: 10px;
    text-decoration: none;
}

.dropdown-menu a:hover {
    background-color: #00bfff;
}

/* Prevent overflow: move to left if at edge */
.nav-links li.dropdown:hover .dropdown-menu {
    right: 0;   
    left: auto; 
}
/* Hero Section */
.image-content {
  width: 100%;
  height: 60vh;
  background: url("../images/contact/contact1.png") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
  text-align: center;
  margin-top: 80px; /* avoid header overlap */
}
.image-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.text-box {
  position: absolute;
  top: 35%;
  left: 8%;
  transform: translateY(-35%);
  z-index: 1;
  margin-bottom: 0;
  max-width: 700px;
  padding: 10px;
}

.text-box h1{
font-size: clamp(36px,5vw,60px);
font-weight:700;
letter-spacing:1px;
margin-bottom:10px;
font-family: 'Poppins', sans-serif;
}

.text-box h2{
font-size: clamp(18px,3vw,28px);
margin-top:10px;
font-family: 'Poppins', sans-serif;
}
.text-box p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #f0f0f0;
  margin-bottom: 40px;
}
.text-box h1,
.text-box h2,
.text-box p{
  text-shadow:0 3px 8px rgba(0,0,0,0.6);
}

/* Contact Section */
.contact-section {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  background: #f7f9fc;
}
.contact-container {
  width: 85%;
  max-width: 1100px;
  background: #fff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  gap: 30px;
}

.contact-image img {
  width: 85%;
  height: 30vh;
  border-radius: 12px;
  margin-bottom: 20px;
}

.contact-info h3 {
  color: black;
}
.contact-info a {
  color: black;
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
}
.contact-info,
.contact-form{
  flex: 1;
  min-width: 300px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.contact-form input,
.contact-form textarea{
width:100%;
padding:12px;
border-radius:6px;
border:1px solid #ccc;
margin-bottom:15px;
font-size:15px;
}
.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.contact-form span {
  color: red;
}
.contact-form button {
  background: #00bfff;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s;
}

.contact-form button:hover {
  background: #008ecf;
}






/* ===== Footer ===== */
.body {
	background:black;
}
.site-footer {
  background-color: #000 !important;
  color: #ccc;
  padding: 40px 20px 15px;
  width: 100%;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.footer-about,
.footer-contact,
.footer-social {
  flex: 1;
  min-width: 250px;
  margin-bottom: 20px;
}

.site-footer h3,
.site-footer h4 {
  color: #00bfff;
  margin-bottom: 10px;
}

.site-footer p,
.site-footer a {
  color: #ccc;
  font-size: 0.95rem;
  text-decoration: none;
}

.site-footer a:hover {
  color: #00bfff;
}

.footer-contact-info i {
  color: #00bfff;
  margin-right: 8px;
}

.footer-social-links a {
  margin-right: 10px;
  font-size: 1.3rem;
  transition: color 0.3s ease;
}

.footer-social-links a:hover {
  color: #00bfff;
}

.footer-copyright {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 10px;
  margin-top: 20px;
  font-size: 0.9rem;
  color: #888;
}

/* Mobile View */
@media (max-width:768px){

.footer-wrapper{
flex-direction:column;
align-items:center;
text-align:center;
gap:25px;
}

.footer-brand,
.footer-contact-info,
.footer-social-links{
width:100%;
max-width:400px;
}

.footer-social-links a{
margin:0 10px;
font-size:22px;
}

.footer-contact-info p{
line-height:1.8;
}

.footer-copyright{
font-size:0.85rem;
padding-top:12px;
}

}
/* Tablet View */
@media (min-width:769px) and (max-width:1024px){

.footer-wrapper{
flex-wrap:wrap;
justify-content:center;
text-align:center;
gap:30px;
}

.footer-brand,
.footer-contact-info,
.footer-social-links{
flex:1 1 45%;
max-width:450px;
}

.footer-social-links{
margin-top:10px;
}

.footer-social-links a{
margin:0 12px;
font-size:22px;
}

}



/* Mobile */
@media (max-width:768px){

.text-box{
  left: 4%;
  top: 40%;
  transform:none;
  text-align:left;
  max-width:85%;
}
  .text-box h1 {
    font-size: 36px;
  }

  .text-box h2 {
    font-size: 18px;
  }
    .text-box p{
    font-size:1rem;
  }

}

@media (max-width:768px){

.contact-container{
flex-direction:column;
padding:25px;
}

.contact-info,
.contact-form{
width:100%;
}

}
/* hamburger menu */
.menu-toggle{
display:none;
cursor:pointer;
padding:10px;
}

.menu-toggle .bar{
display:block;
width:28px;
height:3px;
margin:5px auto;
background:#075480;
transition:all 0.4s ease;
border-radius: 5px;
}
/* Hover effect */
.menu-toggle:hover .bar{
background:#00bfff;
transform:scale(1.1);
}

/* Animation to X */

.menu-toggle.active .bar:nth-child(1){
transform:rotate(45deg) translate(5px,5px);
}

.menu-toggle.active .bar:nth-child(2){
opacity:0;
}

.menu-toggle.active .bar:nth-child(3){
transform:rotate(-45deg) translate(6px,-6px);
}

@media (max-width:768px){

.menu-toggle{
display:block;
}
nav {
  width: 100%;
}
  nav ul{
  flex-direction: column;
  position: absolute;
  top:70px;
  left:0;
  background:white;
  width:100%;
  display: none;
  gap: 0;
}

nav ul.active{
 display: flex;
}

  nav ul li {
    padding: 15px;
    text-align: center;
    border-top:1px solid #eee;
  }

}

.image-content{
margin-top:80px;
}
/* Desktop / Laptop */
@media (min-width:769px){
  .image-content{
    margin-top:80px;
  }
}
 
/* Mobile */
@media (max-width:768px){
  .image-content{
    margin-top:0;
  }
}