.content_wrap {
    width: 100% !important;
    padding: 0px;
}

@media only screen and (min-width: 1440px) {
    .container-fluid {
        max-width: 1440px !important;
    }
}

#middle .headline {
    display: none;
}

.floral-hero-banner {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 80px 0;
    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.30) 22%,
            rgba(0, 0, 0, 0.55) 42%,
            rgba(0, 0, 0, 0) 65%,
            rgba(0, 0, 0, 0.12) 100%),
        url('https://floweratelierco.com/wp-content/uploads/2026/07/Inner_banner-scaled.png') center center / cover no-repeat;
}

.floral-hero-row {
    height: 500px;
    align-items: center;
}

.floral-hero-inner {
    max-width: 760px;
    color: #ffffff;
    padding: 40px 0;
}

.floral-hero-tagline {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #c4a347;
    margin-bottom: 18px;
}

.floral-hero-heading {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 28px;
    letter-spacing: -0.02em;
    max-width: 780px;
    text-transform: none;

}

.floral-hero-heading span {
    display: block;
    font-weight: 600;
}

.floral-hero-text {
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
    max-width: 760px;
    margin-bottom: 42px;
    font-weight: 400;
}

.floral-hero-text strong {
    color: #ffffff;
    font-weight: 700;
}

.floral-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #b8993f;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #b8993f;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.floral-hero-cta:hover {
    background: #a68732;
    border-color: #a68732;
    color: #ffffff;
}

@media (max-width: 1599px) {

    .floral-hero-heading {
        font-size: 35px;
        line-height: 45px;
    }

    .floral-hero-text {
        font-size: 16px;
        max-width: 680px;
    }
}

