﻿:root {
  --primary-color: #ed1b2f;
  --primary-dark: #c0392b;
  --primary-light: #ffe06a;
  --secondary-color: #3498db;
  --secondary-dark: #2980b9;
  --secondary-light: #d6eaf8;
  --accent-color: #f39c12;
  --accent-dark: #e67e22;
  --success-color: #2ecc71;
  --warning-color: #f1c40f;
  --error-color: #e74c3c;
  --dark-color: #2c3e50;
  --text-color: #333333;
  --text-light: #7f8c8d;
  --light-color: #f5f5f5;
  --white-color: #ffffff;
  --border-color: #e0e0e0;
  --transition: all 0.3s ease;
  --shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  --shadow-dark: 0 5px 15px rgba(0, 0, 0, 0.2);
  --border-radius: 8px;
  --light: #ffffff;
}
.header .main-menu li.has-children {
  padding-right: 25px;
}

a {
  text-decoration: none;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-width: calc(100% - 80px);
}

.offcanvas.offcanvas-start {
  max-width: 450px;
}

.box-radius-logo {
  padding-top: 30px;
}

.card-offer .card-image img {
  max-height: 100px;
}

.card-offer {
  margin-top: 30px;
  margin-bottom: 0px;
}

.sticky {
  animation: fadeInDown 0.7s ease-in-out 0s 1 normal none running;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #f5e7b3;
  background: rgb(255 255 255 / 95%);
}

.offcanvas.show,
.offcanvas.showing {
  opacity: 1;
}

.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .site-copyright {
  padding: 0 30px;
}

.mobile-header-wrapper-style
  .mobile-header-wrapper-inner
  .mobile-header-content-area
  .mobile-menu-wrap
  nav
  .mobile-menu
  li
  ul.show {
  display: block !important;
}

.burger-icon.burger-close {
  position: absolute;
  top: 20px;
  right: 30px;
}

.card-image-30 {
  width: 30%;
}

.content-single h1,
.content-single h3 {
  color: #131313e8;
}

.content-single h1 {
  font-weight: 600;
}

.content-single h3 {
  font-weight: 500;
}

.content-single h3.tagHeading {
  float: left;
  font-size: 0.8rem;
  margin: 5px;
  color: #4c4c4ce8;
}

.content-single .btn-tag {
  background: none;
  color: #6a6a6aed;
  padding: 5px 6px;
}

.content-single-des p {
  margin-bottom: 10px;
  color: #343738;
}

.content-single-des h3 {
  display: block;
  margin-top: 2.3rem;
  font-size: 1.38rem;
  line-height: 1.6rem;
  margin-bottom: 11px;
}

.content-single-des ul li,
.content-single-des ol li {
  color: #343738;
  font-size: 0.93rem;
}

.content-single-des ol {
  font-size: 0.93rem;
  line-height: 25px;
  padding-left: 1rem;
}

.content-single-des ol li {
  list-style: decimal;
}

.content-single-des table {
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
}

.content-single-des table thead {
  vertical-align: bottom;
  font-weight: 600;
}

.content-single-des table > thead > tr > td {
  background-color: #ed1b2f;
  padding: 20px;
  font-size: 0.93rem;
  line-height: 24px;
  color: #fff;
}

.content-single-des table > tbody > tr > td {
  border-bottom: 1px solid #ed1b2f;
  padding: 20px;
  font-size: 0.93rem;
  line-height: 24px;
}

h2.postShortDescription {
  font-size: 16px;
  line-height: 24px;
}

.toc {
  background: #fefefe;
  border: 1px solid #cde2e7;
}

.toc h6 {
  background-color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-bottom: 1px solid #cde2e7;
  margin-top: 0px !important;
}

.toc h6:hover {
  background-color: #f9f9f9;
}

.toc .active {
  display: block !important;
  padding-left: 2.5rem;
}

.toc ul {
  list-style: none;
  padding: 10px 18px;
  display: none;
  overflow: hidden;
  transition: display 0.2s ease-out;
  margin-bottom: 0;
}

.toc ul li {
  margin-bottom: 5px;
  list-style: decimal;
  padding-left: 0.33rem;
}

.toc ul li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

.toc ul li a {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: #3d565f;
}

a.callUsLink {
  color: #ed1b2f;
  font-size: 2rem;
  font-weight: 600;
}

a.callUsLink i {
  font-size: 1.55rem;
}

a.callUsLink:hover {
  color: #ffcb05;
}

.box-form-contact {
  border: 1px solid #ed1b2f;
  border-radius: 16px;
  padding: 25px 15px;
}

.box-form-contact .info-plan {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
  text-align: center;
}

.box-form-contact p {
  font-size: 0.93rem;
}

.box-form-contact .form-control {
  font-size: 0.83rem;
}

.box-form-contact .form-control::placeholder {
  font-size: 0.83rem;
}

.box-form-contact .btn.btn-brand-1-full {
  background-color: #ed1b2f;
}

.box-form-contact .btn.btn-brand-1-full:hover {
  background-color: #ed1b2f;
  color: #fff;
}

#scrollUp i {
  line-height: 50px !important;
}

.scrollUpVisible {
  position: fixed;
  z-index: 2147483647;
}

.breadcrumbs ul {
  padding-left: 0;
  font-size: 0.88rem;
}

.card-blog-grid .card-info a h4 {
  font-size: 1.22rem;
  font-weight: 500;
}

.content-single h5 {
  margin-block-start: 20px;
}

.content-single h5 a {
  padding: 15px 20px;
  color: #ffffff;
  background: #ed1b2f;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.content-single h5 a:hover {
  color: #ffcb05;
}

.content-single h6 {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #333;
}

.catDetail h1 {
  font-size: 1.69rem;
  /* font-weight: 600; */
  /* border-left: 5px solid #ed1b2f; */
  /* padding-left: 10px; */
  /* margin-bottom: 20px; */
}

.job-summary {
  font-size: 0.93rem;
}

.job-detail-content {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #ffcb05ba;
  padding: 50px 50px 20px;
}

.job-detail-content ol {
  font-size: 0.93rem;
  line-height: 25px;
  padding-left: 1rem;
}

.job-detail-content ol li {
  list-style: decimal;
}

.job-detail-content h3,
.job-detail-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

.job-detail-content h1 {
  font-size: 2.22rem;
}

.card-blog-grid .card-image img {
  border-radius: 4px 4px 0 0;
}

.modal-header .btn-close {
  margin: 0.5rem 0 0.5rem auto !important;
}

@media (max-width: 575.98px) {
  .breadcrumbs ul {
    font-size: 0.83rem;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.55rem;
  }

  .job-detail-content h1 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2rem;
  }
  .job-detail-content {
    padding: 25px 22px 20px;
  }
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}

.info-icon {
  min-width: 50px;
  height: 50px;
  background-color: var(--primary-light);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 16px;
  font-size: 1.2rem;
}

.info-content h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.info-content p {
  color: var(--text-light);
  margin-bottom: 0;
}

/* Info Items Hover Effects */
.info-item {
  transition: transform 0.3s ease;
}

.info-item:hover {
  transform: translateX(5px);
}

.info-item:hover .info-icon {
  background-color: var(--primary-color);
  color: var(--white-color);
}
