/*style.css*/
/* Global Styles */
/* === Base Styles (Mobile First) === */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  /*background: #f4f4f4;*/
  background: #f0592a;
  color: #333;
  margin: 0;
  padding: 1rem;
}

/* Layout container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  justify-content: center;
}

/* Images scale properly */
img {
  max-width: 100%;
  height: auto;
}

/*

/* === Media Queries === */

/* Extra Small Devices (phones, 0 - 599px) */
@media only screen and (max-width: 599px) {
  body {
    background: #fce4ec;
    font-size: 15px;
  }

  .container {
    padding: 0.5rem;
  }
}

/* Small Devices (phones in landscape, 600px - 767px) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  body {
    background: #f3e5f5;
    font-size: 16px;
  }
}

/* Medium Devices (tablets, 768px - 1023px) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    background: #e3f2fd;
    font-size: 17px;
  }

  .container {
    padding: 1.5rem;
  }
}

/* Large Devices (laptops, 1024px - 1439px) */
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  body {
    background: #e8f5e9;
    font-size: 18px;
  }
}

/* Extra Large Devices (desktops, 1440px and up) */
@media only screen and (min-width: 1440px) {
  body {
    background: #fffde7;
    font-size: 19px;
  }
}

/* Retina Displays 
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {
  body {
    font-smoothing: antialiased;
  }
} */



/* === Reset & Base Styles === 
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*/
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

html {
  font-size: 10px;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  padding: 1rem;
}

/* === Layout === */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

header,
footer {
  background-color: #f5f5f5;
  padding: 1rem;
  text-align: center;
}

address {
  background-color: #f5f5f5;
  padding: 1rem;
  text-align: center;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #333;
  overflow: hidden;
  z-index: 1000; /* makes sure it stays on top of other content */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #444;

}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}

.navbar li {
  flex: 1;
}

.navbar a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: white;
  margin-right: 20px;          /* space between links */
  font-size: 16px;             /* control text size */
  font-family: Arial, sans-serif; /
}

.navbar a:hover {
  background-color: #575757;
}


main {
  margin: 2rem 0;
}

/* === Responsive Images === */
img {
  max-width: 100%;
  height: auto;
}

img, iframe, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* === Typography === */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  line-height: 1.2;
}

p {
  margin-bottom: 1rem;
}

/* === Buttons === */
button,
.button {
  padding: 0.75rem 1.5rem;
  border: none;
  background-color: #0077cc;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

/*

/* === Media Queries === */

/* Small devices (phones, less than 600px) */
@media (max-width: 599px) {
  body {
    padding: 0.5rem;
  }

  nav {
    flex-direction: column;
    align-items: center;
  }

  
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.0;
  background-color: #f4f4f4; 
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 30px 20px;
  padding: 0 20px;
}

.flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

/* Header */
.header {
  background-color: #c2048f;
  color: #fff;
  padding: 20px 0;
}

.header-content {
  justify-content: space-between;
}




.logo {
  font-size: 1.8rem;
}


.nav-links {
  list-style: none;
 
}

.nav-links a {
  color: #fff;
  font-weight: 500;
  transition: color 0.3s;
  justify-content: center;
}

.nav-links a:hover {
  color: #ffcc00;
}
.flex nav-links a{
  display: flex;
 /* gap: 20px; /* horizontal space between menu items */
  margin-right : 20px;
}


.flex nav-links{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.flex nav-links li {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

/* Add pipe separator after each item */
.flex nav-links li::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #999;
}

/* Remove pipe from the last item */
.flex nav-links li:last-child::after {
  content: "";
}

/* Hero Section #2575fc*/
.hero {
  background: linear-gradient(135deg, #6a11cb, #eb4034);
  color: white;
  height: 40vh;
  text-align: center;
  flex-direction: column;

}

.hero {
  font-size: 3rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

/* hero image container */

.image-container {
  background-color: #ffffff;
  padding: 0 1rem;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  
}

.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;         /* Removes bottom whitespace */
  width: auto;            /* Let image define width */
  height: auto;
}

.image-container {
  width: 300px;
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;   /* horizontal center */
  align-items: center;       /* vertical center */
  height: 300px;  
  display: inline-block;  /* Shrinks to fit content */
  border: 1px solid #ccc; /* Optional, to see the container */
  padding: 0;
  margin: 0;
}

.image-container:hover {
  transform: scale(1.5);
}


.btn {
  background-color: #ffcc00;
  padding: 12px 24px;
  border: none;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s;
}

.btn:hover {
  background-color: #e6b800;
}

/* Features Section */
.features {
  margin: 60px auto;
 
  flex-wrap: wrap;
}

.feature-card {
  background-color: #fff;
  padding: 30px;
  flex: 1 1 250px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}


/*
.features {
  margin: 60px auto;
  gap: 40px;
  flex-wrap: wrap;
}

.features {
  margin: 60px auto;
  gap: 40px;
  flex-wrap: wrap;
}

.feature-card {
  background-color: #fff;
  padding: 30px;
  flex: 1 1 250px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.feature-card h3 {
  margin-bottom: 15px;
  color: #2575fc;
}
/*
.features {
  margin: 60px auto;
  gap: 40px;
  flex-wrap: wrap;
}
.features {
  margin: 60px auto;
  gap: 40px;
  flex-wrap: wrap;
}

.feature-card {
  background-color: #fff;
  padding: 30px;
  flex: 1 1 250px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.feature-card h3 {
  margin-bottom: 15px;
  color: #2575fc;
} 

/*address*/
.address {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  justify-content: center;
  text-align: center;
}

/* Footer */
.footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  justify-content: center;
  text-align: center;
}