@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-up.delay-1 {
    transition-delay: 0.1s;
}

.fade-in-up.delay-2 {
    transition-delay: 0.2s;
}

.fade-in-up.delay-3 {
    transition-delay: 0.3s;
}

.fade-in-up.delay-4 {
    transition-delay: 0.4s;
}

.fade-in-up.delay-5 {
    transition-delay: 0.5s;
}


.contact-form button {
    width: 211px;
    height: 56px;
    background: #CBAA6A;
    color: #fff;
    border: none;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 30px;
}

.contact-form button::before {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: scale(0);
    transition: transform 0.6s ease;
    border-radius: 50%;
}

.contact-form button:hover::before {
    transform: scale(1);
}

.contact-form button:hover {
    background: #b08b49;
    box-shadow: 0 8px 30px rgba(203, 170, 106, 0.5), inset 0 2px 20px rgba(255, 255, 255, 0.2);
}

body {
    font-family: 'Lora', serif;
}

section:last-child {
    margin-bottom: 0;
}





.hero-banner-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto 60px;
    padding: 0;
    background: #F5F0EC;
}

.hero-banner-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;

}

.hero-banner-image {
    width: 100%;
    height: 683px;
    position: relative;
    overflow: hidden;
}

.hero-banner-image img,
.hero-banner-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}



.hero-banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.85) 100%);
    pointer-events: none;
}



@media (max-width: 1024px) {


    .hero-banner-image {
        height: 550px;

    }
}



@media (max-width: 768px) {

    .hero-banner-section {

        margin: 0 auto 20px;
    }

    .hero-banner-image {
        height: 500px;

    }
}



@media (max-width: 576px) {


    .hero-banner-image {
        height: 450px;

    }

    .hero-banner-overlay {
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0.1) 0%,
                rgba(0, 0, 0, 0.4) 0%,
                rgba(0, 0, 0, 0.7) 0%,
                rgba(0, 0, 0, 0.85) 100%);
    }
}



@media (max-width: 400px) {

    .hero-banner-image {
        height: 400px;

    }
}

.luxury-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    /* padding: 60px 40px; */
}

.luxury-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    position: relative;
}

/* ==========================================
   LEFT - IMAGE (Width: 1005.51px, Height: 755.35px)
========================================== */

.luxury-image {
    flex: 0 0 1005.51px;
    width: 1005.51px;
    height: 755.35px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

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

/* Image Overlay - White Gradient from Right */
.luxury-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0.7) 70%,
            rgba(255, 255, 255, 0.95) 85%,
            #FFFFFF 100%);
    pointer-events: none;
}

/* ==========================================
   RIGHT - CONTENT (10% on image, so 90% position)
========================================== */

.luxury-content {
    flex: 1;
    max-width: 540px;
    margin-left: -176px;
    /* 10% of 1005.51px = ~100px overlap */
    position: relative;
    z-index: 5;
    background: transparent;
    padding: 30px 0;
}

.luxury-title {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #404093;
    margin-bottom: 20px;
}

.luxury-text {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #1C1614;
    margin-bottom: 15px;
}

.luxury-text:last-child {
    margin-bottom: 0;
}

/* ==========================================
   RESPONSIVE - TABLET (1024px)
========================================== */

@media (max-width: 1200px) {
    .luxury-image {
        flex: 0 0 55%;
        width: 55%;
        height: auto;
        aspect-ratio: 1005.51 / 755.35;
    }

    .luxury-content {
        max-width: 462px;
        margin-left: -75px;
        padding: 20px 0;
    }

    .luxury-title {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .luxury-text {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 12px;
    }

    .luxury-image-overlay {
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0) 25%,
                rgba(255, 255, 255, 0.3) 45%,
                rgba(255, 255, 255, 0.7) 65%,
                rgba(255, 255, 255, 0.95) 85%,
                #FFFFFF 100%);
    }
}

/* ==========================================
   RESPONSIVE - TABLET (768px)
========================================== */

