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

}


/*font*/
@font-face {
  font-family: 'Sharp Sans';
  src: url('https://therealleathercompany.com/cdn/shop/files/Sharp-Sans-Semibold.ttf?v=1737630650') format('truetype');
  font-weight: bolder;
  font-style:normal;
}
@font-face {
  font-family: 'Sharp Sans Medium';
  src: url('https://therealleathercompany.com/cdn/shop/files/Sharp-Sans-Semibold.ttf?v=1737630650') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Sharp Sans Semibold';
  src: url('https://therealleathercompany.com/cdn/shop/files/Sharp-Sans-Semibold.ttf?v=1737630650') format('truetype');
  font-style: normal;
}

/*header layout*/
header{
    background-color: black;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 0.6em 0;
}
header a{
    font-family: Sharp Sans Medium;
    font-size: 14.6667px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 100px 0;
}
a:hover {
    text-decoration: underline;
}
ul{
    list-style-type: none;
}
/* button*/
button{
    color: antiquewhite;
    text-align: center;
    background-color: rgb(68, 0, 0);
    border-radius: 3px;
    padding: 10px;

}

a:hover{
    text-decoration: underline; 
}

/* Navbar layout */
.navbar {
  display: flex;
  list-style-type: none;
  gap: 20px;
  background-color: white;
  align-items: center;
}

/* Links */
.navbar li a {
  text-decoration: none;
  font-family: "Sharp Sans Medium", sans-serif;
  color: #222;
  font-size: 14px;
  padding: 8px 8px;
}

/* image used ina nav*/
.navbar img {
  vertical-align: middle;
}

/* Icons */
.search-icon i {
  font-size: 16px;
  color: #222;
}
/* Underline navbar text links */
.navbar > li > a:hover {
  text-decoration: underline;
}

/* Do NOT underline icons */
.navbar > li > a > i:hover,
.navbar > li > a > img:hover {
  text-decoration: none;
}

/*vertical text line */
.div1{
    display: flex;
    gap: 320px;
    text-align: left;
    background-color: rgb(241, 241, 241);
    font-family: "Sharp Sans Semibold", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: normal;
    text-transform: none;
    color: #000000;
    padding: 8px ;
    padding-left: 100px;
}

/*vertical text line */
.div3{
    display: flex;
    gap: 320px;
    text-align: left;
    background-color: rgb(241, 241, 241);
    font-family: "Sharp Sans Semibold", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: normal;
    text-transform: none;
    color: #000000;
    padding: 8px ;
    padding-left: 100px;
}

.seen p{
    font-family: "Sharp Sans Semibold", sans-serif;
    font-size: 34px;
    font-weight: 400;
    font-weight: normal;
    text-align: center; 
    color: rgba(9, 9, 9, 0.747);
    margin-top: -26px;
    

}

.logo {
    display: flex;
    justify-content: space-between;             
    padding: 50px 40px;
    margin-left: 50px;
    margin-right: 50px; 
    margin-top: -60px;
    margin-bottom: -35px;

}

.logo img {
    max-height: 50px;  
    max-width: 460px;             
    padding-left:50px;
    gap: 8px;
  
}

/* Bags collection container */
.backpacktypes {
  padding: 40px 20px;
  background-color: #ffffff;
  max-width: 1440px;
  margin: auto;
}

/* Rows of collections */
.collections {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

/* Individual collection card */
.c1 {
  flex: 1;
  min-width: 300px;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  background-color: #f0f0f0;
}


/* Image inside each card */
.collections img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px; 
  background-color: rgb(239, 239, 239);
}

/* Paragraph under image */
.collections p {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  display: inline;
  font-family: "Sharp Sans Medium", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  padding-left: 20px;
  height: auto;
  letter-spacing: normal;
  line-height: 50.8px;
  text-align: left;
  width: auto;
  word-break: break-word;
  margin-block-start: -20px;
}

.collections a {
  text-decoration: none;
}

.collections a:hover {
  text-decoration: none;
}

