@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--remahBlogColor);
}

ul {
  list-style: none;
}

input,
button {
  border: none;
  outline: none;
}
input:focus,
button:focus {
  outline: none;
}

.hero-banner a {
	color: var(--secondColor);
}

.single-content a,
.social a {
  text-decoration: none;
  color: var(--remahBlogColor);
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.container {
  margin: 0 auto !important;
}


.progress-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background: var(--remahBlogColor);
  z-index: 9999999999;
  transition: 0.3s;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none !important;
}
.overlay.active {
  display: block !important;
}

.hero-banner {
	background: var(--mainColor);
}

.hero-banner .text-box {
    color: #fff;
}

aside .social p {
  margin-bottom: 0 !important;
}

@media (min-width: 767px) {
  aside {
    position: sticky;
    padding-top: 25px;
    top: 0;
  }
}
@media (max-width: 767px) {
  aside {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #171a22;
    padding: 20px 15px !important;
    z-index: 10;
  }
  aside * {
    color: #fff;
  }
  aside .social,
  aside .table-list {
    display: none !important;
  }
  aside .social.active,
  aside .table-list.active {
    display: block !important;
    margin-bottom: 20px !important;
  }
  aside .social {
    border: none !important;
  }
  aside .social .icons {
    justify-content: center !important;
  }
  aside .social .icons a {
    font-size: 20px !important;
  }
  aside .close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    display: none;
  }
  aside .close-btn.active {
    display: block;
  }
}
aside .btns-group button {
  background: none;
  border: 1px solid #e9ebef;
  padding: 10px;
  color: #fff;
}
aside .social {
  border-bottom: 2px solid #e9ebef;
}

aside ul.table-list {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;
}

aside ul li a {
  color: #213343 !important;
  transition: opacity 0.3s;
}

aside ul li.active a {
  color: var(--remahBlogColor) !important;
}


.main-box .row-box h2,
.main-box .row-box h3,
.main-box .row-box h4 {
  color: #000;
  font-weight: bold;
  margin: 30px 0 15px !important;
}
.main-box .row-box p a {
  color: #ff7b00;
}
.main-box .row-box ul {
  list-style-type: disc;
  padding-left: 15px;
}

.main-box .row-box img {
    margin-top: 20px !important;
}

.main-box .row-box p,.main-box .row-box li {
    font-size: 16px;
    line-height: 28px;
}

.call-to-action {
  position: sticky;
  top: 0;
}
.call-to-action .wrapper {
  background: var(--remahBlogColor);
}
.call-to-action a {
      background: #fff;
    color: var(--remahBlogColor);
    padding: 7px 20px;
    border-radius: 7px;
    margin-top: 20px !important;
    display: block;
    transition: all .3s ease;
}

.call-to-action a:hover {
    transform: scale(.9);
}

#table-list {
    display: none !important;
}

.blog-highlighted-posts .card-box a:hover h4 {
  text-decoration: underline;
}
.blog-highlighted-posts .card-box a {
  color: #213343;
}

.blog-highlighted-posts p {
    font-size: 14px;
}

.blog-content .content .box {
    padding: 10px;
}

.special-head-content {
  position: relative;
  margin-bottom: 40px;
}
.special-head-content::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--remahBlogColor);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  z-index: 1;
}
.special-head-content h2 {
  margin: 0 auto;
  background: #fff;
  text-align: center;
  margin-bottom: 30px !important;
  margin-top: 40px !important;
}
.special-head-content h2 span {
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 0 20px;
}

.single-post .blog-highlighted-posts {
    padding-bottom: 100px;
}

.about-article {
    margin: 20px 0 !important;
}

.about-article a {
  text-decoration: none;
}

.about-article ul {
  list-style: none;
}

.about-article img {
  max-width: 100%;
}

.about-article {
  background: var(--remahBlogColor);
}
.about-article a.guide {
  background: #2f2f2f;
  color: #fff;
  border-radius: 5px;
  transition: all .3s ease;
}

.about-article a.guide:hover {
    background: var(--remahBlogColor);
}

.about-article a.more {
  color: rgb(0, 72, 131);
}

.about-article ul {
  list-style: none; /* Remove default bullets */
  padding: 0;
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap */
  gap: 10px; /* Add space between items */
  margin-bottom: 20px;
  margin-bottom: 30px !important;
  padding: 0 !important;
}

