html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    background: #fafafa;
    overflow-x: clip;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: #fafafa;
}

body {
    font-family: "Quicksand", sans-serif;
    color: white;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    overflow-x: clip;
    font-size: 1rem;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    /* Adds a subtle drop shadow framing for massive monitors */
}

/* Full-bleed sections: break out of the 1600px body on large screens.
   On smaller screens the body is already viewport-wide, so 100vw is not
   needed — and it causes a horizontal-overflow white bar on mobile because
   100vw includes scrollbar width. */
.slideshow,
#what-sets-us-apart,
#visit,
footer {
    width: 100% !important;
    max-width: none !important;
}

@media (min-width: 1601px) {

    .slideshow,
    #what-sets-us-apart,
    #visit,
    footer {
        width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
    }
}

ul {
    list-style: none;
}

.info-container {
    background-color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;

}

h1.section-title,
h2.section-title {

    font-size: 2.2rem;
    color: black;
    font-family: 'IBM Plex Serif', serif;
    text-decoration: underline;
    text-decoration-color: #ac926f;
    font-weight: 500;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;


}

h2 {
    font-family: 'Playfair Display';
    font-size: 3rem;
    font-weight: 800;
}

a:hover {
    color: #9e8158;
    text-decoration: none;
    background: none;
    transition: 1s;
}

.view-photos-button {
    text-transform: uppercase;
    font-weight: 700;
    width: fit-content;
    color: black;
    font-size: 1.2rem;
    padding: 1rem;
    border-radius: 2rem;
    background-color: rgba(221, 221, 221, 0.295);
    margin: auto;

}

.view-photos-button:hover {

    box-shadow: 0 0 0 white,
        0 0 0 white;
    transition: 0.5s;

}

.subtitle {
    font-size: 4rem;
    color: #9e8158;
}

.service {
    display: flex;
    flex-direction: row;

    padding: 2rem;

    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 3rem;

}

.service img {
    width: 50%;
    -webkit-box-shadow: 10px 10px 46px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 46px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 46px -17px rgba(0, 0, 0, 0.75);
    border-radius: 1rem;
}

.service div {
    justify-content: center;
    justify-items: center;
    color: black;
    width: 30%;
    height: 100%;



}

.service p {
    margin-top: 2rem;
    font-size: 1rem;

}

.service h2 {
    font-family: 'Playfair Display';
    font-size: 3rem;
    font-weight: 800;
}

.service:nth-child(2) {
    flex-direction: row-reverse;
}

.service:nth-child(4) {
    flex-direction: row-reverse;
}

.contact-us {
    font-size: 6rem;
}





/* MOCKUPS */
.mockups {
    width: 70vw;
    margin: auto;
    padding-top: 2rem;

}

.mockup {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 5vh;

}

.mockup-text {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 40%;
    height: 100%;
    font-size: 1rem;
    color: black;
    background-color: transparent;
    /* background-color: white;
    box-shadow: 0px 10px 20px 3px rgba(0,0,0,0.1); */

    padding: 5vw;
    border-radius: 1rem;
}

.mockup-text p {
    margin: auto;
}

.mockup-img {
    height: 30rem;
}

.social-logo {
    position: relative;
    height: 6vw;
    width: auto;
    left: 0;
    margin-bottom: 2rem;
}

.social {
    width: 14vw;
    margin-top: 2rem;
    text-align: center;
}

/* .whatsapp-button{
    background-color: #25D366;
    color: white;
    font-size: 1.3rem;
    padding: 1rem;
    text-align: center;
    font-weight: 600;
    border-radius: 2rem;
    margin-top: 2rem;
    width: 100%;
}
.insta-button{
  
    font-size: 1.3rem;
    color: white;
    padding: 1rem;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border-radius: 2rem;
    margin-top: 2rem;
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
transition: 1s;
} */





/* MOCKUPS END*/
.c-sub-section {
    display: flex;
    margin: auto;
    width: 50%;
    flex-direction: row;
    align-content: space-around;
    align-self: center;
}

.c-sub-section p {
    padding-left: 3rem;
    align-self: center;
    justify-self: center;

}

.card-section {
    margin: 4rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    max-width: 1200px;
    background: transparent;
}

.card-section>a {
    text-decoration: none;
    display: block;
}

.c-card {
    width: 280px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    font-size: 1rem;
    font-family: 'Quicksand', sans-serif;
    color: #111111;
    background-color: #ffffff;
    border: 1px solid rgba(158, 129, 88, 0.15);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
}

.c-card svg {
    width: 44px !important;
    height: 44px !important;
    fill: #9e8158 !important;
    margin: 0;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.c-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 20px 45px rgba(158, 129, 88, 0.15);
    border-color: rgba(158, 129, 88, 0.4);
}