/* Button under the section */
.view-all {
  text-align: center;
}

.view-all .btn {
  background-color: rgb(50, 26, 22);
   margin-top: -100px;
  background-image: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: 'Sharp-Sans-Medium', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 52px;
  letter-spacing: normal;
  line-height: 16px;
  outline-color: rgb(255, 255, 255);
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 18px;
  padding-left: 90.6375px;
  padding-right: 90.6375px;
  padding-top: 18px;
  text-align: center;
  text-decoration-line: none;
  text-decoration-color: rgb(255, 255, 255);
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  width: 385px;
}

.bestseller{
    display: flex;
    gap: 100px;
}
.bestseller1{
    display: flex;
    gap: 100px;
}
.faq{
    text-align: center;
}
a.qs{
    text-decoration: none;
    text-align: center;
    background-color: white;
}
.div2{
    display: flex;
    gap: 100px;
    text-align: center;
}
footer{
    background-color: black;
}
footer a{
    display: flex;
    color: aliceblue;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.menu1 {
  position: relative;
  display: inline-block;
}

/* Drop down menus */
.menu-link {
  padding: 15px 16px;
  margin-top: -5px;
  color: rgb(50, 50, 50);
  text-decoration: none;
  font-size: 14.667px;
  display: inline-block;
  font-family: "Sharp Sans Medium", sans-serif;
}

.menu-link:hover {
  text-decoration: underline;
}

.dropmenu1 {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%; /* center horizontally */
  transform: translateX(-50%); /* shift back by 50% of its own width */
  background-color: white;
  padding: 20px 180px; /* top/bottom: 20px, left/right: 40px */
  z-index: 999;
  white-space: nowrap;
  max-width:1400px;/* optional: ensures enough width */
  height: 320px;
  margin-top: 5px;
}

.menu1:hover .dropmenu1 {
  display: block;
}

.dropmenu1 > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  margin-bottom: 5px;
  color: #222;
  font-size: 10px;
}


.dropmenu1 a {
  color:black;
  text-decoration: none;
}

.dropmenu1 a:hover {
  background-color: white;
}

.briefcase ul li:first-child,
.messengerbag ul li:first-child,
.professionals ul li:first-child {
  margin-bottom: 20px; 
}

.backpack ul li:first-child,
.duffles ul li:first-child,
.professionals ul li:first-child {
  margin-bottom: 20px; 
}

.Acessories ul li:first-child,
.walletsjournals ul li:first-child,
.Gifts ul li:first-child {
  margin-bottom: 20px; 
}

figcaption{
    text-align: center;
    padding-top: 8px;
    font-size: 13px;
    color: #222;
    font-family: "Sharp Sans Medium", sans-serif;
}
.img-container {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.zoom {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 3s ease;
}

.img-container:hover .zoom {
  transform: scale(1.15);
}

.menu2 {
  position: relative;
  display: inline-block;
}

.dropmenu2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%; 
  transform: translateX(-60%);
  background-color: white;
  padding: 20px 180px;
  z-index: 999;
  white-space: nowrap;
  max-width: 1400px;
  height: 320px;
  margin-top: 5px;
}

.menu2:hover .dropmenu2 {
  display: block;
}

.dropmenu2 > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.dropmenu2 a {
  color: black;
  text-decoration: none;
}

.dropmenu2 a:hover {
  background-color: white;
}
.menu3 {
  position: relative;
  display: inline-block;
}

.dropmenu3 {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%; 
  transform: translateX(-72%); 
  background-color: white;
  padding: 20px 180px;
  z-index: 999;
  white-space: nowrap;
  max-width: 1400px; 
  height: 320px;
  margin-top: 5px;
}

.menu3:hover .dropmenu3 {
  display: block;
}

.dropmenu3 > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.dropmenu3 a {
  color: black;
  text-decoration: none;
}

.dropmenu3 a:hover {
  background-color: white;
}
.home-img img{
  width: 100%;
}

/*hover images*/
.images {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  flex-grow: 1;

}

