@font-face {
    font-family: "Discgent";
    src: url("../fonts/Discgent.ttf");
  }

  @font-face {
    font-family: "NoirPro-Light";
    src: url("../fonts/NoirPro-Light.ttf");
  }

  @font-face {
    font-family: "NoirPro-Regular";
    src: url("../fonts/NoirPro-Regular.ttf");
  }

  @font-face {
    font-family: "NoirPro-Medium";
    src: url("../fonts/NoirPro-Medium.ttf");
  }

  @font-face {
    font-family: "NoirPro-SemiBold";
    src: url("../fonts/NoirPro-SemiBold.ttf");
  }

  @font-face {
    font-family: "NoirPro-Bold";
    src: url("../fonts/NoirPro-Bold.ttf");
  }

  :root {
    --prim-clr: #FF4701;
    --sec-clr: #1A1A1A;
    --white-clr: #fff;
    --black-clr: #000;
    --prim-bg: #FF4701;
    --sec-bg: #1A1A1A;
    --grey-clr: #B2B2B2;
    --grey-clr-2: #E8E8E8;
    --grey-clr-3: #FAFBFD;
    --grey-clr-4: #888888;
    --grey-clr-5: #707070;
    --grey-clr-6: #515151;
    --grey-clr-7: #787878;
    --grey-clr-8: #D8D8D8;
    --grey-bg-1: #F3F3F3;
    --grey-bg-2: #F1F1F1;
    --grey-bg-3: #F2F1ED;
    --grey-bg-4: #FBFBFB;
  }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    font-family: "NoirPro-Regular";
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
}

button {
    transition: all 0.3s ease-in-out;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}
textarea:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
}
section {
  overflow: hidden;
  position: relative;
}
.calendly-inline-widget {
    height: 785px;
}
.iti--allow-dropdown {
    width: 100%;
}
.countryCode {
    width: 100%;;
}
label.error {
    color: #ef1718;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

#header {
    background: transparent;
    transition: all 0.5s;
    z-index: 997;
    padding: 0 0;
}
.headerTop {
    background-color: #c50a2b;
    padding: 8px 0;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: calc(12px + (13 - 12) * (100vw - 320px) / (1920 - 320));
}
.headerTop .contactArea {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.headerTop a {
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 25px;
}
.headerTop a span {
    font-size: calc(13px + (18 - 13) * (100vw - 320px) / (1920 - 320));
}
.headerTop a img {
    margin-right: 7px;
    display: inline-block;
}
.headerTop a .content {
    flex-direction: column;
    display: flex;
    line-height: 1;
}

#header .headmain {
    border-radius: 0;
    /* margin-top: 8px; */
    margin-top: 0;
    background-color: #0f0d0e;
    padding: 8px 0;
}
#header .logo {
    margin: 0;
    padding: 5px;
    position: relative;
    width: 165px;
    text-align: center;
}
#header .logo img {
    max-width: 170px;
}

#hero {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 170px 0 60px 0;
    background-image: url(../images/home-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#hero .form-area .formBox {
    background-color: #fff;
    padding: 8px 0px 0px 0px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border: 5px solid #C50A2B;
    border-left: none;
    border-right: none;
    position: relative;
}

#hero .form-Title {
    text-align: center;
}

#hero .formBox h4 {
    font-size: calc(16px + (21 - 16) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    color: #0f0d0e;
    margin-bottom: 10px;
}
#hero h4, #hero h3 {
    color: #0f0d0e;
    font-size: calc(18px + (29 - 18) * (100vw - 320px) / (1920 - 320));
}

.form-ribbon {
    background-color: #0f0d0e;
    color: #fff;
    font-weight: 600;
    font-size: calc(12px + (26 - 12) * (100vw - 320px) / (1920 - 320));
    line-height: 28px;
    padding: 8px 0;
}

.form-fields-holder {
    padding: 20px 15px;
}
#hero .form-area .formBox .form-group {
    margin-bottom: 10px;
}
#hero .form-area .formBox .form-group {
    padding: 0;
    width: 100%;
    height: 100%;
}
#hero .form-area .formBox .form-control {
    margin: 0;
    border: 0;
    height: 48px;
    line-height: 1;
    color: #959393;
    font-size: 13px;
    background-color: #f7f7f7;
}
.check .label {
    font-size: 13px;
    display: block;
    margin: 0 0 10px;
}
.check label {
    font-size: 13px;
    margin: -4px 10px 0 5px;
    vertical-align: middle;
}
#hero h1, #hero .h1 {
    color: #0f0d0e;
    margin: 0;
    font-weight: 400;
    font-size: calc(30px + (62 - 30) * (100vw - 320px) / (1920 - 320));
}