.c-card:hover svg {
    transform: scale(1.15);
}

.card-section img {
    border-radius: 1rem;
    max-height: 5rem;
}

/* Old School card scaling for mobile */
@media (max-width: 768px) {
    .c-card {
        width: 100%;
        max-width: 290px;
        padding: 1.5rem 1rem;
        gap: 0.8rem;
        font-size: 0.9rem;
    }

    .c-card svg {
        width: 32px !important;
        height: 32px !important;
    }
}

.gallery {

    height: 100vh;
}

.gallery-cell {
    display: flex;
    align-items: center;
    justify-items: center;
    align-content: center;
    margin-top: 5rem;
    width: 80%;
    height: 82%;
    margin-right: 10rem;
    counter-increment: "";
    counter-set: "";
    border-radius: 1rem;
    box-shadow: 0px 10px 15px 3px rgba(0, 0, 0, 0.1);

}

.gallery-cell p {
    color: rgb(0, 0, 0);
    font-size: 1.4vw;
    padding: 2rem;
}

/* cell number */
.gallery-cell:before {

    text-align: center;
    content: normal;
    color: white;
}



.sub-para {
    font-size: 2rem;
    color: white;
    margin: auto;
    margin-top: 1rem;
    width: 80%;
}

.additional-services-section {
    width: 100%;
    margin: auto;
}

.additional-service {
    display: flex;
    flex-direction: row;
    padding: 2rem;
    height: 90vh;
    justify-items: center;
    align-content: center;
    align-items: center;

}

.additional-service div {
    justify-self: flex-end;
    width: 40%;
    color: rgb(255, 255, 255);
    margin-left: 10%;

}

.additional-service p {
    font-size: 1rem;

}

.additional-service h2 {
    font-family: 'Playfair Display';
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 2rem;
}

.additional-service:nth-child(1) {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.836), rgba(0, 0, 0, 0.281)), url('/images/designing.webp');
    background-size: 100% 150%;
    background-size: cover;
}

.additional-service:nth-child(2) {

    background: linear-gradient(90deg, rgba(0, 0, 0, 0.808), rgba(0, 0, 0, 0.281)), url('/images/tailor.webp');
    background-size: 100% 150%;
    background-size: cover;
}

.additional-service:nth-child(3) {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.808), rgba(0, 0, 0, 0.281)), url('/images/adjusting-gown.webp');
    background-size: 100% 150%;
    background-size: cover;
}

.additional-service:nth-child(4) {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.808), rgba(0, 0, 0, 0.445)), url('/images/fabrics.webp');
    background-size: 100% 150%;
    background-size: cover;
}

.additional-service:nth-child(5) {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.808), rgba(0, 0, 0, 0.445)), url('/images/global.webp');
    background-size: 100% 150%;
    background-size: cover;
}



.map {
    margin: auto;
    margin-top: 4rem;
    background-image: url('/images/store-image.webp');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    padding: 2rem;
    font-size: 1.3rem;
    justify-content: space-evenly;

}

.map iframe {
    width: 50%;
    border-radius: 1rem;
}

