@font-face {
  font-family: 'BlackChancery';
  font-style: normal;
  font-weight: normal;
  src: local('BlackChancery'), url('../fonts/BLKCHCRY.woff') format('woff');
  font-display: swap;
}

.logo-text {
  color: red;
  font-family: 'BlackChancery';
  font-weight: normal;
  font-size: 42px;
}

.new-order-bg {
  background-image: url('../images/graduate.webp');
  background-size: cover;
  background-repeat: no-repeat;
}


table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}



/* (A) SPEECH BOX */
.speech {
  /* (A1) FONT */
  font-family: arial, sans-serif;
  font-size: 1.0em;

  /* position: relative; */
  padding: 10px;
  border-radius: 10px;
  max-width: 320px;
}

.speech-from {
  /* color: #fff; */
  background: #ffe9e2;
}

.speech-to {
  /* color: #fff; */
  background: #eff3ea;
}


.speech-writer {
  /* color: #fff; */
  background: #ffe9e2;
}

.speech-client {
  /* color: #fff; */
  background: #eff3ea;
}

.speech-admin {
  /* color: #fff; */
  background: #9ededb;
}

.speech-client {
  /* color: #fff; */
  background: #eff3ea;
}


.speech-date {
  font-size: 0.7em;
}

.speech-id {
  font-size: 0.7em;
}

.envelope-off {
  color: green;
}

.envelope-on {
  color: #FFB759;
}

.unread-text {
  font-size: 0.8em;
  font-style: italic;
}

.unread {
  font-weight: bold;
}

.unread_order {
  font-weight: bold;
  background-color: #fff7c1;
}

.new_order a {
  text-decoration: none;
}

.new_order a:hover {
  text-decoration: underline;
}

.star-rating {
  color: orange;
}






.user-info-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 90px;
  padding-bottom: 30px;
  border: 1px solid #e1e7ec;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  overflow: hidden
}

.user-info-wrapper .user-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-position: center;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover
}

.user-info-wrapper .user-cover .tooltip .tooltip-inner {
  width: 230px;
  max-width: 100%;
  padding: 10px 15px
}

.user-info-wrapper .info-label {
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  height: 26px;
  padding: 0 12px;
  border-radius: 13px;
  background-color: #fff;
  color: #606975;
  font-size: 12px;
  line-height: 26px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
  cursor: pointer
}

.user-info-wrapper .info-label>i {
  display: inline-block;
  margin-right: 3px;
  font-size: 1.2em;
  vertical-align: middle
}

.user-info-wrapper .user-info {
  display: table;
  position: relative;
  width: 100%;
  padding: 0 18px;
  z-index: 5
}

.user-info-wrapper .user-info .user-avatar,
.user-info-wrapper .user-info .user-data {
  display: table-cell;
  vertical-align: top
}

.user-info-wrapper .user-info .user-avatar {
  position: relative;
  width: 115px
}

.user-info-wrapper .user-info .user-avatar>a>img {
  display: block;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 50%
}

.user-info-wrapper .user-info .user-avatar .edit-avatar {
  display: block;
  position: absolute;
  top: -2px;
  right: 2px;
  width: 36px;
  height: 36px;
  transition: opacity .3s;
  border-radius: 50%;
  background-color: #fff;
  color: #606975;
  line-height: 34px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  text-align: center;
  text-decoration: none
}

.user-info-wrapper .user-info .user-avatar .edit-avatar::before {
  font-family: feather;
  font-size: 17px;
  content: '\e058'
}

.user-info-wrapper .user-info .user-avatar:hover .edit-avatar {
  opacity: 1
}

.user-info-wrapper .user-info .user-data {
  padding-top: 48px;
  padding-left: 12px
}

.user-info-wrapper .user-info .user-data h4 {
  margin-bottom: 2px
}

.user-info-wrapper .user-info .user-data span {
  display: block;
  color: #9da9b9;
  font-size: 13px
}

.user-info-wrapper+.list-group .list-group-item:first-child {
  border-radius: 0
}

.user-info-wrapper+.list-group .list-group-item:first-child {
  border-radius: 0;
}

.list-group-item:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

a.list-group-item {
  padding-top: .87rem;
  padding-bottom: .87rem;
}

a.list-group-item,
.list-group-item-action {
  transition: all .25s;
  color: #606975;
  font-weight: 500;
}

.with-badge {
  position: relative;
  padding-right: 3.3rem;
}

.list-group-item {
  border-color: #e1e7ec;
  background-color: #fff;
  text-decoration: none;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.badge.badge-primary {
  background-color: #0da9ef;
}

.with-badge .badge {
  position: absolute;
  top: 50%;
  right: 1.15rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-group-item i {
  margin-top: -4px;
  margin-right: 8px;
  font-size: 1.1em;
}



.comment {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding-left: 66px
}

.comment .comment-author-ava {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  border-radius: 50%;
  overflow: hidden
}

.comment .comment-author-ava>img {
  display: block;
  width: 100%
}

.comment .comment-body {
  position: relative;
  padding: 24px;
  border: 1px solid #e1e7ec;
  border-radius: 7px;
  background-color: #fff
}

.comment .comment-body::after,
.comment .comment-body::before {
  position: absolute;
  top: 12px;
  right: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none
}

.comment .comment-body::after {
  border-width: 9px;
  border-color: transparent;
  border-right-color: #fff
}

.comment .comment-body::before {
  margin-top: -1px;
  border-width: 10px;
  border-color: transparent;
  border-right-color: #e1e7ec
}

.comment .comment-title {
  margin-bottom: 8px;
  color: #606975;
  font-size: 14px;
  font-weight: 500
}

.comment .comment-text {
  margin-bottom: 12px
}

.comment .comment-footer {
  display: table;
  width: 100%
}

.comment .comment-footer>.column {
  display: table-cell;
  vertical-align: middle
}

.comment .comment-footer>.column:last-child {
  text-align: right
}

.comment .comment-meta {
  color: #9da9b9;
  font-size: 13px
}

.comment .reply-link {
  transition: color .3s;
  color: #606975;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
  text-decoration: none
}

.comment .reply-link>i {
  display: inline-block;
  margin-top: -3px;
  margin-right: 4px;
  vertical-align: middle
}

.comment .reply-link:hover {
  color: #0da9ef
}

.comment.comment-reply {
  margin-top: 30px;
  margin-bottom: 0
}

@media (max-width: 576px) {


  .comment .comment-body {
    padding: 15px
  }

}



.user-chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
}

.user-chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.user-chip-closebtn {
  padding-left: 10px;
  color: #888;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer;
}

.user-chip-closebtn:hover {
  color: #000;
}


.cke_button__saveworkspacebutton_label, .cke_button__saveworkspacereferencebutton_label, .cke_button__savepreviewbutton_label{
  display: inline !important;
  }

.header-whatsapp-link{
  width:100%;
  height: 120px;
}

.footer-contacts{
  list-style-type: none;
}

.redText {
  color: red;
}
.greenText {
  color: green;
}
.boldText {
  font-weight: bold;
}
.text_italic {
  font-style: italic;
}
.underlineText{
  text-decoration: underline;
}
.fadeText{
  color:#6d767e;
}

.hr-red {
  border-top: 1px solid red;
}

/* Dashed red border */
.hr-dashed-red {
  border-top: 1px dashed red;
}

/* Dotted red border */
.hr-dotted-red {
  border-top: 1px dotted red;
}

/* Thick red border */
.hr-dotted-thick-red {
  border: 1px solid red;
}

/* Large rounded green border */
.hr-rounded-green {
  border: 10px solid green;
  border-radius: 5px;
}

.line-zip {
  height:15px;
  background:
    repeating-linear-gradient(90deg,#81818d  0 5px,#0000 0 10px) top,    /* top gradient*/
    repeating-linear-gradient(90deg,#0000 0 5px,#77777e  0 10px) bottom, /* bottom  gradient*/ 
    linear-gradient(#babac7 0 0) center; /* a line in the middle */
  background-size:100% calc(100%/3); /* the 3 with the same size */
  background-repeat:no-repeat;
}




.btn-arrow-right,
.btn-arrow-left {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}
.btn-arrow-right {
  padding-left: 36px;
}
.btn-arrow-left {
  padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
  content:"";
  position: absolute;
  top: 5px; /* move it down because of rounded corners */
  width: 22px; /* same as height */
  height: 22px; /* button_outer_height / sqrt(2) */
  background: inherit; /* use parent background */
  /*border: inherit;*/ /* use parent border */
  border-left-color: transparent; /* hide left border */
  border-bottom-color: transparent; /* hide bottom border */
  border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
  transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
 {
  transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
  left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
  right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
  z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
  background-color: white;
}


img.thumb {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 5px;
  width: 50px;
}

img.thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}





















/*h4{text-align:center;margin:30px 0;color:#444}*/

.main-timeline {
  position: relative
}

.main-timeline:before {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 20px;
  margin: 0 auto;
  background: #242922;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.main-timeline .timeline {
  display: inline-block;
  margin-bottom: 50px;
  position: relative
}

.main-timeline .timeline:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #D81159;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #D81159;
  padding: 13px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
  display: block;
  border-radius: 50%;
  background: #D81159;
  font-size: 64px;
  color: #fff;
  line-height: 100px;
  z-index: 1;
  position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
  content: "";
  width: 100px;
  height: 4px;
  background: #D81159;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
  width: 70px;
  height: 50px;
  background: #f0f6ff;
  top: 89px;
  right: -30px
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 0 50px;
  margin: 52px 0 0;
  float: right;
  position: relative
}

.main-timeline .timeline-content:before {
  content: "";
  width: 70%;
  height: 100%;
  border: 3px solid #D81159;
  border-top: none;
  border-right: none;
  position: absolute;
  bottom: -13px;
  left: 35px
}

.main-timeline .timeline-content:after {
  content: "";
  width: 37px;
  height: 3px;
  background: #D81159;
  position: absolute;
  top: 13px;
  left: 0
}

.main-timeline .title {
  font-size: 20px;
  color: #D81159;
  text-transform: uppercase;
  margin: 0 0 5px
}

.main-timeline .description {
  display: inline-block;
  color: #404040;
  line-height: 20px;
  margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
  right: auto;
  left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
  right: auto;
  left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: 35px;
  transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  left: auto;
  right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
  background: #F68657
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
  border-color: #F68657
}

.main-timeline .timeline:nth-child(2n) .title {
  color: #F68657
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
  border-left-color: #F68657;
  border-bottom-color: #F68657
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
  background: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
  border-color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .title {
  color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
  border-left-color: #8fb800;
  border-bottom-color: #8fb800
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
  background: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
  border-color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .title {
  color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
  border-left-color: #2fcea5;
  border-bottom-color: #2fcea5
}

@media only screen and (max-width:1200px) {
  .main-timeline .timeline-icon:before {
      width: 50px;
      right: -50px
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
      right: auto;
      left: -50px
  }
  .main-timeline .timeline-content {
      margin-top: 75px
  }
}

@media only screen and (max-width:990px) {
  .main-timeline .timeline {
      margin: 0 0 10px
  }
  .main-timeline .timeline-icon {
      left: 25%
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
      right: 25%
  }
  .main-timeline .timeline-content {
      margin-top: 115px
  }
}

@media only screen and (max-width:767px) {
  .main-timeline {
      padding-top: 50px
  }
  .main-timeline:before {
      left: 80px;
      right: 0;
      margin: 0
  }
  .main-timeline .timeline {
      margin-bottom: 70px
  }
  .main-timeline .timeline:before {
      top: 0;
      left: 83px;
      right: 0;
      margin: 0
  }
  .main-timeline .timeline-icon {
      width: 60px;
      height: 60px;
      line-height: 40px;
      padding: 5px;
      top: 0;
      left: 0
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
      left: 0;
      right: auto
  }
  .main-timeline .timeline-icon:before,
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
      width: 25px;
      left: auto;
      right: -25px
  }
  .main-timeline .timeline-icon:after,
  .main-timeline .timeline:nth-child(even) .timeline-icon:after {
      width: 25px;
      height: 30px;
      top: 44px;
      left: auto;
      right: -5px
  }
  .main-timeline .timeline-icon i {
      font-size: 30px;
      line-height: 45px
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(even) .timeline-content {
      width: 100%;
      margin-top: -15px;
      padding-left: 130px;
      padding-right: 5px
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
      float: right
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
      width: 50%;
      left: 120px
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
      right: auto;
      transform: rotateY(0)
  }
  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
      left: 85px
  }
}

@media only screen and (max-width:479px) {
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
      padding-left: 110px
  }
  .main-timeline .timeline-content:before,
  .main-timeline .timeline:nth-child(2n) .timeline-content:before {
      left: 99px
  }
  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(2n) .timeline-content:after {
      left: 65px
  }
}


/*timeline2*/


/******************* Timeline Demo - 4 *****************/

.main-timeline2 {
  overflow: hidden;
  position: relative
}

.main-timeline2:before {
  content: "";
  width: 5px;
  height: 70%;
  background: #333;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%)
}

.main-timeline2 .timeline-content:before,
.main-timeline2 .timeline:before {
  top: 50%;
  transform: translateY(-50%);
  content: ""
}

.main-timeline2 .timeline {
  width: 50%;
  padding-left: 100px;
  float: right;
  position: relative
}

.main-timeline2 .timeline:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #333;
  position: absolute;
  left: -10px
}

.main-timeline2 .timeline-content {
  display: block;
  padding-left: 150px;
  position: relative
}

.main-timeline2 .timeline-content:before {
  width: 90px;
  height: 10px;
  border-top: 7px dotted #333;
  position: absolute;
  left: -92px
}

.main-timeline2 .year {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 100px;
  border-radius: 50%;
  border: 10px solid #f54957;
  font-size: 30px;
  color: #f54957;
  text-align: center;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  left: 0
}

.main-timeline2 .year:before {
  content: "";
  border-left: 20px solid #f54957;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: -13px;
  right: 0;
  transform: rotate(45deg)
}

.main-timeline2 .inner-content {
  padding: 20px 0
}

.main-timeline2 .title {
  font-size: 24px;
  color: #f54957;
  text-transform: uppercase;
  margin: 0 0 5px
}

.main-timeline2 .description {
  font-size: 14px;
  color: #6f6f6f;
  margin: 0 0 5px
}

.main-timeline2 .timeline:nth-child(2n) {
  padding: 0 100px 0 0
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content:before,
.main-timeline2 .timeline:nth-child(2n) .year,
.main-timeline2 .timeline:nth-child(2n):before {
  left: auto;
  right: -10px
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content {
  padding: 0 150px 0 0
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
  right: -92px
}

.main-timeline2 .timeline:nth-child(2n) .year {
  right: 0
}

.main-timeline2 .timeline:nth-child(2n) .year:before {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 20px solid #f54957;
  transform: rotate(-45deg)
}

.main-timeline2 .timeline:nth-child(2) {
  margin-top: 110px
}

.main-timeline2 .timeline:nth-child(odd) {
  margin: -110px 0 0
}

.main-timeline2 .timeline:nth-child(even) {
  margin-bottom: 80px
}

.main-timeline2 .timeline:first-child,
.main-timeline2 .timeline:last-child:nth-child(even) {
  margin: 0
}

.main-timeline2 .timeline:nth-child(2n) .year {
  border-color: #1ebad0;
  color: #1ebad0
}

.main-timeline2 .timeline:nth-child(2) .year:before {
  border-right-color: #1ebad0
}

.main-timeline2 .timeline:nth-child(2n) .title {
  color: #1ebad0
}

.main-timeline2 .timeline:nth-child(3n) .year {
  border-color: #7cba01;
  color: #7cba01
}

.main-timeline2 .timeline:nth-child(3) .year:before {
  border-left-color: #7cba01
}

.main-timeline2 .timeline:nth-child(3n) .title {
  color: #7cba01
}

.main-timeline2 .timeline:nth-child(4n) .year {
  border-color: #f8781f;
  color: #f8781f
}

.main-timeline2 .timeline:nth-child(4) .year:before {
  border-right-color: #f8781f
}

.main-timeline2 .timeline:nth-child(4n) .title {
  color: #f8781f
}

@media only screen and (max-width:1200px) {
  .main-timeline2 .year {
      top: 50%;
      transform: translateY(-50%)
  }
}

@media only screen and (max-width:990px) {
  .main-timeline2 .timeline {
      padding-left: 75px
  }
  .main-timeline2 .timeline:nth-child(2n) {
      padding: 0 75px 0 0
  }
  .main-timeline2 .timeline-content {
      padding-left: 130px
  }
  .main-timeline2 .timeline:nth-child(2n) .timeline-content {
      padding: 0 130px 0 0
  }
  .main-timeline2 .timeline-content:before {
      width: 68px;
      left: -68px
  }
  .main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
      right: -68px
  }
}

@media only screen and (max-width:767px) {
  .main-timeline2 {
      overflow: visible
  }
  .main-timeline2:before {
      height: 100%;
      top: 0;
      left: 0;
      transform: translateX(0)
  }
  .main-timeline2 .timeline:before,
  .main-timeline2 .timeline:nth-child(2n):before {
      top: 60px;
      left: -9px;
      transform: translateX(0)
  }
  .main-timeline2 .timeline,
  .main-timeline2 .timeline:nth-child(even),
  .main-timeline2 .timeline:nth-child(odd) {
      width: 100%;
      float: none;
      text-align: center;
      padding: 0;
      margin: 0 0 10px
  }
  .main-timeline2 .timeline-content,
  .main-timeline2 .timeline:nth-child(2n) .timeline-content {
      padding: 0
  }
  .main-timeline2 .timeline-content:before,
  .main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
      display: none
  }
  .main-timeline2 .timeline:nth-child(2n) .year,
  .main-timeline2 .year {
      position: relative;
      transform: translateY(0)
  }
  .main-timeline2 .timeline:nth-child(2n) .year:before,
  .main-timeline2 .year:before {
      border: none;
      border-right: 20px solid #f54957;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      top: 50%;
      left: -23px;
      bottom: auto;
      right: auto;
      transform: rotate(0)
  }
  .main-timeline2 .timeline:nth-child(2n) .year:before {
      border-right-color: #1ebad0
  }
  .main-timeline2 .timeline:nth-child(3n) .year:before {
      border-right-color: #7cba01
  }
  .main-timeline2 .timeline:nth-child(4n) .year:before {
      border-right-color: #f8781f
  }
  .main-timeline2 .inner-content {
      padding: 10px
  }
}


/*timeline3*/


/******************* Timeline Demo - 5 *****************/

.main-timeline3 {
  overflow: hidden;
  position: relative
}

.main-timeline3 .timeline {
  position: relative;
  margin-top: -79px
}

.main-timeline3 .timeline:first-child {
  margin-top: 0
}

.main-timeline3 .timeline-icon,
.main-timeline3 .year {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.main-timeline3 .timeline:after,
.main-timeline3 .timeline:before {
  content: "";
  display: block;
  width: 100%;
  clear: both
}

.main-timeline3 .timeline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2
}

.main-timeline3 .timeline-icon {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 25px solid transparent;
  border-top-color: #f44556;
  border-right-color: #f44556;
  z-index: 1;
  transform: rotate(45deg)
}

.main-timeline3 .year {
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
  font-size: 30px;
  font-weight: 700;
  color: #f44556;
  text-align: center;
  transform: rotate(-45deg)
}

.main-timeline3 .timeline-content {
  width: 35%;
  float: right;
  background: #f44556;
  padding: 30px 20px;
  margin: 50px 0;
  box-shadow: 0 10px 25px -10px rgba(72, 29, 99, .3);
  z-index: 1;
  position: relative
}

.main-timeline3 .timeline-content:before {
  content: "";
  width: 20%;
  height: 15px;
  background: #f44556;
  position: absolute;
  top: 50%;
  left: -20%;
  z-index: -1;
  transform: translateY(-50%)
}

.main-timeline3 .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px
}

.main-timeline3 .description {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 0
}

.main-timeline3 .timeline:nth-child(2n) .timeline-icon {
  transform: rotate(-135deg);
  border-top-color: #e97e2e;
  border-right-color: #e97e2e
}

.main-timeline3 .timeline:nth-child(2n) .year {
  transform: rotate(135deg);
  color: #e97e2e
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content {
  float: left
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
  left: auto;
  right: -20%
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content,
.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
  background: #e97e2e
}

.main-timeline3 .timeline:nth-child(3n) .timeline-icon {
  border-top-color: #13afae;
  border-right-color: #13afae
}

.main-timeline3 .timeline:nth-child(3n) .year {
  color: #13afae
}

.main-timeline3 .timeline:nth-child(3n) .timeline-content,
.main-timeline3 .timeline:nth-child(3n) .timeline-content:before {
  background: #13afae
}

.main-timeline3 .timeline:nth-child(4n) .timeline-icon {
  border-top-color: #105572;
  border-right-color: #105572
}

.main-timeline3 .timeline:nth-child(4n) .year {
  color: #105572
}

.main-timeline3 .timeline:nth-child(4n) .timeline-content,
.main-timeline3 .timeline:nth-child(4n) .timeline-content:before {
  background: #105572
}

@media only screen and (max-width:1199px) {
  .main-timeline3 .timeline {
      margin-top: -103px
  }
  .main-timeline3 .timeline-content:before {
      left: -18%
  }
  .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
      right: -18%
  }
}

@media only screen and (max-width:990px) {
  .main-timeline3 .timeline {
      margin-top: -127px
  }
  .main-timeline3 .timeline-content:before {
      left: -2%
  }
  .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
      right: -2%
  }
}

