/* Universal */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Hero Banner Content */
/* Parent Section */
.parent-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-image: url('http://localhost/bloomora/wp-content/themes/hello-elementor/assets/images/hero-bg.png');
    background-size: cover;
    background-position: center;
}

.hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    margin-top: 0px;
    /* Adjust padding to center text */
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 500;
    margin: 10px 0px 10px 0px;
    font-family: Elsie;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.hero-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative; /* To position the gradient layer and content */
}

.grad-layer {
    position: absolute;
    top: 0; /* Start the gradient from the middle */
    left: 0;
    right: 10%;
    bottom: 0; /* Make the gradient cover the bottom half of the image */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0)); /* Gradient from white to transparent */
    z-index: 1; /* Ensure the gradient is above the image but below text */
}

.hero-banner-txt {
    position: absolute;
    z-index: 11;
    text-align: left;
    margin: -30px 0px 0px 80px;
}

.hero-banner-txt h2 {
    width: 50%;
    font-family: Elsie;
    font-size: 30px;
    color: #000;
    font-weight: 900;
    line-height: 35.99px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.hero-banner-txt p {
    width: 45%;
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.47px;
    text-align: left;
    padding: 10px 0px;
    margin: 0px;
    color: #111111;
}

.hero-txt-btn {
    text-decoration: none;
    background-color: #FFA3B3;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    z-index: 2; 
    border-radius: 50px;
    font-weight: bold;
    font-family: Inter;
    text-align: left;
}

.hero-top-btn {
    text-decoration: none;
    background-color: #FFA3B3;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    z-index: 2; /* Ensure it's above the gradient */
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: -50px;
    font-weight: bold;
    font-family: Inter;
    text-align: center;
}

.hero-desk {
    display: block;
    z-index: 0; /* Ensure the image stays behind the gradient */
}

.hero-mob {
    display: none;
}

.hero-bot-btn {
    margin-top: -40px;
    padding-bottom: 30px;
    z-index: 2; /* Ensure it's above the gradient */
}



.cta-button {
    text-decoration: none;
    background-color: #ffcc00;
    color: black;
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e6b800;
}

/* service form  */
.service-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F2F2;
    padding: 50px 0px;
    margin: 30px 0px 50px 0px;
}

.service-form-child {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sf-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 30px 20px;
    background-color: #FFA3B3;
    border-radius: 20px;
}

.sf-left h2 {
    font-size: 24px;
    font-family: Elsie;
    margin: 0px 0px 20px 0px;
    font-size: 40px;
    color: #FF2688;
    font-weight: 900;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.sf-left form {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
    gap: 5px;
}

.sf-left form input,
.sf-left form select {
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #CACACA;
    background-color: #fff;
    border-radius: 50px;
    font-family: Elsie;
    border: 0px;
    outline: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 19.59px;
    letter-spacing: 0.02em;
    text-align: left;
}

.sf-left form textarea {
    padding: 10px;
    font-size: 16px;
    padding: 15px 15px;
    border: 1px solid #CACACA;
    background-color: #fff;
    border-radius: 10px !important;
    border: 0px;
    outline: 0px;
    font-family: Elsie;
    font-size: 18px;
    font-weight: 400;
    line-height: 19.59px;
    letter-spacing: 0.02em;
    text-align: left;
}

.sf-left form select {
    appearance: none;
    /* For consistent dropdown appearance */
}

.sf-left form textarea {
    resize: vertical;
    min-height: 80px;
}

.guest-dropdown {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 3px 10px;
    font-size: 16px;
    border: 1px solid #CACACA;
    background-color: #fff;
    border-radius: 50px;
    font-family: Elsie;
    font-size: 21px;
    font-weight: 400;
    line-height: 19.59px;
    letter-spacing: 0.02em;
}

.guest-dropdown .dropdown-placeholder {
    width: 70%;
    font-size: 16px;
    color: #777777;
    background-color: #fff;
    font-family: Elsie;
    font-size: 21px;
    font-weight: 400;
    line-height: 19.59px;
    letter-spacing: 0.02em;
}

.guest-dropdown select {
    width: 25%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    text-align: left !important;
    appearance: none;
    background-color: white;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M7%2010l5%205%205-5H7z%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.guest-select {
    border: none !important;
    outline: none !important;
}


.guest-select:focus {
    border: none !important;
    outline: none !important;
}

.guest-dropdown .dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #333;
    pointer-events: none;
}

.btn-parent {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.call-btn {
    width: 50%;
    display: none;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    gap: 20px;
}

.img-p {
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* Adds a soft shadow */
}

.text-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}

.text-p a h3 {
    width: 100%;
    font-family: PT Sans;
    font-size: 19.2px;
    font-weight: 700;
    line-height: 24.84px;
    margin: 0px;
    text-align: left;
    color: #2E444F;
}

.text-p p {
    width: 100%;
    font-family: Fira Sans;
    font-size: 25.6px;
    font-weight: 700;
    margin: 0px;
    line-height: 30.72px;
    text-align: left;
    color: #FF2688;
}

.submit-btn {
    width: 100%;
    border: none;
    font-size: 18px;
    height: 40px;
    font-family: Elsie;
    font-weight: 700;
    border-radius: 50px;
    color: white;
    background-color: #FF2688;
}

.sf-right {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.img-child1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 20px;
}

.sf-img1 {
    width: 40%;
}

.sf-img1 img {
    width: 100%;
}

.sf-img2 {
    width: 60%;
}

.sf-img2 img {
    width: 100%;
}

.img-child2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.sf-img3 {
    width: 60%
}

.sf-img3 img {
    width: 100%
}

.sf-img4 {
    width: 40%;
}

.sf-img4 img {
    width: 100%;
}

.sf-desk {
    display: flex;
}

.sf-mob {
    display: none;
}

/* event baloons */
.event-blns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.eb-child {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.eb-child h2 {
    font-family: Elsie;
    font-size: 48px;
    font-weight: 400;
    line-height: 52.8px;
    margin: 20px 0px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000;
}

.eb-child p {
    font-family: PT Sans;
    font-size: 22px;
    font-weight: 400;
    margin: 0px;
    line-height: 28.47px;
    text-align: left;
    color: #414141;
}

.eb-sub-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px 0px;
}

.eb-left {
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.eb-left h2 {
    font-family: Elsie;
    font-size: 48px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    line-height: 52.8px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #000;
}

.eb-left h3 {
    font-family: PT Sans;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0px;
    line-height: 28.56px;
    text-align: left;
}

.eb-left p {
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 28.56px;
    text-align: left;
}

.eb-right {
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.eb-right img {
    width: 100%;
}

/* ssf views  */
.ssf-views-slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ssf-views-slider-child {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ssf-views-slider-child h2 {
    width: 90%;
    font-family: Elsie;
    font-size: 48px;
    font-weight: 900;
    margin: 0px 0px 20px 0px;
    line-height: 57.17px;
    text-align: center;
    color: #13031F;
}

.ssf-view-slider-wrapper {
    width: 100%;
    margin: 0 auto;
}

.ssf-view-col {
    box-sizing: border-box;
    text-align: center;
}

.ssf-view-col-wrapper {
    text-align: center;
    margin: 10px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #FFA3B3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Hide text in slick-next and slick-prev */
.slick-next, .slick-prev {
  text-indent: -9999px; /* This effectively hides the text */
  background-size: contain; /* Ensure the background image is fully visible */
  border: none !important;
  position: absolute; /* Ensure positioning for alignment */
  z-index: 10;
}

/* Show content in the ::before pseudo-elements with Font Awesome arrow icons */
.slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free"; /* Font Awesome for the arrows */
  font-weight: 900; /* Font Awesome weight */
  color: white; /* Arrow color */
  font-size: 16px; /* Adjust size of arrows */
  color: white !important;
  text-indent: 0px;
}

/* Right arrow for .slick-next */
.slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free"; /* Font Awesome for the arrows */
  font-weight: 900; /* Font Awesome weight */
  color: white; /* Arrow color */
  font-size: 16px; /* Adjust size of arrows */
  color: white !important;
  text-indent: 0px;
}

/* Style navigation button */
.slick-next, .slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%; /* Circular buttons */
  display: flex;
  justify-content: center; /* Center the content */
  align-items: center; /* Center the icon */
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  color: white;
  cursor: pointer;
  margin: 0px !important;
}

/* Position slick-prev and slick-next */
.slick-prev {
  left: -22px; /* Adjust the position of the left arrow */
}

.slick-next {
  right: -8px; /* Adjust the position of the right arrow */
}

/* Optional: Hover effect to improve visibility */
.slick-prev:hover, .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.9); /* Slightly darker on hover */
}