.map div {

    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(14.5px);
    -webkit-backdrop-filter: blur(14.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    width: 30%;
    padding: 3rem;
    height: 100%;

}

.map div p {
    font-size: 1.1rem;
}

.map h4 {
    font-family: 'Playfair Display';
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
}

footer {
    background-color: black;
    font-size: 1rem;
    color: white;
    padding: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    justify-items: center;
    align-items: center;
    margin: auto;
    font-weight: 200;
}

footer li {
    list-style: none;
    margin-top: 1rem;
}

footer a {
    color: white;
    text-decoration: none;
}

footer .footer-heading {
    color: white;
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

footer a:hover {
    color: #9e8158;
    text-decoration: none;
    background: none;
    transition: 1s;
}

footer img {
    height: 5rem;
    margin: auto;
}

footer h1 {
    font-weight: 600;
}

footer div {
    display: flex;
    width: min-content;
    align-self: center;
    margin: auto;
}

.copyright {
    background-color: black;
    font-size: 1rem;
    color: white;
    margin: auto;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 1rem;
    text-decoration: none;
}

.about-pic {
    width: 100%;
    margin: auto;
    margin-bottom: 2rem;
}

.about-para {
    font-size: 1.3rem;
    width: 70%;
    margin: auto;
    color: black;
}

.bridal-process {
    font-size: 1.3rem;
    width: 100%;
    margin: auto;
    color: black;
}

.bridal-process ol {
    font-size: 1.3rem;
    width: 90%;
    margin: auto;
    color: black;
}

.bridal-process li {
    margin-top: 1rem;
}

.about-section {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: auto;
    justify-content: space-evenly;
    margin-bottom: 2rem;
    margin-top: 2rem;

}

.about-section img {

    height: 20rem;
    -webkit-box-shadow: 10px 10px 46px -17px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 46px -17px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 46px -17px rgba(0, 0, 0, 0.75);
    border-radius: 1rem;
}

.about-section p {
    width: 50%;
    color: black;
    font-size: 1.3rem;
}

@media screen and (max-width:768px) {

    body {
        font-size: 10px;
    }

    .info-container h2.section-title {
        font-size: 2.5rem;
    }

    h1,
    h2.section-title {
        width: 100%;
    }

    .service h2 {
        font-size: 2rem;
    }

    .additional-service h2 {
        font-size: 1.8rem;
    }

    .service {
        flex-direction: column;
        justify-content: space-between;
        justify-items: center;
        align-items: center;
        margin-bottom: 0rem;
        padding: 1rem;

    }

    .service img {
        width: 100%;
        margin-bottom: 1rem;
    }

    .service div {
        width: 100%;
    }

    .service:nth-child(2) {
        flex-direction: column;
    }

    .service:nth-child(4) {
        flex-direction: column;
    }

    .c-card svg {
        width: 2rem;
        height: 2rem;
    }

    .c-card {
        font-size: 1rem;
        width: 90vw;
        margin-bottom: 1.2rem;
    }

    .card-section {
        margin: auto;
        display: flex;
        justify-content: space-around;
        width: 99%;
        flex-direction: column;
        max-width: 95%;
        align-items: center;
        align-content: center;
    }

    .gallery {
        height: fit-content;

    }

    .gallery-cell {

        justify-items: center;
        height: 80vh;
        margin-top: 1rem;
        margin-left: 0rem;
        margin-right: 1rem;
        margin-bottom: 2rem;
        width: 95%;
    }

    .gallery-cell p {
        margin: auto;
        font-size: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .additional-service {
        height: 60vh;
    }

    .additional-service div {
        justify-self: center;
        width: 100%;
        margin-left: 0%;

    }

    .additional-service p {
        font-size: 1rem;

    }

    .additional-service h2 {
        font-size: 1.8rem;
    }

    .additional-service:nth-child(1) {

        background-size: 200% 120%;
        background-position: 50% 100%;
    }

    .additional-service:nth-child(2) {

        background-size: 200% 120%;
        background-position: 50% 100%;
    }

    .additional-service:nth-child(3) {

        background-size: 200% 120%;
        background-position: 50% 100%;
    }

    .additional-service:nth-child(4) {

        background-size: 200% 120%;
        background-position: 50% 100%;
    }

    .additional-service:nth-child(5) {

        background-position: 30% 70%;
    }

    .social-logo {
        height: 15vw;
        margin-bottom: 1rem;
    }

    .social {
        width: 50vw;
    }

    .mockup {
        width: 100%;
        flex-direction: column;
    }

    .mockup-img {
        height: auto;
        width: 50%;
    }

    .mockup-text {
        width: 100%;
        margin-top: 5vh;
        padding: 2.4rem;
        margin: auto;
        text-align: left;
    }

    .mockups {
        width: 90%;
        margin: auto;
    }

    .insta-button,
    .whatsapp-button {
        text-align: center;
        margin-right: 0;
        margin: auto;
        font-size: 1.25rem;
        padding: 0.2rem;
        width: 60%;
        align-self: center;
        margin-top: 1rem;
    }

    .map {
        flex-direction: column;
        font-size: 1rem;
        justify-content: space-between;
        max-width: 100%;
    }

    .map iframe {
        width: 100%;
        height: 30vh;
        margin-bottom: 2rem;
    }

    .map div {
        width: 100%;
        padding: 1rem;

    }

    .map div h2 {
        font-size: 2rem;
    }

    .map div p {
        font-size: 1rem;
    }

    footer {
        flex-wrap: wrap;
        width: 100%;
        font-size: 1rem;
        padding: 1.5rem;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        justify-content: space-evenly;
    }

    footer img {
        width: 70%;
        height: auto;
        margin-bottom: 2rem;
    }

    footer h2 {
        font-size: 1.2rem;
    }

    footer div {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
        margin-left: 0vw;
    }

    .copyright {
        font-size: 0.85rem;
    }

    .bridal-process {
        width: 95%;
        margin: auto;

    }

    .bridal-process ol {
        width: 95%;
    }

    .about-section {
        flex-direction: column;
        width: 90%;
    }

    .about-section p {
        width: 100%;
    }

    .about-para {
        width: 90%;
    }

    .about-pic {
        margin-top: 5rem;
    }
}