/* Register Page Styles */

.padding-tb65 {
    padding-top: 65px;
    padding-bottom: 0px;
}

.joinus_rhs .form-control {
    width: 100%;
    margin-bottom: 0;
    border-radius: 50px;
    height: 45px;
    font-size: 15px;
    padding: 5px 20px;
    display: inline-block;
    margin-right: 18px;
}

.btn-primary-join {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.1s;
    border-width: 0;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-size: 12px;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 0;
    overflow: hidden;
    margin-top: 25px;
    background-color: #EF4136;
    border-radius: 50px;
}

.content {
    min-height: 0;
}

.pdd-tp {
    padding-top: 10px;
}

.contact-box {
    background: #f4c38f;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 20px;
    width: 70%;
}

.contact-box a {
    color: #0d3b66;
    text-decoration: none;
}

/* Testimonials Section */
.testimonials-section {
    padding: 60px 20px;
    background: #f5f5f5;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    min-height: 220px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.testimonial-preview {
    display: inline;
}

.testimonial-read-more {
    color: #EF4136;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-left: 5px;
}

.testimonial-read-more:hover {
    text-decoration: underline;
    color: #d63b2f;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-author span {
    display: block;
    font-size: 13px;
    color: #777;
}

/* Testimonial Modal */
.testimonial-modal .modal-dialog {
    max-width: 600px;
}

.testimonial-modal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #EF4136;
}

.testimonial-modal .modal-title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.testimonial-modal .modal-body {
    padding: 30px;
}

.testimonial-full-content {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.testimonial-full-content p:last-child {
    margin-bottom: 0;
}

.testimonial-modal-author {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.testimonial-author-name {
    font-size: 16px;
    color: #333;
}

.testimonial-modal .close {
    font-size: 28px;
    font-weight: 300;
    opacity: 0.6;
}

.testimonial-modal .close:hover {
    opacity: 1;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}

/* Container width adjustment */
@media (min-width: 1200px) {
    .container {
        width: 1325px;
    }
}

/* Mobile responsive styles */
@media only screen and (max-width: 767px) {
    .header-info-col {
        margin-left: 5px;
        line-height: 25px;
        padding: 0px 12px;
        font-size: 13px;
        margin-top: 24px;
    }

    #menu-toggle {
        float: right;
        font-size: 24px;
        line-height: 50px;
        margin-top: 10px;
        color: #fff;
        margin-left: 6px;
    }
}