.ssf-bot-child {
    position: relative;
    width: 95%;
    height: 400px;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.ssf-bot-child a {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FF2688;
    text-decoration: none;
    z-index: 2;
}

.ssf-bot-child a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ssf-bot-child .ssf-bot-text {
    position: relative;
    z-index: 1;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    border-radius: 10px;
    bottom: 0;
}

.ssf-bot-child h3 {
    font-weight: bold;
    color: black;
    margin: 0px;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;

}

.ssf-bot-child p {
    color: black;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;

}

/* reviews  */
.ss-reviews-slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.ss-reviews-slider-child {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ss-reviews-slider-child h2 {
    width: 90%;
    font-family: Elsie;
    font-size: 48px;
    font-weight: 900;
    margin: 0px 0px 20px 0px;
    line-height: 57.17px;
    text-align: center;
    color: #13031F;
}

.ss-review-slider-wrapper {
    width: 100%;
    margin: 0 auto;
}

.ss-review-col {
    box-sizing: border-box;
    text-align: center;
}

.ss-review-col-wrapper {
    text-align: center;
    margin: 10px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #FFA3B3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Hide text in slick-next and slick-prev */
.slick-next, .slick-prev {
  text-indent: -9999px; /* This effectively hides the text */
  background-size: contain; /* Ensure the background image is fully visible */
  border: none !important;
  position: absolute; /* Ensure positioning for alignment */
  z-index: 10;
}

/* Show content in the ::before pseudo-elements with Font Awesome arrow icons */
.slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free"; /* Font Awesome for the arrows */
  font-weight: 900; /* Font Awesome weight */
  color: white; /* Arrow color */
  font-size: 16px; /* Adjust size of arrows */
  color: white !important;
  text-indent: 0px;
}

/* Right arrow for .slick-next */
.slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free"; /* Font Awesome for the arrows */
  font-weight: 900; /* Font Awesome weight */
  color: white; /* Arrow color */
  font-size: 16px; /* Adjust size of arrows */
  color: white !important;
  text-indent: 0px;
}

/* Style navigation button */
.slick-next, .slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%; /* Circular buttons */
  display: flex;
  justify-content: center; /* Center the content */
  align-items: center; /* Center the icon */
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  color: white;
  cursor: pointer;
  margin: 0px !important;
}

/* Position slick-prev and slick-next */
.slick-prev {
  left: -22px; /* Adjust the position of the left arrow */
}

.slick-next {
  right: -8px; /* Adjust the position of the right arrow */
}

/* Optional: Hover effect to improve visibility */
.slick-prev:hover, .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.9); /* Slightly darker on hover */
}

.ss-bot-child {
    position: relative;
    width: 95%;
    height: auto;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.ss-bot-child a {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FF2688;
    text-decoration: none;
    z-index: 2;
}

.ss-bot-child a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ss-bot-child .ss-bot-text {
    position: relative;
    z-index: 1;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    bottom: 0;
}

.ss-bot-text img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.ss-bot-child h3 {
    font-weight: bold;
    color: black;
    margin: 0px;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: center;

}

.ss-bot-child p {
    color: black;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;

}

.ss-desk {
    display: flex;
}

.ss-mob {
    display: none;
}

/* who we are  */
.who-we-are {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0px;
}

.who-we-are-child {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.wwa-left {
    width: 42%;
    display: flex;
}

.wwa-left img {
    width: 100%;
}

.wwa-right {
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.wwa-right span {
    font-family: PT Sans;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    color: #FFA3B3;
    line-height: 31.06px;
    text-align: left;
}

.wwa-right h2 {
    font-family: Playfair Display SC;
    font-size: 42px;
    font-weight: 900;
    margin: 10px 0px;
    line-height: 45px;
    text-align: left;
}

.wwa-right p {
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 8px 0px 0px 0px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.wwa-btn-parent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 15px 0px;
}

.wwa-call-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.wwa-img-p {
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* Adds a soft shadow */
}

.wwa-text-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}

.wwa-text-p h3 {
    font-family: PT Sans;
    font-size: 19.2px;
    font-weight: 700;
    line-height: 24.84px;
    margin: 0px;
    text-align: left;
    color: #2E444F;
}

.wwa-text-p p {
    font-family: Fira Sans;
    font-size: 25.6px;
    font-weight: 700;
    margin: 0px;
    line-height: 30.72px;
    text-align: left;
    color: #FFA3B3;
}

.wwa-submit-btn {
    border: none;
    background-color: #FFA3B3;
    width: 150px;
    height: 45px;
    border-radius: 50px;
    color: white;
}

.wwa-desk {
    display: flex;
}

.wwa-mob {
    display: none;
}

/* Instagram posts  */
.insta-reviews-slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.insta-reviews-slider-child {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.insta-reviews-slider-child h2 {
    width: 90%;
    font-family: Elsie;
    font-size: 48px;
    font-weight: 900;
    margin: 0px 0px 40px 0px;
    line-height: 57.17px;
    text-align: center;
    color: #13031F;
}

.insta-review-slider-wrapper {
    width: 100%;
    margin: 0 auto;
}

.insta-review-col {
    box-sizing: border-box;
    text-align: center;
    margin: 5px !important;
}

.insta-review-col-wrapper {
    text-align: center;
    margin: 10px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #FFA3B3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Hide text in slick-next and slick-prev */
.slick-next, .slick-prev {
  text-indent: -9999px; /* This effectively hides the text */
  background-size: contain; /* Ensure the background image is fully visible */
  border: none !important;
  position: absolute; /* Ensure positioning for alignment */
  z-index: 10;
}

/* Show content in the ::before pseudo-elements with Font Awesome arrow icons */
.slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free"; /* Font Awesome for the arrows */
  font-weight: 900; /* Font Awesome weight */
  color: white; /* Arrow color */
  font-size: 16px; /* Adjust size of arrows */
  color: white !important;
  text-indent: 0px;
}

/* Right arrow for .slick-next */
.slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free"; /* Font Awesome for the arrows */
  font-weight: 900; /* Font Awesome weight */
  color: white; /* Arrow color */
  font-size: 16px; /* Adjust size of arrows */
  color: white !important;
  text-indent: 0px;
}

/* Style navigation button */
.slick-next, .slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%; /* Circular buttons */
  display: flex;
  justify-content: center; /* Center the content */
  align-items: center; /* Center the icon */
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  color: white;
  cursor: pointer;
  margin: 0px !important;
}

/* Position slick-prev and slick-next */
.slick-prev {
  left: -22px; /* Adjust the position of the left arrow */
}

.slick-next {
  right: -8px; /* Adjust the position of the right arrow */
}

/* Optional: Hover effect to improve visibility */
.slick-prev:hover, .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.9); /* Slightly darker on hover */
}

.slick-dots {
    display: none !important;
}