@media (max-width: 768px) {
    .luxury-section {
        padding: 40px 20px;
    }

    .luxury-container {
        flex-direction: column;
        gap: 0px;
        align-items: center;
    }

    .luxury-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 600px;
        height: auto;
        aspect-ratio: 1005.51 / 755.35;
        border-radius: 8px;
        overflow: hidden;
    }

    .luxury-image-overlay {
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0) 20%,
                rgba(255, 255, 255, 0.2) 40%,
                rgba(255, 255, 255, 0.5) 60%,
                rgba(255, 255, 255, 0.85) 80%,
                #FFFFFF 100%);
    }

    .luxury-content {
        max-width: 100%;
        margin-left: 0;
        /* margin-top: -50px; */
        padding: 25px 20px 20px;
        /* background: #F5F0EC; */
        border-radius: 8px;
        position: relative;
        z-index: 5;
        width: 100%;
    }

    .luxury-title {
        font-size: 32px;
        text-align: center;
        margin-bottom: 14px;
    }

    .luxury-text {
        font-size: 15px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 12px;
    }
}

/* ==========================================
   RESPONSIVE - MOBILE (576px)
========================================== */

@media (max-width: 576px) {
    .luxury-section {
        padding: 30px 15px;
    }

    .luxury-image {
        max-width: 100%;
        aspect-ratio: 1005.51 / 755.35;
        border-radius: 6px;
    }

    .luxury-image-overlay {
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0) 15%,
                rgba(255, 255, 255, 0.2) 35%,
                rgba(255, 255, 255, 0.5) 55%,
                rgba(255, 255, 255, 0.85) 75%,
                #FFFFFF 100%);
    }

    .luxury-content {
        /* margin-top: -40px; */
        padding: 20px 15px 15px;
    }

    .luxury-title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .luxury-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

/* ==========================================
   RESPONSIVE - MOBILE (400px)
========================================== */

@media (max-width: 400px) {
    .luxury-section {
        padding: 25px 12px;
    }

    .luxury-image {
        aspect-ratio: 1005.51 / 755.35;
        border-radius: 4px;
    }

    .luxury-image-overlay {
        background: linear-gradient(90deg,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0) 10%,
                rgba(255, 255, 255, 0.15) 30%,
                rgba(255, 255, 255, 0.5) 55%,
                rgba(255, 255, 255, 0.85) 75%,
                #FFFFFF 100%);
    }

    .luxury-content {
        /* margin-top: -30px; */
        padding: 15px 12px 12px;
    }

    .luxury-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .luxury-text {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}




/* ==========================================
   OUR STORY SECTION
========================================== */

.our-story-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 40px;

}

.our-story-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 1px 40px;
    background: #F0F0F0;
}

/* ==========================================
   LEFT - CONTENT
========================================== */

.our-story-content {
    flex: 1;
    max-width: 531px;
    display: flex;
    flex-direction: column;
}

.our-story-label {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #404093;
    margin-bottom: 30px;
}

.our-story-text {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #000000;
    margin: 0;
}

/* ==========================================
   RIGHT - IMAGE
========================================== */

.our-story-image {
    margin-right: 20px;
    flex: 0 0 530px;
    width: 530px;
    height: 600px;
    flex-shrink: 0;
}

.our-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

/* ==========================================
   RESPONSIVE - TABLET (1024px)
========================================== */

@media (max-width: 1024px) {
    .our-story-section {
        padding: 50px 30px;
    }

    .our-story-container {
        gap: 40px;
    }

    .our-story-content {
        max-width: 480px;
    }

    .our-story-label {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .our-story-text {
        font-size: 18px;
        line-height: 26px;
    }

    .our-story-image {
        flex: 0 0 450px;
        width: 450px;
        height: 660px;
    }
}

/* ==========================================
   RESPONSIVE - TABLET (768px)
========================================== */

@media (max-width: 768px) {
    .our-story-section {
        padding: 40px 25px;
    }

    .our-story-container {
        flex-direction: column-reverse;
        gap: 30px;
        padding: 1px 40px 45px;
        align-items: center;
        text-align: center;
    }

    .our-story-content {
        max-width: 100%;
        align-items: center;
    }

    .our-story-label {
        font-size: 34px;
        margin-bottom: 16px;
    }

    .our-story-text {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        max-width: 700px;
    }

    .our-story-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 530px;
        height: auto;
        aspect-ratio: 530 / 775;
    }

    .our-story-image img {
        border-radius: 6px;
    }
}

