.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

main {
    overflow: hidden;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.fonts-lato {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.font-dm-sans {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.font-anton {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font-inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.logo {
    width: 196px;
    height: 376px;
}

.homepage-nav a {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: rgba(87, 87, 87, 1);
}

.homepage-nav a:hover {
    color: #eeae0c !important;
    border-bottom: 2px solid #eeae0c !important;
}

.get_the_app_btn {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15.5px !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    background-color: rgba(51, 51, 51, 1) !important;
    width: 201px !important;
    height: 48px !important;
}

.bg-nav {
    background-color: #fff !important;
}

header .navbar-collapse {
    flex-grow: 0 !important;
}

.hero_section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 95vh;
    display: flex;
    justify-content: center;
    transition: background-image 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.hero_content {
    position: absolute;
    bottom: 20%;
}

.hero_section p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.hero_section h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
}

#about_hero_section {
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0.8) 100%
        ),
        url("./../imgs/about_ban.svg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 70vh;
    /* clip-path: ellipse(100% 100% at top); */
    display: flex;
    justify-content: center;
    transition: background-image 0.3s ease-in-out;
}

#contact_hero_section {
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0.8) 100%
        ),
        url("./../imgs/contact_banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 90vh;
    display: flex;
    justify-content: center;
    transition: background-image 0.3s ease-in-out;
}

#about_hero_section h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
}

#contact_hero_section h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
}

#about_hero_section #hero_content {
    position: absolute;
    bottom: 30%;
}

#contact_hero_section #hero_content {
    position: absolute;
    bottom: 5%;
}

#contact_hero_section #hero_content p {
    font-size: 24px !important;
    line-height: 28px !important;
}

#hero_content {
    position: absolute;
    bottom: 30%;
}

#hero_content button {
    border: 1px solid #fff !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.serv {
    width: 250px;
    padding: 12.23px;
    color: #ffffff !important;
    border-radius: 18.34px;
}

.b_ser > div > div:nth-child(1) .serv {
    background-color: #d34629 !important;
}

.b_ser > div > div:nth-child(2) .serv {
    background-color: #4d6c40 !important;
}

.b_ser > div > div:nth-child(3) .serv {
    background-color: #eeae0c !important;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #dc3545;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.area-badge {
    background: rgba(244, 221, 184, 1);
    color: rgba(107, 67, 14, 1);
    border-radius: 25px;
    padding: 0.75rem 1.5rem;
    margin: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    display: inline-block;
}

.area-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.2);
    border-color: #dc3545;
    color: #dc3545;
    background: linear-gradient(45deg, #ffffff, #f8f9fa);
}

.areas-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    overflow: hidden;
}

.b_ser {
    padding-top: 8%;
}

.about__content {
    background-color: rgba(244, 221, 184, 1) !important;
    border-radius: 80px !important;
    height: auto;
    padding: 50px !important;
}

.about__content .row {
    display: flex;
    align-items: center;
    min-height: 100%; /* or 100vh if you want full screen height */
}

.about__content .row a {
    background-color: rgba(211, 70, 41, 1) !important;
    color: #ffffff !important;
}

.about__content h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 1);
}

.about__content p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: rgba(87, 87, 87, 1);
}

#service {
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    /* background-color: rgba(241, 241, 241, 1); */

    position: relative;
    z-index: 1;
    margin-top: -100px;
    padding-top: 150px !important;
}

#service h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    text-transform: uppercase;
}

#service .col-md-4 p {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-align: left;
}

#service .col-md-4 {
    width: 363.67px;
}

#service a {
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    width: 167px;
    height: 48px;
    color: #ffffff;
    background-color: #eeae0c;
    display: flex;
    justify-self: left;
    align-items: center;
    justify-content: center;
}

#service h4 {
    font-family: "DM Sans", sans-serif;
    font-weight: 600 !important;
    font-size: 28px !important;
    font-style: normal;
}

#service .border {
    border-radius: 20px;
}

.menu__header h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 54px;
    text-transform: uppercase;
    color: #fff;
}

.menu__header p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #fff;
}

#menu {
    background-color: rgba(211, 70, 41, 1);
    z-index: 1;
    overflow: hidden;
    padding: 20px 0;

    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
    border-bottom-left-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
}

#menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: -1;
}

#menu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: -1;
}

#menu #header h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    text-transform: uppercase;
    color: #ffffff;
}

#menu #header p {
    width: 736px;
    font-size: 20px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #ffffff;
}

#hb_times .img {
    height: 243px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px !important;
}

#hb_times {
    /* border-top-left-radius: 90px !important;
    border-top-right-radius: 90px !important;
    background-color: rgba(247, 247, 247, 1); */
}

#hb_times h5 {
    font-family: "DM Sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
}

#hb_times h3 {
    font-family: "Anton", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 69.09px;
}

#hb_times p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding-top: 20px !important;
}

#hb_times a {
    color: rgba(238, 174, 12, 1) !important;
}

#download_the_app {
    background-color: rgba(51, 51, 51, 1) !important;
    overflow: hidden;
    border-top-left-radius: 100px !important;
    border-top-right-radius: 100px !important;
}

.dl_app {
    background-color: rgba(77, 108, 64, 1) !important;
    height: 696px;
    overflow: hidden;
    border-top-left-radius: 96px !important;
    border-top-right-radius: 96px !important;
    border-bottom-left-radius: 96px !important;
    border-bottom-right-radius: 96px !important;
}

.dl_app h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
    color: rgba(77, 108, 64, 1);
    text-transform: uppercase !important;
}

.download_tsshe_app1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    height: 100%;
}

.download_tsshe_app1 h3 {
    color: rgba(255, 255, 255, 1);
}

._ds {
    display: flex;
    justify-content: start;
    gap: 10px;
}

#download_the_app h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 69px;
    color: rgba(238, 174, 12, 1);
    text-transform: uppercase !important;
}

#download_the_app p {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
}

.download_the_app1 {
    position: relative;
    top: -18rem !important;
    padding-left: 4rem !important;
}

.download_the_app1 img {
    width: 170.5;
    border-radius: 8.52px;
}

.download_the_app1 a {
    text-decoration: none;
}

.download_the_app_image {
    position: relative;
    width: 1062.83px !important;
    right: 40% !important;
}

#socials h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 69px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 1);
}

.social_img > div {
    height: 230px;
    border-radius: 16px;
    overflow: hidden;
}

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

#socials {
    padding: 10% 0;
}

footer {
    background-color: rgba(0, 0, 0, 1);
}

footer h4 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    padding-left: 12px;
}

#what_happy_fam_says {
    background: rgba(255, 255, 255, 1);
    text-align: center;
    overflow: hidden;
    padding-bottom: 200px;
}

.what_happy_fam_says_ h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    text-transform: uppercase;
    color: rgba(211, 70, 41, 1);
    padding-bottom: 30px !important;
}

.what_happy_fam_says_status .p1 {
    font-size: 32px !important;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.what_happy_fam_says_status .p2 {
    font-size: 24px !important;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

.what_happy_fam_says_status > div {
    padding-bottom: 24px !important;
}

.what_happy_fam_says_status .p2 {
    font-size: 24px !important;
}

.what_happy_fam_says_status {
    border-radius: 56px;
    height: 260px;
    width: 284px;
    background-color: #fff;
}

#what_happy_fam_says .main-title {
    padding-top: 100px;
    text-transform: uppercase;

    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: rgba(77, 108, 64, 1);
}

.status_wrapper > .what_happy_fam_says_status:nth-of-type(1) {
    border-color: rgba(211, 70, 41, 1) !important;
    box-shadow: 0 10px 0 0 rgba(211, 70, 41, 1) !important;
    color: rgba(211, 70, 41, 1) !important;
    transform: rotate(5deg);
    /* margin: 0 10px; */
}

.status_wrapper > .what_happy_fam_says_status:nth-of-type(2) {
    border-color: rgba(238, 174, 12, 1) !important;
    box-shadow: 0 10px 0 0 rgba(238, 174, 12, 1) !important;
    color: rgba(238, 174, 12, 1) !important;
    transform: rotate(-3deg);
    /* margin: 0 10px; */
}

.status_wrapper > .what_happy_fam_says_status:nth-of-type(3) {
    border-color: rgba(77, 108, 64, 1) !important;
    box-shadow: 0 10px 0 0 rgba(77, 108, 64, 1) !important;
    color: rgba(77, 108, 64, 1) !important;
    transform: rotate(4deg);
    /* margin: 0 10px; */
}

.stat-card {
    width: 250px;
    padding: 2rem 1rem;
    text-align: center;
    background: white;
    border: 2px solid;
    border-radius: 40% 40% 10% 10% / 20% 20% 10% 10%;
    box-shadow: 0 10px 0 0;
    margin: 1rem;
    display: inline-block;
}

.stat-card img.icon {
    width: 60px;
    margin-bottom: 1rem;
}

.stat-card .count {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.stat-card .label {
    margin: 0;
    font-size: 16px;
}

.stat-card.red {
    border-color: #e63946;
    box-shadow: 0 10px 0 0 #e63946;
    color: #e63946;
}

.stat-card.yellow {
    border-color: #f4a261;
    box-shadow: 0 10px 0 0 #f4a261;
    color: #f4a261;
}

#what_happy_fam_says .subtitle {
    font-size: 24px;
    color: #718096;
    max-width: 600px;
    margin: 0 auto 80px;
    line-height: 1.6;
}

#what_happy_fam_says .subtitle {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: rgba(87, 87, 87, 1);
    padding-bottom: 50px;
}