@media only screen and (max-width:767px) {
  .main-timeline3 .timeline {
      margin-top: 0;
      overflow: hidden
  }
  .main-timeline3 .timeline:before,
  .main-timeline3 .timeline:nth-child(2n):before {
      box-shadow: none
  }
  .main-timeline3 .timeline-icon,
  .main-timeline3 .timeline:nth-child(2n) .timeline-icon {
      margin-top: -30px;
      margin-bottom: 20px;
      position: relative;
      transform: rotate(135deg)
  }
  .main-timeline3 .timeline:nth-child(2n) .year,
  .main-timeline3 .year {
      transform: rotate(-135deg)
  }
  .main-timeline3 .timeline-content,
  .main-timeline3 .timeline:nth-child(2n) .timeline-content {
      width: 100%;
      float: none;
      border-radius: 0 0 20px 20px;
      text-align: center;
      padding: 25px 20px;
      margin: 0 auto
  }
  .main-timeline3 .timeline-content:before,
  .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
      width: 15px;
      height: 25px;
      position: absolute;
      top: -22px;
      left: 50%;
      z-index: -1;
      transform: translate(-50%, 0)
  }
}


/*timeline4*/


/******************* Timeline Demo - 8 *****************/

.main-timeline4 {
  overflow: hidden;
  position: relative
}

.main-timeline4:after,
.main-timeline4:before {
  content: "";
  display: block;
  width: 100%;
  clear: both
}

.main-timeline4:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #d6d5d5;
  position: absolute;
  top: 30px;
  left: 50%
}

.main-timeline4 .timeline {
  width: 50%;
  float: left;
  padding-right: 30px;
  position: relative
}

.main-timeline4 .timeline-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fe6847;
  position: absolute;
  top: 5.5%;
  right: -17.5px
}

.main-timeline4 .year {
  display: block;
  padding: 10px;
  margin: 0;
  font-size: 30px;
  color: #fff;
  border-radius: 0 50px 50px 0;
  background: #fe6847;
  text-align: center;
  position: relative
}

.main-timeline4 .year:before {
  content: "";
  border-top: 35px solid #f59c8b;
  border-left: 35px solid transparent;
  position: absolute;
  bottom: -35px;
  left: 0
}

.main-timeline4 .timeline-content {
  padding: 30px 20px;
  margin: 0 45px 0 35px;
  background: #f2f2f2
}

.main-timeline4 .title {
  font-size: 19px;
  font-weight: 700;
  color: #504f54;
  margin: 0 0 10px
}

.main-timeline4 .description {
  font-size: 14px;
  color: #7d7b7b;
  margin: 0
}

.main-timeline4 .timeline:nth-child(2n) {
  padding: 0 0 0 30px
}

.main-timeline4 .timeline:nth-child(2n) .timeline-icon {
  right: auto;
  left: -14.5px
}

.main-timeline4 .timeline:nth-child(2n) .year {
  border-radius: 50px 0 0 50px;
  background: #7eda99
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
  border-left: none;
  border-right: 35px solid transparent;
  left: auto;
  right: 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content {
  text-align: right;
  margin: 0 35px 0 45px
}

.main-timeline4 .timeline:nth-child(2) {
  margin-top: 170px
}

.main-timeline4 .timeline:nth-child(odd) {
  margin: -175px 0 0
}

.main-timeline4 .timeline:nth-child(even) {
  margin-bottom: 80px
}

.main-timeline4 .timeline:first-child,
.main-timeline4 .timeline:last-child:nth-child(even) {
  margin: 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-icon {
  border-color: #7eda99
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
  border-top-color: #92efad
}

.main-timeline4 .timeline:nth-child(3n) .timeline-icon {
  border-color: #8a5ec1
}

.main-timeline4 .timeline:nth-child(3n) .year {
  background: #8a5ec1
}

.main-timeline4 .timeline:nth-child(3n) .year:before {
  border-top-color: #a381cf
}

.main-timeline4 .timeline:nth-child(4n) .timeline-icon {
  border-color: #f98d9c
}

.main-timeline4 .timeline:nth-child(4n) .year {
  background: #f98d9c
}

.main-timeline4 .timeline:nth-child(4n) .year:before {
  border-top-color: #f2aab3
}

@media only screen and (max-width:767px) {
  .main-timeline4 {
      overflow: visible
  }
  .main-timeline4:before {
      top: 0;
      left: 0
  }
  .main-timeline4 .timeline:nth-child(2),
  .main-timeline4 .timeline:nth-child(even),
  .main-timeline4 .timeline:nth-child(odd) {
      margin: 0
  }
  .main-timeline4 .timeline {
      width: 100%;
      float: none;
      padding: 0 0 0 30px;
      margin-bottom: 20px!important
  }
  .main-timeline4 .timeline:last-child {
      margin: 0!important
  }
  .main-timeline4 .timeline-icon {
      right: auto;
      left: -14.5px
  }
  .main-timeline4 .year {
      border-radius: 50px 0 0 50px
  }
  .main-timeline4 .year:before {
      border-left: none;
      border-right: 35px solid transparent;
      left: auto;
      right: 0
  }
  .main-timeline4 .timeline-content {
      margin: 0 35px 0 45px
  }
}


/*end timeline*/


.rey-btn {
  border: 2px solid #070707;
  padding: 10px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s;
}






.counter_feature {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
    margin-top:120px;
}
.counter_feature:before {
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.single-project {
	padding: 60px 40px;
	background: #ffaa17;
	margin-top: -100px;
	border-right: 1px solid #e89505;
}
@media only screen and (max-width:768px){
.single-project {margin-top: -60px;}
}
.single-project span {
	font-size: 40px;
	margin-bottom: 20px;
	display: inline-block;
}
.single-project h2 {
	font-weight: 700;
	font-size: 50px;
}
.single-project h4 {
	margin-bottom: 0;
	font-size:16px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  margin-top: 55px;
  max-width: 900px;
  width: 100%;
}

















.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}    

/* user-dashboard-info-box */
.user-dashboard-info-box .candidates-list .thumb {
    margin-right: 20px;
}
.user-dashboard-info-box .candidates-list .thumb img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}

.user-dashboard-info-box .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

.user-dashboard-info-box .candidates-list td {
    vertical-align: middle;
}

.user-dashboard-info-box td li {
    margin: 0 4px;
}

.user-dashboard-info-box .table thead th {
    border-bottom: none;
}

.table.manage-candidates-top th {
    border: 0;
}

.user-dashboard-info-box .candidate-list-favourite-time .candidate-list-favourite {
    margin-bottom: 10px;
}

.table.manage-candidates-top {
    min-width: 650px;
}

.user-dashboard-info-box .candidate-list-details ul {
    color: #969696;
}

/* Candidate List */
.candidate-list {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.candidate-list:hover {
    -webkit-box-shadow: 0px 0px 34px 4px rgba(33, 37, 41, 0.06);
    box-shadow: 0px 0px 34px 4px rgba(33, 37, 41, 0.06);
    position: relative;
    z-index: 99;
}
.candidate-list:hover a.candidate-list-favourite {
    color: #e74c3c;
    -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
    box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
}

.candidate-list .candidate-list-image {
    margin-right: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    border: none;
}
.candidate-list .candidate-list-image img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.candidate-list-title {
    margin-bottom: 5px;
}

.candidate-list-details ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.candidate-list-details ul li {
    margin: 5px 10px 5px 0px;
    font-size: 13px;
}

.candidate-list .candidate-list-favourite-time {
    margin-left: auto;
    text-align: center;
    font-size: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}
.candidate-list .candidate-list-favourite-time span {
    display: block;
    margin: 0 auto;
}
.candidate-list .candidate-list-favourite-time .candidate-list-favourite {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #eeeeee;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
    font-size: 16px;
    color: #646f79;
}
.candidate-list .candidate-list-favourite-time .candidate-list-favourite:hover {
    background: #ffffff;
    color: #e74c3c;
}

.candidate-banner .candidate-list:hover {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    z-index: inherit;
}

.bg-white {
    background-color: #ffffff !important;
}
.p-4 {
    padding: 1.5rem!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.user-dashboard-info-box .candidates-list .thumb {
    margin-right: 20px;
}























.rounded-circle {
    border-radius: 50% !important;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.sub-info{
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #004975;
}

.display-30 {
    font-size: 0.9rem;
}



.home-step-list{
  list-style-type: square;
  
}

.home-step-list li:nth-child(3){
  font-weight: bolder;
  
}


.home-step-list li:nth-child(1){
  color: rgb(12, 5, 138);  
}
.home-step-list li:nth-child(2){
  color: rgb(216, 16, 6);  
}
.home-step-list li:nth-child(3){
  color: rgb(3, 130, 7);  
}














/*
*
* ==========================================
* CUSTOM UTILS CLASSES
* ==========================================
*
*/


/* EFFECT 1 ========================================== */

.effect-1 {
  position: relative;
}
.effect-1::before, .effect-1::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #aaa;
  box-shadow: 0 15px 10px #aaa;
  transform: rotate(-3deg);
}
.effect-1::after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


/* EFFECT 2 ========================================== */
.effect-2::before{
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 5px;
  left: 30px;
  right: 30px;
  top: 80%;
  background: #aaa;
  box-shadow: 0 0 25px 17px #aaa;
  border-radius: 100px/10px;
}


/* EFFECT 3 ========================================== */
.effect-3 {
  position: relative;
}

.effect-3::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #aaa;
  box-shadow: 0 15px 10px #aaa;
  transform: rotate(-3deg);
}


/* EFFECT 4 ========================================== */
.effect-4 {
  position: relative;
}

.effect-4::before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #aaa;
  box-shadow: 0 15px 10px #aaa;
  transform: rotate(3deg);
}


/* EFFECT 5 ========================================== */
.effect-5::before{
position: absolute;
content: "";
z-index: -1;
bottom: 20px;
left: 8px;
right: 8px;
top: 20px;
background: #aaa;
box-shadow: 0 0 25px 10px #aaa;
border-radius: 10px/40px;
}
.effect-5::after{
position: absolute;
content: "";
z-index: -1;
bottom: 14px;
left: 30px;
right: 30px;
top: 14px;
background: #aaa;
box-shadow: 0 0 25px 17px #aaa;
border-radius: 100px/10px;
}

/* EFFECT 6 ========================================== */
.effect-6 {
  position: relative;
}

.effect-6::before {
position: absolute;
content: "";
z-index: -1;
top: 26px;
left: 12px;
bottom: 50px;
width: 20%;
transform: rotate(-10deg);
box-shadow: 0 10px 25px 10px #aaa;
}

.effect-6::after {
position: absolute;
content: "";
z-index: -1;
top: 26px;
right: 10px;
bottom: 50px;
width: 20%;
transform: rotate(8deg);
box-shadow: 0 10px 25px 10px #aaa;
}





.card-shadowed-section {
  position: relative;
  z-index: 99;
}

.card-shadowed {
  margin-bottom: 2.5rem;
  border: none;
}
































:root {
  --theme-color: #3950ca;
  --bg-color: rgba(79, 48, 183, 0.06);
  --comp-color: #ff6584;
  --gradient: linear-gradient(#6a5fdd 0%, #241d8c 100%);
}
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900&display=swap');
body {
     font-family: 'Poppins', sans-serif;
  margin:0;
  pading:0
}
.text-center {
  text-align:center;
  
}
h2,h1 {
  margin:0;
  padding-top:30px;
}

.bg-color {
  background: var(--bg-color);
}

.half-color-box {
  background: var(--gradient);
  height: 300px;
  margin-bottom: 100px;
}

.text-whtie {
  color: #fff !important;
}

.bold {
  font-weight: bolder;
}

.por {
  position: relative;
}

.review-box .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}

.test-arrowbox {
  position: absolute;
  right: 20px;
  display: flex;
  top: 70px;
}

.review-box {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.review-box h5 {
  margin: 0;
}

.review-box p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #7d8597;
}

.user-post {
  font-size: 14px;
  margin: 0 !important;
 
}

.swiper-testimonial {
  padding: 100px 20px;
  padding-top: 30px;
}

.half-color-box {
  background: var(--gradient);
  height: 300px;
  margin-bottom: 140px;
}

.test-arrowbox .swiper-button-next-test,
.test-arrowbox .swiper-button-prev-test {
  margin-right: 20px;
  /* background: var(--comp-color);2 */
  border-radius: 50%;
  --size: 55px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-right {
  transform: rotate(180deg);
  margin-top: -8px;
}

.arrow {
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.arrow:hover {
  transform: translateX(-15px);
}























ul.notes li {
  margin: 10px 40px 50px 0px;
  float: left;
}

ul.notes li, ul.tag-list li {
  list-style: none;
}

ul.notes li div small {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
}

div.rotate-1 {
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
}

div.rotate-2 {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  position: relative;
  top: 5px;
}

.lazur-bg {
  background-color: #23c6c8;
  color: #ffffff;
}

.red-bg {
  background-color: #ed5565;
  color: #ffffff;
}

.navy-bg {
  background-color: #1ab394;
  color: #ffffff;
}

.yellow-bg {
  background-color: #f8ac59;
  color: #ffffff;
}

ul.notes li div {
  text-decoration: none;
  color: #000;
  display: block;
  height: 210px;
  width: 210px;
  padding: 1em;
  -moz-box-shadow: 5px 5px 7px #212121;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  -moz-transition: -moz-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
}























/* 


.service-block4 {
    position: relative;
    border: 1px solid #f7f7f7;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px
}

.service-block4:before {
    position: absolute;
    top: -42px;
    right: -100px;
    z-index: 0;
    content: " ";
    width: 250px;
    height: 120px;
    background: #f7f7f7;
    border-bottom-left-radius: 0;
    transition: all 0.4s ease-in-out;
    transform: rotate(45deg);
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

.service-block4:hover:before {
    background: #86bc42
}

.service-block4 .service-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1;
    text-align: center
}

.service-block4 i {
    color: #86bc42;
    font-size: 38px;
    line-height: normal;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-bottom: 0
}

.service-block4:hover i {
    color: #fff
}

.service-block4 .service-desc {
    position: relative
}

.service-block4 .service-desc h4 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600
}

.service-block4 .service-desc h5 {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500
}

.service-block4 .service-desc h5:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #86bc42;
    margin-top: 10px;
    margin-bottom: 15px;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.service-block4 p {
    margin-top: 25px;
    padding-right: 50px;
    margin-bottom: 0
}

@media screen and (max-width: 1199px) {
    .service-block4:before {
        right: -110px
    }
    .service-block4 .service-desc h4 {
        font-size: 16px;
        margin-bottom: 5px
    }
    .service-block4 p {
        padding-right: 40px;
        margin-top: 20px
    }
    .service-block4 i {
        font-size: 34px
    }
}

@media screen and (max-width: 991px) {
    .service-block4 {
        padding: 25px
    }
    .service-block4 .service-desc h4 {
        font-size: 15px
    }
    .service-block4 i {
        font-size: 32px
    }
    .service-block4 p {
        margin-top: 15px;
        padding-right: 30px
    }
}

@media screen and (max-width: 767px) {
    .service-block4 {
        padding: 20px
    }
    .service-block4:before {
        right: -130px
    }
    .service-block4 i {
        font-size: 28px
    }
    .service-block4 .service-icon {
        top: 13px;
        right: 12px
    }
}

.margin-30px-bottom {
    margin-bottom: 30px;
}






 */






























.testimony-wrapper h2 {
	color: #000;
	font-size: 26px;
	font-weight: 300;
	position: relative;
	margin: 0 0 50px 0;
	text-transform: uppercase;
	display: inline-block;
}
.testimony-wrapper h2::after {
	content: "";
	width: 50%;
	position: absolute;
	height: 4px;
	border-radius: 1px;
	background: #ff5555;
	left: 0;
	bottom: -20px;
}
.testimony-wrapper .carousel {
	margin: 50px auto;
}
.testimony-wrapper .carousel .carousel-item {
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.testimony-wrapper .carousel .media {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 20px;
}
.testimony-wrapper .carousel .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.testimony-wrapper .carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #020202;
	padding: 15px;
	margin: 0 0 20px 20px;
}
.testimony-wrapper .carousel .testimonial::before, .carousel .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.testimony-wrapper .carousel .testimonial::before {
    width: 20px;
    height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.testimony-wrapper .carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.testimony-wrapper .carousel .carousel-item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
	margin-left: 0;
}
.testimony-wrapper .carousel .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
}
.testimony-wrapper .carousel .testimonial p::before {
	content: "\201D";
  	font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.testimony-wrapper .carousel .overview {
	padding: 3px 0 0 15px;
}
.testimony-wrapper .carousel .overview .details {
	padding: 5px 0 8px;
}
.testimony-wrapper .carousel .overview b {
	text-transform: uppercase;
	color: #000000;
}
.testimony-wrapper .carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
    background: #666;
    text-shadow: none;
	top: 4px;
}
.testimony-wrapper .carousel-control-prev i, .carousel-control-next i {
	font-size: 16px;
}
.testimony-wrapper .carousel-control-prev {
	left: auto;
	right: 40px;
}
.testimony-wrapper .carousel-control-next {
	left: auto;
}
.testimony-wrapper .carousel-indicators {
	bottom: -80px;
}
.testimony-wrapper .carousel-indicators li, .carousel-indicators li.active {
	width: 17px;
    height: 17px;
	border-radius: 0;
	margin: 1px 5px;
  	box-sizing: border-box;
}
.testimony-wrapper .carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.testimony-wrapper .carousel-indicators li.active {
	color: #fff;
    background: #ff5555;
    border: 5px double;    
}
.testimony-wrapper .star-rating li {
	padding: 0 2px;
}
.testimony-wrapper .star-rating i {
	font-size: 14px;
	color: #ffdc12;
}














.verti-timeline-wrapper .verti-timeline {
  border-left: 3px dashed #e9ecef;
  margin: 0 10px;
}
.verti-timeline-wrapper .verti-timeline .event-list {
  position: relative;
  padding: 40px 15px 40px;
  border-top: 3px solid #e9ecef;
}
.verti-timeline-wrapper .verti-timeline .event-list .event-date {
  position: absolute;
  right: 0;
  top: -2px;
  padding: 12px;
  color: #fff;
  border-radius: 0 0 7px 7px;
  text-align: center;
}
.verti-timeline-wrapper .verti-timeline .event-list .event-content {
  position: relative;
  border: 2px solid #e9ecef;
  border-radius: 7px;
  text-align: center;
}
.verti-timeline-wrapper .verti-timeline .event-list .event-content::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 75%;
  top: -42px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 12px double #e9ecef;
  border-right: 12px double #e9ecef;
}
.verti-timeline-wrapper .verti-timeline .event-list .timeline-icon {
  position: absolute;
  left: -14px;
  top: -10px;
}
.verti-timeline-wrapper .verti-timeline .event-list .timeline-icon i {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.verti-timeline-wrapper .verti-timeline .event-list:last-child {
  padding-bottom: 0;
}
@media (min-width: 769px) {
 .verti-timeline-wrapper .verti-timeline {
      margin: 0 60px;
  }
 .verti-timeline-wrapper .verti-timeline .event-list {
      padding: 40px 90px 60px 40px;
  }
}
@media (max-width: 576px) {
 .verti-timeline-wrapper .verti-timeline .event-list .event-date {
      right: -20px;
  }
}
.verti-timeline-wrapper {
  border: none;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
  box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
}
























/* --------------------------------------------
    ICON LIST
-------------------------------------------- */

.service-tile-wrapper ul.i-list {
   padding-left: 0;
   list-style: none;
}

.service-tile-wrapper ul.i-list .list-title {
   display: inline-block;
   position: absolute;
}

.service-tile-wrapper ul.i-list li {
   padding: 2px 0px;
}

.service-tile-wrapper ul.i-list i.fa {
   margin-right: 7px;
}

.service-tile-wrapper ul.i-list .list-item {
   margin-top: 3px;
   display: inline-block;
}

.service-tile-wrapper ul.i-list.filled i.fa {
   color: white;
   font-size: 9px;
   padding: 5px;
   border-radius: 50%;
}

.service-tile-wrapper ul.e-icon-list.filled li {
   padding: 2px 0px;
   line-height: 24px;
}

.service-tile-wrapper ul.i-list.underline li {
   padding: 6px 0px;
   border-bottom: 1px solid #eee;
}

.service-tile-wrapper ul.i-list.medium li {
   padding-bottom: 25px;
   position: relative;
}

.service-tile-wrapper ul.i-list.medium .icon {
   margin-right: 25px;
   color: white;
   font-size: 25px;
   text-align: center;
   line-height: 68px;
   width: 68px;
   height: 68px;
   border-radius: 50%;
   box-shadow: 0 5px 16px rgba(0,0,0,.28);
   position: relative;
   z-index: 1;
   /*background-image: url(../img/crease.svg) !important;
   -moz-background-size: 100% 100% !important;
   background-size: 100% 100% !important;
   background-position: center center !important;*/
}

.service-tile-wrapper ul.i-list.medium .icon i.fa {
   margin: 0;
}

.service-tile-wrapper ul.i-list.medium.bordered .icon {
   background: white;
   color: inherit;
   border: 2px solid #8fc135;
   font-size: 26px;
   color: #8fc135;
   position: relative;
   z-index: 1;
   box-shadow: 0 8px 22px rgba(0,0,0,.28);
}

.service-tile-wrapper ul.i-list.medium .list-item {
   text-transform: uppercase;
}

.service-tile-wrapper ul.i-list.large .icon {
   margin-right: 30px;
   background: #d0d0d0;
   color: white;
   font-size: 30px;
   text-align: center;
   line-height: 80px;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   box-shadow: 0 8px 22px rgba(0,0,0,.28);
}

.service-tile-wrapper ul.i-list.large .icon i.fa {
   margin: 0;
}

.service-tile-wrapper ul.i-list.large.bordered .icon {
   background: inherit;
   color: inherit;
   border: 2px solid #8fc135;
   font-size: 30px;
   color: #8fc135;
}

.service-tile-wrapper ul.i-list.large .list-item {
   text-transform: uppercase;
}

.service-tile-wrapper ul.i-list .icon {
   float: left;
}

.service-tile-wrapper ul.i-list.right {
   text-align: right;
}

.service-tile-wrapper ul.i-list.right .icon {
   float: right;
}

.service-tile-wrapper ul.i-list.right .icon {
   float: right;
   margin-right: 0;
   margin-left: 25px;
}

.service-tile-wrapper ul.i-list.large.right .icon {
   float: right;
   margin-right: 0;
   margin-left: 30px;
}

.service-tile-wrapper ul.i-list.large li {
   margin-bottom: 25px;
}

.service-tile-wrapper ul.i-list .icon-content {
   overflow: hidden;
}

.service-tile-wrapper ul.i-list .icon-content .title {
   margin-top: 5px;
   margin-bottom: 10px;
}

.service-tile-wrapper .left-line .iconlist-timeline {
   left: auto;
   right: 35px;
}

.service-tile-wrapper .iconlist-timeline {
   position: absolute;
   top: 1%;
   left: 32px;
   width: 1px;
   height: 99%;
   border-right-width: 1px;
   border-right-style: dashed;
   height: 100%;
   border-color: #ccc;
}
.service-tile-wrapper .icon{
        background-color: #0cb4ce;
}
separator, .testimonial-two, .exp-separator-inner {
    border-color: #0cb4ce;
}
.service-tile-wrapper .exp-separator {
    border-color: #0cb4ce;
    border-top-width: 2px;
    margin-top: 10px;
    margin-bottom: 2px;
    width: 100%;
    max-width: 55px;
    border-top-style: solid;
    height: auto;
    clear: both;
    position: relative;
    z-index: 11;
}
.service-tile-wrapper .section-sub-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: Poppins;
}
.service-tile-wrapper .section-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0.45em;
    margin-bottom: 0.35em;
    color: #303133;
    font-family: Poppins;
    letter-spacing: -0.02em;
}
.service-tile-wrapper .pb-20 {
    padding-bottom: 20px !important;
}
.service-tile-wrapper .text-center {
    text-align: center!important;
}
.service-tile-wrapper .center-separator .exp-separator-inner, .center-separator.exp-separator {
    margin-left: auto;
    margin-right: auto;
}