.hover-box {
  position: relative;
  width: 450px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #eeeeeee9;
  height: 600px;
}

.hover-box .img-default {
  width: 100%;
  display: block;
  z-index: 1;
}

.hover-box .img-hover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: 1s ease;
}

.hover-box:hover .img-hover {
  opacity: 1;
}

.hover-box:hover .img-default {
  opacity: 0;
}

.dollar-price{
  padding-left: 25px;
  padding-top: 5px;

}

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

.bag-types:hover {
  text-decoration: underline;
}

.rating {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #000;
  padding-left: 25px;
  padding-top: 10px;

}

.rating i {
  color: black;
  font-size: 12px;
}

.rating-score,
.rating-count {
  font-size: 0.9rem;
  color: #000000;
  font-weight: 545;

}

.hover-box a{
  color: #000;
  
}
.bag-types{
  box-sizing: border-box;
  padding-left: 25px;
  padding-top: 10px;
  color: rgb(18, 18, 18);
  display: block;
  font-family: 'Sharp Sans Semibold', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  height: 26px;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  text-decoration-color: rgb(18, 18, 18);
  width: 402.8px;
  word-break: break-word;

}

.arrow {
  display: inline-block;
  margin-left: 8px; 
  width: 6px;
  height: 6px;
  border: solid black;
  border-width: 0 1.5px 1.5px 0;
  padding: 1px;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-top: -2px;
}


.logos {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 130px; 
  padding: 10px 20px;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.logo-item {
  max-width: 580px; 
}

.logo-item p {
  font-size: 24px;
  font-family: "Sharp Sans Medium", sans-serif;
  font-weight: 500;
  line-height: 40px;
  color: #000;
  margin-bottom: 40px; 
  margin-left: -54px;
}

.logo-item img {
  height: 48px;
  width: auto;
  object-fit: contain;
  margin-top: 20px;
}


 .view-all {
  text-align: center;
  margin: 40px 0;
}


.desktop-reviews img{
  display: flexbox;
  width: 470px;
}
.seen p{
  padding: 50px;
}

/*shop best seller*/
.feature-section {
  background-color: #f4f4f2;
  border-radius: 30px;
  padding: 0;
  max-width: 1400px;
  margin: 40px auto;
  font-family: 'Sharp Sans Semibold', sans-serif;
  color: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  overflow: hidden;
}

.feature-wrapper {
  display: flex;
  align-items: stretch;
  min-height: 100%;
}

.feature-text {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-basis: 50%;
  font-family: "Sharp Sans Semibold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 369.2px;
  letter-spacing: normal;
  line-height: 28.8px;
  padding: 15px;
  text-align: left;
  unicode-bidi: isolate;
  
}

.text h2 {
  font-size: 30px;
  font-family: "Sharp Sans Semibold", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
  color: #000;
  text-align: left;
  width: 350px;
}

.text p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: normal;
  box-sizing: border-box;
  font-family: "Sharp Sans Semibold", sans-serif;
  display: block;
  line-height: 23.4px;
  margin-block-end: 20px;
  margin-block-start: 0px;
  margin-bottom: 20px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  margin-top: 0px;
  width: 380px;
}

.feature-btn {
  display: inline-block;
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #2a150c;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  font-size: 16px;
  text-decoration: none;
  margin-top: 20px;
  text-align: center;
  line-height: 16px;
  width: 380px;
}

.feature-btn:hover {

  text-decoration: none;
}

.feature-image {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-radius: 20px;
}

.text{
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: "Sharp Sans Semibold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  height: 339.2px;
  letter-spacing: normal;
  line-height: 28.8px;
  padding-left: 50px;
  padding-top: 140px;
  padding-right: 65.725px;
  position: relative;
  text-align: left;
  unicode-bidi: isolate;
  width: 438.2px;
}

/*faq*/
.faq {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
  font-family: "Sharp Sans Medium", sans-serif;
  color: rgba(0, 0, 0, 0.85);
}

