/* Universal */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Hero Banner Content */
/* Parent Section */
.parent-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    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;
}

.hero-top-btn {
    text-decoration: none;
    background-color: #FFA3B3;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    z-index: 1;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: -50px;
    font-weight: bold;
    font-family: Inter;
    font-weight: 500;
    text-align: center;
}

.hero-desk {
    display: block;
}

.hero-mob {
    display: none;
}

.hero-bot-btn {
    margin-top: -40px;
    padding-bottom: 30px;
}

.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;
}

/* event baloons */
.event-blns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.eb-child {
    width: 90%;
    display: flex;
    padding: 60px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.eb-child h2 {
    width: 100%;
    font-family: Elsie;
    font-size: 48px;
    font-weight: 600;
    line-height: 52.8px;
    margin: 0px 0px 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 0px 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: 600;
    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%;
}

/* 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: 90%;
    font-family: Elsie;
    font-size: 48px;
    font-weight: 900;
    margin: 10px 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);
}

.slick-next {
    display: none !important;
}

.slick-prev {
    display: none !important;
}

.ss-review-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ss-review-header img {
    width: 100%;
}

.ss-review-header h4 {
    width: 200px;
    font-family: Urbanist;
    font-size: 22px;
    font-weight: 700;
    line-height: 28.56px;
    color: #414141;
    text-align: center;
    margin: 10px 0px;
}

/* occations */
.occations {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 60px 0px;
}

.occations-child {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oc-left {
    width: 40%;
    height: 420px;
    margin-right: -50px;
    padding: 20px 30px;
    margin-top: 100px;
    background-color: #FFA3B3;
    z-index: 150;
    border-bottom-right-radius: 50px;
}

.oc-left h2 {
    font-family: Elsie;
    font-size: 48px;
    margin: 20px 0px;
    font-weight: 400;
    line-height: 52.8px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #fff;
}

.oc-ul-parent {
    display: flex;
    justify-content: flex-start;
    gap: 100px;
    margin-left: 30px;
    align-items: flex-start;
}

.oc-left ul {
    list-style: disc;
    padding: 0px;
    margin: 0px;
}

.oc-left ul li {
    margin: 10px 0px;
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 28.56px;
    color: #fff;
}

.oc-right {
    width: 60%;
    margin-left: -50px;
}

.slider-container {
    position: relative;
    width: 88%;
    z-index: 99;
    overflow: hidden;
    padding-bottom: 50px;

}

.slider {
    width: 100%;
    display: flex;

    transition: transform 0.5s ease;

}

.slider img {
    width: 100%;
    height: 100%;
}

.slider-buttons {
    position: absolute;
    bottom: 10px;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: flex;
    z-index: 100;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
}

button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #FFA3B3;
    color: white;
    z-index: 11;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 50px;
    margin-right: 100px;
    bottom: 0;
}

.slider-buttons button i {
    font-size: 25px;
}

.next {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #FFA3B3;
    color: white;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 40px;
    bottom: 0;
}

.slider-buttons button i {
    font-size: 25px;
}


/* service form  */
.service-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-form-child {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sf-left {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.sf-left h2 {
    font-size: 24px;
    font-family: Elsie;
    margin: 0px 0px 20px 0px;
    font-size: 46px;
    font-weight: 900;
    line-height: 52.99px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.sf-left form {
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sf-left form input,
.sf-left form select {
    padding: 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;
    text-align: left;
}

.sf-left form textarea {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #CACACA;
    background-color: #E8E6E6;
    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: 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 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.call-btn {
    display: flex;
    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: 75px;
    height: 75px;
    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 h3 {
    font-family: PT Sans;
    font-size: 19.2px;
    font-weight: 700;
    line-height: 24.84px;
    margin: 0px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.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;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.submit-btn {
    border: none;
    background-color: #FFA3B3;
    width: 150px;
    height: 45px;
    border-radius: 50px;
    color: white;
}

.sf-right {
    width: 50%;
    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-plan-cat  */
.event-plan-cat {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-plan-cat-child {
    width: 85%;
    display: flex;
    padding-top: 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.event-plan-cat-child span {
    font-family: PT Sans;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    color: #414141;
    line-height: 20.06px;
    text-align: center;
}

/*.event-plan-cat-child  {*/
/*    width: 90%;*/
/*    font-family: Elsie;*/
/*    font-size: 48px;*/
/*    margin-top: 15px;*/
/*    font-weight: 900;*/
/*    line-height: 40.17px;*/
/*    text-align: center;*/
/*    color: #13031F;*/
/*}*/
.pro-parent-irs {
    width: 100%; 
    display:flex; 
    justify-content: space-between; 
    align-items: flex-start;
}

.irs-filter-sidebar {
    width: 22%;
    opacity: 0; /* Initially hidden */
    transform: translateY(50px); /* Start below the normal position */
    animation: slideUp 1s ease-out forwards; /* Apply the slide-up animation */
}

/* Define the bottom to top slide animation */
@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(50px); /* Start below */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* End at normal position */
    }
}

.price-slider {
        -webkit-appearance: none;
        width: 100%;
        height: 10px;
        background: #ddd; /* Light background color for the track */
        border-radius: 5px;
        outline: none;
        transition: background 0.3s ease;
    }

    /* Style for the slider thumb (the handle) */
    .price-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        background-color: #FFA3B3; /* Pink color */
        border-radius: 50%;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    /* Style for the slider thumb on hover */
    .price-slider::-webkit-slider-thumb:hover {
        background-color: #FF7A99; /* Darker pink on hover */
    }

    /* Style for the slider thumb for Firefox */
    .price-slider::-moz-range-thumb {
        width: 20px;
        height: 20px;
        background-color: #FFA3B3; /* Pink color */
        border-radius: 50%;
        cursor: pointer;
    }

    /* Style for the slider thumb for Edge */
    .price-slider::-ms-thumb {
        width: 20px;
        height: 20px;
        background-color: #FFA3B3; /* Pink color */
        border-radius: 50%;
        cursor: pointer;
    }

.my-irs button {
    background-color: #FFA3B3;
    color: white;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Elsie;
    font-size: 14px;
    text-align: center;
    padding: 8px 8px;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
}

.my-irs button:hover {
    background-color: #FF8C96;
    color: white;
}

.lu-products {
  width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  align-items: center;
    gap: 20px;
}

.filterd-pro-show {
    width: 75%;
    opacity: 0; /* Initially hidden */
    transform: translateY(50px); /* Start below the normal position */
    animation: slideUp 1s ease-out forwards; /* Apply the slide-up animation */
}

/* Define the bottom to top slide animation */
@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(50px); /* Start below */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* End at normal position */
    }
}

.products-grid {
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 10px;
}

.product {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: calc(100% - 10px);
    text-align: left;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-LoopProduct-link {
    width: 100%;
}

.woocommerce-LoopProduct-link img {
    width: 100%;
    border-radius: 10px;
}

.product-img {
    width: 100%;
    /*max-height: 330px; */
    /*object-fit: cover;*/
    /*object-position: center;*/
    border-radius: 8px;
    margin-bottom: 15px;
}

h2.woocommerce-loop-product__title {
    margin-bottom: 10px;
    font-family: Elsie;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.5em;
}

.price del span {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 400;
}

.price ins span {
    font-size: 18px;
    color: red;
    margin-bottom: 15px;
    font-weight: 400;
}

a.button {
    background-color: #FFA3B3;
    color: white;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Elsie;
    font-size: 14px;
    text-align: center;
    padding: 8px 8px;
    border-radius: 50px;
    cursor: pointer;
    width: 46%;
}

a.button:hover {
    background-color: #FF8C96;
    color: white;
}

a.add_to_cart_button {
    background-color: #FFA3B3;
    color: white;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Elsie;
    font-size: 14px;
    text-align: center;
    padding: 8px 8px;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 37px;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s;
    box-shadow: 0 4px 10px rgb(191 55 84 / 60%);
}

a.add_to_cart_button:hover {
    background-color: #FF8C96;
    color: white;
}

span.onsale {
    display: none;
}

.load-more-btn {
    border: 1px solid #FFA3B3;
    border-radius: 50px;
    background-color: #fff;
    color: #FFA3B3;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 30px;
    font-family: Playfair Display SC;
    line-height: 20px;
    margin-top: 30px;
}

.load-more-btn:hover {
    border: 1px solid #FFA3B3;
    border-radius: 50px;
    background-color: #FFA3B3;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 30px;
    font-family: Playfair Display SC;
    line-height: 20px;
    margin-top: 30px;
}

/* reviews  */
.ds-reviews-slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ds-reviews-slider-child {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

.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);
}

.slick-next {
    display: none !important;
}

.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: 40px 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;
    }

    .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;
    }

    /* 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: 30px;
        font-weight: 600;
        line-height: 35px;
        margin: 0px 0px 10px 0px;
        letter-spacing: -0.03em;
        text-align: left;
        color: #000;
    }

    .eb-child p {
        font-family: PT Sans;
        font-size: 18px;
        font-weight: 400;
        margin: 0px;
        line-height: 24px;
        text-align: left;
        color: #414141;
    }

    .eb-sub-child {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: flex-start;
        margin: 30px 0px 0px 0px;
    }

    .eb-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .eb-left h2 {
        font-family: Elsie;
        font-size: 30px;
        font-weight: 600;
        margin: 0px 0px 10px 0px;
        line-height: 35px;
        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: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .eb-right img {
        width: 100%;
        margin-bottom: 20px;
    }

    /* reviews  */
    .ss-reviews-slider {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ss-reviews-slider-child {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ss-reviews-slider-child span {
        font-family: Poppins;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        width: 100%;
        color: #1C1F23;
    }

    .ss-reviews-slider-child h2 {
        width: 100%;
        font-family: Elsie;
        font-size: 30px;
        font-weight: 900;
        margin: 0px 0px 10px 0px;
        line-height: 35px;
        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: 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;
    }

    /* service form  */
    .service-form {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .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%;
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 0px;
    }

    .sf-left form input,
    .sf-left form select {
        padding: 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;
        text-align: left;
    }

    .sf-left form textarea {
        padding: 10px;
        font-size: 16px;
        border: 1px solid #CACACA;
        background-color: #E8E6E6;
        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 {
        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 {
        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 {
        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 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .call-btn {
        display: flex;
        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 h3 {
        font-family: PT Sans;
        font-size: 16px;
        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 {
        border: none;
        background-color: #FFA3B3;
        width: 150px;
        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: none;
    }

    .sf-mob {
        display: flex;
        margin: 0px 0px 20px 0px;
    }

    /* occations */
    .occations {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    } 

    .occations-child {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        justify-content: center;
        align-items: center;
    }

    .oc-left {
        width: 100%;
        height: auto;
        margin-right: 0px;
        padding: 20px 20px;
        margin-top: 0px;
        background-color: #FFA3B3;
        z-index: 150;
        border-bottom-right-radius: 0px;
    }

    .oc-left h2 {
        font-family: Elsie;
        font-size: 48px;
        margin: 20px 0px;
        font-weight: 400;
        line-height: 52.8px;
        letter-spacing: -0.03em;
        text-align: left;
        color: #fff;
    }

    .oc-ul-parent {
        width: auto;
        display: flex;
        justify-content: flex-start;
        gap: 50px;
        margin-left: 30px;
        align-items: flex-start;
    }

    .oc-left ul {
        list-style: disc;
        padding: 0px;
        margin: 0px;
    }

    .oc-left ul li {
        margin: 10px 0px;
        font-family: PT Sans;
        font-size: 18px;
        font-weight: 700;
        line-height: 28.56px;
        color: #fff;
    }

    .oc-right {
        width: 100%;
        margin-left: 0px;
    }

    .slider-container {
        position: relative;
        width: 100%;
        z-index: 99;
        overflow: hidden;
        padding-bottom: 20px;

    }

    .slider {
        width: 100%;
        display: flex;
        transition: transform 0.5s ease;
    }

    .slider img {
        width: 100%;
        height: 100%;
        background-color: #FFA3B3;
    }

    .slider-buttons {
        position: absolute;
        bottom: 10px;
        left: 30%;
        bottom: 0px;
        transform: translateX(-50%);
        display: flex;
        z-index: 100;
        justify-content: space-between;
        width: 100%;
        padding: 0 20px;
    }

    button {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        font-size: 30px;
        padding: 10px;
        cursor: pointer;
        z-index: 100;
        border-radius: 50%;
    }

    button:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .prev {
        width: 70px;
        height: 70px;
        border-radius: 50px;
        background-color: #FFA3B3;
        color: white;
        z-index: 11;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 50px;
        margin-right: 100px;
        bottom: 0;
    }

    .slider-buttons button i {
        font-size: 25px;
    }

    .next {
        width: 70px;
        height: 70px;
        border-radius: 50px;
        background-color: #FFA3B3;
        color: white;
        z-index: 11;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 40px;
        bottom: 0;
    }

    .slider-buttons button i {
        font-size: 25px;
    }
    
    /* event-plan-cat  */
    .event-plan-cat {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .event-plan-cat-child {
        width: 85%;
        display: flex;
        padding-top: 30px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .event-plan-cat-child span {
        font-family: PT Sans;
        font-size: 24px;
        padding: 0px;
        margin: 0px;
        font-weight: 500;
        color: #414141;
        line-height: 20.06px;
        text-align: center;
    }
    
    /*.event-plan-cat-child  {*/
    /*    width: 90%;*/
    /*    font-family: Elsie;*/
    /*    font-size: 48px;*/
    /*    margin-top: 15px;*/
    /*    font-weight: 900;*/
    /*    line-height: 40.17px;*/
    /*    text-align: center;*/
    /*    color: #13031F;*/
    /*}*/
    .pro-parent-irs {
        width: 100%; 
        display: flex; 
        flex-wrap: wrap;
        justify-content: center; 
        align-items: center;
    }

    .irs-filter-sidebar {
        width: 100%;
        margin-bottom: 30px;
    }
        
    .price-slider {
            -webkit-appearance: none;
            width: 100%;
            height: 10px;
            background: #ddd; /* Light background color for the track */
            border-radius: 5px;
            outline: none;
            transition: background 0.3s ease;
        }
    
        /* Style for the slider thumb (the handle) */
        .price-slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            background-color: #FFA3B3; /* Pink color */
            border-radius: 50%;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
    
        /* Style for the slider thumb on hover */
        .price-slider::-webkit-slider-thumb:hover {
            background-color: #FF7A99; /* Darker pink on hover */
        }
    
        /* Style for the slider thumb for Firefox */
        .price-slider::-moz-range-thumb {
            width: 20px;
            height: 20px;
            background-color: #FFA3B3; /* Pink color */
            border-radius: 50%;
            cursor: pointer;
        }
    
        /* Style for the slider thumb for Edge */
        .price-slider::-ms-thumb {
            width: 20px;
            height: 20px;
            background-color: #FFA3B3; /* Pink color */
            border-radius: 50%;
            cursor: pointer;
        }
    
    .my-irs button {
        background-color: #FFA3B3;
        color: white;
        border: none;
        font-weight: 600;
        text-transform: uppercase;
        font-family: Elsie;
        font-size: 14px;
        text-align: center;
        padding: 8px 8px;
        border-radius: 50px;
        cursor: pointer;
        width: 100%;
    }
    
    .my-irs button:hover {
        background-color: #FF8C96;
        color: white;
    }
    
    .lu-products {
      width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
      align-items: center;
        gap: 20px;
    }

    .filterd-pro-show {
        width: 100%;
    }

    .products-grid {
        display: grid; 
        grid-template-columns: repeat(2, 2fr); 
        gap: 10px;
    }
    
    .product {
        background-color: #fff;
        border-radius: 8px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        box-shadow: none;
        padding: 10px;
        width: calc(100% - 10px);
        text-align: left;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .woocommerce-LoopProduct-link {
        width: 100%;
    }
    
    .woocommerce-LoopProduct-link img {
        width: 100%;
        border-radius: 10px;
    }
    
    .product-img {
        width: 100%;
        /*max-height: 330px; */
        /*object-fit: cover;*/
        /*object-position: center;*/
        border-radius: 8px;
        margin-bottom: 15px;
    }
    
    h2.woocommerce-loop-product__title {
        font-size: 24px;
        margin-bottom: 10px;
        font-family: Elsie;
        color: #000;
        font-weight: 600;
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 2.5em;
    }
    
    .price del span {
        font-size: 18px;
        color: #333;
        margin-bottom: 15px;
        font-weight: 400;
    }
    
    .price ins span {
        font-size: 18px;
        color: red;
        margin-bottom: 15px;
        font-weight: 400;
    }
    
    a.button {
        background-color: #FFA3B3;
        color: white;
        border: none;
        font-weight: 600;
        text-transform: uppercase;
        font-family: Elsie;
        font-size: 14px;
        text-align: center;
        padding: 8px 8px;
        border-radius: 50px;
        cursor: pointer;
        width: 46%;
    }
    
    a.button:hover {
        background-color: #FF8C96;
        color: white;
    }
    
    a.add_to_cart_button {
        background-color: #FFA3B3;
        color: white;
        border: none;
        font-weight: 600;
        text-transform: uppercase;
        font-family: Elsie;
        font-size: 14px;
        text-align: center;
        padding: 8px 8px;
        margin-top: 10px;
        height: 37px;
        border-radius: 50px;
        cursor: pointer;
        width: 100%;
    }
    
    a.add_to_cart_button:hover {
        background-color: #FF8C96;
        color: white;
    }
    
    span.onsale {
        display: none;
    }
    
    .load-more-btn {
        border: 1px solid #FFA3B3;
        border-radius: 50px;
        background-color: #fff;
        color: #FFA3B3;
        font-size: 20px;
        font-weight: 700;
        padding: 10px 30px;
        font-family: Playfair Display SC;
        line-height: 20px;
        margin-top: 30px;
    }
    
    .load-more-btn:hover {
        border: 1px solid #FFA3B3;
        border-radius: 50px;
        background-color: #FFA3B3;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        padding: 10px 30px;
        font-family: Playfair Display SC;
        line-height: 20px;
        margin-top: 30px;
    }

    /* reviews  */
    .ds-reviews-slider {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ds-reviews-slider-child {
        width: 90%;
        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: 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: 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: 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;
        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: 7px 47px;
        font-size: 16px;
        margin-bottom: -37px;
    }

    .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;
    }
}