.bannerContent p {
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    line-height: 1.6;
    color: #646c67;
}
.Main-buttonArea {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.Main-buttonArea .btn {
    background-color: #000;
    color: #fff;
    transition: all ease-in-out 0.3s;
    margin-right: 10px;
    border-color: transparent;
    border-radius: 15px;
    padding: 14px 30px;
    font-weight: 500;
    line-height: 1;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
}
.Main-buttonArea .btn:hover {
    background-color: #c50a2b;
}
#hero .form-area .formBox .btn {
  width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    transition: all ease-in-out 0.3s;
    border: none;
    border-radius: 15px;
    padding: 14px 30px;
    font-weight: 500;
    line-height: 1;
    font-size: calc(13px + (16 - 13) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
}
#hero .form-area .formBox .btn:hover {
    background-color: #c50a2b;
}

.services-sec {
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          padding: 60px 0;
}
.MainTitle {
    margin-bottom: 30px;
}
.MainTitle h6 {
    text-transform: uppercase;
    color: #c50a2b;
    background-color: #c50a2b1f;
    margin: 0 0 20px 0;
    padding: 10px 10px 5px;
    line-height: 1;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 5px;
}

.MainTitle h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    color: #0f0d0e;
        font-size: calc(25px + (52 - 25) * (100vw - 320px) / (1920 - 320));
}
.services-sec .whyChooseBox {
    background-color: #fff;
    border-radius: 15px;
    z-index: 2;
    position: relative;
    top: 0;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    border: none;
    transition: all ease-in-out 0.3s;
    height: 100%;
}
.services-sec .services-top-parent {
    position: relative;
}
.services-sec .services-top-bg {
    position: absolute;
    content: "";
    width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -60px;
    height: 170px;
    background: #c50a2b;
    border-radius: 15px;
}
.services-sec .whyChooseBox .contentArea {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
      align-items: baseline;
    justify-content: flex-start;
    padding: 20px;
    transition: all ease-in-out 0.3s;
}
.services-sec .whyChooseBox .iconArea {
  border-radius: 50%;
    background-color: #F4F4F4;
        margin-bottom: 15px;
    padding: 15px;
}
.whyChooseBox .iconArea img {
    max-width: 75px;
        filter: brightness(0) saturate(100%) invert(2%) sepia(2%) saturate(5074%) hue-rotate(278deg) brightness(94%) contrast(93%);
}
.whyChooseBox h6 {
    color: #c50a2b;
    font-weight: bold;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    transition: 0.3s all;
}
.whyChooseBox p {
    font-size: 15px;
        line-height: 1.6;
    color: var(--text-color);
}
.profile_area {
    padding: 122px 0;
}
.profile_area h4, .profile_area h2 {
    color: #0f0d0e;
    padding: 0 0 20px;
    font-size: 51px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 68px;
    position: relative;
    letter-spacing: -1px;
}
.profile_area h4, .profile_area h2 span {
  display: block;
}
.profile_area .nav-pills {
    justify-content: center;
    margin: 61px 0;
}
.profile_area .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.profile_area .nav-pills .nav-link {
    width: 164px;
    text-align: center;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 600;
    color: #ef1718;
    border-radius: 15px;
}
.profile_area .nav-pills .nav-link.active {
    background: #0f0d0e;
    color: #fff;
}
.pf_crd {
    margin: 11rem 0 0 0;
}
.pf_crd .crd_1 {
    background: white;
    border-radius: 7px;
    position: relative;
    text-align: center;
    transition: all 0.4s ease-in-out;
    height: 398px;
    box-shadow: 0px 0px 9px #0f0d0e;
    cursor: pointer;
}
.pf_crd .crd_1 .img_area {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pf_crd .crd_1 .img_area img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 7px solid #ef1718;
    transition: all 4s ease-in-out;
    object-fit: cover;
    object-position: top center;
}
.pf_crd .crd_1 .txt_area {
    padding: 113px 21px 0;
}
.pf_crd .crd_1 h5, .pf_crd .crd_1 h3 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
    color: #0f0d0e;
}
.pf_crd .crd_1 p {
    font-size: 14px;
    padding: 25px 0;
    font-weight: 400;
    line-height: 1.4;
    color: #666666;
}
.pf_crd .crd_1 a {
    background: #0f0d0e;
    color: #fff;
    display: block;
    width: 45%;
    margin: 0 auto;
    padding: 11px 0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}
