/* ================= HERO SECTION ================= */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 50vh;              /* Hero height */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: url("/img/service-banner-image.jpg"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}






#wikipedia-page-editing-services {
	background-image: url("/img/Wikipedia-Page-Editing-Services.png");
}
#wikipedia-page-for-a-book {
	background-image: url("/img/Wikipedia-Page-For-A-Book.png");
}
#wikipedia-page-for-a-celebrity {
	background-image: url("/img/Wikipedia-Page-For-A-Celebrity.png");
}
#wikipedia-page-for-a-musician {
	background-image: url("/img/Wikipedia-Page-For-A-Musician.png");
}
#wikipedia-page-for-an-actor {
	background-image: url("/img/Wikipedia-Page-For-An-Actor.png");
}
#wikipedia-page-for-an-entrepreneur {
	background-image: url("/img/Wikipedia-Page-For-An-Entrepreneur.png");
}
#wikipedia-page-for-an-influencer {
	background-image: url("/img/Wikipedia-Page-For-An-Influencer.png");
}
#wikipedia-page-for-a-politician {
	background-image: url("/img/Wikipedia-Page-For-A-Politician.png");
}
#wikipedia-page-for-a-school {
	background-image: url("/img/Wikipedia-Page-For-A-School.png");
}
#wikipedia-page-maintenance {
	background-image: url("/img/Wikipedia-Page-Maintenance.png");
}
#wikipedia-page-translation-service {
	background-image: url("/img/Wikipedia-Page-Translation-Service.png");
}
#social-media-page-verification-service {
	background-image: url("/img/Social-Media-Page-Verification-Service.png");
}
#wikipedia-content-writing {
	background-image: url("/img/Wikipedia-Content-Writing.png");
}
#wikipedia-consultancy-services {
	background-image: url("/img/Wikipedia-Consultancy-Services.png");
}
#wikipedia-draft-creation-service {
	background-image: url("/img/Wikipedia-Draft-Creation.png");
}


















/* DARK OVERLAY FOR READABILITY */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* CONTENT ABOVE OVERLAY */
.hero-section .container {
  position: relative;
  z-index: 2;
}

/* HERO HEADING */
.hero-heading {
  color: #000000;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 900px;
  margin: 0 auto;
}




/* HERO SECTION */
.wiki-hero {
  background: url("/img/contact-us-background.jpg") center/cover no-repeat;
  padding: 40px 0;
  position: relative;
}

.wiki-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(255,255,255,0.9); */
}

.wiki-hero .container {
  position: relative;
  z-index: 2;
}

/* TITLES */
.wiki-hero-title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
}

.wiki-hero-subtitle {
  font-size: 15px;
  color: #555;
}

/* FIELD */
.wiki-field {
  position: relative;
}

.wiki-field .form-control {
  height: 48px;
  padding-left: 55px;
  font-size: 14px;
  background: #ffffff85;
}

.form-control {
  display: block;
  width: 95%;
  border-radius: 4px;
}

/* ICON BOX */
.wiki-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
}

.wiki-icon i {
  color: #fff;
  font-size: 14px;
}

/* SUBMIT BUTTON */
.wiki-submit-btn {
  height: 48px;
  background: #0d6efd;
  width: 95%;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s;
}

.wiki-submit-btn:hover {
  background: #084298;
}


/* ================= LEGACY CTA SECTION ================= */
.legacy-cta-section {
  position: relative;
  padding: 40px 0;
  background: url("/img/wiki-background.jpg") center/cover no-repeat;
}

.legacy-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(13, 110, 253, 0.85); */
}

/* HEADING */
.legacy-cta-heading {
  color: #000;
  font-size: 34px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 700;
  line-height: 1.4;
}
.legacy-cta-heading {
	padding: 0px 10%;
}

/* BUTTONS */
.legacy-cta-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.legacy-btn-main,
.legacy-btn-alt {
  font-weight: 600;
  color: #000;
  padding: 10px 25px;
  font-size: 14px;
}

