h1,
h2,
h3,
p {
  font-family: 'Open Sans', sans-serif !important;
}
.center {
  text-align: center;
}
/* NAVBAR  */
.nav-brand img {
  margin-right: 20px;
  width: 195px;
}
.logo-superscript {
  font-family: 'Montserrat', sans-serif;
  display: inline;
  color: white;
  margin: 14px 0 5px 0;
  position: absolute;
  font-size: 13px;
  font-weight: 500;
}

.nav-brand:hover {
  text-decoration: none !important;
}

.writer-platform {
  background: #00bf32;
  color: #fff !important;
  border-radius: 5px;
  box-sizing: content-box;
  margin-right: 10px;
  transition: background 200ms;
}
.writer-platform:hover {
  background: #03a22d;
  color: #fff !important;
  transition: background 200ms;
}

#navbar-main {
  background-color: blue !important;
}

.nav-link {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.dropdown-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  padding: 7px 30px;
  font-weight: 600;
}

.dropdown-item:hover {
  color: rgba(109, 109, 109, 0.8);
}

.nav-ic {
  text-align: right;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  margin-left: 200px;
}
.nav-icon {
  margin-left: 10px;
  margin-right: 05px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .nav-ic {
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin-left: 10px;
  }
}
/* NAVBAR END  */




/* INTRO  */
#section-intro {
  padding-top: 50px;
}

.head-intro {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
}

.sub-intro {
  font-size: 1.4rem;
  font-weight: 400;
}

/* client logos  */
.client-line {
  border-top: 1px solid #f5f5f5;
  margin-top: 20px;
  padding-top: 10px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
}

.client-logo-size {
  width: 90px !important;
  margin-left: 30px !important;
  
}


/* main content
 */
.main-content{
  background-repeat: no-repeat; 
  background-size: 100% 100%;     
  background-position: center
}

.content-title{
  border: 2px solid white;
  background-color: whitesmoke;
  border-radius: 0.5rem;
  padding: 10px 0px 0px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
 
}

.content-sub-title{
  border: 2px solid white;
  background-color: whitesmoke;
  border-radius: 0.5rem;
  padding: 15px 0px 30px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.border-section{
  border: 2px solid white;
  border-radius: 0.5rem;
  text-align: center;
  background-color: whitesmoke;
  padding:10px 10px 0px 10px;
}
.sub-border-section{
  text-align: left;
  /* background-color: white; */
  padding:05px 0px 05px 0px;
}



.title-group{
  padding: 10px 0px 10px 0px;
  text-align: center;
}
/* content type  */
.card-content {
  max-width: 440px;
  margin: auto;
  padding-left: 10px;
  border: none;
}
.card-body-content p {
  color: #545b62;
}

.header-content-type h2 {
  font-size: 1.7rem !important;
  font-weight: 600 !important;
  padding-top: 8px !important;
  margin-bottom: 17px;
}
.header-content-type {
  text-align: center;
}

.header-content-type h3 {
  font-size: 1.1rem !important;
  text-align: left !important;
  font-weight: 600;
}
.header-content-type p {
  text-align: left !important;
}

.content-image {
  width: 70px;
}
.content-image-report {
  width: 100px;
}
.content-image-market {
  width: 100px;
}



/* <!-- 3 point --> */
.boxstyle{
  /* background-color: #6dd5ed; */
  padding-bottom: 20px;
}
.border-secondary{
  /* padding: 20px 0px 20px 0px; */
  margin-right:05px ;
}


@media only screen and (max-width: 767px){
  .boxstyle{
    /* background-color: #6dd5ed; */
    padding-bottom: 20px;
    
  }
  .border-secondary{
    /* padding: 20px 0px 20px 0px; */
    margin: 10px 05px 10px 05px;
}
}

/* <!-- 3 point END      --> */

/* technolgy */
.tech-heading{
  text-align: center;
  margin: 30px 0 20px 0;
  font-size: 2rem !important;
  font-weight: 600;
}

/*Technolgy END  */

/* testing */
.tabbs {
  display: flex;
  justify-content: center;
  margin: 20px ;
}
@media only screen and (max-width: 767px){
  /* .tabb {
    display: flex;
    justify-content: center;
    margin: 20px ;
  } */
}


.tabb {
  padding: 10px 20px;
  background: #e8f5e8;
  border: 2px solid #b6e5b6;
  border-radius: 20px;
  margin: 0 10px;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  transition: background 0.3s, color 0.3s;
}

.tabb:hover,
.tabb.active {
  background: blue;
  color: white;
}

.cardd-container {
  display: none;
  justify-content: center;
  gap: 20px;
  margin: 20px auto;
  max-width: 1200px;
  flex-wrap: wrap;
}

.cardd-container.active {
  display: flex;
}

.cardd {
  width: 150px;
  height: 150px;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #e0f5e0;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cardd img {
  max-width: 50px;
  margin-bottom: 10px;
}

.cardd:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.cardd p {
  margin: 0;
  font-weight: bold;
}
/* testing end */




/* writers show  */
.profile-picture {
  max-width: 80px;
  border-radius: 50%;
}

.author-name {
  color: #333;
  text-decoration: none;
}
.nav-tabs {
  background: blue;
  padding: 10px;
  padding-bottom: 0px;
  margin: 0px;
}
.nav-item .active {
  color: #343940 !important;
  
}

.center {
  text-align: center;
}

.all-writer-btn {
  font-size: 15px !important;
}
/* Green */
.sign {
  border-color: #007bff;
  color: white;
}

.sign:hover {
  background-color: white;
  color: #007bff;
}

/* tech solu */
.tech-solution{
  margin-top: 20px;
}
/* end tech solu */


/* 3 steps  */


.step-unselect {
  border-color: #5e556947;
}

.steps-text:hover {
  border-color: #0062cc;
  cursor: pointer;
}

.step-img {
  border: 1px solid #5e556947;
  border-radius: 5px;
}

.hide-component {
  display: none;
}
.header-project-steps {
  text-align: left !important;
  font-weight: 600 !important;
  font-size: 2.3rem;
}

.steps-text {
  font-size: 1.1rem;
}
#steps3 {
  margin-top: 20px;
  /* margin-bottom: 60px; */
}
.step-text {
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
}
.step-title {
  text-align: center;
  margin-top: 10px;
  font-size: 1.4rem;
}
/* new  */