.pf_crd .crd_1 a:hover {
    background-color: #c50a2b;
}
section.calendly_Intergrate {
    background: #f6f6f6;
    padding: 80px 0;
    position: relative;
    z-index: 2;
}
section.calendly_Intergrate img {
    width: 206px;
    margin: 0 0 20px 0;
}
section.calendly_Intergrate h3 {
    color: #191717;
    margin: 0 0 20px;
    font-size: 3rem;
    font-weight: 600;
}
section.calendly_Intergrate p {
    color: #191717;
    font-size: 17px;
    line-height: 1.7;
}
section.calendly_Intergrate span {
    display: block;
    color: #191717;
    font-size: 33px;
    margin: 39px 0 0 0;
    font-weight: 400;
}
section.calendly_Intergrate ul {
    padding: 13px 0 0 0;
}
section.calendly_Intergrate ul li {
    list-style: disc;
    line-height: 26px;
    font-size: 16px;
    color: #191717;
}
section.calendly_Intergrate ul li::marker {
    color: #FF642B;
}

.sale-modal .modal-content {
      background: url(../images/research-writing.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: white; */
    padding: 40px 30px 0px;
    border-radius: 8px;
    min-width: 300px;
    max-width: 820px;
    width: 100%;
    transition: transform 0.3s ease;
    color: #fff;
    border: 1px solid #ef1718;
    box-shadow: 0px 0px 12px 0px #ef1718;
}
.popup-data h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
}
.popup-data h2 {
    font-size: 50px;
    color: #fff;
    text-align: center;
}
.popup-data p {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.sale-modal .pop-offer {
    font-size: 24px;
}
.sale-modal .pop-offer span {
    color: #ef1718;
    font-weight: 600;
    animation: blink 1s linear infinite;
}
  @keyframes blink{
      0%{opacity: 0;}
      50%{opacity: .5;}
      100%{opacity: 1;}
      }
      .popup-data form.mt-3 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 5px !important;
}
.sale-modal input, .sale-modal textarea, .sale-modal button {
    margin: 5px 0px;
    padding: 8px 15px;
    border-radius: 7px;
}
.sale-modal form button {
    background-color: #ef1718;
    color: #fff;
}
.sale-modal .btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: rgb(255, 255, 255);
    color: #ef1718;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 30px;
    transition: 0.3s;
    opacity: 1;
}

/* get-free-wikipedia-consultancy web section */

.service-sec {
    background: url(../images/service-sec-banner.webp);
    padding: 70px 0 40px;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-sec h3 {
    color: #ffff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
}
.service-sec h6 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    padding: 15px 0 35px;
}
.service-box {
    text-align: center;
    background: #fff;
    padding: 30px 25px;
    min-height: 349px;
    margin: 0 0 30px;
    transition: .5s;
    border-radius: 7px;
}
.service-box:hover {
    background: #000;
}
.service-box img {
    filter: brightness(0) saturate(100%) invert(2%) sepia(2%) saturate(5074%) hue-rotate(278deg) brightness(94%) contrast(93%);
}
.service-box:hover img {
    filter: brightness(30.5);
}
.service-box h4 {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    line-height: 22px;
    color: #c50a2b;
}
.service-box:hover h4, .service-box:hover p {
    color: #ffff;
}
.service-box p {
    font-size: 15px;
    line-height: 21px;
    color: #000;
}

/* Professional Wiki Page section */

section.first-section {
    padding: 70px 0;
}
.first-section.sec-container .col-md-12 h4 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    line-height: 50px;
    padding: 0 0 30px;
}
.first-section.sec-container .col-md-3 h4 {
    font-size: 20px;
    color: #000;
    margin-top: 0;
    position: relative;
    padding: 0 0 10px;
}
.first-section.sec-container .col-md-3 h4:before {
    content: "\f175";
    display: block;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    margin-bottom: 10px;
    color: #e11b1b;
}
.fr-item.col-md-3 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.fr-item p {
    min-height: 100px;
    margin-bottom: 0;
    color: #4a4850;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.fr-item.col-md-3:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #e11b1b;
    position: absolute;
    right: 0;
    bottom: 0;
}
.learn-more-btn a {
border-radius: 15px;
    background-color: #000;
    padding: 15px 45px;
    color: #fff;
    font-weight: 500;
    display: table;
    margin: auto;
}
.learn-more-btn a:hover {
    background-color: #c50a2b;
}
/* wikiprofessionalwriting testimonials section */

