.post-main li,
.u-list li,
.u-list li{
	margin-bottom:15px;
}
/* Single post css */
.single-post-wrapper {
  max-width: 1140px;
  margin: auto;
}

.single-post-content {
  display: flex;
  gap: 30px;
	padding: 80px 0;
}

.post-main {
  flex: 0 0 65%;
  font-family: 'Poppins';
}

.post-sidebar {
  flex: 0 0 35%;
	padding-left: 60px;
}

.back-to-blog a {
  font-size: 14px;
  color: #14125c;
  text-decoration: none;
  font-weight: 500;
}

.post-title {
  font-size: 35px !important;
  color: #14125c;
  margin: 15px 0;
}

.post-meta {
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}

.post-thumbnail img {
  max-width: 100%;
  border-radius: 8px;
  margin: 20px 0;
}

.social-share {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.social-share a {
  background: #14125c;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-decoration: none;
}

.post-text h2 {
  font-size: 28px;
  color: #14125c;
  margin: 30px 0 15px;
}
.post-text h3 {
  font-size: 22px;
  font-weight: 500;
  color: #14125c;
  margin: 25px 0 15px;
}

.cta-box {
    border: 1px solid #14125c;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 30px;
    background-image: url(https://bypassmyexam.com/wp-content/uploads/2026/02/clock.webp);
    background-repeat: no-repeat;
    background-position: right;
}
.cta-box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #14125c;
}
.cta-box p {
  font-size: 15px;
  margin: 10px 0;
}
.cta-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #14125c;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
a.cta-btn:hover {
    color: #fff;
}
.toc-box{
    border: 1px solid #14125c;
    padding: 15px;
    border-radius: 10px;
    position: sticky;
    top: 20px;
}
ul#toc-list {
    border-top: 1px solid black;
}
.toc-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #14125c;
}
.toc-box ul {
  list-style: none;
  padding-left: 0;
}
.toc-box ul li {
  margin: 8px 0;
}
.toc-box ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}
/* single post css end */

section#sticky-header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: all 0.3s 
ease;
}

/* form css */
.form-group {
    width: 100%;
}

.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 20px;
}
.hireNow form label{margin-bottom:8px}
.hireNow form input, .hireNow form select, .hireNow form textarea {margin-bottom:10px !important; border-color: #9e9e9e !important; }
.hireNow form textarea{height:150px;}

.hireNow form fieldset{padding:10px 20px !important;}

.hireNow form legend{padding:5px 10px;}

.hireNow form .wpcf7-submit{margin-top:30px; margin-bottom:0px;}

.hireNow form .order-now{position:relative;}
.hireNow form .order-now .wpcf7-spinner{top:40px; right:80%}
.eael-contact-form-7 label {
    display: block;
}
.row, .d-flex {
    display: flex;
    flex-wrap: wrap;
}
.mt-20 {
    margin-top: 20px !important;
}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}



.u-list li{
	margin-bottom:10px;
}
.ele-carousel-final .swiper-slide {
    background: transparent !important;
    border:none;
    /* border-radius: 6px; */
    padding: 6px;
}

    .header-form form.wpcf7-form.init p {
    display: flex;
    margin: 0;
}
.header-form span.wpcf7-form-control-wrap {
    width: 100%;
}
span.wpcf7-spinner {
    position: absolute;
}
input,
textarea{
    border-radius: 0 !important;
    border: 1px solid #000 !important;
}
.header-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-family:'poppins';
    font-size: 14px;
    width: 40%;
    background-color: #1C2A4A;
    color: #fff;
    border: none;
    border-radius: 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner{
	    font-family:'poppins';
    font-size: 14px;
    width: 100%;
    background-color: #1C2A4A;
    color: #fff;
    border: none;
    border-radius: 0;
}
.review-box {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
    margin-bottom: 30px;
    transition: .4s background;
    cursor: pointer;
}
.review-box:hover {
    background: #12264a;
}
.review-box:hover * {
    color: #fff !important;
}
.review-box *{
font-family: "Poppins";
}
.review-box p{
	margin: 0;
}
.review-box .review-box-header {
    display: flex;
    justify-content: space-between; 
    align-items: center;
	flex-direction: row-reverse;
}
.review-box img.rating {
    max-width: 100px;
    margin-bottom: .5em;
}

.review-box p.title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #161616;
    margin: 0;
}
.review-box small {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: #161616;
    line-height: 22px;
}
.review-box p.cust-id {
    font-size: 14px;
    color: #a2a2a2;
}
.review-box p.content {
	color: #4f4f4f;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 1em 0 0.5em 0;
}
.review-box .review-box-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    /*justify-content: space-between; */
}

.review-box img.flag {
    max-width: 28px;
    margin-right:0.5em;
}
.review-box .review-box-footer span {
    color: #161616;
    font-size: 14px;
    font-weight: 500;
}
.elementor-tab-title.elementor-active {
    background-color: #12264A;
    border-radius: 5px;
}
.elementor-tab-title {
    border-bottom: 1px solid #ededed;
    margin-top: 10px !important;
}

/* carosul css */
.carousel-wrapper {
    width: 100%;
    position: relative;
}

/* Slide */
.carousel-slide {
    position: relative;
	padding:5px;
}

/* Make sure dots area is visible */
.owl-dots {
    display: flex !important;
    justify-content: center;
/*     margin-top: 30px !important; */
    gap: 10px;
    position: relative;
    z-index: 10;
}

/* Default dot style */
.owl-dot span {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    background: #fff !important;          /* Inside color white */
    border: 1px solid #ddd !important;     /* Light border */
    display: block;
    transition: 0.3s;
}

/* Active Dot */
.owl-dot.active span {
    background: #443434 !important;          /* Black fill */
    border-color: #443434 !important;        /* Black border */
}
