/*
Theme Name: ExploreHyderabad
Theme URI: https://explorehyderabad.com/
Author: ExploreHyderabad
Author URI: https://explorehyderabad.com/
Description: Theme for ExploreHyderabad
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: explorehyderabad
*/

/* Google Fonts loaded asynchronously via header.php */

html {
    scroll-behavior: smooth;
}

* {
    font-family: "Poppins", sans-serif;

}

.hero-pattern {
    background-color: #4E8DFF;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.nav-link {
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #4E8DFF;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.search-expand {
    transition: all 0.3s ease;
}

.search-expand:focus {
    width: 300px;
}

@media (max-width: 768px) {
    .search-expand:focus {
        width: 100%;
    }
}

.hero-gradient {
    background: linear-gradient(135deg, #4E8DFF 0%, #3D7AE6 100%);
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 0;
}

.text-shadow {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-hover-effect:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.text-hyderabadpurple {
    color: #4E8DFF;
}

.text-hyderabadblack {
    color: #000000;
}

.bg-hyderabadpurple {
    background-color: #4E8DFF;
}

.bg-hyderabadblack {
    background-color: #000000;
}

.text-hyderabadpurple:hover {
    color: rgb(78 141 255 / var(--tw-text-opacity, 1));
}

html {
    scroll-behavior: smooth;
}

/* Reading Progress Bar */
.reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #4E8DFF, #3D7AE6);
    z-index: 1000;
    transition: width 0.3s ease;
}

/* Blog Content */
.blog-content h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 2rem 0 0.6rem 0;
    color: #000000;
}

.blog-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000;
}


.blog-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
}

.blog-content img {
    border-radius: 16px;
}

.blog-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
}

.blog-content ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}


.blog-content a {
    color: #0f71d2;
}

.blog-content li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
    color: #000000;
    list-style-type: circle;
	font-size: 15px;
}

/* Highlight Box (Tip/Note Callout) */
.highlight-box {
    background: linear-gradient(135deg, #E8F2FF, #D6E7FF);
    border-left: 4px solid #4E8DFF;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
}

/* Author Card */
.author-card {
    background: linear-gradient(135deg, #F8FAFC, #F1F5F9);
    border-radius: 16px;
    padding: 2rem;
    margin: 3rem 0;
}

/* Related Post Hover Card */
.related-post {
    transition: all 0.3s ease;
}


.related-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Comment Form Styling */
.comment-form {
    background: #F9FAFB;
    border-radius: 12px;
    padding: 1rem;
    margin-top: 2rem;
}

#readingProgress {
    transition: width 0.25s ease-in-out;
}

.bounce-animation {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.btn-primary {
    background: linear-gradient(135deg, #4E8DFF, #3D7AE6);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(78, 141, 255, 0.3);
}

.btn-secondary {
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* In your stylesheet (e.g., styles.css) */
.scrollbar-hide {
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none; /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

/* Utility override */
.font-medium {
    font-weight: 600;
}