.testi-sec {
    padding: 70px 0px;
    text-align: center;
}
/* .sub-title {
    font-family: "Teko", sans-serif;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
} */

.testi-sec h2{
    color: #000;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    line-height: 80px;
    padding: 0 0 30px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.test-box {
    padding: 20px;
    border-radius: 20px;
    border: solid 2px #ef1718;
    text-align: center;
    height: 100%;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.test-box i {
    color: #f1d500;
}
.testi-sec .test-box .rev {
    height: 120px;
    overflow-y: scroll;
    padding-right: 6px;
    margin-bottom: 5px;
}
/* width */
.test-box ::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.test-box ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.test-box ::-webkit-scrollbar-thumb {
  background: #ef1718;
  border-radius: 10px;
}
.test-box:hover ::-webkit-scrollbar-thumb {
  background: #ef1718;
  border-radius: 10px;
  border: solid 0.5px;
  border-color: #fff;
}

/* Handle on hover */
.test-box ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

p.test-h {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 700;
}
.test-box:hover {
    background-color: #ef1718;
    color: #fff;
    transition: 0.3s;
}
.owl-carousel .owl-stage {
    display: flex;
}

/* get-free-wikipedia-consultancy contact section */

.footer-sec {
    padding: 70px 0;
    position: relative;
    z-index: 1;
    overflow: unset;
}
.footer-sec::before {
    position: absolute;
    content: "";
    background: url(../images/footer-bg.svg);
    width: 421px;
    height: 452px;
    right: 0;
    bottom: -90px;
    z-index: 0;
}
.st-index{
  z-index: 1;
  position: relative;
}
.ftr-form h3 {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}
.ftr-form p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 20px 0;
}
.ftr-form button {
    border-radius: 15px;
    background-color: #000;
    padding: 14px 40px;
    color: #fff;
    font-weight: 500;
    border: none;
}
.ftr-form button:hover {
    background-color: #e11b1b;
}
.ftr-form input {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    height: 45px;
    margin: 0 0 10px;
    padding: 0 10px 0 20px;
}

.ftr-head-2 {
    background: #e11b1b;
    padding: 40px 25px;
    border-radius: 5px;
}
.ftr-head-2 h5 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    padding: 0 0 35px;
}
.ftr-links li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 35px;
}
ul.ftr-links li {
    margin-bottom: 20px;
}
.ftr-links li a i {
    margin-right: 15px;
}

ul.ftr-links li:nth-child(4) a {
    border-radius: 15px;
    background-color: #000;
    padding: 14px 35px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
ul.ftr-links li:nth-child(4) a:hover {
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    color: #000;
}
.ftr-form textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    height: 105px;
    margin: 0 0 10px;
    padding: 15px 10px 10px 20px;
    resize: none;
}

/* get-free-wikipedia-consultancy copright */

.copy-para {
    background: #101010;
    padding: 30px 0;
    margin: 30px 0 0;
}
.copy-para p {
    color: #fff;
    font-size: 15px;
}


@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1400px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 576px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 575px) {}

/* ══ MOBILE FIX: profile cards overlap ══ */
@media (max-width: 767px) {

  /* First row: extra top space for first card's floating image */
  .pf_crd { margin: 6rem 0 0; }

  /* Each card: fixed height → auto so content fits */
  .pf_crd .crd_1 { height: auto; min-height: 340px; margin-bottom: 80px; }

  /* Rows between cards — reduce the large margin-top */
  .pf_crd .row[style*="margin-top:100px"],
  .pf_crd .row[style*="margin-top: 100px"] {
    margin-top: 80px !important;
  }

  /* Ensure each col has enough top space for floating image */
  .pf_crd .col-12 { margin-top: 0; }

  /* Image is absolute top-50% — card needs enough top padding */
  .pf_crd .crd_1 .txt_area { padding-top: 100px; padding-bottom: 20px; }

  /* Last card in each row shouldn't bleed into next row */
  .pf_crd .crd_1 { overflow: visible; }
}

@media (max-width: 575px) {
  .pf_crd .crd_1 { margin-bottom: 90px; }
  .pf_crd .row[style*="margin-top:100px"],
  .pf_crd .row[style*="margin-top: 100px"] {
    margin-top: 90px !important;
  }
}
