* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

body {
    background: #f0f2f5;
}

header {
    background: #00bfff;
    color: white;
    padding: 10px 20px;
    display: flex;
    align-items: center;
   /* justify-content: space-between;*/
    text-align: center;
    justify-content: center;

}
 .h1{
    text-align: center;
}
 
header img {
    height: 40px;
}


/* Navbar */
.navbar {
  /*position: sticky;*/
  position: fixed;
  top: 0;
   z-index:1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0091ea;
  padding: 15px 30px;
  color: #000;
  flex-wrap: wrap;
  height: 100px;
   width: 100%;
 /* min-width: 200vh;*/
}
  @media(max-width:768px){
  nav{
    flex-direction: column;
     align-items: flex-start;
  }
   nav a {
    display: block;
   
  }
}

.logo img {
  height: 75px;
}

.site-title {
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-links li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-links li a:hover {
  color: #fff;
}
* 
/* Dropdown menu styles */
.dropdown-menu {
  position: absolute;
  top: 65%;
  right: 0;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0 2px 6px brown;
  border-radius: 4px;
  display: none;
  z-index: 999;
}

.dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu a {
   color: #333;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  transition: background-color 0.2s;
}

.dropdown-menu a:hover {
 /* background-color: #f0f0f0;*/
  background-color: #00bfff;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
  /*display: inline;*/
}




* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.container1 {
  display: flex;
  gap: 1%; /* Equal spacing between and around boxes */
  width: 100%;
  max-height: 100vh;
  border: 2px solid white;
}

.box1 {
  flex: 1;
  height: 75vh;
  border: 2px solid white;
  background-color: white;
  margin: 20px;
  font-size: 1.5rem;
  font-weight: normal;
 
}

.box1 p {
  font-size: 1.1rem;
  color: black;
  font-style: italic;
  text-align: center;
}


.container {
  display: flex;
  gap: 1%; /* Equal spacing between and around boxes */
  width: 100%;
  max-height: 100vh;
  border: 2px solid white;
}

.box {
  flex: 1;
  height: 75vh;
  border: 2px solid white;
  background-color: white;
  margin: 20px;
  font-size: 1.5rem;
  font-weight: normal;
 
}
.box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or 'contain' depending on your need */
  display: block;
}

.box p {
  font-size: 1.1rem;
  color: black;
  font-style: italic;
  text-align: center;
}
@media (max-width: 768px) {
  .box {
    flex: 1 1 100%;   /* full width on small screens */
    max-width: 100%;
  }
}



.container2 {
  margin-top: 100px;
  display: flex;
  gap: 1%; /* Equal spacing between and around boxes */
  width: 100%;
  max-height: 100vh;
  border: 2px solid white;
  background-image: url('freepik__candid-image-photography-natural-textures-highly-r__82755.jpg'); 
  background-size: cover; 
  background-position: center;
}
  
.box2 {
  flex: 1 1 300px;        /* ✅ flexible but minimum width */
  max-width: 400px;       /* don’t let boxes get too wide */
  border: 2px solid white;
  background-color: white;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  height: auto;  } 

.box2 img {
  width: 100%;
  height: 75%;
  object-fit: cover; /* or 'contain' depending on your need */
  display: block;
}
.box2 button{
  color: white;
  align-items: center;
  display: block;
  margin: 10px auto;
 /* border: none;*/
  border-radius: 5px;
   text-decoration: none;
   border:none;
   cursor: pointer;
  
}

.box2 p {
  font-size: 1.1rem;
  color: black;
  font-style: italic;
  text-align: center;
}

button, .your-button-class {
  display: block;
  margin: 10px auto; /* auto centers horizontally */
  background-color: #0091ea;
  outline: none;
}
@media (max-width: 768px) {
  .box2 {
    flex: 1 1 100%;   /* full width on small screens */
    max-width: 100%;
  }
}