.footer-service-wrapper{

}

.footer-service-wrapper ul li{
  
  list-style-type: none;
  text-align: left;
}

.footer-service-wrapper ul li a{
  
  color: #fff;
}

.footer-bottom{
  background-color: #262525;
  color: #fff;
}


a.about,
	a.team,
	a.advertise {
		padding: 8px;
		border: 1px yellow solid;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 5px;
    margin-top: 15px;
		color: #FFF;
		text-decoration: none;
		font-size: 15px;
	}

	a.about:hover,
	a.team:hover,
	a.advertise:hover {
		background: #900;
	}









  .dk-footer-box-info {
    top: -122px;
    background: #202020;
    padding: 40px;
    z-index: 2; }
    .dk-footer-box-info .footer-social-link h3 {
      color: #fff;
      font-size: 24px;
      margin-bottom: 25px; }
    .dk-footer-box-info .footer-social-link ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .dk-footer-box-info .footer-social-link li {
      display: inline-block; }
    .dk-footer-box-info .footer-social-link a i {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      background: #000;
      margin-right: 5px;
      color: #fff; }
      .dk-footer-box-info .footer-social-link a i.fa-facebook {
        background-color: #3B5998; }
      .dk-footer-box-info .footer-social-link a i.fa-twitter {
        background-color: #55ACEE; }
      .dk-footer-box-info .footer-social-link a i.fa-google-plus {
        background-color: #DD4B39; }
      .dk-footer-box-info .footer-social-link a i.fa-linkedin {
        background-color: #0976B4; }
      .dk-footer-box-info .footer-social-link a i.fa-instagram {
        background-color: #B7242A; }







        /***********************************************/
/***************** Accordion ********************/
/***********************************************/
@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

section{
	padding: 60px 0;
}

#accordion-style-1 h1,
#accordion-style-1 a{
    color:#007b5e;
}
#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #007b5e;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
	padding-left: 25px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #007b5e;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
	background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}


.applicant-speech-img {
  height: auto;
  max-width: 5%;
}

.ga-writer-message-alert {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: .55rem;
  margin: 0 0 .65rem;
  padding: .5rem .7rem;
  border: 1px solid rgba(8, 114, 143, .16);
  border-radius: 999px;
  color: #075f78;
  background: linear-gradient(135deg, #e9fbff 0%, #fff8df 100%);
  box-shadow: 0 12px 28px rgba(8, 114, 143, .12);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ga-writer-message-alert:hover,
.ga-writer-message-alert:focus {
  border-color: rgba(8, 114, 143, .34);
  color: #064b60;
  box-shadow: 0 16px 36px rgba(8, 114, 143, .16);
  text-decoration: none;
  transform: translateY(-1px);
}

.ga-writer-message-alert-icon {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #08728f;
}

.ga-writer-message-alert-icon::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f04438;
}

.ga-writer-message-alert-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ga-writer-message-alert-copy {
  display: grid;
  gap: .05rem;
  line-height: 1.05;
}

.ga-writer-message-alert-copy strong {
  color: #14213d;
  font-size: .82rem;
  font-weight: 900;
}

.ga-writer-message-alert-copy small {
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
}



        
.user-online-dot {
  color: green;
}

.user-offline-dot {
  color: red;
}


.user-list .panel-profile {
  border: none;
  margin-bottom: 0;
  box-shadow: none;
}

.user-list .panel-heading {
  color: #585f69;
  background: #fff;
  padding: 7px 15px;
  border-bottom: solid 3px #f7f7f7;
}



.user-list .panel-heading {
  color: #fff;
  padding: 5px 15px;
}

.user-list .panel-title {
  font-size: 16px;
}

.user-list .profile-blog {
  padding: 20px;
  background: #fff;
}

.user-list .blog-border {
  border: 1px solid #f0f0f0;
}

.user-list .profile-blog img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.user-list .rounded-x {
  border-radius: 50% !important;
}

.user-list .name-location {
  overflow: hidden;
}


.user-list .name-location strong {
  color: #555;
  display: block;
  font-size: 16px;
}

.user-list .name-location a {
  text-decoration: none;
}


.user-list .margin-bottom-20 .margin-bottom-20 {
  margin-bottom: 20px;
}

.user-list .bottom-list {
  margin-bottom: 0;
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}



.user-list .bottom-list li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  font-size:11px;
  color: #162284;
}

.user-list .bottom-list li i {
  color: #72c02c;
  margin-right: 5px;
}   

.svg-inline--fa {
  display: var(--fa-display,inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}


.loading-spinner{
  width:30px;
  height:30px;
  border:2px solid indigo;
  border-radius:50%;
  border-top-color:#0001;
  display:inline-block;
  animation:loadingspinner .7s linear infinite;
}
@keyframes loadingspinner{
  0%{
    transform:rotate(0deg)
  }
  100%{
    transform:rotate(360deg)
  }
}

.link-white {
  text-decoration: underline white;
}

/* Public homepage, navigation, and order-entry polish */
:root {
  --ga-ink: #172033;
  --ga-muted: #5f6b7a;
  --ga-line: #dfe5ec;
  --ga-surface: #ffffff;
  --ga-soft: #f5f8fb;
  --ga-primary: #087ea4;
  --ga-primary-dark: #075f7c;
  --ga-accent: #ffbd16;
}

.ga-public-nav {
  min-height: 64px;
  border-bottom: 1px solid rgba(23, 32, 51, .08);
  box-shadow: 0 3px 18px rgba(23, 32, 51, .07) !important;
  padding: .45rem 0;
  position: relative;
  z-index: 20;
}

.ga-public-nav .container {
  gap: .65rem;
}

.ga-public-nav .navbar-nav {
  align-items: center;
  gap: .35rem;
}

.ga-public-nav .nav-item {
  display: flex;
}

.ga-public-brand {
  display: inline-flex;
  align-items: center;
  margin-right: .4rem;
  padding: 0;
}

.ga-public-brand img {
  width: auto;
  max-width: 190px;
  max-height: 46px;
  object-fit: contain;
}

.ga-public-nav .logo-text {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
}

.ga-header-whatsapp {
  display: inline-flex;
  min-height: 40px;
  padding: .36rem .82rem .36rem .42rem;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  flex: 0 0 auto;
  border: 1px solid rgba(16, 185, 89, .65);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #22c55e, #128c48);
  box-shadow: 0 12px 24px rgba(18, 140, 72, .24);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease, filter .15s ease;
}

.ga-header-whatsapp:hover,
.ga-header-whatsapp:focus {
  color: #fff;
  border-color: rgba(16, 185, 89, .9);
  box-shadow: 0 16px 30px rgba(18, 140, 72, .32);
  filter: saturate(1.05);
  transform: translateY(-1px);
}

.ga-header-whatsapp-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.ga-header-whatsapp .header-whatsapp-link {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.ga-header-whatsapp-label-mobile {
  display: none;
}

.ga-public-nav .nav-link {
  position: relative;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  color: #394457;
  font-size: .91rem;
  font-weight: 600;
  padding: .58rem .72rem !important;
  border: 1px solid transparent;
  border-radius: 7px;
  white-space: nowrap;
  transition: color .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.ga-public-nav .nav-link:hover,
.ga-public-nav .nav-link:focus {
  color: var(--ga-primary-dark);
  background: #eef8fb;
}

.ga-public-nav .nav-link.active,
.ga-public-nav .nav-link[aria-current="page"] {
  color: #10243b;
  border-color: rgba(255, 189, 22, .72);
  background: linear-gradient(135deg, #fff7d7, #fff);
  box-shadow: 0 8px 18px rgba(255, 189, 22, .22), inset 0 -3px 0 var(--ga-accent);
  font-weight: 900;
}

.ga-public-nav .nav-link.active::after,
.ga-public-nav .nav-link[aria-current="page"]::after {
  position: absolute;
  right: .55rem;
  bottom: .18rem;
  left: .55rem;
  height: 3px;
  border-radius: 999px;
  background: var(--ga-primary);
  content: "";
}

.ga-public-nav .ga-auth-nav-link,
.ga-public-nav .ga-auth-nav-link:hover,
.ga-public-nav .ga-auth-nav-link:focus,
.ga-public-nav .ga-auth-nav-link:visited {
  color: #394457;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  font-weight: 600;
  text-decoration: none;
}

.ga-public-nav .ga-auth-nav-link::after,
.ga-public-nav .ga-auth-nav-link:hover::after,
.ga-public-nav .ga-auth-nav-link:focus::after,
.ga-public-nav .ga-auth-nav-link:visited::after {
  display: none !important;
  content: none !important;
}

.ga-public-nav .ga-nav-order {
  color: #172033;
  background: var(--ga-accent);
  padding-inline: 1rem !important;
}

.ga-public-nav .ga-nav-order + .nav-link,
.ga-public-nav .ga-nav-order {
  border-radius: 8px;
}

.ga-public-nav .ga-nav-order:hover,
.ga-public-nav .ga-nav-order:focus {
  color: #172033;
  background: #f2ae00;
}

.ga-public-nav .ga-nav-order.active,
.ga-public-nav .ga-nav-order[aria-current="page"] {
  color: #101827;
  border-color: rgba(7, 95, 124, .34);
  background: linear-gradient(135deg, #ffbd16, #ffe38a);
  box-shadow: 0 10px 22px rgba(255, 189, 22, .32), inset 0 0 0 2px rgba(255, 255, 255, .48);
}

.ga-public-home {
  color: var(--ga-ink);
  background: var(--ga-soft);
}

.ga-public-home main > .card:first-child,
.ga-public-home main > section:first-child {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ga-public-home main > .card:first-child > .card-body {
  padding-top: clamp(2rem, 5vw, 4.5rem);
  padding-bottom: clamp(2rem, 5vw, 4.5rem);
}

.ga-public-home h1,
.ga-public-home h2,
.ga-public-home h3 {
  color: var(--ga-ink);
  line-height: 1.18;
}

.ga-public-home section {
  padding-top: clamp(2.5rem, 6vw, 5rem);
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
}

.ga-public-home .card {
  border-color: var(--ga-line);
  border-radius: 12px;
}

.ga-public-home .shadow,
.ga-public-home .shadow-sm,
.ga-public-home .card {
  box-shadow: 0 10px 30px rgba(23, 32, 51, .07);
}

.entry-order-form {
  width: 100%;
}

.entry-order-fields {
  padding: 1.35rem;
  background: var(--ga-surface);
  border: 1px solid var(--ga-line);
  border-radius: 12px;
}

.entry-order-fields > .row {
  align-items: center;
  margin-bottom: 1rem !important;
}

.entry-order-fields .col-form-label {
  color: #374256;
  font-size: .9rem;
  font-weight: 700;
}

.entry-order-fields .form-control,
.entry-order-fields .form-select,
.entry-order-fields select {
  min-height: 44px;
  border-color: #cbd4df;
  border-radius: 7px;
  color: var(--ga-ink);
  background-color: #fff;
}

.entry-order-fields .form-control:focus,
.entry-order-fields .form-select:focus,
.entry-order-fields select:focus {
  border-color: var(--ga-primary);
  box-shadow: 0 0 0 3px rgba(8, 126, 164, .13);
}

.entry-order-progress {
  margin-bottom: .85rem;
  padding: .76rem .82rem;
  border: 1px solid #d8e6ee;
  border-radius: 12px;
  background: #f8fcfd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
}

.entry-order-progress-bar {
  height: .22rem;
  margin: .6rem 0 0;
  overflow: hidden;
  border-radius: 999px;
  background: #e4edf3;
}

.entry-order-progress-bar span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ga-primary), #18a5bd);
}

.entry-order-progress-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  color: #607286;
  font-size: .78rem;
  line-height: 1.35;
}

.entry-order-progress-row strong {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: .2rem .58rem;
  border-radius: 999px;
  color: var(--ga-primary-dark);
  background: #eaf7fa;
  font-size: .76rem;
  font-weight: 850;
  white-space: nowrap;
}

.entry-order-help {
  margin-top: .35rem;
  color: var(--ga-muted);
  font-size: .82rem;
}

.entry-order-recaptcha {
  max-width: 100%;
  margin-bottom: .85rem;
  overflow: hidden;
}

.entry-order-submit {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 7px;
  color: #172033;
  background: var(--ga-accent);
  font-weight: 800;
}

.entry-order-submit:hover,
.entry-order-submit:focus {
  color: #172033;
  background: #f2ae00;
  box-shadow: 0 7px 18px rgba(242, 174, 0, .25);
}

.entry-order-submit-copy {
  display: grid;
  grid-template-columns: 1.45rem minmax(0, 1fr);
  gap: .6rem;
  margin-top: .85rem;
  padding: .75rem .85rem;
  border: 1px solid #dbe7ed;
  border-radius: 10px;
  color: #536579;
  background: linear-gradient(135deg, #f8fcfd, #fff);
  font-size: .8rem;
  line-height: 1.45;
}

.entry-order-submit-copy span {
  display: inline-grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ga-primary);
  font-size: .72rem;
  font-weight: 900;
}

.entry-order-submit-copy p {
  margin: 0;
}

.entry-order-submit-copy strong {
  display: block;
  color: var(--ga-ink);
}

.entry-auth-providers {
  display: grid;
  gap: .65rem;
  margin-top: 1rem;
}

.entry-auth-provider {
  width: 100%;
}

.entry-auth-actions {
  display: flex;
  gap: .55rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.entry-auth-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: .48rem .9rem;
  flex: 1 1 90px;
  border-radius: 7px;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.entry-auth-login {
  border-color: var(--ga-primary-dark);
  color: #fff;
  background: var(--ga-primary-dark);
}

.entry-auth-login:hover,
.entry-auth-login:focus {
  border-color: #044b61;
  color: #fff;
  background: #044b61;
}

.entry-auth-register {
  border-color: var(--ga-primary);
  color: var(--ga-primary-dark);
  background: #fff;
}

.entry-auth-register:hover,
.entry-auth-register:focus {
  color: var(--ga-primary-dark);
  background: #eaf7fa;
}

.entry-auth-reset {
  border-color: #cbd4df;
  color: #445064;
  background: #f7f9fb;
}

.entry-auth-reset:hover,
.entry-auth-reset:focus {
  border-color: #aeb9c7;
  color: #26364a;
  background: #edf1f5;
}

.ga-public-order {
  background: var(--ga-soft);
}

.ga-order-page {
  padding-top: clamp(2rem, 5vw, 4rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.ga-order-shell {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}

.ga-order-intro {
  position: sticky;
  top: 1.5rem;
  padding: .5rem 0;
}

.ga-order-eyebrow {
  display: inline-block;
  margin-bottom: .75rem;
  color: var(--ga-primary-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ga-order-intro h1 {
  margin-bottom: 1rem;
  color: var(--ga-ink);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.ga-order-intro p {
  color: var(--ga-muted);
  line-height: 1.7;
}

.ga-order-intro ul {
  display: grid;
  gap: .65rem;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.ga-order-intro li {
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  gap: .55rem;
  align-items: center;
  color: #334457;
}

.ga-order-intro li > span {
  display: inline-grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ga-primary);
  font-size: .72rem;
  font-weight: 800;
}

.ga-order-intro li strong {
  font-size: .92rem;
}

.ga-order-intro img {
  display: block;
  width: min(100%, 260px);
  margin-top: 1.5rem;
  border-radius: 14px;
}

.ga-order-card {
  padding: clamp(1rem, 2.5vw, 1.75rem);
  border: 1px solid var(--ga-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(23, 32, 51, .09);
}

.ga-order-card-intro {
  margin-bottom: 1.25rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid #e5edf3;
}

.ga-order-card-intro > span {
  display: inline-block;
  margin-bottom: .45rem;
  color: var(--ga-primary-dark);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ga-order-card-intro h2 {
  margin: 0 0 .4rem;
  color: var(--ga-ink);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 850;
  letter-spacing: -.025em;
}

.ga-order-card-intro p {
  max-width: 620px;
  margin: 0;
  color: var(--ga-muted);
  font-size: .9rem;
  line-height: 1.6;
}

.ga-order-mini-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .7rem;
  margin-top: 1rem;
}

.ga-order-mini-steps div {
  display: grid;
  grid-template-columns: 1.9rem minmax(0, 1fr);
  gap: .55rem;
  align-items: center;
  padding: .75rem;
  border: 1px solid #dfe8ef;
  border-radius: 11px;
  background: #f8fbfd;
}

.ga-order-mini-steps strong {
  display: inline-grid;
  width: 1.9rem;
  height: 1.9rem;
  place-items: center;
  border-radius: 50%;
  color: var(--ga-primary-dark);
  background: #e8f6f9;
  font-size: .82rem;
}

.ga-order-mini-steps span {
  color: #334457;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.25;
}

.ga-order-card .entry-order-fields {
  padding: 0;
  border: 0;
}

.ga-spacing-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin: 0;
  padding: .45rem;
  border: 1px solid #cbd4df;
  border-radius: 9px;
  background: #f7f9fb;
}

.ga-spacing-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: .7rem;
  min-width: 0;
  padding: .65rem .8rem;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #445064;
  background: transparent;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.ga-order-choice {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-width: 0;
  margin: 0 .45rem .5rem 0;
  padding: .55rem .85rem;
  border: 1px solid #d7e2ea;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(16, 36, 59, .04);
  vertical-align: top;
  transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.ga-order-choice-input {
  position: static;
  width: 1.55rem;
  height: 1.55rem;
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--ga-primary);
  cursor: pointer;
  pointer-events: auto;
}

.ga-spacing-option input {
  position: static;
  z-index: 2;
  width: 1.55rem;
  height: 1.55rem;
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--ga-primary);
  cursor: pointer;
  pointer-events: auto;
}

.ga-order-choice-label,
.ga-spacing-option label {
  display: flex;
  min-height: auto;
  margin: 0;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: #445064;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.ga-order-choice-label {
  min-height: auto;
  padding: 0;
  align-items: center;
  border: 0;
  border-radius: 0;
  color: #25364b;
  background: transparent;
  font-size: .88rem;
  font-weight: 850;
  box-shadow: none;
}

.ga-spacing-option label strong {
  color: var(--ga-ink);
  font-size: .92rem;
}

.ga-spacing-option label span {
  color: var(--ga-muted);
  font-size: .75rem;
}

.ga-order-choice:has(.ga-order-choice-input:checked),
.ga-spacing-option:has(input:checked),
.ga-spacing-option input:checked + label {
  border-color: var(--ga-primary);
  background: #fff;
  box-shadow: 0 3px 10px rgba(8, 126, 164, .12);
}

.ga-order-choice:has(.ga-order-choice-input:checked) {
  background: #edf9fc;
}

.ga-order-choice-input:checked + .ga-order-choice-label {
  color: #075f7c;
}

.ga-order-choice:has(.ga-order-choice-input:focus-visible),
.ga-spacing-option:has(input:focus-visible),
.ga-spacing-option input:focus-visible + label {
  outline: 3px solid rgba(8, 126, 164, .2);
  outline-offset: 1px;
}

@media (max-width: 991.98px) {
  .ga-public-nav .container {
    flex-wrap: wrap;
  }

  .ga-public-nav .navbar-collapse {
    flex-basis: 100%;
    padding: .75rem 0 .25rem;
  }

  .ga-public-nav .navbar-nav {
    gap: .15rem;
  }

  .ga-order-shell {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .ga-order-intro {
    position: static;
  }

  .ga-order-intro img {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .ga-public-nav {
    min-height: 58px;
  }

  .ga-public-brand img {
    max-width: 145px;
    max-height: 38px;
  }

  .ga-header-whatsapp {
    min-height: 38px;
    padding: .3rem .6rem .3rem .35rem;
  }

  .ga-header-whatsapp-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .ga-header-whatsapp .header-whatsapp-link {
    width: 19px;
    height: 19px;
  }

  .ga-header-whatsapp-label {
    display: none;
  }

  .ga-header-whatsapp-label-mobile {
    display: inline;
  }

  .ga-public-nav .navbar-toggler {
    padding: .3rem .5rem;
    border-color: #cbd4df;
  }

  .ga-public-home main > .card:first-child > .card-body {
    padding-inline: .75rem;
  }

  .entry-order-fields {
    padding: 1rem;
  }

  .entry-order-fields .col-form-label {
    padding-top: 0;
    padding-bottom: .35rem;
    text-align: left !important;
  }

  .entry-order-fields .offset-md-3 {
    margin-left: 0;
  }

  .entry-order-fields .col-md-4,
  .entry-order-fields .col-md-6,
  .entry-order-fields .col-md-8 {
    width: 100%;
  }

  .entry-order-progress {
    margin-bottom: .7rem;
    padding: .55rem .6rem;
  }

  .entry-order-progress-row {
    gap: .45rem;
    font-size: .68rem;
  }

  .entry-order-progress-row span {
    text-align: left;
  }

  .entry-order-recaptcha {
    transform-origin: left top;
  }

  .ga-order-page {
    padding-top: 1.35rem;
  }

  .ga-order-card {
    padding: .85rem;
    border-radius: 12px;
  }

  .ga-order-card-intro {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .ga-order-mini-steps {
    grid-template-columns: 1fr;
    gap: .55rem;
  }

  .entry-order-submit-copy {
    padding: .7rem;
  }
}

/* Client applicants / writer bids polish */
.ga-applicants-page-card {
  border: 1px solid rgba(14, 116, 144, .11);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(15, 23, 42, .08);
}

.ga-applicants-header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem 1.35rem;
  background:
    radial-gradient(circle at 96% 5%, rgba(255, 200, 28, .28), transparent 28%),
    linear-gradient(135deg, rgba(240, 249, 255, .96), rgba(255, 255, 255, .98));
}

.ga-applicants-title {
  margin: .25rem 0 .35rem;
  color: #14213d;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 900;
}

.ga-applicants-subtitle {
  max-width: 48rem;
  margin: 0;
  color: #5f6f8a;
  font-size: .96rem;
}

.ga-applicants-eyebrow,
.ga-order-summary-label {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #08728f;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ga-applicants-header-actions {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
}

.ga-applicants-edit {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 114, 143, .2);
  border-radius: 999px;
  padding: .5rem .9rem;
  color: #075f78;
  background: #fff;
  font-size: .86rem;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.ga-applicants-edit:hover,
.ga-applicants-edit:focus {
  color: #064b60;
  border-color: rgba(8, 114, 143, .42);
  transform: translateY(-1px);
}

.ga-applicants-body {
  padding: 1.25rem;
  background:
    linear-gradient(180deg, rgba(248, 252, 255, .96), rgba(255, 255, 255, .98));
}

.ga-order-summary-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) 2fr;
  gap: 1rem;
  align-items: stretch;
  margin-bottom: 1rem;
  border: 1px solid rgba(14, 116, 144, .1);
  border-radius: 18px;
  padding: 1rem;
  background: #fff;
}

.ga-order-summary-main h6 {
  margin: .4rem 0 0;
  color: #172033;
  font-size: 1rem;
  font-weight: 900;
}

.ga-order-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}

.ga-order-summary-grid > div {
  border-radius: 14px;
  padding: .75rem;
  background: #f7fbfd;
}

.ga-order-summary-grid span {
  display: block;
  color: #64748b;
  font-size: .78rem;
  font-weight: 750;
}

.ga-order-summary-grid strong {
  display: block;
  margin-top: .2rem;
  color: #172033;
  font-size: .9rem;
}

.ga-writer-bids {
  display: grid;
  gap: 1rem;
}

.ga-writer-bids-heading {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: .35rem .15rem;
}

.ga-writer-bids-heading h6 {
  margin: .15rem 0 0;
  color: #172033;
  font-size: 1.05rem;
  font-weight: 900;
}

.ga-bid-count {
  display: inline-flex;
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #075f78;
  background: #dff7ff;
  font-weight: 900;
}

.ga-writer-bid-card,
.ga-selected-writer-card,
.ga-bids-empty {
  border: 1px solid rgba(15, 23, 42, .09);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .08);
}

.ga-writer-bid-card {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(240px, 1.4fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ga-writer-bid-card:hover {
  border-color: rgba(8, 114, 143, .22);
  box-shadow: 0 22px 58px rgba(15, 23, 42, .11);
  transform: translateY(-2px);
}

.ga-writer-bid-profile,
.ga-selected-writer-profile {
  display: flex;
  gap: .85rem;
  align-items: center;
}

.ga-writer-avatar-link {
  display: inline-flex;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  background: #eef6fb;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .14);
}

.ga-writer-avatar-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ga-writer-bid-title-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
}

.ga-writer-name {
  color: #14213d;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
}

.ga-writer-name:hover,
.ga-writer-name:focus {
  color: #08728f;
  text-decoration: underline;
}

.ga-writer-status-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: .35rem;
  border-radius: 999px;
  padding: .25rem .65rem;
  color: #126b3a;
  background: #e7f8ee;
  font-size: .76rem;
  font-weight: 900;
}

.ga-writer-stats {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .45rem;
}

.ga-writer-stats span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: .25rem .6rem;
  color: #475569;
  background: #f4f8fb;
  font-size: .78rem;
  font-weight: 800;
}

.ga-writer-bid-message {
  color: #52627a;
  line-height: 1.55;
}

.ga-writer-bid-message p {
  margin: 0;
}

.ga-writer-bid-footer {
  display: grid;
  gap: .65rem;
  justify-items: end;
  align-items: center;
}

.ga-writer-assign-form {
  margin: 0;
}

.ga-writer-assign-button,
.ga-selected-continue {
  min-height: 44px;
  border-radius: 999px;
  padding-inline: 1rem;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(25, 135, 84, .2);
}

.ga-selected-writer-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.ga-bids-empty {
  padding: 2rem 1rem;
  text-align: center;
}

.ga-bids-empty-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: .75rem;
  background: #fff4cf;
  font-size: 1.5rem;
}

.ga-bids-empty h6 {
  margin: 0 0 .4rem;
  color: #172033;
  font-weight: 900;
}

.ga-bids-empty p {
  max-width: 34rem;
  margin: 0 auto;
  color: #64748b;
}

@media (max-width: 991.98px) {
  .ga-order-summary-panel,
  .ga-writer-bid-card {
    grid-template-columns: 1fr;
  }

  .ga-order-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ga-writer-bid-footer {
    justify-items: stretch;
  }

  .ga-writer-assign-button,
  .ga-writer-assign-form {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .ga-applicants-body,
  .ga-applicants-header {
    padding: 1rem;
  }

  .ga-order-summary-grid {
    grid-template-columns: 1fr;
  }

  .ga-writer-bid-card {
    padding: 1rem;
    margin-bottom: 4.75rem;
  }

  .ga-selected-writer-card {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ga-applicants-edit,
  .ga-writer-bid-card {
    transition: none;
  }

  .ga-applicants-edit:hover,
  .ga-applicants-edit:focus,
  .ga-writer-bid-card:hover {
    transform: none;
  }
}

@media (max-width: 380px) {
  .ga-header-whatsapp {
    min-width: 38px;
    padding-right: .35rem;
  }

  .ga-header-whatsapp-label-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .entry-order-recaptcha .g-recaptcha {
    transform: scale(.86);
    transform-origin: left top;
    margin-bottom: -12px;
  }

  .ga-spacing-selector {
    grid-template-columns: 1fr;
  }
}

/* Homepage presentation layer. The homepage Blade is deployment-managed, so
   these rules intentionally scope the redesign to its existing structure. */
.ga-public-home {
  --ga-home-blue: #075f7c;
  --ga-home-cyan: #0b9fbd;
  --ga-home-gold: #ffb21a;
  --ga-home-navy: #12263f;
  --ga-home-bg: #f4f8fc;
  background:
    radial-gradient(circle at 8% 9%, rgba(11, 159, 189, .08), transparent 24rem),
    radial-gradient(circle at 93% 2%, rgba(255, 178, 26, .10), transparent 20rem),
    var(--ga-home-bg);
  font-family: "Nunito", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ga-public-home main {
  overflow: hidden;
}

.ga-public-home main > * {
  position: relative;
}

.ga-public-home main > .container:first-child,
.ga-public-home main > .container-fluid:first-child,
.ga-public-home main > .card:first-child,
.ga-public-home main > section:first-child {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(2.5rem, 6vw, 5.75rem) max(1rem, calc((100vw - 1160px) / 2));
  border: 0 !important;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .98) 0 55%, rgba(238, 249, 252, .94) 100%);
}

.ga-public-home main > .card:first-child > .card-body {
  padding: 0;
}

.ga-public-home main > :first-child::before,
.ga-public-home main > :first-child::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  pointer-events: none;
}

.ga-public-home main > :first-child::before {
  width: 280px;
  height: 280px;
  top: -145px;
  right: 8%;
  border: 42px solid rgba(11, 159, 189, .06);
}

.ga-public-home main > :first-child::after {
  width: 120px;
  height: 120px;
  bottom: -72px;
  left: 5%;
  background: rgba(255, 178, 26, .09);
}

.ga-public-home main > :first-child > .row,
.ga-public-home main > :first-child .card-body > .row:first-child {
  position: relative;
  z-index: 1;
  align-items: center;
  gap: clamp(1.75rem, 4vw, 4.5rem);
  margin-inline: 0;
}

.ga-public-home main > :first-child > .row > [class*="col-"],
.ga-public-home main > :first-child .card-body > .row:first-child > [class*="col-"] {
  min-width: 0;
  padding-inline: 0;
  flex: 1 1 420px;
}

.ga-public-home main > :first-child h1 {
  max-width: 680px;
  margin-bottom: 1.25rem;
  padding-top: 0;
  color: var(--ga-home-navy);
  font-size: clamp(2.35rem, 4.5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.04;
  text-wrap: balance;
}

.ga-public-home main > :first-child p {
  max-width: 660px;
  color: #536276;
  font-size: 1.02rem;
  line-height: 1.75;
}

.ga-public-home main > :first-child li {
  margin-bottom: .45rem;
  color: #34445a;
  font-weight: 700;
}

.ga-public-home main > :first-child img {
  max-width: min(100%, 190px);
  height: auto;
  object-fit: contain;
}

.ga-public-home main > :first-child .entry-order-form,
.ga-public-home main > :first-child .card:has(.entry-order-form) {
  position: relative;
  z-index: 2;
}

.ga-public-home main > :first-child .card:has(.entry-order-form) {
  overflow: visible;
  border: 1px solid rgba(18, 38, 63, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(18, 38, 63, .14);
}

.ga-public-home main > :first-child .card:has(.entry-order-form) .card-header {
  padding: 1.1rem 1.35rem;
  border: 0;
  border-bottom: 1px solid #e7edf3;
  border-radius: 18px 18px 0 0;
  color: var(--ga-home-navy);
  background: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.ga-public-home main > :first-child .entry-order-fields {
  padding: 1.35rem;
  border: 0;
  border-radius: 0;
}

.ga-public-home main > :first-child .entry-order-fields > .row {
  margin-bottom: .85rem !important;
}

.ga-public-home main > :first-child .entry-order-fields .col-form-label {
  color: #415167;
  font-size: .82rem;
  letter-spacing: .01em;
}

.ga-public-home main > :first-child .entry-order-fields .form-control,
.ga-public-home main > :first-child .entry-order-fields .form-select,
.ga-public-home main > :first-child .entry-order-fields select {
  min-height: 46px;
  border-color: #d4dde7;
  background-color: #fbfcfe;
}

.ga-public-home main > :first-child .entry-order-submit {
  min-height: 50px;
  border-radius: 9px;
  background: var(--ga-home-gold);
  box-shadow: 0 10px 24px rgba(255, 178, 26, .25);
}

.ga-public-home main > :first-child .entry-order-submit:hover,
.ga-public-home main > :first-child .entry-order-submit:focus {
  background: #f3a600;
  transform: translateY(-1px);
}

.ga-public-home main > :first-child .entry-order-form + *,
.ga-public-home main > :first-child .entry-order-form ~ * {
  position: relative;
  z-index: 2;
}

.ga-public-home main > section,
.ga-public-home main > .container,
.ga-public-home main > .container-fluid {
  padding-top: clamp(3rem, 6vw, 5.5rem);
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.ga-public-home main > section:nth-of-type(even) {
  background: #fff;
}

.ga-public-home main h2 {
  max-width: 850px;
  margin-inline: auto;
  padding-top: 0;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.ga-public-home main h3 {
  font-weight: 800;
  letter-spacing: -.015em;
}

.ga-public-home main p {
  color: #5d6b7d;
  line-height: 1.7;
}

.ga-public-home main a:not(.btn) {
  text-underline-offset: 3px;
}

.ga-public-home main .card {
  overflow: hidden;
  border: 1px solid rgba(18, 38, 63, .08);
  border-radius: 14px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 14px 38px rgba(18, 38, 63, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ga-public-home main .card:hover {
  border-color: rgba(11, 159, 189, .24);
  box-shadow: 0 18px 45px rgba(18, 38, 63, .12);
  transform: translateY(-3px);
}

.ga-public-home .card-shadowed {
  margin-bottom: 1.5rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(18, 38, 63, .08);
}

.ga-public-home .card-shadowed::before,
.ga-public-home .card-shadowed::after,
.ga-public-home .effect-2::before,
.ga-public-home .effect-2::after,
.ga-public-home .effect-5::before,
.ga-public-home .effect-5::after,
.ga-public-home .effect-6::before,
.ga-public-home .effect-6::after {
  display: none;
}

.ga-public-home .service-tile-wrapper {
  max-width: 1160px;
  margin-inline: auto;
}

.ga-public-home .service-tile-wrapper .section-title {
  color: var(--ga-home-navy);
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  font-weight: 800;
}

.ga-public-home .service-tile-wrapper ul.i-list.medium li {
  min-height: 150px;
  margin-bottom: 1rem;
  padding: 1.35rem;
  border: 1px solid rgba(18, 38, 63, .08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 38, 63, .07);
}

.ga-public-home .service-tile-wrapper ul.i-list.medium .icon {
  width: 52px;
  height: 52px;
  margin-right: 1rem;
  line-height: 52px;
  background: linear-gradient(135deg, var(--ga-home-cyan), var(--ga-home-blue));
  box-shadow: 0 8px 18px rgba(11, 159, 189, .24);
}

.ga-public-home .service-tile-wrapper .iconlist-timeline {
  display: none;
}

.ga-public-home .counter_feature {
  min-height: 150px;
  padding: 2rem 1rem;
  border: 0;
  border-radius: 14px;
  color: var(--ga-home-navy);
  background: linear-gradient(145deg, #ffbd3c, #ff9d0a);
  box-shadow: 0 16px 35px rgba(255, 157, 10, .22);
}

.ga-public-home .counter_feature::before {
  display: none;
}

.ga-public-home .counter_feature h2,
.ga-public-home .counter_feature h3,
.ga-public-home .counter_feature p {
  color: var(--ga-home-navy);
}

.ga-public-home .verti-timeline-wrapper {
  border: 1px solid rgba(18, 38, 63, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(18, 38, 63, .08);
}

.ga-public-home .verti-timeline-wrapper .verti-timeline .event-list .event-content {
  padding: 1.25rem;
  border: 1px solid #dfe7ef;
  background: #fbfdff;
}

.ga-public-home .testimony-wrapper .carousel .testimonial {
  min-height: 150px;
  margin: 0 0 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(18, 38, 63, .08);
  border-radius: 14px;
  color: #435268;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 38, 63, .08);
}

.ga-public-home .testimony-wrapper .carousel .testimonial p::before {
  color: var(--ga-home-cyan);
}

.ga-public-home .testimony-wrapper .carousel .testimonial::before,
.ga-public-home .testimony-wrapper .carousel .testimonial::after {
  display: none;
}

.ga-public-home #accordion-style-1 {
  max-width: 1120px;
  margin-inline: auto;
}

.ga-public-home #accordion-style-1 .card {
  margin-bottom: .65rem;
  border-radius: 10px;
  box-shadow: none;
}

.ga-public-home #accordion-style-1 .card:hover {
  transform: none;
}

.ga-public-home #accordion-style-1 .card-header {
  padding: .3rem;
  border: 0;
  background: #fff;
}

.ga-public-home #accordion-style-1 .btn-link {
  width: 100%;
  min-height: 52px;
  padding: .8rem 1rem;
  color: var(--ga-home-navy);
  font-size: .95rem;
  font-weight: 800;
  text-align: left;
}

.ga-public-home #accordion-style-1 .card-body {
  border-top: 1px solid #e3eaf1;
  color: #59687a;
}

.ga-public-home footer {
  margin-top: 0;
  background: var(--ga-home-navy) !important;
}

.ga-public-home footer section {
  padding-block: 1rem;
}

.ga-public-home footer .footer-bottom {
  background: #0c1c30;
}

.ga-public-home footer a {
  text-underline-offset: 3px;
}

@media (max-width: 991.98px) {
  .ga-public-home main > .container:first-child,
  .ga-public-home main > .container-fluid:first-child,
  .ga-public-home main > .card:first-child,
  .ga-public-home main > section:first-child {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .ga-public-home main > :first-child h1 {
    font-size: clamp(2.2rem, 7vw, 3.3rem);
  }

  .ga-public-home main > :first-child .card:has(.entry-order-form) {
    max-width: 680px;
    margin-inline: auto;
  }

  .ga-public-home .service-tile-wrapper ul.i-list.medium li {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .ga-public-home main > .container:first-child,
  .ga-public-home main > .container-fluid:first-child,
  .ga-public-home main > .card:first-child,
  .ga-public-home main > section:first-child {
    padding: 2.25rem 1rem 2.75rem;
  }

  .ga-public-home main > :first-child::before {
    width: 190px;
    height: 190px;
    top: -120px;
    right: -80px;
    border-width: 30px;
  }

  .ga-public-home main > :first-child > .row,
  .ga-public-home main > :first-child .card-body > .row:first-child {
    gap: 1.5rem;
  }

  .ga-public-home main > :first-child > .row > [class*="col-"],
  .ga-public-home main > :first-child .card-body > .row:first-child > [class*="col-"] {
    flex-basis: 100%;
    width: 100%;
  }

  .ga-public-home main > :first-child h1 {
    margin-inline: auto;
    font-size: clamp(2rem, 10vw, 2.65rem);
    text-align: center;
  }

  .ga-public-home main > :first-child p,
  .ga-public-home main > :first-child ul {
    font-size: .94rem;
  }

  .ga-public-home main > :first-child img {
    display: block;
    max-width: 120px;
    margin: 0 auto 1rem;
  }

  .ga-public-home main > :first-child .card:has(.entry-order-form) {
    border-radius: 14px;
    box-shadow: 0 16px 42px rgba(18, 38, 63, .13);
  }

  .ga-public-home main > :first-child .card:has(.entry-order-form) .card-header {
    border-radius: 14px 14px 0 0;
  }

  .ga-public-home main > :first-child .entry-order-fields {
    padding: 1rem;
  }

  .ga-public-home main > section,
  .ga-public-home main > .container,
  .ga-public-home main > .container-fluid {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .ga-public-home main h2 {
    font-size: 1.75rem;
  }

  .ga-public-home .counter_feature {
    min-height: 120px;
  }

  .ga-public-home .service-tile-wrapper ul.i-list.medium li {
    padding: 1.1rem;
  }

  .ga-public-home .service-tile-wrapper ul.i-list.medium .icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .ga-public-home .verti-timeline-wrapper .verti-timeline {
    margin-inline: .4rem;
  }

  .ga-public-home .verti-timeline-wrapper .verti-timeline .event-list {
    padding-right: .5rem;
  }

  .ga-public-home .testimony-wrapper .carousel {
    margin-block: 1.5rem;
  }

  .ga-public-home .testimony-wrapper .carousel .testimonial {
    min-height: 0;
    margin-inline: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ga-public-home main .card,
  .ga-public-home main > :first-child .entry-order-submit {
    transition: none;
  }
}

/* Repository-managed GoodAcademic homepage */
.ga-public-home {
  --ga-home-ink: #10243b;
  --ga-home-muted: #5a6a7c;
  --ga-home-blue: #087d9e;
  --ga-home-blue-dark: #055f79;
  --ga-home-blue-soft: #eaf7fa;
  --ga-home-gold: #ffb51b;
  --ga-home-border: #dce6ed;
  background: #f7fafc;
}

.ga-public-home main {
  overflow: visible;
}

.ga-public-home main > section {
  padding: 0;
}

.ga-public-home .ga-public-nav {
  position: relative;
  top: 0;
  min-height: 68px;
  background: rgba(255, 255, 255, .96) !important;
  backdrop-filter: blur(14px);
}

.ga-public-home .ga-public-nav .container {
  max-width: 1180px;
}

.ga-public-home .ga-public-nav .nav-link {
  font-size: .88rem;
}

.ga-public-home .ga-public-nav .ga-nav-order {
  padding-inline: 1rem !important;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(255, 181, 27, .2);
}

@media (max-width: 991.98px) {
  .ga-public-nav .ga-nav-order {
    margin-top: .45rem;
    margin-bottom: .65rem;
  }
}

.ga-home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 3.8vw, 3.75rem) 0 clamp(1rem, 2vw, 1.75rem) !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(8, 125, 158, .11), transparent 28rem),
    radial-gradient(circle at 88% 5%, rgba(255, 181, 27, .12), transparent 22rem),
    linear-gradient(135deg, #fff 0%, #f5fbfd 58%, #edf8fb 100%);
}

.ga-home-hero::after {
  display: none;
}

.ga-home-hero .container,
.ga-home-section .container,
.ga-home-trust-strip .container,
.ga-home-final-cta .container {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.ga-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .72fr);
  gap: clamp(2rem, 4.5vw, 4.25rem);
  align-items: start;
}

.ga-home-kicker,
.ga-home-section-heading > span,
.ga-home-order-heading > span,
.ga-home-final-cta span {
  display: inline-block;
  margin-bottom: .8rem;
  color: var(--ga-home-blue-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ga-home-hero-copy h1 {
  max-width: 700px;
  margin: 0 0 1.3rem;
  color: var(--ga-home-ink);
  font-size: clamp(2.55rem, 4.45vw, 4.25rem);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.ga-home-lead {
  max-width: 650px;
  margin-bottom: 1.5rem;
  color: var(--ga-home-muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.75;
}

.ga-home-trust-list {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: .65rem 1.1rem;
  align-items: start;
  margin-bottom: 1.8rem;
}

.ga-home-trust-list > span {
  display: grid;
  grid-template-columns: 22px minmax(0, max-content);
  align-items: center;
  gap: .42rem;
  color: #34485d;
  font-size: .88rem;
  font-weight: 800;
}

.ga-home-check {
  display: inline-grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ga-home-blue);
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
}

.ga-home-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 2.2rem;
}

.ga-home-primary-button {
  display: inline-flex;
  min-height: 50px;
  padding: .75rem 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #172033 !important;
  background: var(--ga-home-gold);
  box-shadow: 0 12px 28px rgba(255, 181, 27, .25);
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ga-home-primary-button:hover,
.ga-home-primary-button:focus {
  color: #172033;
  background: #f5a900;
  box-shadow: 0 15px 34px rgba(245, 169, 0, .3);
  transform: translateY(-2px);
}

.ga-home-text-link {
  color: var(--ga-home-blue-dark) !important;
  font-weight: 900;
  text-decoration: none;
}

.ga-home-text-link::after {
  margin-left: .35rem;
  content: "→";
}

.ga-home-confidence {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 610px;
  border-top: 1px solid var(--ga-home-border);
}

.ga-home-confidence div {
  display: flex;
  gap: .7rem;
  padding: 1rem 1rem 0 0;
  align-items: center;
}

.ga-home-confidence strong {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  color: var(--ga-home-blue-dark);
  background: var(--ga-home-blue-soft);
  font-size: .82rem;
}

.ga-home-confidence span {
  color: #506176;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.3;
}

.ga-home-workspace-preview {
  display: none;
  width: min(100%, 610px);
  max-width: 610px;
  height: clamp(340px, 29vw, 410px);
  overflow: hidden;
  border: 1px solid rgba(16, 36, 59, .12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(16, 36, 59, .12);
}

.ga-home-workspace-preview img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transform: scale(1.16);
}

@media (min-width: 992px) {
  .ga-home-workspace-preview {
    display: block;
    margin-top: 1.2rem;
  }
}

.ga-home-order-card {
  isolation: isolate;
  position: relative;
  scroll-margin-top: 88px;
  padding: clamp(1.05rem, 2vw, 1.45rem);
  border: 1px solid rgba(16, 36, 59, .08);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, #fff 48%, #fbfdff 100%);
  box-shadow:
    0 1px 1px rgba(255, 255, 255, .95) inset,
    0 18px 40px rgba(16, 36, 59, .08),
    0 36px 84px rgba(16, 36, 59, .16);
}

.ga-home-order-card::before {
  z-index: 2;
  position: absolute;
  height: 6px;
  top: 0;
  right: 24px;
  left: 24px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, var(--ga-home-blue), #14a9bd, var(--ga-home-gold));
  box-shadow: 0 10px 24px rgba(8, 125, 158, .16);
  content: "";
}

.ga-home-order-card::after {
  z-index: 0;
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(8, 125, 158, .07), transparent 34%),
    linear-gradient(315deg, rgba(255, 181, 27, .08), transparent 36%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .86) inset,
    0 28px 70px rgba(8, 125, 158, .08);
  content: "";
  opacity: .85;
  pointer-events: none;
}

.ga-home-order-card > * {
  position: relative;
  z-index: 1;
}

.ga-home-order-heading {
  margin-bottom: .95rem;
}

.ga-home-order-heading > span {
  margin-bottom: .45rem;
}

.ga-home-order-heading h2 {
  margin: 0 0 .45rem;
  color: var(--ga-home-ink);
  font-size: clamp(1.38rem, 2.2vw, 1.72rem);
  font-weight: 850;
}

.ga-home-order-heading p {
  margin: 0;
  color: var(--ga-home-muted);
  font-size: .84rem;
  line-height: 1.5;
}

.ga-home-order-card .entry-order-fields {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.ga-home-order-card .entry-order-fields > .row {
  margin-bottom: .65rem !important;
}

.ga-home-order-card .entry-order-fields > .row:last-child {
  display: block;
  margin-bottom: 0 !important;
}

.ga-home-order-card .entry-order-progress {
  margin-bottom: .82rem;
  padding: .72rem .76rem;
}

.ga-home-order-card .entry-order-progress-bar {
  height: .22rem;
}

.ga-home-order-card .entry-order-progress-row {
  align-items: center;
  font-size: .76rem;
}

.ga-home-order-card .entry-order-fields .col-form-label {
  padding-top: .5rem;
  color: #405269;
  font-size: .76rem;
}

.ga-home-order-card .entry-order-fields .form-control,
.ga-home-order-card .entry-order-fields .form-select,
.ga-home-order-card .entry-order-fields select {
  min-height: 40px;
  font-size: .86rem;
  background-color: #fbfcfd;
}

.ga-home-order-card,
.ga-home-order-card .entry-order-form,
.ga-home-order-card .entry-order-fields,
.ga-home-order-card .entry-order-fields > .row,
.ga-home-order-card .entry-order-fields > .row > div {
  overflow: visible;
}

.ga-home-order-card .ga-paper-type-select {
  position: relative;
  z-index: 10;
  padding-right: .75rem;
  color: var(--ga-home-ink) !important;
  background-color: #fff !important;
  background-image: none !important;
  cursor: pointer;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: auto !important;
}

.ga-home-order-card .ga-paper-type-select:focus {
  z-index: 30;
}

.ga-home-order-card .ga-paper-type-select option {
  color: #10243b;
  background: #fff;
  font-size: 1rem;
}

.ga-home-order-card .entry-order-help {
  font-size: .74rem;
}

.ga-home-order-card .entry-order-fields > .row:last-child > div {
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.ga-home-order-card .entry-order-submit {
  min-height: 44px;
}

.ga-home-order-card .entry-order-submit-copy {
  grid-template-columns: 1.45rem minmax(0, 1fr);
  align-items: start;
  gap: .5rem;
  margin-top: .7rem;
  padding: .65rem .75rem;
  font-size: .76rem;
  line-height: 1.4;
}

.ga-home-order-card .entry-auth-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: .7rem;
  padding-top: .7rem;
  border-top: 1px solid #e8edf2;
}

.ga-home-order-card .entry-auth-action {
  min-width: 0;
  min-height: 34px;
  padding-right: .65rem;
  padding-left: .65rem;
  font-size: .8rem;
}

.ga-home-order-note {
  display: flex;
  gap: .45rem;
  margin-top: .6rem;
  align-items: center;
  justify-content: center;
  color: #718094;
  font-size: .68rem;
  line-height: 1.4;
  text-align: center;
}

.ga-home-lock {
  display: inline-grid;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: .58rem;
  font-weight: 900;
  line-height: 1;
}

.ga-home-trust-strip {
  padding: 1.35rem 0 !important;
  border-top: 1px solid #e4ebf0;
  border-bottom: 1px solid #e4ebf0;
  background: #fff;
}

.ga-home-trust-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ga-home-trust-strip .container > div {
  padding: .3rem 1.4rem;
  border-right: 1px solid #e1e8ee;
  text-align: center;
}

.ga-home-trust-strip .container > div:first-child {
  padding-left: 0;
}

.ga-home-trust-strip .container > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.ga-home-trust-strip strong,
.ga-home-trust-strip span {
  display: block;
}

.ga-home-trust-strip strong {
  margin-bottom: .2rem;
  color: var(--ga-home-ink);
  font-size: .9rem;
}

.ga-home-trust-strip span {
  color: #718094;
  font-size: .76rem;
}

.ga-home-section {
  padding: clamp(3.25rem, 5.5vw, 5rem) 0 !important;
}

.ga-home-section-heading {
  max-width: 720px;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.ga-home-section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ga-home-section-heading h2,
.ga-home-workspace-card h2,
.ga-home-final-cta h2 {
  margin: 0 0 .8rem;
  color: var(--ga-home-ink);
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.ga-home-section-heading p,
.ga-home-workspace-card p {
  margin: 0;
  color: var(--ga-home-muted);
  line-height: 1.75;
}

.ga-home-how {
  background: #f5f9fc;
}

.ga-home-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.ga-home-steps article,
.ga-home-benefit-grid article {
  position: relative;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--ga-home-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16, 36, 59, .07);
}

.ga-home-step-number {
  margin-bottom: 1.6rem;
  color: var(--ga-home-blue);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .09em;
}

.ga-home-steps article:not(:last-child)::after {
  position: absolute;
  width: 2.5rem;
  height: 1px;
  top: 2rem;
  right: -1.9rem;
  z-index: 2;
  background: #b8cbd5;
  content: "";
}

.ga-home-steps h3,
.ga-home-benefit-grid h3 {
  margin-bottom: .65rem;
  color: var(--ga-home-ink);
  font-size: 1.08rem;
  font-weight: 850;
}

.ga-home-steps p,
.ga-home-benefit-grid p {
  margin: 0;
  color: var(--ga-home-muted);
  font-size: .9rem;
  line-height: 1.7;
}

.ga-home-benefits {
  background: #fff;
}

.ga-home-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.ga-home-benefit-grid article {
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ga-home-benefit-grid article:hover {
  border-color: rgba(8, 125, 158, .3);
  box-shadow: 0 16px 38px rgba(16, 36, 59, .09);
  transform: translateY(-4px);
}

.ga-home-feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 1.25rem;
  place-items: center;
  border-radius: 13px;
  color: var(--ga-home-blue-dark);
  background: var(--ga-home-blue-soft);
}

.ga-home-feature-icon span {
  color: inherit;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.ga-home-workspace {
  background: #f5f9fc;
}

.ga-home-workspace-card {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(2rem, 6vw, 4.5rem);
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(42, 183, 205, .3), transparent 20rem),
    #102b45;
  box-shadow: 0 25px 60px rgba(16, 43, 69, .18);
}

.ga-home-workspace-card h2,
.ga-home-workspace-card p {
  color: #fff;
}

.ga-home-workspace-card p {
  margin-bottom: 1.5rem;
  color: #c8d7e3;
}

.ga-home-workspace-card .ga-home-kicker {
  color: #62d5e5;
}

.ga-home-workspace-visual {
  display: grid;
  gap: .8rem;
}

.ga-home-mini-card {
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}

.ga-home-mini-card:nth-child(2) {
  margin-left: 2rem;
}

.ga-home-mini-card span,
.ga-home-mini-card strong {
  display: block;
}

.ga-home-mini-card span {
  margin-bottom: .25rem;
  color: #78d7e5;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ga-home-mini-card strong {
  color: #fff;
  font-size: .92rem;
}

.ga-home-services {
  background: #fff;
}

.ga-home-service-tags {
  display: flex;
  max-width: 940px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
}

.ga-home-service-tags span {
  padding: .75rem 1rem;
  border: 1px solid var(--ga-home-border);
  border-radius: 999px;
  color: #405269;
  background: #fbfdfe;
  font-size: .86rem;
  font-weight: 800;
}

.ga-home-faq {
  background: #f5f9fc;
}

.ga-home-faq .container {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.ga-home-faq-list {
  display: grid;
  gap: .7rem;
}

.ga-home-faq-list details {
  border: 1px solid var(--ga-home-border);
  border-radius: 12px;
  background: #fff;
}

.ga-home-faq-list summary {
  position: relative;
  padding: 1.05rem 3rem 1.05rem 1.15rem;
  color: var(--ga-home-ink);
  cursor: pointer;
  font-size: .92rem;
  font-weight: 850;
  list-style: none;
}

.ga-home-faq-list summary::-webkit-details-marker {
  display: none;
}

.ga-home-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 1.1rem;
  color: var(--ga-home-blue);
  content: "+";
  font-size: 1.3rem;
  transform: translateY(-50%);
}

.ga-home-faq-list details[open] summary::after {
  content: "−";
}

.ga-home-faq-list p {
  margin: 0;
  padding: 0 1.15rem 1.1rem;
  color: var(--ga-home-muted);
  font-size: .88rem;
  line-height: 1.65;
}

.ga-home-final-cta {
  padding: clamp(2.5rem, 5vw, 4rem) 0 !important;
  background: #fff;
}

.ga-home-final-cta .container {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.ga-home-final-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.ga-public-home footer {
  margin-top: 0;
}

.ga-public-home footer .footer-service-wrapper {
  display: none !important;
}

.ga-public-home footer > .container {
  padding-top: 1.5rem !important;
}

.ga-public-home .ga-home-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .ga-public-home .ga-header-whatsapp {
    display: inline-flex;
  }

  .ga-home-hero-grid,
  .ga-home-workspace-card {
    grid-template-columns: 1fr;
  }

  .ga-home-hero-grid {
    gap: 1.5rem;
  }

  .ga-home-hero-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .ga-home-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .ga-home-trust-list,
  .ga-home-hero-actions {
    justify-content: center;
  }

  .ga-home-confidence {
    margin-right: auto;
    margin-left: auto;
  }

  .ga-home-order-card {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .ga-home-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ga-home-faq .container {
    grid-template-columns: 1fr;
  }

  .ga-home-faq .ga-home-section-heading {
    margin-bottom: 0;
  }
}

  @media (max-width: 767.98px) {
  .ga-public-home .ga-public-nav {
    position: relative;
  }

  .ga-home-hero {
    padding: 2.5rem 0 2rem !important;
  }

  .ga-home-hero-copy h1 {
    font-size: clamp(2.15rem, 11vw, 3.1rem);
  }

  .ga-home-trust-list {
    display: grid;
    grid-template-columns: minmax(0, 280px);
    justify-content: center;
    text-align: left;
  }

  .ga-home-hero-actions {
    flex-direction: column;
    gap: .75rem;
    margin-bottom: 1.35rem;
  }

  .ga-home-primary-button {
    width: 100%;
    max-width: 340px;
  }

  .ga-home-confidence {
    grid-template-columns: 1fr;
    padding-top: .7rem;
  }

  .ga-home-confidence div {
    padding-top: .55rem;
  }

  .ga-home-order-card {
    scroll-margin-top: 16px;
    padding: 1rem;
    border-radius: 15px;
  }

  .ga-home-order-card:focus-within {
    transform: none;
  }

  .ga-home-order-card .entry-auth-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .4rem;
  }

  .ga-home-order-card .entry-auth-action {
    flex: 1 1 0;
    min-width: 0;
    padding-right: .45rem;
    padding-left: .45rem;
    font-size: .78rem;
  }

  .ga-home-order-card .entry-order-fields .col-form-label {
    padding: 0 0 .3rem;
  }

  .ga-home-order-card .entry-order-fields .row:last-child > div {
    margin-left: 0;
    width: 100%;
  }

  .ga-home-trust-strip .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0;
  }

  .ga-home-trust-strip .container > div {
    padding: .25rem .75rem;
  }

  .ga-home-trust-strip .container > div:nth-child(2) {
    border-right: 0;
  }

  .ga-home-steps,
  .ga-home-benefit-grid {
    grid-template-columns: 1fr;
  }

  .ga-home-steps article:not(:last-child)::after {
    display: none;
  }

  .ga-home-section {
    padding: 3rem 0 !important;
  }

  .ga-home-workspace-card {
    padding: 1.5rem;
    border-radius: 18px;
  }

  .ga-home-mini-card:nth-child(2) {
    margin-left: 0;
  }

  .ga-home-final-cta .container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 380px) {
  .ga-home-order-card .entry-order-recaptcha {
    margin-right: -1rem;
  }

  .ga-home-trust-strip .container {
    grid-template-columns: 1fr;
  }

  .ga-home-trust-strip .container > div {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ga-home-primary-button,
  .ga-home-benefit-grid article {
    transition: none;
  }
}

/* Visual effects noted for GoodAcademic polish:
   - subtle homepage hero/background depth
   - premium hover/focus micro-interactions
   - clear order-form focus states
   - restrained motion that respects reduced-motion settings */
.ga-home-hero::before {
  display: none;
}

.ga-home-order-card {
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.ga-home-order-card:focus-within {
  border-color: rgba(8, 125, 158, .34);
  box-shadow:
    0 1px 1px rgba(255, 255, 255, .95) inset,
    0 24px 48px rgba(16, 36, 59, .1),
    0 42px 92px rgba(16, 36, 59, .2),
    0 0 0 4px rgba(8, 125, 158, .08);
  transform: translateY(-2px);
}

.ga-home-order-card .entry-order-fields .form-control,
.ga-home-order-card .entry-order-fields .form-select,
.ga-home-order-card .entry-order-fields select {
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease, transform .16s ease;
}

.ga-home-order-card .entry-order-fields .form-control:focus,
.ga-home-order-card .entry-order-fields .form-select:focus,
.ga-home-order-card .entry-order-fields select:focus {
  background-color: #fff;
  border-color: rgba(8, 125, 158, .45);
  box-shadow:
    0 0 0 .2rem rgba(8, 125, 158, .12),
    0 10px 24px rgba(16, 36, 59, .08);
  transform: translateY(-1px);
}

.ga-home-order-card .entry-order-submit {
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  box-shadow: 0 12px 28px rgba(255, 181, 27, .24);
}

.ga-home-order-card .entry-order-submit:hover,
.ga-home-order-card .entry-order-submit:focus {
  box-shadow: 0 16px 34px rgba(255, 181, 27, .34);
  transform: translateY(-1px);
}

@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .ga-home-order-card:hover {
    border-color: rgba(8, 125, 158, .22);
    box-shadow:
      0 1px 1px rgba(255, 255, 255, .95) inset,
      0 24px 52px rgba(16, 36, 59, .1),
      0 46px 96px rgba(16, 36, 59, .2);
    transform: translateY(-4px);
  }
}

.ga-home-trust-strip .container > div,
.ga-home-steps article,
.ga-home-service-tags span,
.ga-home-faq-list details {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}

.ga-home-trust-strip .container > div:hover,
.ga-home-steps article:hover,
.ga-home-service-tags span:hover,
.ga-home-faq-list details:hover {
  border-color: rgba(8, 125, 158, .22);
  background-color: #fff;
  box-shadow: 0 16px 34px rgba(16, 36, 59, .07);
  transform: translateY(-3px);
}

.ga-home-workspace-card {
  position: relative;
}

.ga-home-workspace-card::after {
  position: absolute;
  inset: -40% auto auto -20%;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, .1), transparent 68%);
  content: "";
  pointer-events: none;
}

.ga-home-mini-card {
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.ga-home-mini-card:hover {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .12);
  transform: translateX(4px);
}

@media (prefers-reduced-motion: no-preference) {
  .ga-home-hero::before {
    animation: ga-soft-float 9s ease-in-out infinite alternate;
  }

  .ga-home-hero::after {
    animation: ga-slow-orbit 18s linear infinite;
  }
}

@keyframes ga-soft-float {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(1rem, -.65rem, 0) rotate(7deg);
  }
}

@keyframes ga-slow-orbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ga-home-hero::before,
  .ga-home-hero::after {
    animation: none !important;
  }

  .ga-home-order-card,
  .ga-home-order-card .entry-order-fields .form-control,
  .ga-home-order-card .entry-order-fields .form-select,
  .ga-home-order-card .entry-order-fields select,
  .ga-home-order-card .entry-order-submit,
  .ga-home-trust-strip .container > div,
  .ga-home-steps article,
  .ga-home-service-tags span,
  .ga-home-faq-list details,
  .ga-home-mini-card {
    transition: none !important;
  }

  .ga-home-order-card,
  .ga-home-order-card:focus-within,
  .ga-home-order-card .entry-order-fields .form-control:focus,
  .ga-home-order-card .entry-order-fields .form-select:focus,
  .ga-home-order-card .entry-order-fields select:focus,
  .ga-home-order-card .entry-order-submit:hover,
  .ga-home-order-card .entry-order-submit:focus {
    transform: none !important;
  }
}

/* Scoped How It Works page polish. Keeps the restored live timeline intact
   while making the page body match the newer public-page presentation. */
.ga-how-page {
  --ga-how-ink: #10243b;
  --ga-how-muted: #5f7086;
  --ga-how-line: #dbe4ee;
  --ga-how-blue: #075f7c;
  --ga-how-cyan: #13afae;
  --ga-how-gold: #ffb21a;
  padding: clamp(1.5rem, 4vw, 3.5rem) max(1rem, calc((100vw - 1180px) / 2)) clamp(2.5rem, 5vw, 4rem);
  background:
    radial-gradient(circle at 6% 6%, rgba(19, 175, 174, .10), transparent 24rem),
    radial-gradient(circle at 94% 0, rgba(255, 178, 26, .12), transparent 22rem),
    #f4f8fc;
  color: var(--ga-how-ink);
}

.ga-how-container {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.ga-how-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: start;
}

.ga-how-copy,
.ga-how-order-card,
.ga-how-steps-panel {
  border: 1px solid rgba(16, 36, 59, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 60px rgba(16, 36, 59, .10);
}

.ga-how-copy {
  padding: clamp(1.35rem, 3vw, 2rem);
  overflow: hidden;
}

.ga-how-eyebrow,
.ga-how-section-heading > span,
.ga-how-order-heading > span {
  display: inline-flex;
  margin-bottom: .65rem;
  color: var(--ga-how-blue);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ga-how-copy h1 {
  margin: 0;
  color: var(--ga-how-ink);
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.05;
  text-align: left !important;
}

.ga-how-lead {
  max-width: 660px;
  margin: .85rem 0 0;
  color: var(--ga-how-muted);
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.7;
}

.ga-how-trust {
  display: flex;
  gap: .65rem;
  margin: 1.2rem 0 1.55rem;
  flex-wrap: wrap;
}

.ga-how-trust span {
  display: inline-flex;
  gap: .4rem;
  align-items: center;
  padding: .48rem .72rem;
  border: 1px solid #d7edf2;
  border-radius: 999px;
  color: #27536a;
  background: #eef9fb;
  font-size: .82rem;
  font-weight: 800;
}

.ga-how-trust span::before {
  display: inline-grid;
  width: 1.05rem;
  height: 1.05rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ga-how-cyan);
  content: "✓";
  font-size: .67rem;
}

.ga-how-timeline-card {
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid var(--ga-how-line);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #f9fbfd);
}

.ga-how-timeline-card .main-timeline3 {
  max-width: 640px;
  margin: 0 auto;
}

.ga-how-order-card {
  position: sticky;
  top: 1rem;
  padding: clamp(1.1rem, 2.4vw, 1.6rem);
}

.ga-how-order-card::before {
  display: block;
  height: 5px;
  margin: -1px 1.2rem 1rem;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, var(--ga-how-blue), var(--ga-how-cyan), var(--ga-how-gold));
  content: "";
}

.ga-how-order-heading {
  margin-bottom: 1rem;
}

.ga-how-order-heading h2 {
  margin: 0 0 .4rem;
  color: var(--ga-how-ink);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 900;
  letter-spacing: -.025em;
}

.ga-how-order-heading p {
  margin: 0;
  color: var(--ga-how-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.ga-how-order-card .entry-order-fields {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ga-how-order-card .entry-order-fields > .row {
  margin-bottom: .85rem !important;
}

.ga-how-order-card .entry-order-fields .col-form-label {
  color: #405269;
  font-size: .8rem;
  font-weight: 900;
}

.ga-how-order-card .entry-order-fields .form-control,
.ga-how-order-card .entry-order-fields .form-select,
.ga-how-order-card .entry-order-fields select {
  min-height: 44px;
  background-color: #fbfcfd;
}

.ga-how-order-card .entry-order-submit {
  min-height: 50px;
  border-radius: 9px;
}

.ga-how-order-card .entry-auth-actions {
  margin-top: 1rem;
  padding-top: .95rem;
  border-top: 1px solid #e8edf2;
}

.ga-how-steps-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.ga-how-section-heading {
  max-width: 760px;
  margin-bottom: 1.3rem;
}

.ga-how-section-heading h2 {
  margin: 0 0 .55rem;
  color: var(--ga-how-ink);
  font-size: clamp(1.45rem, 2.8vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.ga-how-section-heading p {
  margin: 0;
  color: var(--ga-how-muted);
}

.ga-how-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .9rem;
}

.ga-how-step-card {
  padding: 1.1rem;
  border: 1px solid var(--ga-how-line);
  border-radius: 16px;
  background: #fff;
}

.ga-how-step-card > span {
  display: inline-grid;
  width: 2.15rem;
  height: 2.15rem;
  margin-bottom: .85rem;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ga-how-blue);
  font-size: .78rem;
  font-weight: 900;
}

.ga-how-step-card h3 {
  margin: 0 0 .55rem;
  color: var(--ga-how-ink);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.25;
}

.ga-how-step-card p {
  margin: 0;
  color: var(--ga-how-muted);
  font-size: .88rem;
  line-height: 1.6;
}

.ga-how-cta {
  display: flex;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: 1.1rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: linear-gradient(135deg, #eef9fb, #fff7e2);
}

.ga-how-cta strong,
.ga-how-cta span {
  display: block;
}

.ga-how-cta strong {
  color: var(--ga-how-ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.ga-how-cta span {
  color: var(--ga-how-muted);
  font-size: .9rem;
}

.ga-how-cta .btn {
  min-height: 42px;
  padding: .62rem 1rem;
  border: 0;
  border-radius: 9px;
  background: #f44556;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .ga-how-hero {
    grid-template-columns: 1fr;
  }

  .ga-how-order-card {
    position: static;
  }

  .ga-how-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .ga-how-page {
    padding: 1rem .75rem 2rem;
  }

  .ga-how-copy,
  .ga-how-order-card,
  .ga-how-steps-panel {
    border-radius: 18px;
  }

  .ga-how-copy,
  .ga-how-steps-panel {
    padding: 1rem;
  }

  .ga-how-copy h1,
  .ga-how-lead {
    text-align: center !important;
  }

  .ga-how-trust {
    justify-content: center;
  }

  .ga-how-timeline-card {
    padding: .75rem;
    border-radius: 16px;
  }

  .ga-how-order-card {
    padding: 1rem;
  }

  .ga-how-order-card .entry-order-fields .col-form-label {
    padding-bottom: .3rem;
    text-align: left !important;
  }

  .ga-how-order-card .entry-order-fields .row:last-child > div {
    width: 100%;
    margin-left: 0;
  }

  .ga-how-order-card .entry-auth-actions {
    gap: .45rem;
    padding-right: 3.4rem;
  }

  .ga-how-order-card .entry-auth-action {
    flex: 1 1 0;
    min-width: 0;
    padding-right: .45rem;
    padding-left: .45rem;
    font-size: .78rem;
  }

  .ga-how-step-grid {
    grid-template-columns: 1fr;
  }

  .ga-how-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .ga-how-cta .btn {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .ga-public-home {
    overflow-x: hidden;
  }

  .ga-public-home .ga-home-hero,
  .ga-public-home .ga-home-hero .container,
  .ga-public-home .ga-home-hero-grid,
  .ga-public-home .ga-home-hero-copy,
  .ga-public-home .ga-home-order-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .ga-public-home .ga-home-hero .container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    overflow: hidden;
  }

  .ga-public-home .ga-home-hero-grid {
    margin-right: 0;
    margin-left: 0;
    justify-items: stretch;
  }

  .ga-public-home .ga-home-hero-copy h1,
  .ga-public-home .ga-home-lead {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .ga-public-home .ga-home-hero-copy h1 {
    font-size: clamp(1.95rem, 9.2vw, 2.65rem);
    line-height: 1.08;
  }

  .ga-public-home .ga-home-text-link {
    width: auto;
  }

  .ga-public-home .ga-home-order-card {
    box-sizing: border-box;
    width: 100%;
    max-width: calc(100vw - 2.5rem);
    margin-right: auto;
    margin-left: auto;
  }

  .ga-public-home .ga-home-confidence {
    width: 100%;
    max-width: 340px;
    grid-template-columns: 1fr !important;
    margin-right: auto;
    margin-left: auto;
  }

  .ga-public-home .ga-home-confidence div {
    justify-content: center;
    padding-right: 0;
    text-align: left;
  }
}

/* Repository-managed GoodAcademic FAQ page */
.ga-public-faq {
  --ga-faq-ink: #10243b;
  --ga-faq-muted: #5a6a7c;
  --ga-faq-blue: #087d9e;
  --ga-faq-blue-dark: #055f79;
  --ga-faq-blue-soft: #eaf7fa;
  --ga-faq-gold: #ffb51b;
  --ga-faq-border: #dce6ed;
  background: #f6fafc;
}

.ga-faq-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 8%, rgba(8, 125, 158, .12), transparent 26rem),
    radial-gradient(circle at 94% 5%, rgba(255, 181, 27, .14), transparent 22rem),
    linear-gradient(135deg, #ffffff 0%, #f5fbfd 52%, #edf8fb 100%);
}

.ga-faq-container {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.ga-faq-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .55fr);
  gap: clamp(1.5rem, 4vw, 3.25rem);
  padding: clamp(2rem, 4vw, 3.2rem) 0 clamp(1.25rem, 3vw, 2rem);
  align-items: center;
}

.ga-faq-eyebrow,
.ga-faq-section-heading span,
.ga-faq-order-heading span {
  display: inline-block;
  margin-bottom: .75rem;
  color: var(--ga-faq-blue-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ga-faq-copy h1 {
  max-width: 620px;
  margin: 0 0 .9rem;
  color: var(--ga-faq-ink);
  font-size: clamp(2.35rem, 4.35vw, 4rem);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1.03;
  text-wrap: balance;
}

.ga-faq-copy p {
  max-width: 590px;
  margin: 0;
  color: var(--ga-faq-muted);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.75;
}

.ga-faq-trust {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.25rem;
}

.ga-faq-trust span {
  display: inline-flex;
  min-height: 36px;
  padding: .4rem .8rem;
  align-items: center;
  border: 1px solid rgba(8, 125, 158, .16);
  border-radius: 999px;
  color: #34485d;
  background: rgba(255, 255, 255, .74);
  font-size: .86rem;
  font-weight: 800;
}

.ga-faq-help-card {
  position: relative;
  padding: clamp(1.35rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(8, 125, 158, .14);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(244, 251, 253, .94)),
    #fff;
  box-shadow: 0 24px 60px rgba(16, 36, 59, .12);
}

.ga-faq-help-card::before {
  position: absolute;
  height: 5px;
  top: 0;
  right: 22px;
  left: 22px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--ga-faq-blue), #14a9bd, var(--ga-faq-gold));
  content: "";
}

.ga-faq-help-card > span,
.ga-faq-topic-grid span {
  display: inline-block;
  margin-bottom: .55rem;
  color: var(--ga-faq-blue-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ga-faq-help-card h2 {
  margin: 0 0 .55rem;
  color: var(--ga-faq-ink);
  font-size: clamp(1.45rem, 2.3vw, 1.9rem);
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.ga-faq-help-card p {
  margin: 0;
  color: var(--ga-faq-muted);
  font-size: .96rem;
  line-height: 1.65;
}

.ga-faq-help-list {
  display: grid;
  gap: .65rem;
  margin: 1.2rem 0;
}

.ga-faq-help-list div {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: .75rem;
  padding: .7rem .8rem;
  align-items: center;
  border: 1px solid rgba(8, 125, 158, .1);
  border-radius: 12px;
  background: #fff;
}

.ga-faq-help-list strong {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ga-faq-blue);
  font-size: .76rem;
  font-weight: 900;
}

.ga-faq-help-list span {
  color: var(--ga-faq-ink);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.35;
}

.ga-faq-help-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
}

.ga-faq-help-card .ga-faq-secondary-link {
  border-color: rgba(8, 125, 158, .22);
  color: var(--ga-faq-blue-dark) !important;
  background: #fff;
}

.ga-faq-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: clamp(1.6rem, 3vw, 2.5rem);
}

.ga-faq-topic-grid div {
  min-height: 164px;
  padding: 1.25rem;
  border: 1px solid rgba(16, 36, 59, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 38px rgba(16, 36, 59, .06);
}

.ga-faq-topic-grid strong {
  display: block;
  margin-bottom: .55rem;
  color: var(--ga-faq-ink);
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.25;
}

.ga-faq-topic-grid p {
  margin: 0;
  color: var(--ga-faq-muted);
  font-size: .93rem;
  line-height: 1.6;
}

.ga-faq-order-card {
  position: relative;
  padding: clamp(1.15rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(16, 36, 59, .1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(16, 36, 59, .15);
}

.ga-faq-order-card::before {
  position: absolute;
  height: 5px;
  top: 0;
  right: 24px;
  left: 24px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--ga-faq-blue), #14a9bd, var(--ga-faq-gold));
  content: "";
}

.ga-faq-order-heading {
  margin-bottom: 1.15rem;
}

.ga-faq-order-heading h2 {
  margin: 0 0 .45rem;
  color: var(--ga-faq-ink);
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  font-weight: 850;
}

.ga-faq-order-heading p {
  margin: 0;
  color: var(--ga-faq-muted);
  font-size: .88rem;
  line-height: 1.55;
}

.ga-faq-order-card,
.ga-faq-order-card .entry-order-form,
.ga-faq-order-card .entry-order-fields,
.ga-faq-order-card .entry-order-fields > .row,
.ga-faq-order-card .entry-order-fields > .row > div {
  overflow: visible;
}

.ga-faq-order-card .entry-order-fields {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.ga-faq-order-card .entry-order-fields > .row {
  margin-bottom: .8rem !important;
}

.ga-faq-order-card .entry-order-fields .col-form-label {
  padding-top: .55rem;
  color: #405269;
  font-size: .78rem;
}

.ga-faq-order-card .entry-order-fields .form-control,
.ga-faq-order-card .entry-order-fields .form-select,
.ga-faq-order-card .entry-order-fields select {
  min-height: 43px;
  font-size: .9rem;
  background-color: #fbfcfd;
}

.ga-faq-order-card .entry-order-submit {
  min-height: 49px;
  border-radius: 9px;
  background: var(--ga-faq-gold);
  box-shadow: 0 10px 24px rgba(255, 181, 27, .22);
}

.ga-faq-order-card .entry-auth-actions {
  margin-top: .9rem;
  padding-top: .9rem;
  border-top: 1px solid #e8edf2;
}

.ga-faq-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 2.4vw, 1.9rem);
  padding: clamp(1.35rem, 3vw, 2.25rem) 0 clamp(2.4rem, 4.5vw, 3.5rem);
  align-items: start;
}

.ga-faq-section-heading {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ga-faq-section-heading h2 {
  margin: 0 0 .7rem;
  color: var(--ga-faq-ink);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.ga-faq-section-heading p {
  margin: 0;
  color: var(--ga-faq-muted);
  line-height: 1.75;
}

.ga-faq-accordion {
  display: grid;
  width: min(980px, 100%);
  margin-right: auto;
  margin-left: auto;
  gap: .65rem;
}

.ga-faq-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid var(--ga-faq-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(16, 36, 59, .055);
}

.ga-faq-accordion .accordion-button {
  min-height: 54px;
  padding: .9rem 1.15rem;
  color: var(--ga-faq-ink);
  background: #fff;
  font-size: .98rem;
  font-weight: 850;
  line-height: 1.35;
  box-shadow: none;
}

.ga-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--ga-faq-blue-dark);
  background: var(--ga-faq-blue-soft);
}

.ga-faq-accordion .accordion-button:focus {
  border-color: rgba(8, 125, 158, .35);
  box-shadow: 0 0 0 .2rem rgba(8, 125, 158, .13);
}

.ga-faq-accordion .accordion-body {
  padding: .95rem 1.15rem 1.15rem;
  color: var(--ga-faq-muted);
  font-size: .95rem;
  line-height: 1.75;
}

.ga-faq-accordion .accordion-body a {
  color: var(--ga-faq-blue-dark);
  font-weight: 850;
}

.ga-faq-support-card {
  display: flex;
  width: min(1040px, 100%);
  margin-right: auto;
  margin-left: auto;
  gap: 1.5rem;
  margin-top: .75rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(42, 183, 205, .3), transparent 18rem),
    #102b45;
  box-shadow: 0 20px 50px rgba(16, 43, 69, .16);
}

.ga-faq-support-card span {
  display: inline-block;
  margin-bottom: .45rem;
  color: #62d5e5;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ga-faq-support-card h3 {
  max-width: 590px;
  margin: 0 0 .5rem;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 850;
  letter-spacing: -.03em;
  line-height: 1.12;
}

.ga-faq-support-card p {
  max-width: 620px;
  margin: 0;
  color: #c8d7e3;
  line-height: 1.65;
}

.ga-faq-support-actions {
  display: grid;
  min-width: 180px;
  gap: .7rem;
}

.ga-faq-primary-link,
.ga-faq-secondary-link {
  display: inline-flex;
  min-height: 46px;
  padding: .7rem 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.ga-faq-primary-link {
  color: #172033 !important;
  background: var(--ga-faq-gold);
  box-shadow: 0 12px 28px rgba(255, 181, 27, .22);
}

.ga-faq-secondary-link {
  border: 1px solid rgba(255, 255, 255, .22);
  color: #fff !important;
  background: rgba(255, 255, 255, .08);
}

.ga-public-faq footer {
  margin-top: 0;
  background: #10243b !important;
}

.ga-public-faq footer > .container {
  padding: 1.15rem 1rem .85rem !important;
}

.ga-public-faq footer section {
  padding-block: .35rem;
}

.ga-public-faq footer .footer-service-wrapper {
  display: none !important;
}

.ga-public-faq footer .footer-bottom {
  padding: 1.1rem 1rem 1.25rem !important;
  background: #201f1f;
}

.ga-public-faq footer .footer-bottom > .row {
  max-width: 980px;
  margin: 0 auto .9rem !important;
  align-items: center;
}

.ga-public-faq footer .footer-bottom .col-sm-3 {
  margin: .25rem !important;
}

.ga-public-faq footer .ft-text-title {
  margin: 0 0 .5rem;
  font-size: 1rem;
}

.ga-public-faq footer .pspt-dtls {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  justify-content: center;
}

.ga-public-faq footer .pspt-dtls p,
.ga-public-faq footer .footer-contacts hr {
  display: none;
}

.ga-public-faq footer a.about,
.ga-public-faq footer a.team,
.ga-public-faq footer a.advertise {
  margin: 0;
  padding: .35rem .65rem;
  border-color: rgba(255, 181, 27, .65);
  border-radius: 999px;
  font-size: .78rem;
}

.ga-public-faq footer .footer-contacts {
  margin: 0;
  padding: 0;
  font-size: .78rem;
}

.ga-public-faq footer .footer-contacts li {
  margin-bottom: .35rem;
  list-style: none;
}

.ga-public-faq footer .footer-contacts img {
  width: 190px !important;
  height: auto !important;
  max-width: 100%;
}

.ga-public-faq footer .dk-footer-box-info img {
  width: 190px;
  max-width: 100%;
  height: auto;
}

.ga-public-faq footer .footer-service-wrapper ul li a,
.ga-public-faq footer a {
  text-underline-offset: 3px;
}

/* Final FAQ support-center composition */
.ga-public-faq .ga-faq-page {
  background:
    radial-gradient(circle at 10% 0, rgba(8, 125, 158, .1), transparent 22rem),
    radial-gradient(circle at 88% 0, rgba(255, 181, 27, .14), transparent 20rem),
    linear-gradient(180deg, #f9fcfd 0%, #eef8fb 100%);
}

.ga-public-faq .ga-faq-container {
  width: min(1120px, calc(100% - 2rem));
}

.ga-public-faq .ga-faq-hero {
  display: block;
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(2.25rem, 5vw, 4.25rem) 0 clamp(1.5rem, 3vw, 2.25rem);
  text-align: center;
}

.ga-public-faq .ga-faq-copy h1 {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.3rem, 5vw, 4.1rem);
  line-height: 1.02;
}

.ga-public-faq .ga-faq-copy p {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.7;
}

.ga-public-faq .ga-faq-trust {
  justify-content: center;
}

.ga-public-faq .ga-faq-main {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  padding: 0 0 clamp(2.5rem, 5vw, 4rem);
}

.ga-faq-guide-card {
  position: sticky;
  top: 96px;
  align-self: start;
  padding: 1.45rem;
  border: 1px solid rgba(8, 125, 158, .14);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(16, 36, 59, .08);
}

.ga-faq-guide-card > span {
  display: inline-block;
  margin-bottom: .7rem;
  color: var(--ga-faq-blue-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ga-faq-guide-card h2 {
  margin: 0 0 .7rem;
  color: var(--ga-faq-ink);
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1.16;
}

.ga-faq-guide-card p {
  margin: 0 0 1rem;
  color: var(--ga-faq-muted);
  font-size: .94rem;
  line-height: 1.65;
}

.ga-faq-guide-card ul {
  display: grid;
  gap: .55rem;
  margin: 0 0 1.15rem;
  padding: 0;
}

.ga-faq-guide-card li {
  position: relative;
  list-style: none;
  padding-left: 1.25rem;
  color: #294056;
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.35;
}

.ga-faq-guide-card li::before {
  position: absolute;
  top: .28rem;
  left: 0;
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--ga-faq-blue);
  content: "";
}

.ga-faq-guide-actions {
  display: grid;
  gap: .65rem;
}

.ga-faq-guide-card .ga-faq-primary-link,
.ga-faq-guide-card .ga-faq-secondary-link {
  width: 100%;
}

.ga-faq-guide-card .ga-faq-secondary-link {
  border-color: rgba(8, 125, 158, .22);
  color: var(--ga-faq-blue-dark) !important;
  background: #fff;
}

.ga-faq-content {
  min-width: 0;
}

.ga-public-faq .ga-faq-section-heading {
  max-width: 720px;
  margin: 0 0 1rem;
  text-align: left;
}

.ga-public-faq .ga-faq-section-heading h2 {
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.ga-public-faq .ga-faq-accordion {
  width: 100%;
}

.ga-public-faq .ga-faq-accordion .accordion-item {
  border-color: rgba(16, 36, 59, .09);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(16, 36, 59, .045);
}

.ga-public-faq .ga-faq-accordion .accordion-button {
  min-height: 50px;
  padding: .85rem 1.1rem;
  font-size: .95rem;
}

.ga-public-faq .ga-faq-accordion .accordion-body {
  padding: .95rem 1.1rem 1.05rem;
  font-size: .93rem;
  line-height: 1.65;
}

.ga-public-faq .ga-faq-support-card {
  width: 100%;
  margin-top: 1rem;
  padding: 1.35rem;
  border-radius: 15px;
  box-shadow: 0 16px 38px rgba(16, 43, 69, .13);
}

.ga-public-faq .ga-faq-support-card h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.ga-public-faq footer > .container,
.ga-public-faq footer section {
  display: none !important;
}

.ga-public-faq footer .footer-bottom {
  padding: 1.15rem 1rem !important;
}

.ga-public-faq footer .footer-bottom > .row {
  display: none !important;
}

@media (max-width: 991.98px) {
  .ga-faq-hero,
  .ga-faq-main {
    grid-template-columns: 1fr;
  }

  .ga-faq-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .ga-faq-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .ga-faq-trust {
    justify-content: center;
  }

  .ga-faq-order-card {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .ga-faq-help-card {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

  .ga-faq-topic-grid {
    grid-template-columns: 1fr;
  }

  .ga-faq-topic-grid div {
    min-height: 0;
  }

  .ga-faq-section-heading {
    position: static;
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .ga-public-faq {
    overflow-x: hidden;
  }

  .ga-faq-container {
    width: min(100% - 2rem, 1180px);
  }

  .ga-faq-hero {
    padding-top: 1.75rem;
    padding-bottom: 1.4rem;
  }

  .ga-faq-copy h1 {
    font-size: clamp(2rem, 9.4vw, 2.75rem);
    line-height: 1.08;
  }

  .ga-faq-copy p {
    font-size: .96rem;
  }

  .ga-faq-trust {
    display: flex;
    grid-template-columns: none;
    justify-items: center;
  }

  .ga-faq-trust span {
    min-height: 32px;
    padding: .34rem .68rem;
    font-size: .78rem;
  }

  .ga-faq-order-card {
    box-sizing: border-box;
    max-width: calc(100vw - 2rem);
    padding: 1rem;
    border-radius: 15px;
  }

  .ga-faq-order-card .entry-auth-actions {
    gap: .4rem;
  }

  .ga-faq-order-card .entry-auth-action {
    flex: 1 1 0;
    min-width: 0;
    padding-right: .45rem;
    padding-left: .45rem;
    font-size: .78rem;
  }

  .ga-faq-order-card .entry-order-fields .col-form-label {
    padding: 0 0 .3rem;
  }

  .ga-faq-help-card {
    box-sizing: border-box;
    max-width: calc(100vw - 2rem);
    padding: 1.05rem;
    border-radius: 16px;
  }

  .ga-faq-help-actions {
    grid-template-columns: 1fr;
  }

  .ga-faq-topic-grid {
    gap: .75rem;
    margin-bottom: 1rem;
  }

  .ga-faq-topic-grid div {
    padding: 1rem;
    border-radius: 15px;
  }

  .ga-faq-main {
    gap: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 2.25rem;
  }

  .ga-faq-section-heading {
    text-align: center;
  }

  .ga-faq-section-heading h2 {
    font-size: 1.9rem;
  }

  .ga-faq-accordion .accordion-button {
    min-height: 54px;
    padding: .95rem 1rem;
    font-size: .9rem;
  }

  .ga-faq-accordion .accordion-body {
    padding: 1rem;
    font-size: .9rem;
  }

  .ga-faq-support-card {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .ga-faq-support-actions {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .ga-public-faq .ga-faq-main {
    grid-template-columns: 1fr;
  }

  .ga-faq-guide-card {
    position: static;
  }

  .ga-public-faq .ga-faq-section-heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .ga-public-faq .ga-faq-container {
    width: min(100% - 1.25rem, 1120px);
  }

  .ga-public-faq .ga-faq-hero {
    padding-top: 1.55rem;
    padding-bottom: 1rem;
  }

  .ga-public-faq .ga-faq-copy h1 {
    font-size: clamp(2rem, 8.6vw, 2.65rem);
  }

  .ga-public-faq .ga-faq-trust {
    gap: .45rem;
  }

  .ga-faq-guide-card {
    padding: 1.1rem;
    border-radius: 16px;
  }

  .ga-public-faq .ga-faq-main {
    gap: 1rem;
    padding-bottom: 2rem;
  }

  .ga-public-faq .ga-faq-section-heading h2 {
    font-size: 1.75rem;
  }

  .ga-public-faq .ga-faq-accordion {
    gap: .5rem;
  }

  .ga-public-faq .ga-faq-support-card {
    padding: 1.1rem;
  }
}

/* Repository-managed GoodAcademic register page */
.ga-public-auth {
  --ga-auth-ink: #10243b;
  --ga-auth-muted: #5f6f82;
  --ga-auth-blue: #087d9e;
  --ga-auth-blue-dark: #055f79;
  --ga-auth-gold: #ffb51b;
  --ga-auth-border: #dce6ed;
  background: #f5fafc;
}

.ga-auth-page {
  min-height: calc(100vh - 76px);
  padding: clamp(2rem, 5vw, 4rem) 0;
  background:
    radial-gradient(circle at 9% 4%, rgba(8, 125, 158, .12), transparent 24rem),
    radial-gradient(circle at 92% 3%, rgba(255, 181, 27, .14), transparent 22rem),
    linear-gradient(135deg, #ffffff 0%, #f5fbfd 52%, #edf8fb 100%);
}

.ga-auth-container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.ga-auth-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .72fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}

.ga-auth-copy {
  padding: clamp(1rem, 2vw, 1.5rem) 0;
}

.ga-auth-eyebrow,
.ga-auth-card-heading span {
  display: inline-block;
  margin-bottom: .75rem;
  color: var(--ga-auth-blue-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ga-auth-copy h1 {
  max-width: 620px;
  margin: 0 0 1rem;
  color: var(--ga-auth-ink);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 850;
  letter-spacing: -.045em;
  line-height: 1.03;
  text-wrap: balance;
}

.ga-auth-copy p {
  max-width: 590px;
  margin: 0;
  color: var(--ga-auth-muted);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.75;
}

.ga-auth-benefits {
  display: grid;
  max-width: 540px;
  gap: .75rem;
  margin-top: 1.55rem;
}

.ga-auth-benefits div {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: .8rem;
  padding: .85rem .95rem;
  align-items: center;
  border: 1px solid rgba(8, 125, 158, .11);
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 30px rgba(16, 36, 59, .045);
}

.ga-auth-benefits strong {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ga-auth-blue);
  font-size: .78rem;
  font-weight: 900;
}

.ga-auth-benefits span {
  color: var(--ga-auth-ink);
  font-weight: 850;
  line-height: 1.35;
}

.ga-auth-card {
  position: relative;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(16, 36, 59, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(16, 36, 59, .14);
}

.ga-auth-card::before {
  position: absolute;
  height: 5px;
  top: 0;
  right: 24px;
  left: 24px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--ga-auth-blue), #14a9bd, var(--ga-auth-gold));
  content: "";
}

.ga-auth-card-heading {
  margin-bottom: 1.1rem;
}

.ga-auth-card-heading h2 {
  margin: 0 0 .45rem;
  color: var(--ga-auth-ink);
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  font-weight: 850;
  letter-spacing: -.025em;
}

.ga-auth-card-heading p {
  margin: 0;
  color: var(--ga-auth-muted);
  font-size: .94rem;
  line-height: 1.6;
}

.ga-auth-form {
  display: grid;
  gap: .85rem;
}

.ga-auth-field {
  display: grid;
  gap: .35rem;
}

.ga-auth-field label {
  margin: 0;
  color: #374256;
  font-size: .88rem;
  font-weight: 850;
}

.ga-auth-field .form-control {
  min-height: 46px;
  border-color: #cbd4df;
  border-radius: 9px;
  color: var(--ga-auth-ink);
  background-color: #fbfcfd;
}

.ga-auth-field .form-control:focus {
  border-color: var(--ga-auth-blue);
  box-shadow: 0 0 0 3px rgba(8, 125, 158, .13);
}

.ga-auth-toggle {
  min-width: 46px;
  border-color: #cbd4df;
  border-radius: 0 9px 9px 0;
}

.ga-auth-recaptcha {
  max-width: 100%;
  overflow: hidden;
}

.ga-auth-submit {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  color: #172033;
  background: var(--ga-auth-gold);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 181, 27, .22);
}

.ga-auth-submit:hover,
.ga-auth-submit:focus {
  color: #172033;
  background: #f2ae00;
  box-shadow: 0 14px 32px rgba(242, 174, 0, .28);
}

.ga-auth-row {
  display: flex;
  gap: .85rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ga-auth-remember {
  display: inline-flex;
  min-height: 44px;
  gap: .35rem;
  align-items: center;
  margin: 0;
  padding: 0;
  padding-left: 0;
}

.ga-auth-remember .form-check-input {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  float: none;
  margin-left: 0;
  margin-top: 0;
  border: 0;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  display: inline-grid;
  place-items: center;
}

.ga-auth-remember .form-check-input::before {
  content: "";
  width: 1.35rem;
  height: 1.35rem;
  border: 1px solid #b9c5d6;
  border-radius: .24rem;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(15, 23, 42, .04);
}

.ga-auth-remember .form-check-input:checked::before {
  border-color: var(--ga-auth-blue);
  background-color: var(--ga-auth-blue);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: .85rem .85rem;
}

.ga-auth-remember .form-check-input:focus-visible::before {
  border-color: var(--ga-auth-blue);
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .18);
}

.ga-auth-remember .form-check-label,
.ga-auth-forgot {
  color: var(--ga-auth-muted);
  font-size: .9rem;
  font-weight: 750;
}

.ga-auth-remember .form-check-label {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  cursor: pointer;
}

.ga-auth-forgot {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  text-decoration: none;
}

.ga-auth-forgot:hover,
.ga-auth-forgot:focus {
  color: var(--ga-auth-blue-dark);
  text-decoration: underline;
}

.ga-public-register .entry-auth-providers {
  margin-top: .75rem;
}

.ga-public-register .entry-auth-actions,
.ga-public-login .entry-auth-actions {
  margin-top: .85rem;
}

.ga-public-register footer > .container,
.ga-public-register footer section,
.ga-public-register footer .footer-service-wrapper,
.ga-public-register footer .footer-bottom > .row,
.ga-public-login footer > .container,
.ga-public-login footer section,
.ga-public-login footer .footer-service-wrapper,
.ga-public-login footer .footer-bottom > .row {
  display: none !important;
}

.ga-public-register footer,
.ga-public-login footer {
  margin-top: 0;
  background: #201f1f !important;
}

.ga-public-register footer .footer-bottom,
.ga-public-login footer .footer-bottom {
  padding: 1.15rem 1rem !important;
  background: #201f1f;
}

@media (max-width: 991.98px) {
  .ga-auth-panel {
    grid-template-columns: 1fr;
  }

  .ga-auth-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .ga-auth-copy p,
  .ga-auth-benefits {
    margin-right: auto;
    margin-left: auto;
  }

  .ga-auth-card {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .ga-auth-page {
    padding: 1.4rem 0 1.8rem;
  }

  .ga-auth-container {
    width: min(100% - 1.25rem, 1120px);
  }

  .ga-auth-copy h1 {
    font-size: clamp(2rem, 8.8vw, 2.75rem);
  }

  .ga-auth-copy p {
    font-size: .95rem;
  }

  .ga-auth-benefits {
    gap: .6rem;
    margin-top: 1.1rem;
  }

  .ga-auth-benefits div {
    padding: .72rem .8rem;
  }

  .ga-auth-card {
    padding: 1.05rem;
    border-radius: 16px;
  }

  .ga-public-register .entry-auth-action,
  .ga-public-login .entry-auth-action {
    flex: 1 1 0;
    min-width: 0;
  }

  .ga-auth-row {
    align-items: flex-start;
    flex-direction: column;
    gap: .55rem;
  }
}