/* WATSAPP */
.floats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 130px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 50px rgb(115, 202, 115);
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/* WATSAPP END*/

/*Testimonial*/
.testi {
  margin-top: 32px;
}
#testimonials-section {
  padding: 16px 0;
  background: white;
  background-size: cover;
  background-attachment: fixed;
  color: #000000;
}
#testimonial {
  padding: 16px 0;
  text-align: center;
}
#testimonial .item {
  display: block;
  width: 100%;
  height: auto;
}
#testimonial .item p {
  font-weight: 400;
  margin: 0 0 0px 0;
}

/* BUSINESS TYPE  */

.title-bold {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 20px 0 0px 0;
  font-family: 'Open Sans', sans-serif;
}


/* Prtner section */
.par-section{
  
  font-size: 1rem;
  font-weight: 600;
  /* text-align: center; */
  margin: 20px 0 30px 0;
  font-family: 'Open Sans', sans-serif;
}

.business-card {
  width: 100%;
  height: 100%;
}
.business-img {
  width: 17% !important;
  margin-bottom: 5px;
}
.business-body p {
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
}
.business-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12);
}

.business-feature{
  margin-top: 10px;
}

.icon-group{
  margin-left: 10px;
}
@media only screen and (max-width: 767px){
  .icon-group{
    margin-left: 10px;
  } 
  .elementor-icon-list-item{
    text-align: left;
  }
}

/* why choose us  */
.wcu-title {
  text-align: center;
  margin-top: 1.5rem;
}
.wcu-img {
  text-align: center;
}
.wcu-img img {
  width: 40%;
}
/* singup today */
.signup-title {
  margin-bottom: 10px !important;
}

.button-singup {
  margin: auto;
  border-radius: 50px;
  justify-content: center;
  border: 2px solid white;
  background-color: blue;
  color: white;
  padding: 14px 28px;
  font-size: 24px;
  cursor: pointer;
}
.signup-text {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
#signup {
  margin-bottom: 30px;
}

/* Green */
.sign {
  border-color: #007bff;
  color: white;
}

.sign:hover {
  background-color: white;
  color: #007bff;
}