.faq h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  font-family: "Sharp Sans Semibold", sans-serif;
}

.faq p {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  color: rgb(0, 0, 0);
  font-family: "Sharp Sans Semibold", sans-serif;
  margin: 20px auto; /* centers and sets vertical spacing */
  text-align: center;
  width: 695px;
  
}

/*faq questions*/ 
.faq-accordion {
  max-width: 900px;
  margin: 40px auto;
  font-family: "Sharp Sans Medium", sans-serif;

}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  font-size: 13px;
  font-weight: 700;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: rgb(77, 77, 77);
  position: relative;
}

.faq-question::after {
  content: '>';
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 20px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: rgb(102, 102, 102);
}

.faq-item.active .faq-answer {
  max-height: 200px; 
  padding: 10px 20px 20px;
}

.faq-answer ol {
  padding-left: 13px;
  margin: 10px 0;
}

.faq-answer ol li {
  margin-bottom: 10px;
}

.faq-answer a{
  color: #000;
}

/* footer*/
.site-footer {
  background: #000;
  color: white;
  font-family: "Sharp Sans Medium", sans-serif;
  padding: 40px 20px 20px;
  transition: all 0.3s ease;
  overflow: visible; 
}

/* Signup */
.footer-signup {
  text-align: center;
  margin-bottom: 40px;
}

.footer-signup h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Floating label container */
.floating-label-group {
  position: relative;
  display: inline-block;
  width: 350px;
}

/* Input styling */
.floating-label-group input {
  padding: 14px 12px;
  border-radius: 8px;
  width: 100%;
  font-size: 14px;
  background-color: #000;
  border: 2px solid #a7a7a7;
  color: #fff;
  outline: none;
}

/* Label styling */
.floating-label-group label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #a7a7a7;;
  background: black;
  padding: 0 4px;
  transition: 0.2s ease all;
  pointer-events: none;
  font-size: 14px;
}

/* When input is focused or has value */
.floating-label-group input:focus + label,
.floating-label-group input:not(:placeholder-shown) + label {
  top: 4px;
  transform: none;
  font-size: 11px;
}

/* Columns container */
.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  padding-bottom: 40px;
  height: auto;
  padding-top: 55px;
}

/* Logo */
.footer-logo {
  display: flex;
  justify-content: flex-start; 
  padding-left: 20px; 
}

.footer-logo img {
  width: 130px;
  height: auto;
  margin-left: -140px;
  margin-top: -60px;
}


/* Link Sections */
.footer-column h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  font-family: "Sharp Sans Medium", sans-serif;
  margin-left: -30px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin: 6px 0;
  margin-left: -28px;
  
}

.footer-column a {
  color: rgb(219, 219, 219);
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
}

.footer-column a:hover {
  text-decoration: underline;
}
.footer-columns .footer-column:last-of-type {
  margin-left: 60px;
}


/* Bottom Legal Section */
.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 13px;
  position: relative; 
   margin-top: 140px;
}

.footer-legal span {
  margin-right: 10px;
  color: #a7a7a7;;
}

.footer-legal a {
  color: #a7a7a7;
  text-decoration: none;
}

.footer-legal a:hover {
  text-decoration: underline;
}

.footer-legal a::before {
  content: "·";
  margin-right: 6px;
  color: #999;
}



.footer-signup h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;

}

.desktop-reviews img{
  height: 530px;
}

.desktop-reviews{
  padding-left: 50px;
}

.arrow1 {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 320px;
  vertical-align: middle;
}

.arrow1::before,
.arrow1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: rgb(201, 200, 200);
  transition: transform 0.3s ease;
  transform-origin: center;
}

.arrow1::before {
  transform: rotate(45deg) translateY(3px);
}

.arrow1::after {
  transform: rotate(-45deg) translateY(3px);
}

.arrow1.active::before {
  transform: rotate(45deg) translateY(0);
}

.arrow1.active::after {
  transform: rotate(-45deg) translateY(0);
}