/* ==========================================
   RESPONSIVE - MOBILE (576px)
========================================== */

@media (max-width: 576px) {
    .our-story-section {
        padding: 30px 15px;
    }

    .our-story-container {
        gap: 25px;
    }

    .our-story-label {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .our-story-text {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
    }

    .our-story-image {
        max-width: 100%;
        aspect-ratio: 530 / 775;
    }

    .our-story-image img {
        border-radius: 4px;
    }
}

/* ==========================================
   RESPONSIVE - MOBILE (400px)
========================================== */

@media (max-width: 400px) {
    .our-story-section {
        padding: 25px 12px;
    }

    .our-story-container {
        gap: 20px;
    }

    .our-story-label {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .our-story-text {
        font-size: 14px;
        line-height: 22px;
    }

    .our-story-image {
        aspect-ratio: 530 / 775;
    }
}

.swati-taluka-section {
    max-width: 1440px;
    position: relative;
    overflow: hidden;
    background: #F8F8F8;
    padding: 80px 0 100px;
    margin: 0 auto;
}

.swati-taluka-section .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}


.swati-wrapper {
    padding: 0 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 90px;
}

.swati-left {
    width: 48%;
    position: relative;
}

.swati-subtitle {
    line-height: 100%;
    display: block;
    color: #404093;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 5px;
}

.swati-left h2 {
    line-height: 100%;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 52px;
    line-height: 1;
    color: #D0C09E;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 0px;
}

.swati-image {
    width: 100%;
    position: relative;
    height: 570px;
}

.swati-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    max-height: 100%;
}

.swati-right {
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 600px;
}

.swati-top-content {
    width: 100%;
    max-width: 610px;
    margin-left: 0;
}

.swati-top-content p {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #000000;
    margin: 0;
}

.swati-bottom-content {
    width: 100%;
    max-width: 560px;
    margin-left: 0;
}

.swati-bottom-content span {
    font-weight: 500;
    display: block;
    color: #404093;
    font-size: 20px;
    font-family: 'Bricolage Grotesque', sans-serif;
    margin-bottom: 12px;
}

.swati-bottom-content h3 {
    font-family: 'Bricolage Grotesque', sans-serif;
    color: #404093;
    font-size: 52px;
    line-height: 100%;
    margin-bottom: 20px;
    font-weight: 700;
}

.swati-bottom-content p {
    color: #404093;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0%;
    margin: 0;
}

@media(max-width:1440px) {
    .swati-taluka-section {
        padding: 70px 0 50px;
    }

    .swati-taluka-section .container {
        padding: 0 50px;
    }

    .swati-wrapper {
        gap: 70px;
    }

    .swati-left h2 {
        line-height: 100%;
        font-size: 82px;
    }

    .swati-bottom-content h3 {
        font-size: 52px;
    }

    .swati-top-content {
        max-width: 560px;
    }

    .swati-bottom-content {
        max-width: 520px;
    }

    .swati-image {
        max-width: 520px;
    }
}

@media(max-width:1200px) {
    .swati-taluka-section {
        max-width: 980px;
        margin: 0 auto;
        padding: 60px 0 80px;
    }

    .swati-intro p {
        font-size: 18px;
        line-height: 32px;
    }

    .swati-intro {
        width: 100%;
        max-width: 650px;
    }

    .swati-taluka-section .container {
        padding: 0 28px;
    }

    .swati-wrapper {
        gap: 55px;
    }

    .swati-left {
        width: 47%;
    }

    .swati-right {
        width: 53%;
    }

    .swati-left h2 {
        font-size: 60px;
        margin-bottom: 35px;
    }

    .swati-subtitle {
        font-size: 17px;
    }

    .swati-top-content p {
        font-size: 13px;
        line-height: 1.9;
    }

    .swati-bottom-content h3 {
        font-size: 42px;
    }

    .swati-bottom-content p {
        font-size: 17px;
        line-height: 1.85;
    }

    .swati-image {
        max-width: 470px;
    }

    .swati-right {
        min-height: 620px;
    }
}

