* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Fjalla One', sans-serif;
    user-select: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    line-height: 1.5;
    /* background-color: #E8D7F1; */
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: solid;
    color: red;
}

div.header {
    height: 85px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0px 5px;
    border-bottom: 1px solid #ccc;
}

div.logobox {
    width: fit-content;
}

p.logo {
    width: fit-content;
    margin-left: 32px;
    font-size: 24px;
    margin-top: 30px;
    cursor: default;
}

.menubox {
    width: fit-content;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    margin-right: 12px;
}

.menu-item {
    display: flex;
    width: fit-content;
    margin-left: 35px;
    margin-right: 5px;
    padding: 4px;
}

.menu-links {
    height: fit-content;
    margin-top: 30px;
    margin-right: 5px;
    font-size: 18px;
}

#topBtn {
    display: none;
    /* Hidden initially */
    position: fixed;
    /* Sticks to viewport */
    bottom: 20px;
    right: 30px;
    z-index: 99;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 18px;
}

#topBtn:hover {
    background: #e1e2e3;
    transform: scale(1.1);
    /* Optional hover effect */
}

#topBtnImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.section1 {
    margin: 4px 100px;
    height: 900px;
    padding-top: 10px;
    display: flex;
}

.sec1-content {
    width: 50%;
    margin-top: 80px;
}

.sec1-heading {
    margin-top: 10px;
    height: fit-content;
    /* box adjusts to content height */
}

h1.heading {
    font-size: 90px;
    font-weight: bold;
    width: fit-content;
    margin-top: 40px;
    margin-bottom: 0px;
    /* margin-left: 10px; */
    cursor: default;
}

.sec1-p {
    height: fit-content;
    margin-top: 0px;
}

p.brief {
    font-size: 20px;
    width: fit-content;
    margin-top: 50px;
    line-height: 2;
    margin-right: 10px;
    cursor: default;
}

.sec1-b {
    border: 1px solid #0E273C;
    border-radius: 5%;
    height: 50px;
    width: 90px;
    margin-top: 15px;
    background-color: #0E273C;
}

a.shop-now {
    font-size: 18px;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.shop-now:link {
    color: white;
}

a.shop-now:visited {
    color: white;
}

a.shop-now:hover {
    color: red;
}

.sec1-image {
    width: 50%;
}

img#img1 {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section2 {
    /* border: 1px solid #121212; */
    height: 980px;
    padding: 4px 100px;
    background-color: #e1e2e3;
}

.sec2-header {
    /* border: 1px solid #121212; */
    height: 20%;
    display: flex;
}

.sec2-heading {
    /* border: 1px solid #121212; */
    width: 45%;
    height: 100%;
}

p.sec2-head {
    font-size: 34px;
    font-weight: bold;
    width: fit-content;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: default;
}

.sec2-button {
    border: 1px solid #121212;
    background-color: #121212;
    padding: 5px;
    border-radius: 5%;
    width: fit-content;
    height: 50px;
    margin-left: 10px;
    margin-top: 10px;
}

/* a.learn-more:link{
    color: white;
}
a.learn-more:visited{
    color: white;
}
a.learn-more:hover{
    color: red;
}
a.learn-more{
    font-size: 18px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.sec2-brief {
    /* border: 1px solid #121212; */
    height: 100%;
    width: 100%;
}

p.sec2-p {
    font-size: 18px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 2.5;
    cursor: default;
}

.sec2-img {
    /* border: 1px solid #121212; */
    height: 70%;
}

img#img2 {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section3 {
    height: fit-content;
    background-color: #121212;
    padding: 30px 100px;
}

.sec3-header {
    border: 1px solid wheat;
    background-color: #121212;
    margin: 10px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.sec3-head {
    font-size: 32px;
    color: white;
    font-weight: bold;
    cursor: default;
}

.box1 {
    margin: 10px;
    height: 25%;
    display: flex;
    /* border: 1px solid wheat; */
}

.a-img-box {
    border: 1px solid wheat;
    border-radius: 1px;
    width: 20%;
}

img#ft-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.a-img-content {
    width: 80%;
    margin-left: 5px;
    background-color: #121212;
    border: 1px solid wheat;
}

.a-img-content#rf {
    margin-left: 0;
    margin-right: 5px;
    border: 1px solid wheat;
}

/* p.ft-content{
    margin-top: 80px;
    margin-left: 20px;
    font-size: 20px;
    line-height: 2;
} */
p.ft-content {
    font-size: 20px;
    line-height: 2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.section4 {
    /* border: 1px solid #121212; */
    height: 700px;
    margin-top: 2px;
    padding: 30px 120px;
    display: flex;
}

.sec4-img {
    /* border: 1px solid #121212; */
    height: 100%;
    width: 50%;
}

img#sec4-image {
    height: 90%;
    width: 100%;
    margin-top: 125px;
    object-fit: cover;
    zoom: 10%;
}

.sec4-content {
    /* border: 1px solid #121212; */
    height: 100%;
    width: 50%;
}

.ft-box {
    /* border: 1px solid #121212; */
    height: 50%;
    margin-top: 25%;
}

.sec4-heading {
    /* border: 1px solid #121212; */
    height: 40%;
    width: 100%;
    padding-top: 50px;
}

p.sec4-head {
    font-size: 36px;
    font-weight: bold;
    width: fit-content;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 10%;
    cursor: default;
}

.sec4-brief {
    /* border: 1px solid #121212; */
    height: 40%;
    width: 100%;
}

p.sec4-p {
    font-size: 22px;
    width: fit-content;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 10%;
    line-height: 2;
    cursor: default;
}

