
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f6f9;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
}

body.dark-mode {
  background-color: #1e1e1e;
  color: #f4f4f4;
}

/* Header */
.gecklogo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #d4f1f4;
  padding: 5px 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

body.dark-mode .gecklogo {
  background-color: #2b2b2b;
}

.gecklogo img {
  margin-right: 15px;
}

.sitename {
  font-size: 20px;
  color: #df240f;
  flex-grow: 1;
  margin-left: 10px;
}

.theme-toggle img {
  height: 40px;
  cursor: pointer;
  margin: 10px;
}

/* WhatsApp Section */
.join-group {
  text-align: center;
  margin: 40px 0;
}

.join-group h2 {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}

body.dark-mode .join-group h2 {
  color: #f4f4f4;
}

.whatsapp-btn {
  background-color: #25D366;
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.whatsapp-btn:hover {
  background-color: #128C7E;
}

/* Product Section */
.product-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.head {
  text-align: center;
  color: red;
  margin-bottom: 30px;
  font-size: 26px;
}

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.product-card {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  width: 250px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.2s, background-color 0.3s;
}

body.dark-mode .product-card {
  background-color: #333;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-card h3 {
  margin: 15px 0 10px;
  font-size: 1.2rem;
}

.product-card p {
  color: #0b3d91;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

body.dark-mode .product-card p {
  color: #8ab4f8;
}

.product-card button {
  padding: 10px 20px;
  background-color: #0b3d91;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.product-card button:hover {
  background-color: #062b6e;
}

/* Footer */
footer {
  background-color: #0b3d91;
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  margin-top: 40px;
}

body.dark-mode footer {
  background-color: #1a1a1a;
}
.hoveri{
  color: #df240f;
  border: #1a1a1a;
  box-sizing: border-box;
  background-color: #ffffff63;
  font-size: 20px;
  
  
  
}
.nav-links {
  margin-left: auto;
  display: flex;
  gap: 20px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding: 5px 5px;
  transition: background-color 0.3s ease;
}

.nav-links a:hover {
  background-color: #bfb7b7;
  border-radius: 2px;
}
/* Section heading */
.page {
  color: #d01717;
  text-align: center;
  background-color: #edefe6;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* Page body */
.contact-page {
  background: linear-gradient(to right, #e0f7fa, #ffffff);
  background-size: cover;
  font-family: cursive;
  font-size: large;
  padding: 20px;
  min-height: 100vh;
}

/* Home Tab button */
.home-tab {
  display: inline-block;
  padding: 12px 24px;
  background-color: #a7f31c8c;
  color: #0f1010;
  text-decoration: none;
  font-family: cursive;
  border-radius: 8px;
  transition: 0.3s ease;
  margin: 10px 0;
}

.home-tab:hover {
  background-color: #b93f9a;
  color: #ffffff;
}

/* Gmail info */
.gmail {
  margin-top: 30px;
  font-weight: bold;
  color: #333;
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 8px;
  width: fit-content;
  word-spacing: 2px;
}
.social-media{
  margin-top: 20px;
  font-weight: bold;
  color: #000;
  background-color: #f0f0f0;
  padding: 10px;
  border-radius:8px ;
  width: fit-content;
  word-spacing: 2px;
  
}
.feedback{
   margin-top: 20px;
  font-weight: bold;
  color: #000;
  background-color: #f0f0f0;
  padding: 10px;
  border-radius:8px ;
  width: fit-content;
  word-spacing: 2px;
  
}
.about{
  background-color: #ece5e58b;
}
#main{
  text-align: center;
  margin-top: 5%;
  color: rgb(56, 61, 61);
  background-color: #8ab4f8;
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 70%;

  
}
.raju{
   color: #d01717;
  text-align: center;
  background-color: #edefe6;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.links{
  text-align: center;
 border-radius: 10%;

 
  
}
#but{
  color: #323634;
  font-size: larger;
  background-color: #df240f;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
#creators{
width: 200px;
height: 200px;
object-fit: cover;
border-radius: 50%;
display: block;
margin:  0 auto;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.thik{
  text-align: center;
}
#text{
  text-align: center;
}