@media (max-width:991px) {
    .swati-taluka-section {
        padding: 70px 0;
    }

    .swati-taluka-section .container {
        padding: 0 24px;
    }


    .swati-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 45px;
    }

    .swati-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        order: 1;
    }

    .swati-subtitle {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .swati-left h2 {
        font-size: 56px;
        line-height: 1.05;
        margin-bottom: 30px;
    }

    .swati-right {
        width: 100%;
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        order: 2;
    }

    .swati-top-content {
        order: 1;
        width: 100%;
        max-width: 760px;
        margin: 0 auto 45px;
        text-align: center;
    }

    .swati-top-content p {
        font-size: 16px;
        line-height: 1.9;
    }

    .swati-image {
        order: 2;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .swati-image img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

    .swati-bottom-content {
        order: 3;
        width: 100%;
        max-width: 720px;
        margin: 45px auto 0;
        text-align: center;
    }

    .swati-bottom-content span {
        font-size: 17px;
    }

    .swati-bottom-content h3 {
        font-size: 42px;
        margin: 15px 0 20px;
    }

    .swati-bottom-content p {
        font-size: 17px;
        line-height: 1.85;
    }

    .swati-image {
        max-width: 480px;
    }

    .swati-left h2 {
        margin-bottom: 35px;
    }
}

@media (max-width:767px) {
    .swati-taluka-section {
        padding: 60px 0;
    }

    .swati-taluka-section .container {
        padding: 0 20px;
    }

    .swati-wrapper {
        gap: 35px;
    }

    .swati-left {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .swati-subtitle {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .swati-left h2 {
        font-size: 46px;
        line-height: 1.05;
        margin-bottom: 28px;
    }

    .swati-image {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
    }

    .swati-image img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
        object-position: center;
    }

    .swati-right {
        width: 100%;
        min-height: auto;
        align-items: center;
    }

    .swati-top-content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 35px;
        text-align: center;
    }

    .swati-top-content p {
        font-size: 15px;
        line-height: 1.85;
    }

    .swati-bottom-content {
        width: 100%;
        max-width: 100%;
        margin: 35px auto 0;
        text-align: center;
    }

    .swati-bottom-content span {
        font-size: 16px;
    }

    .swati-bottom-content h3 {
        font-size: 38px;
        line-height: 1.1;
        margin: 12px 0 18px;
    }

    .swati-bottom-content p {
        font-size: 15px;
        line-height: 1.85;
    }
}

@media (max-width:576px) {
    .swati-taluka-section {
        padding: 50px 0;
    }

    .swati-taluka-section .container {
        padding: 0 16px;
    }


    .swati-subtitle {
        font-size: 16px;
    }

    .swati-left h2 {
        font-size: 34px;
        margin-bottom: 22px;
    }

    .swati-image {
        max-width: 320px;
    }

    .swati-image img {
        width: 100%;
        height: auto;
    }

    .swati-top-content {
        margin-bottom: 28px;
    }

    .swati-top-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .swati-bottom-content {
        margin-top: 28px;
    }

    .swati-bottom-content span {
        font-size: 15px;
    }

    .swati-bottom-content h3 {
        font-size: 30px;
        margin: 10px 0 15px;
    }

    .swati-bottom-content p {
        font-size: 14px;
        line-height: 1.75;
    }
}

@media (max-width:400px) {
    .swati-taluka-section {
        padding: 40px 0;
    }

    .swati-left h2 {
        font-size: 28px;
    }

    .swati-subtitle {
        font-size: 15px;
    }

    .swati-image {
        max-width: 280px;
    }

    .swati-top-content p,
    .swati-bottom-content p,
    .swati-intro p {
        font-size: 13.5px;
        line-height: 1.7;
    }

    .swati-bottom-content h3 {
        font-size: 26px;
    }
}

.craftsmanship-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.craftsmanship-section .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 72px 40px;
}

