:root {
  --blue: #2b3161;
  --text-gray: #00000099;
  --text-sky: #0319f180;
  --text-natural: #010101cf;
  --stroke-neutral-soft: #05050538;
  --primary-bg-color: #f7f6fc;
  --inter: "Inter", sans-serif;
  --gluten: "Gluten", serif;
  --purple-rain: #312d8e;
}
body {
  margin: 0;
}
h1.site-title,
.site-banner {
  display: none;
}
.make-custom-author * {
  font-family:
    Inter,
    Libre Franklin,
    Segoe UI,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  color: var(--black);
  letter-spacing: -1%;
  box-sizing: border-box;
}
.make-custom-author img {
  width: 100%;
}
.make-custom-author .container {
  max-width: 1254px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
.author-main-banner-section {
  background-image: url(/wp-content/uploads/author-page-img/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 124px 0px 40px;
}
.author-main-banner-section .banner-section {
  display: flex;
  gap: 42px;
}
.author-main-banner-section p.info-tite {
  margin: 0px 0px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 5%;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid var(--stroke-neutral-soft);
  width: max-content;
  border-radius: 8px;
}
.info-btn {
  margin: 0px 0px 20px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  letter-spacing: 5%;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid var(--stroke-neutral-soft);
  width: max-content;
  border-radius: 8px;
}
.author-main-banner-section h1.author-name {
  font-weight: 500;
  font-size: 44px;
  line-height: 52px;
  color: var(--blue);
  margin: 0 0 4px;
}
.author-main-banner-section h3.author-designation {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 16px;
  color: var(--text-gray);
  text-transform: capitalize;
}
.author-main-banner-section .banner-author-img {
  width: 22.5%;
  margin-bottom: -5.6%;
}
.author-main-banner-section .banner-author-img img {
  width: 100%;
  object-fit: cover;
  box-shadow: 1px 1px #000;
  /* border: 4px solid #fff; */
  box-shadow: 0px 7px 7px 0px #1010102e;
  border-radius: 50%;
}
.author-main-banner-section .expertise-section {
  display: flex;
  gap: 20px;
  padding-top: 7px;
  border-top: 1px solid #0000001a;
}
.author-main-banner-section .banner-author-info {
  height: max-content;
}
.author-main-banner-section .expertise-section .expertise {
  display: flex;
  align-items: center;
  gap: 6px;
}
.author-main-banner-section .expertise-section .expertise img {
  width: 16px;
}
.author-main-banner-section .expertise-section .expertise p {
  margin: 0;
}
.author-main-banner-section .expertise-tags p {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: var(--text-gray);
  margin: 0;
  margin-left: 12px;
}
.author-details-section .detailes-main-box {
  display: flex;
  justify-content: space-between;
  padding: 80px 0px;
}
.author-details-section .details-part {
  width: 66%;
}
.author-details-section .autor-more-details,
.author-details-section .autor-more-details p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--text-natural);
}
.author-details-section .autor-more-details {
  margin-top: 16px;
}
.author-details-section .author-think-about {
  background: url(/wp-content/uploads/author-page-img/author-think-about-bg.png);
  padding: 40px 48px 48px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  margin-top: 64px;
}
.author-details-section .author-think-about p {
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: var(--text-sky);
  margin-bottom: 24px;
}
.author-details-section .author-think-about h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--purple-rain);
  margin: 0;
}
.author-details-section .detail-sidebar {
  width: 27.5%;
  box-shadow: 0px 4px 16px 0px #0000001a;
  background: #ffffff;
  padding: 32px 24px;
  border-radius: 16px;
}
.author-details-section .detail-sidebar h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--purple-rain);
  margin: 0px 0px 12px;
}
.author-details-section .detail-sidebar ul {
  padding-left: 25px;
  margin: 0px;
}
.author-details-section .detail-sidebar ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-natural);
  margin-bottom: 8px;
}
.author-details-section .detail-sidebar .info-box {
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid #0000001a;
}
.author-details-section .detail-sidebar .contact-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.author-details-section .detail-sidebar .contact-links a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-bg-color);
  border-radius: 8px;
}
.author-details-section .detail-sidebar .contact-links a img {
  width: 16px;
}
.author-featured-section {
  background: var(--primary-bg-color);
  padding: 64px 0px;
}
.author-featured-section .featured-main-box {
  display: flex;
  align-items: center;
  gap: 44px;
}
.author-featured-section .featured-main-box .featured-img {
  width: 49.1%;
}
.author-featured-section .featured-main-box .featured-img img {
  border-radius: 16px;
}
.author-featured-section .featured-main-box .featured-info {
  width: 47.4%;
}
.author-featured-section .featured-main-box .featured-info .blog-title {
  font-weight: 700;
  font-size: 32px;
  padding-top: 4px;
  line-height: 40px;
  color: var(--text-natural);
  margin: 0px 0px 12px;
}
.author-featured-section .featured-main-box .featured-info p {
  font-weight: 400;
  font-size: 20px;
  padding-top: 4px;
  line-height: 30px;
  color: var(--text-natural);
  margin: 0px 0px 12px;
}
.author-featured-section .featured-main-box .featured-info a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-top: 4px;
  letter-spacing: -1%;
  text-decoration: underline;
  color: var(--purple-rain);
}
.author-all-blog-section {
  padding: 80px 0px 48px;
}
.author-all-blog-section h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -1%;
  color: var(--text-natural);
  margin: 0px 0px 24px;
}
.author-all-blog-section .all-blogs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.author-all-blog-section .all-blogs-grid .blog-item {
  width: calc(33.33% - 16px);
  padding: 16px 16px 20px;
  box-shadow: 0px 4px 4px 0px #00000026;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.author-all-blog-section .all-blogs-grid .blog-item img {
  width: 100%;
  /* height: 190px; */
  border-radius: 8px;
  object-fit: cover;
}
.author-all-blog-section .all-blogs-grid .blog-item h3 {
  font-family: Inter;
  font-weight: 600;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: -1%;
  margin: 20px 0px 12px;
}
.author-all-blog-section .all-blogs-grid .blog-item .info-btn {
  display: block;
  text-decoration: none;
  line-height: 20px !important;
  margin-top: auto !important;
  margin-bottom: 0px !important;
}
.author-all-blog-section .load-more {
  display: block;
  margin: 46px auto 0px;
  padding: 14px 22px;
  font-weight: 600;
  font-size: 16px;
  background: #1103bcc9;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  line-height: 24px;
}
/* Loader style */
.author-all-blog-section .loader {
  display: none;
  text-align: center;
  margin-top: 50px;
}
.author-all-blog-section .loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #333;
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}
.author-all-blog-section .loader span:nth-child(2) {
  animation-delay: 0.2s;
}
.author-all-blog-section .loader span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  to {
    transform: translateY(-8px);
  }
}
@media (max-width: 1024px) {
  .author-details-section .detailes-main-box {
    flex-direction: column;
    padding: 40px 0px;
    gap: 40px;
  }
  .author-details-section .details-part,
  .author-details-section .detail-sidebar {
    width: 100%;
  }
  .author-all-blog-section .all-blogs-grid .blog-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .author-details-section .author-think-about h3,
  .author-details-section .detail-sidebar h4 {
    font-size: 18px;
  }
  .author-details-section .autor-more-details {
    font-size: 16px;
  }
  .author-details-section .detail-sidebar ul li {
    font-size: 14px;
  }
  .author-details-section .author-think-about {
    padding: 25px 30px;
  }
  .author-details-section .author-think-about p {
    line-height: normal;
  }
  .author-all-blog-section h2 {
    font-size: 28px;
  }
  .author-all-blog-section .all-blogs-grid .blog-item h3 {
    font-size: 16px;
  }
  .info-btn {
    font-size: 12px !important;
    line-height: 21px !important;
    margin: 0px 0px 5px !important;
  }
  .author-featured-section .featured-main-box {
    flex-direction: column;
    align-items: start;
  }
  .author-featured-section .featured-main-box .featured-img {
    width: 100%;
  }
  .author-featured-section .featured-main-box .featured-info {
    width: 100%;
  }
  /* .author-all-blog-section .all-blogs-grid .blog-item img {
    height: 170px;
  } */
  .author-main-banner-section .banner-section,
  .author-main-banner-section .expertise-section {
    flex-direction: column;
    text-align: center;
  }
  .author-main-banner-section .expertise-section {
    gap: 5px;
  }
  .author-main-banner-section .banner-author-img {
    width: 50%;
    margin: 0 auto;
  }
  .author-main-banner-section .expertise-section .expertise {
    justify-content: center;
  }
  .author-main-banner-section .banner-author-info {
    margin: 0px auto 16px;
  }
  .author-main-banner-section p.info-tite {
    margin: 0px auto 16px;
  }
}
@media (max-width: 576px) {
  .author-all-blog-section .all-blogs-grid .blog-item,
  .author-featured-section .featured-main-box .featured-img {
    width: 100%;
  }
  /* .author-all-blog-section .all-blogs-grid .blog-item img {
    height: 260px;
  } */
  .author-featured-section .featured-main-box .featured-info .blog-title {
    font-size: 28px;
    line-height: 34px;
  }
  .author-featured-section .featured-main-box .featured-info p {
    font-size: 18px;
  }
  .author-all-blog-section {
    padding: 30px 0px 48px;
  }
  .info-btn {
    margin: 0px 0px 15px !important;
  }
}
@media (max-width: 450px) {
  /* .author-all-blog-section .all-blogs-grid .blog-item img {
    height: 200px;
  } */
}
