* {
    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;
    margin-left: 20px;
     
}
 
header img {
    height: 40px;
}

.hero {
    background: #e0e0e0;
    text-align: center;
    padding: 40px 20px;
   /* background-image: url('F pit2.png'); 
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height: 50vh;*/
   
}
    

.hero img {
    width: 100%;
    max-width: 600px;
}


/* Navbar */
.navbar {
  /*position: sticky;*/
  position: fixed;
  top: 0;
   left: 0;
   z-index:1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0091ea;
  padding: 15px 30px;
  color: #000;
  flex-wrap: nowrap;
  height: 100px;
   width: 100%;
 /* min-width: 200vh;*/
}

.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: 60%;
  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;*/
}

/* Hero Section */
.hero {
  padding: 100px;
  text-align: left;
  display: flex;
  flex-direction: column;
 /* align-items: center;*/
  background-image: url('F pit.png'); 
  background-size: cover;
   /* background-attachment: fixed;*/
    background-position: center;
    min-height: 100vh;
   /* margin-bottom: 100px;*/
    border-color: white;

    
    
    
}


.hero-text {
  margin-top: 100px;
 /* text-align: centre;*/
   text-align: left;
}

.hero-text h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: hsl(0, 14%, 93%);
  text-align: left;
  
}

.hero-text p {
  font-size: 1.1rem;
  color: hsl(0, 29%, 97%);
  font-style: italic;
 /* max-width: 600px;*/
 /* margin: 0 auto;*/
  text-align: left;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  /*height: 100vh;
  display: flex;*/
   display: block; /* or flex-direction: column */
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.container {
   display: flex;
  width: 100%;
  border: 2px solid white;
  flex-wrap: wrap;
  margin-bottom: 40px; /* extra space before next section */
  align-items: flex-start;

}

.box {
  flex: 1;
  min-height: 200px; /* ensures some default size */
  height: auto;      /* adjusts to content */
  border: 2px solid white;
  background-color: white;
  margin: 20px;
  font-size: 1.5rem;
  font-weight: normal;
  width: 50%;
  font-style: italic;
  padding: 20px; 
 
}
.box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or 'contain' depending on your need */
  display: block;
}

.section-header {
    margin-top: 10px; /* ensures space from content above */
    text-align: left;
     margin-left: 100px;
      /*/display: flex;
  flex-direction: column;*/
}

.container2 {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.container3 {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.box2 {
    width: 250px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.box2:hover {
    transform: translateY(-10px);
}

.box2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.box2 h3 {
    margin: 10px 0;
}

.box2 p {
    padding: 0 10px;
    font-size: 14px;
}

.box2 button {
    margin: 10px;
    padding: 10px;
    width: 80%;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
}

.box2 a {
    text-decoration: none;
    color: inherit;
    display: block;
}

container3 {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.box3 {
    width: 250px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.box3:hover {
    transform: translateY(-10px);
}

.box3 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.box3 h3 {
    margin: 10px 0;
}

.box3 p {
    padding: 0 10px;
    font-size: 14px;
}

.box3 button {
    margin: 10px;
    padding: 10px;
    width: 80%;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
}

.box3 a {
    text-decoration: none;
    color: inherit;
    display: block;
}


.container4 {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.box4 {
    width: 250px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.box4:hover {
    transform: translateY(-10px);
}

.box4 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.box4 h3 {
    margin: 10px 0;
}

.box4 p {
    padding: 0 10px;
    font-size: 14px;
}

.box4 button {
    margin: 10px;
    padding: 10px;
    width: 80%;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
}

.box4 a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.box2 button {
    margin: 10px;
    padding: 10px;
    width: 50%;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
}

.box3 button {
    margin: 10px;
    padding: 10px;
    width: 50%;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
}

.box4 button {
    margin: 10px;
    padding: 10px;
    width: 50%;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
}


.container5 {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}


.box5 {
    width: 250px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.box5:hover {
    transform: translateY(-10px);
}

.box5 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.box5 h3 {
    margin: 10px 0;
}

.box5 p {
    padding: 0 10px;
    font-size: 14px;
}

.box5 button {
    margin: 10px;
    padding: 10px;
    width: 50%;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
}

.box5 a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.book-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    gap: 15px;
}

/*.book-price {
    font-size: 18px;
    font-weight: bold;
    color: #6c2cff;
}*/

.book-price {
    font-size: 16px;      /* reduced from 22px */
    font-weight: 700;
    color: #6c2cff;
     margin: 10px;
  
}

.book-actions button {
    padding: 10px 20px;   /* smaller button */
    font-size: 15px;      /* reduce text size */
    min-width: 120px;     /* optional for consistent width */
}

.price-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}



.old-price {
    font-size: 13px;
    color: #777;
    text-decoration: line-through;
}
/* Make whole card clickable */


/* Make whole card clickable */

/*.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;
  height: 75vh;
  border: 2px solid white;
  background-color: white;
  margin: 20px;
}
.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
  
}*

.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;
  height: 75vh;
  border: 2px solid white;
  background-color: white;
  margin: 20px;
}
.box4 img {
  width: 100%;
  height: 75%;
  object-fit: cover; /* or 'contain' depending on your need 
  display: block;
}
.box4 button{
  color: white;
  align-items: center;
   border-radius: 5px
  
}

.container5 {
  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;
}

.box5 {
  flex: 1;
  height: 75vh;
  border: 2px solid white;
  background-color: white;
  margin: 20px;
  
}
.box5-p{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: hsl(0, 14%, 93%);
  text-align: center;
}
.box5 img {
  width: 100%;
  height: 75%;
  object-fit: cover; /* or 'contain' depending on your need 
  display: block;
}
.box5 button{
  color: white;
  align-items: center;
   border-radius: 5px
  
}*/

.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;
  height: 75vh;
  border: 2px solid white;
  background-color: white;
  margin: 20px;
  
}
.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;
}


.top-cart-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #333;
    font-size: 28px;
    margin-left: 20px;
}

.top-cart-btn i {
    font-size: 34px;
}

#top-cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #6c2cff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-cart-btn {
    position: fixed;
    right: 30px;
    bottom: 25px;
    background: #6c2cff;
    color: #fff;
    text-decoration: none;
    padding: 18px 28px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    z-index: 9999;
    transition: 0.3s ease;
}

.floating-cart-btn:hover {
    background: #581fe0;
    transform: translateY(-2px);
}

.floating-cart-btn i {
    font-size: 24px;
}

#floating-cart-count {
    font-weight: 700;
}