@media (max-width: 1199px) {

    .floral-hero-heading {
        font-size: 32px;
    }

    .floral-hero-text {
        font-size: 18px;
        line-height: 1.6;
    }

    .floral-hero-cta {
        min-width: 280px;
        min-height: 68px;
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .floral-hero-banner {
        padding: 70px 0;
        background-position: 68% center;
    }

    .floral-hero-heading {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .floral-hero-text {
        font-size: 18px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .floral-hero-cta {
        min-width: 240px;
        min-height: 60px;
        padding: 16px 26px;
    }
}

@media (max-width: 767px) {
    .floral-hero-banner {
        min-height: auto;
        padding: 60px 0;
        background-position: center center;
        height: 520px;
    }

    .featured-top-row {
        margin-bottom: 20px;
    }

    .floral-hero-row {
        min-height: auto;
    }

    .floral-hero-inner {
        max-width: 100%;
        padding: 20px 0;
    }

    .floral-hero-tagline {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .floral-hero-heading {
        font-size: 30px;
        line-height: 1.08;
    }

    .floral-hero-text {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 24px;
    }

    .floral-hero-cta {
        min-height: 56px;
        font-size: 16px;
        box-shadow: none;
    }
}

/* Section 3 */
.atelier-process-section {
    background: #ffffff;
    padding: 60px 30px;
    overflow: hidden;
}

.atelier-process-wrap {
    display: flex;
    align-items: stretch;
    min-height: 100%;
}

.atelier-process-left {
    width: 57%;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.atelier-process-content {
    width: 100%;
    max-width: 760px;
    padding: 0px 50px 0px 0px;
}

.atelier-process-title {
    margin: 20px 0 18px;
    color: #b79b43;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: none;
    max-width: 720px;
}

.atelier-process-intro {
    margin: 0 0 15px;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    max-width: 640px;
}

.atelier-process-accordion {
    width: 100%;
}

.atelier-process-item {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0;
}

.atelier-process-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.atelier-process-toggle {
    width: 100%;
    background: transparent;
    border: 0;
    outline: none;
    color: #111111;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

.atelier-process-toggle:hover {
    color: #111111;
    text-decoration: none;
}

.atelier-process-toggle span:first-child {
    display: block;
    max-width: 85%;
}

.atelier-process-icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.atelier-process-icon::before,
.atelier-process-icon::after {
    content: "";
    position: absolute;
    background: #6e6e6e;
    transition: all 0.3s ease;
}

.atelier-process-icon::before {
    width: 18px;
    height: 1.5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.atelier-process-icon::after {
    width: 1.5px;
    height: 18px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.atelier-process-item.active .atelier-process-icon::after {
    opacity: 0;
}

.atelier-process-body {
    display: none;
    padding: 0 0 28px;
}

.atelier-process-item.active .atelier-process-body {
    display: block;
}

.atelier-process-body p {
    margin: 0;
    color: #555555;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    max-width: 640px;
}

.atelier-process-right {
    width: 43%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 35px;
}

.atelier-process-image-frame {
    position: relative;
    width: 100%;
    max-width: 560px;
    padding-top: 58px;
    /* top gold visible area */
    /* left gold visible area */
    background: transparent;
}

.atelier-process-image-frame::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 94px;
    right: -38px;
    bottom: 30px;
    background: #b79b43;
    border-top-right-radius: 100px;
    z-index: 1;
}

.atelier-process-image-frame img {
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
    object-fit: cover;
    border-top-right-radius: 90px;
}

/* Responsive */
@media (max-width: 1399px) {
    .atelier-process-title {
        font-size: 45px;
    }

    .atelier-process-toggle {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .atelier-process-wrap {
        flex-wrap: wrap;
    }

    .atelier-process-left,
    .atelier-process-right {
        width: 100%;
    }

    .atelier-process-content {
        max-width: 100%;
        padding: 60px 20px 40px;
    }

    .atelier-process-right {
        padding: 0 20px 40px;
    }

    .atelier-process-image-frame {
        min-height: 500px;
        border-top-left-radius: 60px;
        padding: 18px 0 0 18px;
    }

    .atelier-process-image-frame img {
        border-top-left-radius: 45px;
    }
}

@media (max-width: 767px) {

    .atelier-process-image-frame::before {
        top: -3px;
        left: 56px;
        right: -24px;
        bottom: 30px;
    }

    .atelier-process-section {
        padding: 10px;
    }

    .atelier-process-content {
        padding: 0px;
    }

    .atelier-process-title {
        font-size: 32px;
        line-height: 1.15;
        margin-bottom: 16px;
    }

    .atelier-process-intro {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .atelier-process-toggle {
        font-size: 18px;
        padding: 20px 0;
    }

    .atelier-process-body p {
        font-size: 15px;
    }

    .atelier-process-image-frame {
        min-height: 340px;
        border-top-left-radius: 40px;
    }

    .atelier-process-image-frame img {
        border-top-left-radius: 30px;
    }
}


.why-choose-section {
    position: relative;
    padding: 50px 0;
    background: #f5f4ed;
    overflow: hidden;
}

.why-choose-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://floweratelierco.com/wp-content/uploads/2026/06/BACKGROUND.png') center center/cover no-repeat;
    z-index: 0;
}

.why-choose-section .container {
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 48px;
    font-weight: 400 !important;
    color: #b3943b;
    line-height: 1.15;
    margin-bottom: 20px;
    text-transform: none;

}

.section-subtitle {
    font-size: 20px;
    color: #777;
    margin-bottom: 35px;
}

.btn-gold {
    background: #b3943b;
    color: #fff;
    padding: 15px 40px;
    border-radius: 0;
    font-size: 22px;
    font-weight: 500;
    transition: .3s;
}

.btn-gold:hover {
    background: #977b2f;
    color: #fff;
}

.btn-outline-box {
    display: inline-block;
    border: 1px solid rgba(179, 148, 59, .35);
    padding: 15px;
    margin-bottom: 60px;
}

.feature-card {
    background: #fff;
    padding: 20px 28px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: .3s;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 52px;
    margin-bottom: 20px;
}

.feature-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    color: #111;
    margin-bottom: 18px;
}

.feature-text {
    color: #777;
    font-size: 16px;
    line-height: 1.55;
    padding: 0px;
}

@media(max-width:1199px) {

    .section-title {
        font-size: 45px;
    }

    .feature-title {
        font-size: 22px;
    }

    .feature-text {
        font-size: 16px;
    }

}

@media(max-width:991px) {

    .section-title {
        font-size: 38px;
    }

    .section-subtitle {
        font-size: 20px;
    }

}

@media(max-width:767px) {

    .why-choose-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 30px;
    }

    .section-subtitle {
        font-size: 17px;
    }

    .btn-gold {
        font-size: 18px;
        padding: 12px 30px;
    }

    .feature-card {
        margin-bottom: 20px;
    }

    .feature-title {
        font-size: 22px;
    }

    .feature-text {
        font-size: 16px;
    }

}

.accordion-button:not(.collapsed) {
    background-color: #a8903bc4;
    color: #000;
}

.accordion-item a {
    text-transform: none;
}


.delivery-section {
    padding: 60px 30px;
    overflow: hidden;
    background-color: #F8F9FA;
}


.delivery-subtitle {
    font-size: 20px;
    color: #7c7c7c;
    line-height: 1.6;
}

.delivery-image {
    position: relative;
}

.delivery-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.delivery-card {
    background: #fff;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    margin-left: -90px;
    position: relative;
    z-index: 5;
}

.delivery-card h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}

.delivery-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 35px;
}

.delivery-tags span {
    display: inline-block;
    background: #f4f4f4;
    border-radius: 30px;
    padding: 10px 18px;
    font-size: 16px;
    color: #737373;
    text-decoration: none;
    font-weight: 400;

}

.delivery-tags span:hover {
    background: #b2953d;
    color: #fff;
}

.delivery-card p {
    font-size: 19px;
    color: #6d6d6d;
    line-height: 1.7;

}

.btn-border {
    display: inline-block;
    border: 1px solid #b2953d;
    padding: 12px;
}

.btn-call {
    background: #b2953d;
    color: #fff;
    border-radius: 0;
    padding: 15px 45px;
    font-size: 24px;
    transition: .3s;
}

.btn-call:hover {
    background: #9b8031;
    color: #fff;
}

@media (max-width:1199px) {

    .delivery-title {
        font-size: 48px;
    }

    .delivery-card {
        margin-left: -40px;
    }

}

@media (max-width:991px) {

    .delivery-title {
        font-size: 38px;
    }

    .delivery-card {
        margin: 40px 0 0;
    }

}

@media (max-width:767px) {

    .delivery-section {
        padding: 60px 0;
    }

    .delivery-title {
        font-size: 30px;
    }

    .delivery-subtitle {
        font-size: 17px;
    }

    .delivery-card {
        padding: 25px;
    }

    .delivery-card h3 {
        font-size: 28px;
    }

    .delivery-tags a {
        font-size: 15px;
        padding: 8px 14px;
    }

    .delivery-card p {
        font-size: 16px;
    }

    .btn-call {
        font-size: 18px;
        padding: 12px 30px;
    }

}

.comparison-section {
    padding: 60px 30px;
}


.comparison-subtitle {
    font-size: 20px;
    color: #777;
    margin-bottom: 15px;
}

.comparison-text {
    max-width: 1200px;
    margin: auto;
    font-size: 20px;
    color: #777;
    line-height: 1.6;
}

.comparison-wrapper {
    margin-top: 50px;
}

.comparison-left {
    background: #f8f8f8;
    height: 100%;
    padding: 45px;
}


.comparison-accordion .accordion-item,
.custom-accordion .accordion-item {
    border: 0;
    background: none;
    border-bottom: 1px solid #ececec;
}



.comparison-image {
    height: 100%;
}

.comparison-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media(max-width:1199px) {

    .difference-title {
        font-size: 46px;
    }

}

@media(max-width:991px) {

    .difference-title {
        font-size: 34px;
    }

    .comparison-image {
        margin-top: 30px;
    }

}

@media(max-width:767px) {

    .comparison-section {
        padding: 60px 0;
    }

    .comparison-subtitle,
    .comparison-text {
        font-size: 17px;
    }

    .difference-title {
        font-size: 28px;
    }

    .comparison-left {
        padding: 15px;
    }

    .comparison-accordion .accordion-body {
        font-size: 16px;
        padding: 10px;
        line-height: 25px;
    }

}

.testimonial-section {
    padding: 90px 0;
}

.testimonial-title {
    font-size: 35px;
    line-height: 1.05;
    font-weight: 500;
    color: #aa9138;
    margin-bottom: 25px;
}

.testimonial-desc {
    font-size: 18px;
    color: #737373;
    line-height: 1.6;
    margin-bottom: 20px;
}

.btn-border {
    display: inline-block;
    padding: 12px;
    border: 1px solid #d7c69a;
}

.review-btn {
    background: #aa9138;
    color: #fff;
    border-radius: 0;
    padding: 16px 34px;
    font-size: 22px;
}

.review-btn:hover {
    color: #fff;
    background: #957c2d;
}

.testimonial-box {
    display: flex;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    border-radius: 6px;
    overflow: hidden;
}

.testimonial-content {
    width: 60%;
    padding: 55px;
    text-align: center;
}

.quote-icon {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}

.testimonial-content p {
    font-size: 20px;
    line-height: 1.5;
    color: #2c2c2c;
    margin: 0;
}


.testimonial-author {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #f1f1f1;
    padding: 40px;
}

.testimonial-author img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 25px;
}

.testimonial-author h4 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonial-author span {
    color: #888;
    font-size: 26px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    opacity: 1;
}

.carousel-control-prev {
    left: -35px;
}

.carousel-control-next {
    right: -35px;
}

.control-circle {
    width: 78px;
    height: 78px;
    color: #1e1e1ea3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;

}

.carousel-indicators {
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bbb;
    border: 0;
    margin: 0 6px;
}

.carousel-indicators .active {
    background: #666;
}

@media(max-width:991px) {

    .testimonial-title {
        font-size: 42px;
    }

    .testimonial-box {
        flex-direction: column;
    }

    .testimonial-content,
    .testimonial-author {
        width: 100%;
    }

    .testimonial-author {
        border-left: none;
        border-top: 1px solid #eee;
    }

    .carousel-control-prev {
        left: -25px;
    }

    .carousel-control-next {
        right: -25px;
    }

}

@media(max-width:767px) {

    .testimonial-section {
        padding: 20px 0;
    }

    .testimonial-title {
        font-size: 34px;
    }

    .testimonial-desc {
        font-size: 17px;
    }

    .testimonial-content {
        padding: 30px;
    }

    .testimonial-content p {
        font-size: 20px;
    }

    .quote-icon {
        font-size: 70px;
    }

    .testimonial-author img {
        width: 110px;
        height: 110px;
    }

    .testimonial-author h4 {
        font-size: 24px;
    }

    .testimonial-author span {
        font-size: 18px;
    }

    .review-btn {
        font-size: 18px;
        padding: 12px 24px;
    }

}

.contact-banner-section {
    padding: 60px 0;
}

.contact-banner {
    position: relative;
    background: url("https://floweratelierco.com/wp-content/uploads/2026/06/contact-us-bg.png") center center/cover no-repeat;
    overflow: hidden;
    padding: 50px 0;
}

.contact-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(22, 15, 18, .62);
}

.contact-banner .row {
    position: relative;
    z-index: 2;
}

.contact-left {
    padding: 70px 50px;
}

.contact-left h2 {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    margin: 0;
}

.contact-right {
    text-align: center;
    padding: 50px;
}

.contact-right strong {
    font-weight: 700;
}

.contact-right a {
    color: #fff;
    text-decoration: none;
}

.contact-right a:hover {
    color: #d9d9d9;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.info-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: flex-start;
}

.contact-info .label {
    text-align: right;
    color: #fff;
    font-size: 20px;
    padding-right: 10px;
}

.contact-info .value {
    color: #fff;
    font-size: 18px;
    line-height: 1.45;
}

.contact-info .value a {
    color: #fff;
    text-decoration: none;
}

.contact-info .value strong {
    font-weight: 700;
}

@media (max-width:767px) {

    .info-row {
        grid-template-columns: 120px 1fr;
    }

    .contact-info .label,
    .contact-info .value {
        font-size: 18px;
    }

}

@media(max-width:1199px) {

    .contact-left h2 {
        font-size: 56px;
    }
}

@media(max-width:991px) {

    .contact-banner {
        min-height: auto;
    }

    .contact-banner .row {
        min-height: auto;
    }

    .contact-left,
    .contact-right {
        padding: 50px 35px;
        text-align: center;
    }

    .contact-left h2 {
        font-size: 46px;
    }
}

@media(max-width:767px) {

    .contact-banner-section {
        padding: 0px;
    }

    .contact-left,
    .contact-right {
        padding: 35px 20px;
    }

    .contact-left h2 {
        font-size: 16px;
    }
}


.read-more-link {
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
}

div#atelierProcessAccordion {
    --bs-accordion-border-width: 0;
}