/* Import the font at the top of your CSS file */
@import url('https://fonts.googleapis.com/css?family=Sofia');
@import url('https://fonts.googleapis.com/css?family=Marcellus SC');
@import url('https://fonts.googleapis.com/css?family=Marck Script');

*{
    list-style: none;
    text-decoration: none;
    padding: 0; margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    transition: all .2s linear;
}
html{
    font-size: 75%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
  /* Back to top button */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background-color: #c8a27a;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 1.5rem;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            transition: all 0.3s;
            z-index: 99;
            display: none;
        }
        
        .back-to-top:hover {
            background-color: #b38f6c;
            transform: translateY(-5px);
        }
        
        /* Loader Styles */
        .loader-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }
        
        .loader-container.hidden {
            opacity: 0;
            visibility: hidden;
        }
        
        .company-logo {
            width: 190px;
            height: 190px;
            /* margin-bottom: 30px; */
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        
        .logo-image {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
            animation: logoFloat 3s ease-in-out infinite;
        }
        
        .loader {
            width: 80px;
            height: 80px;
            position: relative;
        }
        
        .loader-circle {
            align-items: center;
            justify-content: center;
            position: absolute;
            width: 200%;
            top: 100px;
            right: -50px;
            height: 200%;
            border: 4px solid transparent;
            border-top-color: black;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
.logo{
    width: 50px;
    /* height: 20%; */
    padding: 0;
}
header {
    padding: 0rem 8%;
	display: flex;
	justify-content: space-between;
    align-items: center;
    /* text-align: center; */
    position: fixed;
    background-color: #0000005b;
    top: 0px; right: 0px; left: 0px;
    z-index: 1000;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0.5rem 1.5rem; */
}
header .navbar a{
    font-size: 1rem;
    border-radius: .5rem;
    padding: .5rem 1.5rem;
     text-align: center;
    /*justify-content: center;
    align-items: center; */
     color: burlywood;
    font-weight: bold;
    /* color: #505050; */
    /* position: relative; */

}
header .navbar .active{
    color: #F49735;
}
/* header .navbar a:hover::after{
    color: black;
    background: black;
    text-decoration: underline;
    width: 50px;
}
header .navbar a::after{
   content: '';
   height:4px;
   width:0px;
   background-color: black;
   position: absolute;
   bottom: 2px;
   left: 10px;
   transition: 0.3s ease;
} */

header .navbar a:hover{
    color: #F49735;
}
header .icons i,
header .icons a{
    cursor: pointer;
    margin-left: .5rem;
    height: 3rem;
    line-height: 3rem;
    width: 3rem;
    text-align: center;
    font-size: 1.2rem;
    color: black;
    border-radius: 50%;
    background: whitesmoke;
    border: 1px solid burlywood;
}
header .icons i:hover, 
header .icons a:hover{
    background-color: burlywood;
    color: white;
}
 
header .icons #menu-bars{
    display: none;
}
/* Style for the fixed navbar when scrolling */
.navbar-scrolled {
    background-color: whitesmoke; /* Change to your desired background color */
}
.hero{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* padding-top: 30px; */
    /* padding-bottom: 390px; */
    /* background-color: radial-gradient(circle at center, #ffd700, #ff6a00, #ff007f); */
    /* background-color: #000; */
    font-family: Arial, Helvetica, sans-serif;
    /* background-image: */
    /* url("../images/6-removebg-preview.png"), */
    /* radial-gradient(circle at center, #f9f2ec, #d2a679, #86592d); */
    background-image: url("../images/Brown\ Gradient\ Modern\ Sales\ Representative\ Business\ Card.png");
    /* width: 70%; */
    height: 100vh;
    /* float: right; */
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-color 0.4s, backdrop-filter 0.5s;
    /* animation: moveUp 10s forwards ; */
    /* background-position: center; */
}
.hero img{
    width: 500px;
    height: auto;
    /* align-items: center;
    justify-content: center; */
    /* display: flex; */
    
}
.hero-services{
    display: flex;
    background-attachment: fixed;
    /* background-image: url("../images/0K8A4193.png"); */
    /* width: 70%; */
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}
.hero-content{
    stroke: #ffffff;
    float: right;
    position: absolute;
    bottom: 2em;
    width: 1em;
    animation: moveRight 1s alternate-reverse infinite;
    opacity: 0;
}
.hero h1{
    font-size: 50px;
    margin-top: 150px;
    margin-left: 110px;
    font-weight: bold;
    /* font-family: "cursive", lucida handwriting;  */
    text-align: left;
    /* float: right; */
    /* text-shadow: 2px 2px #0000007e; */
    transition: background-color 0.4s, backdrop-filter 0.5s;
    animation: moveUp 3s alternate ease-in-out; 
} 
/* .hero h1 span{
    font-size: 45px;
} */
.hero p{
    color: rgb(8, 6, 6);
    font-size: 18px;
    /* text-shadow: 2px 2px beige; */
    /* text-align: center;  */
    margin-left: 110px;
    /* float: right; */
    letter-spacing: 5;
    font-family: 'Marcellus SC';
    text-align: left;
    transition: background-color 0.4s, backdrop-filter 0.5s;
    animation: moveUp 3s alternate infinite;
} 
/* .hero-text{
    background-color: #000;
    color: pink;
    align-items: center;
    text-align: center;
    padding: 40px;
} */
/* .hero-text h1{
    font-family: "Garamond", Times, serif;
    font-size: 40px;
    position: absolute;
    align-items: center;
    text-align: center;
    margin-left: 400px;
    animation: moveRight 3s alternate-reverse infinite;
    opacity: 0;
}
.hero-text p{
    font-size: 25px;
    margin-top: 50px;
    font-family: "Garamond", Times, serif;
} */
.hero h1 span{
    font-size: 30px;
    font-family: 'Marck Script';
    padding: 0px 0;
    color: rgb(255, 187, 98);
}
.btn {
  border:3px solid rgba(0, 0, 0, 0.505);
  background-color: transparent;
  color: black;
  padding: 4px 8px;
  font-size: 16px;
  cursor: pointer;
  width: 100px;
  margin: 20px 0 0 110px;
}

.success {
  border-color: black;
  color: black;
}

.success:hover {
  /* background-color: rgb(206, 144, 89); */
  color: rgb(206, 144, 89);
}




/* Login Popup Styles */
.popUpForm {
    display: none;
    position: fixed;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 400px;
    height: auto;
    /* max-width: 1200vh; */
    /* background: rgb(183, 96, 30); */
    background: url("../images/Brown\ Gradient\ Modern\ Sales\ Representative\ Business\ Card.png");
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    align-items: center;
    text-align: center;
    left: 50%;
    top: 20%;
    margin-left: -200px;
}

.closeButton {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
}

.closeButton:hover {
    color: #333;
}

.formContent {
    text-align: center;
}

.loginText{
    color: white;
    font-size: 17px;
    padding: 20px 0;
    font-weight: bold;
}

.popUpForm input {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 10px;
    box-sizing: border-box;
}

.popUpForm button {
    width: 100%;
    padding: 12px;
    margin: 20px 0 10px;
    background: #e7803c;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.popUpForm button:hover {
    color: #000;
}

.formToggle {
    margin-top: 10px;
}

.toggleBtn span {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
}
.toggleBtn {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.toggleBtn:hover {
    color: #3c3c3c;
}

.pageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
     background: rgba(0, 0, 0, 0.3); /* Lighter overlay since blur adds darkness */
    z-index: 1000;
    backdrop-filter: blur(8px) brightness(0.8);
    -webkit-backdrop-filter: blur(8px) brightness(0.8); 
}

/* Logged in user styles */
.welcome-text {
    margin-right: 10px;
    color: #e7803c;
    font-size: 10px;
    font-weight: 800;
    /* font-family: 'Sofia'; */
}

.logout-link {
    color: #e74c3c;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 500;
}

.logout-link:hover {
    text-decoration: underline;
}

 .cart-count {
            position: absolute;
            top: -8px;
            right: -8px;
            background: #e67e22;
            color: white;
            border-radius: 50%;
            width: 18px;
            height: 18px;
            font-size: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }
.fa-shopping-bag {
            position: relative;
        }
/* Error message display */
.error-message {
    background: #ffebee;
    color: #c62828;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    text-align: center;
}



/* category section starts */
.shop-section {
  padding: 60px 40px;
}

.section-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
  letter-spacing: 1px;
}