/* FOOTER  */
#footer2 {
  background-color: black;
  margin-top: 30px;
}
.footer-logo {
  margin: 100px auto;
  width: 240px;
}

.footer-links a {
  color: white;
}
.footer-links {
  font-size: 1.2em;
  margin-bottom: 13px;
}

.footer-links-col {
  padding-top: 45px;
  padding-left: 70px;
}

.footer-social img {
  width: 27px;
  margin-right: 22px;
}

.footer-social-header {
  font-size: 2em;
  margin-top: 34px;
  color: white;
  padding-right: 27px;
}

.footer-social-col {
  text-align: center;
}

.razorpay-text {
  color: white;
  display: inline;
}

.razorpay-text img {
  width: 7em;
}

.copyright-text {
  color: white !important;
  float: right;
  font-size: 0.8em;
}
.razorpay-col {
  margin-bottom: 10px;
}

/* footer 1 */
#footer {
  background: #2c2f33;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: blue;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  /* font-family: "Montserrat", sans-serif; */
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  /* font-family: "Montserrat", sans-serif; */
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 25px;
  display: inline-block;

  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  font-size: 20px;
  font-weight: 5px;
  color: white;
}

#footer .footer-top .footer-links ul a:hover {
  color: white;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type='email'] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
.mail,
.footer-last1 {
  text-decoration: none;
  color: white;
}

#footer .footer-top .footer-newsletter input[type='submit'] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type='submit']:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}
.writer-btn {
  font-size: 14px !important;
}

/* MOBILE VIEW  */
@media only screen and (max-width: 767px) {
  .writer-platform {
    padding-left: 10px;
    margin-top: 10px;
  }
  /* intro  */
  #section-intro {
    padding-top: 30px;
  }
  .head-intro {
    font-size: 2rem;
  }
  .sub-intro {
    font-size: 1.1rem !important;
  }
  #phoneNo {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  .phoneNoBtn {
    margin-top: 0.9rem;

  }
  .phoneBtnCol {
    padding-right: 0;
  }
  .container {
    text-align: center;
  }
  .sub-intro {
    font-size: 1.3rem;
  }
  .header-content-type h2 {
    padding-top: 25px !important;
  }

  /* content type  */
  .card-body-content {
    margin-left: 20px !important;
  }
  .header-content-type h3 {
    font-size: 1rem !important;
  }
  .header-content-type p {
    font-size: 0.8rem !important;
  }

  /* client logos  */
  .client-logo {
    margin: auto 15px !important;
    width: 70px !important;
  }

  /* search writers  */
  .search-writer {
    margin-bottom: 5px;
  }
  /* watsapp*/
  .floats {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    /* right: 20px; */
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 0px 50px rgb(115, 202, 115);
    z-index: 100;
  }
  /* watsapp End*/

  .my-float {
    margin-top: 16px;
  }

  /* writer list  */
  .writer-card {
    text-align: left !important;
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .writer-name {
    font-size: 1rem;
  }
  .writer-genre {
    font-size: 0.8rem;
  }
  .chat-btn {
    font-size: 0.7rem;
  }
  .writer-card .card-body {
    padding: 0.4rem;
  }
  #myTab .nav-item a {
    font-size: 10px !important;
  }
  .button-singup {
    margin-top: 10px;
  }
  /* .profile-picture{
      max-width: 75px;
    } */

  /* 3 steps  */
  .header-project-steps {
    font-size: 1.8rem !important;
    text-align: center !important;
    margin-top: 10px;
  }
  .steps-text {
    font-size: 0.9rem !important;
  }
  .step-text {
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  /* business type  */
  .title-bold {
    font-size: 1.6rem;
  }
  .business-body h5 {
    font-size: 1rem;
  }
  .business-body p {
    font-size: 0.9rem;
  }
  .business-row {
    margin-bottom: 0 !important;
  }
  .business-row .col-md {
    margin-bottom: 10px;
  }

  /* signup  */
  .signup-title {
    font-size: 2.3rem;
  }
  .signup-text {
    font-size: 1.3rem;
  }

  /* footer  */
  .footer-top {
    padding: 5px 0 5px 0 !important;
  }
  .footer-logo {
    margin: 25px auto;
  }
  .footer-info {
    margin-bottom: 5px !important;
  }
}
