.horizontal-red-line {
    background-color: #a51710;
    height: 4px;
    display: block;
    width: 80%;
    margin: 60px auto 0;
}
.landing-form-wraper {
    padding: 20px;
    background: #a51710;
    color: #fff;
    border: 2px solid #000;
    border-radius: 14px;
}
.landing-form-wraper .form-group-text {
    text-align: center;
}
.landing-form-wraper .form-group-text .side-form-title{
    color: #fff;
}
.landing-form-wraper .form-group-text .side-form-title {
    color: #fff;
    margin-bottom: 10px;
}
.landing-form-wraper .form-group-text b{
    font-weight: 700;
}
.landing-form-wraper div.wpcf7 .wpcf7-form .form-control {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px;
    font-size: 16px;
    text-transform: none;
    color: #7e7e7e;
    background: #fff;
    height: 50px;
    border-radius: 10px;
}
.landing-form-wraper .btn {
    font-weight: 700;
    background-color: #fff;
    color: #000;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    padding: 10px 15px;
    height: auto;
    border-radius: 10px;
    border: 1px solid #fff;
}
.landing-form-wraper div.wpcf7 .wpcf7-form textarea.form-control {
    height: 100px;
}
.landing-form-wraper .btn:hover{
    background-color: transparent;
    color: #fff;
}
.landing-form-wraper .form-subtext {
    text-align: center;
    margin-top: 5px;
}
.landing-form-wraper .form-subtext a{
    color: #fff;
}
.content-section-with-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(165 23 16 / 70%);
    left: 0;
    top: 0;
}
.content-section-with-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.content-section-with-bg .text-white h3{
    color: #fff;
}
.content-call-box {
    background: #fff;
    color: #a51710;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px 60px;
    border-radius: 20px;
    text-align: center;
}
.content-description, .content-description p {
    font-size: 24px;
    line-height: 44px;
}
.content-description.text-white a{
  color: #fff;
}
.content-description ul li {
    position: relative;
    padding-left: 25px;
    display: table;
}
.content-list-style ul li::before {
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    border-radius: 50%;
}
.content-list-style ul {
    margin-bottom: 20px;
}
.heading-line{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    display: inline-block;
}
.heading-line::before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 4px;
    background: #a51710;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.text-red{
color:#a51710;
}
.heading-line.text-white::before{
     background: #fff;
}
.landing-testimonial-list {
    background: #4b0905;
    color: #fff;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 30px;
    display: inline-block;
}
.landing-testimonial-wraper {
    column-count: 2;
    column-gap: 35px;
    margin-top: 30px;
}
.landing-testimonial-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
}
.landing-testimonial-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
}
.landing-testimonial-top {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.review-stars {
    line-height: normal;
    width: calc(100% - 100px);
    margin-bottom: 10px;
    padding-left: 10px;
}
.review-stars img {
    display: inline-block;
    max-width: 180px;
}
.landing-testimonial-content p {
    font-size: 24px;
    line-height: 1.5;
}
.landing-testimonial-content {
    margin-bottom: 15px;
}
.landing-testimonial-name {
    font-size: 20px;
    color: rgba(255,255,255,0.6);
}
b, strong {
    font-weight: 700;
}
.why-content-image {
    max-width: 540px;
    float: left;
    padding-right: 40px;
}
.why-content-image img {
    border-radius: 20px;
}
.content-call-box-wraper {
    background: #a51710;
    text-align: center;
    padding: 15px 40px;
    color: #fff;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    border-radius: 20px;
    margin-top: 50px;
}
.content-call-box-wraper a{
    color: #fff;
}
.landing-award-slider {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.landing-award-slider-items img {
    width: 200px !important;
    height: 120px;
    object-fit: contain;
    object-position: center;
    margin: auto;
}
.landing-award-slider-box {
    padding: 80px 80px 40px; 
}
.landing-award-slider.owl-carousel .owl-nav .owl-next {
    background-image: url(/wp-content/uploads/2025/09/right-arrow.png);
}
.landing-award-slider.owl-carousel .owl-nav .owl-prev {
   background-image: url(/wp-content/uploads/2025/09/right-arrow.png);
}
.landing-award-slider .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.landing-award-slider .owl-dot {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    margin: 3px;
}
.landing-award-slider .owl-dot.active{
  background: rgba(255, 255, 255, 1);  
}
.landing-award-slider-items {
    padding: 10px;
}
.landing-form-wraper .wpcf7-acceptance .wpcf7-list-item-label a {
    color: #fff;
}
@media screen and (max-width: 1199px) {
.why-content-image {
    max-width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 991px) {
.video-wraper{
    margin-bottom: 40px;
}
.landing-testimonial-wraper {
    column-count: 1;
    column-gap: 0;
}
.landing-award-slider-box {
    padding: 60px 40px 40px;
}
.landing-award-slider.owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.landing-award-slider.owl-carousel .owl-nav .owl-next {
   right: -50px;
}
.landing-award-slider-items img {
    width: 130px !important;
    height: 100px;
}
.content-description, .content-description p {
    font-size: 20px;
    line-height: 36px;
}
.landing-testimonial-content p {
    font-size: 20px;
    line-height: 1.3;
}
.content-call-box-wraper {
   font-size: 28px;
    line-height: 40px;
}
.content-call-box {
    font-size: 28px;
    padding: 20px 90px;
}
}
@media screen and (max-width: 767px) {
.content-description, .content-description p {
    font-size: 18px;
    line-height: 30px;
}
.content-list-style ul li::before {
    width: 8px;
    height: 8px;
    top: 11px;
}
.landing-testimonial-content p {
    font-size: 18px;
}
.content-call-box {
    font-size: 24px;
    padding: 20px 20px;
}
.landing-testimonial-list {
    padding: 40px 20px;
}
.landing-testimonial-image {
    width: 70px;
    height: 70px;
    font-size: 40px;
}
.review-stars {
    width: calc(100% - 70px)
}
.review-stars img {
    display: inline-block;
    max-width: 160px;
}
.content-call-box-wraper {
    font-size: 24px;
    line-height: 36px;
}
}
@media screen and (max-width: 575px) {
.video-wraper iframe {
    width: 100%;
}
}