.shop-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 40px;
}

.category-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 420px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.category-card:hover img {
  transform: scale(1.08);
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
  /* justify-content: end; */
  justify-content: center;
  align-items: center;
  text-align: center;
}

.overlay h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.overlay a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  color: #000;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
  transition: all 0.3s ease;
}

.overlay a:hover {
  opacity: 0.7;
}

/* category section ends */

/* *****************************PRODUCTS PAGE START************************ */
.navproduct{
    padding: 0rem 9%;
	display: flex;
	justify-content: space-between;
    align-items: center;
    position: fixed;
    background-color: whitesmoke;
    top: 0px; right: 0px; left: 0px;
    z-index: 1000;
    box-shadow: burlywood 0.1rem 0.1rem;
}
/* SECTION */
.product-section {
    padding: 120px 60px;
}

.product-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    /* padding: 50px; */
}

/* PRODUCT CARD */
.product-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    border-left: 3px solid burlywood;
    box-shadow: 0 8px 25px rgba(222, 184, 135, 0.783);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.product-card img {
    width: 90%;
    height: auto;
    object-fit: cover;
    margin-bottom: 15px;
}

/* Product container grid layout */
.product-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px;
}

/* Size buttons styling */
.sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}

.sizes button {
    padding: 6px 12px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
}

