/*
 Theme Name: Personal Blogily Child
 Theme URI: https://superbthemes.com/personalblogily/personalblogily-info/
 Author: ThemeEverest
 Author URI: http://superbthemes.com/
 Description: Child theme for Personal Blogily.
 Template: personalblogily
 Version: 1.0.0
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body,
code,
html,
kbd,
pre,
samp {
  /* font-family: Lato, "helvetica neue", helvetica, arial; */
  font-family: "Poppins", sans-serif;
}

hr,
img,
legend {
  border: 0;
}

legend,
td,
th {
  padding: 0;
}
a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span {
  margin: 0;
  padding: 0;
}

/* Heder Css Start */

/* Upper Header Css start */

header.header {
  position: sticky;
  top: 0;
  z-index: 99999999 !important;
  margin-bottom: 30px;
}

.big-header {
  background: #fff;
  padding: 20px 0;
}

.web-header-logo {
  text-align: center;
}

.web-header-logo img {
  width: 150px;
  height: auto;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}

.three-header-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.three-header-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  padding: 10px 18px;
  border-radius: 30px;
  text-decoration: none;
  color: #555;
  gap: 2px;
  text-align: center;
}

.three-header-btns a:hover {
  background-image: linear-gradient(90deg, #f87e25 0, #fc582f 100%);
  transform: scale(1.05);
  transition: transform 0.1s ease-in;
  color: inherit;
  border: 1px solid #f77e25;
}

.three-header-btns a img {
  width: 25px;
  height: auto;
}

.three-header-btns a:hover img {
  filter: brightness(0) invert(1);
  transition: 1s;
}

.three-header-btns a span {
  font-size: 15px;
}

.login-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.signin-modal-btn {
  background-image: linear-gradient(90deg, #f77e25 0, #fb572f 100%);
  color: #fff;
  border: none;
  padding: 10px 12px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.5px;
  transition: 0.5s;
}

.signin-modal-btn:hover {
  background-image: none;
  background-color: #001a4a;
  scale: 1.05;
}

.get-app {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #001a4a;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 15px;
  letter-spacing: 1px;
}

.get-app:hover {
  scale: 1.05;
  color: #fff;
}

/* Upper Header Css end */

/* Lower Header Css start */

.lower-navbar {
  background: linear-gradient(0deg, #be2a2a -86.4%, #ef7f1a 94.15%);
}

.head-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.head-navbar li a {
  color: #fff;
  font-size: 15px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.head-navbar .nav-item.dropdown:hover > .nav-link {
  color: #fff !important;
}

.head-navbar li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px; /* thickness of border */
  background: #fff; /* border color */
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.head-navbar li a:hover::before {
  transform: translateX(-50%) scaleX(1);
}

.head-navbar li a:hover {
  color: #fff !important;
}
.hover-menu {
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffff;
  scrollbar-width: thin;
  width: 250px;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
  border-bottom: 5px solid #d75521;
  max-width: max-content;
  left: -15px;
}

.hover-menu li a {
  color: #222;
  font-size: 15px;
  padding: 6px 10px;
}
.hover-menu li a:hover {
  color: #222 !important;
  background: #fff;
}
.hover-menu li a::before {
  background: #d75521;
  width: 90%;
}
.lang-select {
  background: transparent;
  border: none;
  color: #ffff;
  outline: none;
}

.lang-select option {
  color: #000;
  border: none;
  outline: none;
}

/* Show dropdown menu on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* optional: removes jump */
}

/* Ensure link looks active on hover */
.nav-item.dropdown:hover > .nav-link {
  color: #0d6efd; /* Bootstrap primary */
}
/* Header Css end */

/* Mobile-header css start */

/* Header Styles */
.header-m {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 10px 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 999;
}
.logo img {
  width: 100px;
  height: auto;
}

.lang-switch {
  font-size: 14px;
  margin: 0 10px;
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.btn-menu {
  background: #ff5722;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
}
.signin-modal-btn {
  background-image: linear-gradient(90deg, #f77e25 0, #fb572f 100%);
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 12px;
  transition: 0.5s;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  background: #9c9898;
  color: #fff;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.sidebar.open {
  left: 0;
}

.sidebar .close-btn {
  background: none;
  border: none;
  font-size: 20px;
  color: #fff;
  float: right;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 10px;
  padding: 0;
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-toggle::after {
  content: none;
}
.sidebar ul li {
  padding: 7px 0;
  border-bottom: 0.5px solid #eee;
}

.sidebar ul li a {
  padding: 0;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.sidebar ul li a:hover {
  color: #fff;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
}

.overlay.active {
  display: block; /* only show when active */
}
.sidebar ul li:last-child {
  border-bottom: none;
}
.drop-down-div {
  display: block;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: auto;
  margin-top: 8px;
}

.drop-down-div a {
  padding: 6px 0 !important;
  display: block;
  border-bottom: 0.5px solid #eee;
}

.drop-down-div a:hover {
  background: #b0adad;
  color: #fff;
}

.drop-down-div a:last-child {
  border-bottom: none;
}
.sidebar-btn {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: 0;
  font-size: 14px;
}
.sidebar-btn:hover {
  color: #fff;
}

/*  */

.mob-header {
  display: none;
}
.web-header {
  display: block;
}

/* Mobile-header css end */

/* Footer Css Start */

.footer-2 {
  padding-bottom: 20px;
  background: #454545;
  color: #fff;
}
.about-atroera {
  padding: 15px 0px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.about-atroera p {
  font-size: 20px;
  color: #fff;
  border-bottom: 2px solid #fb5d2e;
  display: inline-block;
}
.about-atroera span {
  display: block;
  line-height: 24px;
  margin-top: 10px;
  font-size: 15px;
  text-align: justify;
}
.about-atroera span a {
  color: #fff;
  text-decoration: none;
}
.down-foot {
  margin-top: 10px;
}
.mobbot p {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 2px solid #fb582f;
  display: inline-block;
}
.links {
  display: flex;
  gap: 20px;
}
ul.ul-1 {
  padding: 0 !important;
  margin: 10px 0 0 !important;
}
ul.ul-1 li {
  margin: 0 0 10px;
}
ul.ul-1 li a {
  color: #000;
  text-decoration: none;
}
ul.ul-1 li span {
  font-size: 15px;
  transition: 1.5s;
  color: #fff;
}
ul.ul-1 li a:hover span {
  color: #fb5d2e;
  padding-left: 10px;
  transition: 1.5s;
}
.foot2-col-2 {
  /* padding-left: 20px; */
  padding-top: 10px;
  padding-bottom: 15px;
  position: relative;
}
.foot2-col-2 p {
  font-size: 18px;
  font-weight: 400;
  border-bottom: 2px solid #fb582f;
  margin-bottom: 15px;
  display: inline-block;
}
ul.ul-2 {
  padding: 0 !important;
}
ul.ul-2 li {
  margin-top: 5px;
  margin-bottom: 10px;
}
ul.ul-2 li a {
  text-decoration: none;
}
ul.ul-2 li a span {
  font-size: 16px;
  color: #fff;
}
ul.ul-2 li a span:hover {
  color: #fb572f;
}
ul.ul-3 {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
ul.ul-1,
ul.ul-2,
ul.ul-3 {
  list-style: none;
}
ul.ul-3 li a i {
  color: #fff;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-radius: 30%;
  font-size: 25px;
}
ul.ul-3 li a i:hover {
  transition: 0.5s;
  scale: 1.1;
}
.fb {
  background-image: linear-gradient(90deg, #314d8f 0, #4d73c4 100%) !important;
}
.footer-link {
  background-color: #0a66c2 !important;
}
.insta {
  background-image: linear-gradient(
    60deg,
    #ffbd51 0,
    #fd633f 35%,
    #a131bf 68%,
    #b32fb7 100%
  ) !important;
}
.yt {
  background: #ff0000;
}
.whatsapp {
  background: #46c113;
}
.bxar {
  display: flex;
  padding: 5px;
  gap: 15px;
  justify-content: start;
  margin-bottom: 10px;
  text-align: center;
  align-items: center;
}
.bxar-img {
  background: #fff;
  padding: 8px;
  border-radius: 10px;
}
.bxar img {
  width: 30px;
  height: auto;
}
.bxar p {
  font-size: 15px;
  border-bottom: none;
  margin: 0 !important;
}
.play-st {
  margin: 15px 5px;
}
.play-st img {
  width: 150px;
  height: auto;
  border-radius: 6px;
}
.google-badge {
  margin: 20px 5px;
}
.google-badge img {
  border-radius: 8px;
  width: 150px;
  height: auto;
}
.copyrightar {
  padding: 12px 0;
  background: #000;
  text-align: center;
}
.copyrightar p {
  font-size: 15px;
  color: #fff;
}

/* Footer Css End */

/* Main page css */

.featured-content {
  margin: 0 !important;
}
.featured-sidebar {
  width: 100% !important;
}

.blogs-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.blog-card-img {
  display: block;
  width: 100%;
}

.img-blog {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-card-body {
  padding: 15px;
}

.blog-card-title {
  font-size: 15px;
  height: 45px;
  margin-bottom: 5px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.blog-card-title a {
  color: #222;
  text-decoration: none;
}

.blog-author-details span {
  font-size: 12px;
  color: #707070;
}

.blog-author-details .posted-on a {
  text-decoration: none;
  color: #707070;
  font-weight: 600;
}

.blog-author-details .byline a {
  text-decoration: none;
  color: #707070;
  font-weight: 600;
}

.blog-content {
  display: none;
}

.read-blog {
  display: none;
}

.blog-author-details {
  line-height: 16px;
}

/* Indivial Blogs CSS */

.individual-blog-heading {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.individual-blog-artical {
  padding: 0 10px;
}

.individual-blog-img-box {
  width: 100%;
}

.individual-blog-img-box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
}
.social-share {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.social-share a {
  color: #fff;
  text-decoration: none;
}

.social-share a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
}

.x-twit {
  background: #000;
}

.individual-blog-content {
  margin: 20px 0 10px;
}

.individual-blog-content h2 {
  font-size: 24px;
}

.individual-blog-content p {
  padding: 8px 0;
}

.wp-block-heading {
  margin: 10px 0 5px;
  font-size: 20px;
}

.individual-blog-author-details {
  margin-top: 25px;
}

.individual-blog-author-details span {
  font-size: 18px;
  font-weight: 400;
}

.individual-blog-author-details span a {
  color: #dc5e20;
  font-weight: 600;
  text-decoration: none;
}

/* Search bar Css */

.blog-search-bar .search-form {
  width: 100%;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.blog-search-bar {
  margin-bottom: 15px;
}

.blog-search-bar .search-form label {
  width: 100%;
}

.blog-search-bar .search-form label input.search-field {
  border: none;
  outline: none;
  font-size: 14px;
  padding: 5px 10px;
  width: 100%;
}

.blog-search-bar .search-form input.search-submit {
  height: 30px;
  border-radius: 5px;
  font-size: 14px;
  width: 100px;
  padding: 0;
  background: #e66f1d;
  display: none;
}

/* Blogs Sidebar css */

.first-sidebar {
  width: 100%;
  height: auto;
}

.first-sidebar section {
  border: none;
  padding: 0;
  position: relative;
}

.first-sidebar section .swidget {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  margin-bottom: 20px;
}

.first-sidebar section .sidebar-title-border {
  margin-top: 0;
  text-align: left;
}

.first-sidebar section .widget-title {
  padding: 0;
  margin: 0;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
}
.right-sidebar {
  position: relative;
}
.right-sidebar:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}
.left-sidebar {
  position: relative;
}
.left-sidebar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}

.first-sidebar section .menu {
  margin: 0;
}

.first-sidebar section .menu li {
  border-bottom: none;
  line-height: 30px;
  padding: 8px 0 !important;
}

.first-sidebar section .menu li a {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

/* Chat-Talk Cta CSS */

.cta-talk-chat .chat-talk-banner {
  background: linear-gradient(32deg, #fb582f 0.41%, #ffa74b 43.94%);
  border-radius: 10px;
  padding: 10px 0;
}
.ctafooter {
  padding: 25px 25px 30px;
  border-radius: 0;
  background: transparent;
  text-align: center;
}
.subpage-display-div {
  margin-bottom: 20px;
}
.subpage-display-div span {
  font-size: 22px;
  font-weight: 500;
}
ul.two-btn-footer {
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  list-style: none;
}
ul.two-btn-footer li a {
  padding: 14px 0;
  color: #222;
  background: #fff;
  border-radius: 25px;
  font-size: 17px;
  display: block;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
}
ul.two-btn-footer li a:hover {
  transition: 1.5s;
  background-color: #031c49;
  color: #fff;
}
ul.two-btn-footer li a img {
  width: 25px;
  height: auto;
}
ul.two-btn-footer li a:hover img {
  filter: brightness(0) invert(1);
  transition: 1.5s;
}

/* Recent Posts Css */

.recent-post-section .section-title {
  text-align: center;
}

/* Recent post (below) css */

.recent-post-section {
  margin-top: 25px;
}
p.blog-card-date {
  font-size: 12px;
  font-weight: 500;
  color: #6e6e6e;
  margin-top: 10px;
}

/* top Astrologers css */

.top-astrologers {
  margin-top: 15px;
  text-align: center;
}

.astrologers-section .section-title {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}

.astro-flex-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.astro-out-card {
  width: 25%;
}

.astrologer-card {
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px 0;
  border-radius: 10px;
}

.astrologer-card a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
}

img.blog-astro-img {
  width: 100px;
  height: auto;
  border-radius: 50%;
}

p.astro-name {
  margin-top: 6px;
  color: #484848;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
}

span.astro-rating {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 15px;
  color: #ffac33;
  font-weight: 600;
}

span.astro-skills {
  display: block;
  width: 100%;
  color: #222;
  font-size: 15px;
}

.astrologer-card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