.testimonials-container {
    position: relative;
    height: 600px;
    max-width: 1000px;
    margin: auto;
}

.testimonial-card {
    position: absolute;
    width: 280px;
    height: 320px;
    background: rgba(239, 239, 239, 1);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    border: 1px solid rgba(87, 87, 87, 0.5);
}

.testimonial-card:hover {
    z-index: 10;
    background: rgba(77, 108, 64, 1) !important;
    color: white !important;
}

.card-1 {
    top: 40px;
    left: -50px;
    transform: rotate(-8deg);
    z-index: 1;
}

.card-2 {
    top: 0;
    left: 200px;
    transform: rotate(5deg);
    z-index: 1;
}

.card-3 {
    top: 50px;
    right: -30px;
    transform: rotate(-4deg);
    z-index: 1;
}

.card-4 {
    bottom: 80px;
    left: 100px;
    transform: rotate(6deg);
    z-index: 2;
}

.card-5 {
    bottom: 50px;
    right: 120px;
    transform: rotate(-6deg);
    z-index: 2;
}

.card-6 {
    right: 250px;
    transform: rotate(-6deg);
    z-index: 2;
}

.featured {
    top: 200px;
    left: 50%;
    transform: translateX(-50%) rotate(2deg);
    z-index: 5;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.testimonial-card:hover .testimonial-text,
.testimonial-card:hover .author {
    color: white;
}

.testimonial-card:hover .stars {
    color: rgba(238, 174, 12, 1);
}

.stars {
    font-size: 1.2rem;
    color: #d1d5db;
    text-align: left;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}

.author {
    font-weight: 600;
    font-size: 1rem;
    position: absolute;
    bottom: 25px;
    left: 25px;
}

#delivery_and_service_area h4 {
    font-size: 48px;
    letter-spacing: 0.5px;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#delivery_and_service_area p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.delivery-box img {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

#delivery_and_service_area .border_ {
    border: 2px solid rgba(160, 160, 171, 1);
    border-radius: 48px;
    height: auto;
}

#delivery_and_service_area span {
    background-color: rgba(244, 221, 184, 1) !important;
    color: rgba(107, 67, 14, 1) !important;
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    padding: 12px 16px;
    text-wrap: auto;
}

#welcome h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    text-transform: uppercase;
    color: rgba(238, 174, 12, 1);
}

#welcome .img_container {
    border-radius: 64px;
    height: 433px;
    width: 1300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.card-img-top {
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
}

#our_mission .card {
    background: none !important;
    height: 400px;
}

#our_mission .icon {
    height: 81px;
    width: 81px;
}

#our_mission h5 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    font-size: 40px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    padding-top: 40px;
}

#our_mission p,
.mk_ {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
}

#our_mission h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    text-transform: uppercase;
    color: rgba(77, 108, 64, 1);
    line-height: 60px;
}

.mk {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    text-transform: uppercase;
    color: rgba(51, 51, 51, 1);
    line-height: 60px;
}

#the_team .swiper .card-text h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px !important;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

#the_team .swiper .card-text p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
}