.container3 {
  margin-top: 50px;
  display: flex;
  gap: 1%; /* Equal spacing between and around boxes */
  width: 100%;
  max-height: 100vh;
  border: 2px solid white;
  background-image: url('freepik__candid-image-photography-natural-textures-highly-r__82755.jpg'); 
  background-size: cover; 
  background-position: center;
}

.box3 {
  flex: 1 1 300px;        /* ✅ flexible but minimum width */
  max-width: 400px;       /* don’t let boxes get too wide */
  border: 2px solid white;
  background-color: white;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  height: auto;   
}
.box3 img {
  width: 100%;
  height: 75%;
  object-fit: cover; /* or 'contain' depending on your need */
  display: block;
}
.box3 button{
  color:white;
  align-items: center;
   border-radius: 5px;
   text-decoration: none;
   border:none;
   cursor: pointer;
  
   
  
}
.box3 p {
  font-size: 1.1rem;
  color: black;
  font-style: italic;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .box3 {
    flex: 1 1 100%;   /* full width on small screens */
    max-width: 100%;
  }
}



.container4 {
  margin-top: 50px;
  display: flex;
  gap: 1%; /* Equal spacing between and around boxes */
  width: 100%;
  max-height: 100vh;
  border: 2px solid white;
  background-image: url('freepik__candid-image-photography-natural-textures-highly-r__82755.jpg'); 
  background-size: cover; 
   background-position: center;
}

.box4 {
    flex: 1 1 300px;        /* ✅ flexible but minimum width */
  max-width: 400px;       /* don’t let boxes get too wide */
  border: 2px solid white;
  background-color: white;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  height: auto;   
}
.box4 p {
  font-size: 1.1rem;
  color: black;
  font-style: italic;
  text-align: center;
  font-weight: bold;
}

.box4 img {
  width: 100%;
  height: 75%;
  object-fit: cover; /* or 'contain' depending on your need */
  display: block;
}
.button-link {
  text-decoration: none !important;
}

.box4 button{
  color: white;
  align-items: center;
   border-radius: 5px;
  text-decoration: none;
   border:none;
   cursor: pointer;
  
  
}
@media (max-width: 768px) {
  .box4 {
    flex: 1 1 100%;   /* full width on small screens */
    max-width: 100%;
  }
}




.container6 {
  margin-top: 50px;
  display: flex;
  gap: 1%; /* Equal spacing between and around boxes */
  width: 100%;
  max-height: 100vh;
  border: 2px solid white;
}

.box6 {
  flex: 1 1 300px;        /* ✅ flexible but minimum width */
  max-width: 400px;       /* don’t let boxes get too wide */
  border: 2px solid white;
  background-color: white;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  height: auto;   
  
}
.box6 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or 'contain' depending on your need */
  display: block;
}

.footer {
  background-color: #1a1a1a;
  color: white;
  min-height: 75vh;
  padding: 20px 40px;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
}

.top-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}

.top-nav a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
   /*min-height: 60vh;*/
   align-items: center;
   padding-top: 50px;

}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-column p,
.footer-column a,
.footer-column li {
  color: #ccc;
  font-size: 16px;
  text-decoration: none;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column li {
  margin-bottom: 8px;
}

.social-icons span {
  font-size: 24px;
  margin-right: 10px;
}
.social-icons a {
  font-size: 24px;
  margin-right: 15px;
  color: #ccc;
  transition: color 0.3s;
  text-decoration: none;
}
.fa-instagram{
   color: #1877f2;
}


.fa-tiktok{
  color:white;
}

.fa-whatsapp{
  color: #25d366;
}

/* Optional hover effect */
.social-icons i:hover {
  opacity: 0.8;
}

.social-icons a:hover {
  color: #fff;
}


.bottom-bar {
  border-top: 1px solid #444;
  margin-top: 100px;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: #ccc;
}

.payment-icons span {
  margin-right: 10px;
}


