@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
.column {float: left; width: 25%; height: 300px;}
.row:after{content: ""; display: table; clear: both;}

.faq .accordion-body {padding:28px;}
.faq .accordion-button {padding:22px 28px}

.accordion-button:not(.collapsed) {background-color:#ecfff6;}
.accordion-button:focus {box-shadow:0px 0px 0px 4px #f1f1f1;}

body {font-family: 'Poppins', sans-serif; font-size:15px;}
.navbar-brand img {width:136px;}
img {max-width:100%;}

.btn {padding:10px 30px; border-radius:25px; font-size:15px;}
.btn-dark {background-color:black !important;}

section {padding:5px 0;}

.services {color:white;}
.services .row {margin-right:-20px; margin-left:-20px;}
.services .col-lg-4 {padding:0 20px;}
.services img {width: 70px; margin-bottom: 24px; height: 70px; object-fit:contain;}

.our-services .boxes i {font-size:54px; margin-bottom:1rem;}
.our-services .boxes .col-lg-4 {border:1px solid rgba(255, 255, 255, 0.1); padding:50px 30px; transition:all 0.3s ease; background-color: transparent; color: rgb(0, 0, 0);}
.our-services .col-lg-4:hover {background-color:#242424; color: white;}
.our-services .col-lg-4:hover i {color:white;}

.services2 {color:white;}
.services2 .row {margin-right:-20px; margin-left:-20px;}
.services2 .col-lg-4 {padding:0 20px;}
.services2 img {width: 70px; margin-bottom: 24px; height: 70px; object-fit:contain;}

.our-services2 .boxes i {font-size:54px; margin-bottom:1rem;}
.our-services2 .boxes .col-lg-4 {border:1px solid rgba(0, 0, 0, 0.1); padding:50px 30px; transition:all 0.3s ease; background-color: transparent; color: rgb(255, 255, 255);}
.our-services2 .col-lg-4:hover {background-color:#242424; color: white;}
.our-services2 .col-lg-4:hover i {color:white;}

.newsletter-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.newsletter-section h2 {
    font-weight: 700;
    color: #242424;
    font-size: 2rem;
}

.newsletter-section p {
    color: #606060;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.newsletter-form .input-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-form .form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 15px;
    font-size: 1rem;
}

.newsletter-form .btn {
    border-radius: 0;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 600;
}

.contact-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.contact-section h2 {
    font-weight: 700;
    font-size: 2rem;
    color: #242424;
}

.contact-section p {
    color: #606060;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.contact-section .form-label {
    font-weight: 600;
    color: #242424;
}

.contact-section .form-control {
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 1rem;
}

.contact-section .btn {
    padding: 15px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.review {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.review-item {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
}

.review-image {
    flex: 2;
}

.review-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.review-content {
    flex: 1;
}

.ratings i {
    color: gold;
    margin-right: 0.2rem;
}

.review-content p {
    margin: 0.5rem 0;
}

@media (max-width: 768px) {
    .review-item {
        flex-direction: column;
        text-align: center;
    }

    .review-image, .review-content {
        flex: unset;
        width: 100%;
    }
}
.bg-couple {background:url('../images/about.jpg') no-repeat center center; background-size:cover;}
.bg-couple2 {background:url('../images/aboutus2.jpg') no-repeat center center; background-size:cover;}

footer {padding:100px 0}
footer .container {border-top:1px solid #202020; padding-top:100px;}
footer li a {color:white; padding:5px 0; display:block;}
footer ul {list-style:none; padding:0;}