/* ================= MOBILE ================= */
@media (max-width: 991px) {
  .legacy-cta-heading {
    font-size: 26px;
  }
}


/* ================= LARGE SCREENS (1600px+) ================= */
@media (min-width: 1600px) {
  .hero-heading {
    font-size: 52px;
  }

  .wiki-hero-title {
    font-size: 36px;
  }

  .legacy-cta-heading {
    font-size: 38px;
  }
}

/* ================= DESKTOP (1400px) ================= */
@media (max-width: 1400px) {
  .hero-heading {
    font-size: 42px;
  }
}

/* ================= LAPTOP (1200px) ================= */
@media (max-width: 1200px) {
  .hero-heading {
    font-size: 38px;
  }

  .wiki-hero-title {
    font-size: 30px;
  }

  .form-control,
  .wiki-submit-btn {
    width: 100%;
  }
}

/* ================= TABLET LANDSCAPE (992px) ================= */
@media (max-width: 991px) {
  .hero-section {
    min-height: 40vh;
  }

  .hero-heading {
    font-size: 34px;
    text-align: center;
  }

  .wiki-hero {
    padding: 30px 0;
  }

  .wiki-hero-title {
    font-size: 28px;
  }

  .wiki-hero-subtitle {
    font-size: 14px;
  }

  .form-control,
  .wiki-submit-btn {
    width: 100%;
  }

  .legacy-cta-heading {
    font-size: 26px;
    text-align: center;
	padding: 0px 0%;
  }
}

/* ================= TABLET PORTRAIT (768px) ================= */
@media (max-width: 767px) {
  .hero-section {
    min-height: 28vh;
  }

  .hero-heading {
    font-size: 28px;
    padding: 0 15px;
  }

  .wiki-icon {
    width: 44px;
    height: 44px;
  }

  .wiki-field .form-control {
    height: 44px;
    padding-left: 50px;
  }

  .wiki-submit-btn {
    height: 44px;
  }

  .legacy-btn-main,
  .legacy-btn-alt {
    width: 100%;
    text-align: center;
  }
}

/* ================= LARGE MOBILE (576px) ================= */
@media (max-width: 576px) {
  .hero-heading {
    font-size: 26px;
  }

  .wiki-hero-title {
    font-size: 24px;
  }

  .wiki-hero-subtitle {
    font-size: 13px;
  }

  .legacy-cta-heading {
    font-size: 19px;
  }
}

/* ================= SMALL MOBILE (480px) ================= */
@media (max-width: 480px) {
  .hero-heading {
    font-size: 24px;
  }

  .wiki-field .form-control {
    font-size: 13px;
  }

  .legacy-btn-main,
  .legacy-btn-alt {
    padding: 10px 20px;
  }
}

/* ================= EXTRA SMALL MOBILE (320px) ================= */
@media (max-width: 320px) {
  .hero-heading {
    font-size: 22px;
  }

  .wiki-hero-title {
    font-size: 22px;
  }

  .legacy-cta-heading {
    font-size: 22px;
  }
}


@media only screen and (min-width: 100px) and (max-width: 1199px) {
.navbar-logo {
    height: 50px;
    
}


.cta-content .cta-content-heading {
    font-size: 28px;
   
}

.wiki-consultants-title {
    font-size: 33px;
}
    
    .wp-hero-heading {
    font-size: 33px;

}

.section-title {

    font-size: 33px;
}

ul.footer-list.second-list {
    margin-top: 18%;
}

}


@media only screen and (min-width: 100px) and (max-width: 991px) {

.wiki-consultants-title {
        font-size: 28px;
    }

        .wp-hero-heading {
        font-size: 28px;
    }

    .wp-services-title {
    font-size: 28px;
   
    
}
    .section-title {
        font-size: 28px;
    }

        ul.footer-list.second-list {
        margin-top: 0%;
    }
  
}



