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

.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: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #0E7E5D;
}

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

.nav-link {
    color: #333;
    position: relative;
}

.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%;
}

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

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

.service-icon {
    color: #0d8a59;
    width: 74px;
    margin-bottom: 0px !important;
}

.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('https://static.thegarden.am/');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/* New Hero Carousel Styles */
.hero-carousel {
    position: relative;
    height: 105vh;
    overflow: hidden;
}

.carousel-item {
    height: 105vh;
    position: relative;
}

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

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.3); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-content {
    text-align: center;
    color: white;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.carousel-content h1 {
    font-size: 72px;
    margin-bottom: 20px;
}

.carousel-content p {
    font-size: 24px;
    margin-bottom: 30px;
}

.carousel-indicators {
    bottom: 50px;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 6px;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: white;
}

/* Custom curve for bottom of hero */
.hero-curve {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    z-index: 10;
}

/* Remaining styles remain the same */
.footer {
    background-color: #1e3a53;
    color: white;
}

.footer a {
    color: white;
    text-decoration: none;
}

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

/* Service icons */
.service-item {
    text-align: center;
    margin-bottom: 30px;
}

.service-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    display: inline-block;
}

.gallery-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.stats-container {
    background-color: #f9f9f9;
    padding: 60px 0;
}

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

.stat-number {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;

}

.stat-text {
    font-size: 14px;
    color: #666;
}

.blog-card {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-content {
    padding: 15px;
}

.blog-tag {
    display: inline-block;
    padding: 3px 10px;
    background-color: #f0f0f0;
    border-radius: 30px;
    font-size: 12px;
    margin-bottom: 10px;
}

.blog-title {
    font-family: "Rufina", serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-date {
    font-size: 12px;
    color: #666;
}

.process-step {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.process-check {
    color: #0d8a59;
    margin-right: 10px;
}

.accordion-button {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 43px;
    letter-spacing: 0%;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #0d8a59;
    box-shadow: none;
}

.accordion-body {
    color: #808080;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(13, 138, 89, 0.2);
}

.logo-img {
    height: 40px;
}

.partner-logo {
    max-height: 90px;
    object-fit: contain;
    opacity: 1;
    transition: transform 0.3s ease;
}

.partner-logo:hover {
    transform: scale(1.05);
}

.obstacles-section {
    background-image: url('https://static.thegarden.am/home/girl.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 10% 0;
    position: relative;
}

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

.section-title {
    margin-bottom: 40px;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #0d8a59;
}

.quick-link {
    display: block;
    padding: 5px 0;
    color: white;
    transition: color 0.3s;
}

.quick-link:hover {
    color: #0d8a59;
}