.brand_logo a img {
	width: 160px;
	height: 40px;
}

.banner_mockup img {
	width: 792px;
	height: 644px;
}

/* Testimonial Cards */
.testimonial-card {
    background: #1a1a1a;
    border-radius: 15px;
    padding: 30px;
    margin: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.3s ease;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    border-color: #619c59;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 2px solid #619c59;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-info h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.testimonial-info span {
    color: #619c59;
    font-size: 13px;
    display: block;
}

.testimonial-stars {
    color: #ffc107;
    font-size: 14px;
    margin-bottom: 12px;
}

.testimonial-body p {
    color: #ccc;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-style: italic;
    flex-grow: 1;
}

.testimonial-time {
    color: #666;
    font-size: 12px;
    display: block;
    text-align: right;
    margin-top: auto;
}

/* Owl Carousel adjustment for cards */
#s2_team_slide .s2_tean_text {
    padding: 10px;
}

.main-support-button:hover {
    background-color: #619c59;
    color: #fff;
}

.main-support-button {
    border: none;
    height: 50px;
    width: 255px;
    color: #fff !important;
    border-radius: 5px;
    background-color: #083249 !important;
    padding: 15px;
}

.s2-footer_logo img {
	width: 166px;
	height: 40px;
}

.saas_two_team_section .s2-team_membar {
    padding-top: 50px;
}

.saas_two_footer_section .s2_footer_widget .s2_footer_menu li {
    width: 100% !important;
}

.s2-about_img img {
    height: 300px;
}


.modal-newsletter {
    color: #999;
    font-size: 15px;
    min-width: 600px;
}
.modal-newsletter .modal-content {
    padding: 40px;
    border-radius: 0;
    border: none;
}
.modal-newsletter .modal-header {
    border-bottom: none;
    position: relative;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.modal-newsletter h4 {
    color: #000;
    text-align: center;
    font-size: 30px;
    margin: 0 0 25px;
    font-weight: bold;
    text-transform: capitalize;
}
.modal-newsletter .close {
    background: #c0c3c8;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 19px;
    text-align: center;
    padding: 0;
}
.modal-newsletter .close span {
    position: relative;
    top: -1px;
}
.modal-newsletter .close:hover {
    opacity: 0.8;
}
.modal-newsletter .icon-box {
    color: #7265ea;
    display: inline-block;
    z-index: 9;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.modal-newsletter .icon-box i {
    font-size: 110px;
}
.modal-newsletter .form-control, .modal-newsletter .btn {
    min-height: 46px;
    border-radius: 3px;
}
.modal-newsletter .form-control {
    box-shadow: none;
    border-color: #dbdbdb;
}
.modal-newsletter .form-control:focus {
    border-color: #7265ea;
    box-shadow: 0 0 8px rgba(114, 101, 234, 0.5);
}
.modal-newsletter .btn {
    color: #fff;
    border-radius: 4px;
    background: #7265ea;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    padding: 6px 20px;
    min-width: 150px;
    border: none;
}
.modal-newsletter .btn:hover, .modal-newsletter .btn:focus {
    background: #4e3de4;
    outline: none;
}
.modal-newsletter .input-group {
    margin: 30px 0 15px;
}
.hint-text {
    margin: 100px auto;
    text-align: center;
}


.modal-newsletter .form-control.is-invalid {
    border-color: #dc3545 !important;
}

.ini-form-error {
  border: 1px solid #e74c3c !important;
}
.upper_icon i {
    font-size: 40px;
}