.sizes button:hover {
    background-color: burlywood;
    color: white;
    border-color: burlywood;
}

.sizes button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Add to bag button */
.add-to-bag {
    width: 100%;
    padding: 10px;
    background-color: burlywood;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.add-to-bag:hover {
    background-color: #b8860b;
}

.price {
    font-size: 20px;
    font-weight: bold;
    color: #b8860b;
    margin: 10px 0;
}

.size-header {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    margin-top: 10px;
    letter-spacing: 1px;
}
.details {
    flex: 1;
    padding: 14px;
    background: #fff;
    border: 1px solid #0b1626;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.details:hover {
    background: #0b1626;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .shop-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .shop-container {
        grid-template-columns: 1fr;
    }
}


.product-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

/* *****************************PRODUCTS PAGE END************************ */


/* ***************************** STORY SECTION STARTS ********************** */

.scroll{
    height: 90vh;
    background: url("../images/background.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

        .about-container {
            max-width: 1200px;
            margin: 0 auto;
            /* background: white; */
            /* border-radius: 20px; */
            /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08); */
            overflow: hidden;
            position: relative;
        }
        
        /* Decorative elements */
        /* .about-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
        } */
        
        /* .floating-shape {
            position: absolute;
            border-radius: 50%;
            opacity: 0.05;
            z-index: 0;
        }
        
        .shape-1 {
            width: 300px;
            height: 300px;
            background: #6a11cb;
            top: -150px;
            right: -150px;
        }
        
        .shape-2 {
            width: 200px;
            height: 200px;
            background: #2575fc;
            bottom: -100px;
            left: -100px;
        } */
        
        /* Header section */
        .about-header {
            padding: 50px 50px 20px;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        .about-header h1 {
            font-size: 3rem;
            background: linear-gradient(90deg, #ffd5a9, rgb(254, 188, 102));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .about-header h1::after {
            content: '';
            position: absolute;
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #ffd5a9, rgb(254, 188, 102));
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }
        
        .tagline {
            font-size: 1.2rem;
            color: #666;
            max-width: 700px;
            margin: 20px auto 0;
            font-weight: 300;
        }
        
        /* Content section */
        .about-content {
            display: flex;
            flex-wrap: wrap;
            padding: 30px 50px 50px;
            position: relative;
            z-index: 1;
        }
        
        .about-text {
            flex: 1;
            min-width: 300px;
            padding-right: 40px;
        }
        
        .about-text h2 {
            font-size: 2.2rem;
            color: #2c3e50;
            margin-bottom: 20px;
            position: relative;
            padding-left: 15px;
        }
        
        .about-text h2::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 5px;
            background: linear-gradient(to bottom, #ffd5a9, rgb(254, 188, 102));
            border-radius: 3px;
        }
        
        .about-text p {
            margin-bottom: 20px;
            color: #555;
            font-size: 1rem;
            line-height: 22px;
            text-align: justify;
        }
        
        .highlight {
            background: linear-gradient(120deg, rgba(106, 17, 203, 0.1) 0%, rgba(37, 117, 252, 0.1) 100%);
            padding: 10px;
            border-radius: 10px;
            border-left: 4px solid #ffd5a9;
            margin: 15px 0;
        }
        
        /* Stats section */
        .stats {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-top: 30px;
            gap: 15px;
        }
        
        .stat-item {
            text-align: center;
            flex: 1;
            min-width: 150px;
            padding: 15px;
            border: 2px solid burlywood;
            background: #f8f9fa;
            border-radius: 10px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .stat-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            background: linear-gradient(90deg, #ffd5a9, rgb(254, 188, 102));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .stat-label {
            font-size: 1rem;
            color: #666;
            margin-top: 5px;
        }
        
        /* Visual/Image section */
        .about-visual {
            flex: 1;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        .visual-container {
            position: relative;
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
        }
        
        .main-visual {
            width: 100%;
            border-radius: 15px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.5s ease;
        }
        
        .visual-container:hover .main-visual {
            transform: scale(1.02);
        }
        
        .floating-card {
            position: absolute;
            background: white;
            border: 2px solid burlywood;
            border-radius: 10px;
            padding: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
            display: flex;
            align-items: center;
            animation: float 3s ease-in-out infinite;
        }
        
        .card-1 {
            top: -20px;
            right: -20px;
            animation-delay: 0s;
        }
        
        .card-2 {
            bottom: -20px;
            left: -20px;
            animation-delay: 1.5s;
        }
        
        .floating-card i {
            font-size: 1.5rem;
            margin-right: 10px;
            background: linear-gradient(90deg, #f5c6cb, #ffd5a9);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        /* Values section */
        .values {
            margin-top: 30px;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            width: 100%;
        }
        
        .value-item {
            background: #f8f9fa;
            padding: 25px;
            border-radius: 10px;
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .value-item:hover {
            background: linear-gradient(135deg, #f5c6cb 0%, #ffd5a9 100%);
            color: white;
            transform: translateY(-5px);
        }
        
        .value-item:hover h3,
        .value-item:hover p {
            color: white;
        }
        
        .value-item h3 {
            font-size: 1.4rem;
            margin-bottom: 10px;
            color: #2c3e50;
        }
        
        .value-item p {
            color: #666;
            font-size: 1rem;
        }
        
        .value-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
            background: linear-gradient(90deg, #ffd5a9, #f5c6cb);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .value-item:hover .value-icon {
            color: white;
            background: transparent;
            -webkit-background-clip: initial;
            background-clip: initial;
        }
         
        /* Animations */
        @keyframes float {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-10px);
            }
        }
        
        /* Responsive design */
        @media (max-width: 900px) {
            .about-content {
                flex-direction: column;
            }
            
            .about-text {
                padding-right: 0;
                margin-bottom: 40px;
            }
            
            .about-header h1 {
                font-size: 2.5rem;
            }
            
            .stats {
                justify-content: center;
            }
        }
        
        @media (max-width: 600px) {
            .about-header, .about-content, .about-footer {
                padding: 30px 25px;
            }
            
            .about-header h1 {
                font-size: 2rem;
            }
            
            .stat-item {
                min-width: 120px;
            }
            
            .stat-number {
                font-size: 2rem;
            }
            
            /* .floating-card {
                position: relative;
                margin: 10px 0;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                animation: none;
            } */
            
            .visual-container {
                display: flex;
                flex-direction: column;
            }
        }





/* ***************************** STORY SECTION ENDS ********************** */










/* Footer Styles */
.site-footer {
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    text-align: justify;
    font-family: Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer Top Section */
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
}

.about-section {
    flex: 2;
    min-width: 300px;
}

/* Logo Styles */
.footer-logo {
    margin-bottom: 20px;
}

.footer-logo .logo {
    max-width: 180px;
    height: auto;
    display: block;
}

/* Footer Headings */
.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

/* Footer Links */
.footer-links {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.footer-links li {
    display: block;
    margin-bottom: 10px;
}

.footer-links a {
    color: #737373;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #3366cc;
}

.site-footer a {
    color: #737373;
    text-decoration: none;
}

.site-footer a:hover {
    color: #3366cc;
}

/* Footer Divider */
.footer-divider {
    border: 0;
    border-top: 1px solid #bbb;
    opacity: 0.5;
    margin: 30px 0;
}

/* Footer Bottom Section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright-section {
    flex: 1;
    min-width: 300px;
}

.copyright-text {
    margin: 0;
    color: #737373;
}

.company-link {
    color: #737373;
}

.company-link:hover {
    color: #3366cc;
}

/* Social Icons */
.social-section {
    flex-shrink: 0;
}

.social-icons {
    display: flex;
    gap: 10px;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.social-icons li {
    display: inline-block;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #33353d;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    transform: translateY(-3px);
}

/* Social Icon Colors */
.social-icons a.facebook:hover {
    background-color: #3b5998;
}

.social-icons a.twitter:hover {
    background-color: #00aced;
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-section {
        width: 100%;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .copyright-section,
    .social-section {
        width: 100%;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .footer-logo {
        text-align: center;
    }
    
    .footer-logo .logo {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .site-footer {
        padding: 30px 0 15px;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    .social-icons a {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

/* Font Awesome icons (if not already loaded) */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


 /* For the text on hero */
 @keyframes moveUp{
    from{
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    to{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

    }
 }

 @keyframes moveRight{
    from{
        transform: translateY(-30px);
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
 }


 /* Media auery for the slide show */
@media screen and (max-width: 900px) {
    .wrapper .carousel{
        grid-auto-columns: calc((100% / 2) - 9px);
    }
}
@media screen and (max-width: 600px) {
    .wrapper .carousel{
        grid-auto-columns: 100%;
    }
}
/* Responsive styles */
@media (max-width: 768px) {
    .popUpForm {
        width: 90%;
        padding: 20px;
    }
    
    .icons {
        font-size: 14px;
    }
    
    .welcome-text {
        display: none;
    }
}


/* Alert Messages */
.alert {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 5px;
    z-index: 9999;
    animation: slideIn 0.5s ease, fadeOut 0.5s ease 4.5s forwards;
    max-width: 300px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Add viewport meta tag in HTML - this MUST be in your HTML <head> */
/* <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> */

/* Mobile Navigation - Add hamburger menu functionality */
@media (max-width: 768px) {
    header {
        padding: 1rem 5%;
    }
    
    header .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        padding-top: 80px;
        transition: 0.3s ease;
        z-index: 999;
    }
    
    header .navbar.active {
        left: 0;
    }
    
    header .navbar a {
        display: block;
        padding: 1rem 2rem;
        font-size: 1.2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    header .icons #menu-bars {
        display: inline-block;
    }
}

/* Hero Section Responsive */
@media (max-width: 768px) {
    .hero {
        height: auto;
        min-height: 100vh;
        /* background-position: center; */
        /*background-attachment: fixed;*/
    }
    
    .hero h1 {
        font-size: 2rem;
        margin-top: 120px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
    
    .hero h1 span {
        font-size: 1.5rem;
        display: block;
    }
    
    .hero p {
        font-size: 0.9rem;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }
    
    .btn {
        margin: 20px auto 0;
        display: block;
        width: 150px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 3.0rem;
        margin-top: 80px;
        text-shadow: 1px -1px 0 #333;
    }
    .hero h1 span {
        font-size: 2.0rem;
    }
    .hero p {
        font-size: 1.1rem;
          letter-spacing: .1em;
        text-shadow: 0 -1px 0 #333;
        margin: -30px 0;
        color: #ffd5a9;
    }

    /*.hero{*/
    /*background-repeat: no-repeat;*/
    /* background-image: url("../images/phone.png");*/
    /*height: 20vh;*/
    /*background-size: contain;*/
    /*transition: background-color 0.4s, backdrop-filter 0.5s;*/
    /*}*/
    
    header {
    padding: 0rem 2%;
    }
    
    .btn{
    /* border: 3px solid rgba(0, 0, 0, 0.505); */
    /* background-color: transparent; */
    /* color: black; */
    padding: 4px 8px;
    font-size: 16px;
    cursor: pointer;
    width: 100px;
    margin: 100px 0 0 -300px;
    transform: rotate(270deg);
    animation: textPulse 2s ease-in-out infinite;
}
.shop-section {
  padding: 20px 40px;
}
/*.scroll {*/
/*        height: 30vh;*/
/*        min-height: 0vh;*/
        /* background: url(../images/10.jpeg); */
/*        background-position: center;*/
        /* background-attachment: scroll; */
        /* padding: 60px 0; */
/*        background-size: contain;*/
/*        background-repeat: repeat-y;*/
/*    }*/
 .floating-card {
            position: absolute;
 }
/* Container adjustments */
    .product-container {
        grid-template-columns: 1fr;  /* Single column layout */
        gap: 15px;
        padding: 10px;
    }
    
    /* Product card adjustments */
    .product-card {
        padding: 15px;
        margin: 0 5px;
    }
    
    .product-card:hover {
        transform: translateY(-5px);  /* Smaller lift on mobile */
    }
    
    /* Image adjustments */
    .product-card img {
        width: 100%;
        height: auto;  /* Smaller height for mobile */
        margin-bottom: 10px;
    }
    
    /* Title adjustments */
    .product-card h3 {
        font-size: 16px;
        margin: 8px 0;
    }
    
    /* Price adjustments */
    .price {
        font-size: 18px;
        margin: 8px 0;
    }
    
    /* Size header */
    .size-header span {
        font-size: 10px;
    }
    
    /* Size buttons */
    .sizes {
        gap: 6px;
        margin: 8px 0;
    }
    
    .sizes button {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    /* Add to bag button */
    .add-to-bag {
        padding: 8px;
        font-size: 14px;
    }
    
    /* No image placeholder */
    .no-image {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f9f9f9;
        border-radius: 8px;
    }
    
    /* No products message */
    .product-container > div[style*="text-align: center"] {
        padding: 30px 20px !important;
    }
    
    .product-container > div[style*="text-align: center"] h3 {
        font-size: 18px;
    }
    
    .product-container > div[style*="text-align: center"] p {
        font-size: 14px;
    }
}



@keyframes textPulse {
    0% {
        color: black;
    }
    50% {
        color: burlywood;
    }
    100% {
        color: black;
    }
}
    




/* Shop Categories Responsive */
@media (max-width: 1024px) {
    .shop-categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 20px;
    }
    
    .shop-section {
        padding: 40px 20px;
    }
}

@media (max-width: 640px) {
    .shop-categories {
        grid-template-columns: 1fr;
    }
    
    .category-card {
        height: auto;
    }
    
    .section-heading {
        font-size: 28px;
    }
}

/* Products Section Responsive */
@media (max-width: 1200px) {
    .product-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .product-section {
        padding: 100px 40px;
    }
}

@media (max-width: 768px) {
    .product-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .product-section {
        padding: 100px 20px 60px;
    }
    
    .product-card img {
        height: auto;
    }
    
    .actions {
        flex-direction: column;
        gap: 10px;
    }
}

/* Story Section Responsive Fixes */
@media (max-width: 768px) {
    /* .scroll {
        height: auto;
        min-height: 100vh;
         background: url("../images/10.jpeg");
        background-attachment: scroll;
        padding: 60px 0;
    } */
    
    .about-header {
        padding: 30px 20px 10px;
    }
    
    .about-header h1 {
        font-size: 2rem;
    }
    
    .tagline {
        font-size: 1rem;
        padding: 0 20px;
    }
    
    .about-content {
        padding: 20px;
    }
    
    .about-text h2 {
        font-size: 1.5rem;
    }
    
    .stats {
        flex-direction: column;
    }
    
    .stat-item {
        width: 100%;
    }
    
    .values {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* Popup Form Responsive */
@media (max-width: 500px) {
    .popUpForm {
        width: 95%;
        left: 2.5%;
        margin-left: 0;
        top: 10%;
        padding: 15px;
    }
    
    .loginText {
        font-size: 14px;
    }
    
    .popUpForm input {
        padding: 8px;
        font-size: 14px;
    }
}

/* Back to top button responsive */
@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

/* Loader responsive */
@media (max-width: 768px) {
    .company-logo {
        width: 150px;
        height: 150px;
    }
    
    .loader-circle {
        width: 150%;
        top: 80px;
        right: -25px;
    }
}

/* General spacing improvements for tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    html {
        font-size: 70%;
    }
    
    .product-container {
        gap: 25px;
        padding: 0 20px;
    }
}

/* Large screens optimization */
@media (min-width: 1400px) {
    html {
        font-size: 85%;
    }
    
    .container {
        max-width: 1320px;
        margin: 0 auto;
    }
}

/* Improve touch targets on mobile */
@media (max-width: 768px) {
    button, 
    .btn,
    .add-to-bag,
    .details,
    .sizes button,
    .social-icons a {
        min-height: 44px;
        min-width: 44px;
    }
    
    .sizes button {
        padding: 10px 12px;
    }
    
    .navbar a {
        padding: 12px 20px !important;
    }
}

/* Prevent horizontal scroll */
body {
    overflow-x: hidden;
    width: 100%;
}

/* Responsive images */
img {
    max-width: 100%;
    height: auto;
}

/* Fluid typography for better responsiveness */
@media (max-width: 768px) {
    .section-heading {
        font-size: clamp(24px, 6vw, 36px);
    }
    
    .about-text h2 {
        font-size: clamp(20px, 5vw, 28px);
    }
    
    .stat-number {
        font-size: clamp(28px, 6vw, 40px);
    }
}

/* ============================================
   IPHONE 13 PRO MAX & MOBILE RESPONSIVE STYLES
   Add this entire block to your css/style.css file
   ============================================ */

/* Base responsive overrides */
@media only screen and (min-width: 390px) and (max-width: 428px) {
    html {
        font-size: 62.5%;
    }
    
    body {
        overflow-x: hidden;
    }
    
    .container, .footer-container, .about-container {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        overflow-x: hidden;
    }
}

/* General mobile (max-width: 480px) - iPhone 13 Pro Max friendly */
@media (max-width: 480px) {
    html {
        font-size: 55%;
    }
    
    body {
        overflow-x: hidden;
    }
    
    /* Header mobile fix */
    header {
        padding: 1rem 4% !important;
    }
    
    .logo {
        width: 40px !important;
    }
    
    /* Navbar mobile menu */
    header .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 75% !important;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        padding-top: 70px;
        transition: 0.3s ease;
        z-index: 999;
    }
    
    header .navbar.active {
        left: 0;
    }
    
    header .navbar a {
        display: block;
        font-size: 1.4rem !important;
        padding: 1.2rem 2rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    header .icons #menu-bars {
        display: inline-block;
    }
    
    /* Hero section complete mobile remake */
    .hero {
        background-image: url("../images/phone.png") !important;
        /*background-size: contain !important;*/
        /*background-position: center 30% !important;*/
        height: 75vh !important;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        /*padding: 0 20px;*/
    }
    
    .hero h1 {
        font-size: 3.2rem !important;
        margin: -80px 0 15px 0 !important;
        text-align: center !important;
        line-height: 1.3;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    }
    
    .hero h1 span {
        font-size: 2.4rem !important;
        display: inline-block;
    }
    
    .hero p {
        font-size: 1.4rem !important;
        margin: 0 auto 30px !important;
        text-align: center !important;
        color: #ffd5a9 !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.3);
        max-width: 98%;
    }
    
    /*.btn {*/
    /*    margin: -100px 0 0 0;*/
    /*    width: 160px !important;*/
        /*transform: none !important;*/
    /*    animation: textPulse 2s ease-in-out infinite;*/
    /*    font-size: 1.4rem;*/
    /*    padding: 10px 20px;*/
    /*    border-width: 2px;*/
    /*}*/
    
    /* Shop categories - mobile grid */
    .shop-section {
        padding: 30px 16px !important;
    }
    
    .section-heading {
        font-size: 2.4rem !important;
        margin-bottom: 20px;
    }
    
    .shop-categories {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 10px !important;
    }
    
    .category-card {
        height: auto !important;
    }
    
    .overlay h3 {
        font-size: 2.2rem !important;
    }
    
    /* Scroll section */
    .scroll {
        height: 40vh !important;
        /*min-height: 250px;*/
        background-size: cover !important;
        background-attachment: local !important;
        background-position: center;
    }
    
    /* Story section full width mobile */
    .about-container {
        padding: 0 0 30px 0;
    }
    
    .about-header {
        padding: 30px 20px 15px !important;
    }
    
    .about-header h1 {
        font-size: 2.8rem !important;
    }
    
    .tagline {
        font-size: 1.2rem !important;
        padding: 0 15px;
    }
    
    .about-content {
        padding: 20px 18px !important;
        flex-direction: column;
    }
    
    .about-text {
        padding-right: 0 !important;
        margin-bottom: 30px;
    }
    
    .about-text p {
        font-size: 1.35rem !important;
        line-height: 1.5;
    }
    
    .highlight p {
        font-size: 1.3rem;
    }
    
    .values {
        grid-template-columns: 1fr !important;
        gap: 18px;
        padding: 0 5px;
    }
    
    .value-item {
        padding: 20px;
    }
    
    /*.floating-card {*/
    /*    display: none !important;*/
    /*}*/
    
    .main-visual {
        margin-top: 15px;
    }
    
    /* Products page mobile grid */
    .product-section {
        padding: 100px 16px 50px !important;
    }
    
    .product-container {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
        padding: 10px !important;
    }
    
    .product-card {
        padding: 16px;
    }
    
    .product-card img {
        height: auto !important;
        object-fit: cover;
    }
    
    .price {
        font-size: 1.8rem;
    }
    
    .sizes {
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .sizes button {
        padding: 8px 14px;
        font-size: 1.2rem;
        min-height: 40px;
    }
    
    .add-to-bag {
        padding: 12px;
        font-size: 1.4rem;
    }
    
    /* Footer mobile */
    .site-footer {
        padding: 35px 0 20px;
    }
    
    .footer-top {
        flex-direction: column;
        gap: 25px;
        padding: 0 16px;
    }
    
    .footer-section {
        width: 100%;
        text-align: center;
    }
    
    .footer-logo .logo {
        margin: 0 auto;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 0 16px;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    /* Icons and cart */
    .icons i, .icons a {
        height: 3.5rem !important;
        width: 3.5rem !important;
        line-height: 3.5rem !important;
        font-size: 1.4rem !important;
    }
    
    .welcome-text {
        display: none;
    }
    
    .cart-count {
        width: 20px;
        height: 20px;
        font-size: 1rem;
        top: -8px;
        right: -8px;
    }
    
    /* Popup form */
    .popUpForm {
        width: 92% !important;
        left: 4% !important;
        margin-left: 0 !important;
        top: 15% !important;
        padding: 20px 16px !important;
    }
    
    .popUpForm input {
        padding: 12px;
        font-size: 1.3rem;
    }
    
    .popUpForm button {
        padding: 14px;
        font-size: 1.4rem;
    }
    
    /* Back to top button */
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 1.8rem;
    }
    
    /* Alert messages */
    .alert {
        top: 70px;
        right: 10px;
        left: 10px;
        max-width: none;
        font-size: 1.2rem;
        padding: 12px;
        text-align: center;
    }
    
    /* Loader */
    .company-logo {
        width: 140px;
        height: 140px;
    }
    
    .loader-circle {
        width: 180%;
        top: 70px;
        right: -40px;
    }
    
    /* Typography improvements */
    p, li, a, .toggleBtn, .loginText p {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    h3 {
        font-size: 1.8rem;
    }
}
/* Responsive styles for .scroll section */
@media (max-width: 1024px) {
    .scroll {
        height: 60vh;
        background-attachment: fixed; /* Fixed attachment causes issues on mobile */
    }
}

/*@media (max-width: 768px) {*/
/*    .scroll {*/
/*        height: 50vh;*/
/*        background-size: cover;*/
/*        background-position: center;*/
/*        background-attachment: fixed;*/
/*    }*/
/*}*/

@media (max-width: 480px) {
    .scroll {
        height: 40vh !important;
        min-height: 250px;
        background-size: contain !important;
        background-attachment: scroll !important;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/* iPhone 13 Pro Max specific */
/*@media only screen and (min-width: 390px) and (max-width: 428px) {*/
/*    .scroll {*/
/*        height: 35vh;*/
/*        min-height: 280px;*/
/*        background-attachment: fixed;*/
/*    }*/
/*}*/
/* iPhone 13 Pro Max specific width (428px) fine-tuning */
@media only screen and (min-width: 390px) and (max-width: 430px) and (-webkit-min-device-pixel-ratio: 3) {
    .hero h1 {
        font-size: 3.4rem !important;
    }
    
    .hero p {
        font-size: 1.5rem !important;
        max-width: 90%;
    }
    
    .category-card {
        height: auto;
    }
    
    .product-card img {
        height: auto;
    }
    
    .sizes button {
        padding: 8px 12px;
        font-size: 1.1rem;
    }
}

/* Prevent horizontal scroll */
img, video, iframe, .shop-categories, .product-container, .hero, footer {
    max-width: 100%;
}

/* Touch friendly buttons */
button, .btn, .add-to-bag, .sizes button, .social-icons a, .toggleBtn, .closeButton {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

button:active, .btn:active {
    transform: scale(0.97);
}

/* Icons flex fix */
.icons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* Add pulse animation if not exists */
@keyframes textPulse {
    0%, 100% { color: black; }
    50% { color: burlywood; }
} 

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}