/* .sec4-button{
    border: 1px solid #121212;
    height: 15%;
    width: 15%;
    margin-left: 5%;
} */
.section5 {
    margin-top: 2px;
    /* border: 1px solid #ffffff; */
    background-color: #121212;
    padding: 40px 100px;
    height: 600px;
}

.sec5-header {
    /* border: 1px solid white; */
    height: 40%;
    width: 100%;
}

.sec5-heading {
    /* border: 1px solid white; */
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

p.sec5-head {
    font-size: 40px;
    font-weight: bold;
    width: fit-content;
    cursor: default;
    color: white;
}

.sec5-content {
    /* border: 1px solid white; */
    height: 60%;
    width: 100%;
    display: flex;
}

.sec5-reviews {
    /* border: 1px solid white; */
    color: white;
    height: 100%;
    width: 33.3%;
}

.rv-head {
    /* border: 1px solid white; */
    height: 20%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.rv-head {
    font-size: 24px;
    font-weight: bold;
    width: fit-content;
    cursor: default;
    color: white;
}

p.rv-text {
    font-size: 16px;
    width: fit-content;
    cursor: default;
    color: white;
    padding: 25px;
    line-height: 2;
    letter-spacing: 1px;
}

.rv-name {
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    padding-right: 20px;
    padding-top: 10px;
    cursor: default;
}

.section6 {
    /* border: 1px solid #121212; */
    margin-top: 2px;
    background-color: #121212;
    height: fit-content;
    width: 100%;
    padding: 30px 100px;
}

.sec6-heading {
    border: 1px solid wheat;
    color: white;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.sec6-head {
    font-size: 36px;
    color: white;
    font-weight: bold;
    width: fit-content;
    text-align: center;
    cursor: default;
}

.sec6-box {
    /* border: 1px solid wheat; */
    height: 200px;
}

.sec6-address {
    /* border: 1px solid #121212; */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

p.address-p {
    font-size: 20px;
    width: fit-content;
    text-align: center;
    line-height: 2;
    cursor: default;
    color: white;
}

p.address.p a:link {
    color: white;
}

p.address.p a:visited {
    color: white;
}

p.address.p a:hover {
    color: red;
}

#mob-num {
    text-decoration: none;
    color: white;
}

a#mob-num:hover {
    color: wheat;
}

#email {
    text-decoration: none;
    color: white;
}

a#email:hover {
    color: wheat;
}

.timings {
    /* border: 1px solid #121212; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

p.timings-p {
    font-size: 20px;
    color: white;
    width: fit-content;
    text-align: center;
    cursor: default;
    line-height: 2;
}

.section7 {
    /* border: 1px solid wheat; */
    background-color: #121212;
    height: fit-content;
    padding: 50px 100px;
}

.map-container {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    position: relative;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer {
    /* border: 1px solid wheat; */
    background-color: #121212;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-p {
    font-size: 20px;
    color: white;
    cursor: default;
}

.footer-left {
    position: absolute;
    left: 20px;
    display: flex;
}

.footer-left a:link {
    color: white;
}

.footer-left a:visited {
    color: white;
}

.footer-left a:hover {
    color: red;
}

.footer-icon {
    width: 25px;
    height: 25px;
    margin: 5px;
}

img.footer-icon {
    filter: invert(1);
}

/* here starts the responsive code */
/* --- RESPONSIVE DESIGN --- */

/* For Tablets and smaller (max-width: 1024px) */
@media screen and (max-width: 1024px) {

    .section1,
    .section2,
    .section3,
    .section4,
    .section5,
    .section6,
    .section7 {
        margin: 4px 20px;
        /* Reduced side margins */
        padding: 20px;
        height: auto;
        /* Allow content to dictate height */
    }

    p.heading {
        font-size: 60px;
        /* Smaller heading for tablets */
    }
}

/* For Mobile Phones (max-width: 768px) */
@media screen and (max-width: 768px) {

    /* Header/Navigation */
    div.header {
        flex-direction: column;
        height: auto;
        align-items: center;
        padding-bottom: 15px;
    }

    .menubox {
        margin-right: 0;
        justify-content: center;
    }

    .menu-links {
        margin-top: 10px;
        font-size: 16px;
    }

    /* Section 1 - Hero */
    .section1 {
        flex-direction: column;
        /* Stack image and text */
        height: auto;
        margin: 0 20px;
    }

    .sec1-content,
    .sec1-image {
        width: 100%;
        /* Take full width when stacked */
        margin-top: 20px;
    }

    p.heading {
        font-size: 45px;
        text-align: center;
    }

    p.brief {
        text-align: center;
        margin-right: 0;
    }

    .sec1-b {
        margin: 20px auto;
        /* Center the button */
    }

    /* Section 2 */
    .section2 {
        height: auto;
    }

    .sec2-header {
        flex-direction: column;
        height: auto;
    }

    .sec2-heading,
    .sec2-brief {
        width: 100%;
    }

    /* Section 3 - Feature Boxes */
    .box1 {
        flex-direction: column;
        height: auto;
    }

    .a-img-box,
    .a-img-content {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    /* Section 4 */
    .section4 {
        flex-direction: column-reverse;
        /* Put text above image on mobile */
        height: auto;
        padding: 20px;
    }

    .sec4-img,
    .sec4-content {
        width: 100%;
    }

    img#sec4-image {
        margin-top: 20px;
    }

    /* Section 5 - Reviews */
    .section5 {
        height: auto;
    }

    .sec5-content {
        flex-direction: column;
    }

    .sec5-reviews {
        width: 100%;
        margin-bottom: 30px;
    }

    /* Footer */
    .footer {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
    }

    .footer-left {
        position: static;
        /* Remove absolute positioning */
        margin-bottom: 15px;
    }
}