/*
Theme Name: Featherz
Theme URI: https://perutions.com/
Author: Perutions Infini
Author URI: https://perutions.com/
Description: A custom theme from scratch.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, theme
Text Domain: featherz
*/

input {
    padding:5px 10px;
    width:100%;
    margin:5px 0;
}

.service-sidebar .widget {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
}

.service-sidebar .widget-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.service-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-sidebar ul li {
    margin-bottom: 15px;
}

.service-sidebar ul li a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-sidebar ul li a:hover {
    color: #00a8ff;
}

.our-services .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px; /* Compensate for column padding */
    margin-right: -15px; /* Compensate for column padding */
}

.our-services .col-md-4 {
    padding-left: 15px; /* Add padding to create gap */
    padding-right: 15px; /* Add padding to create gap */
    margin-bottom: 30px; /* Keep margin-bottom for vertical gap */
}

.our-services .service-item {
    height: 100%; /* Keep height 100% for equal height */
    display: flex;
    flex-direction: column;
}

.our-services .service-item .service-content {
    flex-grow: 1;
}

.our-services .service-item .btn-default {
    margin-top: auto;
}

.our-services .service-item .service-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.heading-title {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .contentholder {
        padding: 20px 15%;
    }
}

.section-title h1 {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.15em;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: none;
}

.section-title h2,
#smallh3 h3 {
    font-size: 35px;
}

.page-header-box h1 {
     font-size: 30px;
}

.imgbg {
    width: 100%;
    min-height: 300px;
    background-size: cover !important;
    background-position: 0 50% !important;
}

.proname {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 8px;
}

.protitle {
    font-size: 1rem;
    color: #667eea;
    font-weight: 600;
    margin-bottom: 20px;
}

.procontent {
    color: #4a5568;
    line-height: 1.7;
    font-size: 1rem;
    white-space: pre-wrap;
}

.itembox .row {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px !important;
    padding-top: 25px !important;
}