body {
    font-family: 'Inter', sans-serif;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

hr {
    opacity: 1;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1615px;
}

.site-header {
    background-color: rgba(226, 223, 236, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    height: 108px;
    transition: height 0.3s ease;
}

.logo-area {
    display: block;
}

.logo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
}

.logo-area .logo-placeholder img {
    max-width: 320px;
    width: 100%;
}

.logo-placeholder svg {
    width: 100%;
    height: 100%;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.main-nav ul li {
    margin: 0 16px;
}

.main-nav ul li a {
    color: #111;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 5px;
    text-decoration: none;
    transition: 0.3s;
    display: block;
    text-transform: uppercase;
}

.main-nav ul li a:hover,
.main-nav ul li a.active {
    color: #4a74f5;
}

.main-nav ul li a.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #4a74f5;
}

.header-contact {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #aaa;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    color: #111;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
}

.header-contact i {
    margin-right: 8px;
    font-size: 16px;
}

.header-contact:hover {
    color: #4a74f5;
}

.banner-section {
    position: relative;
    height: 100vh;
    min-height: 650px;
    background-color: #fff;
    overflow: hidden;
    margin-top: -108px;
}

.banner-slider,
.slick-list,
.slick-track,
.banner-slide {
    height: 100%;
}

.banner-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(73, 38, 138, 0.95) 0%, rgba(73, 38, 138, 0.8) 35%, rgba(73, 38, 138, 0) 65%);
}

.slide-inner-container {
    padding-left: 8vw;
    z-index: 2;
}

.slide-content-col {
    padding-top: 20px;
    max-width: 564px;
}

.banner-title {
    color: #fff;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
}

.banner-desc {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    max-width: 480px;
    margin-bottom: 35px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.btn-get-started {
    background-color: #4a74f5;
    border: none;
    border-radius: 2px;
    padding: 13px 32px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
    font-family: "Barlow", sans-serif;
}

.btn-get-started:hover {
    background-color: #315df5;
}

.btn-get-started i {
    margin-left: 12px;
    font-size: 16px;
}

.slider-bottom-controls {
    position: absolute;
    bottom: 50px;
    left: 8vw;
    display: flex;
    align-items: center;
    z-index: 10;
}

.custom-slick-nav {
    display: flex;
}

.custom-slick-nav button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
}

.custom-slick-nav button:hover {
    background: rgba(255, 255, 255, 0.1);
}

.control-divider {
    width: 1px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 25px 0 10px;
}

.slider-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    transition: 0.3s opacity;
}

.social-icon:hover {
    opacity: 0.8;
    color: #fff;
}

.social-icon.fb {
    background-color: #3b5998;
}

.social-icon.tw {
    background-color: #1da1f2;
}

.social-icon.rss {
    background-color: #f26522;
}

.social-icon.yt {
    background-color: #ff0000;
}

.social-icon.ig {
    background-color: #e1306c;
}

.social-icon.li {
    background-color: #0077b5;
}

.social-icon.pt {
    background-color: #bd081c;
}

.social-icon.tt {
    background-color: #000;
}

.social-icon.wa {
    background-color: #25d366;
}