@media only screen and (min-width: 100px) and (max-width: 540px) {

      .consultant-image {
        width: 80%;
      
    }

        .wp-hero-heading {
        font-size: 24px;
    }

}




@media only screen and (min-width: 100px) and (max-width: 430px) {

  .hero-banner {
    padding: 40px 0;
   }
   
       .banner-content h1 {
        font-size: 26px;
    }

        .form-title {
        font-size: 22px;
    }

        .cta-content .cta-content-heading {
        font-size: 24px;
        margin-top: 20px;
    }

        .wiki-consultants-title {
        font-size: 26px;
    }

        .wp-hero-heading {
        font-size: 22px;
    }

        .wp-services-title {
        font-size: 26px;
    }

        .section-title {
        font-size: 26px;
    }


    .blog-title {
    font-size: 26px;
   
}


.footer-title {

   margin-top: 15px;
}
}















/************* New Styling Service Page *********************/
/* ================= HERO SECTION ================= */

/* Section */
.wikipedia-section {
  background: #fff;
}

/* Main H2 */
.wiki-heading {
    margin-bottom: 16px;
    margin-top: 25px;
    font-size: 33px;
    font-weight: 700;
    color: #2c3e50;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    line-height: 1.2;
}

.wikipedia-listing-count li {
    list-style: auto;
}

.wiki-subheading {
  font-size: 20px;
  font-weight: 700;
  margin: 22px 0 12px;
  color: #333333;
  margin-bottom: 20px;
}

/* Paragraph */
.wiki-text b {
    font-weight: 600;
}

/* List */
.wiki-list {
  padding-left: 0px;
  list-style: none;
}

.wiki-list li {
  font-size: 15px;
  margin-bottom: 8px;
  color: #333;
  /* list-style: disc; */
}

.wikipedia-listing li p {
    margin-bottom: 10px;
}

.wikipedia-listing li p b {
	font-weight: 600;
}

.wiki-list li::before{
  content: "▸";
  font-size: 18px;
  color: #030049;
}




.wikipedia-listing-blue-count li {
    list-style: auto;
    font-weight: 500;
    color: #3366cc;
    font-size: 18px;
}
.wikipedia-listing-blue-count li p {
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    font-weight: 400;
}
.wikipedia-listing-blue-count li p b {
	font-weight: 600;
}
.color-blue {
    color: #3366cc !important;
}


/* Right image */
.sidebar-image-box {
  border-radius: 6px;
  overflow: hidden;
}

/* ================= LARGE SCREENS (1600px and down) ================= */
@media (max-width: 1600px) {

}

/* ================= LAPTOPS (1400px and down) ================= */
@media (max-width: 1400px) {
}

/* ================= SMALL LAPTOPS (1200px and down) ================= */
@media (max-width: 1200px) {
  .wiki-text {
    font-size: 15px;
  }
}

/* ================= TABLETS (992px and down) ================= */
@media (max-width: 992px) {
  .wiki-heading {
    font-size: 26px;
  }

  .sidebar-image-box {
    margin-top: 25px;
  }
}

/* ================= SMALL TABLETS (768px and down) ================= */
@media (max-width: 768px) {
  .wiki-heading {
    font-size: 24px;
  }

  .wiki-subheading {
    font-size: 18px;
  }

  .wiki-text {
    font-size: 15px;
  }

  .wiki-list li {
    font-size: 14px;
  }
}

/* ================= MOBILE (767px and down) ================= */
@media (max-width: 767px) {
   .sidebar-image-box .img-fluid {
    max-width: 60%;
    margin: 0 auto;
    display: block;
  }

  .wiki-heading {
    font-size: 24px;
  }

  .wiki-subheading {
    font-size: 17px;
  }

  .wiki-text {
    font-size: 14px;
  }

  .wiki-list li {
    font-size: 14px;
  }

  .wiki-list li::before {
    margin-right: 6px;
  }
}
