/*
Theme Name: Teach Me Telugu
Theme URI: https://teachmetelugu.com
Description: A child theme of MinimalistBlogger designed for learning Telugu.
Author: Your Name
Author URI: https://teachmetelugu.com
Template: minimalistblogger
Version: 2.8
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-header, custom-menu, featured-images
Text Domain: teach-me-telugu
*/

/* Custom styles can go here */

@import url("../minimalistblogger/style.css"); /* Import parent theme styles */

@font-face {
  font-family: "FuturaHandwritten";
  src: url("fonts/FuturaHandwritten.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body,
code,
html,
kbd,
pre,
samp {
  font-family: "FuturaHandwritten", helvetica, arial;
}

code,
kbd,
pre,
tt,
var {
  font-family: "FuturaHandwritten", helvetica, arial;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-family: "FuturaHandwritten", helvetica, arial;
}
.site-branding .site-title {
  font-family: "FuturaHandwritten", helvetica, arial;
}

.entry-meta {
  font-family: "FuturaHandwritten", helvetica, arial;
}

.footer-column-three h3 {
  font-family: "FuturaHandwritten", helvetica, arial;
}

h1.entry-title,
h2.entry-title,
h2.entry-title a:active,
h2.entry-title a:hover {
  font-family: "FuturaHandwritten", helvetica, arial;
  font-size: 50px;
}

article.fbox {
  border: 3px solid #181717;
  border-radius: 12px;
}

article .entry-content {
  font-family: "FuturaHandwritten", helvetica, arial;
  font-size: 22px;
  letter-spacing: 0.1px;
}

.error404 h1,
.search-no-results h1 {
  font-family: "FuturaHandwritten", helvetica, arial;
}

.search-results h1.page-title {
  font-family: "FuturaHandwritten", helvetica, arial;
}

.comments-area .comments-title {
  font-family: "FuturaHandwritten", helvetica, arial;
}

#comments h3#reply-title {
  font-family: "FuturaHandwritten", helvetica, arial;
}

.page-title,
.entry-title {
  text-align: left !important;
  text-align: center !important;
}

.sheader {
  width: 100%;
  margin-bottom: 0px;
  background: #fff;
}
/* Style the header to stay fixed at the top and align items properly:*/

.site-header {
  background: #fff;
  padding: 10px 0;
  border-bottom: 0px solid #ddd;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Ensures everything stays left-aligned */
  gap: 20px; /* Adds spacing between logo and menu */
}

.site-logo img {
  height: 40px !important; /* Force logo height */
  width: auto !important; /* Maintain aspect ratio */
  max-width: 300px; /* Prevent excessive width */
}

.main-navigation {
  flex-grow: 1; /* Ensures menu takes up remaining space */
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
}

.nav-menu li {
  display: inline;
}

.nav-menu li a {
  text-decoration: none;
  color: #333;
  padding: 8px 12px;
  display: inline-block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Space out elements */
  gap: 20px;
}

.site-logo img {
  height: 100px;
  width: auto;
}

.main-navigation {
  flex-grow: 1; /* Allows menu to take up available space */
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
  font-family: "FuturaHandwritten", Helvetica, Arial, sans-serif;
}

.nav-menu li {
  display: inline;
}

.nav-menu li a {
  text-decoration: none;
  color: #333;
  padding: 8px 12px;
  display: inline-block;
}

.nav-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-icons img {
  height: 40px; /* Adjust icon size */
  width: auto;
}

/* Smooth hover effect for logo */
.site-logo img {
  height: 100px;
  width: auto;
  transition: transform 0.3s ease-in-out;
}

.site-logo img:hover {
  transform: translateY(-5px); /* Move up slightly */
}

/* Smooth hover effect for the icons on the right */
.nav-icons img {
  height: 40px;
  width: auto;
  transition: transform 0.3s ease-in-out;
}

.nav-icons img:hover {
  transform: translateY(-5px); /* Move up slightly */
}

/* Smooth hover effect for logo */
.site-logo img {
  height: 100px;
  width: auto;
  transition: transform 0.3s ease-in-out;
}

.site-logo img:hover {
  transform: translateY(-5px); /* Move up slightly */
}

/* Smooth hover effect for the icons on the right */
.nav-icons img {
  height: 40px;
  width: auto;
  transition: transform 0.3s ease-in-out;
}

.nav-icons img:hover {
  transform: translateY(-5px); /* Move up slightly */
}

/* Smooth hover effect for navigation menu items */
.nav-menu li {
  transition: transform 0.3s ease-in-out;
}

.nav-menu li:hover {
  transform: translateY(-3px); /* Move up slightly */
}

.primary-menu .pmenu {
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  text-align: left;
}

.hide-on-mobile {
  display: block;
}

@media (max-width: 1024px) {
  .hide-on-mobile {
    display: none;
  }
}

.main-navigation {
  text-align: left;
}

#smobile-menu {
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
}

.super-menu {
  border-top: 0px solid #a00e0e;
  border-bottom: 0px solid #000;
}

.mobile-logo {
  height: 25px;
  width: auto;
  transition: transform 0.3s ease-in-out;
}
