.page-title .title {
    font-size: 50px;
}

.services-section-home2 {
  position: relative;
  background: #f3f4f8;
  padding: 120px 0;
  z-index: 2;
}

.services-section-home2 .bg-image {
  width: 635px;
  opacity: 0.5;
}

.services-section-home2 .bg-image2 {
  width: 1268px;
  right: 0;
  left: auto;
}

.why-choose-us-five h2 {
  margin-top: 15px;
  font-size: 40px;
}


.page-content {
  --h1-font-size: 30px;
  --h2-font-size: 20px;
  --h3-font-size: 24px;
}

.page-content h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height-heading-h2);
  margin-bottom: 12px;
}

.page-content h2 {
  font-size: var(--h2-font-size);
}

.page-content h3 {
  margin-top: 40px;
}

.page-content ul {
  margin-bottom: 30px;
}

.page-content li:not(.sidebar-service-list li) {
  position: relative;
  color: var(--theme-color-dark);
  font-size: 16px;
  line-height: 28px;
  padding-left: 32px;
  margin-bottom: 10px;
}

.page-content li:not(.sidebar-service-list li)::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "\f061";
  font: 12px "Font Awesome 6 Pro";
  color: var(--theme-color-light);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: var(--theme-color1);
  text-align: center;
}

.page-content li strong {
  font-weight: 700;
  padding-right: 5px;
}

[class^="service-block-"] img {
  height: 250px;
}

.services-section-home2 .sec-title h3,
.about-section-four h2 {
  font-size: 40px;
}

.contact-form-two .title-box h3 {
  color: var(--theme-color-dark);
}

.contact-form-two .title-box .sub-title {
  font-size: 18px;
}

.contact-section-three .sec-title.light h2,
.contact-section-three .sec-title.light h3 {
  margin-top: 15px;
}

.contact-section-three .sec-title.light h3 {
  margin-bottom: 25px;
}

.contact-section-three .sec-title.light h4 {
  color: var(--theme-color-light);
}

.contact-section-three.style-three .content-column .inner-column .sec-title {
  margin: 0 0 5px;
  padding-right: 20px;
}

.about-section-four {
  background: #f8f4f3;
  padding: 120px 0 70px;
}

.about-section-four .shape-23 {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 345px;
  height: 397px;
  background: url('/images/pattern/shape-23.png') no-repeat center/contain;
}

.about-section-four .signature-box img {
  width: 245px;
}

.about-section-four .founder-info .info h5 {
  font-size: 17px;
}

.about-section-four .content-column .list-style-two {
  margin-bottom: 30px;
}

.about-section-four .content-column .btn-box .founder-info .thumb img {
  height: 60px;
}

.process-section {
  position: relative;
  padding: 100px 0 30px;
}

.process-section h2 {
  margin-top: 12px;
}

.why-choose-us-five .image-column .inner-column {
  position: relative;
  padding: 0;
  text-align: right;
}

.why-choose-us-five .image-column .inner-column::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 208px;
  background: var(--theme-color1);
}

.why-choose-us-five .image-column .inner-column .image-box {
  position: relative;
  display: inline-block;
}

.why-choose-us-five .image-column .inner-column .image-box .image {
  position: relative;
  padding-right: 53px;
  margin-bottom: 0;
}

.why-choose-us-five .image-column .inner-column .image-box .image-2 {
  position: absolute;
  right: 0;
  bottom: 200px;
  margin-bottom: 0;
}

.why-choose-us-five .image-column .inner-column .image-box .image-2 img {
  border: 5px solid var(--theme-color-light);
}

.why-choose-us-five .image-column .inner-column .image-box .exp-box {
  position: absolute;
  top: 85px;
  left: -88px;
  width: 160px;
  height: 160px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--theme-color1);
  text-align: center;
}

.why-choose-us-five .image-column .inner-column .image-box .exp-box .icon,
.why-choose-us-five .image-column .inner-column .image-box .exp-box .title {
  position: relative;
  color: var(--theme-color-light);
}

.why-choose-us-five .image-column .inner-column .image-box .exp-box .icon {
  font-size: 37px;
  line-height: 1;
}

.why-choose-us-five .sec-title .text {
  margin-top: 10px;
}

.why-choose-us-five h4 {
    margin-top: 10px;
    color: #9b6a2b;
    font-size: 20px;
    font-weight: 400;
}

.why-us-tabs .btn-box {
  position: relative;
  margin-top: 0;
}

.why-us-tabs .btn-box .tab-btn {
  margin-right: 5px;
  border: 1px solid #c69453;
}

.testimonial-block .inner-box:before {
    display:none;
}

.testimonial-block .inner-box {
    position: relative;
    margin-top: 25px;
    padding: 30px 40px 45px;
    background-color: var(--theme-color-light);
    text-align: center;
    border-radius: 15px;
}

.testimonial-block h5 {
    font-size: 22px;
    font-weight: 800;
}

.testimonial-block .view-more {
    color: var(--theme-color1);
    font-size: 14px;
}

.news-section figure img {
    height: 250px;
}

.news-section .sec-title h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 40px;
}

.news-section .news-block .content-box {
    padding: 25px 30px 5px;
}

.banner-section-three .content-box .title {
    color: var(--theme-color2);
    position: relative;
    line-height: 100px;
    margin-bottom: 35px;
    font-size: 60px;
    line-heighT: 60px;
}

.banner-section-three .overlay-2:before, .banner-section-three .overlay-2:after {
    /*display:none;*/
}

.header-style-three .main-box .outer-box {
    flex-shrink: 0;
    z-index: 1;
}

.contact-form-two .form-group .select2-container--default .select2-selection--single, .contact-form-two .form-group input:not([type=submit]), .contact-form-two .form-group textarea, .contact-form-two .form-group select {
    padding: 10px 10px;
}

/* Alert styles */
.alert-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.alert-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.d-none {
    display: none;
}
