﻿.about-section-two .sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2;
    color: #1e1e1e;
    font-weight: 700;
    margin-bottom: 18px;
}

.about-section-two .sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: #777777;
    font-weight: 400;
    margin-bottom: 0;
}

.about-section-two .amenities-boxes {
    margin: 0 -10px 30px;
}

.about-section-two .info-block {
    position: relative;
    height: 100%;
    padding: 0;
}

    .about-section-two .info-block .inner {
        position: relative;
        height: 100%;
        padding: 25px 20px;
        background-color: #ffffff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        border-radius: 8px;
        transition: all 300ms ease;
        text-align: center;
    }

        .about-section-two .info-block .inner:hover {
            background-color: #b68c5a;
            transform: translateY(-5px);
        }

            .about-section-two .info-block .inner:hover .icon-box i,
            .about-section-two .info-block .inner:hover .title {
                color: #ffffff;
            }

    .about-section-two .info-block .icon-box {
        position: relative;
        margin-bottom: 15px;
    }

        .about-section-two .info-block .icon-box i {
            position: relative;
            display: block;
            font-size: 42px;
            line-height: 1;
            color: #b68c5a;
            transition: all 300ms ease;
        }

    .about-section-two .info-block .title {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 1.4;
        color: #1e1e1e;
        font-weight: 600;
        transition: all 300ms ease;
    }

.about-section-two .list-style-two {
    position: relative;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}

    .about-section-two .list-style-two li {
        position: relative;
        font-size: 15px;
        line-height: 1.6;
        color: #777777;
        font-weight: 400;
        padding-left: 30px;
        margin-bottom: 12px;
    }

        .about-section-two .list-style-two li i {
            position: absolute;
            left: 0;
            top: 3px;
            font-size: 16px;
            line-height: 1;
            color: #b68c5a;
        }

.about-section-two .btn-box {
    position: relative;
}

.about-section-two .theme-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    background-color: #b68c5a;
    padding: 10px 30px;
    font-weight: 400;
    overflow: hidden;
    letter-spacing: 0.05em;
    border-radius: 3px;
    text-decoration: none;
}

.about-section-two .btn-title {
    position: relative;
    z-index: 1;
}

.about-section-two .theme-btn:hover {
    background-color: #9a734a;
}

.about-section-two .image-column {
    position: relative;
}

    .about-section-two .image-column .inner-column {
        position: relative;
        padding-right: 0;
        margin-right: 0;
    }

    .about-section-two .image-column .image-1 {
        position: relative;
        margin-bottom: 20px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .about-section-two .image-column .image-2 {
        position: relative;
        right: auto;
        bottom: auto;
        margin-left: 30%;
        width: 70%;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .about-section-two .image-column img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
    }

/* Responsive Styles */
@media (max-width: 1199px) {
    .about-section-two .sec-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .about-section-two {
        padding: 80px 0 50px;
    }

        .about-section-two .content-column .inner-column {
            padding: 0;
            margin-bottom: 40px;
        }

        .about-section-two .image-column .inner-column {
            padding: 0;
        }
}

@media (max-width: 767px) {
    .about-section-two {
        padding: 60px 0 30px;
    }

        .about-section-two .sec-title h2 {
            font-size: 28px;
        }

        .about-section-two .image-column .image-2 {
            margin-left: 15%;
            width: 85%;
        }
}

@media (max-width: 575px) {
    .about-section-two .image-column .image-2 {
        margin-left: 0;
        width: 100%;
    }
}

.service-section-three {
    padding: 100px 0;
    background-color: #f9f9f9;
}

    .service-section-three .sec-title {
        margin-bottom: 50px;
    }



        .service-section-three .sec-title h2 {
            font-size: 42px;
            font-weight: 700;
            color: #222222;
            margin-bottom: 0;
        }

    .service-section-three .outer-box {
        position: relative;
    }

    .service-section-three .image-box {
        position: relative;
        margin-bottom: 30px;
    }

        .service-section-three .image-box .image {
            position: relative;
            margin: 0;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

            .service-section-three .image-box .image img {
                width: 100%;
                height: auto;
                display: block;
                transition: all 0.5s ease;
            }

    .service-section-three .content-box {
        position: relative;
        padding: 20px 0;
    }

        .service-section-three .content-box .inner-box {
            position: relative;
        }

        .service-section-three .content-box .description {
            font-size: 16px;
            line-height: 1.8;
            color: #666666;
            margin-bottom: 30px;
        }

    .service-section-three .features-list {
        position: relative;
        margin-bottom: 30px;
    }

    .service-section-three .feature-item {
        position: relative;
        padding-left: 60px;
        margin-bottom: 20px;
    }

        .service-section-three .feature-item .icon {
            position: absolute;
            left: 0;
            top: 0;
            height: 40px;
            width: 40px;
            font-size: 20px;
            line-height: 40px;
            text-align: center;
            background-color: #b68c5a;
            color: #ffffff;
            border-radius: 50%;
        }

        .service-section-three .feature-item h4 {
            font-size: 18px;
            font-weight: 600;
            color: #222222;
            margin-bottom: 5px;
        }

        .service-section-three .feature-item p {
            font-size: 14px;
            line-height: 1.6;
            color: #666666;
            margin-bottom: 0;
        }

    .service-section-three .btn-box {
        position: relative;
    }

    .service-section-three .theme-btn {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 30px;
        color: #ffffff;
        padding: 10px 30px;
        font-weight: 400;
        overflow: hidden;
        border-radius: 3px;
        text-transform: capitalize;
        transition: all 0.3s ease;
        margin-right: 15px;
    }

    .service-section-three .btn-style-one {
        background-color: #b68c5a;
    }

        .service-section-three .btn-style-one:hover {
            background-color: #9a734a;
        }

    .service-section-three .btn-style-two {
        background-color: #222222;
    }

        .service-section-three .btn-style-two:hover {
            background-color: #333333;
        }

@media (max-width: 767px) {
    .service-section-three {
        padding: 70px 0;
    }

        .service-section-three .sec-title h2 {
            font-size: 32px;
        }

        .service-section-three .feature-item {
            padding-left: 50px;
        }
}