.banner-info-box {
    position: absolute;
    bottom: 0;
    right: 8vw;
    background-color: #fff;
    width: 506px;
    padding: 60px 50px;
    z-index: 10;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.info-box-watermark {
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: 0;
}

.info-box-content {
    position: relative;
    z-index: 1;
}

.info-subtitle {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #999;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.info-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
    font-family: "Inter", sans-serif;
    line-height: 1.3;
}

.info-desc {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.btn-about-us {
    border: 2px solid #222;
    border-radius: 0;
    padding: 12px 35px;
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.3s;
    color: #111;
}

.btn-about-us:hover {
    background-color: #222;
    color: #fff;
}

.who-we-are-section {
    padding: 60px 0 0 0;
    background-color: #fff;
    overflow: hidden;
}

.wwa-bg-shape {
    position: absolute;
    top: -50px;
    right: -100px;
    width: 700px;
    height: 700px;
    z-index: 0;
    opacity: 0.9;
}

.wwa-container {
    position: relative;
    z-index: 1;
}

.wwa-top-row {
    margin-bottom: 50px;
}

.wwa-subtitle {
    color: #2b3990;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.wwa-title {
    color: #111;
    font-family: "Inter", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.wwa-desc-bold {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #444;
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.wwa-desc-light {
    color: #888;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.wwa-desc-light strong {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #444;
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.wwa-image {
    object-fit: cover;
    height: 480px;
}

.wwa-mission-row {
    margin-bottom: 40px;
}

.wwa-mission-title {
    color: #2b3990;
    font-size: 23px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.wwa-mission-desc {
    color: #777;
    font-size: 18px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
}

.wwa-divider {
    border-color: #ccc;
    margin-bottom: 50px;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    padding: 10px 0;
}

.marquee-content {
    display: inline-flex;
    animation: marquee 20s linear infinite;
}

.marquee-content span {
    font-size: 45px;
    font-weight: 700;
    color: #2b3990;
    margin-right: 15px;
    font-family: "Roboto", sans-serif;
}

.features-section {
    background-color: #fff;
}

.features-row {
    margin-bottom: 80px !important;
}

.features-row:last-child {
    margin-bottom: 0 !important;
}

.features-title {
    font-family: "Inter", sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #121212;
    letter-spacing: 0.5px;
}

.features-desc {
    color: #666;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.features-image {
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.cta-banner-section {
    background: url("../images/contact.jpeg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    border-bottom: 5px solid #2490ff;
    border-bottom: none;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 33, 67, 0.70);
    z-index: 0;
}

.cta-icon-wrapper {
    display: inline-block;
}

.cta-icon {
    width: 85px;
    height: 85px;
    background-color: #2490ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.cta-icon i {
    font-size: 38px;
    color: #fff;
}

.flip-icon {
    transform: scaleX(-1);
}

.cta-subtitle {
    font-size: 21px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.cta-number {
    font-size: 51px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
}

.cta-email {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
}

.brands-section {
    background-color: #fff;
}

.brands-title {
    font-size: 40px;
    font-weight: 700;
    color: #111;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.5px;
}

.brands-slider {
    margin: 0 -15px;
}

.brands-slider .brand-item {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    outline: none;
}

.brands-slider .brand-item img {
    max-width: 100%;
    object-fit: contain;
}

.brands-divider {
    width: 2px;
    height: 180px;
    background-color: #ccc;
}

.brands-desc {
    color: #888;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.btn-know-more {
    background-color: #4a74f5;
    border: none;
    font-family: "Barlow", sans-serif;
    border-radius: 2px;
    padding: 13px 28px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.btn-know-more:hover {
    background-color: #315df5;
}

.contact-section {
    background-color: #fff;
}

.contact-title {
    font-size: 30px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: bold;
    font-family: "Inter", sans-serif;
}

.contact-desc {
    color: #777;
    font-size: 18px;
    line-height: 28px !important;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.contact-subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #333;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.5px;
}

.contact-list li {
    color: #888;
    margin-bottom: 8px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
}

.contact-list li i {
    width: 25px;
    font-size: 17px;
    color: #555;
}

.contact-list li a {
    color: #000;

    margin-bottom: 0px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.contact-list-locations {
    font-size: 13px;
    color: #000;
    line-height: 1.6;
}

.contact-list-locations strong {
    color: #333;
}

.contact-list-locations {
    font-size: 18px;
    color: #000;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
}

.contact-form-title {
    font-size: 48px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #111;
}

.contact-form .form-label {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
}

.contact-form .form-control {
    background-color: #f4f4f4;
    border: none;
    border-radius: 2px;
    padding: 15px;
    box-shadow: none;
    font-size: 14px;
}

.contact-form .form-control:focus {
    outline: none;
    box-shadow: none;
    background-color: #ebebeb;
}

.btn-submit {
    background-color: #4a74f5;
    border: none;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-submit:hover {
    background-color: #315df5;
}

.site-footer {
    background-color: #fff;
    margin-top: 50px;
}

.footer-main {
    background-color: #f7f7f7;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(0, 0, 0, 0.03) 2px, rgba(0, 0, 0, 0.03) 4px);
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.footer-nav {
    margin: 0;
}

.footer-nav li {
    margin-left: 48px;
    margin-bottom: 5px;
}

.footer-nav li:first-child {
    margin-left: 0;
}

.footer-nav li a {
    color: #111;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: 0.3s;
    font-family: "Barlow", sans-serif;
}

.footer-nav li a:hover {
    color: #4a74f5;
}

.footer-socials .social-icon {
    width: 25px;
    height: 25px;
    font-size: 11px;
    margin-left: 8px;
}

.footer-socials .social-icon:first-child {
    margin-left: 0;
}

.footer-bottom {
    background-color: #fff;
    color: #999;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.design-by-link {
    color: #4a74f5;
    font-weight: 700;
}

.design-by-link:hover {
    color: #2b3990;
    text-decoration: underline;
}

.locations-section {
    background-color: #040404;
    overflow: hidden;
}

.locations-header-grid {
    display: flex;
    justify-content: space-between;
}

.locations-title-col {
    flex: 1;
}

.locations-desc-col {
    flex: 1;
}

.locations-subtitle {
    font-size: 22px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    letter-spacing: 0.5px;
}

.locations-divider {
    border-color: rgb(255 255 255);
    margin-right: 20px;
    width: 100%;
}

.locations-big-number {
    font-size: 80px;
    font-weight: 800;
    color: #2490ff;
    line-height: 1;
    margin: 0;
}

.locations-desc {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.6;
    color: #ccc;
    max-width: 590px;
    font-family: "Poppins", sans-serif;
}

.target-contact-col .fa-location-dot {
    position: relative;
    top: 2px;
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 580px !important;
    max-width: 1040px;
}

.map-denim-mask {
    background-image: url('../images/denemis.png');
    -webkit-mask-image: url('../images/world-map.svg');
    mask-image: url('../images/world-map.svg');
    -webkit-mask-mode: luminance;
    mask-mode: luminance;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.loc-marker {
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}

.loc-marker:hover {
    z-index: 1000 !important;
}

.target-contact-col {
    font-family: "Poppins", sans-serif;
    font-size: 18px;

}

.loc-dot {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.loc-pulsate {
    width: 26px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: pulsate 1.5s ease-out infinite;
}

.loc-tooltip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: flex;
    align-items: center;
    width: 280px;
    pointer-events: none;
}

.loc-marker:hover .loc-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 999;
}

.right-tooltip {
    left: 100%;
}

.left-tooltip {
    right: 100%;
    flex-direction: row-reverse;
}

.tooltip-connector {
    width: 40px;
    height: 0;
    border-top: 1px dashed #fff;
    flex-shrink: 0;
}

.tooltip-title {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.tooltip-card {
    background-color: #111;
    border: 1px solid #333;
    border-radius: 4px;
    overflow: hidden;
}

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

.header-contact:hover {
    color: #4a74f5;
}

.loc-text {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
}

.header-contact {
    text-decoration: none;
    color: inherit;
}

.about-hero-section {
    position: relative;
    height: 100vh;
    min-height: 550px;
    max-height: 650px;
    margin-top: -108px;
    overflow: hidden;
}

.about-hero-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, rgb(58 58 58 / 95%) 0%, rgb(60 60 60 / 80%) 35%, rgba(73, 38, 138, 0) 65%);
    z-index: 1;
}

.about-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.about-hero-left {
    padding-top: 108px;
    position: relative;
    z-index: 2;
}

.about-page-title {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.about-breadcrumb {
    margin-bottom: 0;
}

.about-breadcrumb .breadcrumb-item {
    font-size: 15px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}

.about-breadcrumb .breadcrumb-item a:hover {
    color: #4a74f5;
}

.about-breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.about-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.8);
}

.about-hero-info-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: rgba(244, 244, 244, 0.92);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 108px 6% 0 5%;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
}

.hero-info-title {
    font-family: "Inter", sans-serif;
    font-size: 65px;
    font-weight: 800;
    color: #222;
    line-height: 1.05;
    margin-bottom: 25px;
    max-width: 460px;
}

.hero-info-desc {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.5;
    margin-bottom: 40px;
    letter-spacing: 0.2px;
	max-width:400px;
}

.btn-learn-story {
    background-color: #4160df;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 16px 30px;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    transition: 0.3s background-color;
}

.btn-learn-story:hover {
    background-color: #2e4ab8;
    color: #fff;
}

.our-origins-section {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.origins-subtitle {
    color: #2b3990;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.origins-title {
    font-family: "Inter", sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    color: #111;
    text-transform: uppercase;
}

.origins-desc {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    font-weight: 400;
}

.origins-desc p {
    margin-bottom: 25px;
}

.origins-desc p:last-child {
    margin-bottom: 0;
}

.origins-collage-wrapper {
    position: relative;
    width: 100%;
    height: 700px;
    background-color: transparent;
    max-width: 550px;
    margin: 0 auto;
}

.origins-frame {
    position: absolute;
    top: 50px;
    right: 0;
    width: 85%;
    height: 90%;
    border: 2px solid #2b3990;
    z-index: 1;
}

.origins-frame-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.origins-img-polaroid {
    position: absolute;
    top: 15%;
    left: -10%;
    width: 60%;
    z-index: 2;
    padding: 10px 10px 30px 10px;
    transform: rotate(-4deg);
}

.origins-img-polaroid img {
    width: 100%;
    height: auto;
    filter: sepia(0.6) grayscale(0.5);
}

.origins-img-jeans {
    position: absolute;
    top: 25%;
    right: 5%;
    width: 25%;
    z-index: 3;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.origins-img-jeans img {
    width: 100%;
    height: auto;
}

.origins-img-stamp {
    position: absolute;
    bottom: 5%;
    left: -5%;
    width: 50%;
    z-index: 4;
    transform: rotate(-12deg);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.origins-img-stamp img {
    width: 100%;
    height: auto;
    filter: sepia(0.3) brightness(0.9);
}

.craftsmanship-section {
    background: url('../images/about_us.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0 90px;
    overflow: hidden;
}

.craftsmanship-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(200, 200, 200, 0.75);
    z-index: 0;
}

.craftsmanship-subtitle {
    color: #2b3990;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.craftsmanship-title {
    font-family: "Inter", sans-serif;
    font-size: 55px;
    font-weight: 800;
    line-height: 1.1;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.craft-image-card {
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.craft-image-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.craft-image-card:hover img {
    transform: scale(1.05);
}

.meet-team-section {
    background-color: #fff;
    padding: 90px 0 80px;
    overflow: hidden;
}

.meet-team-subtitle {
    display: block;
    color: #2b3990;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.meet-team-title {
    font-family: "Inter", sans-serif;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.08;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 0;
}

.meet-team-grid {
    margin-top: 50px;
}

.team-grid-row {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 0;
}

.team-grid-row-bottom {
    align-items: flex-start;
    margin-top: 16px;
}

.team-card-wrap {
    flex: 1;
    min-width: 0;
}

.team-card-featured {
    flex: 1.2;
}

.team-card-wrap {
    position: relative;
}

.team-card {
    position: relative;
    cursor: pointer;
    background: #fff;
    box-shadow: none;
    transition: box-shadow 0.35s ease;
}

.team-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
}

.team-card-img-wrap {
    overflow: hidden;
    position: relative;
}

.team-card-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.4s ease;
}

.team-card-featured .team-card-img {
    height: 350px;
}

.team-card:hover .team-card-img {
    transform: scale(1.04);
}

.team-card-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    border-top: 2px solid #f0f0f0;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
}

.team-card:hover .team-card-info {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0s;
}

.team-card-featured .team-card-info {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: none;
}

.team-card-role {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.team-card-name {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.team-cta-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    gap: 48px;
}

.team-our-people {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
    line-height: 1.1;
}

.team-our-people-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.btn-join-team {
    display: inline-flex;
    align-items: center;
    background-color: #3a5cf5;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 28px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    text-decoration: none;
}

.btn-join-team i {
    margin-left: 10px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-join-team:hover {
    background-color: #2248d0;
    color: #fff;
    transform: translateY(-2px);
}

.btn-join-team:hover i {
    transform: translateX(4px);
}

.bg-light-gray {
    background-color: #f6f7fb;
}

.section-title-alt {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #111;
    letter-spacing: 0.5px;
}

.collection-card {
    display: flex;
    background-color: #f1f2ed;
    border-radius: 20px;
    overflow: hidden;
    height: 320px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #ebebeb;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.col-card-info {
    flex: 1;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col-card-icon {
    width: 45px;
    height: 45px;
    background-color: #eef1ff;
    color: #3a5cf5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 25px;
}

.col-card-icon i {
    font-size: 20px;
}

.col-card-title {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #111;
    margin-bottom: 12px;
    line-height: 1.2;
}

.col-card-desc {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.col-card-link {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: auto;
}

.col-card-link i {
    transition: transform 0.3s ease;
}

.col-card-link:hover i {
    transform: translateX(5px);
}

.col-card-img {
    flex: 0 0 45%;
    overflow: hidden;
}

.col-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.collection-card:hover .col-card-img img {
    transform: scale(1.08);
}

.fabric-slide {
    padding: 0 12px;
}

.fabric-card {
    background: transparent;
}

.fabric-img {
    border-radius: 15px;
    overflow: hidden;
    height: 280px;
}

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

.fabric-name {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #111;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.fabric-specs {
    margin: 0;
}

.fabric-specs li {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.fabric-specs li span {
    font-weight: 700;
    color: #111;
    min-width: 100px;
}

.slider-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.slider-btn:hover {
    background-color: #3a5cf5;
    color: #fff;
    border-color: #3a5cf5;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes pulsate {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}


@media only screen and (max-width: 1550px) {
    .site_leftrightpadding {
        padding-left: 60px;
        padding-right: 60px;
    }

    .contact-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .footer-nav li {
        margin-left: 25px;
    }

    .brands-title {
        font-size: 34px;

    }

    .banner-info-box {
        right: 4vw;
    }

    .slide-inner-container {
        padding-left: 4vw;
    }

    .slider-bottom-controls {
        left: 4vw;
    }
}

@media only screen and (max-width: 1440px) {
    .wwa-divider {
        margin-bottom: 30px;
    }

    .logo-area .logo-placeholder img {
        max-width: 260px;
    }

    .wwa-title {
        font-size: 55px;
    }

    .banner-title {
        font-size: 55px;
    }

    .wwa-desc-bold {
        font-size: 18px;
    }

    .marquee-content span {
        font-size: 38px;
    }

    .locations-desc {
        font-size: 18px;
    }

    .features-title {
        font-size: 42px;
    }

    .cta-number {
        font-size: 45px;
    }

    .contact-title {
        font-size: 25px;
    }

    .contact-form-title {
        font-size: 45px;
    }

    .footer-nav li a {
        font-size: 18px;
    }

    .contact-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .footer-nav li {
        margin-left: 30px;

    }

    .fabric-gallery-section {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .hero-info-title {
        font-size: 48px;
    }

    .origins-title {
        font-size: 48px;
    }

    .craftsmanship-title {
        font-size: 48px;
    }

    .meet-team-title {
        font-size: 48px;
    }

}

@media only screen and (max-width: 1280px) {
    .hero-info-title {
        font-size: 45px;
    }

    .hero-info-desc {
        font-size: 16px;
    }

    .main-nav ul li a {
        font-size: 16px;
    }

    .header-contact {
        font-size: 16px;
    }

    .wwa-title {
        font-size: 50px;
    }

    .slide-content-col {
        max-width: 640px;
    }

    .banner-title {
        font-size: 52px;
    }

    .features-row {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 1200px) {
    .banner-title {
        font-size: 55px;
    }

    .main-nav ul li a,
    .header-contact {
        font-size: 16px;
    }

    .locations-big-number {
        font-size: 68px;
    }

    .wwa-title {
        font-size: 52px;
    }

    .marquee-content span {
        font-size: 40px;
    }

    .features-title {
        font-size: 44px;
    }

    .cta-number {
        font-size: 45px;
    }

    .contact-form-title {
        font-size: 42px;
    }

    .brands-title {
        font-size: 36px;
    }

    p,
    li,
    .banner-desc,
    .info-desc,
    .wwa-desc-light,
    .wwa-mission-desc,
    .features-desc,
    .brands-desc,
    .contact-desc,
    .contact-list li,
    .contact-list-locations,
    .contact-form .form-label,
    .footer-bottom,
    .btn-about-us,
    .btn-know-more,
    .btn-submit,
    .footer-nav li a,
    .contact-subtitle,
    .loc-text {
        font-size: 17px;
    }

    .wwa-desc-bold,
    .locations-desc,
    .cta-subtitle,
    .cta-email {
        font-size: 19px;
    }

    .wwa-mission-title {
        font-size: 21px;
    }

    .main-nav ul li {
        margin: 0 12px;
    }
	
	.target-contact-col {
		font-size: 17px;
	}
}

@media (max-width: 1199px) {
    .origins-title {
        font-size: 45px;
    }

    .craftsmanship-title {
        font-size: 45px;
    }

    .meet-team-title {
        font-size: 48px;
    }

    .team-card-featured .team-card-img {
        height: 300px;
    }

    .team-our-people {
        font-size: 26px;
    }

    .collection-card {
        height: auto;
    }

    .logo-area .logo-placeholder img {
        max-width: 225px;
    }

    .banner-title {
        font-size: 45px;
    }

    .banner-info-box {
        right: 2vw;
    }

    .banner-info-box {
        width: 410px;
        padding: 25px 25px;
    }

    .contact-section {
        padding-inline: 10px;
    }

    .contact-section .container .row {
        flex-direction: column;
    }

    .contact-section .container .row>* {
        width: 100%;
    }

    .contact-section .target-contact-col {
        order: 2;
        margin-bottom: 0 !important;
        margin-top: 35px;
    }

    .contact-section .container .ps-lg-5 {
        padding-left: 0px !important;
    }

	.features-title {
		font-size: 34px;
	}
	
	.main-nav ul li {
		margin: 0 9px;
	}
	
	.info-title {
		font-size: 21px;
	}
}


@media (max-width: 1080px) {
    .logo-area .logo-placeholder img {
        max-width: 160px;
    }

    .slide-inner-container {
        padding-left: 2vw;
    }

    .slide-inner-container .slide-content-col {
        max-width: 500px;
    }

    .banner-title {
        font-size: 38px;
    }

    .origins-title {
        font-size: 42px;
    }

    .craftsmanship-title {
        font-size: 42px;
    }

    .meet-team-title {
        font-size: 42px;
    }
}

@media (max-width: 1024px) {

    .main-nav ul li a,
    .header-contact {
        font-size: 16px;
    }

    .banner-title {
        font-size: 35px;
    }

    .hero-info-title {
        font-size: 40px;
    }

    .locations-big-number {
        font-size: 58px;
    }

    .wwa-title {
        font-size: 38px;
    }

    .marquee-content span {
        font-size: 35px;
    }

    .features-title {
        font-size: 34px;
    }

    .cta-number {
        font-size: 40px;
    }

    .contact-form-title {
        font-size: 36px;
    }

    .brands-title {
        font-size: 32px;
    }

    .wwa-subtitle,
    .contact-title {
        font-size: 28px;
    }

    p,
    li,
    .banner-desc,
    .info-desc,
    .wwa-desc-light,
    .wwa-mission-desc,
    .features-desc,
    .brands-desc,
    .contact-desc,
    .contact-list li,
    .contact-list-locations,
    .contact-form .form-label,
    .footer-bottom,
    .btn-about-us,
    .btn-know-more,
    .btn-submit,
    .footer-nav li a,
    .contact-subtitle,
    .loc-text {
        font-size: 16px;
    }

    .wwa-desc-bold,
    .locations-desc,
    .cta-subtitle,
    .cta-email {
        font-size: 18px;
    }
	
	.target-contact-col {
		font-size: 16px;
	}

    .wwa-mission-title {
        font-size: 20px;
    }

    .main-nav ul li {
        margin: 0 7px;
    }

    .slide-inner-container .slide-content-col {
        max-width: 465px;
    }

    .site_leftrightpadding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-logo {
        text-align: center;
        max-width: 300px;
    }
	.wwa-desc-light strong {
    font-size: 18px !important;
   }

}

@media (min-width: 992px) {
    .map-wrapper {
        height: 580px !important;
        max-width: 1040px;
    }
}

@media (max-width: 991px) {

    /* === MOBILE NAV DRAWER === */
    .site-header {
        height: auto;
        min-height: 76px;
    }

    .brands-section img {
        max-width: 216px;
    }

    .contact-section {
        margin-bottom: 0px !important;

    }

    .mobile-collapse-panel {
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        padding: 0;
    }

    /* Inner flex wrapper — full-width vertical stack */
    .mobile-collapse-panel>div {
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        padding: 0 !important;
        width: 100%;
    }

    /* Nav list — left-aligned, full-width */
    .main-nav {
        width: 100%;
    }

    .main-nav ul {
        flex-direction: column !important;
        align-items: stretch !important;
        text-align: left !important;
        padding: 0;
        margin: 0;
    }

    /* Each nav item — light divider */
    .main-nav ul li {
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    .main-nav ul li:last-child {
        border-bottom: none;
    }

    /* Nav links — no hover (touch devices) */
    .main-nav ul li a {
        display: flex;
        align-items: center;
        padding: 15px 20px;
        font-size: 15px;
        font-weight: 600;
        color: #333;
        letter-spacing: 0.5px;
        text-decoration: none;
        transition: none;
    }

    /* Active page: always visible with blue accent */
    .main-nav ul li a.active::after {
        display: none;
    }

    .main-nav ul li a.active {
        color: #4a74f5;
        background-color: #f0f4ff;
        border-left: 3px solid #4a74f5;
        padding-left: 17px;
        font-weight: 700;
    }

    /* Hamburger icon — dark lines */
    .navbar-toggler {
        padding: 8px 10px;
        margin-top: 14px;
    }

    .logo-area {
        margin-top: 14px !important;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(30,30,30,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* Phone link — clean row at bottom of drawer */
    .header-contact {
        margin: 0;
        padding: 14px 20px;
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        font-size: 15px;
        font-weight: 700;
        color: #222;
        background-color: #f8f9fb;
        letter-spacing: 0.4px;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .header-contact i {
        margin-right: 10px;
        color: #4a74f5;
        font-size: 15px;
    }


    .banner-title {
        font-size: 38px;
    }

    .slide-inner-container {
        padding-left: 20px;
    }

    .slider-bottom-controls {
        left: 20px;
        bottom: 20px;
    }

    .banner-info-box {
        position: relative;
        width: 100%;
        right: auto;
    }

    .banner-section {
        height: auto;
    }

    .banner-slider {
        height: 60vh;
    }

    .wwa-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .wwa-image {
        height: auto;
    }

    .features-image {
        height: auto;
    }

    .features-title {
        font-size: 30px;
    }

    .features-row {
        margin-bottom: 50px !important;
    }

    .footer-nav li {
        margin: 0 10px 10px;
    }


    .locations-big-number {
        font-size: 48px;
    }

    .wwa-title {
        font-size: 36px;
    }

    .marquee-content span {
        font-size: 30px;
    }

    .cta-number {
        font-size: 34px;
    }

    .contact-form-title {
        font-size: 32px;
    }

    .brands-title {
        font-size: 28px;
    }

    .wwa-subtitle,
    .contact-title {
        font-size: 26px;
    }

    p,
    li,
    .banner-desc,
    .info-desc,
    .wwa-desc-light,
    .wwa-mission-desc,
    .features-desc,
    .brands-desc,
    .contact-desc,
    .contact-list li,
    .contact-list-locations,
    .contact-form .form-label,
    .footer-bottom,
    .btn-about-us,
    .btn-know-more,
    .btn-submit,
    .footer-nav li a,
    .contact-subtitle,
    .loc-text {
        font-size: 15px;
    }
	
	.target-contact-col {
		font-size: 15px;
	}

    .wwa-desc-bold,
    .locations-desc,
    .cta-subtitle,
    .cta-email {
        font-size: 17px;
    }

    .site_leftrightpadding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-info-box {
        padding: 40px 20px;
    }


    .banner-section {
        margin-top: 0;
    }

    .btn-get-started {
        font-size: 16px;
        padding: 10px 24px;
    }

    .who-we-are-section {
        padding: 10px 0 0 0;
    }

    .map-wrapper {
        height: 580px !important;
        max-width: 1040px;
    }

    .about-hero-section {
        height: auto;
        min-height: auto;
        max-height: none;
        display: flex;
        flex-direction: column;
    }

    .about-hero-info-box {
        position: relative;
        width: 100%;
        background: rgba(244, 244, 244, 0.96);
        padding: 50px 20px;
        box-shadow: none;
    }

    .about-hero-left {
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .about-page-title {
        font-size: 38px;
    }

    .hero-info-title {
        font-size: 45px;
    }

    .origins-title {
        font-size: 40px;
    }

    .origins-collage-wrapper {
        height: 600px;
        margin-top: 0px;
    }

    .origins-img-polaroid {
        left: 0;
    }

    .craftsmanship-title {
        font-size: 38px;
    }

    .meet-team-title {
        font-size: 38px;
    }

    .team-grid-row {
        flex-wrap: wrap;
        gap: 12px;
    }

    .team-card-wrap {
        flex: 0 0 calc(50% - 6px);
    }

    .team-card-featured {
        flex: 0 0 calc(50% - 6px);
    }

    .team-cta-block {
        flex: 0 0 100%;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
        margin-top: 10px;
    }

    .team-our-people {
        font-size: 22px;
    }

    .section-title-alt {
        font-size: 28px;
    }

    .btn-learn-story {
        font-size: 15px;
        padding: 14px 28px;
    }

    .locations-header-grid {
        display: grid;
        justify-content: normal;
    }

    .wwa-top-row {
        margin-bottom: 10px;
    }

    .features-text-col {
        margin-bottom: 0 !important;
    }

    .info-title {
        font-size: 24px;
    }

    .collection-overview {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

	.contact-section .container .ps-lg-5 {
		padding-right: 0px  !important;
	}
}

@media (max-width: 768px) {
    .banner-title {
        font-size: 32px;
    }

    .btn-get-started {
        font-size: 14px;
        padding: 9px 20px;
    }

    .cta-number {
        font-size: 38px;
    }

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

    .locations-header-grid {
        flex-direction: column;
        align-items: flex-start;
    }

    .locations-divider {
        margin-right: 0;
    }

    .locations-desc-col {
        margin-top: 20px;
    }

    .map-wrapper {
        height: 300px !important;
    }

    .locations-big-number {
        font-size: 40px;
    }

    .wwa-title {
        font-size: 30px;
    }

    .marquee-content span {
        font-size: 24px;
    }

    .features-title {
        font-size: 26px;
    }

    .cta-number {
        font-size: 30px !important;
    }

    .contact-form-title {
        font-size: 28px;
    }

    .brands-title {
        font-size: 24px;
    }

    .wwa-subtitle,
    .contact-title {
        font-size: 24px;
    }

    p,
    li,
    .banner-desc,
    .info-desc,
    .wwa-desc-light,
    .wwa-mission-desc,
    .features-desc,
    .brands-desc,
    .contact-desc,
    .contact-list li,
    .contact-list-locations,
    .contact-form .form-label,
    .footer-bottom,
    .btn-about-us,
    .btn-know-more,
    .btn-submit,
    .footer-nav li a,
    .contact-subtitle,
    .loc-text {
        font-size: 14px !important;
    }

    .wwa-desc-bold,
    .locations-desc,
    .cta-subtitle,
    .cta-email {
        font-size: 15px;
    }

    .map-wrapper {
        height: 380px !important;
    }

    .cta-icon {
        width: 50px;
        height: 50px;
    }

    .cta-icon i {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .about-page-title {
        font-size: 32px;
    }

    .hero-info-title {
        font-size: 36px;
    }

    .hero-info-desc {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .hero-info-title {
        font-size: 35px;
    }

    .about-page-title {
        font-size: 40px;
    }

    .origins-title {
        font-size: 32px;
    }

    .origins-collage-wrapper {
        height: 450px;
        max-width: 400px;
    }

    .origins-frame {
        width: 90%;
        height: 85%;
        top: 30px;
    }

    .origins-subtitle {
        font-size: 18px;
    }

    .craftsmanship-title {
        font-size: 30px;
    }

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

    .meet-team-section {
        padding: 60px 0 60px;
    }

    .meet-team-title {
        font-size: 30px;
    }

    .meet-team-subtitle {
        font-size: 15px;
    }

    .team-grid-row {
        gap: 10px;
    }

    .team-card-wrap {
        flex: 0 0 calc(50% - 5px);
    }

    .team-cta-block {
        flex-direction: row;
        gap: 16px;
    }

    .team-our-people {
        font-size: 20px;
    }

    .btn-join-team {
        font-size: 13px;
        padding: 11px 20px;
    }

    .btn-learn-story {
        font-size: 14px;
        padding: 12px 24px;
    }

    .collection-card {
        flex-direction: column;
        height: auto;
    }

    .col-card-img {
        flex: 0 0 250px;
    }

    .col-card-info {
        padding: 25px;
    }

    .section-title-alt {
        font-size: 24px;
    }

    .team-cta-block {
        justify-content: flex-start;
    }

    .fabric-gallery-section {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

	.site-footer {
		margin-top: 20px;
	}
	
	.contact-list li a {
		font-size: 14px;
	}

	.target-contact-col {
		font-size: 14px;
	}

.collection-overview {
    padding-top: 30px !important;
}
}

@media (max-width: 600px) {
    .map-wrapper {
        height: 300px !important;
    }

    .brands-section img {
        max-width: 170px;
    }

    .info-title {
        font-size: 22px;
    }

    .craftsmanship-section {
        padding: 40px 0 40px;
    }
	
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 26px;
    }

    .locations-big-number {
        font-size: 36px;
    }

    .wwa-title {
        font-size: 22px;
    }

    .marquee-content span {
        font-size: 20px;
    }

    .features-title {
        font-size: 22px;
    }

    .cta-number {
        font-size: 24px !important;
    }

    .contact-form-title {
        font-size: 24px;
    }

    .brands-title {
        font-size: 22px;
    }

    .wwa-subtitle,
    .contact-title {
        font-size: 18px;
    }

    .origins-img-stamp {
        left: 5%;
    }

    .footer-logo img {
        max-width: 80%;
    }

    .col-card-title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .map-wrapper {
        height: 245px !important;
    }

    .map-wrapper {
        height: 210px !important;
    }

    .about-page-title {
        font-size: 28px;
    }

    .hero-info-title {
        font-size: 30px;
    }

    .origins-title {
        font-size: 28px;
    }

    .btn-learn-story {
        font-size: 13px;
        padding: 10px 20px;
    }

    .team-card-wrap {
        flex: 0 0 100%;
    }

    .team-card-featured {
        flex: 0 0 100%;
    }

    .team-grid-row-bottom .team-card-wrap {
        flex: 0 0 100%;
    }

    .logo-area .logo-placeholder img {
        max-width: 240px;
        width: 100%;
    }
	
	.contact-desc {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 375px) {
    .footer-socials {
        gap: 5px !important;
    }
}

@media (max-width: 360px) {
    .map-wrapper {
        height: 160px !important;
    }
}