#the_team .swiper .card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

#the_team .swiper .card-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    height: 178px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    color: #fff;
    z-index: 2;
}

#join_our_vision {
    margin: 5rem auto 10rem auto;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.7) 100%
        ),
        url("./../imgs/my_team/join_our_team.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 1299px;
    border-radius: 320px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 0 2rem;
}

#join_our_vision2 {
    margin: 5rem auto 10rem auto;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.7) 100%
        ),
        url("./../imgs/my_team/join_our_team.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    border-radius: 40px;
}

#join_our_vision2 h4 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px !important;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

#join_our_vision2 p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

#join_our_vision .text-center {
    max-width: 800px;
}

#join_our_vision h4 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px !important;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

#join_our_vision p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.details {
    background-color: rgba(245, 245, 245, 1);
    width: auto;
    padding: 25px;
    margin-top: 40px;
}

.input-with-star {
    padding: 15px 20px 15px 20px !important;
}

.input-star {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    color: red;
    font-size: 1rem;
    pointer-events: none;
}

#feedback_form button {
    width: 100%;
    height: 70px;
    border-radius: 6px;
    background-color: rgba(238, 174, 12, 1);
    color: #ffffff !important;
    border: none;
}

#feedback_form textarea {
    height: 200px;
}

.contact_details {
    background-color: rgba(245, 245, 245, 1);
    padding: 20px;
}

#contact_section h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-size: 48px;
    font-style: normal;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        rgba(211, 70, 41, 1) 0%,
        rgba(238, 174, 12, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#contact_banner {
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 0.8) 100%
        ),
        url("./../imgs/contact_banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 65vh;
    /* clip-path: ellipse(100% 100% at top); */
    display: flex;
    justify-content: center;
    transition: background-image 0.3s ease-in-out;
}

#contact_banner h3 {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
}

#contact_banner p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    /* font-size: 17px; */
    text-align: center;
    color: #ffffff;
}

#contact_banner #hero_content {
    position: absolute;
    bottom: 30%;
    /* width: 523px; */
}

.vertical-scroll {
    max-height: 100%;
    overflow-y: auto;
}

.vertical-scroll::-webkit-scrollbar {
    width: 4px;
}

.vertical-scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
}

.badge {
    margin-bottom: 0.5rem;
}

#menu .swiper-slide .card {
    border-radius: 48px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
}

#menu .swiper-slide .card-text img {
    border-radius: 20px !important;
}

#menu .bgm1 {
    background-color: rgba(255, 255, 255, 1) !important;
}

#menu .bgm2 {
    background-color: rgba(238, 174, 12, 1) !important;
}

#menu .bgm3 {
    background-color: rgba(240, 208, 201, 1) !important;
}

.nav-item .active {
    color: rgba(238, 174, 12, 1) !important;
    font-weight: 600 !important;
}

header .active {
    border-bottom: 2px solid rgba(238, 174, 12, 1) !important;
    font-weight: 600 !important;
}

#map {
    width: 100%;
    height: 100%;
}

@media (min-width: 1280px) {
    #delivery_and_service_area .border_ {
        width: 634px !important;
    }
}

footer a {
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: rgba(255, 255, 255, 1) !important;
    text-decoration: none !important;
    font-family: "Inter", sans-serif;
    font-style: normal;
}

#delivery_locations {
    width: 100%;
}

#delivery_locations > div > span {
    height: 50px !important;
}

#delivery_locations img {
    width: 20px !important;
    height: 14px !important;
    color: rgba(255, 255, 255, 1) !important;
}

.d_l {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: rgba(255, 255, 255, 1) !important;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: rgba(107, 67, 14, 1);
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.see_all {
    color: rgba(238, 174, 12, 1) !important;
    text-decoration: underline !important;
}

.footer_logo {
    width: 157px;
}

.service-visual-image1 {
    width: 512px !important;
    height: 578px !important;
    left: 10% !important;
    position: absolute;
    top: -20%;
    z-index: 2;
}

._ds_ {
    background-color: rgba(107, 67, 14, 1) !important;
    width: 195.5px !important;
    height: 51px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
}

#event_catering {
    margin-top: 30% !important;
}

#meal_plans {
    margin-top: 12% !important;
}

#meal_plans p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
}

.swiper {
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
}

