html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    width: 100vw;
    overflow-x: hidden;
    margin: 0;
    font-family: noto-sans, sans-serif;
    font-weight: 300;
    color: #1D3E39;
}

input:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s linear, color 5000s linear;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

img {
    display: block;
}

em a {
    font-style: normal;
    color: inherit !important;
    font-weight: 500;
    border: 0px !important;
    background: transparent !important;
    text-decoration: underline;
}

body {
    position: relative;
    background: #FFF1DD;
}

p,
.form ::placeholder,
li,
a.button,
input,
textarea {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-block-start: 0;
    margin-block-end: 0;
    color: inherit;
    font-family: noto-sans, sans-serif;
    letter-spacing: 0.4px;
}

h5 {
    font-size: 30px;
    line-height: 39px;
    font-family: erstoria, sans-serif;
    font-weight: 500;
    margin-block-start: 0;
    margin-block-end: 0;
}

h4 {
    font-size: 35px;
    line-height: 46px;
    font-family: erstoria, sans-serif;
    font-weight: 500;
    margin-block-start: 0;
    margin-block-end: 0;
}

h3 {
    font-size: 45px;
    line-height: 56px;
    font-family: erstoria, sans-serif;
    font-weight: 500;
    margin-block-start: 0;
    margin-block-end: 0;
}

h2 {
    font-size: 62px;
    line-height: 79px;
    font-family: erstoria, sans-serif;
    font-weight: 500;
    margin-block-start: 0;
    margin-block-end: 0;
}

h1 {
    font-size: 76px;
    line-height: 91px;
    font-family: korolev-compressed, sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
    margin-block-start: 0;
    margin-block-end: 0;
}

strong *,
b *,
strong,
b {
    font-weight: bold !important;
}

.textformat>* {
    width: 100%;
    margin-bottom: 20px;
}

.textformat>*:last-child {
    margin-bottom: 0px;
}