/* footer drop down menu*/
.menu-item {
  position: relative;
}

/* Dropdown container */
.dropdown-menu {
  display: none;
  position: relative; 
  background-color: white;
  padding: 20px;
  padding-top: 40px; 
  width: 430px;
  height: auto; 
  margin-top: 20px; 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  flex-wrap: wrap;
}

/* Image container */
.img-container {
  width: 400px;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: -5px;
  margin-top: -28px;
}

.menu-img-caption {
  font-weight: bold;
  text-align: center;
  color: #000;
  font-size: 13px;
  padding-top: 5px;

}

.img-container img.zoom {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 3.5s ease;
}

.img-container:hover img.zoom {
  transform: scale(1.2);
}

/* Dropdown section */
.dropdown-section {
  width: 420px;

}

.label1 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  padding-top: 20px;
  color: #000;
}

.dropdown-section ul {
  padding: 0;
  list-style: none;
  margin-top: -15px;
}

.dropdown-section li {
  margin-bottom: 6px;
  margin-left: 1px;
}

.dropdown-section a {
  text-decoration: none;
  color: black;
  font-size: 13px;
  margin-bottom: -7px;
}

.dropdown-section a:hover {
  text-decoration: none;
}

/* scroll button*/
#scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  background-color: #fff;
  color: #000;
  border: none;
  outline: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  display: none;
  transition: opacity 0.3s ease;
}

#scrollToTopBtn:hover {
  background-color: #ccc;
}
.mob-seen,
.mob-logo{
  display: none;
}

/* ---------- MEDIA QUERIES ---------- */

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }

  .logo {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin: 0;
  }

  .logo img {
    padding: 0;
    max-width: 80%;
    height: auto;
  }

  .hover-box {
    width: 100%;
    height: auto;
  }


  .bestseller,
  .bestseller1,
  .div2 {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }

  .view-all .btn {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-btn {
    width: 100%;
    padding: 14px;
  }

  .faq p {
    width: 100%;
    font-size: 12px;
  }

  .dropdown-menu,
  .dropmenu1,
  .dropmenu2,
  .dropmenu3 {
    width: 100% !important;
    padding: 20px !important;
    position: relative;
    transform: none !important;
    left: 0 !important;
  }

  .img-container {
    width: 100% !important;
    height: auto !important;
  }

  .dropdown-section {
    width: 100% !important;
  }
}

/* Media query for bags collections */
@media (max-width: 768px) {
  .backpacktypes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 30px 12px;
    margin-bottom: 20px;
  }

  .collections {
    display: contents; 
  }

  .c1 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    height: 290px;
  }

  .collections p {
    font-size: 15px;
    line-height: 1.4;
    padding: 18px;

  }
  .c1 p {
  margin-top: 12px; 
}
}

@media (max-width: 768px) {
  .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
  }

  .hover-box {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    box-sizing: border-box;
    padding-bottom: 30px;
  }

  .view-all {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}
/* review images*/
/* Hide mobile-only section by default */
.mobile-only {
  display: none;
}