#event_catering .text-center {
    margin-top: 4% !important;
}

#event_catering .text-center p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
}

.service-visual-image2 {
    z-index: 2;
    position: relative;
    top: -50px !important;
}

.line-img {
    width: 150%;
    height: 300%;
    position: absolute;
    top: 40%;
    left: -15%;
    z-index: 1;
}

.line-img2 {
    position: absolute;
    right: -10%;
    top: 200px;
}

.service-visual-image-container {
    position: relative;
}

#after_service {
    z-index: 1;
    margin-top: 20%;
}

#our_services {
    margin-top: 5%;
    padding-bottom: 20px !important;
}

#our_services p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    padding-top: 20px !important;
}

#our_services h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    text-transform: uppercase;

    background: linear-gradient(
        90deg,
        rgba(211, 70, 41, 1) 0%,
        rgba(238, 174, 12, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.grad__color {
    background: linear-gradient(
        90deg,
        rgba(211, 70, 41, 1) 0%,
        rgba(238, 174, 12, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu_logo {
    height: 100px;
}

#menu .swiper .card-text {
    padding: 15px !important;
}

.custom-swiper-controls {
    top: 20% !important;
    position: absolute;
    right: 10% !important;
}

#blog {
    width: 100%;
    height: 55vh;
    clip-path: ellipse(100% 100% at top);

    display: flex;
    justify-content: center;
    background-color: rgba(77, 108, 64, 1) !important;
    align-items: center;
    text-align: center;
}

#blog .title h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 64px;
    text-transform: uppercase;
    color: rgba(238, 174, 12, 1);
    line-height: 120%;

    margin-bottom: 0.5rem;
}

#blog .title p {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    color: rgba(255, 255, 255, 1);
    padding-top: 20px;
    line-height: 100%;
    /* width: 672px; */
}

#blog_body {
    position: relative;
    margin-top: -10%;
}

.blog_img {
    height: 556px;
    overflow: hidden;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 48px !important;
}

.blog_img img {
    width: 1300px;
}

.list_of_posts img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.list_of_posts > div {
    padding: 30px 0 !important;
}

.post-date {
    font-size: small;
    font-style: italic;
}

.similar_post {
    font-family: "Anton", sans-serif;
    font-size: 32px !important;
    color: rgba(238, 174, 12, 1) !important;
}

.pr_ {
    padding-right: 70px !important;
}

.readmore_arrow {
    display: flex;
}

.readmore_arrow img {
    width: 20px !important;
    margin-left: 10px !important;
    height: auto;
}

.readmore_arrow {
    text-decoration: underline;
    color: rgba(238, 174, 12, 1) !important;
}

.px_55 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.f_ian2 {
    padding-left: 3rem !important;
    padding-top: 3rem !important;
}

.f_ian {
    padding-top: 3rem !important;
}

#welcome h3 {
    font-size: 64px !important;
}

#hero_content div {
    width: 621px !important;
    color: white;
}

/* Custom modal styling */
.custom-modal .modal-content {
    border-radius: 20px;
    border: none;
    text-align: center;
    padding: 3rem 2rem 5rem 2rem;
}
.custom-modal .modal-header {
    border-bottom: none;
    justify-content: flex-end;
}
.custom-modal .btn-close {
    font-size: 1.5rem;
}

.custom-modal p {
    font-size: 1rem;
    color: #222;
}
.email-input-group {
    position: relative;
    width: 100%;
    max-width: 400px; /* control width */
    margin: 0 auto; /* center horizontally */
}

.email-input-group input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 0.8rem 8.5rem 0.8rem 1rem; /* extra right padding for button space */
    font-size: 1rem;
    outline: none;
}

.email-input-group button {
    position: absolute;
    top: 50%;
    right: 0.3rem;
    transform: translateY(-50%);
    background-color: #e94d1c;
    color: white;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    cursor: pointer;
}

.email-input-group button:hover {
    background-color: #c83f16;
}

.waitlist-img {
    position: absolute;
    width: 150px; /* adjust to fit */
    z-index: 1;
}

.waitlist-img-top {
    top: -100px !important;
    left: -40px !important;
}

.waitlist-img-bottom {
    bottom: -50px !important;
    right: -40px !important;
}