.craftsmanship-section img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
}

.craftsmanship-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 0.62fr 0.62fr;
    gap: 20px;
    align-items: start;
    margin-bottom: 20px;
}

.craft-content {
    width: 100%;
    padding-top: 35px;
}

.craft-content span {
    display: block;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #404093;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.craft-content h2 {
    font-family: 'Lora', serif;
    font-size: 42px;
    line-height: 116%;
    font-weight: 400;
    color: #18171C;
    max-width: 500px;
}

.top-small-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.top-small-images .small-img {
    width: 100%;
    height: 275px;
    overflow: hidden;
    border-radius: 18px;
    background: #f6f6f6;
}

.top-tall-image {
    width: 100%;
    height: 570px;
    overflow: hidden;
    border-radius: 18px;
    background: #f6f6f6;
}

@media(max-width:1400px) {
    .craftsmanship-section .container {
        padding: 0 35px;
    }

    .craft-content h2 {
        font-size: 52px;
    }

    .top-small-images .small-img {
        height: 185px;
    }

    .top-tall-image {
        height: 390px;
    }
}

@media(max-width:1200px) {
    .craftsmanship-section {
        padding: 20px 0;
    }

    .craftsmanship-section .container {
        padding: 0 28px;
    }

    .craftsmanship-grid {
        gap: 18px;
    }

    .craft-content {
        padding-top: 25px;
    }

    .craft-content span {
        font-size: 14px;
    }

    .craft-content h2 {
        font-size: 36px;
        max-width: 430px;
    }

    .top-small-images {
        gap: 18px;
    }

    .top-small-images .small-img {
        height: 170px;
    }

    .top-tall-image {
        height: 358px;
    }
}

.craftsmanship-grid-two {
    width: 100%;
    display: grid;
    grid-template-columns: 0.62fr 0.62fr 1.2fr;
    gap: 20px;
    align-items: start;
    margin-bottom: 20px;
}

.left-tall-image {
    width: 100%;
    height: 570px;
    overflow: hidden;
    border-radius: 18px;
    background: #f6f6f6;
}

.middle-small-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.middle-small-images .small-img {
    width: 100%;
    height: 275px;
    overflow: hidden;
    border-radius: 18px;
    background: #f6f6f6;
}

.big-right-image {
    width: 100%;
    height: 570px;
    overflow: hidden;
    border-radius: 18px;
    background: #f6f6f6;
}

