/* Additional styles for the landing page */
.hero-subtitle {
    font-size: 18px;
    color: #666;
    margin: 20px 0 30px 0;
    line-height: 1.6;
}
/* Hero Section Overlay */
.hero-image-container {
    position: relative;
}
@media screen and (max-width: 767px) {
    .hero-image-container{
        height: 100vh;
    }
}
.section-title{
    margin-bottom: 55px !important;
}
.hero-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.250), rgba(0, 0, 0, 0.250));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}
.wpcf7-not-valid-tip {
    font-size: 0.5em;
}
.default-btn{
    border-radius: 5px;
}
.content-img .small-title {
    font-size: 27px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    line-height: 20px;
}
.layout-home4{
    padding: 160px 0px 0px;
    position: relative;
    min-height: 100vh;
    height: auto;
}
@media screen and (max-width: 1550px) {
   .layout-home4{
    padding: 150px 0px 0px;
} 
}
.layout-home4:before{
    position: absolute;
    content:"";
    background: rgba(0, 0, 0, .3);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.layout-home4 .home-content h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 35px;
}
.layout-home4 .home-content{
    position: unset !important;
    width: 100% !important;
}
@media screen and (max-width: 767px) {
    .content-img .text-bold{
        text-align: center;
    }
    .content-img .small-title{
        font-size: 20px !important;
    }
    .slick-list{
    height: 100vh;
}
.home-content{
    margin-top: 20px;
}
}
@media (min-width: 1400px) {
    .home-slider-4 .slider-content {
        top: 160px !important;
    }
}
@media screen and (max-width: 767px) {
    .home-slider-4 .slider-content {
        top: 15px !important;
    }
    .home-content .section-title{
        margin-bottom: 10px !important;
    }
}

.layout-home4 .home-content
{
    top: -150px;
}

@media screen and (min-width: 769px) and (max-width: 1450px) {
    .layout-home4 .home-content {
    top: -50px;
}

.home-slider-4 .slider-content{
    top: 140px !important;
}
}
.hero-form-container {
    background: rgba(255,255,255,0.95);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    backdrop-filter: blur(5px);
    padding-bottom: 0px !important; 
}

.hero-lead-form .form-control {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}
.hero-lead-form .form-control::placeholder{
    color: var(--bs-body-color);
}
.hero-lead-form .form-control:focus {
    border-color: #1d184c;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
}

.hero-lead-form select.form-control {
    background: white;
    cursor: pointer;
}

.hero-lead-form textarea.form-control {
    resize: vertical;
    min-height: 80px;
}
@media (max-width: 768px) {
    .content-img .chairman-signature .small-title {
        font-size: 20px;
        text-align: center; 
    }
    .layout-home4 .home-content h1 {
        font-size: 20px;
        text-align: center;
    }
}


@media (max-width: 768px) {
    .hero-form-container {
        padding: 20px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
}
.section-title.underline h2::after{
    display: none !important;
}
/* FAQ Section Styles */
.faq-section {
    background: url(../img/bg/pattern-bg.png);
}

.faq-accordion .accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background-color: #fff;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    padding: 20px;
    border: none;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
   background-color: #1d184c;
    color: #fff;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e8212c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e8212c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordion .accordion-body {
    padding: 20px;
    background-color: #fff;
    line-height: 1.6;
    color: #555;
}
/* Problem Section Styles */
.problem-section {
    background-color: #fff;
}

.problem-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    padding: 30px 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border-top: 4px solid #1d184c;
}

.problem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        border-top: 4px solid #e8212c;

}

.problem-icon {
    width: 80px;
    height: 80px;
    background: #1d184c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: 0.3s;
}

.problem-card:hover .problem-icon {
     background:#e8212c;
}

.problem-icon i {
    font-size: 36px;
    color: #fff;
}

.problem-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.problem-content p {
   font-size: 16px;
    color: #1d184c;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
}