.waitlist-img-badge span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.2rem;
    border: 2px solid transparent;
    border-radius: 50px;
    border-image: linear-gradient(
            to right,
            rgba(255, 255, 255, 1),
            rgba(102, 102, 102, 1)
        )
        1;
    border-image-slice: 1;

    /* gradient text only */
    background: linear-gradient(90deg, #d34629 0%, #eeae0c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.waitlist-img-badge img {
    width: 24px;
    height: 24px;
}

.custom-close {
    width: 40px;
    height: 40px;
    border: 3px solid #d9534f; /* red circle */
    border-radius: 50%; /* make it round */
    background: white; /* white background */
    color: #d9534f; /* red "X" */
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    padding-bottom: 5px;
}

#waitlistModal .modal-title {
    font-family: "Anton", sans-serif;
    font-size: 64px !important;
    font-weight: 400;
    line-height: 72px;
    color: rgba(238, 174, 12, 1) !important;

    /* margin-top: -1rem;
    margin-bottom: 1rem; */
}

.custom-close:hover {
    background: #d9534f;
    color: white; /* invert colors on hover */
}

.t_c {
    padding-left: 200px !important;
}

#download_the_app {
    height: 60vh !important;
}

.hover-zoom {
    transition: transform 0.3s ease;
}
.hover-zoom:hover {
    transform: scale(1.05);
}

.d_ll {
    padding-left: 3rem !important;
}

#socialMediaSection {
    font-size: 40px;
    width: 524px;
    padding-top: 20px;
}

.team-card {
    border: none;
    border-radius: 1rem !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s;
}
.team-card:hover {
    transform: translateY(-5px);
}
.team-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.team-placeholder {
    background-color: #f2f2f2;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: #ccc;
}
.team-card .card-body {
    padding: 1rem;
}
.team-name {
    font-weight: 700;
    font-size: 1.2rem;
    color: #4b3621; /* brown shade */
}
.team-role {
    font-size: 0.95rem;
    color: #7b5e43; /* lighter brown */
}

