/*
Theme Name: Gowiggle
Theme URI: https://gowiggleblog.unnatix.com/
Author: Siva Sankar
Author URI: https://gowiggleblog.unnatix.com/
Description: Custom blog theme for Gowiggle website.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: gowiggle
*/


.blog-header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
}

.blog-h2{
    font-family: Ubuntu, Ubuntu Fallback;
    font-style: normal;
    font-weight: 700;
    color: #007991;
    margin: 20px;
    font-size: 2rem;
}


.blog-logo img {
  height: 38px;
}

.blog-icons i {
  font-size: 20px;
  color: #1aa0b6;
  cursor: pointer;
}

.blog-icons i:hover {
  opacity: 0.7;
}
/* Pagination styling */
.pagination .page-link {
  color: rgb(21, 155, 185);
  border: 1px solid rgb(21, 155, 185);
  margin: 0 3px;
  transition: all 0.3s ease;
}

.pagination .page-link:hover {
  background-color: rgb(21, 155, 185);
  color: #fff;
  border-color: rgb(21, 155, 185);
}

.pagination .active .page-link {
  background-color: rgb(21, 155, 185);
  color: #fff;
  border-color: rgb(21, 155, 185);
}

/* Single Post Navigation Buttons */
.post-navigation .btn {
    color: #fff !important; /* text color white */
    background-color: rgb(21, 155, 185) !important; /* your custom color */
    border-color: rgb(21, 155, 185) !important; /* match border */
    transition: all 0.3s ease;
}

.post-navigation .btn:hover {
    background-color: #1584a0 !important; /* slightly darker on hover */
    border-color: #1584a0 !important;
    color: #fff !important;
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0.align-items-center a {
    text-decoration: none;
}

/* BLOG CARDS */

.blog-wrapper {
  
    margin: 7rem 0rem 4rem 0rem;

}

.blog-card {
   
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.blog-img {
  position: relative;
  height: 260px;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 20px 20px 0 0;
}

/* DATE BADGE */
.date {
    position: absolute;
    bottom: 40px;
    left: 0px;
    background: #fff;
    color: #1aa0b6;
    padding: 6px 14px;
    border-radius: 0px 20px 20px 0px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.tags span a {
    color: rgba(23, 155, 185, 0.98);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.blog-content {
  padding: 25px;
}

/* TAGS */
.tags span {
  color: #1aa0b6;
  font-size: 13px;
  margin-right: 8px;
}

/* TITLE */
.blog-content h3 {
  font-size: 22px;
  margin: 12px 0;
  color: #555;
}
img.img-icon {
    position: relative;
    bottom: 25px;
    left: -20px;
}
/* DESC */
.blog-content p {
  color: #1aa0b6;
  font-size: 15px;
  line-height: 1.5;
}

/* BUTTON */
.read-btn {
  display: inline-block;
  margin-top: 15px;
  background: #1aa0b6;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.read-btn:hover {
  background: #148c9d;
}
/* SINGLE BLOG */



.single-img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.single-date {
    color: #ffffff;
    margin-top: -100px;
    font-size: 1.5rem;
    position: absolute;
    left: 130px;
    font-weight: 500;
}

.single-title {
    font-size: 2rem;
    margin: 40px 0 20px;
    color: rgba(23, 155, 185, 1);
    font-family: inter;
    left: 12px;
    position: relative;
}

.post-body p {
  line-height: 1.7;
  color: #555;
  margin-bottom: 18px;
}

.post-body img {
  width: 100%;
  border-radius: 12px;
  margin: 20px 0;
}
.blog-footer {
    background: #f8f9fa;
    padding: 10px 0 10px;
    border-top: 1px solid #eee;
}
.single-wrapper {
    margin-top: 6rem;
}
.footer-logo {
  height: 40px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  text-decoration: none;
  color: #555;
}

.footer-links a:hover {
  color: #1aa0b6;
}

.footer-social i {
  font-size: 20px;
  margin-right: 12px;
  color: #1aa0b6;
  cursor: pointer;
}

.footer-social i:hover {
  opacity: 0.7;
}


@media (max-width: 768px) {
	
	.fixed-top {
    position: relative !important;
    
}
	h5.mb-0.text-info.fw-semibold {
    padding: 10px;
}
	ul.navbar-nav.ms-auto.mb-2.mb-lg-0.align-items-center {
    text-align: left !important;
    padding: 20px;
}
	.blog-wrapper {
    margin: 3rem 0rem 4rem 0rem;
}
	.single-wrapper {
    margin-top: -1rem;
}
	.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 20px 20px 0 0;
}
	
}