.problem-cta {
    background: linear-gradient(135deg, #0066cc 0%, #004d99 100%);
    border-radius: 12px;
    padding: 30px;
    color: #fff;
}

.problem-cta h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.problem-cta p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    font-size: 18px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .problem-card {
        padding: 25px 15px;
    }
    
    .problem-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }
    
    .problem-icon i {
        font-size: 30px;
    }
    
    .problem-content h4 {
        font-size: 18px;
    }
    
    .problem-content p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .problem-cta .row {
        text-align: center;
    }
    
    .problem-cta .col-lg-4 {
        text-align: center !important;
        margin-top: 20px;
    }
    
    .problem-cta h3 {
        font-size: 20px;
    }
    
    .problem-cta p {
        font-size: 16px;
    }
}
/* Solution Section Styles */
.solution-section {
    background-color: #1d184c;
}

.solution-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.solution-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: #1d184c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
        transition: 0.3s;

}
.solution-card:hover .solution-icon {
    background: #e8212c;
}

.solution-icon i {
    font-size: 32px;
    color: #fff;
}

.solution-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.solution-content p {
    font-size: 16px;
    color: #1d184c;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
}
.sol{
    margin-bottom: 10px;
}
.mission-content p{
    font-size: 16px;
    color: #1d184c !important;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
}
.mission-content h3{
    color: #333 !important;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .solution-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    
    .solution-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .solution-content h4 {
        font-size: 18px;
    }
    
    .solution-content p {
        font-size: 15px;
    }
}
.testimonials-section {
    position: relative;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px;
    background: #fff!important;
}
.video-section{
    background: #211E4C!important;
}
/*.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 0;
    border-radius: 15px;
}*/

.testimonials-section .container {
    position: relative;
    z-index: 2;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: inline-block;
}

.section-title.underline h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #e8212c;
    display: none;
}

.white-title h2 {
    color: #fff;
}

/* Testimonial Slider Styles */
.testimonial-slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial-slide {
    flex: 0 0 100%;
    padding: 0 15px;
}

.single-testimonial {
    background: var(--primaryColor);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30;
    border: 1px solid var(--primaryColor);
    height: 100%;
}

.testimonial-quote-icon {
    font-size: 50px;
    color: #e8212c;
    margin-bottom: 25px;
}

.testimonial-text {
    font-size: 24px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 30px;
    color: #fff;
}

.testimonial-author h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0 5px;
}

.testimonial-author p {
    font-size: 18px;
    color: #e6e6e6;
    margin-bottom: 0;
}

/* Slider Controls */
.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.slider-btn {
    background: #1d184c;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: #e8212c;
    border-color: #e8212c;
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    background: rgba(29, 24, 76, 0.3);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #e8212c;
    transform: scale(1.2);
}

/* Animation Classes */
.wow {
    visibility: hidden;
}

.slideInLeft {
    animation: slideInLeft 1s forwards;
}

.slideInUp {
    animation: slideInUp 1s forwards;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .testimonial-text {
        font-size: 22px;
    }
}
  @media (min-width: 991px) {
    .single-testimonial {
        width: 100%;
        margin: auto;
    }
    .col-5th{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .testimonial-text {
        font-size: 20px;
    }
    
    .single-testimonial {
        padding: 10px;
    }
    
    .testimonial-author h4 {
        font-size: 20px;
    }
    
    .testimonial-author p {
        font-size: 16px;
    }
    
    .section-title h2 {
        font-size: 28px;
    }
    .col-5th{
        flex: 0 0 50%!important;
        max-width: 50%!important;
    }
    .problem-card{
        min-height: 100px;
    }
    .video-container{
        width: 100%!important;
    }
    .testimonials-section::before{
        border-radius: 0;
    }
    .testimonial-slide{
        padding: 0!important;
    }
    .testimonial-image-wrapper img, .testimonial-video-wrapper video{
        width: 100%!important;
        margin:0!important;
    }
    
}
/* Final CTA Section Styles */
.final-cta-section {
    color: #fff;
    position: relative;
}
.cta-content{
    color: #1d184c;
}
.cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1d184c;
}

.cta-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.6;
}

