:root {
    --clr-black: #192020;
    --clr-white: #ffffff;
    --clr-light-green: #b5f1cc;
    --clr-light-pink: #ffc0d9;
    --clr-light-purple: #d0bfff;
    --clr-off-white: #f0f0f0;
    --clr-grey-white: #f6f8fb;
    --clr-light-orenge: #ffd8c0;
    --clr-light-grey-2: #f7f7f7;
    --clr-dark-black: #3b4040;
    --clr-light-grey: #252b2b;
    --clr-off-grey: #f7f7f7;
    --clr-dark-grey: #e8e8e8;
    --clr-light-blue: #9fe9f6;
    --clr-blue: #ed184f;
    --clr-ppc-black: #111;
    --heading-custom-color: #ececec;
    --custom-color: #aaaaaa;
    --clr-light-brown: #ffd8c0;
    --clr-light-gray: #524f4e;
}

button {
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 0;
    cursor: pointer;
}

a {
    display: inline;

    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    margin: 0;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

a:hover,
a:focus,
a:visited,
a:focus-within {
    text-decoration: none;
}

body {
    font-family: "Poppins";
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

@media only screen and (min-width: 1500px) {
    .mi-container {
        max-width: 1470px;
    }
}

@media only screen and (max-width: 991px) {
    .mi-container {
        width: 100%;
    }
}

/* START : Retail page css */

@font-face {
    font-family: "Anton";
    src: url("./fonts/Anton-Regular.eot");
    src:
        local("Anton Regular"),
        local("Anton-Regular"),
        url("./fonts/Anton-Regular.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Anton-Regular.woff2") format("woff2"),
        url("./fonts/Anton-Regular.woff") format("woff"),
        url("./fonts/Anton-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("./fonts/DMSans-Bold.eot");
    src:
        local("DM Sans Bold"),
        local("DMSans-Bold"),
        url("./fonts/DMSans-Bold.eot?#iefix") format("embedded-opentype"),
        url("./fonts/DMSans-Bold.woff2") format("woff2"),
        url("./fonts/DMSans-Bold.woff") format("woff"),
        url("./fonts/DMSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("./fonts/DMSans-ExtraBold.eot");
    src:
        local("DM Sans ExtraBold"),
        local("DMSans-ExtraBold"),
        url("./fonts/DMSans-ExtraBold.eot?#iefix") format("embedded-opentype"),
        url("./fonts/DMSans-ExtraBold.woff2") format("woff2"),
        url("./fonts/DMSans-ExtraBold.woff") format("woff"),
        url("./fonts/DMSans-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("./fonts/DMSans-Black.eot");
    src:
        local("DM Sans Black"),
        local("DMSans-Black"),
        url("./fonts/DMSans-Black.eot?#iefix") format("embedded-opentype"),
        url("./fonts/DMSans-Black.woff2") format("woff2"),
        url("./fonts/DMSans-Black.woff") format("woff"),
        url("./fonts/DMSans-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("./fonts/DMSans-ExtraBoldItalic.eot");
    src:
        local("DM Sans ExtraBold Italic"),
        local("DMSans-ExtraBoldItalic"),
        url("./fonts/DMSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"),
        url("./fonts/DMSans-ExtraBoldItalic.woff2") format("woff2"),
        url("./fonts/DMSans-ExtraBoldItalic.woff") format("woff"),
        url("./fonts/DMSans-ExtraBoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("./fonts/DMSans-Medium.eot");
    src:
        local("DM Sans Medium"),
        local("DMSans-Medium"),
        url("./fonts/DMSans-Medium.eot?#iefix") format("embedded-opentype"),
        url("./fonts/DMSans-Medium.woff2") format("woff2"),
        url("./fonts/DMSans-Medium.woff") format("woff"),
        url("./fonts/DMSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("./fonts/DMSans-Light.eot");
    src:
        local("DM Sans Light"),
        local("DMSans-Light"),
        url("./fonts/DMSans-Light.eot?#iefix") format("embedded-opentype"),
        url("./fonts/DMSans-Light.woff2") format("woff2"),
        url("./fonts/DMSans-Light.woff") format("woff"),
        url("./fonts/DMSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("./fonts/Outfit-Black.eot");
    src:
        local("Outfit Black"),
        local("Outfit-Black"),
        url("./fonts/Outfit-Black.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Outfit-Black.woff2") format("woff2"),
        url("./fonts/Outfit-Black.woff") format("woff"),
        url("./fonts/Outfit-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("./fonts/DMSans-ExtraLight.eot");
    src:
        local("DM Sans ExtraLight"),
        local("DMSans-ExtraLight"),
        url("./fonts/DMSans-ExtraLight.eot?#iefix") format("embedded-opentype"),
        url("./fonts/DMSans-ExtraLight.woff2") format("woff2"),
        url("./fonts/DMSans-ExtraLight.woff") format("woff"),
        url("./fonts/DMSans-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("./fonts/DMSans-Thin.eot");
    src:
        local("DM Sans Thin"),
        local("DMSans-Thin"),
        url("./fonts/DMSans-Thin.eot?#iefix") format("embedded-opentype"),
        url("./fonts/DMSans-Thin.woff2") format("woff2"),
        url("./fonts/DMSans-Thin.woff") format("woff"),
        url("./fonts/DMSans-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("./fonts/DMSans-SemiBold.eot");
    src:
        local("DM Sans SemiBold"),
        local("DMSans-SemiBold"),
        url("./fonts/DMSans-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("./fonts/DMSans-SemiBold.woff2") format("woff2"),
        url("./fonts/DMSans-SemiBold.woff") format("woff"),
        url("./fonts/DMSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("./fonts/DMSans-Italic.eot");
    src:
        local("DM Sans Italic"),
        local("DMSans-Italic"),
        url("./fonts/DMSans-Italic.eot?#iefix") format("embedded-opentype"),
        url("./fonts/DMSans-Italic.woff2") format("woff2"),
        url("./fonts/DMSans-Italic.woff") format("woff"),
        url("./fonts/DMSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("./fonts/DMSans-Regular.eot");
    src:
        local("DM Sans Regular"),
        local("DMSans-Regular"),
        url("./fonts/DMSans-Regular.eot?#iefix") format("embedded-opentype"),
        url("./fonts/DMSans-Regular.woff2") format("woff2"),
        url("./fonts/DMSans-Regular.woff") format("woff"),
        url("./fonts/DMSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("./fonts/Outfit-Bold.eot");
    src:
        local("Outfit Bold"),
        local("Outfit-Bold"),
        url("./fonts/Outfit-Bold.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Outfit-Bold.woff2") format("woff2"),
        url("./fonts/Outfit-Bold.woff") format("woff"),
        url("./fonts/Outfit-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("./fonts/Outfit-Regular.eot");
    src:
        local("Outfit Regular"),
        local("Outfit-Regular"),
        url("./fonts/Outfit-Regular.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Outfit-Regular.woff2") format("woff2"),
        url("./fonts/Outfit-Regular.woff") format("woff"),
        url("./fonts/Outfit-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("./fonts/Outfit-Thin.eot");
    src:
        local("Outfit Thin"),
        local("Outfit-Thin"),
        url("./fonts/Outfit-Thin.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Outfit-Thin.woff2") format("woff2"),
        url("./fonts/Outfit-Thin.woff") format("woff"),
        url("./fonts/Outfit-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("./fonts/Outfit-Medium.eot");
    src:
        local("Outfit Medium"),
        local("Outfit-Medium"),
        url("./fonts/Outfit-Medium.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Outfit-Medium.woff2") format("woff2"),
        url("./fonts/Outfit-Medium.woff") format("woff"),
        url("./fonts/Outfit-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("./fonts/Outfit-SemiBold.eot");
    src:
        local("Outfit SemiBold"),
        local("Outfit-SemiBold"),
        url("./fonts/Outfit-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Outfit-SemiBold.woff2") format("woff2"),
        url("./fonts/Outfit-SemiBold.woff") format("woff"),
        url("./fonts/Outfit-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("./fonts/Outfit-Light.eot");
    src:
        local("Outfit Light"),
        local("Outfit-Light"),
        url("./fonts/Outfit-Light.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Outfit-Light.woff2") format("woff2"),
        url("./fonts/Outfit-Light.woff") format("woff"),
        url("./fonts/Outfit-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("./fonts/Outfit-ExtraBold.eot");
    src:
        local("Outfit ExtraBold"),
        local("Outfit-ExtraBold"),
        url("./fonts/Outfit-ExtraBold.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Outfit-ExtraBold.woff2") format("woff2"),
        url("./fonts/Outfit-ExtraBold.woff") format("woff"),
        url("./fonts/Outfit-ExtraBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("./fonts/Outfit-ExtraLight.eot");
    src:
        local("Outfit ExtraLight"),
        local("Outfit-ExtraLight"),
        url("./fonts/Outfit-ExtraLight.eot?#iefix") format("embedded-opentype"),
        url("./fonts/Outfit-ExtraLight.woff2") format("woff2"),
        url("./fonts/Outfit-ExtraLight.woff") format("woff"),
        url("./fonts/Outfit-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/*industry lists nav css starts here*/

@media only screen and (max-width: 991px) {
    .industry-lists-nav {
        gap: 15px;
        overflow: hidden;
        overflow-x: scroll;
    }
}
.industry-lists-nav ul {
    display: flex;
    gap: 12px;
}

.industry-lists-nav .email-icon {
    flex: 0 0 auto;
    margin: 0 10px;
}
@media only screen and (min-width: 992px) {
    .industry-lists-nav .email-icon {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .addindstickheader {
        display: none;
    }
}

.industry-lists-nav .email-icon .btn-icon {
    background-color: #333;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 
.addindstickheader {
    position: sticky;
    top: 72px;
    width: 100%;
    z-index: 999;
    max-width: calc(100vw - 12px);
}

@media only screen and (max-width: 575px) {
    .addindstickheader {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .addindstickheader{
        top:66px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
    .addindstickheader .container {
        padding: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
    .addindstickheader .container-fluid {
        padding: 0;
    }
}

.real-estate-wrap-outer .industry-lists-nav .email-icon {
    padding: 5px;
}

.br-40 {
    border-radius: 40px;
}

@media screen and (max-width: 1023px) {
    .br-40 {
        border-radius: 16px;
    }
}

.icon {
    display: block;
    position: relative;
}

.icon::before {
    content: "";
    background-color: #192020;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition:
        opacity 0.3s ease,
        background-color 0.3s ease;
}

.icon-healthcare-providers {
    width: 28px;
    height: 30px;
}

.icon-healthcare-providers::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='32' fill='none'%3E%3Cpath d='M14.982.835a.505.505 0 0 0-.21.058S8.8 3.886 1.353 4.886a.503.503 0 0 0-.435.502V16c0 6.502 3.541 10.357 7.033 12.502 3.492 2.144 6.977 2.66 6.977 2.66.049.008.099.008.148 0 0 0 3.485-.516 6.977-2.66 3.49-2.145 7.031-6 7.031-12.502V5.39a.507.507 0 0 0-.433-.505C21.2 3.886 15.227.89 15.227.89a.502.502 0 0 0-.247-.058l.002.002Zm.019 6.068c4.994 0 9.05 4.077 9.05 9.096s-4.056 9.102-9.05 9.102c-4.994 0-9.052-4.083-9.052-9.102S10.007 6.903 15 6.903Zm-2.015 4.547v2.534h-2.51a.503.503 0 0 0-.505.504v3.03c0 .279.228.504.506.502h2.513v2.532c0 .279.228.504.505.502h3.013a.503.503 0 0 0 .506-.502v-2.53h2.513a.502.502 0 0 0 .506-.502v-3.034a.508.508 0 0 0-.506-.504h-2.515v-2.53a.508.508 0 0 0-.506-.504h-3.04a.504.504 0 0 0-.478.504l-.002-.002Z' fill='%23fff'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='32' fill='none'%3E%3Cpath d='M14.982.835a.505.505 0 0 0-.21.058S8.8 3.886 1.353 4.886a.503.503 0 0 0-.435.502V16c0 6.502 3.541 10.357 7.033 12.502 3.492 2.144 6.977 2.66 6.977 2.66.049.008.099.008.148 0 0 0 3.485-.516 6.977-2.66 3.49-2.145 7.031-6 7.031-12.502V5.39a.507.507 0 0 0-.433-.505C21.2 3.886 15.227.89 15.227.89a.502.502 0 0 0-.247-.058l.002.002Zm.019 6.068c4.994 0 9.05 4.077 9.05 9.096s-4.056 9.102-9.05 9.102c-4.994 0-9.052-4.083-9.052-9.102S10.007 6.903 15 6.903Zm-2.015 4.547v2.534h-2.51a.503.503 0 0 0-.505.504v3.03c0 .279.228.504.506.502h2.513v2.532c0 .279.228.504.505.502h3.013a.503.503 0 0 0 .506-.502v-2.53h2.513a.502.502 0 0 0 .506-.502v-3.034a.508.508 0 0 0-.506-.504h-2.515v-2.53a.508.508 0 0 0-.506-.504h-3.04a.504.504 0 0 0-.478.504l-.002-.002Z' fill='%23fff'/%3E%3C/svg%3E");
}

.icon-life-sciences {
    width: 28px;
    height: 30px;
}

.icon-life-sciences::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M27.631 12.86a14.889 14.889 0 0 0-9.902.01 2.058 2.058 0 0 0-1.38 1.95v3.913c0 1.538.37 3.054 1.078 4.418a9.547 9.547 0 0 0 2.99 3.417l1.697 1.195c.17.12.367.18.566.18.198 0 .397-.06.576-.18l1.696-1.195a9.587 9.587 0 0 0 2.986-3.42 9.622 9.622 0 0 0 1.082-4.415v-3.912a2.09 2.09 0 0 0-1.389-1.961Zm-2.966 7.118h-.993v.995a.997.997 0 0 1-.992.996.997.997 0 0 1-.992-.996v-.995h-.993a.997.997 0 0 1 0-1.991h.993v-.996c0-.547.446-.995.992-.995s.992.448.992.995v.996h.992c.546 0 .993.448.993.995a.997.997 0 0 1-.992.996Zm-10.786-.996H5.94a.997.997 0 0 1-.992-.995c0-.548.447-.996.992-.996h7.939c.178 0 .347.05.486.13v-2.25a.984.984 0 0 1-.486.13H5.94a.997.997 0 0 1-.992-.996c0-.548.447-.996.992-.996h7.939c.297 0 .565.14.754.348a4.037 4.037 0 0 1 2.43-2.369 15.76 15.76 0 0 1 1.777-.518V5.045a2.99 2.99 0 0 0-2.977-2.987H3.956A2.99 2.99 0 0 0 .979 5.045v17.92a2.99 2.99 0 0 0 2.977 2.986h11.659c-.794-1.563-1.23-5.296-1.25-7.098a.984.984 0 0 1-.486.13ZM8.917 5.045h4.962c.545 0 .992.448.992.995a.997.997 0 0 1-.992.996H8.917a.997.997 0 0 1-.992-.996c0-.547.446-.995.992-.995Zm0 3.982h4.962a.997.997 0 0 1 0 1.99H8.917a.997.997 0 0 1-.992-.995c0-.547.446-.995.992-.995ZM5.94 5.045c.546 0 .993.448.993.995a.997.997 0 0 1-.993.996.997.997 0 0 1-.992-.996c0-.547.447-.995.992-.995Zm0 3.982c.546 0 .993.448.993.995a.997.997 0 0 1-.993.996.997.997 0 0 1 0-1.991Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.44 .44)' d='M0 0h29.12v29.12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M27.631 12.86a14.889 14.889 0 0 0-9.902.01 2.058 2.058 0 0 0-1.38 1.95v3.913c0 1.538.37 3.054 1.078 4.418a9.547 9.547 0 0 0 2.99 3.417l1.697 1.195c.17.12.367.18.566.18.198 0 .397-.06.576-.18l1.696-1.195a9.587 9.587 0 0 0 2.986-3.42 9.622 9.622 0 0 0 1.082-4.415v-3.912a2.09 2.09 0 0 0-1.389-1.961Zm-2.966 7.118h-.993v.995a.997.997 0 0 1-.992.996.997.997 0 0 1-.992-.996v-.995h-.993a.997.997 0 0 1 0-1.991h.993v-.996c0-.547.446-.995.992-.995s.992.448.992.995v.996h.992c.546 0 .993.448.993.995a.997.997 0 0 1-.992.996Zm-10.786-.996H5.94a.997.997 0 0 1-.992-.995c0-.548.447-.996.992-.996h7.939c.178 0 .347.05.486.13v-2.25a.984.984 0 0 1-.486.13H5.94a.997.997 0 0 1-.992-.996c0-.548.447-.996.992-.996h7.939c.297 0 .565.14.754.348a4.037 4.037 0 0 1 2.43-2.369 15.76 15.76 0 0 1 1.777-.518V5.045a2.99 2.99 0 0 0-2.977-2.987H3.956A2.99 2.99 0 0 0 .979 5.045v17.92a2.99 2.99 0 0 0 2.977 2.986h11.659c-.794-1.563-1.23-5.296-1.25-7.098a.984.984 0 0 1-.486.13ZM8.917 5.045h4.962c.545 0 .992.448.992.995a.997.997 0 0 1-.992.996H8.917a.997.997 0 0 1-.992-.996c0-.547.446-.995.992-.995Zm0 3.982h4.962a.997.997 0 0 1 0 1.99H8.917a.997.997 0 0 1-.992-.995c0-.547.446-.995.992-.995ZM5.94 5.045c.546 0 .993.448.993.995a.997.997 0 0 1-.993.996.997.997 0 0 1-.992-.996c0-.547.447-.995.992-.995Zm0 3.982c.546 0 .993.448.993.995a.997.997 0 0 1-.993.996.997.997 0 0 1 0-1.991Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(.44 .44)' d='M0 0h29.12v29.12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.icon-west {
    width: 28px;
    height: 28px;
}

.icon-west::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e8eaed'%3E%3Cpath d='M233-440h607q17 0 28.5-11.5T880-480q0-17-11.5-28.5T840-520H233l155-156q11-11 11.5-27.5T388-732q-11-11-28-11t-28 11L108-508q-6 6-8.5 13T97-480q0 8 2.5 15t8.5 13l224 224q11 11 27.5 11t28.5-11q12-12 12-28.5T388-285L233-440Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e8eaed'%3E%3Cpath d='M233-440h607q17 0 28.5-11.5T880-480q0-17-11.5-28.5T840-520H233l155-156q11-11 11.5-27.5T388-732q-11-11-28-11t-28 11L108-508q-6 6-8.5 13T97-480q0 8 2.5 15t8.5 13l224 224q11 11 27.5 11t28.5-11q12-12 12-28.5T388-285L233-440Z'/%3E%3C/svg%3E");
}

.icon-east {
    width: 28px;
    height: 28px;
}

.icon-east::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e8eaed'%3E%3Cpath d='M727-440H120q-17 0-28.5-11.5T80-480q0-17 11.5-28.5T120-520h607L572-676q-11-11-11.5-27.5T572-732q11-11 28-11t28 11l224 224q6 6 8.5 13t2.5 15q0 8-2.5 15t-8.5 13L628-228q-11 11-27.5 11T572-228q-12-12-12-28.5t12-28.5l155-155Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e8eaed'%3E%3Cpath d='M727-440H120q-17 0-28.5-11.5T80-480q0-17 11.5-28.5T120-520h607L572-676q-11-11-11.5-27.5T572-732q11-11 28-11t28 11l224 224q6 6 8.5 13t2.5 15q0 8-2.5 15t-8.5 13L628-228q-11 11-27.5 11T572-228q-12-12-12-28.5t12-28.5l155-155Z'/%3E%3C/svg%3E");
}

.icon-check-circle {
    width: 28px;
    height: 28px;
}

.icon-check-circle::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e8eaed'%3E%3Cpath d='m424-408-86-86q-11-11-28-11t-28 11q-11 11-11 28t11 28l114 114q12 12 28 12t28-12l226-226q11-11 11-28t-11-28q-11-11-28-11t-28 11L424-408Zm56 328q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e8eaed'%3E%3Cpath d='m424-408-86-86q-11-11-28-11t-28 11q-11 11-11 28t11 28l114 114q12 12 28 12t28-12l226-226q11-11 11-28t-11-28q-11-11-28-11t-28 11L424-408Zm56 328q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");
}

.icon-arrow {
    width: 24px;
    height: 24px;
}

.icon-arrow::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cmask id='mask0_1012_4796' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect y='0.5' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1012_4796)'%3E%3Cpath d='M16.9989 8.5538L6.07972 19.473C5.94125 19.6115 5.76722 19.6823 5.55762 19.6855C5.348 19.6887 5.17076 19.6179 5.02589 19.473C4.88103 19.3282 4.80859 19.1525 4.80859 18.9461C4.80859 18.7397 4.88103 18.5641 5.02589 18.4192L15.9451 7.49998H9.74892C9.53644 7.49998 9.35832 7.42807 9.21457 7.28425C9.07082 7.14045 8.99894 6.96225 8.99894 6.74965C8.99894 6.53707 9.07082 6.35898 9.21457 6.2154C9.35832 6.0718 9.53644 6 9.74892 6H17.5951C17.8512 6 18.0658 6.08663 18.239 6.25988C18.4123 6.43311 18.4989 6.64777 18.4989 6.90385V14.75C18.4989 14.9625 18.427 15.1406 18.2832 15.2844C18.1394 15.4281 17.9612 15.5 17.7486 15.5C17.536 15.5 17.3579 15.4281 17.2143 15.2844C17.0707 15.1406 16.9989 14.9625 16.9989 14.75V8.5538Z' fill='%23192020'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cmask id='mask0_1012_4796' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='25'%3E%3Crect y='0.5' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1012_4796)'%3E%3Cpath d='M16.9989 8.5538L6.07972 19.473C5.94125 19.6115 5.76722 19.6823 5.55762 19.6855C5.348 19.6887 5.17076 19.6179 5.02589 19.473C4.88103 19.3282 4.80859 19.1525 4.80859 18.9461C4.80859 18.7397 4.88103 18.5641 5.02589 18.4192L15.9451 7.49998H9.74892C9.53644 7.49998 9.35832 7.42807 9.21457 7.28425C9.07082 7.14045 8.99894 6.96225 8.99894 6.74965C8.99894 6.53707 9.07082 6.35898 9.21457 6.2154C9.35832 6.0718 9.53644 6 9.74892 6H17.5951C17.8512 6 18.0658 6.08663 18.239 6.25988C18.4123 6.43311 18.4989 6.64777 18.4989 6.90385V14.75C18.4989 14.9625 18.427 15.1406 18.2832 15.2844C18.1394 15.4281 17.9612 15.5 17.7486 15.5C17.536 15.5 17.3579 15.4281 17.2143 15.2844C17.0707 15.1406 16.9989 14.9625 16.9989 14.75V8.5538Z' fill='%23192020'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-chevron-right {
    width: 24px;
    height: 24px;
}

.icon-chevron-right::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1108_8180' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Crect width='20' height='20' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1108_8180)'%3E%3Cpath d='M10.7926 10.0004L7.39839 6.60615C7.283 6.49077 7.22397 6.34574 7.22131 6.17106C7.21863 5.9964 7.27765 5.8487 7.39839 5.72798C7.51911 5.60724 7.66547 5.54688 7.83747 5.54688C8.00947 5.54688 8.15583 5.60724 8.27656 5.72798L12.0217 9.47317C12.0997 9.55115 12.1548 9.63342 12.1868 9.71996C12.2189 9.80649 12.2349 9.89997 12.2349 10.0004C12.2349 10.1008 12.2189 10.1943 12.1868 10.2808C12.1548 10.3674 12.0997 10.4496 12.0217 10.5276L8.27656 14.2728C8.16118 14.3882 8.01615 14.4472 7.84147 14.4499C7.66681 14.4526 7.51911 14.3935 7.39839 14.2728C7.27765 14.1521 7.21729 14.0057 7.21729 13.8337C7.21729 13.6617 7.27765 13.5154 7.39839 13.3946L10.7926 10.0004Z' fill='%23192020'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1108_8180' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Crect width='20' height='20' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1108_8180)'%3E%3Cpath d='M10.7926 10.0004L7.39839 6.60615C7.283 6.49077 7.22397 6.34574 7.22131 6.17106C7.21863 5.9964 7.27765 5.8487 7.39839 5.72798C7.51911 5.60724 7.66547 5.54688 7.83747 5.54688C8.00947 5.54688 8.15583 5.60724 8.27656 5.72798L12.0217 9.47317C12.0997 9.55115 12.1548 9.63342 12.1868 9.71996C12.2189 9.80649 12.2349 9.89997 12.2349 10.0004C12.2349 10.1008 12.2189 10.1943 12.1868 10.2808C12.1548 10.3674 12.0997 10.4496 12.0217 10.5276L8.27656 14.2728C8.16118 14.3882 8.01615 14.4472 7.84147 14.4499C7.66681 14.4526 7.51911 14.3935 7.39839 14.2728C7.27765 14.1521 7.21729 14.0057 7.21729 13.8337C7.21729 13.6617 7.27765 13.5154 7.39839 13.3946L10.7926 10.0004Z' fill='%23192020'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.retail-wrapper h2 {
    letter-spacing: 0.05rem;
}

.retail-wrapper .font-dm-sans {
    font-family: "DM Sans", sans-serif;
}

.retail-wrapper .font-anton {
    font-family: "Anton", sans-serif;
}

.retail-wrapper .font-outfit {
    font-family: "Outfit", sans-serif;
}

.retail-wrapper {
    /* colors for retail page only */
    --clr-retail-purple: #9c3aff;
    --clr-retail-purple-bg: #9c3aff1a;
    --clr-retail-blue: #3a59ff;
    --clr-retail-red: #ed184f;
    --clr-retail-red-bg: #ed184f1a;
    --clr-retail-yellow: #e48900;
    --clr-retail-yellow-bg: #e489001a;
    --clr-retail-blue-bg: #3a59ff1a;
    --clr-retail-black: #000000;
    --clr-retail-white: #ffffff;
    --clr-retail-green: #10aa4d;
    --clr-retail-green-bg: #0fab4e1a;
    --clr-retail-grey: #f1f0ec;

    /* base font */
    font-family: "DM Sans", sans-serif;
}

.retail-wrapper .retail-container {
    max-width: 1624px;
    margin: 0 auto;
}

.retail-ptb-90 {
    padding: 90px 0;
}
@media screen and (max-width: 1599px) {
    .retail-ptb-90 {
        padding: 70px 0;
    }
}
@media screen and (max-width: 1199px) {
    .retail-ptb-90 {
        padding: 55px 0;
    }
}
@media screen and (max-width: 991px) {
    .retail-ptb-90 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .retail-ptb-90 {
        padding: 45px 0;
    }
}
@media screen and (max-width: 575px) {
    .retail-ptb-90 {
        padding: 40px 0;
    }
}

.retail-pb-90 {
    padding-bottom: 90px;
}

@media screen and (max-width: 1599px) {
    .retail-pb-90 {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .retail-pb-90 {
        padding-bottom: 55px;
    }
}

@media screen and (max-width: 991px) {
    .retail-pb-90 {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .retail-pb-90 {
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 575px) {
    .retail-pb-90 {
        padding-bottom: 35px;
    }
}

/* Font sizes */

.retail-font-80 {
    font-size: 80px;
    line-height: 1.2;
}

@media screen and (max-width: 1699px) {
    .retail-font-80 {
        font-size: 60px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 1365px) {
    .retail-font-80 {
        font-size: 50px;
    }
}

@media screen and (max-width: 991px) {
    .retail-font-80 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .retail-font-80 {
        font-size: 32px;
    }
}

@media screen and (max-width: 575px) {
    .retail-font-80 {
        font-size: 28px;
    }
}

.retail-font-60 {
    font-size: 60px;
}
@media only screen and (max-width: 1199px) {
    .retail-font-60 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .retail-font-60 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .retail-font-60 {
        font-size: 32px;
    }
}

.retail-font-42 {
    font-size: 42px;
    line-height: 3.4rem;
    letter-spacing: -0.04rem;
}
@media screen and (max-width: 1599px) {
    .retail-font-42 {
        font-size: 38px;
        line-height: 3.2rem;
    }
}
@media screen and (max-width: 1365px) {
    .retail-font-42 {
        font-size: 36px;
        line-height: 3rem;
    }
}
@media screen and (max-width: 1199px) {
    .retail-font-42 {
        font-size: 32px;
        line-height: 2.6rem;
    }
}
@media screen and (max-width: 991px) {
    .retail-font-42 {
        font-size: 30px;
        line-height: 2.4rem;
    }
}
@media screen and (max-width: 575px) {
    .retail-font-42 {
        font-size: 26px;
        line-height: 2.3rem;
    }
}

.retail-font-40 {
    font-size: 40px;
    line-height: 3.4rem;
    letter-spacing: -0.04rem;
}
@media screen and (max-width: 1599px) {
    .retail-font-40 {
        font-size: 36px;
        line-height: 3.2rem;
    }
}
@media screen and (max-width: 1365px) {
    .retail-font-40 {
        font-size: 34px;
        line-height: 3rem;
    }
}
@media screen and (max-width: 1199px) {
    .retail-font-40 {
        font-size: 30px;
        line-height: 2.6rem;
    }
}
@media screen and (max-width: 991px) {
    .retail-font-40 {
        font-size: 28px;
        line-height: 2.4rem;
    }
}
@media screen and (max-width: 575px) {
    .retail-font-40 {
        font-size: 26px;
        line-height: 2.3rem;
    }
}

.retail-font-36 {
    font-size: 36px;
    line-height: 3rem;
}

@media screen and (max-width: 1199px) {
    .retail-font-36 {
        font-size: 28px;
        line-height: 2.6rem;
    }
}

@media screen and (max-width: 991px) {
    .retail-font-36 {
        font-size: 26px;
        line-height: 2.2rem;
    }
}

@media screen and (max-width: 575px) {
    .retail-font-36 {
        font-size: 24px;
        line-height: 2.2rem;
    }
}

.retail-font-32 {
    font-size: 32px;
    line-height: 2.8rem;
}

@media screen and (max-width: 1199px) {
    .retail-font-32 {
        font-size: 26px;
        line-height: 2.6rem;
    }
}

@media screen and (max-width: 991px) {
    .retail-font-32 {
        font-size: 24px;
        line-height: 2.2rem;
    }
}

.retail-font-24 {
    font-size: 24px;
    line-height: 2rem;
}
@media screen and (max-width: 1365px) {
    .retail-font-24 {
        font-size: 22px;
        line-height: 1.9rem;
    }
}
@media screen and (max-width: 1199px) {
    .retail-font-24 {
        font-size: 18px;
        line-height: 2rem;
    }
}
@media screen and (max-width: 1023px) {
    .retail-font-24 {
        font-size: 18px;
        line-height: 1.5;
    }
}

.retail-font-20 {
    font-size: 1.25rem;
    line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
    .retail-font-20 {
        font-size: 18px;
        line-height: 1.5;
    }
}

.retail-font-18 {
    font-size: 18px;
    line-height: 1.8rem;
}
@media screen and (max-width: 1599px) {
    .retail-font-18 {
        font-size: 16px;
        line-height: 1.6rem;
    }
}
@media screen and (max-width: 1199px) {
    .retail-font-18 {
        font-size: 16px;
        line-height: 1.5rem;
    }
}

.retail-font-14 {
    font-size: 14px;
    line-height: 1.5rem;
}

.retail-font-medium {
    font-weight: 500;
}

.retail-font-bold {
    font-weight: 700;
}

.retail-font-normal {
    font-weight: 400;
}

/* button css */

.retail-wrapper .retail-button {
    font-family: "Anton", sans-serif;
    padding: 10px;
    border-radius: 1000px;
    display: inline-flex;
    text-transform: uppercase;
    gap: 10px;
    align-items: center;
    background-color: var(--clr-retail-black);
    color: var(--clr-retail-white);
    padding-left: 24px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-button {
        padding: 6px;
        padding-left: 16px;
    }
}

.retail-wrapper .retail-button .retail-button-icon {
    height: 42px;
    width: 42px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--clr-retail-purple);
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-button .retail-button-icon {
        height: 32px;
        width: 32px;
        flex: 0 0 32px;
    }
}

.retail-wrapper .retail-button .retail-button-icon .icon::before {
    background-color: var(--clr-retail-white);
}

.retail-wrapper .retail-button:focus,
.retail-wrapper .retail-button:hover {
    background-color: var(--clr-retail-purple);
}

.retail-wrapper .retail-button:focus .retail-button-icon,
.retail-wrapper .retail-button:hover .retail-button-icon {
    background-color: var(--clr-retail-black);
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-button .retail-button-icon {
        transform: rotate(45deg);
    }
}

.retail-wrapper .retail-button.retail-button-white {
    background-color: var(--clr-retail-white);
    color: var(--clr-retail-black);
}

.retail-wrapper .retail-button.retail-button-white:focus,
.retail-wrapper .retail-button.retail-button-white:hover {
    background-color: var(--clr-retail-black);
    color: var(--clr-retail-white);
}

.retail-wrapper .retail-button.retail-button-white:focus .retail-button-icon,
.retail-wrapper .retail-button.retail-button-white:hover .retail-button-icon {
    background-color: var(--clr-retail-purple);
}

/* SATART : Retail hero css */

.retail-wrapper .sec-retail-hero .retail-hero {
    min-height: calc(100vh - 140px);
    padding: 30px 0 110px;
    display: flex;
    align-items: flex-end;
    background-image: url("./img/webp/big/retail-hero-bg.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 30px 30px 0;
    color: var(--clr-retail-white);
    border-radius: 30px;
}

@media screen and (max-width: 1599px) {
    .retail-wrapper .sec-retail-hero .retail-hero {
        padding: 30px 16px;
        background-image: url("./img/webp/retail-hero-bg.webp");
    }
}

@media screen and (max-width: 1365px) {
    .retail-wrapper .sec-retail-hero .retail-hero {
        border-radius: 24px;
        background-image: url("img/webp/tablet/retail-hero-bg.webp");
    }
}

@media screen and (max-width: 991px) {
    .retail-wrapper .sec-retail-hero .retail-hero {
        padding: 20px 10px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .sec-retail-hero .retail-hero {
        padding: 20px 0;
        border-radius: 20px;
        margin: 10px 10px 30px;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url("img/webp/mobile/retail-hero-bg.webp");
    }
}

@media screen and (max-width: 575px) {
    .retail-wrapper .sec-retail-hero .retail-hero {
        border-radius: 16px;
        margin-bottom: 0;
    }
}

.retail-wrapper .sec-retail-hero .retail-hero-inner {
    display: grid;
    grid-template-columns: 930px 1fr;
    gap: 32px;
    margin-bottom: 90px;
}

@media screen and (max-width: 1599px) {
    .retail-wrapper .sec-retail-hero .retail-hero-inner {
        grid-template-columns: 880px 1fr;
        margin-bottom: 70px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 1365px) {
    .retail-wrapper .sec-retail-hero .retail-hero-inner {
        grid-template-columns: 2fr 1fr;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .sec-retail-hero .retail-hero-inner {
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 991px) {
    .retail-wrapper .sec-retail-hero .retail-hero-inner {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .sec-retail-hero .retail-hero-inner {
        margin: 0;
        padding: 0;
    }
}

.retail-wrapper .sec-retail-hero .retail-hero-title {
    max-width: 900px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1599px) {
    .retail-wrapper .sec-retail-hero .retail-hero-title {
        max-width: 720px;
    }
}

.retail-wrapper .sec-retail-hero .retail-hero-link {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .retail-wrapper .sec-retail-hero .retail-hero-link {
        justify-content: center;
        align-items: center;
    }
}

.retail-wrapper .sec-retail-hero .retail-hero-link .retail-button {
    border-radius: 15px;
}

.retail-wrapper .retailheader {
    margin-top: -100px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .retail-wrapper .retailheader {
        margin-top: -75px;
    }
}

.retail-wrapper .retailheader .industry-nav-outer {
    all: unset;
}

@media only screen and (max-width: 1699px) {
    .retail-wrapper .retailheader .industry-nav-outer .industry-lists-nav {
        width: calc(100% - 60px);
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1599px) {
    .retail-wrapper .retailheader .industry-nav-outer .industry-lists-nav {
        width: calc(100% - 80px);
    }
}
@media only screen and (max-width: 1365px) {
    .retail-wrapper .retailheader .industry-nav-outer .industry-lists-nav {
        width: calc(100% - 100px);
    }
}
@media only screen and (max-width: 767px) {
    .retail-wrapper .retailheader .industry-nav-outer .industry-lists-nav {
        width: 100%;
    }
}

.retail-wrapper .retailheader .industry-nav-outer ul {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--clr-retail-black);
    padding: 4px;
    border-radius: 1000px;
    width: 100%;
    font-family: "Anton", sans-serif;
}

.retail-wrapper .retailheader .industry-nav-outer ul li {
    width: 100%;
}

.retail-wrapper .retailheader .industry-nav-outer ul li a {
    display: block;
    padding: 16px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: all 0.3s ease;
    text-align: center;
    color: var(--clr-retail-black);
    background-color: var(--clr-retail-white);
}

@media screen and (max-width: 991px) {
    .retail-wrapper .retailheader .industry-nav-outer ul li a {
        padding: 8px 12px;
        min-height: 1px;
        white-space: nowrap;
    }
}

.retail-wrapper .retailheader .industry-nav-outer ul li a.active,
.retail-wrapper .retailheader .industry-nav-outer ul li.active a,
.retail-wrapper .retailheader .industry-nav-outer ul li a:focus,
.retail-wrapper .retailheader .industry-nav-outer ul li a:hover {
    background-color: var(--clr-retail-purple);
    color: var(--clr-retail-white);
}

@media screen and (max-width: 991px) {
    .retail-wrapper .sec-retail-hero .industry-lists-nav .email-icon {
        height: 50px;
        width: 50px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 991px) {
    .retail-wrapper .sec-retail-hero .industry-lists-nav {
        align-items: center;
    }
}

.retail-wrapper .sec-retail-hero .addindstickheader.sticky {
    padding: 10px;
    left: 0;
}
/* END : Retail hero css */

/* START : Retail serve css */

.retail-wrapper .sec-retail-serve {
    padding-top: 130px;
}
@media only screen and (max-width: 1199px) {
    .retail-wrapper .sec-retail-serve {
        padding-top: 120px;
    }
}
@media only screen and (max-width: 991px) {
    .retail-wrapper .sec-retail-serve {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 575px) {
    .retail-wrapper .sec-retail-serve {
        padding-top: 40px;
    }
}

.retail-wrapper .sec-retail-serve .retail-serve-top {
    max-width: 1224px;
    margin: 0 auto 60px;
}

.retail-wrapper .sec-retail-serve .retail-serve-top .retail-serve-title {
    margin-bottom: 10px;
}

.retail-wrapper .sec-retail-serve .retail-serve-main .nav .nav-link {
    padding: 16px 24px;
    border-radius: 1000px;
    outline: none;
    box-shadow: none;
    background-color: var(--clr-retail-white);
    color: var(--clr-retail-black);
    border: none;
    letter-spacing: 1px;
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .nav .nav-link {
        border-radius: 10px;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .nav .nav-link {
        padding: 8px 16px;
        border-radius: 8px;
        margin-bottom: 4px;
    }
}

.retail-wrapper .sec-retail-serve .retail-serve-main .nav .nav-link.active,
.retail-wrapper .sec-retail-serve .retail-serve-main .nav .nav-link:focus,
.retail-wrapper .sec-retail-serve .retail-serve-main .nav .nav-link:hover {
    outline: none;
    border: none;
    box-shadow: none;
    background-color: var(--clr-retail-purple);
    color: var(--clr-retail-white);
}

.retail-wrapper .sec-retail-serve .retail-serve-main nav {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.retail-wrapper .sec-retail-serve .retail-serve-main .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: var(--clr-retail-black);
    padding: 10px;
    border-radius: 1000px;
    border: none;
    margin: 0 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .nav {
        justify-content: flex-start;
        border: 1px solid var(--clr-retail-black);
        border-radius: 24px 24px 0 0;
        margin: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .nav {
        margin: 0 10px;
        padding: 12px 15px;
        border-radius: 16px 16px 0 0;
    }
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane {
    margin: -40px 30px 0;
    border-radius: 30px;
    background-image: url("img/webp/big/serve-bg.webp");
    padding: 100px 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--clr-retail-white);
}

@media screen and (max-width: 1439px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane {
        padding-top: 70px;
        background-image: url("img/webp/serve-bg.webp");
    }
}

@media screen and (max-width: 1365px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane {
        border-radius: 0 0 24px 24px;
    }
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane {
        padding: 30px 16px;
        margin-top: 0;
        border-radius: 0 0 20px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane {
        background-image: url("img/webp/tablet/serve-bg.webp");
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane {
        padding: 15px 0;
        margin: 0 10px;
        border-radius: 0 0 15px 15px;
        background-image: url("img/webp/mobile/serve-bg.webp");
    }
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .serve-main-title,
.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .serve-main-desc {
    max-width: 1180px;
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .serve-main-title {
    margin-bottom: 10px;
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .serve-main-desc {
    margin-bottom: 60px;
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .serve-main-desc {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 991px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .serve-main-desc {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .serve-main-desc {
        margin-bottom: 16px;
    }
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-card {
    position: relative;
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-card img {
    border-radius: 30px;
}

@media screen and (max-width: 1365px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-card img {
        border-radius: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-card img {
        border-radius: 16px;
    }
}

@media screen and (max-width: 991px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-card img {
        border-radius: 10px;
    }
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-card .retail-serve-card-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    text-align: center;
}

@media screen and (max-width: 1365px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-card .retail-serve-card-text {
        padding: 24px;
    }
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-main-slider {
    margin-bottom: 100px;
}

@media screen and (max-width: 1599px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-main-slider {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-main-slider {
        margin-bottom: 0;
    }
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-main-slider .retail-serve-button-prev i {
    transform: scale(-1);
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-main-slider i {
    width: 30px;
    height: 30px;
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-main-slider i::before {
    background-color: var(--clr-retail-white);
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-main-slider .retail-serve-button-next,
.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-main-slider .retail-serve-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--clr-retail-white);
    border-radius: 100px;
    height: 44px;
    width: 44px;
    background-color: #0000001a;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-main-slider .retail-serve-button-next,
    .retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-main-slider .retail-serve-button-prev {
        height: 34px;
        width: 50px;
        border-radius: 10px;
    }
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-main-slider .retail-serve-card-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    overflow: auto;
    opacity: 0;
    background-color: var(--clr-retail-purple);
    color: var(--clr-retail-white);
    z-index: 2;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

@media screen and (max-width: 767px) {
    .retail-wrapper
        .sec-retail-serve
        .retail-serve-main
        .tab-pane
        .retail-serve-main-slider
        .retail-serve-card-overlay {
        padding: 15px;
    }
}

.retail-wrapper
    .sec-retail-serve
    .retail-serve-main
    .tab-pane
    .retail-serve-main-slider
    .retail-serve-card-overlay::-webkit-scrollbar {
    display: none;
}

.retail-wrapper
    .sec-retail-serve
    .retail-serve-main
    .tab-pane
    .retail-serve-main-slider
    .retail-serve-card:hover
    .retail-serve-card-overlay {
    opacity: 1;
}

@media screen and (max-width: 1365px) {
    .retail-wrapper
        .sec-retail-serve
        .retail-serve-main
        .tab-pane
        .retail-serve-main-slider
        .retail-serve-card-overlay {
        border-radius: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .retail-wrapper
        .sec-retail-serve
        .retail-serve-main
        .tab-pane
        .retail-serve-main-slider
        .retail-serve-card-overlay {
        border-radius: 16px;
    }
}

@media screen and (max-width: 991px) {
    .retail-wrapper
        .sec-retail-serve
        .retail-serve-main
        .tab-pane
        .retail-serve-main-slider
        .retail-serve-card-overlay {
        border-radius: 10px;
    }
}

.retail-wrapper .sec-retail-serve .retail-serve-main .tab-pane .retail-serve-main-slider .swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}
/* END : Retail serve css */

/* START : retail-experts css */
.retail-wrapper .retail-experts .retail-experts-inner {
    max-width: 625px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.retail-wrapper .retail-experts {
    background: linear-gradient(180deg, #d4d1cc 0%, #dbd8d3 25.27%, #dddcd8 50.18%, #deddd9 75.09%, #dbdad6 100%);
    margin: 0 30px;
    border-radius: 30px;
}

.retail-wrapper .retail-experts {
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .retail-experts {
        min-height: 1px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-experts {
        margin: 0 10px;
        border-radius: 15px;
        padding: 20px 3px;
    }
}

.retail-wrapper .retail-experts .retail-experts-decor-left {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 565px;
    z-index: 1;
    mix-blend-mode: darken;
    pointer-events: none;
}

@media screen and (max-width: 1439px) {
    .retail-wrapper .retail-experts .retail-experts-decor-left {
        width: 400px;
    }
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .retail-experts .retail-experts-decor-left {
        width: 240px;
    }
}

@media screen and (max-width: 991px) {
    .retail-wrapper .retail-experts .retail-experts-decor-left {
        display: none;
    }
}

.retail-wrapper .retail-experts .retail-experts-decor-right {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 412px;
    z-index: 1;
    mix-blend-mode: darken;
    pointer-events: none;
}

@media screen and (max-width: 1439px) {
    .retail-wrapper .retail-experts .retail-experts-decor-right {
        width: 300px;
    }
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .retail-experts .retail-experts-decor-right {
        width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .retail-wrapper .retail-experts .retail-experts-decor-right {
        display: none;
    }
}
/* END : retail-experts css */

/* START : retail-insights */
.retail-wrapper .retail-insights .retail-insights-desc {
    color: #3b5068;
}

.retail-wrapper .retail-insights {
    margin: 0 30px;
    background-color: var(--clr-retail-grey);
    border-radius: 30px;
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .retail-insights {
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-insights {
        margin: 0 10px;
        border-radius: 16px;
        padding: 15px 0;
    }
}

.retail-wrapper .retail-insights .retail-insights-top {
    margin-bottom: 60px;
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .retail-insights .retail-insights-top {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-insights .retail-insights-top {
        margin-bottom: 16px;
    }
}

.retail-wrapper .retail-insights .retail-insights-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .retail-insights .retail-insights-inner {
        gap: 20px;
        padding: 0 10px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-insights .retail-insights-inner {
        gap: 16px;
        padding: 0;
        grid-template-columns: 1fr;
    }
}

.retail-wrapper .retail-insights .retail-insights-card {
    box-shadow: 0 1px 4px 0 #0c0c0d0d;
    background-color: var(--clr-retail-white);
    border-radius: 16px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-insights .retail-insights-card {
        border-radius: 10px;
    }
}

.retail-wrapper .retail-insights .retail-insights-card .retail-insights-card-body {
    padding: 24px;
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-insights .retail-insights-card .retail-insights-card-body {
        padding: 15px;
    }
}

.retail-wrapper .retail-insights .retail-insights-card .retail-insights-card-body .retail-insights-tag {
    background-color: #f2f0ff;
    border: 1px solid #5139d5;
    color: #5139d5;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 8px 2px;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-insights .retail-insights-card .retail-insights-card-body .retail-insights-tag {
        font-size: 14px;
        padding: 2px 6px;
    }
}

/* END : retail-insights */

/* START : retail-faq css */

.retail-wrapper .retail-faq {
    margin: 0 30px;
    background-color: var(--clr-retail-grey);
    border-radius: 30px;
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .retail-faq {
        border-radius: 20px;
        padding-inline: 10px;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-faq {
        border-radius: 16px;
        padding-inline: 0;
        margin: 0 10px;
        padding: 15px 0;
    }
}

.retail-wrapper .retail-faq .accordion {
    display: grid;
    grid-gap: 16px;
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-faq .accordion {
        grid-gap: 15px;
    }
}

.retail-wrapper .retail-faq .accordion .accordion-item {
    border-radius: 16px;
    border: none;
    overflow: hidden;
}

.retail-wrapper .retail-faq .accordion .accordion-item .accordion-body {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-faq .accordion .accordion-item {
        border-radius: 10px;
    }

    .retail-wrapper .retail-faq .accordion .accordion-button {
        padding: 15px;
        gap: 6px;
    }

    .retail-wrapper .retail-faq .accordion .accordion-item .accordion-body {
        padding: 12px;
        font-size: 16px;
        padding-top: 0;
    }
}

.retail-wrapper .retail-faq .accordion .accordion-button {
    font-weight: 500;
    color: var(--clr-retail-black);
}

.retail-wrapper .retail-faq .accordion .accordion-button:focus {
    box-shadow: none;
}

.retail-wrapper .retail-faq .accordion .accordion-button:not(.collapsed) {
    color: var(--clr-retail-black);
    background: transparent;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-faq .accordion .accordion-button {
        align-items: flex-start;
        gap: 4px;
    }
}

.retail-wrapper .retail-faq .accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='38' height='38' rx='19' fill='%23EFEFEF'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M27.1 18.1h-7.2v-7.2a.9.9 0 0 0-1.8 0v7.2h-7.2a.9.9 0 0 0 0 1.8h7.2v7.2a.9.9 0 0 0 1.8 0v-7.2h7.2a.9.9 0 0 0 0-1.8Z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(10 10)' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    height: 38px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 38px;
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-faq .accordion .accordion-button::after {
        width: 24px;
        height: 24px;
    }
}

.retail-wrapper .retail-faq .accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}

/* END : retail-faq css */

/* SATRT : sorts-page-se-dev-section */

.retail-wrapper .sorts-page-se-dev-section-wrapper {
    background-image: url("img/webp/big/software-development-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    margin: 0 30px;
    padding-inline: 30px;
}

@media screen and (max-width: 1439px) {
    .retail-wrapper .sorts-page-se-dev-section-wrapper {
        background-image: url("img/webp/software-development-bg.webp");
    }
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .sorts-page-se-dev-section-wrapper {
        padding-inline: 16px;
        border-radius: 24px;
        background-image: url("img/webp/tablet/software-development-bg.webp");
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .sorts-page-se-dev-section-wrapper {
        padding: 15px 3px;
        border-radius: 15px;
        margin: 0 10px;
        background-image: url("img/webp/mobile/software-development-bg.webp");
    }
}

.retail-wrapper .sorts-page-se-dev-section-wrapper .text-wrapper {
    max-width: 949px;
}

.retail-wrapper .sorts-page-se-dev-section-wrapper .consult-span {
    background-color: rgba(156, 58, 255, 0.1);
    color: #9c3aff;
}
.retail-wrapper .sorts-page-se-dev-section-wrapper .modernize-span {
    background-color: rgba(237, 24, 79, 0.1);
    color: #ed184f;
}
.retail-wrapper .sorts-page-se-dev-section-wrapper .develop-span {
    background-color: rgba(58, 89, 255, 0.1);
    color: #3a59ff;
}
.retail-wrapper .sorts-page-se-dev-section-wrapper .integrate-span {
    background-color: rgba(16, 170, 77, 0.1);
    color: #10aa4d;
}
.retail-wrapper .sorts-page-se-dev-section-wrapper .maintain-span {
    background-color: rgba(228, 137, 0, 0.1);
    color: #e48900;
}
.retail-wrapper
    .sorts-page-se-dev-section-wrapper
    .retail-result-section-flex-wrapper
    .retail-inner-section-flex-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .retail-wrapper
        .sorts-page-se-dev-section-wrapper
        .retail-result-section-flex-wrapper
        .retail-inner-section-flex-wrapper {
        flex-direction: column;
    }
}
@media (min-width: 768px) and (max-width: 1050px) {
    .retail-wrapper
        .sorts-page-se-dev-section-wrapper
        .retail-result-section-flex-wrapper
        .retail-inner-section-flex-wrapper {
        flex-direction: column;
    }
}
.retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-section-one,
.retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-section-three {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 33.33%;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-section-one,
    .retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-section-three {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1050px) {
    .retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-section-one,
    .retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-section-three {
        flex-direction: row;
        align-items: stretch;
        width: 100%;
    }
}
.retail-wrapper
    .sorts-page-se-dev-section-wrapper
    .retail-result-section-flex-wrapper
    .retail-section-one
    .retail-flex-card,
.retail-wrapper
    .sorts-page-se-dev-section-wrapper
    .retail-result-section-flex-wrapper
    .retail-section-three
    .retail-flex-card {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .retail-wrapper
        .sorts-page-se-dev-section-wrapper
        .retail-result-section-flex-wrapper
        .retail-section-one
        .retail-flex-card,
    .retail-wrapper
        .sorts-page-se-dev-section-wrapper
        .retail-result-section-flex-wrapper
        .retail-section-three
        .retail-flex-card {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 1050px) {
    .retail-wrapper
        .sorts-page-se-dev-section-wrapper
        .retail-result-section-flex-wrapper
        .retail-section-one
        .retail-flex-card,
    .retail-wrapper
        .sorts-page-se-dev-section-wrapper
        .retail-result-section-flex-wrapper
        .retail-section-three
        .retail-flex-card {
        width: 50%;
    }
}
.retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-section-two {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 33.33%;
}
@media only screen and (max-width: 767px) {
    .retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-section-two {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1050px) {
    .retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-section-two {
        flex-direction: row;
        align-items: stretch;
        width: 100%;
    }
    .retail-wrapper
        .sorts-page-se-dev-section-wrapper
        .retail-result-section-flex-wrapper
        .retail-section-two
        .retail-flex-card {
        width: 50%;
    }
}
.retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-flex-card {
    height: auto;
    background-color: white;
    padding: clamp(20px, 1.8vw, 30px);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}
@media only screen and (min-width: 1051px) {
    .retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-flex-card {
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-flex-card {
        padding: 15px;
    }
}
@media (min-width: 768px) and (max-width: 1050px) {
    .retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-flex-card {
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-flex-card {
        border-radius: 15px;
    }
}
.retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-flex-card p {
    margin: 0;
    color: var(--secondry-text-color);
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    .retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-flex-card p {
        font-size: clamp(16px, 3vw, 18px);
    }
}
@media (min-width: 768px) and (max-width: 1050px) {
    .retail-wrapper .sorts-page-se-dev-section-wrapper .retail-result-section-flex-wrapper .retail-flex-card p {
        font-size: clamp(16px, 3vw, 18px);
    }
}
.retail-wrapper
    .sorts-page-se-dev-section-wrapper
    .retail-result-section-flex-wrapper
    .retail-flex-card
    .header-text-flex
    p {
    font-size: 18px;
}
.retail-wrapper
    .sorts-page-se-dev-section-wrapper
    .retail-result-section-flex-wrapper
    .retail-flex-card
    .list-wrapper
    ul,
.retail-wrapper
    .sorts-page-se-dev-section-wrapper
    .retail-result-section-flex-wrapper
    .retail-flex-card
    .list-wrapper
    li {
    list-style-type: none;
    padding: 0;
}
.retail-wrapper
    .sorts-page-se-dev-section-wrapper
    .retail-result-section-flex-wrapper
    .retail-flex-card
    .list-wrapper
    ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .retail-wrapper
        .sorts-page-se-dev-section-wrapper
        .retail-result-section-flex-wrapper
        .retail-flex-card
        .list-wrapper
        ul {
        gap: 6px;
    }
}
.retail-wrapper
    .sorts-page-se-dev-section-wrapper
    .retail-result-section-flex-wrapper
    .retail-flex-card
    .list-wrapper
    ul
    li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .retail-wrapper
        .sorts-page-se-dev-section-wrapper
        .retail-result-section-flex-wrapper
        .retail-flex-card
        .list-wrapper
        ul
        li {
        gap: 10px;
    }
}

.retail-wrapper
    .sorts-page-se-dev-section-wrapper
    .retail-result-section-flex-wrapper
    .retail-flex-card
    .list-wrapper
    ul
    li
    span:has(> img) {
    flex: 0 0 24px;
    display: inline-block;
    margin-top: -2px;
}
.retail-wrapper
    .sorts-page-se-dev-section-wrapper
    .retail-result-section-flex-wrapper
    .retail-flex-card
    .retail-title-text {
    padding: 8px 10px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .retail-wrapper
        .sorts-page-se-dev-section-wrapper
        .retail-result-section-flex-wrapper
        .retail-flex-card
        .retail-title-text {
        padding: 6px 16px;
        border-radius: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1050px) {
    .retail-wrapper
        .sorts-page-se-dev-section-wrapper
        .retail-result-section-flex-wrapper
        .retail-flex-card
        .retail-title-text {
        padding: 6px 16px;
        border-radius: 10px;
    }
}

/* END : sorts-page-se-dev-section */

/* START : retail-excellence */

.retail-wrapper .retail-excellence .retail-excellence-inner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
}

@media screen and (max-width: 1599px) {
    .retail-wrapper .retail-excellence .retail-excellence-inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 991px) {
    .retail-wrapper .retail-excellence .retail-excellence-inner {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-excellence .retail-excellence-inner {
        padding: 0;
    }
}

.retail-wrapper .retail-excellence .retail-excellence-block-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-excellence .retail-excellence-block-grid {
        grid-template-columns: 1fr;
    }
}

.retail-wrapper .retail-excellence .retail-excellence-item {
    padding: 40px;
    border-radius: 30px;
    overflow: hidden;
    background-color: #e7e7e7;
    position: relative;
}

@media screen and (max-width: 1439px) {
    .retail-wrapper .retail-excellence .retail-excellence-item {
        padding: 32px;
    }
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .retail-excellence .retail-excellence-item {
        border-radius: 20px;
        padding: 24px;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-excellence .retail-excellence-item {
        border-radius: 15px;
        padding: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .retail-wrapper .retail-excellence .retail-excellence-item.retail-excellence-item-bg-gray {
        min-height: 680px;
    }
}

.retail-wrapper .retail-excellence .retail-excellence-item.retail-excellence-item-bg-gray {
    background-color: #f0f0f0;
}

.retail-wrapper .retail-excellence .retail-excellence-item.retail-excellence-item-bg-gray picture {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    mix-blend-mode: darken;
}

@media screen and (min-width: 1200px) {
    .retail-wrapper .retail-excellence .retail-excellence-item.retail-excellence-item-bg-green {
        min-height: 680px;
    }
}

.retail-wrapper .retail-excellence .retail-excellence-item.retail-excellence-item-bg-green {
    background-color: #25604e;
    color: var(--clr-retail-white);
}

.retail-wrapper .retail-excellence .retail-excellence-item.retail-excellence-item-bg-green picture {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.retail-wrapper .retail-excellence .retail-excellence-item-title {
    margin-bottom: 20px;
}

@media screen and (max-width: 1439px) {
    .retail-wrapper .retail-excellence .retail-excellence-item-title {
        margin-bottom: 10px;
    }
}

.retail-wrapper .retail-excellence .retail-excellence-block-grid .retail-excellence-item:first-child {
    grid-column: span 2;
    min-height: 380px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1439px) {
    .retail-wrapper .retail-excellence .retail-excellence-block-grid .retail-excellence-item:first-child {
        min-height: 300px;
    }
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .retail-excellence .retail-excellence-block-grid .retail-excellence-item:first-child {
        min-height: 1px;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-excellence .retail-excellence-block-grid .retail-excellence-item:first-child {
        grid-column: span 1;
    }
}

.retail-wrapper
    .retail-excellence
    .retail-excellence-block-grid
    .retail-excellence-item:first-child
    .retail-excellence-item-text {
    max-width: 650px;
    position: relative;
    z-index: 2;
}

.retail-wrapper .retail-excellence .retail-excellence-block-grid .retail-excellence-item:first-child picture {
    position: absolute;
    right: 0;
    bottom: -140px;
    width: 330px;
}

@media screen and (max-width: 1499px) {
    .retail-wrapper .retail-excellence .retail-excellence-block-grid .retail-excellence-item:first-child picture {
        width: 250px;
        bottom: -40px;
    }
}

@media screen and (max-width: 1439px) {
    .retail-wrapper .retail-excellence .retail-excellence-block-grid .retail-excellence-item:first-child picture {
        width: 200px;
        bottom: -20px;
    }
}

.retail-wrapper .retail-excellence .retail-excellence-block-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 991px) {
    .retail-wrapper .retail-excellence .retail-excellence-block-flex {
        flex-direction: row;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-excellence .retail-excellence-block-flex {
        display: grid;
    }
}

@media screen and (min-width: 1200px) {
    .retail-wrapper .retail-excellence .retail-excellence-block-flex .retail-excellence-item {
        padding-bottom: 320px;
    }
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .retail-excellence .retail-excellence-block-flex .retail-excellence-item {
        height: 100%;
    }
}

@media screen and (max-width: 991px) {
    .retail-wrapper .retail-excellence .retail-excellence-block-flex .retail-excellence-item {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-excellence .retail-excellence-block-flex .retail-excellence-item {
        width: 100%;
    }
}

.retail-wrapper .retail-excellence .retail-excellence-block-flex .retail-excellence-item:first-child picture {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .retail-wrapper .retail-excellence .retail-excellence-block-flex .retail-excellence-item:last-child {
        padding-bottom: 260px;
    }
}

.retail-wrapper .retail-excellence .retail-excellence-block-flex .retail-excellence-item:last-child {
    background-color: #d8dde3;
}

.retail-wrapper .retail-excellence .retail-excellence-block-flex .retail-excellence-item:last-child picture {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .retail-excellence .retail-excellence-item picture {
        display: none;
    }
}

/* END : retail-excellence */

/* SATRT : retail-slide */

.retail-wrapper .retail-slider .retail-slide-inner {
    position: relative;
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-slider .retail-slide-inner {
        padding: 15px 3px;
    }
}

.retail-wrapper .retail-slider .retail-container {
    position: relative;
    z-index: 1;
    color: var(--clr-retail-white);
}

@media screen and (max-width: 1439px) {
    .retail-wrapper .retail-slider .retail-container {
        padding: 0 60px;
    }
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .retail-slider .retail-container {
        padding: 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-slider .retail-container {
        padding: 0 24px;
    }
}

.retail-wrapper .retail-slider .retail-slide-inner::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    border-radius: 30px;
    width: calc(100% - 60px);
    height: 100%;
    background-color: var(--clr-retail-purple);
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .retail-slider .retail-slide-inner::before {
        border-radius: 24px;
    }
}

@media screen and (max-width: 767px) {
    .retail-wrapper .retail-slider .retail-slide-inner::before {
        left: 10px;
        width: calc(100% - 20px);
        border-radius: 16px;
    }
}

.retail-wrapper .newworkslider-area .cust-btn-wrap .view-btns {
    z-index: 3;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.retail-wrapper .newworkslider-area .cust-btn-wrap .arrow-btn {
    z-index: 2;
}

@media screen and (max-width: 1199px) {
    .retail-wrapper .newworkslider-area .cust-btn-wrap .arrow-btn {
        padding: 0 30px;
    }
}

.retail-wrapper .newworkslider-area .cust-btn-wrap .view-btns .retail-button:focus,
.retail-wrapper .newworkslider-area .cust-btn-wrap .view-btns .retail-button:hover {
    box-shadow: 0 0 0 3px #ffffff80;
}

.retail-wrapper .newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn {
    border-color: var(--clr-retail-white);
    transition: all 0.3s ease;
}

.retail-wrapper .newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn:hover {
    border-color: var(--clr-retail-black);
}

.retail-wrapper .newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn .icon::before {
    background-color: var(--clr-retail-white);
}

@media screen and (max-width: 575px) {
    .retail-wrapper .newworkslider-area .cust-btn-wrap {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .retail-wrapper .newworkslider-area .cust-btn-wrap .view-btns {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

.retail-wrapper .custslides .custslick-list .item .font-red {
    color: #ef9263;
}

.retail-wrapper .custslides .custslick-list .item .border-red {
    border: solid #f9bfa2 1px;
}

.retail-wrapper .custslides .custslick-list .item .red-bg {
    background-color: #fff2ec;
}
/* END :retail-slide */

/* END : Retail page css */

.newworkslider-area {
    margin-top: 80px;
}

@media screen and (max-width: 1599px) {
    .newworkslider-area {
        margin-top: 70px;
    }
}

/*@media screen and (min-width: 1200px) and (max-width:1499px){*/
/*    .newworkslider-area {*/
/* */
/*    }*/
/*}*/
@media screen and (max-width: 1199px) {
    .newworkslider-area {
        margin-top: 60px;
    }
}

@media screen and (max-width: 991px) {
    .newworkslider-area {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .newworkslider-area {
        margin-top: 25px;
    }
}

@media screen and (max-width: 575px) {
    .newworkslider-area {
        margin-top: 20px;
    }
}

.custslides .custslick-list {
    /*display: flex;*/
}

@media only screen and (min-width: 768px) {
    .custslides .custslick-list {
        display: flex;
    }
}

.custslides .slick-initialized .slick-slide {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .custslides .slick-initialized .slick-slide {
        display: block;
    }
}

.custslides .custslick-list .slick-list {
    padding: 0 7% 0 6%;
    display: flex;
}

@media only screen and (min-width: 2301px) {
    .custslides .custslick-list .slick-list {
        padding: 0 5% 0 15%;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 2300px) {
    .custslides .custslick-list .slick-list {
        padding: 0 5% 0 10%;
    }
}

@media only screen and (min-width: 1800px) and (max-width: 1899px) {
    .custslides .custslick-list .slick-list {
        padding: 0 3% 0 4%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .custslides .custslick-list .slick-list {
        padding: 0 3% 0 3%;
    }
}

@media only screen and (max-width: 1599px) {
    .custslides .custslick-list .slick-list {
        padding: 0 15px 0 65px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .custslides .custslick-list .slick-list {
        padding: 0 15px 0 45px;
    }
}

@media only screen and (max-width: 991px) {
    .custslides .custslick-list .slick-list {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .slick-list {
        padding: 0 5px !important;
        display: block;
    }
}

.custslides .custslick-list .slick-track {
    display: flex !important;
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .slick-track {
        display: block !important;
    }
}

.custslides .custslick-list .slick-slide {
    margin: 0 15px;
    height: inherit !important;
    transition: transform 0.5s ease;
}

@media only screen and (min-width: 1366px) {
    .custslides .custslick-list .slick-slide {
        width: auto !important;
    }
}

@media only screen and (max-width: 991px) {
    .custslides .custslick-list .slick-slide {
        margin: 0 12px;
    }
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .slick-slide {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .slick-slide {
        margin: 0 8px;
    }
}

.custslides .custslick-list .item {
    height: 100%;
    transition: transform 0.5s ease;
    display: block;
}

.custslides .custslick-list .item .content-wrap {
    padding: 50px;
    background-color: #ffffff;
    width: 530px;
    height: 100%;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
}

@media only screen and (min-width: 1700px) and (max-width: 1799px) {
    .custslides .custslick-list .item .content-wrap {
        width: 500px;
    }
}

@media only screen and (max-width: 1699px) {
    .custslides .custslick-list .item .content-wrap {
        width: 480px;
    }
}

@media only screen and (max-width: 1599px) {
    .custslides .custslick-list .item .content-wrap {
        padding: 30px 20px;
    }
}

.section-faq-dece .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.section-faq-dece .faq-box-dece-title {
    background: #f0f0f0;
    border: none;
    color: #191919;
    border-radius: 14px !important;
    align-items: self-start;
}

.section-faq-dece .faq-box-dece-title:hover {
    background: #e7e7e7;
    border: none;
    box-shadow: none;
}

.section-faq-dece .faq-box-dece-title:focus {
    border: none;
    box-shadow: none;
}

.section-faq-dece .faq-box-dece {
    background: #ffffff;
    border: none;
    box-shadow: none;
    border-radius: 14px;
    margin-bottom: 12px;
}

.section-faq-dece .faq-box-dece-space {
    padding: 10px 15px 10px 15px;
}

.section-faq-dece .faq-box-dece-space p {
    padding-top: 10px;
}

.section-faq-dece .faq-box-dece-space ul {
    margin: 0;
    padding: 0;
}

.section-faq-dece .faq-box-dece-space ul li {
    list-style: none;
    background: url("../img/check-arrow.svg") no-repeat;
    background-position: left 3px;
    padding-left: 30px;
    margin-top: 7px;
}

@media screen and (max-width: 1199px) {
    .section-faq-dece .faq-box-dece-space ul li {
        background: url("../img/check-arrow.svg") no-repeat;
        background-position: left 2px;
        padding-left: 28px;
    }
}

.section-faq-dece .accordion-button:not(.collapsed)::after {
    background: url("../img/arrow-data.svg") no-repeat;
}

.section-faq-dece .accordion-button::after {
    margin-top: 5px;
}

.sec-tabs-new-dece {
    width: 100%;
}

.sec-tabs-new-dece .menu-tabs {
    width: max-content;
    margin: 0 auto;
    background: #f0f0f0;
    border-radius: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .sec-tabs-new-dece .menu-tabs {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .sec-tabs-new-dece .menu-tabs {
        margin-bottom: 30px;
    }
}

.sec-tabs-new-dece .menu-tabs .nav-tabs {
    border-bottom: 0;
    padding: 4px 5px 5px 4px;
}

.sec-tabs-new-dece .menu-tabs .nav-tabs .nav-link.active {
    color: #191919;
    border-radius: 50px;
    background-color: #fff;
    border-color: transparent;
    border: none;
    box-shadow: none;
}

.sec-tabs-new-dece .menu-tabs .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #495057;
    border-radius: 50px;
    background-color: transparent;
    border-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0.7rem 1.5rem;
}

@media screen and (max-width: 360px) {
    .sec-tabs-new-dece .menu-tabs .nav-tabs .nav-link {
        font-size: 14px;
        padding: 0.5rem 1rem;
    }
}

.sec-tabs-new-dece .faq-arrow-icon {
    margin: 10px 0 5px 0;
    background: url("../img/faq-arrow-icon.svg") no-repeat;
    background-position: left 8px;
    padding-left: 18px;
    padding-right: 25px;
}

.sec-tabs-new-dece .new-dece {
    padding: 10px 20px 1px 20px;
}

.faq p a {
    color: #ed184f;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.faq p a:hover {
    opacity: 0.9;
}

/* ----- end faq new css gs-dec-9---- */
/*newhomepage workslider css starts here*/
.newworkslider-area {
    margin-top: 80px;
}

@media screen and (max-width: 1599px) {
    .newworkslider-area {
        margin-top: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .newworkslider-area {
        margin-top: 60px;
    }
}

@media screen and (max-width: 991px) {
    .newworkslider-area {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .newworkslider-area {
        margin-top: 25px;
    }
}

@media screen and (max-width: 575px) {
    .newworkslider-area {
        margin-top: 20px;
    }
}

.custslides .custslick-list {
    /*display: flex;*/
}

@media only screen and (min-width: 768px) {
    .custslides .custslick-list {
        display: flex;
    }
}

.custslides .slick-initialized .slick-slide {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .custslides .slick-initialized .slick-slide {
        display: block;
    }
}

.custslides .custslick-list .slick-list {
    padding: 0 7% 0 6%;
    display: flex;
}

@media only screen and (min-width: 2301px) {
    .custslides .custslick-list .slick-list {
        padding: 0 5% 0 15%;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 2300px) {
    .custslides .custslick-list .slick-list {
        padding: 0 5% 0 10%;
    }
}

@media only screen and (min-width: 1800px) and (max-width: 1899px) {
    .custslides .custslick-list .slick-list {
        padding: 0 3% 0 4%;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .custslides .custslick-list .slick-list {
        padding: 0 3% 0 3%;
    }
}

@media only screen and (max-width: 1599px) {
    .custslides .custslick-list .slick-list {
        padding: 0 15px 0 65px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .custslides .custslick-list .slick-list {
        padding: 0 15px 0 45px;
    }
}

@media only screen and (max-width: 991px) {
    .custslides .custslick-list .slick-list {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .slick-list {
        padding: 0 5px !important;
        display: block;
    }
}

.custslides .custslick-list .slick-track {
    display: flex !important;
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .slick-track {
        display: block !important;
    }
}

.custslides .custslick-list .slick-slide {
    margin: 0 15px;
    height: inherit !important;
    transition: transform 0.5s ease;
}

@media only screen and (min-width: 1366px) {
    .custslides .custslick-list .slick-slide {
        width: auto !important;
    }
}

@media only screen and (max-width: 991px) {
    .custslides .custslick-list .slick-slide {
        margin: 0 12px;
    }
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .slick-slide {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .slick-slide {
        margin: 0 8px;
    }
}

.custslides .custslick-list .item {
    height: 100%;
    transition: transform 0.5s ease;
    display: block;
}

.custslides .custslick-list .item .content-wrap {
    padding: 50px;
    background-color: #ffffff;
    width: 530px;
    height: 100%;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
}

@media only screen and (min-width: 1700px) and (max-width: 1799px) {
    .custslides .custslick-list .item .content-wrap {
        width: 500px;
    }
}

@media only screen and (max-width: 1699px) {
    .custslides .custslick-list .item .content-wrap {
        width: 480px;
    }
}

@media only screen and (max-width: 1599px) {
    .custslides .custslick-list .item .content-wrap {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .custslides .custslick-list .item .content-wrap {
        width: 430px;
    }
}

/*@media only screen and (max-width: 991px){*/
/*    .custslides .custslick-list .item .content-wrap {*/
/*        display: none;*/
/*    }*/
/*}*/
@media only screen and (max-width: 767px) {
    .custslides .custslick-list .item .content-wrap {
        width: 100%;
        min-height: 556px;
    }
}

@media only screen and (max-width: 575px) {
    .custslides .custslick-list .item .content-wrap {
        min-height: 525px;
        /*background-color: green;*/
    }
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .item .content-wrap {
        filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.02));
        -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.02));
    }
}

@media only screen and (max-width: 375px) {
    .custslides .custslick-list .item .content-wrap {
        min-height: 560px;
    }
}

.custslides .custslick-list .item .content-wrap .label-wrap {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1599px) {
    .custslides .custslick-list .item .content-wrap .label-wrap {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .item .content-wrap .label-wrap {
        margin-bottom: 12px;
    }
}

.custslides .custslick-list .item .label-wrap .label-title {
    border-radius: 4px;
    display: inline-flex;
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .item .label-wrap .label-title {
        font-size: 12px;
        line-height: 1.3rem;
    }
}

.custslides .custslick-list .item .designing {
    margin-top: 20px;
    margin-bottom: 2px;
}

@media only screen and (max-width: 1199px) {
    .custslides .custslick-list .item .designing {
        font-size: 16px;
        line-height: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .item .designing {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .item .designing {
        font-size: 16px;
        line-height: 1.6rem;
    }
}

.custslides .custslick-list .item .border-red {
    border: solid #ea1f52 1px;
}

.custslides .custslick-list .item .red-bg {
    background: #fde8ed;
    padding: 5px 10px 4px 10px;
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .item .red-bg {
        padding: 3px 10px 2px 10px;
    }
}

.custslides .custslick-list .item .font-red {
    color: #ea1f52;
}

.custslides .custslick-list .item .blue-light {
    color: #3b5068;
}

.custslides .custslick-list .item .title-pra-box {
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .custslides .custslick-list .item .title-pra-box .common-c-view {
        font-size: 25px;
        line-height: 2.4rem;
    }
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .item .title-pra-box .common-c-view {
        font-size: 22px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .custslides .custslick-list .item .title-pra-box p {
        font-size: 1rem;
        line-height: 1.55rem;
    }
}

.custslides .custslick-list .item .label-menu-pont {
    width: 100%;
    margin-top: 20px;
}

/*@media only screen and (min-width: 768px) and (max-width: 1499px) {*/
/*    .custslides .custslick-list .item .label-menu-pont {*/
/*        margin-top: 20px;*/
/*    }*/
/*}*/
@media only screen and (max-width: 767px) {
    .custslides .custslick-list .item .label-menu-pont {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .item .label-menu-pont {
        margin-top: 13px;
    }
}

.custslides .custslick-list .item .label-menu-pont ul {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .item .label-menu-pont ul {
        font-weight: 400;
    }
}

.custslides .custslick-list .item .label-menu-pont ul li {
    display: flex;
    margin-top: 10px;
}

@media only screen and (max-width: 575px) {
    .custslides .custslick-list .item .label-menu-pont ul li {
        margin-top: 5px;
    }
}

.custslides .custslick-list .item .label-menu-pont ul li:first-child {
    margin-top: 0;
}

.custslides .custslick-list .item .label-menu-pont ul li .icon {
    margin-right: 6px;
    margin-top: 3px;
    position: relative;
    flex: 0 0 28px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .custslides .custslick-list .item .label-menu-pont ul li .icon {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 1199px) {
    .custslides .custslick-list .item .label-menu-pont ul li .icon {
        margin-top: 2px;
    }
}

@media only screen and (max-width: 991px) {
    .custslides .custslick-list .item .label-menu-pont ul li .icon {
        margin-right: 2px;
        margin-top: 1px;
    }
}

@media only screen and (max-width: 575px) {
    .custslides .custslick-list .item .label-menu-pont ul li .icon {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 375px) {
    .custslides .custslick-list .item .label-menu-pont ul li .icon {
        margin-top: 2px;
    }
}

.custslides .custslick-list .item .label-menu-pont ul li .icon::before {
    content: "";
    background-color: #192020;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    display: block;
    position: absolute;
    width: 80%;
    height: 80%;
    left: 0;
    top: 0;
    transition:
        opacity 0.3s ease,
        background-color 0.3s ease;
}

.custslides .custslick-list .item .label-menu-pont ul li .icon .icon-check-circle {
    width: 28px;
    height: 28px;
}

.custslides .custslick-list .item .img-wrapper {
    background: #ffffff;
    width: 1100px;
    height: 100%;
    position: relative;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.05));
}

@media only screen and (max-width: 1799px) {
    .custslides .custslick-list .item .img-wrapper {
        width: 1085px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .custslides .custslick-list .item .img-wrapper {
        width: 980px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .custslides .custslick-list .item .img-wrapper {
        width: 850px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .custslides .custslick-list .item .img-wrapper {
        width: 800px;
    }
}

@media only screen and (max-width: 1365px) {
    .custslides .custslick-list .item .img-wrapper {
        width: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .custslides .custslick-list .item .img-wrapper {
        width: 700px;
    }
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .item .img-wrapper {
        width: 100%;
        min-height: 557px;
    }
}

@media only screen and (max-width: 575px) {
    .custslides .custslick-list .item .img-wrapper {
        width: auto;
        min-height: 525px;
        /*background-color: red;*/
    }
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .item .img-wrapper {
        filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.02));
        -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.02));
    }
}

@media only screen and (max-width: 375px) {
    .custslides .custslick-list .item .img-wrapper {
        min-height: 560px;
    }
}

.custslides .custslick-list .item .img-wrapper .img-wrap {
    height: 400px;
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .custslides .custslick-list .item .img-wrapper .img-wrap {
        height: 300px;
    }
}

@media only screen and (max-width: 1365px) {
    .custslides .custslick-list .item .img-wrapper .img-wrap {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .item .img-wrapper .img-wrap {
        height: 260px;
    }
}

@media only screen and (max-width: 575px) {
    .custslides .custslick-list .item .img-wrapper .img-wrap {
        height: 220px;
    }
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .item .img-wrapper .img-wrap {
        height: 180px;
    }
}

@media only screen and (max-width: 375px) {
    .custslides .custslick-list .item .img-wrapper .img-wrap {
        height: 135px;
    }
}

.custslides .custslick-list .item .img-wrapper .img-wrap picture {
    display: block;
    height: 100%;
}

.custslides .custslick-list .item .img-wrapper .icon-wrap {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 99em;
    border: 1px solid #3b5068;
    right: 40px;
    top: 40px;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1365px) {
    .custslides .custslick-list .item .img-wrapper .icon-wrap {
        width: 48px;
        height: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .custslides .custslick-list .item .img-wrapper .icon-wrap {
        top: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .item .img-wrapper .icon-wrap {
        top: 15px;
        right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .custslides .custslick-list .item .img-wrapper .icon-wrap {
        width: 40px;
        height: 40px;
        display: none;
    }
}

.custslides .custslick-list .item .img-wrapper .icon-wrap img {
    transition: transform 0.3s ease;
}

@media only screen and (max-width: 575px) {
    .custslides .custslick-list .item .img-wrapper .icon-wrap img {
        max-width: 60%;
    }
}

.custslides .custslick-list .item .img-wrapper .icon-wrap:hover img {
    transform: rotate(45deg);
}

.custslides .custslick-list .item .img-wrapper img.big-img {
    border-radius: 40px 40px 0 0;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1023px) {
    .custslides .custslick-list .item .img-wrapper img.big-img {
        border-radius: 16px 16px 0 0;
    }
}

@media only screen and (max-width: 1599px) {
    .custslides .custslick-list .item .img-wrapper img.big-img.last {
        object-position: left;
    }
}

.custslides .custslick-list .item .img-wrapper .short-wrap {
    background-color: #ffffff;
}

.custslides .custslick-list .item .shot-wrrap {
    padding: 40px;
    border-radius: 0px 0px 40px 40px;
    height: calc(100% - 400px);
}

@media only screen and (max-width: 1599px) {
    .custslides .custslick-list .item .shot-wrrap {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1499px) {
    .custslides .custslick-list .item .shot-wrrap {
        height: calc(100% - 300px);
    }
}

@media only screen and (max-width: 1365px) {
    .custslides .custslick-list .item .shot-wrrap {
        height: calc(100% - 300px);
    }
}

@media only screen and (max-width: 1023px) {
    .custslides .custslick-list .item .shot-wrrap {
        border-radius: 0px 0px 16px 16px;
    }
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .item .shot-wrrap {
        padding: 20px 15px;
        height: calc(100% - 260px);
    }
}

@media only screen and (max-width: 575px) {
    .custslides .custslick-list .item .shot-wrrap {
        height: calc(100% - 220px);
    }
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .item .shot-wrrap {
        height: calc(100% - 180px);
    }
}

@media only screen and (max-width: 375px) {
    .custslides .custslick-list .item .shot-wrrap {
        height: calc(100% - 135px);
    }
}

.custslides .custslick-list .item .shot-wrrap-main {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    height: 100%;
}

@media only screen and (max-width: 1499px) {
    .custslides .custslick-list .item .shot-wrrap-main {
        grid-column-gap: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .custslides .custslick-list .item .shot-wrrap-main {
        grid-column-gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .item .shot-wrrap-main {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .item .wrrap-title-left .main-title {
        margin: 0 0 10px;
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .item .wrrap-title-left .main-title {
        margin: 0 0 5px;
    }
}

.custslides .custslick-list .item .wrrap-title-left .main-title span {
    cursor:
        url("img/svg/cursor-img.svg") 30 30,
        auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .custslides .custslick-list .item .wrrap-title-left .main-title span {
        font-size: 25px;
        line-height: 2.4rem;
    }
}

@media only screen and (max-width: 480px) {
    .custslides .custslick-list .item .wrrap-title-left .main-title span {
        font-size: 18px;
        line-height: 1.5rem;
        cursor:
            url("img/cursor-small-img.svg") 15 15,
            auto;
    }
}

.custslides .custslick-list .item .label-wrap {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .custslides .custslick-list .item .label-wrap {
        margin-bottom: 12px;
    }
}

.custslides .custslick-list .item .para-text-right {
    margin-top: 5px;
}

@media only screen and (max-width: 1365px) {
    .custslides .custslick-list .item .para-text-right {
        margin-top: 0;
    }
}

.newworkslider-area .cust-btn-wrap {
    margin-top: 50px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .newworkslider-area {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .newworkslider-area .cust-btn-wrap {
        margin-top: 35px;
    }
}

@media screen and (max-width: 575px) {
    .newworkslider-area .cust-btn-wrap {
        margin-top: 25px;
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 375px) {
    .newworkslider-area .cust-btn-wrap {
        flex-direction: column;
    }
}

.newworkslider-area .cust-btn-wrap .arrow-btn {
    position: absolute;
    width: 100%;
    border: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .newworkslider-area .cust-btn-wrap .arrow-btn {
        position: relative;
        justify-content: end;
        gap: 15px;
        width: auto;
    }
}

.newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn {
    height: 56px;
    width: 56px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--clr-black);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    top: 0;
    left: auto;
    right: auto;
}

@media only screen and (max-width: 1365px) {
    .newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn {
        width: 48px;
        height: 48px;
    }
}

.newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--clr-black);
    top: 0;
    left: 0;
    border-radius: 30px;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

@media only screen and (max-width: 1199px) {
    .newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn:before {
        transition: none;
    }
}

.newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn:hover:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn:hover span {
    color: var(--clr-white);
    position: relative;
}

.newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn .icon {
    width: 24px;
    height: 24px;
}

.newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn:hover .icon {
    position: relative;
}

.newworkslider-area .cust-btn-wrap .arrow-btn .slide-com-btn:hover .icon:before {
    background-color: var(--clr-white);
}

.newworkslider-area .cust-btn-wrap .view-btns {
    display: flex;
    gap: 10px;
    justify-content: center;
}

@media only screen and (max-width: 575px) {
    .newworkslider-area .cust-btn-wrap .view-btns {
        justify-content: start;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .newworkslider-area .cust-btn-wrap .view-btns .btn-slide-pink {
        display: none;
    }
}

/*btn-slide-border css starts here*/
.btn-slide-border {
    text-transform: uppercase;
    color: #3b5068;
    padding: 16px 25px;
    justify-content: center;
    border-radius: 30px;
    background: #fff;
    display: inline-flex;
    position: relative;
    gap: 10px;
    align-items: center;
    overflow: hidden;
    transition:
        box-shadow 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease,
        background-color 0.3s ease,
        outline 0.3s ease;
    border: 1px solid #3b5068;
    -webkit-clip-path: inset(0 round 10px);
    clip-path: inset(0 round 10px);
}

@media only screen and (max-width: 1599px) {
    .btn-slide-border {
        padding: 12px 22px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-slide-border {
        padding: 10px 16px;
        gap: 6px;
        transition: none;
    }
}

@media only screen and (max-width: 480px) {
    .btn-slide-border {
        width: max-content;
    }
}

.btn-slide-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ed184f;
    top: 0;
    left: 0;
    border-radius: 30px;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

@media only screen and (max-width: 1199px) {
    .btn-slide-border:before {
        display: none;
    }
}

.btn-slide-border:hover,
.btn-slide-border:focus {
    color: #ffffff;
    outline: none;
}

@media only screen and (max-width: 1199px) {
    .btn-slide-border:hover,
    .btn-slide-border:focus {
        color: #3b5068;
    }
}

.btn-slide-border:hover:before,
.btn-slide-border:focus:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.btn-slide-border .icon,
.btn-slide-border .material-symbols-rounded {
    transition: transform 0.3s ease;
}

@media only screen and (max-width: 1199px) {
    .btn-slide-border .icon,
    .btn-slide-border .material-symbols-rounded {
        transform: rotate(45deg);
    }
}

.btn-slide-border .icon:before {
    background-color: #3b5068;
}

.btn-slide-border span {
    position: relative;
}

.btn-slide-border:hover i,
.btn-slide-border:focus i {
    /*filter: invert(1) brightness(1);*/
    transform: rotate(45deg);
}

@media only screen and (max-width: 1199px) {
    .btn-slide-border:hover i,
    .btn-slide-border:focus i {
        /*filter: invert(0) brightness(1);*/
    }
}

.btn-slide-border:hover .icon:before,
.btn-slide-border:focus .icon:before {
    background-color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .btn-slide-border:hover .icon:before,
    .btn-slide-border:focus .icon:before {
        background-color: #3b5068;
    }
}

/*btn-slide-pink css starts here*/
.btn-slide-pink {
    text-transform: uppercase;
    color: #ffffff;
    padding: 16px 25px;
    justify-content: center;
    border-radius: 30px;
    background: #ed184f;
    display: inline-flex;
    position: relative;
    gap: 10px;
    align-items: center;
    overflow: hidden;
    transition:
        box-shadow 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease,
        background-color 0.3s ease,
        outline 0.3s ease;
    border: 1px solid #8e0e2f;
    -webkit-clip-path: inset(0 round 10px);
    clip-path: inset(0 round 10px);
}

@media only screen and (max-width: 1599px) {
    .btn-slide-pink {
        padding: 12px 22px;
    }
}

@media only screen and (max-width: 1199px) {
    .btn-slide-pink {
        transition: none;
    }
}

@media only screen and (max-width: 767px) {
    .btn-slide-pink {
        padding: 10px 16px;
        gap: 6px;
    }
}

@media only screen and (max-width: 480px) {
    .btn-slide-pink {
        width: max-content;
    }
}

.btn-slide-pink:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    border-radius: 30px;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.btn-slide-pink:hover,
.btn-slide-pink:focus {
    color: #3b5068;
    border-color: #3b5068;
    outline: none;
}

@media only screen and (max-width: 1199px) {
    .btn-slide-pink:hover,
    .btn-slide-pink:focus {
        color: #ffffff;
        border-color: #8e0e2f;
    }
}

.btn-slide-pink:hover .icon:before,
.btn-slide-pink:focus .icon:before {
    background-color: #3b5068;
}

.btn-slide-pink:hover:before,
.btn-slide-pink:focus:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

@media only screen and (max-width: 1199px) {
    .btn-slide-pink:hover:before,
    .btn-slide-pink:focus:before {
        display: none;
    }
}

.btn-slide-pink .icon,
.btn-slide-pink .material-symbols-rounded {
    transition: transform 0.3s ease;
}

@media only screen and (max-width: 1199px) {
    .btn-slide-pink .icon,
    .btn-slide-pink .material-symbols-rounded {
        transition: none;
        transform: rotate(45deg);
    }
}

.btn-slide-pink span {
    position: relative;
}

.btn-slide-pink .icon:before {
    background-color: #ffffff;
}

.btn-slide-pink:hover i,
.btn-slide-pink:focus i {
    /*filter: invert(1) brightness(0);*/
    transform: rotate(45deg);
}

@media only screen and (max-width: 1199px) {
    .btn-slide-pink:hover .icon:before,
    .btn-slide-pink:focus .icon:before {
        /*filter: invert(1) brightness(1);*/
        background-color: #ffffff;
    }
}
