/*--------------------------------------------------------------
  Template Name: Simply Construction HTML Template.
  Template URI: #
  Description: Simply Construction is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: HasTech
  Author URI: https://themeforest.net/user/hastech/portfolio
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here:
-------------------------------------------------------*/

/* Footer Background Image */
.htc__footer__area .footer__top {
    background-image: url('/uploads/files/footerbg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Footer Social Icons */
.footer .social__icon {
    margin-top: 15px;
}

.footer .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.footer .social-icons li {
    display: inline-block;
}

.footer .social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer .social-icons li a:hover {
    background: #f9b418;
    color: #1f2d30;
    transform: translateY(-3px);
}

/* Footer title styling override */
.footer .ft__title {
    color: #fff;
    margin-bottom: 20px;
}

/* Homepage Page Content Section */
.htc__page__content {
    background: #fff;
}

.htc__page__content .page__content {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.htc__page__content .page__content p {
    margin-bottom: 15px;
}

.htc__page__content .page__content img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}

.htc__page__content .page__content h1,
.htc__page__content .page__content h2,
.htc__page__content .page__content h3,
.htc__page__content .page__content h4 {
    color: #1f2d30;
    margin-bottom: 15px;
}

/* Portfolio Widget Styles */
.widget-portfolio .portfolio-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.widget-portfolio .portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.widget-portfolio .portfolio-thumbnail {
    width: 100% !important;
    display: block;
    overflow: hidden;
}

.widget-portfolio .portfolio-thumbnail .card-img-top,
.widget-portfolio .portfolio-thumbnail img,
.portfolio-thumbnail .card-img-top,
.portfolio-thumbnail img {
    width: 100% !important;
    max-width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.widget-portfolio .portfolio-card .card-body {
    padding: 15px 20px 20px 20px !important;
}

.widget-portfolio .portfolio-card .card-footer {
    padding: 10px 20px !important;
    background: transparent;
}

/* Services Summary Widget - Offer Style */
.widget-services-summary .offer {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    transition: all 0.3s ease;
}

.widget-services-summary .offer.separator {
    border-left: 1px solid #ddd;
    padding-left: 30px;
}

.widget-services-summary .offer__icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.widget-services-summary .offer__icon img {
    max-width: 100%;
    max-height: 100%;
}

.widget-services-summary .offer__icon i {
    font-size: 50px;
    color: #f9b418;
}

.widget-services-summary .offer__details {
    flex: 1;
}

.widget-services-summary .offer__details h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.3;
}

.widget-services-summary .offer__details h2 a {
    color: #1f2d30;
    text-decoration: none;
    transition: color 0.3s ease;
}

.widget-services-summary .offer__details h2 a:hover {
    color: #f9b418;
}

.widget-services-summary .offer__details p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.widget-services-summary .offer:hover {
    transform: translateY(-5px);
}

/* Services Summary Widget - Responsive */
@media (max-width: 991px) {
    .widget-services-summary .offer.separator {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #ddd;
        padding-top: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .widget-services-summary .offer {
        flex-direction: column;
        text-align: center;
    }

    .widget-services-summary .offer__icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