@media (max-width: 480px) {
    .email-input-group button {
        position: inherit;
        top: 0;
        right: 0;
        transform: none;
        text-align: center;
    }

    .email-input-group input {
        padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    }

    #contact_hero_section #hero_content h3 {
        font-size: 40px !important;
        /* width: 30% !important; */
    }

    #socialMediaSection {
        font-size: 20px;
    }

    .d_ll {
        padding-left: 1rem !important;
    }

    #contact_section h3 {
    }

    .waitlist-img {
        display: none !important;
    }

    #about_hero_section h3 {
        font-size: 40px;
    }

    .hero_content {
        bottom: 20% !important;
        width: 90vw;
    }

    #contact_banner #hero_content {
        width: 100% !important;
    }

    #welcome h3,
    #our_mission h3 {
        font-size: 40px !important;
    }

    h5.card-title {
        font-size: 32px !important;
    }

    .card-text {
        font-size: 18px !important;
    }

    .oK_s {
        font-size: 32px !important;
    }

    #contact_banner h3 {
        font-size: 40px !important;
    }

    .mk {
        font-size: 48px;
    }

    #hero_content div {
        width: 100% !important;
    }

    #about__ {
        padding: 20px !important;
        margin-top: 30% !important;
    }

    .about__content {
        padding: 52px 10px 10px 10px !important;
    }

    .im_gg {
        border-radius: 20px !important;
        padding-top: 32px !important;
    }

    .about__content {
        border-radius: 40px !important;
    }

    .dssd {
        font-weight: bold !important;
        color: rgba(51, 51, 51, 1) !important;
        font-size: 20px !important;
    }

    .dssd2 {
        font-size: 20px !important;
    }

    .t_f {
        text-align: left !important;
    }

    .t_c {
        text-align: left !important;
        padding-left: 0 !important;
    }

    .t_c h3,
    .t_c p,
    .t_c a,
    .t_cd {
        text-align: left !important;
    }

    /* .t_cd {
        display: flex !important;
        justify-content: center !important;
    } */

    .f_ian {
        text-align: center !important;
        justify-content: center !important;
        padding-top: 1rem !important;
    }

    .f_ian2 {
        text-align: left !important;
        padding-left: 0rem !important;
        padding-top: 0rem !important;
    }

    .f_ian2 p {
        width: 100% !important;
    }

    .f_ian {
        display: block !important;
    }

    .d_s {
        font-size: 18px !important;
    }

    .px_55 {
        padding-right: 0.1rem !important;
        padding-left: 0.1rem !important;
    }

    .ms_s {
        color: black !important;
    }

    #blog_body {
        margin-top: -20%;
    }

    .similar_post {
        padding-top: 30px;
    }

    .pr_ {
        padding-right: 0 !important;
    }

    .tx {
        text-align: center !important;
        /* display: flex; */
        justify-content: center;
        padding-bottom: 50px !important;
    }

    .blog_body {
        top: -220px;
    }

    .container {
        width: 100%;
        max-width: 1200px; /* optional: keeps content from stretching too wide on desktops */
        margin: 0 auto;
        padding: 0 15px;
    }

    .blog_img {
        height: auto;
        border-radius: 28px !important;
    }

    .blog_img img {
        /* width: 90%; */
        border-radius: 20px !important;
        z-index: 1;
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    #blog .title h3 {
        font-size: 34px;
    }

    #blog .title p {
        font-size: 20px;
        width: 100% !important;
        padding-top: 0;
        margin-bottom: 35px;
    }

    #blog {
        height: 40vh;
    }

    #about_hero_section,
    #contact_hero_section,
    #hero_section {
        background-position: 30% center;
    }

    #service {
        padding: 64px 40px !important;
        border-bottom-left-radius: 96px !important;
        border-bottom-right-radius: 96px !important;
    }

    #our_services p {
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 18px !important;
        font-optical-sizing: auto;
        font-style: normal;
        text-align: left !important;
    }

    #meal_plans {
        text-align: center !important;
    }

    #what_happy_fam_says .main-title {
        font-family: "Anton", sans-serif;
        font-size: 32px !important;
        color: rgba(77, 108, 64, 1) !important;
    }

    #what_happy_fam_says .subtitle {
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: rgba(87, 87, 87, 1);
        padding-bottom: 0 !important;
    }

    #what_happy_fam_says {
        padding-bottom: 50px !important;
        /* padding: 0 64px; */
    }

    #hb_times {
        border-top-left-radius: 40px !important;
        border-top-right-radius: 40px !important;
    }

    .dl_app h3 {
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 40px !important;
        text-transform: uppercase !important;
    }

    .dl_app {
        height: 372px !important;
        overflow: hidden;
        border-top-left-radius: 40px !important;
        border-top-right-radius: 40px !important;
        border-bottom-left-radius: 40px !important;
        border-bottom-right-radius: 40px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgba(255, 255, 255, 1) !important;
    }

    .content-wrapper {
        text-align: center;
    }

    ._ds {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .download_tsshe_app1 {
        /* padding: 0 35px; */
        color: white !important;
    }

    .author {
        top: 25% !important;
        left: -25% !important;
    }

    .footer_logo {
        width: 50% !important;
        padding-bottom: 5rem !important;
    }

    #socials h3 {
        font-size: 40px !important;
    }

    .testimonial-card {
        box-shadow: none;
        border-radius: 34.8px;
        border: none;
    }
}