.craftsmanship-grid-three {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bottom-img {
    width: 100%;
    height: 275px;
    overflow: hidden;
    border-radius: 18px;
    background: #f6f6f6;
}

@media(max-width:1400px) {
    .craftsmanship-grid-two {
        gap: 18px;
    }

    .craftsmanship-grid-three {
        gap: 18px;
    }

    .left-tall-image {
        height: 390px;
    }

    .middle-small-images {
        gap: 18px;
    }

    .middle-small-images .small-img {
        height: 186px;
    }

    .big-right-image {
        height: 390px;
    }

    .bottom-img {
        height: 235px;
    }
}

@media(max-width:1200px) {
    .craftsmanship-grid-two {
        gap: 16px;
    }

    .craftsmanship-grid-three {
        gap: 16px;
    }

    .left-tall-image {
        height: 360px;
    }

    .middle-small-images {
        gap: 16px;
    }

    .middle-small-images .small-img {
        height: 172px;
    }

    .big-right-image {
        height: 360px;
    }

    .bottom-img {
        height: 215px;
    }
}

@media(max-width:1024px) {
    .craftsmanship-section .container {
        padding: 0 24px;
    }

    .craftsmanship-grid,
    .craftsmanship-grid-two,
    .craftsmanship-grid-three {
        gap: 15px;
    }

    .craft-content {
        padding-top: 15px;
    }

    .craft-content h2 {
        font-size: 32px;
        max-width: 434px;
    }

    .top-small-images,
    .middle-small-images {
        gap: 15px;
    }

    .top-small-images .small-img,
    .middle-small-images .small-img {
        height: 160px;
    }

    .top-tall-image,
    .left-tall-image,
    .big-right-image {
        height: 335px;
    }

    .bottom-img {
        height: 195px;
    }
}

@media (max-width:991px) {
    .craftsmanship-section {
        padding: 60px 0;
    }

    .craftsmanship-section .container {
        padding: 0 22px;
    }

    .craftsmanship-grid,
    .craftsmanship-grid-two,
    .craftsmanship-grid-three {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
        margin-bottom: 22px;
    }

    .craft-content {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .craft-content h2 {
        max-width: 700px;
        margin: 0 auto;
        font-size: 36px;
    }

    .craft-content span {
        margin-bottom: 15px;
    }

    .top-small-images {
        width: 100%;
        max-width: 760px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .top-small-images .small-img {
        width: 100%;
        height: 250px;
    }

    .top-tall-image {
        width: 100%;
        max-width: 320px;
        height: 551px;
    }

    .left-tall-image {
        width: 100%;
        max-width: 320px;
        height: 551px;
    }

    .middle-small-images {
        width: 100%;
        max-width: 760px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .middle-small-images .small-img {
        width: 100%;
        height: 250px;
    }

    .big-right-image {
        width: 100%;
        max-width: 760px;
        height: 480px;
    }

    .craftsmanship-grid-three {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .bottom-img {
        width: 100%;
        height: 260px;
    }

    .top-small-images img,
    .middle-small-images img,
    .top-tall-image img,
    .left-tall-image img,
    .big-right-image img,
    .bottom-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .small-img,
    .top-tall-image,
    .left-tall-image,
    .big-right-image,
    .bottom-img {
        border-radius: 16px;
        overflow: hidden;
    }
}

@media (max-width:767px) {
    .craftsmanship-section {
        padding: 60px 0;
    }

    .craftsmanship-section .container {
        padding: 0 18px;
    }

    .craftsmanship-grid,
    .craftsmanship-grid-two,
    .craftsmanship-grid-three {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-bottom: 18px;
        align-items: center;
    }

    .craft-content {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .craft-content span {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .craft-content h2 {
        font-size: 36px;
        line-height: 1.15;
        max-width: 100%;
        margin: 0 auto;
    }

    .top-small-images {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .top-small-images .small-img {
        width: 100%;
        height: 260px;
    }

    .top-tall-image {
        width: 100%;
        height: 420px;
    }

    .left-tall-image {
        width: 100%;
        height: 420px;
    }

    .middle-small-images {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .middle-small-images .small-img {
        width: 100%;
        height: 260px;
    }

    .big-right-image {
        width: 100%;
        height: 420px;
    }

    .craftsmanship-grid-three {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .bottom-img {
        width: 100%;
        height: 260px;
    }

    .small-img img,
    .top-tall-image img,
    .left-tall-image img,
    .big-right-image img,
    .bottom-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width:576px) {
    .craftsmanship-section {
        padding: 35px 0 0;
    }

    .craftsmanship-section .container {
        padding: 0 16px;
    }

    .craft-content h2 {
        font-size: 25px;
    }

    .craft-content span {
        font-size: 13px;
    }

    .top-small-images .small-img,
    .middle-small-images .small-img,
    .bottom-img {
        height: 325px;
    }

    .top-tall-image,
    .left-tall-image {
        max-width: 260px;
        height: 440px;
    }
}

@media (max-width:400px) {
    .craftsmanship-section {
        padding: 40px 0;
    }

    .craftsmanship-section .container {
        padding: 0 14px;
    }

    .craft-content h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .craft-content span {
        font-size: 12px;
    }

    .top-small-images .small-img,
    .middle-small-images .small-img,
    .bottom-img {
        height: 180px;
    }

    .top-tall-image,
    .left-tall-image,
    .big-right-image {
        height: 280px;
    }

    .small-img,
    .top-tall-image,
    .left-tall-image,
    .big-right-image,
    .bottom-img {
        border-radius: 12px;
    }
}