/* event-plan-cat  */
.event-plan-cat {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-plan-cat-child {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.epc-top {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.epc-top-left {
    width: 70%;
}

.epc-top-left h2 {
    font-family: Elsie;
    font-size: 48px;
    font-weight: 400;
    line-height: 70.4px;
    letter-spacing: -0.04em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.epc-top-right {
    width: 28%;
}

.epc-top-right p {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.heading-child {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.heading-child h3 {
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.heading-child hr {
    border: none;
    border-top: 2px solid #333;
    width: 50%;
    margin: 20px auto;
    opacity: 0.7;
}

.epc-bot {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 20px 0px;
}

.epc-bot-child {
    position: relative;
    width: 32%;
    height: 450px;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.epc-bot-child a {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FF2688;
    text-decoration: none;
    z-index: 2;
}

.epc-bot-child a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.epc-bot-child .epc-bot-text {
    position: relative;
    z-index: 1;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    border-radius: 10px;
    bottom: 0;
}

.epc-bot-child h3 {
    font-weight: bold;
    color: black;
    margin: 0px;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;

}

.epc-bot-child p {
    color: black;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;

}

/* wedding-plan  */
.wedding-plan {
    width: 100%;
    position: relative;
    margin-top: 0px;
    background-size: cover;
    background-image: url('http://localhost/bloomora/wp-content/themes/hello-elementor/assets/images/wed.png');
    background-position: center;
    color: #fff;
    background-color: transparent;
}

.wedding-plan-child {
    width: 100%;
    height: 580px;
    position: relative;
    background-image: url('http://localhost/bloomora/wp-content/themes/hello-elementor/assets/images/wed-grad.png');
    background-size: cover;
    background-position: right top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wed-content {
    width: 40%;
    margin-left: 100px;
}

.wed-content h2 {
    font-family: Playfair Display;
    font-size: 47.65px;
    font-weight: 800;
    line-height: 68.89px;
    text-align: left;
    color: black;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.wed-content p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    margin: 50px 0px;
    color: #000;
    text-align: justified;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.wed-btns {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.wed-btns button {
    width: 200px;
    height: 50px;
    padding: 14px 32px 14px 32px;
    border-radius: 50px;
    border: 1px solid #000;
    opacity: 0px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FF2688;
}

.wed-btns button:hover {
    background-color: #FF2688;
}

.wed-btns a {
    width: 200px;
    height: 50px;
    padding: 14px 32px 14px 32px;
    gap: 8px;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #000;
    opacity: 1; /* Make sure the opacity is 1 for the element initially */
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    background-color: #FF2688; /* Light background color with opacity */
    transition: background-color 0.3s ease, opacity 0.3s ease; /* Smooth transition */
}

.wed-btns a:hover {
    background-color: rgba(255, 38, 136, 0.3); /* Full opacity black background on hover */
    opacity: 1; /* Ensure the button is fully visible on hover */
}

/* customer trust  */
.customer-trust {
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.customer-trust-child {
    width: 90%;
    padding: 60px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ct-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.ct-left h2 {
    font-family: Elsie;
    font-size: 56px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.04em;
    text-align: left;

}

.ct-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.img-cnt {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ct-child-cntn {
    width: 100%;
}

.ct-child-cntn h3 {
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #13031F;
    text-align: left;

}

.ct-child-cntn p {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #13031F;
    text-align: left;

}

.ct-right {
    width: 48%;
    display: flex;
    justify-content: flex-start;
}

/* locate-us  */
.locate-us {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.locate-us-child {
    width: 90%;
    padding: 60px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.lu-social {
    width: 48%;
}

.lu-social h3 {
    font-family: Fira Sans;
    font-size: 25.6px;
    font-weight: 700;
    line-height: 30.72px;
    text-align: left;
    color: #FF2688;
    margin: 0px;
}

.lu-social img {
    width: 318px;
}

.lu-social ol {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.lu-social ol li {
    width: 25%;
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    color: black;
}

ol li::before {
    content: "★"; 
    color: #FF2688;
    margin-right: 10px;
}

.social-icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 0px;
}

.social-icon a {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
}

.social-icon a img {
    width: 30px;
    height: 30px;
}

.lu-info {
    width: 48%;
}

.lu-info span {
    font-family: PT Sans;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 31.06px;
    text-align: left;
    color: #FF2688;
}

.lu-info h2 {
    font-family: Elsie;
    font-size: 48px;
    font-weight: 900;
    line-height: 55.3px;
    margin: 10px 0px;
    text-align: left;
    color: #414141;
}

.lu-info p {
    font-family: PT Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.7px;
    text-align: left;
    color: #2E444F;
}

.lu-info ul {
    list-style-type: none;
    padding: 0px;
    margin: 10px 0px;
}

.lu-info ul li {
    font-family: Fira Sans;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #2E444F;
}

.lu-info h3 {
    font-family: Fira Sans;
    font-size: 25.6px;
    font-weight: 700;
    margin: 30px 0px 0px 0px;
    line-height: 30.72px;
    text-align: left;
    color: #2E444F;
}

.heading-child hr {
    border: none;
    border-top: 2px solid #333;
    width: 50%;
    color: #787878;
    margin: 20px auto;
    opacity: 0.7;
}

.lu-btn-parent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.lu-call-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.lu-img-p {
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* Adds a soft shadow */
}

.lu-text-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}

.lu-text-p a h3 {
    font-family: PT Sans;
    font-size: 19.2px;
    font-weight: 700;
    line-height: 24.84px;
    margin: 0px;
    text-align: left;
    color: #2E444F;
}

.lu-text-p a p {
    font-family: Fira Sans;
    font-size: 25.6px;
    font-weight: 700;
    margin: 0px;
    line-height: 30.72px;
    text-align: left;
    color: #FFA3B3;
}

.lu-submit-btn {
    border: none;
    background-color: #FFA3B3;
    width: 150px;
    height: 45px;
    border-radius: 50px;
    color: white;
}

/* contact-us  */
.contact-us {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F2F2;
}

.contact-us-child {
    width: 90%;
    padding: 60px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cu-cform {
    width: 48%;
    border-radius: 8px;
    padding: 30px 20px;
    max-width: 600px;
    background-color: #FFA3B3;
}

.cu-cform h2 {
    font-family: Fira Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.72px;
    text-align: left;
    color: #FF2688;
}

.cu-cform .form-group {
    margin-bottom: 15px;
}

.cu-cform label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.cu-cform input,
.cu-cform select {
    width: 100%;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 16px;
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.7px;
    text-align: left;
    box-sizing: border-box;
}

.cu-cform input,
.cu-cform select {
    border: none;
    outline: none;
}

.cu-cform textarea {
    width: 100%;
    padding: 10px 15px;
    border-radius: 15px;
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 400;
    border: none;
    line-height: 20.7px;
    text-align: left;
    font-size: 16px;
    box-sizing: border-box;
}

.cu-cform textarea:focus {
    border: none;
    outline: none;
}

.cu-cform .inline-fields {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cu-cform .inline-fields .form-group {
    flex: 1;
}

.cu-cform button {
    background-color: #FF2688;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    gap: 0px;
    border-radius: 50px;
    opacity: 0px;
}

.cu-cform button img {
    margin-left: 10px;
}

.cu-cform button:hover {
    background-color: #FF2688;
}

/* Responsive Design */
@media (max-width: 600px) {
    .cu-cform .inline-fields {
        flex-direction: column;
    }

    .cu-cform .inline-fields .form-group {
        flex: none;
        width: 100%;
    }
}

.cu-info {
    width: 48%;
}

.cu-info span {
    font-family: PT Sans;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 31.06px;
    text-align: left;
    color: #FF2688;
}

.cu-info h2 {
    font-family: Elsie;
    font-size: 48px;
    font-weight: 900;
    line-height: 55.3px;
    margin: 10px 0px;
    text-align: left;
    color: #414141;
}

.cu-info p {
    font-family: PT Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.7px;
    text-align: left;
    color: #2E444F;
}

.cu-info h3 {
    font-family: Fira Sans;
    font-size: 25.6px;
    font-weight: 700;
    margin: 180px 0px 0px 0px;
    line-height: 30.72px;
    text-align: left;
    color: #2E444F;
}

.heading-child hr {
    border: none;
    border-top: 2px solid #333;
    width: 50%;
    color: #787878;
    margin: 20px auto;
    opacity: 0.7;
}

/* event-plan-cat  */
.event-plan-cat {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-plan-cat-child {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.epc-bot {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 20px 0px;
}


.event-plan-cat-child h2 {
    width: 90%;
    font-family: Elsie;
    font-size: 48px;
    font-weight: 900;
    margin: 10px 0px;
    line-height: 57.17px;
    text-align: center;
    color: #13031F;
}

.epc-bot-child {
    position: relative;
    width: 23%;
    height: 350px;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    flex-direction: column;
    justify-content: flex-end;
}


.epc-bot-child a {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FF2688;
    text-decoration: none;
    z-index: 2;
}

.epc-bot-child a img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.epc-bot-child .epc-bot-text {
    position: relative;
    z-index: 1;
    background-color: white;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    border-radius: 10px;
    bottom: 0;
}

.epc-bot-child h3 {
    font-weight: bold;
    color: black;
    margin: 0px;
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;

}

.epc-bot-child p {
    color: black;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;

}

.event-plan-cat-child button {
    border: 1px solid #FF2688;
    border-radius: 50px;
    background-color: #fff;
    color: #FF2688;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 30px;
    font-family: Playfair Display SC;
    line-height: 20px;
}

.event-plan-cat-child button:hover {
    border: 1px solid #000;
    border-radius: 50px;
    background-color: #FF2688;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    font-weight: 700;
    font-family: Playfair Display SC;
    line-height: 20px;
}

/* reviews  */
.ds-reviews-slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
}

.ds-reviews-slider-child {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ds-reviews-slider-child span {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    width: 90%;
    color: #1C1F23;
}

.ds-reviews-slider-child h2 {
    width: 90%;
    font-family: Elsie;
    font-size: 48px;
    font-weight: 900;
    margin: 10px 0px;
    line-height: 57.17px;
    text-align: left;
    color: #13031F;
}

.ds-review-slider-wrapper {
    width: 100%;
    margin: 0 auto;
}

.ds-review-col {
    box-sizing: border-box;
    text-align: center;
}

.ds-review-col-wrapper {
    text-align: center;
    padding: 15px;
    margin: 15px;
    border-radius: 10px;
    background-color: #FFA3B3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ds-review-slider .slick-next {
    display: none !important;
}

.ds-review-slider .slick-prev {
    display: none !important;
}

.review-header {
    width: 100%;
    display: flex;
}

.review-header-img img {
    width: 140px;
    height: 140px;
    padding: 10px;
    border-radius: 50%;
}

.review-header-content {
    width: 65%;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.review-header-content h4 {
    font-size: 23px;
    font-weight: 500;
    line-height: 27px;
    color: #333333;
    margin: 0px;
}

.review-header-content p {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #13031F;
    margin: 10px 0px;
    text-align: start !important;
}

.review-header-content a {
    text-decoration: none;
    margin-right: 20px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0px 10px 0px;
    line-height: 20px;
    text-align: left;
    color: #333333;
}


/* footer  */
.footer {
    width: 100%;
    background-color: #232323;
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.footer-child {
    width: 90%;
    display: flex;
    padding: 60px 0px 0px 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.flogo {
    width: 20%;
}

.flogo img {
    width: 100%;
}

.fs-icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.fs-icon a {
    margin: 20px 0px 0px 20px;
}

.flogo ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.flogo ul li {
    font-family: PT Sans;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    color: white;
}

.fcall {
    width: 20%;
}

.fcall h2 {
    font-family: Elsie;
    font-size: 24px;
    font-weight: 400;
    line-height: 43.2px;
    text-align: left;
    color: white;
}

.fcall ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.fcall ul li {
    width: 100%;
    font-family: Elsie;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0px 0px 0px;
    line-height: 25px;
    letter-spacing: 0.02em;
    text-align: left;
    color: white;
}

.fcall hr {
    padding: 5px 3px 5px 3px;
    gap: 10px;
    border: 2px;
    opacity: 0px;
    border-bottom: 2px solid #FFFFFF;
}

.flinks {
    width: 20%;
}

.flinks h2 {
    font-family: Elsie;
    font-size: 24px;
    font-weight: 400;
    line-height: 43.2px;
    text-align: left;
    color: white;
}

.flinks ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.flinks ul li {
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0px;
    line-height: 22.2px;
    letter-spacing: 0.02em;
    text-align: left;
    color: white;
}

.fslogan {
    width: 30%;
}

.fslogan h2 {
    font-family: Elsie;
    font-size: 30px;
    font-weight: 400;
    line-height: 27.99px;
    letter-spacing: 0.02em;
    text-align: left;
    color: white;

}

.fslogan p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    margin: 0px;
    padding: 30px 0px;
    color: white;
}

.fslogan a {
    margin-top: 30px;
    text-decoration: none;
    border-radius: 50px;
    border: 1.5px;
    padding: 10px 20px;
    opacity: 0px;
    border: 1.5px solid #FFFFFF;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: center;
    color: #FFFFFF;
}

.footer-bot {
    width: 90%;
    padding: 50px 0px 20px 0px;
    text-align: center;
}

.footer-bot p {
    font-family: Inter;
    font-size: 16px;
    margin: 0px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    color: white;
}

/* Mobile Responsive */
@media only screen and (max-width: 768px) {

    .hero-content h1 {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 10px;
        line-height: 35px;
    }

    .hero-img {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }
    
    .grad-layer {
        position: absolute;
        display: none;
        top: 0; /* Start the gradient from the middle */
        left: 0;
        right: 50%;
        bottom: 0; /* Make the gradient cover the bottom half of the image */
        background: linear-gradient(to right, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0) 50%); /* Gradient from white to transparent */
        z-index: 1; /* Ensure the gradient is above the image but below text */
    }
    
    .hero-banner-txt {
        position: absolute;
        z-index: 11;
        text-align: left;
        margin: -10px 40px 0px 40px;
    }
    
    .hero-banner-txt h2 {
        width: 100%;
        font-family: Elsie;
        font-size: 20px;
        color: #000;
        margin: 0px;
        font-weight: 900;
        line-height: 35.99px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    
    .hero-banner-txt p {
        width: 100%;
        font-family: PT Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.47px;
        text-align: left;
        padding: 12px 0px;
        margin: 0px;
        color: #111111;
    }
    
    .hero-txt-btn {
        text-decoration: none;
        background-color: #FFA3B3;
        color: #fff;
        padding: 10px 30px;
        font-size: 16px;
        z-index: 2; 
        border-radius: 50px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: Inter;
        text-align: left;
    }

    .hero-top-btn {
        padding: 12px 35px;
        font-size: 18px;
        margin-bottom: -40px;
    }

    .hero-bot-btn {
        margin-top: -30px;
        padding-bottom: 0px;
    }

    .hero-img img {
        max-width: 100%;
        height: auto;
    }

    .hero-desk {
        display: none;
    }

    .hero-mob {
        display: block;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 16px;
    }

    /* service form  */
    .service-form {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-form-child {
        width: 85%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .sf-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .sf-left h2 {
        font-size: 30px;
        font-family: Elsie;
        margin: 0px 0px 20px 0px;
        font-weight: 900;
        line-height: 35px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .sf-left form {
        width: 100%;
        padding: 0px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 0px;
    }

    .sf-left form input,
    .sf-left form select {
        padding: 10px 15px;
        font-size: 16px;
        border: 1px solid #CACACA;
        background-color: #fff;
        border: 0px;
        outline: 0px;
        border-radius: 50px;
        font-family: Elsie;
        font-size: 21px;
        font-weight: 400;
        line-height: 19.59px;
        letter-spacing: 0.02em;
        text-align: left;
    }

    .sf-left form textarea {
        padding: 15px 15px;
        font-size: 16px;
        border: 1px solid #CACACA;
        background-color: #fff;
        border: 0px;
        outline: 0px;
        border-radius: 20px;
        font-family: Elsie;
        font-size: 21px;
        font-weight: 400;
        line-height: 19.59px;
        letter-spacing: 0.02em;
        text-align: left;
    }

    .sf-left form select {
        appearance: none;
        /* For consistent dropdown appearance */
    }

    .sf-left form textarea {
        resize: vertical;
        min-height: 100px;
    }

    .guest-dropdown {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
        padding: 3px 10px;
        font-size: 16px;
        border: 1px solid #CACACA;
        background-color: #E8E6E6;
        border-radius: 50px;
        font-family: Elsie;
        font-size: 21px;
        font-weight: 400;
        line-height: 19.59px;
        letter-spacing: 0.02em;
    }

    .guest-dropdown .dropdown-placeholder {
        width: 70%;
        font-size: 16px;
        color: #777777;
        background-color: #E8E6E6;
        font-family: Elsie;
        font-size: 21px;
        font-weight: 400;
        line-height: 19.59px;
        letter-spacing: 0.02em;
    }

    .guest-dropdown select {
        width: 30%;
        padding: 10px;
        font-size: 16px;
        border-radius: 5px;
        appearance: none;
        background-color: white;
        background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M7%2010l5%205%205-5H7z%22/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: right 10px center;
    }

    .guest-select {
        border: none !important;
        outline: none !important;
    }


    .guest-select:focus {
        border: none !important;
        outline: none !important;
    }

    .guest-dropdown .dropdown-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #333;
        pointer-events: none;
    }

    .btn-parent {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .call-btn {
        display: none;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .img-p {
        background-color: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        /* Adds a soft shadow */
    }

    .text-p {
        display: flex;
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start;
        gap: 5px;
    }

    .text-p a h3 {
        font-family: PT Sans;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        margin: 0px;
        text-align: left;
    }

    .text-p p {
        font-family: Fira Sans;
        font-size: 16px;
        font-weight: 700;
        margin: 0px;
        line-height: 20px;
        text-align: left;
        color: #FFA3B3;

    }

    .submit-btn {
        width: 100%;
        border: none;
        background-color: #FF2688;
        height: 45px;
        border-radius: 50px;
        color: white;
    }

    .sf-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .img-child1 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 20px;
        margin-bottom: 20px;
    }

    .sf-img1 {
        width: 40%;
    }

    .sf-img1 img {
        width: 100%;
    }

    .sf-img2 {
        width: 60%;
    }

    .sf-img2 img {
        width: 100%;
    }

    .img-child2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        gap: 20px;
    }

    .sf-img3 {
        width: 60%
    }

    .sf-img3 img {
        width: 100%
    }

    .sf-img4 {
        width: 40%;
    }

    .sf-img4 img {
        width: 100%;
    }

    .sf-desk {
        display: flex;
        margin: 30px 0px 0px 0px;
    }

    .sf-mob {
        display: none;
    }
    
    /* ssf views  */
    .ssf-views-slider {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 60px;
    }
    
    .ssf-views-slider-child {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .ssf-views-slider-child h2 {
        width: 100%;
        font-family: Elsie;
        font-size: 30px;
        font-weight: 900;
        margin: 0px 0px 20px 0px;
        line-height: 40px;
        text-align: center;
        color: #13031F;
    }
    
    .ssf-view-slider-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    
    .ssf-view-col {
        box-sizing: border-box;
        text-align: center;
    }
    
    .ssf-view-col-wrapper {
        text-align: center;
        margin: 10px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #FFA3B3;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    /* Hide text in slick-next and slick-prev */
    .slick-next, .slick-prev {
      text-indent: -9999px; /* This effectively hides the text */
      background-size: contain; /* Ensure the background image is fully visible */
      border: none !important;
      position: absolute; /* Ensure positioning for alignment */
      z-index: 10;
    }
    
    /* Show content in the ::before pseudo-elements with Font Awesome arrow icons */
    .slick-prev::before {
      content: "\f053";
      font-family: "Font Awesome 5 Free"; /* Font Awesome for the arrows */
      font-weight: 900; /* Font Awesome weight */
      color: white; /* Arrow color */
      font-size: 16px; /* Adjust size of arrows */
      color: white !important;
      text-indent: 0px;
    }
    
    /* Right arrow for .slick-next */
    .slick-next::before {
      content: "\f054";
      font-family: "Font Awesome 5 Free"; /* Font Awesome for the arrows */
      font-weight: 900; /* Font Awesome weight */
      color: white; /* Arrow color */
      font-size: 16px; /* Adjust size of arrows */
      color: white !important;
      text-indent: 0px;
    }
    
    /* Style navigation button */
    .slick-next, .slick-prev {
      width: 40px;
      height: 40px;
      border-radius: 50%; /* Circular buttons */
      display: flex;
      justify-content: center; /* Center the content */
      align-items: center; /* Center the icon */
      background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
      color: white;
      cursor: pointer;
      margin: 0px !important;
    }
    
    /* Position slick-prev and slick-next */
    .slick-prev {
      left: -22px; /* Adjust the position of the left arrow */
    }
    
    .slick-next {
      right: -8px; /* Adjust the position of the right arrow */
    }
    
    /* Optional: Hover effect to improve visibility */
    .slick-prev:hover, .slick-next:hover {
      background-color: rgba(0, 0, 0, 0.9); /* Slightly darker on hover */
    }
    
    .ssf-bot-child {
        position: relative;
        width: 95%;
        height: 400px;
        background-size: cover;
        background-position: center;
        padding: 20px;
        border-radius: 20px;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    
    .ssf-bot-child a {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #FF2688;
        text-decoration: none;
        z-index: 2;
    }
    
    .ssf-bot-child a img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    
    .ssf-bot-child .ssf-bot-text {
        position: relative;
        z-index: 1;
        background-color: white;
        color: black;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 15px;
        border-radius: 10px;
        bottom: 0;
    }
    
    .ssf-bot-child h3 {
        font-weight: bold;
        color: black;
        margin: 0px;
        font-family: Urbanist;
        font-size: 20px;
        font-weight: 600;
        line-height: 28.8px;
        text-align: left;
    
    }
    
    .ssf-bot-child p {
        color: black;
        margin: 0px;
        padding: 0px;
        margin-top: 10px;
        font-family: Urbanist;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        text-align: left;
    
    }

    /* reviews  */
    .ss-reviews-slider {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .ss-reviews-slider-child {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .ss-reviews-slider-child h2 {
        width: 100%;
        font-family: Elsie;
        font-size: 30px;
        font-weight: 900;
        margin: 0px 0px 40px 0px;
        line-height: 30px;
        text-align: left;
        color: #13031F;
    }
    
    .ss-review-slider-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    
    .ss-review-col {
        box-sizing: border-box;
        text-align: center;
    }
    
    .ss-review-col-wrapper {
        text-align: center;
        margin: 10px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #FFA3B3;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .slick-next {
        display: none !important;
    }
    
    .slick-prev {
        display: none !important;
    }
    
    .ss-bot-child {
        position: relative;
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: center;
        padding: 0px 20px;
        border-radius: 20px;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    
    .ss-bot-child a {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #FF2688;
        text-decoration: none;
        z-index: 2;
    }
    
    .ss-bot-child a img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    
    .ss-bot-child .ss-bot-text {
        width: 100%;
        position: relative;
        z-index: 1;
        background-color: white;
        color: black;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0px 0px;
        border-radius: 10px;
        bottom: 0;
    }
    
    .ss-bot-text h3 {
        font-size: 16px;
    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
    
    .slick-initialized .slick-slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
        
    .ss-bot-text img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .ss-bot-child h3 {
        font-weight: bold;
        color: black;
        margin: 0px;
        font-family: Urbanist;
        font-size: 18px;
        font-weight: 600;
        line-height: 28.8px;
        text-align: center;
    
    }
    
    .ss-bot-child p {
        color: black;
        margin: 0px;
        padding: 0px;
        margin-top: 10px;
        font-family: Urbanist;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        text-align: left;
    
    }

    .ss-desk {
        display: none;
    }

    .ss-mob {
        display: flex;
    }

    /* who we are  */
    .who-we-are {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .who-we-are-child {
        width: 85%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .wwa-left {
        width: 100%;
        display: flex;
    }

    .wwa-left img {
        width: 100%;
        margin: 20px 0px;
    }

    .wwa-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .wwa-right span {
        font-family: PT Sans;
        font-size: 24px;
        font-style: italic;
        font-weight: 700;
        color: #FFA3B3;
        line-height: 31.06px;
        text-align: left;
    }

    .wwa-right h2 {
        font-family: Playfair Display SC;
        font-size: 30px;
        font-weight: 900;
        margin: 10px 0px;
        line-height: 35px;
        text-align: left;
    }

    .wwa-right p {
        font-family: PT Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.7px;
        margin: 10px 0px;
        text-align: left;
    }

    .wwa-btn-parent {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        margin: 15px 0px 0px 0px;
    }

    .wwa-call-btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .wwa-img-p {
        background-color: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        /* Adds a soft shadow */
    }

    .wwa-text-p {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;
    }

    .wwa-text-p h3 {
        font-family: PT Sans;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        margin: 0px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .wwa-text-p p {
        font-family: Fira Sans;
        font-size: 16px;
        font-weight: 700;
        margin: 0px;
        line-height: 20px;
        text-align: left;
        color: #FFA3B3;

    }

    .wwa-submit-btn {
        border: none;
        background-color: #FFA3B3;
        width: 150px;
        height: 45px;
        border-radius: 50px;
        color: white;
    }

    .wwa-desk {
        display: none;
    }

    .wwa-mob {
        display: flex;
    }

    /* Instagram posts  */
    .insta-reviews-slider {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .insta-reviews-slider-child {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .insta-reviews-slider-child h2 {
        width: 100%;
        font-family: Elsie;
        font-size: 30px;
        font-weight: 900;
        margin: 0px 0px 20px 0px;
        line-height: 30.17px;
        text-align: left;
        color: #13031F;
    }
    
    .insta-review-slider-wrapper {
        width: 100%;
        margin: 0 auto;
        /*background: #e7e7e7;  */
        /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);  */
        /*padding: 15px;*/
        border-radius: 10px;
        border: 3px solid #111111;
    }
    
    .insta-review-col {
        box-sizing: border-box;
        text-align: center;
        margin: 0px !important;
        border-radius: 10px;
    }
    
    .insta-review-col-wrapper {
        text-align: center;
        margin: 10px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #FFA3B3;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    /* Hide text in slick-next and slick-prev */
    .slick-next, .slick-prev {
      text-indent: -9999px; /* This effectively hides the text */
      background-size: contain; /* Ensure the background image is fully visible */
      border: none !important;
      position: absolute; /* Ensure positioning for alignment */
      z-index: 10;
    }
    
    /* Show content in the ::before pseudo-elements with Font Awesome arrow icons */
    .slick-prev::before {
      content: "\f053";
      font-family: "Font Awesome 5 Free"; /* Font Awesome for the arrows */
      font-weight: 900; /* Font Awesome weight */
      color: white; /* Arrow color */
      font-size: 16px; /* Adjust size of arrows */
      color: white !important;
      text-indent: 0px;
    }
    
    /* Right arrow for .slick-next */
    .slick-next::before {
      content: "\f054";
      font-family: "Font Awesome 5 Free"; /* Font Awesome for the arrows */
      font-weight: 900; /* Font Awesome weight */
      color: white; /* Arrow color */
      font-size: 16px; /* Adjust size of arrows */
      color: white !important;
      text-indent: 0px;
    }
    
    /* Style navigation button */
    .slick-next, .slick-prev {
      width: 40px;
      height: 40px;
      border-radius: 50%; /* Circular buttons */
      display: flex;
      justify-content: center; /* Center the content */
      align-items: center; /* Center the icon */
      background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
      color: white;
      cursor: pointer;
      margin: 0px !important;
    }
    
    /* Position slick-prev and slick-next */
    .slick-prev {
      left: -22px; /* Adjust the position of the left arrow */
    }
    
    .slick-next {
      right: -8px; /* Adjust the position of the right arrow */
    }
    
    /* Optional: Hover effect to improve visibility */
    .slick-prev:hover, .slick-next:hover {
      background-color: rgba(0, 0, 0, 0.9); /* Slightly darker on hover */
    }
    
    .slick-dots {
        display: none !important;
    }

    /* event-plan-cat  */
    .event-plan-cat {
        width: 100%;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .event-plan-cat-child {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .epc-top {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 0px;
    }

    .epc-top-left {
        width: 100%;
    }

    .epc-top-left h2 {
        font-family: Elsie;
        font-size: 30px;
        font-weight: 900;
        margin: 0px;
        line-height: 30px;
        letter-spacing: -0.04em;
        text-align: left;
    }

    .epc-top-right {
        width: 100%;
        margin: 10px 0px 20px 0px;
    }

    .epc-top-right p {
        font-family: Urbanist;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin: 0px;
        text-align: left;

    }

    .heading-child {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .heading-child h3 {
        font-family: Urbanist;
        font-size: 24px;
        font-weight: 600;
        line-height: 28.8px;
        text-align: left;
        margin: 0px;
    }

    .heading-child hr {
        border: none;
        border-top: 2px solid #333;
        width: 50%;
        margin: 20px auto;
        opacity: 0.7;
    }

    .epc-bot {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .epc-bot-child {
        position: relative;
        width: 100%;
        height: 450px;
        background-size: cover;
        background-position: center;
        padding: 20px;
        border-radius: 20px;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }


    .epc-bot-child a {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #FF2688;
        text-decoration: none;
        z-index: 2;
    }

    .epc-bot-child a img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .epc-bot-child .epc-bot-text {
        position: relative;
        z-index: 1;
        background-color: white;
        color: black;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 15px;
        border-radius: 10px;
        bottom: 0;
    }

    .epc-bot-child h3 {
        font-weight: bold;
        color: black;
        margin: 0px;
        font-family: Urbanist;
        font-size: 20px;
        font-weight: 600;
        line-height: 28.8px;
        text-align: left;

    }

    .epc-bot-child p {
        color: black;
        margin: 0px;
        padding: 0px;
        margin-top: 10px;
        font-family: Urbanist;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        text-align: left;

    }

    /* wedding-plan  */
    .wedding-plan {
        width: 100%;
        position: relative;
        background-size: cover;
        background-image: url('http://localhost/bloomora/wp-content/themes/hello-elementor/assets/images/wed-mob.png');
        background-position: center;
        color: #fff;
        background-color: transparent;
    }

    .wedding-plan-child {
        width: 100%;
        height: 580px;
        position: relative;
        background-image: url('http://localhost/bloomora/wp-content/themes/hello-elementor/assets/images/wed-grad-mob.png');
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wed-content {
        width: 80%;
        margin-left: 0px;
        text-align: center;
    }

    .wed-content h2 {
        font-family: Playfair Display;
        font-size: 30px;
        font-weight: 900;
        line-height: 30px;
        text-align: center;
        color: black;
    }

    .wed-content p {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        color: #000;
        text-align: center;
        margin: 20px 0px;
    }

    .wed-btns {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 220px;
    }
    
    .wed-btns button {
        width: 150px;
        height: 45px;
        padding: 10px 20px 10px 20px;
        border-radius: 50px;
        border: 1px solid #000;
        opacity: 0px;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FF2688;
    }
    
    .wed-btns button:hover {
        background-color: #FF2688;
    }
    
    .wed-btns a {
        width: 150px;
        height: 45px;
        padding: 12px 20px 12px 20px;
        gap: 8px;
        border-radius: 50px;
        color: #fff;
        border: 1px solid #000;
        opacity: 1; /* Make sure the opacity is 1 for the element initially */
        font-family: Poppins;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        text-align: center;
        background-color: #FF2688; /* Light background color with opacity */
        transition: background-color 0.3s ease, opacity 0.3s ease; /* Smooth transition */
    }
    
    .wed-btns a:hover {
        background-color: rgba(255, 38, 136, 0.3); /* Full opacity black background on hover */
        opacity: 1; /* Ensure the button is fully visible on hover */
    }

    /* customer trust  */
    .customer-trust {
        width: 100%;
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .customer-trust-child {
        width: 90%;
        display: flex;
        padding: 0px 0px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .ct-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .ct-left h2 {
        font-family: Elsie;
        font-size: 30px;
        font-weight: 900;
        line-height: 30px;
        margin: 0px 0px 20px 0px;
        letter-spacing: -0.04em;
        text-align: center;

    }

    .ct-content {
        width: 100%;
        margin: 0px 0px 20px 0px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .img-cnt {
        width: 48px;
        height: 48px;
        border-radius: 50px;
        margin-right: 15px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ct-child-cntn {
        width: 80%;
    }

    .ct-child-cntn h3 {
        font-family: Urbanist;
        font-size: 18px;
        font-weight: 600;
        margin: 10px 0px;
        line-height: 25px;
        color: #13031F;
        text-align: left;

    }

    .ct-child-cntn p {
        font-family: Urbanist;
        font-size: 16px;
        font-weight: 400;
        margin: 0px;
        padding: 0px;
        line-height: 24px;
        color: #13031F;
        text-align: left;

    }

    .ct-right {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }


    .ct-right img {
        width: 100%;
    }
    
    /* locate-us  */
    .locate-us {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .locate-us-child {
        width: 90%;
        padding: 60px 0px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .lu-social {
        width: 100%;
    }
    
    .lu-social h3 {
        font-family: Fira Sans;
        font-size: 25.6px;
        font-weight: 700;
        line-height: 30.72px;
        text-align: left;
        color: #FF2688;
        margin: 0px;
    }
    
    .lu-social img {
        width: 318px;
    }
    
    .lu-social ol {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        margin: 10px 0px 0px 0px;
        padding: 0px;
    }
    
    .lu-social ol li {
        width: 50%;
        font-family: PT Sans;
        font-size: 18px;
        font-weight: 700;
        padding: 5px 0px;
        line-height: 20px;
        letter-spacing: 0.02em;
        text-align: left;
        color: black;
    }
    
    ol li::before {
        content: "★"; 
        color: #FF2688;
        margin-right: 10px;
    }
    
    .social-icon {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 30px 0px;
    }
    
    .social-icon a {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        justify-content: center;
        align-items: center;
    }
    
    .social-icon a img {
        width: 30px;
        height: 30px;
    }
    
    .lu-info {
        width: 100%;
    }
    
    .lu-info span {
        font-family: PT Sans;
        font-size: 24px;
        font-style: italic;
        font-weight: 700;
        line-height: 31.06px;
        text-align: left;
        color: #FF2688;
    }
    
    .lu-info h2 {
        font-family: Elsie;
        font-size: 48px;
        font-weight: 900;
        line-height: 55.3px;
        margin: 10px 0px;
        text-align: left;
        color: #414141;
    }
    
    .lu-info p {
        font-family: PT Sans;
        font-size: 20px;
        font-weight: 400;
        line-height: 23.7px;
        text-align: left;
        color: #2E444F;
    }
    
    .lu-info ul {
        list-style-type: none;
        padding: 0px;
        margin: 10px 0px;
    }
    
    .lu-info ul li {
        font-family: Fira Sans;
        font-size: 18px;
        font-weight: 400;
        padding: 5px 0px;
        line-height: 20px;
        letter-spacing: 0.02em;
        text-align: left;
        color: #2E444F;
    }
    
    .lu-info h3 {
        font-family: Fira Sans;
        font-size: 25.6px;
        font-weight: 700;
        margin: 30px 0px 0px 0px;
        line-height: 30.72px;
        text-align: left;
        color: #2E444F;
    }
    
    .heading-child hr {
        border: none;
        border-top: 2px solid #333;
        width: 50%;
        color: #787878;
        margin: 20px auto;
        opacity: 0.7;
    }
    
    .lu-btn-parent {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }
    
    .lu-call-btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }
    
    .lu-img-p {
        background-color: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 75px;
        height: 75px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        /* Adds a soft shadow */
    }
    
    .lu-text-p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
    }
    
    .lu-text-p a h3 {
        font-family: PT Sans;
        font-size: 19.2px;
        font-weight: 700;
        line-height: 24.84px;
        margin: 0px;
        text-align: left;
        color: #2E444F;
    }
    
    .lu-text-p a p {
        font-family: Fira Sans;
        font-size: 25.6px;
        font-weight: 700;
        margin: 0px;
        line-height: 30.72px;
        text-align: left;
        color: #FFA3B3;
    }
    
    .lu-submit-btn {
        border: none;
        background-color: #FFA3B3;
        width: 150px;
        height: 45px;
        border-radius: 50px;
        color: white;
    }


    /* contact-us  */
    .contact-us {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-us-child {
        width: 90%;
        padding: 50px 0px 30px 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .cu-social {
        width: 100%;
    }

    .cu-social h3 {
        font-family: Fira Sans;
        font-size: 26px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        margin: -20px 0px 20px 0px;
    }
    
    .cu-social ol {
        margin-bottom: 30px;
    }
    
    .cu-social ol li {
        font-family: PT Sans;
        font-size: 18px;
        font-weight: 700;
        padding: 5px 0px;
        line-height: 20px;
        letter-spacing: 0.02em;
        text-align: left;
        color: black;
    }

    .social-icon {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 20px 0px 30px 0px;
    }

    .social-icon a {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        justify-content: center;
        align-items: center;
    }

    .social-icon a img {
        width: 30px;
        height: 30px;
    }

    .cu-cform {
        width: 100%;
        border-radius: 8px;
        padding: 30px 20px;
        max-width: 600px;
        background-color: #FFA3B3;
    }

    .cu-cform h2 {
        font-family: Fira Sans;
        font-size: 30px;
        font-weight: 700;
        line-height: 35px;
        margin: 0px 0px 20px 0px;
        text-align: left;
        color: #FF2688;
    }

    .cu-cform .form-group {
        margin-bottom: 15px;
    }

    .cu-cform label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .cu-cform input,
    .cu-cform select {
        width: 100%;
        padding: 10px 15px;
        border-radius: 50px;
        font-size: 16px;
        font-family: PT Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.7px;
        text-align: left;
        box-sizing: border-box;
    }

    .cu-cform input,
    .cu-cform select {
        border: none;
        outline: none;
    }

    .cu-cform textarea {
        width: 100%;
        padding: 10px 15px;
        border-radius: 15px;
        font-family: PT Sans;
        font-size: 16px;
        font-weight: 400;
        border: none;
        line-height: 20.7px;
        text-align: left;
        font-size: 16px;
        box-sizing: border-box;
    }

    .cu-cform textarea:focus {
        border: none;
        outline: none;
    }

    .cu-cform .inline-fields {
        display: flex;
        justify-content: space-between;
        gap: 0px;
    }

    .cu-cform .inline-fields .form-group {
        flex: 1;
    }

    .cu-cform button {
        background-color: #FF2688;
        color: white;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        width: 100%;
        gap: 0px;
        border-radius: 50px;
        opacity: 0px;
    }

    .cu-cform button img {
        margin-left: 10px;
    }

    .cu-cform button:hover {
        background-color: #FF2688;
    }

    /* Responsive Design */
    @media (max-width: 600px) {
        .cu-cform .inline-fields {
            flex-direction: column;
        }

        .cu-cform .inline-fields .form-group {
            flex: none;
            width: 100%;
        }
    }

    .cu-info {
        width: 100%;
        margin: 20px 0px 0px 0px;
    }

    .cu-info span {
        font-family: PT Sans;
        font-size: 24px;
        font-style: italic;
        font-weight: 700;
        line-height: 31.06px;
        text-align: left;
        color: #FF2688;
    }

    .cu-info h2 {
        font-family: Elsie;
        font-size: 30px;
        font-weight: 900;
        line-height: 35px;
        margin: 10px 0px;
        text-align: left;
        color: #414141;
    }

    .cu-info p {
        font-family: PT Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.7px;
        text-align: left;
        color: #2E444F;
    }

    .cu-info h3 {
        font-family: Fira Sans;
        font-size: 25.6px;
        font-weight: 700;
        margin: 30px 0px 0px 0px;
        line-height: 30.72px;
        text-align: left;
        color: #2E444F;
    }

    .heading-child hr {
        border: none;
        border-top: 2px solid #333;
        width: 50%;
        color: #787878;
        margin: 20px auto;
        opacity: 0.7;
    }
    
    /* event-plan-cat  */
    .event-plan-cat {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .event-plan-cat-child {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .epc-bot {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .epc-bot-child {
        position: relative;
        width: 90%;
        height: 450px;
        background-size: cover;
        background-position: center;
        padding: 20px;
        border-radius: 20px;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .event-plan-cat-child h2 {
        width: 100%;
        font-family: Elsie;
        font-size: 30px;
        font-weight: 900;
        margin: 10px 0px;
        line-height: 35px;
        text-align: left;
        color: #13031F;
    }


    .epc-bot-child a {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #FF2688;
        text-decoration: none;
        z-index: 2;
    }

    .epc-bot-child a img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .epc-bot-child .epc-bot-text {
        position: relative;
        z-index: 1;
        background-color: white;
        color: black;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 15px;
        border-radius: 10px;
        bottom: 0;
    }

    .epc-bot-child h3 {
        font-weight: bold;
        color: black;
        margin: 0px;
        font-family: Urbanist;
        font-size: 20px;
        font-weight: 600;
        line-height: 28.8px;
        text-align: left;

    }

    .epc-bot-child p {
        color: black;
        margin: 0px;
        padding: 0px;
        margin-top: 10px;
        font-family: Urbanist;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
        text-align: left;

    }

    /* reviews  */
    .ds-reviews-slider {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

    .ds-reviews-slider-child {
        width: 90%;
        display: flex;
        padding: 60px 0px 0px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ds-reviews-slider-child span {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        width: 100%;
        color: #1C1F23;
    }

    .ds-reviews-slider-child h2 {
        width: 100%;
        font-family: Elsie;
        font-size: 30px;
        font-weight: 900;
        margin: 10px 0px;
        line-height: 35px;
        text-align: center;
        color: #13031F;
    }

    .ds-review-slider-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .ds-review-col {
        box-sizing: border-box;
        text-align: center;
    }

    .ds-review-col-wrapper {
        text-align: left;
        padding: 15px;
        margin: 15px;
        border-radius: 10px;
        background-color: #FFA3B3;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .slick-next {
        display: none !important;
    }

    .slick-prev {
        display: none !important;
    }

    .review-header {
        width: 100%;
        display: flex;
    }

    .review-header-img img {
        width: 100px;
        height: 100px;
        padding: 10px;
        color: #333333;
        border-radius: 50%;
    }

    .review-header-content {
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .review-header-content h4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        color: #333333;
        margin: 0px;
    }

    .review-header-content p {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        color: #13031F;
        margin: 5px 0px;
        text-align: start !important;
    }

    .review-header-content a {
        text-decoration: none;
        margin-right: 20px;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 600;
        padding: 40px 0px 10px 0px;
        line-height: 20px;
        text-align: left;
        color: #333333;
    }


    /* footer  */
    .footer {
        width: 100%;
        background-color: #232323;
        display: flex;
        margin-top: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .footer-child {
        width: 90%;
        display: flex;
        padding: 50px 0px 0px 0px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .flogo {
        width: 100%;
    }

    .flogo img {
        width: 200px;
    }

    .fs-icon {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .fs-icon a {
        margin: 20px 0px 0px 20px;
    }

    .fs-icon a img {
        width: 100%;
    }

    .fcall {
        width: 100%;
    }

    .fcall h2 {
        font-family: Elsie;
        font-size: 30px;
        font-weight: 400;
        line-height: 35px;
        text-align: left;
        color: white;
    }

    .fcall ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

    .fcall ul li {
        font-family: Elsie;
        font-size: 20px;
        font-weight: 400;
        margin: 10px 0px 0px 0px;
        line-height: 20px;
        letter-spacing: 0.02em;
        text-align: left;
        color: white;
    }

    .fcall hr {
        width: Hug (182px)px;
        height: Hug (66px)px;
        padding: 5px 3px 5px 3px;
        gap: 10px;
        border: 2px;
        opacity: 0px;
        border-bottom: 2px solid #FFFFFF;
    }

    .flinks {
        width: 100%;
    }

    .flinks h2 {
        font-family: Elsie;
        font-size: 30px;
        font-weight: 400;
        line-height: 35px;
        text-align: left;
        color: white;
    }

    .flinks ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

    .flinks ul li {
        font-family: PT Sans;
        font-size: 20px;
        font-weight: 400;
        padding: 5px 0px;
        line-height: 22.2px;
        letter-spacing: 0.02em;
        text-align: left;
        color: white;
    }

    .fslogan {
        width: 100%;
    }

    .fslogan h2 {
        font-family: Elsie;
        font-size: 30px;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 0.02em;
        text-align: left;
        color: white;

    }

    .fslogan p {
        font-family: Inter;
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        margin: 0px;
        padding: 30px 0px;
        color: white;
    }

    .fslogan a {
        margin-top: 30px;
        text-decoration: none;
        border-radius: 50px;
        border: 1.5px;
        padding: 10px 20px;
        opacity: 0px;
        border: 1.5px solid #FFFFFF;
        font-family: Inter;
        font-size: 20px;
        font-weight: 500;
        line-height: 24.2px;
        text-align: center;
        color: #FFFFFF;
    }

    .footer-bot {
        width: 90%;
        padding: 50px 0px 20px 0px;
        text-align: center;
    }

    .footer-bot p {
        font-family: Inter;
        font-size: 16px;
        margin: 0px;
        font-weight: 400;
        line-height: 19.36px;
        text-align: center;
        color: white;
    }

}


/* Additional tweaks for smaller screens */
@media screen and (max-width: 480px) {
    .hero-content {
        margin-top: 0px;
        /* Less top margin on very small screens */
    }

    .hero-content h1 {
        font-size: 28px;
        /* Further reduce font size */
    }

    .hero-top-btn {
        padding: 10px 40px;
        font-size: 16px;
        margin-bottom: -43px;
    }

    .hero-bot-btn {
        margin-top: -20px;
    }

    .cta-button {
        padding: 8px 18px;
        /* Smaller padding */
        font-size: 14px;
        /* Smaller font size */
    }
}

/* Additional tweaks for smaller screens */
@media screen and (max-width: 360px) {
    .hero-content h1 {
        font-size: 26px;
    }
    .hero-top-btn {
        padding: 5px 35px;
        font-size: 16px;
        margin-bottom: -33px;
    }
}