.art-consultation {
    .art-consultation-hero {
        padding: 73px 0px 12vw 0px;
        background-color: #df649b;
        position: relative;

        .title {
            max-width: 680px;
            margin: 0px auto;

            h2 {
              /* 14-10-2024 */
                font-size: clamp(40px, 3.125vw, 80px);
                color: $white;
                font-weight: $extra_bold;
                line-height: clamp(50px, 3.6875vw, 120px);
            }
        }

        .hero-desc {
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;

            p {
                font-weight: $bold;
                color: $white;
                font-size: clamp(16px, 3.125vw, 18px);
                max-width: 830px;
                line-height: clamp(24px, 3.125vw, 27px);
            }
        }

        .art-cons-hero-gallery {
            // height: 348px;
            --num-cols: 15;
            max-width: 100%;
            margin-block: 0px;
            padding-top: 4rem;
            display: grid;
            grid-template-columns: repeat(var(--num-cols), 1fr);
            grid-template-rows: repeat(2, 175px);
            gap: 15px;
            align-items: end;

            .brands-collab-gallery-item {
                height: 100%;

                .brands-collab-gallery-image {
                    height: 100%;
                    width: 100%;
                    border-radius: 8px;
                    overflow: hidden;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }

                &:nth-child(1) {
                    grid-row: span 2;
                    grid-column: span 1;
                    height: calc(100% - 30px);
                    align-self: baseline;

                    .brands-collab-gallery-image {
                        border-radius: 0px 8px 8px 0px;
                    }
                }

                &:nth-child(2) {
                    grid-row: span 2;
                    grid-column: span 2;
                    height: calc(100% - 32px);
                }

                &:nth-child(3) {
                    grid-row: span 2;
                    grid-column: span 4;
                    height: calc(100% - 15px);

                    .brand-info-card {
                        height: 100%;

                        .brand-info-cover {
                            height: 188px;

                            img {
                                height: 100%;
                                width: 100%;
                                object-fit: cover;
                            }
                        }

                        .brand-info-box {
                            padding: 18px 33px;
                            background-color: $white;
                            height: calc(100% - 188px);

                            .brnad-acc-info {
                                display: flex;
                                align-items: center;

                                .brand-info-img {
                                    height: 70px;
                                    width: 70px;
                                    border-radius: 50%;
                                    overflow: hidden;

                                    img {
                                        height: 100%;
                                        width: 100%;
                                        object-fit: cover;
                                    }
                                }

                                .brand-name {
                                    margin-left: 13px;
                                    width: calc(100% - 83px);

                                    h4 {
                                        @include font-applying($fs: 23px,
                                            $ff: $font_text,
                                            $fw: $bold,
                                            $fsty: normal);
                                        line-height: 20px;
                                        margin-bottom: 0px;
                                    }

                                    p {
                                        font-size: 17px;
                                        margin-bottom: 0px !important;
                                    }
                                }
                            }

                            .brand-socials {
                                margin-top: 20px;

                                .follower-count {
                                    i {
                                        font-family: 'Font Awesome 5';
                                        font-size: 18px;
                                        color: #bcb5b5;
                                    }

                                    span {
                                        font-size: 17px;
                                        color: $text_color;
                                        font-weight: light;
                                    }
                                }
                            }
                        }
                    }
                }

                &:nth-child(4) {
                    grid-row: span 2;
                    grid-column: span 3;
                    height: calc(100% - 30px);

                    .brands-collab-gallery-image {
                        img {
                            object-position: top;
                        }
                    }
                }

                &:nth-child(5) {
                    grid-row: span 2;
                    grid-column: span 2;
                }

                &:nth-child(6) {
                    grid-row: span 2;
                    grid-column: span 3;
                    height: calc(100% - 30px);

                    .brands-collab-gallery {
                        height: calc(50% - 5px);

                        img {
                            height: 100%;
                            width: 100%;
                            object-fit: cover;
                            margin: 5px 0px;
                            border-radius: 8px;
                        }
                    }
                }
            }
        }
        .get-started-cta {
            margin-top: 50px;
            margin-bottom: 40px;
            text-align: center;
        }
        @include md{
            .title {
                h2 {
                    text-align: center;
                }
            }  
            
            .get-started-cta {
                margin-top: 50px;
                margin-bottom: 30px;
            }
        }

        @include xs{
            .title {
                h2 {
                    text-align: center;
                    font-size: 40px;
                    font-weight: $bold;
                }
            }  
            
            .hero-desc {
                p {
                    font-weight: $bold;
                    color: $white;
                    font-size: 20px;
                    max-width: 830px;
                    line-height: 28px;
                }
            }

            .get-started-cta {
                margin-top: 50px;
                margin-bottom: 30px;
            }
        }
    }
    .wave {
        position: absolute;
        bottom: -1px;
    }
    .what-can-we-do {
        margin-top: 90px;

        .heading {
            text-align: center;

            h3 {
                /* font-size: clamp(28px, 3.125vw, 65px); */
                /* font-weight: $bold; */
            }
        }
        .desc {
            margin-top: 5px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;

            p {
                font-size: clamp(14px, 3.12vw, 17px);
                line-height: clamp(21px, 3.125vw, 26px);
                font-weight: $light;
                max-width: 620px;
            }
        }
        .art-consultation-list {
            padding: 50px 0px;

            .custom-x-gutter {
                --bs-gutter-x: 32px;
                --bs-gutter-y: 30px;
            }
            @include sm{
                padding: 40px;
            }
            @include xs{
                padding: 40px;
            }
        }

        .product-card--list-item {
            .product-image {
                border-radius: 30px 30px 0px 0px;
                height: 186px;
                width: 100%;
                overflow: hidden;

                img {
                    height: 100%;
                    width: 100%;
                    object-fit: cover;
                }


                @include xs{
                    height: 240px;
                }
                @include sm{
                    height: 240px;
                }
            }

            .product-info {
                background-color: $white;
                border: 1px solid #d5d4d9;
                padding: 19px 15px;
                border-radius: 0px 0px 30px 30px;

                h4 {
                    font-size: 20px;
                    margin-bottom: 10px;
                    font-weight: $bold;
                }

                p {
                    color: #010101;
                    /* font-size: 14px; */
                  font-size: clamp(14px, 3.125vw, 15px);
                line-height: clamp(21px, 3.125vw, 25px) !important;
                    font-weight: $light;
                    /* line-height: 22px; */
                }

            }

            @include sm{
                margin: 20px;
            }

            @include xs{
                margin: 20px;
            }
        }

        .book-a-session-cta {
            margin-top: 50px;
            text-align: center;
        }
       
        @include md {
            .heading {
                h3 {
                    /* font-size: 52px;
                    font-weight: $bold; */
                }
            }

            .product-card--list-item {
                .product-info {
                    h4 {
                        font-size: 19px;
                        margin-bottom: 10px;
                        font-weight: $bold;
                    }
    
                    p {
                        color: #010101;
                        font-size: 15px;
                        font-weight: $light;
                        line-height: 22px;
                    }
    
                }
                
            }

        }

        @include xs{
            .heading {
                h3 {
                    /* font-size: 47px;
                    font-weight: $bold; */
                }
            }

        }

    }

    .our-team {
        background-color: #7b0087;
        /* background-color: #840490; */
        padding: 94px 0px 320px;
        height: 520px;
        margin-top: 0;

        .our-team-heading {
            text-align: center;

            h3 {
                color: $white;
               font-size: clamp(28px, 3.125vw, 65px);
                font-weight: $bold;
                  line-height: clamp(60px, 3.315vw, 100px);
            }
        }

        .team-members {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 65px;
            position: relative;

            &::before,
            &::after {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                width: 1px;
                background-color: #fff;
            }

            &::before {
                left: calc(42% - 146px - 100px)
                    /* Position relative to the left side */
            }

            &::after {
                right: calc(42% - 146px - 100px);
            }

            .team-member {
                position: relative;
                padding: 0 100px;

                &:not(:last-child)::after {
                    content: '';
                    position: absolute;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    width: 1px;
                    background-color: #fff;
                }

                .team-member-img {
                    height: 136px;
                    width: 136px;
                    margin-bottom: 15px;

                    img {
                        height: 100%;
                        width: 100%;
                        border-radius: 50%;
                    }
                }

                .team-member-name {
                    text-align: center;

                    h5 {
                        color: $white;
                        font-size: 18px;
                        font-weight: $bold;
                    }
                }
            }
        }

        @include xs{
            padding: 40px 0px 320px;
            .team-members{
                flex-direction: column-reverse;
                margin-top: 15px;
                gap: 25px;

                .team-member:not(:last-child)::after {
                    display: none;
                }

                &::before,
                &::after {
                    display: none;
                }
            }
        }
    }
    .our-clients {
        .heading {
            margin-top: 118px;
            text-align: center;
            h3 {
                color: #000;
                /* font-size: 50px;
                font-weight: bold; */
            }
        }
        .slider-container {
            width: 100%;
            margin: 72px auto;

            .slick-slider {
                .slide {
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    .image-wrapper {
                        position: relative;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        transform: translateX(-40px);
                    }

                    .first-img { 
                        transform: translateX(80px);
                        height: 365px;
                        img {
                            width: 453px;
                            height: 367px;
                        }
                    }

                    .second-img {
                        height: 500px;
                        width: 450px;
                        img {
                            height: 100%;
                            width: 100%;
                           
                        }
                    }
                }
            }


            button{
                margin: 0;
                padding: 0;
                background: none;
                border: none;
                border-radius: 0;
                outline: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
              }
              .slide-arrow{
                position: absolute;
                top: 50%;
                margin-top: -15px;
              }
              .prev-arrow{
                left: -40px;
                width: 0;
                height: 0;
                background-image: url('/cdn/shop/files/arrow-square-left-svgrepo-com_1.svg') !important;
                background-size: contain;
                background-repeat: no-repeat; 
                background-position: center; 
                width: 40px; 
                height: 40px; 
                opacity: 1;
              }
              .next-arrow{
                right: -40px;
                width: 0;
                height: 0;
                background-image: url('/cdn/shop/files/arrow-square-left-svgrepo-com_1.svg') !important;
                background-size: contain; 
                background-repeat: no-repeat; 
                background-position: center; 
                width: 40px;
                height: 40px; 
                opacity: 1;
                transform: scaleX(-1);
              }


              .prev-arrow.disabled, .next-arrow.disabled {
                opacity: 0.5; 
            }
            
        }
        @include md{
            .slider-container {
                .slick-slider {
                    .slide {
                        .first-img { 
                            transform: translateX(80px);
                            height: 250px;
                            img {
                                width: 250px;
                                height: 250px;
                            }
                        }
                        .second-img {
                            height: 300px;
                            width: 300px;
                            img {
                                height: 100%;
                                width: 100%;
                               
                            }
                        }
                    }
                }
                button{
                    margin: 0;
                    padding: 0;
                    background: none;
                    border: none;
                    border-radius: 0;
                    outline: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                  }
                 
                  .prev-arrow{
                    left: 40px;
                    width: 0;
                    height: 0;
                    background-image: url('/cdn/shop/files/arrow-square-left-svgrepo-com_1.svg') !important;
                    background-size: contain;
                    background-repeat: no-repeat; 
                    background-position: center; 
                    width: 40px; 
                    height: 40px; 
                    opacity: 1;
                  }
                  .next-arrow{
                    right: 40px;
                    width: 0;
                    height: 0;
                    background-image: url('/cdn/shop/files/arrow-square-left-svgrepo-com_1.svg') !important;
                    background-size: contain; 
                    background-repeat: no-repeat; 
                    background-position: center; 
                    width: 40px;
                    height: 40px; 
                    opacity: 1;
                    transform: scaleX(-1);
                  }
                  .prev-arrow.disabled, .next-arrow.disabled {
                    opacity: 0.5;
                }
                
            } 
        }   
        @include sm{
            .slider-container {
                .slick-slider {
                    .slide {
                        .first-img { 
                            transform: translateX(80px);
                            height: 250px;
                            img {
                                width: 250px;
                                height: 250px;
                            }
                        }
                        .second-img {
                            height: 300px;
                            width: 300px;
                            img {
                                height: 100%;
                                width: 100%;
                               
                            }
                        }
                    }
                }
                button{
                    margin: 0;
                    padding: 0;
                    background: none;
                    border: none;
                    border-radius: 0;
                    outline: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                  }
                 
                  .prev-arrow{
                    left: 0px;
                    width: 0;
                    height: 0;
                    background-image: url('/cdn/shop/files/arrow-square-left-svgrepo-com_1.svg') !important;
                    background-size: contain;
                    background-repeat: no-repeat; 
                    background-position: center; 
                    width: 40px; 
                    height: 40px; 
                    opacity: 1;
                  }
                  .next-arrow{
                    right: 0px;
                    width: 0;
                    height: 0;
                    background-image: url('/cdn/shop/files/arrow-square-left-svgrepo-com_1.svg') !important;
                    background-size: contain; 
                    background-repeat: no-repeat; 
                    background-position: center; 
                    width: 40px;
                    height: 40px; 
                    opacity: 1;
                    transform: scaleX(-1);
                  }
                  .prev-arrow.disabled, .next-arrow.disabled {
                    opacity: 0.5; 
                    cursor: not-allowed;
                }
                
            } 
        } 
        @include xs{
            .heading {
                margin-top: 70px;
                h3 { 
                    /* font-size: 50px; */
                }
            }
            .slider-container {
                margin: 45px auto;
                .slick-slider {
                    .slide {
                        .first-img { 
                            transform: translateX(65px);
                            height: 150px;
                            img {
                                width: 150px;
                                height: 150px;
                            }
                        }
                        .second-img {
                            height: 200px;
                            width: 200px;
                            img {
                                height: 100%;
                                width: 100%;
                               
                            }
                        }
                    }
                }
                button{
                    margin: 0;
                    padding: 0;
                    background: none;
                    border: none;
                    border-radius: 0;
                    outline: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                  }
                 
                  .prev-arrow{
                    left: -10px;
                    width: 0;
                    height: 0;
                    background-image: url('/cdn/shop/files/arrow-square-left-svgrepo-com_1.svg') !important;
                    background-size: contain;
                    background-repeat: no-repeat; 
                    background-position: center; 
                    width: 40px; 
                    height: 40px; 
                    opacity: 1;
                  }
                  .next-arrow{
                    right: -10px;
                    width: 0;
                    height: 0;
                    background-image: url('/cdn/shop/files/arrow-square-left-svgrepo-com_1.svg') !important;
                    background-size: contain; 
                    background-repeat: no-repeat; 
                    background-position: center; 
                    width: 40px;
                    height: 40px; 
                    opacity: 1;
                    transform: scaleX(-1);
                  }
                  .prev-arrow.disabled, .next-arrow.disabled {
                    opacity: 0.5; 
                    cursor: not-allowed;
                }
                
            } 
        }
    }
    .get-in-touch-form {
        background-color: $secondary_color;
        padding: 127px 0px 320px;
        margin-bottom: 70px;

        .section-header {
            max-width: 615px;
            margin: 0px auto;

            h3 {
                text-align: center;
                color: $white;
                /* font-size: 57px;
                font-weight: bold; */
            }

            p {
                text-align: center;
                color: $white;
                font-size: 17px;
                letter-spacing: 0.3px;
            }

        }

        .contact-form {
            max-width: 810px;
            margin: 28px auto 0;
            padding: 0px 15px;

            .form-floating {
                margin: 5px;

                input {
                    padding: 1rem 25px;
                    border-radius: 8px;
                    outline: none;

                    &:focus {
                        box-shadow: none;
                    }
                }

                label {
                    font-size: 16px;
                    color: #010101;
                    padding: 1rem 25px;
                }

                textarea {
                    min-height: 180px;
                    padding: 2rem 25px;
                    resize: none;
                    outline: none;

                    &:focus {
                        box-shadow: none;
                    }
                }

                .form-control-plaintext~label,
                .form-control:focus~label,
                .form-control:not(:placeholder-shown)~label,
                .form-select~label {
                    transform: scale(.75) translateY(-0.8rem) translateX(0.15rem) !important;
                }
            }

            .submit-cta {
                margin-top: 50px;
                text-align: center;
            }
        }
    }
}