/*header*/

.ft{
	height: 30px;
	width: auto;
}

.ft:hover{
	scale: 1.1;
}

.ft1{
	height: 30px;
	width: auto;
	padding: 8px;
}

.ft1:hover{
	scale: 1.1;	
}

.logotext{
	font-size: 25px;
	font-family: "Bebas Neue", sans-serif;
	text-align: center;
	padding: 5px;
	padding-left: 20px;
}

.logotext:hover{
	color: black;
	text-decoration: none;
}

.priv{
	font-size: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
}

.header{
	background-color: #ffffff;
}

.head{
	height: 2px;
  	background-color: black;
  	margin-top: -5px;}
  	
/*header end*/

/*footer*/
.site-footer {
  background-color: #222;
  color: #f0f0f0;
  padding: 25px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.site-footer .footer-links {
  margin-bottom: 10px;
}

.site-footer .footer-links a {
  color: #f0f0f0;
  margin: 0 12px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer .footer-links a:hover {
  color: #4CAF50; /* subtle hover effect */
}

.site-footer .footer-copy {
  font-size: 12px;
  color: #aaa;
}

/*footer end*/
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff; 
  z-index: 1000; 
}




nav a {
  text-decoration: none;
  color: #222;
 
  transition: color 0.2s ease;
}

nav a:hover {
  color: #007bff; /* or your accent color */
}





body{
	 font-family: "Mako", sans-serif;
	 margin: 0;
}


a{
	
    background: none;
    border: none;
    font-style: inherit;
    text-decoration: inherit;
    color: inherit;
}
a:hover{
	

}
ul{
	list-style-type: none;
}
li{
	margin-left: -2%;
}
fieldset{
	margin-top: 30px;
	margin-left: 40%;
	margin-right: 40%;
	text-align: center;
	border-radius: 40px;
}
.logo {
    width: 200px;
    height: auto;
    text-align: center;
    display: block; 
    margin: 0 auto; 

}


.ttk{
	height: 40px;
	width: auto;
	position: absolute;
  	top: 25px;
  	left: 400px;
}

.insta:hover{
	transform: scale(1.2);
}

.ttk:hover{
	transform: scale(1.2);
}


.about{
	text-align: justify;
	margin-left: 30%;
	margin-right: 30%;
}

.aboutus{
	margin-left: 30%;
	margin-top: 40px;
}
.aboutus:hover{
	font-style: scale(1.1);
}


.char{
    font-style: italic;
    text-align: center;
    opacity: 60%;
    font-size: 16px;
    margin-top: 30px;
}
.title{
	
	text-align: center;
}

.imgs{
	margin-top: 30px;
	width: 100%;
	border-radius: 10px;
}


.st{
	color: blue;
}


.p{
	margin-left: -8%;
	font-size: 20px;
	opacity: 70%;
}

.ad{
	display: block;      /* make it a block element */
  	margin: 0 auto;
  	height: 70px;
  	border-radius: 30px;
}



.title2{
	margin-top: 40px;
	text-align: center;
	font-family: "Bebas Neue", sans-serif;
	font-size: 50px;
}

.yt{
	display: block;
	margin: 0 auto;
	width: 50%;
	border-radius: 20px;
	height: 400px;
}



.article{
    border-radius: 60px;
    display: flex;
  	align-items: center;
  	margin-top: 30px;
	
	margin-right: 30px;
}

.coverr{
	width: 300px;
	height: 150px;
	border-radius: 30px;
	margin: 10px;
	
}

.text1{
	font-family: "Mako", sans-serif;
	opacity: 0.75;

}

.space{
	margin-bottom: 70px;
}






.table1{
  padding: 10px;
  padding-bottom: 80px;
  text-align: justify;
}

.card img {
  width: 200px;
  height: 150px;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

.card p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  text-decoration: underline;
}

/* Media Query for screens smaller than 900px */
@media (max-width: 900px) {
  .card-container {
    flex-direction: column;
    align-items: center;
    gap: 20px; /* smaller gap for mobile */
  }

  .card {
    width: 90%; /* make cards take most of the width */
    max-width: 400px;
  }

  .card img {
    width: 100%; /* make image responsive inside card */
    height: auto;
  }
}

.blogs{
    font-size: 14px;
    text-decoration: bold;
}




.about p:last-of-type {
  margin-bottom: 120px;
}

@media (max-width: 1000px){
    .about{
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
    }
}
@media (min-width: 1001px){
    .about{
    text-align: justify;
    margin-left: 30%;
    margin-right: 30%;
    }
}


@media (max-width: 1000px){
    .aboutus{
    text-align: justify;
    margin: 20px;
    float: center;
    
    }
}
@media (min-width: 1001px){
    .about{
    margin-left: 30%;
    margin-top: 40px;
    }
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 10%;
  background: #f8f9fa;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1;
  max-width: 500px;
}

.hero-text h1 {
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 15px;
}

.hero-text p {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 25px;
}

.stats {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
}

.stat {
  background: #00b894;
  color: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  text-align: center;
}

.stat strong {
  font-size: 1.4rem;
  display: block;
}

.stat span {
  font-size: 0.9rem;
  opacity: 0.9;
}

.cta {
  background: #007bff;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

.hero-image {
  flex: 1;
  text-align: right;
}

.hero-image img {
  max-width: 90%;
  border-radius: 15px;
}

/* Mobile responsiveness */
@media (max-width: 900px) {
  .hero {
    flex-direction: column-reverse;
    text-align: center;
  }

  .hero-text {
    max-width: 100%;
  }

  .hero-image img {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .stats {
    justify-content: center;
  }
}

.blog-preview {
  padding: 80px 10%;
  background: #ffffff;
  text-align: center;
}

.blog-preview h2 {
  font-size: 2rem;
  margin-bottom: 50px;
  color: #222;
}

.blog-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.card {
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
  text-align: left;
}

.card-content h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #111;
}

.card-content p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}

.read-more {
  text-decoration: none;
  color: #007bff;
  font-weight: 600;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #0056b3;
}
