/* ================= Gulshan work Results inner pages =================== */


li.breadcrumb-item1 a {
  display: block;
}

.btn-post-pagination {
  background: #2e3c57 !important;
}

.btn-previous-post,
.btn-next-post {
  max-width: 48%;
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

span.post-pagination-text {
  font-weight: 700;
  width: 100%;
  text-wrap: inherit;
  font-size: 15px;
  display: block;
}

.post-pagination {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.post-pagination p{
  width: 90%;
}

.btn-post-pagination {
  background: #4c6669;
  font-size: 15px;
  padding: 10px 20px;
  color: #ffffff;
}

a.btn-post-pagination.btn-next-post strong,
a.btn-post-pagination.btn-previous-post strong {
  font-size: 12px;
}

/* span.mobile-arrow {
    display: flex;
    justify-content: right;
    position: relative;
    top: -20px;
} */

.btn-post-pagination:hover {
  background: #ebebeb !important;
}

a.btn-post-pagination.btn-next-post:hover,
a.btn-post-pagination.btn-previous-post:hover {
  color: #000;
}


.post-pagination {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.relief-1 p {
  color: #2e3c57;
  font-size: 16px;
  padding-bottom: 20px;
}

span.mobile-arrow.left-qrrow {
  display: flex;
  right: 575px;
}

.btn-previous-post {
  padding-left: 40px;
}

a.levying {
  color: var(--green);
  font-weight: 700;
  background: linear-gradient(to bottom, rgba(76, 102, 105, 1) 0%, rgba(76, 102, 105, 1) 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 3px 2px;
  transition: background-size 0s;
  border-radius: 0;
  word-break: break-word;
  text-decoration: none;
  display: inline-block;
}


a.levying:hover {
  background: linear-gradient(to bottom, rgba(224, 238, 237, 1) 0%, rgba(224, 238, 237, 1) 100%);
  background-repeat: repeat-x;
  background-size: 2px 30px;
  background-position: 0 100%;
  color: var(--green);
  transition: background-size 0.3s;
}

h2.wp-block-heading {
  font-size: 42px;
  line-height: 1.23em;
  color: #2e3d3f;
  font-family: "Playfair Display", serif;
}



/*  */

.w-60.mx-auto.mx-lg-0 {
  margin-top: -90px;
}

.left-img {
  translate: 0px -100px;
}

.right-img {
  translate: 0px 110px;
}

img.img-fluid.left-img {
  max-height: 310px;
}



/* ================== Result Page ===================== */

.case-card {
  background-color: #ffffff;
  border: none;
  padding: 45px 30px;
  border-radius: 0px;
  box-shadow: 0 0 20px rgba(76, 102, 105, .12);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.case-card:hover {
  background: #2e3c5721 !important;
}

.case-title {
  color: #c0392b;
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}

.divider {
  width: 50px;
  height: 3px;
  background-color: #1b2a41;
  margin: 15px 0 20px 0;
}

.case-text {
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  flex-grow: 1;
}

.read-more {
  color: #1b2a41;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  margin-top: auto;
}

.read-more:hover {
  color: #c0392b;
}

.read-more::after {
  content: '→';
  font-size: 1.2rem;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.read-more:hover::after {
  transform: translateX(4px);
}


/* Make the whole card clickable */
.case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.case-card * {
  position: relative;
  z-index: 2;
}

/* Load More Button */
.load-more-btn {
  display: inline-block;
  margin-top: 40px;
  background-color: #1b2a41;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s ease;
}

.load-more-btn:hover {
  background-color: #c0392b;
}


/* =============== next section ================ */


.consultation-section {
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.consultation-section::before {
  content: "";
  position: absolute;
  top: 10%;
  /* left: 5%; */
  background-color: #24324a;
  height: 79%;
  width: 100%;
  z-index: -1;
}

@media (max-width: 768px) {
  .consultation-section::before {
    height: 100%;
    top: 0%;
  }

  .post-pagination p {
    width: 75%;
}
}

.lang-note {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  opacity: 0.9;
}

.consult-title {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.highlight {
  color: #e63946;
  font-weight: 700;
  font-style: italic;
}

.form-control {
  border-radius: 0;
  padding: 12px;
  font-size: 15px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #e63946;
}

.submit-btn {
  background-color: #e63946;
  color: #fff;
  font-weight: 700;
  padding: 12px 50px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background-color: #c32f3b;
  /* transform: translateY(-2px); */
}

/* Responsive */
@media (max-width: 992px) {
  .consult-title {
    font-size: 30px;
  }

  .lang-note {
    text-align: center;
  }

  /* form {
    text-align: center;
  } */

  .submit-btn {
    width: 50%;
    display: block;
  }

  .d-flex.flex-column {
    align-items: center !important;
  }

  .d-flex.flex-column img {
    width: 80% !important;
  }
}


/* Gulshan work Results inner pages */


.result-heading-icon {
  position: relative;
  padding-left: 22px;
  font-weight: 400;
  letter-spacing: .1em;
}

.result-heading-icon::after {
  content: url(../images/citytax-icon2.svg);
  font-family: "citytax-icon";
  position: absolute;
  left: 0px;
  font-size: 10px;
  filter: brightness(0) invert(1);
}




.testimonial-card {
  position: relative;
  border-radius: 0px !important;
  bottom: 150px;
  width: 97%;
  margin: 0 auto;
}


.quote-icon {
  position: absolute;
  top: 255px;
  font-size: 5rem;
  line-height: 1;
  transform: rotate(0deg);
}


.blockquote p.lead {
  padding-right: 60px;
}


.img-fluid {
  height: 100%;
}

.quote-icon {
  font-size: 115px;
  color: #c3272c;
  position: absolute;
  bottom: 20px;
  right: 50px;
}

cite.text-dark.member {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
}

/* Gulshan Work Css Responsive  */

p.lead.text-secondary {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #2e3d3f #f1f1f1;
}


p.lead.text-secondary::-webkit-scrollbar {
  width: 6px;
}

p.lead.text-secondary::-webkit-scrollbar-track {
  background: #f1f1f1;
}

p.lead.text-secondary::-webkit-scrollbar-thumb {
  background-color: #2e3d3f;
  border-radius: 10px;
}

section.testimonials-1 {
  padding-bottom: 0px;
  margin-bottom: -65px;
  padding-top: 100px;
}



.footer-pollicy {
  padding-bottom: 40px;
}


/* ================ Contact-us Form CSS Start ===================== */

.contact-section {
  padding: 80px 0;
}

.contact-title {
  font-family: 'Playfair Display', serif;
  color: #1b2a41;
  font-size: 42;
  font-weight: 400;
}

.contact-text {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.review-btn {
  background: #c0392b;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  padding: 15px 25px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.leave-review {
  font-size: 16px;
}

.review-btn:hover {
  background: #a12e23;
}

.contact-box {
  background-color: #2e3c57;
  color: #fff;
  padding: 25px;
  text-align: center;
  margin-top: 2rem;
}

.form-check-input[type=checkbox] {
  border-radius: 0%;
  appearance: none;
  background: none;
  border: 1px solid red;

}

.form-check-input[type=checkbox]:checked {
  background-color: #a12e23;
  /* your custom red */
  border-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;

  /* Inline SVG white circle checkmark */
  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");
}

.form-check-input[type=radio] {
  border-radius: 0%;
  appearance: none;
  background: none;
  border: 1px solid red;
}

.contact-form-box {
  background-color: #2e3c57;
  padding: 40px;
  color: #fff;
  border-radius: 0;
}

.contact-form-box input,
.contact-form-box textarea {
  border-radius: 0;
  border: none;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
  box-shadow: none;
  border: 2px solid #c0392b;
}

.form-check-input:checked {
  background-color: #c0392b;
  border-color: #c0392b;
}

.submit-btn {
  background: #c0392b;
  border: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #a12e23;
}

.contact-box a {
  margin: 0 auto;
}

h6.mb-1.fw-semibold {
  font-size: 22px;
}

.row.g-5.align-items-start {
  align-items: center !important;
  justify-content: space-between;
}


input.form-control {
  border: 2px solid #ffffff;
}

.contact-form-box textarea {
  border: 2px solid #fdfdfd;
}

.form-check-input[type=radio] {
  border-radius: 0%;
}

.form-check-input[type=radio]:checked {
  background-color: #a12e23;
  /* your custom red */
  border-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;

  /* Inline SVG white circle checkmark */
  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");
}

.form-check-input[type=checkbox] {
  border-radius: 0em;
}


/* ✅ Responsive Fixes */
@media (max-width: 991px) {
  .contact-section {
    padding: 60px 20px;
  }

  .contact-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .contact-text {
    text-align: center;
  }

  .contact-box {
    margin-top: 1.5rem;
  }

  .review-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contact-form-box {
    padding: 25px;
  }

  .contact-title {
    font-size: 1.6rem;
  }

  .submit-btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact-title {
    font-size: 1.5rem;
  }

  .contact-text {
    font-size: 0.9rem;
  }

  .contact-section {
    padding: 50px 15px;
  }

  .review-btn {
    font-size: 0.9rem;
  }
}

/* ================ Contact-us Form CSS ND ===================== */


@media (max-width: 768px) {

  .btn-previous-post,
  .btn-next-post {
    text-align: inherit;
  }

  .btn-previous-post,
  .btn-next-post {
    max-width: 100% !important;
    flex: 0 0 50% !important;
  }

  span.post-pagination-text {
    display: none;
  }

  span.mobile-arrow {

    top: -10px;
  }

  p.result-heading-icon {
    font-size: 18px;
  }
}


@media (max-width: 1399px) {
  span.mobile-arrow.left-qrrow {
    right: 480px;
  }
}

@media (max-width: 1199px) {
  span.mobile-arrow.left-qrrow {
    right: 390px;
  }
}

@media (max-width: 1191px) {
  span.mobile-arrow.left-qrrow {
    right: 277px;
  }
}


/*============= Result Page ===============*/


/* Responsive */
@media (max-width: 991px) {
  .case-card {
    padding: 50px 25px;
  }
}

@media (max-width: 575px) {
  .case-title {
    font-size: 1.5rem;
  }
}

/* Additional Responsive Tweaks */
@media (max-width: 991px) {
  .case-card {
    padding: 30px 25px;
  }

  .case-title {
    font-size: 1.6rem;
  }

  .case-text {
    font-size: 0.95rem;
  }
}

@media (max-width: 767px) {
  .case-card {
    padding: 25px 20px;
  }

  .case-title {
    font-size: 1.4rem;
  }

  .divider {
    margin: 10px 0 15px;
  }

  .case-text {
    margin-bottom: 30px;
  }
}