.dn {display: none;}
#form-result-container {
    margin-top: 15px;
    min-height: 50px;
}
.content h1, .content h2, .content h3 {
    color: #2c3e50;
}
.content {
    color: #404040;
}

.content h1 {
    margin-bottom: 20px;
}
.content h2 {
    margin: 20px 0;
    font-size: 30px;
}
.content h3 {
    margin: 20px 0;
    font-size: 20px;
}
.content p {
    margin-bottom: 15px;
}
.content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}
.content ul li {
    margin-bottom: 10px;
}
.content .highlight {
    background-color: #f4f4f4;
    padding: 10px;
    margin: 20px 0;
    border-left: 4px solid #2c3e50;
    margin-bottom: 20px;
}

.about-page {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #f9f9f9;
    color: #333;
}

.about-page h1, .about-page h2, .about-page h3 {
    color: #444;
}

.about-page h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.about-page h2 {
    font-size: 2em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.about-page h3 {
    font-size: 1.5em;
    margin-top: 25px;
    margin-bottom: 10px;
}

.about-page p {
    margin-bottom: 15px;
}

.about-page ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.about-page .highlight {
    color: #e67e22;
    font-weight: bold;
}

.about-page .contact-info {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.about-page .contact-info a {
    color: #3498db;
    text-decoration: none;
}

.about-page .contact-info a:hover {
    text-decoration: underline;
}

.testimonials-style3__content .reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: 1fr;
    gap: 30px;
    margin-top: 30px;
    align-items: stretch;
}
.testimonials-style3__content .single-testimonials-style2 {
    width: 100%;
    margin-right: 0;
    opacity: 1 !important;
    transform: none !important;
    display: flex;
    flex-direction: column;
}
.testimonials-style3__content .single-testimonials-style2 .inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.testimonials-style3__content .single-testimonials-style2 .client-info {
    margin-top: auto;
}
@media (max-width: 1199px) {
    .testimonials-style3__content .reviews-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 767px) {
    .testimonials-style3__content .reviews-grid {
        grid-template-columns: 1fr !important;
    }
}


.about-content h1,
.about-content h2,
.about-content h3,
.about-content h4,
.about-content h5,
.about-content h6 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}

.about-content h1 {
    margin-top: 2em;
    margin-bottom: 1em;
}

.about-content h2 {
    margin-top: 1.8em;
    margin-bottom: 0.9em;
}

.about-content h3 {
    margin-top: 1.6em;
    margin-bottom: 0.8em;
}

.about-content strong,
.about-content b {
    font-weight: 900;
    color: #2c3e50;
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
}


.main-slider .big-title {
    max-width: 670px;
}
.main-slider .text {
    max-width: 670px;
}
