﻿/* Hero Single Thumb - Make image larger like Solion original */
.banner-area .single-thumb {
    position: relative;
    text-align: right;
    margin-top: 0;
}
.banner-area.auto-height .content {
    padding: 114px 0;
}
.banner-area .single-thumb img {
    max-width: 160%;
    height: auto;
    width: auto;
    max-height: 615px;
    object-fit: contain;
    object-position: right center;
    margin-left: -261px;
    margin-top: -168px;
}

/* Combined Section - Newsletter + CTA */
.combined-section {
    background: #f5f5f5;
}

/* Newsletter Form Area */
.newsletter-form-area {
    position: relative;
    margin-top: -60px;
    z-index: 10;
    padding-bottom: 50px;
}

.newsletter-box {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.newsletter-info .subtitle {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #666666;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.newsletter-info .description {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 1.5;
    margin: 0;
}

.newsletter-form .form-group {
    display: flex;
    gap: 10px;
    margin: 0;
}

.newsletter-form .form-control {
    height: 55px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #333333;
    flex: 1;
}

.newsletter-form .form-control:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: none;
}

.newsletter-form .form-control::placeholder {
    color: #aaaaaa;
}

.btn-newsletter {
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    color: #ffffff;
    border: none;
    padding: 0 40px;
    height: 55px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-newsletter:hover {
    background: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-primary) 100%);
    color: #ffffff;
}

/* CTA Split Area */
.cta-split-area {
    padding: 100px 0 100px; /*50 0 100*/
}

.cta-split-box .row {
    display: flex;
    align-items: stretch;
}

.cta-split-box {
    position: relative;
}

.cta-split-item h3 {
    font-size: 26px;
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: 15px;
}

.cta-split-item p {
    font-size: 19px;
    color: var(--color-paragraph);
    line-height: 1.6;
    margin-bottom: 25px;
    padding: 0 15px;
}

.cta-split-item .btn-cta-split {
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    color: #ffffff;
    /*border: 2px solid var(--color-primary);*/
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
   /* border-radius: 5px;*/
    /*transition: all 0.3s ease;*/
}

.cta-split-item .btn-cta-split:hover {
    background: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-primary) 100%);
    color: #ffffff;
}

.cta-split-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100%;
}

.cta-split-divider::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #dddddd;
    transform: translateX(-50%);
}

.cta-split-divider span {
    position: relative;
    z-index: 1;
    background: #f5f5f5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #999999;
}
.blog-area .single-item h4 {
    font-size: 17.5px;
}

.default-services-area .item h4 {
    margin-top: 20px;
    margin-bottom: -36px;
}
.default-services-area .item h4 a {
   /*color: var(--color-paragraph);
    margin: 0 0 15px;
    font-weight: 400;
    font-family: var(--font-default);*/
	font-family: var(--font-default);
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #3e464f;
	text-align: center;
	margin: 10px 0;
	margin-top: 30px;
	min-height: 90px;
}
.default-services-area .item h4 a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary);
	opacity: 1;
}

/* Sobre Area */
.sobre-area {
    background: #f5f5f5;
    padding: 80px 0;
}
.sobre-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: 30px;
}
.sobre-content p {
    font-size: 16px;
    color: var(--color-paragraph);
    line-height: 1.8;
    margin-bottom: 20px;
}
.sobre-line {
    width: 50px;
    height: 2px;
    background: var(--color-heading);
    margin: 30px 0 15px;
}
.sobre-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-heading);
    margin: 0;
}
.sobre-thumb img {
	width: 100%;
    height: auto;
    display: block;
    transform: scale(2.1);
    transform-origin: center;
    margin-top: 13px;
    margin-left: 208px;
}

/* Video Thumbnail - follows card rounded corners */
.default-services-area .row {
    display: flex;
    flex-wrap: wrap;
}
.default-services-area .item {
    overflow: hidden;
    height: 100%;
}
.default-services-area .item .video-thumb {
    position: relative;
    margin: -60px -30px 0;
    height: 250px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.default-services-area .item .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Video Play Button Overlay */
.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
.video-play-overlay .video-play-button {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.video-play-overlay .video-play-button i {
    font-size: 32px;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive */
@media (max-width: 991px) {
    .banner-area .single-thumb img {
        max-height: 400px;
        max-width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .newsletter-form-area {
        margin-top: -40px;
    }

    .newsletter-box {
        padding: 30px;
    }

    .newsletter-form .form-group {
        flex-direction: column;
    }

    .btn-newsletter {
        width: 100%;
    }

    .cta-split-divider {
        margin: 30px 0;
    }
}