.button,
.textformat>a,
.textformat>p>a,
.form input.wpcf7-submit {
    background: url(/wp-content/uploads/2025/06/Group-986@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 10px 40px;
    text-decoration: none;
    color: #FFF1DD;
    font-family: korolev-compressed, sans-serif;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: block;
    width: fit-content;
    margin: 0 auto;
    white-space: nowrap;
}

.button:hover,
.textformat>a:hover,
.textformat>p>a:hover,
.form input.wpcf7-submit:hover {
    transform: scale(1.05);
}

.homeIntro {
    width: 100%;
    background: url(/wp-content/uploads/2025/06/Header-Image-Safety.png);
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.homeIntro::after {
    content: "";
    position: absolute;
    bottom: -200px;
    right: -4%;
    width: 30%;
    height: 500px;
    z-index: 1;
    background: url(/wp-content/uploads/2025/06/MumbaiWalla_TopDown_Asset_15@2x.png);
    background-size: contain;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.homeIntro .upper {
    width: 100%;
    min-height: 700px;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homeIntro .upper .inner {
    width: 80%;
    max-width: 1000px;
    text-align: center;
}

.homeIntro .upper .inner img {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}

.homeIntro .upper .inner h1 {
    font-weight: 600;
}

.homeIntro .info {
    width: 100%;
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
}

.homeIntro .info .inner {
    width: calc(80% - 80px);
    max-width: 650px;
    padding: 40px;
    background: #1D3E39;
    color: #FFF1DD;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.homeIntro .info .inner>div {
    width: 48%;
    text-align: center;
}

.homeIntro .info .inner>div>div {
    margin: 0 auto 10px auto;
    width: 30px;
    height: 30px;
    background: #C5E299;
    border-radius: 100%;
    border: 1px solid #707070;
}

.textArea {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.textArea img {
    width: 50%;
    height: 80vh;
    min-height: 800px;
    object-fit: cover;
}

.textArea .inner {
    padding: 100px 5%;
    max-width: calc(700px - 5%);
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.textArea .inner a {
    margin: 0px;
}

.rotatingtext {
    width: 5000vw;
    height: 40px;
    padding: 20px 0;
    background: #fff6e9;
    color: #E86B2B;
    overflow: hidden;
    display: flex;
}

.rotatingtext>span,
.rotatingtext>p {
    position: relative;
    width: fit-content;
    white-space: normal;
    overflow: hidden;
    display: block;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 4px;
    font-family: korolev-compressed, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px;
}

.textArea.none {
    justify-content: center;
}

.textArea.none img {
    display: none;
}

.textArea.none .inner {
    max-width: 1300px;
    text-align: center;
    width: 80%;
    padding: 150px 0%;
}

.advertiseArea {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #CF5216;
    color: #FFF1DD;
}

.advertiseArea .left {
    padding: 100px 5% 0px 5%;
    width: 40%;
    background: url(/wp-content/uploads/2025/06/Component-2-–-1-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

.advertiseArea .left h1 {
    font-family: erstoria, sans-serif;
    font-size: 96px;
    line-height: 100px;
}

.advertiseArea .left a {
    background: url(/wp-content/uploads/2025/06/Component-3-–-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #CF5216;
    margin: 0px;
}

.advertiseArea .left>img {
    width: 100%;
    position: absolute;
    height: 65%;
    object-fit: contain;
    object-position: 0% 0%;
    pointer-events: none;
    bottom: 0;
    left: 0;
    display: none;
}

.advertiseArea>img {
    width: 50%;
    object-fit: cover;
}

.featuredMenu {
    width: 100%;
    margin: 150px 0;
}

.featuredMenu .upper {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto 100px auto;
    text-align: center;
}

.featuredMenu .featured {
    width: 80%;
    max-width: 1300px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.featuredMenu .featured .left {
    width: 50%;
    position: relative;
}

.featuredMenu .featured .left img {
    width: 100%;
}

.featuredMenu .featured .left>div {
    position: absolute;
    top: -60px;
    right: -40px;
    padding: 40px 20px;
    background: url(/wp-content/uploads/2025/06/Group-11@2x.png);
    width: 160px;
    transform: rotate(10deg);
    border-radius: 40px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.featuredMenu .featured .left>div h2 {
    font-size: 50px;
    color: white;
    text-align: center;
    line-height: 42px;
}

.featuredMenu .featured .right {
    width: 40%;
    padding: 100px 5%;
}

.featuredMenu .featured .right a {
    margin: 0px;
}

.featuredMenu .items {
    width: 80%;
    max-width: 1300px;
    margin: 150px auto 0 auto;
}

.featuredMenu .items .single {
    width: 100%;
    margin-bottom: 100px;
}

.featuredMenu .items .single:last-child {
    margin-bottom: 0px;
}

.featuredMenu .items .single>h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    color: #CF4900;
}

.featuredMenu .items .single .inner {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.featuredMenu .items .single .inner .item {
    width: 21%;
    margin: 0 2% 40px 2%;
}

.featuredMenu .items .single .inner .item img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: 50% 50%;
}

.featuredMenu .items .single .inner .item p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 45px;
    font-family: erstoria, sans-serif;
    text-transform: uppercase;
}

.featuredMenu .buttons {
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featuredMenu .buttons>a {
    margin: 0 20px;
}

.contactArea {
    width: 80%;
    margin: 150px auto;
    max-width: 1400px;
}

.contactArea>h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.contactArea .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contactArea .inner>div {
    width: 48%;
}

.contactArea .inner .form>h3 {
    color: #EA702F;
}

.form input,
.form textarea {
    border: 0px;
    background: none;
    padding: 10px 5px;
    border-bottom: 1px solid black;
    width: calc(100% - 10px);
    margin-bottom: 20px;
    outline: 0px;
}

.form input.wpcf7-not-valid,
.form textarea.wpcf7-not-valid {
    border-bottom: 1px solid red;
    color: red;
}

.form .wpcf7-not-valid-tip {
    display: none;
}

.form textarea {
    resize: none;
    height: 150px;
}

.form input.wpcf7-submit {
    border-bottom: 0px;
    margin: 0px;
}

.form ::placeholder {
    color: #1D3E39;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.header .inner {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .inner img,
.header .inner>a {
    width: 60px;
}

.header .inner .links {
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .inner .links a {
    font-size: 22px;
    line-height: 26px;
    font-family: korolev-compressed, sans-serif;
    color: #1D3E39;
    margin: 0 20px;
    font-weight: 600;
    text-decoration: none;
}

.header .inner .links a:hover {
    text-decoration: underline;
}

.textArea .inner .buttons,
.featuredMenu .featured .right .buttonsArea {
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.contactArea .inner .info {
    width: 45%;
    display: none;
}

.contactArea .inner .info a {
    text-decoration: none;
    color: #1D3E39;
    margin-bottom: 10px;
    display: block;
}

.contactArea .inner .info a strong {
    font-size: 24px;
    color: #EA702F;
    font-family: erstoria, sans-serif;
}

.contactArea .inner .info .socials {
    width: 100%;
    max-width: 240px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactArea .inner .info .socials a {
    width: 30px;
    height: 30px;
    background: #EA702F;
    border-radius: 5px;
}

.contactArea>img {
    position: absolute;
    top: 300px;
    right: -30px;
    width: 450px;
    height: 450px;
    object-fit: contain;
}

.orderNow {
    width: 80%;
    margin: 150px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

.orderNow .inner {
    width: 100%;
}

.orderNow .textformat {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 50px auto;
}

.orderNow .logos {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.orderNow .logos a {
    margin: 0 20px;
}

.orderNow .logos a,
.orderNow .logos a img {
    width: 75px;
}

.footer {
    width: 80%;
    min-height: 200px;
    padding: 50px 10%;
    background: #1D3E39;
    color: #fff1dd;
}

.footer .inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .inner .logo,
.footer .inner .logo img {
    width: 200px;
}

.footer .inner .info {
    width: calc(100% - 300px);
    max-width: 700px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .inner .info>div {
    width: 30%;
}

.footer .inner .info>div a {
    display: block;
    color: #fff1dd;
    text-decoration: none;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'korolev-compressed', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

.footer .inner .info>div a:hover {
    text-decoration: underline;
}

.footer .inner .info>div.socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .inner .info>div.socials a {
    width: 40px;
}

.footer .inner .info>div.socials a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

@media(max-width: 1500px) {
    .advertiseArea .left h1 {
        font-size: 76px;
        line-height: 76px;
        margin-bottom: 0px;
    }
    .advertiseArea .left>img {
        height: 50%;
    }
    .contactArea {
        position: relative;
    }
    .contactArea>img {
        top: unset;
        right: -15%;
        width: 30%;
        height: 40vh;
        bottom: -100px;
    }
}

@media(max-width: 1200px) {
    .advertiseArea {
        flex-wrap: wrap;
    }
    .advertiseArea .left {
        text-align: center;
        padding: 100px 5%;
        width: 90%;
    }
    .advertiseArea .left>img {
        position: relative;
        margin: 0 auto;
        width: 50%;
        height: auto;
    }
    .advertiseArea .left a {
        margin: 0 auto;
    }
    .advertiseArea>img {
        width: 100%;
        height: 80vh;
    }
}

@media(max-width: 1000px) {
    .contactArea .inner {
        flex-wrap: wrap;
    }
    .contactArea .inner>div {
        width: 100%;
        margin: 10px 0;
    }
    .textArea {
        flex-wrap: wrap;
    }
    .textArea img {
        width: 100%;
        height: 40vh;
    }
    .textArea .inner {
        width: 90%;
        max-width: 90%;
    }
    .featuredMenu .featured {
        flex-wrap: wrap;
    }
    .featuredMenu .featured .right {
        width: 90%;
    }
    .featuredMenu .featured .left {
        width: 100%;
    }
    .featuredMenu .featured .left img {
        height: 50vh;
        object-fit: cover;
    }
    .featuredMenu .items .single .inner .item {
        width: 48%;
        margin: 0 1% 20px 1%;
    }
    .featuredMenu .items .single .inner .item img {
        height: 20vh;
    }
    .contactArea .inner .info {
        width: 100%;
    }
}

@media(max-width: 600px) {
    .calendar .inner .months .days .innerdays>div {
        padding: 0px;
        width: 13%;
        margin: 15px 0.5%;
        font-size: 6vw;
    }
    .calendar .inner .months .days>div>div {
        padding: 2vw 4vw;
        width: 4vw;
        font-size: 3vw;
        margin: 0.4vw;
    }
    .newsUpdates {
        width: calc(90% - 40px);
        padding: 20px;
    }
    .textArea .inner {
        padding: 50px 5%;
    }
    .featuredMenu .items .single .inner .item h4 {
        margin-bottom: 5px;
        font-size: 22px;
        line-height: 30px;
    }
    .header .inner .links {
        width: calc(100% - 60px);
        justify-content: flex-end;
    }
    .header .inner .links a {
        margin: 0 5px;
    }
    .featuredMenu .items {
        margin: 0 auto;
    }
    .contactArea>img {
        width: 80%;
        max-width: 300px;
        margin: 25px auto 0 auto;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        position: relative;
    }
    .contactArea {
        margin: 50px auto;
    }
    h5 {
        font-size: 25px;
        line-height: 35px;
    }
    h4 {
        font-size: 30px;
        line-height: 45px;
    }
    h3 {
        font-size: 35px;
        line-height: 45px;
    }
    h2 {
        font-size: 40px;
        line-height: 55px;
    }
    h1,
    .advertiseArea .left h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .textArea .inner .buttons,
    .featuredMenu .featured .right .buttonsArea {
        flex-wrap: wrap;
    }
    .textArea .inner .buttons a,
    .featuredMenu .featured .right .buttonsArea a {
        margin: 0 20px 20px 0;
    }
    .homeIntro {
        padding-bottom: 50px;
    }
    .homeIntro::after {
        display: none;
    }
    .homeIntro .upper .inner img {
        width: 80%;
    }
    .homeIntro .info {
        position: relative;
        margin-top: 0px;
    }
    .homeIntro .info .inner {
        flex-wrap: wrap;
    }
    .homeIntro .info .inner>div {
        width: 100%;
        margin: 20px 0;
    }
}