body {
    font-family: "Poppins", sans-serif;
    color: #1D232A;
    overflow-x: hidden;
}

.text-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.hero-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.text-heading {
    font-family: "Rufina", serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.logo {
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

.nav-link {
    color: #333;
    position: relative;
    padding-bottom: 10px;
    margin: 0 15px;
}

.btn-primary {
    background-color: #0d8a59;
    border-color: #0d8a59;
    border-radius: 30px;
    padding: 11px 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.btn-primary:hover {
    background-color: #0E7E5D;
    border-color: #0E7E5D;
}

h1,
h2,
h3,
h4,
.rufina-font {
    font-family: "Rufina", serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #0E7E5D;
}

.rufina-light {
    font-weight: 400;
}

.text-primary {
    color: #0d8a59 !important;
}

.service-icon {
    color: #0d8a59;
    width: 74px;
}

.bottom-line {
    width: 50px;
    height: 2px;
    border-radius: 4px;
    background-color: #0E7E5D;
    margin: 0 auto;
    display: none;
}

.active {
    color: #0E7E5D;
}

.active .bottom-line {
    display: block;
}

.wedding-planner {
    /* background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('public/lovable-uploads/1158ef1b-01c1-435d-ace0-a6ffcad9ba3d.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.social-icons a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: white;
    color: #1e3a53;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-right: 10px;
}

/* Additional custom styles */
.hero-section {
    padding: 100px 0;
    position: relative;
    /* background-color: #fff; */
}

.arch-frame {
    position: relative;
    margin: 0 auto;
    max-width: 700px;
}

.arch {
    border-radius: 200px 200px 0 0;
    overflow: hidden;
    position: relative;
    margin: 0 15px;
}

.arch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arch-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.leaf-decoration {
    position: absolute;
    max-width: 150px;
}

.left-leaf {
    left: -40px;
    top: 50%;
}

.right-leaf {
    right: -40px;
    top: 50%;
}

.section-spacing {
    padding: 80px 0;
}

.stats-container {
    text-align: center;
    margin-top: 40px;
}

.stat-item {
    margin-bottom: 20px;
}

.stat-number {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;

}

.video-section {
    background-color: #f9f9f9;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
}

.video-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-btn {
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    cursor: pointer;
}

.play-btn i {
    font-size: 30px;
    color: #0d8a59;
}

.mission-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.mission-image img {
    width: 100%;
    height: auto;
}

.team-section {
    position: relative;
    padding-bottom: 60px;
}

.language-selector {
    display: flex;
    align-items: center;
}

.dropdown-toggle::after {
    margin-left: 8px;
}

.values-item {
    margin-bottom: 15px;
}

.values-item span {
    font-weight: bold;
    color: #0d8a59;
}

.newsletter-input {
    border-radius: 0;
    border: 1px solid white;
    background-color: transparent;
    color: white;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.arrow-btn {
    background-color: white;
    color: #1e3a53;
    border: none;
    padding: 10px 15px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .arch-container {
        flex-direction: column;
    }

    .team-image img {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .text-heading {
        font-size: 32px;
    }

    .text-content {
        font-size: 18px;
        line-height: 28px;
    }

    .leaf-decoration {
        max-width: 100px;
    }
}