/* Show mobile-only reviews section  */
@media (max-width: 768px) {
  .desktop-reviews {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .reviews-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .reviews {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .reviews::-webkit-scrollbar {
    display: none;
  }

  .reviews img {
    width: 70%;
    height: auto;
    scroll-snap-align: center;
    border-radius: 16px;
  }

  .mob-dots {
    text-align: center;
    margin-top: 10px;
  }

  .mob-dots .dot {
    height: 8px;
    width: 8px;
    margin: 0 4px;
    background-color: #000000;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
  }

  .mob-dots .dot.active {
    background-color: #000;
    width: 10px;
    height: 10px;
  }
  .mob-logo-scroll {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  }

  .mob-logo-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }      

}

/*divs */
/* Hide .div1 on mobile and show .div1-mobile */
@media (max-width: 768px) {
  .div1 {
    display: none;
  }

  .div1-mobile {
    display: block;
    text-align: center;
    background-color: rgb(241, 241, 241);
    font-family: "Sharp Sans Semibold", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding: 8px 16px;
  }
}

/* Hide .div1-mobile on desktop */
@media (min-width: 768px) {
  .div1-mobile {
    display: none;
  }
}
/*div 3*/
@media (max-width: 768px) {
  .div3 {
    display: none;
  }

  .div3-mobile {
    display: block;
    text-align: center;
    background-color: rgb(241, 241, 241);
    font-family: "Sharp Sans Semibold", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding: 8px 16px;
  }
}

/* Hide .div1-mobile on desktop */
@media (min-width: 769px) {
  .div3-mobile {
    display: none;
  }
}

/*header query*/
@media (max-width: 768px){
  header a{
    font-size: 12px;
    padding-left: 20px;
  }
}

/*main images query*/
@media (min-width: 769px) {
  .home-img {
    display: inline-block;
  }
  .hide-img {
    display: none;
  }
}

/* Mobile only */
@media (max-width: 768px) {
  .home-img {
    display: none;
  }
  .hide-img {
    display: inline-block;
  }
}

  .mobile-navbar,
  .mobile-menu-overlay,
  .mobile-header {
    display: none;
  }
  .mob-logos{
    display: none;
  }
/* Hide mobile feature section on desktop by default */
  .mob-feature-section {
    display: none;
  }

/* Mobile only */
@media (max-width: 768px) {

  .navigation{
    display: none;
  }
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: white;
     position: relative;
  }

  .mobile-logo {
    width: 320px;
  }

  .right-icons {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .bag-icon {
    width: 24px;
  }

  .hamburger {
    font-size: 28px;
    background-color: white;
    color: #000;
    border: none;
    cursor: pointer;
    margin-top: -5px;
  }

  .mobile-menu-overlay {
    display: none;
    position: absolute;
    top: 100%; 
    left: 0;
    right: 0;
    height: 520px;
    width: 440px;
    background: white;
    overflow-y: auto;
    z-index: 999;
    padding: 20px 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .mobile-menu-overlay.active {
    display: block;
  }

  .close-menu {
    font-size: 28px;
    cursor: pointer;
  }

  .mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu li {
    padding: 15px 0;
    font-family: "Sharp Sans Medium", sans-serif;
    font-size: 18px;
    padding-left: 20px;
    margin-top: -10px;
  }

  .mobile-menu a {
    text-decoration: none;
    color: #000000;
  }

  .dropdown-toggle {
    display: block;
    cursor: pointer;
    font-weight: 550;
  }

  .dropdown-content {
    display: none;
    padding: 15px 0;
  }

  .dropdown-content.active {
    display: block;
  }

  .dropdown-image {
    text-align: center;
    margin-bottom: 10px;
  }

  .dropdown-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .dropdown-columns {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
  }

  .dropdown-columns div {
    margin-bottom: 10px;
  }

  .dropdown-columns strong {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    margin-left: -10px;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
  }
  
  .dropdown-image figcaption{
    font-weight: 600;
  }

  .dropdown-columns a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    margin-bottom: 8px;
    margin-left: -10px;
  }

    body.menu-open {
    overflow: hidden;
    height: 100vh;
  }

  .mob-arrow {
    display: inline-block;
    margin-left: 235px; /* spacing between text and arrow */
    width: 6px;
    height: 6px;
    border: solid rgb(0, 0, 0);
    border-width: 0 1.7px 1.7px 0;
    padding: 1px;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-top: -2px;
  }

  .mob1-arrow {
    display: inline-block;
    margin-left: 246px; /* spacing between text and arrow */
    width: 6px;
    height: 6px;
    border: solid rgb(0, 0, 0);
    border-width: 0 1.7px 1.7px 0;
    padding: 1px;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-top: -2px;
}

.mob2-arrow {
    display: inline-block;
    margin-left: 242px; /* spacing between text and arrow */
    width: 6px;
    height: 6px;
    border: solid rgb(0, 0, 0);
    border-width: 0 1.7px 1.7px 0;
    padding: 1px;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-top: -2px;
}
.zoom {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 3s ease-in-out;
}

.dropdown-image a:hover .zoom {
  transform: scale(1.15);
}
}

/* Mobile only */
@media (max-width: 768px) {
  .feature-section{
    display: none;
  }
  .mob-feature-section {
    display: block; /* Show mobile feature section */
    background-color: #f4f4f2;
    border-radius: 30px;
    padding-left: 10px;
    max-width: 90%;
    margin: 40px auto;
    font-family: 'Sharp Sans Semibold', sans-serif;
    color: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 70px;
  }

  .mob-feature-wrapper {
    display: flex;
    flex-direction: column; 
  }

  .mob-feature-image img {
    width: 102%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    margin-left: -9px;

  }

  .mob-feature-text {
    padding: 20px;
  }

  .mob-text h2 {
    font-size: 21px;
    margin-bottom: 16px;
    text-align: left;
    color: #212121;
    font-weight: 500;
  }

  .mob-text p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 16px;
    color: rgb(0, 0, 0);
  }

  .mob-feature-btn {
    display: block;
    width: 70%;
    padding: 14px;
    background-color: #2a150c;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto; 
  }
}