.about-article ul li {
  position: relative;
  flex: 1 1 calc(50% - 10px); /* 50% width for two columns, accounting for the gap */
  padding-right: 25px; /* Add space for the icon */
}

.about-article ul li::before {
  content: "\f058"; /* Unicode for Font Awesome check-circle icon */
  font-family: "Font Awesome 5 Free"; /* Use Font Awesome */
  font-weight: 900; /* Ensure it's the solid version */
  position: absolute;
  right: 0;
  color: #28a745; /* Green color */
}

.about-article.about-article2 {
    text-align: center;
}

.about-article.about-article2 ul {
    display: flex;
    flex-direction: column;
}

.about-article.about-article2 ul li {
    font-size: 18px;
    line-height: 28px;
    flex: unset;
    padding-right: 0;
}

.about-article.about-article2 ul li::before {
    display: none;
}

@media(max-width: 768px) {
    aside ul.table-list li {
        font-size: 14px;
        padding: 10px 0 ;
    }
    aside ul li a {
        color: #fff !important;
        transition: opacity 0.3s;
        opacity: .7;
    }
    aside ul li.active a {
        color: #fff !important;
        opacity: 1;
    }
    .special-head-content h2 {
        margin-top: 0 !important;
    }
    .blog-highlighted-posts {
        margin-bottom: 70px !important;
    }

    .single-post .blog-highlighted-posts {
        padding-bottom: 0;
    }
}

/* Chapters */
.service .content {
  display: grid;
  gap: 40px;
}
.service .content a {
  text-decoration: none;
  color: #000000;
  text-align: center;
}
.service .content a .img-box {
  margin-bottom: 15px !important;
}
.service .content a .img-box img {
  width: 96px;
}
@media (min-width: 992px) {
  .service .content a .img-box img {
    width: 160px;
  }
}
.service .content a .text-box h3 {
  font-size: 22px;
}
@media (min-width: 992px) {
  .service .content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .service .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .service .content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.google-rank {
  background: #413d52;
}

.blogs .content p {
  line-height: 1.5;
  font-weight: 600;
  font-size: 18px;
}/*# sourceMappingURL=main.css.map */

.hero-banner.google-rank {
  color: #fff;
}
.hero-banner.google-rank .head-box img {
  border-radius: 50%;
  max-width: 40px;
}
.hero-banner.google-rank .head-box a {
  color: #fff !important;
}
@media (min-width: 768px) {
  .hero-banner.google-rank .head-box h1,
  .hero-banner.google-rank .head-box h2 {
    font-size: 62px;
    font-weight: 100;
  }
  .hero-banner.google-rank .head-box > span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hero-banner.google-rank .head-box h1,
  .hero-banner.google-rank .head-box h2 {
    font-size: 32px;
    font-weight: 100;
  }
  .hero-banner.google-rank .head-box > span {
    font-size: 20px !important;
  }
}
.hero-banner.google-rank .content {
  border-top: 1px solid #353a3b;
}
.hero-banner.google-rank .content .content-box {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 600px) {
  .hero-banner.google-rank .content .content-box {
    font-size: 16px !important;
  }
}

.shares {
  position: fixed;
  top: 100px;
  background: #fff;
  padding: 30px 15px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  z-index: 999999;
}
@media (min-width: 1450px) {
  .shares {
    left: 100px;
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .shares {
    left: 15px;
    display: block !important;
  }
}
.shares a {
  font-size: 20px;
  transition: 0.3s;
}
.shares a:hover {
  opacity: 0.8;
}
.shares p {
  font-weight: 600;
}

@media(max-width: 768px) {
    .shares {
    display: flex
;
    flex-wrap: wrap;
    left: 60px;
    right: 60px;
    flex-direction: row;
    justify-content: center;
    bottom: 20px;
    top: unset;
    }
    .shares p {
        width: 100%;
        text-align: center;
    }
    .shares .social  {
        flex-direction: row !important;
        gap: 20px !important;
    }
}

@media(max-width: 450px) {
    .shares {
        left: unset;
        right: 20px;
        padding: 10px 0 !important;
    }
    .shares p {
        margin-bottom: 7px !important;
        line-height: 26px;
    }
    .shares .social  {
        flex-direction: column !important;
        gap: 12px !important;
    }
}