@media (max-width: 576px) {
    .service-areas-section {
        margin: 0.5rem 0.25rem;
        padding: 1.5rem 0.75rem;
    }

    .section-title {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }

    .area-badge {
        padding: 0.5rem 0.75rem;
        font-size: 0.75rem;
        margin: 0.2rem;
        max-width: calc(100% - 0.4rem);
        flex: 1 1 auto;
        min-width: calc(45% - 0.4rem);
    }

    .areas-container {
        gap: 0.2rem;
    }

    #welcome .img_container {
        width: 100%;
        height: 200px;
        border-radius: 24px;
        margin-top: 8%;
    }

    .service-visual-image2 {
        position: initial;
    }

    .author {
        top: 30% !important;
        position: relative;
        right: 0 !important;
    }

    #service img {
        left: -15% !important;
        top: -50px !important;
    }

    .hide {
        display: none !important;
    }

    .service-visual-image1 {
        display: none !important;
    }

    #our_services {
        margin-top: 0 !important;
        padding: 0 !important;
    }

    .d_l {
        font-size: 14px !important;
    }

    #delivery_locations > div {
        width: 250% !important;
    }

    #event_catering {
        margin-top: 10% !important;
    }

    .mp_img {
        left: -70% !important;
        rotate: -30deg !important;
    }

    .line-img2 {
        position: absolute;
        right: -55%;
        top: 7px;
        width: 100%;
        height: 450px;
    }

    #our_services h3 {
        font-size: 35px;
    }

    .status_wrapper {
        padding-top: 50px !important;
    }

    .status_wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 10px;
    }

    .status_wrapper > .what_happy_fam_says_status {
        width: 259px;
        height: 269px;
        /* max-width: 400px; */
        margin: -13px !important;
        transform: none;
        box-shadow: 0 5px 0 0 !important;
        box-sizing: border-box;
    }

    .status_wrapper > .what_happy_fam_says_status:nth-of-type(1) {
        border-color: rgba(211, 70, 41, 1) !important;
        box-shadow: 0 5px 0 0 rgba(211, 70, 41, 1) !important;
        color: rgba(211, 70, 41, 1) !important;
    }

    .status_wrapper > .what_happy_fam_says_status:nth-of-type(2) {
        border-color: rgba(238, 174, 12, 1) !important;
        box-shadow: 0 5px 0 0 rgba(238, 174, 12, 1) !important;
        color: rgba(238, 174, 12, 1) !important;
    }

    .status_wrapper > .what_happy_fam_says_status:nth-of-type(3) {
        border-color: rgba(77, 108, 64, 1) !important;
        box-shadow: 0 5px 0 0 rgba(77, 108, 64, 1) !important;
        color: rgba(77, 108, 64, 1) !important;
    }

    #hb_times h3 {
        font-size: 36px;
        line-height: 1.2;
        margin: 10px 0;
        padding: 0 10px;
        text-align: center;
    }

    #download_the_app h3 {
        font-size: 36px;
        line-height: 1.2;
        margin: 10px 0;
        padding: 0 10px;
        text-align: center;
        color: rgba(77, 108, 64, 1);
        text-transform: uppercase !important;
    }

    ._ds {
        text-align: center !important;
    }

    .testimonial-card {
        padding: 30px !important;
        height: 100% !important;
    }

    .testimonial-card .author {
        padding-top: 20% !important;
    }
}

@media (max-width: 768px) {
    .testimonials-container {
        height: auto;
        position: static;
    }

    .testimonial-card {
        position: static;
        width: 100%;
        max-width: 300px;
        margin: 20px auto;
        transform: none !important;
    }

    .featured {
        transform: none !important;
        box-shadow: none !important;
    }

    #socialMediaSection {
        width: auto !important;
    }

    .hero_content h3 {
        font-size: 40px;
        letter-spacing: 3px;
    }

    #service .col-md-4 {
        width: 100%;
    }

    #service h3 {
        font-size: 50px;
    }

    #service p {
        font-size: medium;
    }

    #menu h3 {
        font-size: 50px !important;
    }

    .download_the_app1 {
        bottom: 0;
        top: 0 !important;
        padding-left: 0% !important;
        padding-right: 0% !important;
    }

    .app_store_icons {
        display: flex;
        justify-content: space-between;
    }

    #download_the_app {
        height: 87vh !important;
    }

    .download_the_app1 h3 {
        font-size: 40px !important;
        color: rgba(238, 174, 12, 1) !important;
    }

    .download_the_app1 p {
        font-size: 15px !important;
    }

    .download_the_app_image {
        width: 100vw !important;
        right: 0% !important;
        padding-top: 0;
    }

    #socials h3 {
        font-size: 35px !important;
    }

    #about_hero_section,
    #hero_section {
        height: 50vh;
        background-position: center top;
        height: 794.5px;
    }

    .service-areas-section {
        padding: 2rem 1rem;
        margin: 1rem 0.5rem;
        border-radius: 20px;
    }

    .section-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
        letter-spacing: 1px;
    }

    .area-badge {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
        margin: 0.25rem;
        flex-shrink: 1;
        min-width: 0;
        max-width: calc(50% - 0.5rem);
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .areas-container {
        gap: 0.25rem;
        padding: 0;
    }
}

@media only screen and (min-device-width: 412px) and (max-device-width: 915px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
}