.cta-benefits {
    margin-top: 30px;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.benefit-item i {
    color: #1d184c;
    font-size: 20px;
    margin-right: 12px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-item span {
    font-size: 16px;
    opacity: 0.9;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .cta-content {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .cta-content h2 {
        font-size: 30px;
    }
    
    .benefit-item {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .cta-content h2 {
        font-size: 26px;
    }
    
    .cta-subtitle {
        font-size: 16px;
    }
    
    .benefit-item span {
        font-size: 15px;
    }
}
@media (max-width: 768px) {
    .layout-home4{
        padding: 50px 0;
        position: relative;
    }
    .hero-lead-form .form-control{
        text-align: center!important;
    }
    .content-img .small-title{
        text-align: center!important;
    }
    .hero-image-overlay{
        background: rgba(0, 0, 0, .7);
    }
    .layout-home4 .home-content h1{
        font-size: 24px;
        text-shadow: none;
        margin-bottom: 10px;
    }
    .content-img .small-title{
        margin-bottom: 30px;
        display: block;
    }
    .section-title.underline h2:before{
        left: 25%;
        width: 50%;
    }
    .default-btn {
        margin-top: 20px;
        border-radius: 5px;
        padding: 10px;
    }
    .section-title.underline h2:before {
        bottom: -15px;
    }
    .problem-card{
        height: auto;
    }
    .solution-card{
        flex-direction: column!important;
        height: auto;
    }
    .solution-card .solution-content {
        text-align: center;
    }
    .mission-box {
        display: flex;
        margin-bottom: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mission-content p{
        text-align: center;
    }
    .testimonial-text{
        margin-bottom: 0;
    }
    .faq-accordion .accordion-button {
        text-align: center;
        line-height: 25px;
    }
    .faq-accordion .accordion-body,
    .cta-content h2,
    .cta-subtitle{
        text-align: center;
    }
    .solution-section,
    .final-cta-section{
        padding-top: 50px!important;
    }
    .hero-form-container h3{
        font-size: 20px!important;
    }
    .hero-form-container .section-title{
        margin-bottom: 20px!important;
    }
    form.subscribe-form .form-control{
        text-align: center;
    }
    .footer-widget .footer-widget-list li a{
        padding: 0!important;
    }
    .testimonial-image-wrapper, .testimonial-video-wrapper{
        padding: 0!important;
        min-height: 175px!important;
    }
}

.operatin-box.operatin1 {
    background: url(../img/property-bg01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 20px 0 100px;
    display: flex;
    align-items: center!important;
    height: 120px;
    margin-bottom: 30px;
}
.operatin-box.operatin2 {
    background: url(../img/property-bg02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center!important;
    padding: 0 20px 0 120px;
    height: 120px;
    margin-bottom: 30px;
}
.operatin-box.operatin3 {
    background: url(../img/property-bg03.png);
    background-size: 100% 100%;
    padding: 0 20px 0 120px;
    display: flex;
    align-items: center!important;
    background-repeat: no-repeat;
    height: 120px;
    margin-bottom: 30px;
}



.operatin-box  {
    position: relative;
}

.operatin-box .numb {
    position: absolute;
    background: #fff;
    border-radius: 30px;
    left: 30px;
    top: 15px;
    bottom: 15px;
    padding: 5px 26px;
    color: #333;
    font-size: 40px;
    -webkit-box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.32);
    border: solid 5px #f0f0f0;
}

.operatin-box.operatin1 .numb {
    left: 10px;
}

.operatin-box.operatin3 p {
    line-height: 20px;
    font-size: 18px;
}

.operatin-box.operatin2 p {
    line-height: 20px;
    font-size: 18px;
}

.operatin-box.operatin1 p {
    line-height: 20px;
    font-size: 18px;
}
.col-5th {
  flex: 0 0 20%;
  max-width: 20%;
}
.video-container {
    position: relative;
    padding-bottom: 38.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 12px;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.testimonial-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-image-wrapper, .testimonial-video-wrapper {
    position: relative;
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    border-radius: 15px;
    padding: 30px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-image-wrapper img,
.testimonial-video-wrapper video {
    border-radius: 15px;
    width: 100%;
}
.test-slider1 .owl-dots{
    display: block!important;
}
.test-slider1 .owl-dots .owl-dot span{
    background: var(--primaryColor);
}
.test-slider1 .owl-dots .owl-dot.active span{
    background: var(--secondaryColor);
}