/* mob logo*/
@media (max-width: 768px){
  .seen,
  .logo{
    display: none;
  }

  .mob-seen,
  .mob-logo{
    display: block;
  }

  .mob-seen p{
    font-family: "Sharp Sans Semibold", sans-serif;
    font-size: 32px;
    font-weight: 400;
    font-weight: normal;
    text-align: center; 
    color: rgba(9, 9, 9, 0.747);
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .mob-logo {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 25px 20px; /* row gap and column gap */
  justify-items: center;
  align-items: center;
  padding: 20px;
}

.mob-logo img {
  max-width: 70%;
  height: auto;
  object-fit: contain;
  max-height: 60px;
}
}
@media (max-width: 768px) {
  .logos {
    display: none;
  }

  .mob-logos {
    display: block;
    overflow: hidden;
  }

  .mob-logo-scroll {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .mob-logo-item {
    min-width: 100%;
    flex: 0 0 auto;
    scroll-snap-align: center;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
  }

  .mob-logo-item p {
    font-size: 18px;
    line-height: 28px;
    font-size: 24px;
    font-family: "Sharp Sans Medium", sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 40px; /* Less vertical space before the logo */
  }

  .mob-logo-item img {
    height: 40px;
    margin-top: 10px;
  }

  .mob-dots {
    text-align: center;
    margin-top: 10px;
  }

  .mob-dots .dot {
    height: 8px;
    width: 8px;
    margin: 0 4px;
    background-color: #000000;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
  }

  .mob-dots .dot.active {
    background-color: #000;
    width: 10px;
    height: 10px;
  }
  .mob-logo-scroll {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

  .mob-logo-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
}

/*footer media query*/
/*footer media query*/
@media (max-width: 768px) {
  .footer-columns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: -18px;
  }

  .footer-logo img {
    margin-left: 160px;
    margin-top: 0;
    width: 145px;
  }

  .footer-column {
    margin-bottom: 30px;
  }

  .footer-column h2 {
    margin-left: -22px;

  }
  .footer-column li {
    margin-left: -20px;
    color: #8f8f8f;
    padding-top: 10px;
  }

  .floating-label-group {
    width: 70%;
  }

  .footer-columns .footer-column:last-of-type {
    margin-left: 0;
  }
  
  .dropdown-section li{
    padding-left: 18px;
    margin-top: -20px;
  }

  .arrow1{
    margin-left: 360px;
  }
  .img-container {
  margin-top: 1px; /* Adjust this value as needed */

}
}

/* faq questions*/
@media (max-width: 768px){
  .faq-question{
    color: rgb(77, 77, 77);
    font-weight: 700;
    margin-bottom: -5px;
    
  }
  .faq-item{
    margin-top: -5sspx;
  }
}
