* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
}

a {
  text-decoration: none;
}

body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  background-color: transparent;
  min-height: 100vh;
}

/* Navigation */
nav {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.3); 
  backdrop-filter: blur(8px);
  align-items: center;
  flex-wrap: wrap;
  
}

.hamburger {
  display: none;
  font-size: 2rem;
  cursor: pointer;
}



.logonav {
  font-family: 'Dancing Script';
  color: #000;
  text-decoration: none !important;
  font-size: clamp(1rem, 2vw, 3rem);
  padding: 1rem;
}

.nav-links {
  display: flex;
  gap: 3rem;
  list-style: none;
  flex-wrap: wrap;
  margin: 1rem;
}

.nav-links li a {
  text-decoration: none;
  color: #070F14;
  font-size: clamp(1rem, 2vw, 3rem);
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav-links li a:hover {
  color: #14488C;
  transform: scale(1.1);
}


/* Content */
.left {
  width: 100%;
  height: 93vh;
  background: url(RhinielCollectionAssets/collage.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
  .headingIntro {
    font-family: 'Dancing Script';
  color: #fff;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 1.2;
  }

.intro {
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 4vw, 3rem);
  line-height: 1.2;

}

.viewCollection {
  background-color: #14488C;
  border-radius: 3rem;
  padding: clamp(0.5rem, 2vw, 0.75rem);
  color: #fff;
  border: none;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  margin: 1.5rem 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  max-width: 80%;
  font-family: 'Times New Roman', Times, serif;
}

.viewCollection:hover {
  background-color: #4390BF;
}

.viewCollection:active {
  background-color: #070F14;
}


.content1 {
  display: flex;
  max-height: 100vh;

}

.featured {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.featuredVideo {
  flex: 1 1;
  height: 30rem;
  background-color: #E1AA9D;
}

.featuredVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featuredContent {
  flex: 1 1 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}

.featuredContent h1{
  font-family: 'Dancing Script', cursive;
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 1.2;
  overflow-wrap: break-word;
}

.featuredContent p {
  font-size: clamp(0.5rem, 2.5vw, 2.5rem);
  margin: 1rem 2rem;
}

.contentpink {
  display: flex;
  align-items: center;
  background: url("RhinielCollectionAssets/bgpink.png") center/cover;
}


footer {
  width: 100%;
  height: auto;
  overflow: hidden;

}

.firstlayer {
  background-color: white;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  gap: 2rem;
  box-sizing: border-box;
  padding: 1rem;
}

.firstlayer div {
  flex: 1 1 250px;
  min-width: 200px;
  padding-left: 1rem;
  margin: 1rem 0;
  box-sizing: border-box;
}


.sectionsfooter {
  border-left: 2px solid black;
}

.contactsfooter {
  border-left: 2px solid black;
}

.socialsfooter {
  border-left: 2px solid black;
}

.firstlayer div p {
font-size: clamp(0.875rem, 2vw, 1.25rem);

}


.logofooter img {
  width: clamp(3rem, 7vw, 6rem);
}

.footernav li {
  list-style: none;
}

.footernav li a {
  color: #000;

}


 .social-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2rem;
  gap: 1rem;
}
.social-icon img {
  width: clamp(1.5rem, 2vw, 2.5rem);

}

.secondlayer {
  background-color: rgb(218, 134, 180);
  color: rgb(75, 75, 75);
  text-align: center;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



.aboutcontent, 
.aboutcontent1 {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section-title-about,
.about1,
.aboutcontent1 h1 {
  font-family: 'Dancing Script', cursive;
  font-size: clamp(2rem, 5vw, 3rem);
  text-align: center;
  margin-top: 3rem;
}

.section-title-about {
  color: #fff;
  margin-top: 1rem;
}

.about1 {
  color: #fff;
  margin-bottom: 2rem;
}

.aboutcontent1 h1 {
  color: #000;
}

.aboutcontent {
  background-image: url("RhinielCollectionAssets/blurbg.jpg");
}

.aboutcontent1 {
  background-image: url("RhinielCollectionAssets/bgpink.png");
}

.aboutcontent p,
.aboutcontent1 p {
  font-family: 'Times New Roman', serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.6;
  padding: 2rem 5%;
  text-align: justify;
  max-width: 800px;
  margin: 0 auto;
}


.aboutcontent p {
  color: #fff;
}

.aboutcontent1 p {
  color: #000;
}

/* Responsive Video Section */
.video-background {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 2rem 0;
}

.video-foreground {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 16 / 9;
  position: relative;
}

.video-foreground iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Image container */
.aboutcontainer2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.aboutcontainer2 img {
  width: clamp(90px, 20vw, 220px);
  margin: 1rem;
}

.servicesmain {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
}

.howto {
  font-family: "Dancing Script", cursive;
  font-size: clamp(1.5rem, 4vw, 2rem);
  border: 1px solid black;
  border-radius: 200px;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
}

.howit {
  font-family: "Dancing Script", cursive;
  font-size: clamp(2rem, 6vw, 3rem);
  margin-bottom: 2rem;
  text-align: center;
}

.section-title-services {
  font-family: "Dancing Script", cursive;
  font-size: clamp(2rem, 5vw, 3rem);
  color: black;
  margin: 1rem;
  text-align: center;
}

/* Shared Styles */
.white-section,
.black-section {
  width: 100%;
  min-height: 90vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 2rem 1rem;
  gap: 2rem;
  text-align: center;
}

.white-section {
  background-color: #fff;
  color: #000;
}

.black-section {
  background-color: #ffdada;
  color: #000;
  flex-direction: row-reverse;
}

.white-section h1,
.black-section h1 {
  font-family: "Dancing Script", cursive;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}

.white-section p,
.black-section p {
  font-family: "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.5rem);
  max-width: 500px;
  line-height: 1.6;
}

.white-section img,
.black-section img {
  border-radius: 20px;
  max-width: 100%;
  height: auto;
}

/* Specific Image Widths - responsive first */
.browseimg {
  width: clamp(180px, 40%, 400px);
}

.pickupimg {
  width: clamp(160px, 35%, 350px);
}

.wearimg {
  width: clamp(140px, 30%, 300px);
}



.item-details {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 2rem 1rem;
}

.garmentpics {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.iteminfo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.iteminfo h1 {
  font-size: 3rem;
}

.iteminfo p {
  font-size: 1.5rem;
  width: 20rem;
  word-break: break-word;
}

.bookbutton, .returnbutton {
  font-family: 'Times New Roman', Times, serif;
  padding: 1rem 1.5rem;
  border-radius: 100px;
  margin-top: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}

.bookbutton {
  background-color: #14488C;
  color: #fff;
}

.bookbutton:hover {
  background-color: #4390BF;
}

.bookbutton:active {
  background-color: #070F14;
}

.returnbutton {
  background-color: #fff;
  color: #070F14;
}

.returnbutton:active {
  background-color: #070F14;
  color: #fff;
}

.gallerybody {
  background: url("RhinielCollectionAssets/gallerybg.jpg") center/cover;
}

.gallerybody h2 {
  margin-top: 3rem;
  font-family: 'Dancing Script';
  font-size: 3rem;
  text-align: center;
}

.gallerybody section {
  margin-bottom: 2rem;
}

.gallery {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  padding: 1rem 0;
  margin-bottom: 4rem;
}

.gallery a {
  transition: transform 0.3s ease-in-out;
}

.gallery a:hover {
  transform: scale(1.05);
}

.gallery img {
  width: 20rem;
  border-radius: 5px;
  object-fit: cover;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: px;
  width: 90%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem;
}

.modal-content form input {
  font-size: 1rem;
  padding: 0.5rem;
}

.modal-content form textarea {
  width: 100%;
  font-size: 1rem;
  padding: 0.5rem;
}


.modal-content h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

form label {
  margin: 1rem 0;
  font-size: 1.5rem;
}

form input {
  width: 100%;
  height: 2rem;
}

.send-button{
  width: 100%;
  height: auto;
  display: flex;

  align-items: center;
  justify-content: flex-end;
}

.submitbutton {
  text-align: center;
  background-color: #14488C;
  border-radius: 30px;
  color: #fff;
  width: 50%;
  height: 2.5rem;
  font-size: 1rem;
}

.submitbutton:hover {
  background-color: #4390BF;
}

.submitbutton:active {
  background-color: #070F14;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

.thankyou {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.thankyou h1 {
  margin: 2rem;
}


.contact-page {

  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 2rem;
  background-image: url("RhinielCollectionAssets/contactsbg.jpg");
  background-size: cover;
  background-position: right;
  box-sizing: border-box;
}

.contact-page section {
  width: 48%;
  margin-top: 2rem;
}

.contact-form form input,
.contact-form textarea {
  width: 100%;
  padding: 1rem;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  border-radius: 10px;
  margin-bottom: 1rem;
  box-sizing: border-box;
}

.contact-form textarea {
  height: 6rem;
}

.contactbutton {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.contactbutton button {
  font-family: 'Times New Roman', Times, serif;
  padding: 1rem 1.5rem;
  border-radius: 100px;
  font-size: 1rem;
  cursor: pointer;
  background-color: #14488C;
  color: #fff;
  transition: background-color 0.3s ease;
}

.contactbutton button:hover {
  background-color: #4390BF;
}

.contactbutton button:active {
  background-color: #070F14;
}

.address {
  font-size: 1.3rem;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.social-icons img {
  width: clamp(1.5rem, 4vw, 2rem);
  transition: transform 0.2s ease-in-out;
}

.social-icons img:hover {
  transform: scale(1.2);
}

.contact-form h2 {
  font-family: 'Dancing Script', cursive;
  font-size: clamp(2rem, 5vw, 3rem);
  text-align: center;
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info .msgus {
  text-align: center;
  margin-bottom: 1rem;
  font-size: clamp(1.2rem, 4vw, 2rem);
}

.contact-info iframe {
  border: 1px solid black;
  width: 100%;
  max-width: 100%;
  height: 250px;
  margin-top: 1rem;
}


.testimonial-page {
  background-image: url('RhinielCollectionAssets/gallerybg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

.testimonial-page h2 {
  font-family: 'Dancing Script', cursive;
  font-size: clamp(2rem, 5vw, 2.5rem);
  text-align: center;
  margin-bottom: 2rem;
  color: #000;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  box-sizing: border-box;
}

.testimonial-cards {
  width: 100%;
  max-width: 300px;
  margin-top: 1rem;
  border: 1px solid black;
  border-radius: 20px;
  padding: 1rem;
  font-size: 1.2rem;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.testimonial-page form {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-page input {
  border-radius: 10px;
  padding: 1rem;
  font-size: 1.2rem;
  width: clamp(250px, 50%, 500px);
  margin-bottom: 1rem;
  height: auto;
  box-sizing: border-box;
}

.submitbuttontestimonial {
  font-family: 'Times New Roman', Times, serif;
  padding: 1rem 1.5rem;
  border-radius: 100px;
  font-size: 1rem;
  cursor: pointer;
  background-color: #14488C;
  color: #fff;
  transition: background-color 0.3s ease;
}

.submitbuttontestimonial:hover {
  background-color: #4390BF;
}

.submitbuttontestimonial:active {
  background-color: #070F14;
  color: #fff;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #fff;
  position: relative;
  z-index: 1000;
}

.logo h3 {
  margin: 0;
}

/* Hamburger Menu (three bars) */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
  z-index: 1001;
}

.hamburger .bar {
  width: 25px;
  height: 3px;
  background-color: #333;
  transition: all 0.4s ease;
}

/* Nav Links */
.nav-links {
  display: flex;
  list-style: none;
  gap: 1.5rem;
  transition: all 0.4s ease-in-out;
}

.nav-links li a {
  text-decoration: none;
  color: black;
}


/*MediaQueries*/
@media (max-width: 730px) {
   .hamburger {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 65px;
    width: 100%;
    height: auto;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .nav-links.show {
    max-height: 500px; 
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links li {
    padding: 1rem 0;
    width: 100%;
    text-align: center;
  }

  /* Hamburger animation when active */
  .hamburger.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

}

@media (max-width: 730px) {
    body {
      width: 100%;
      height: auto;
    }

    .page-content {
      width: 100%;
      height: 1400px;
    }

    .headingIntro {
    text-align: center;
  }

  .content1 {
    flex-direction: column;
    height: 2000px;
  }

  .contentpink {
    height: auto;
  }

    .featuredContent p{
    font-size: 2px;
  }


  .featuredContent {
    width: 100%;
    height: auto;
  }

 .featuredContent p {
  font-size: 1rem;
 }

 .contact-page {
  flex-direction: column;
 }

 @media (max-width: 360px) {
  .contact-page {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
    margin: 0; /* Remove side margins for small screens */
    height: auto; /* Prevent unwanted vertical clipping */
  }

  .contact-page section {
    width: 100%;
    margin-top: 1.5rem;
  }

  .contact-form form input,
  .contact-form textarea {
    width: 100%;
    font-size: 1rem;
  }

  .contactbutton {
    width: 100%;
    justify-content: center;
  }

  .contactbutton button {
    font-size: 0.9rem;
    padding: 0.8rem 1.2rem;
  }

  .contact-form h2 {
    font-size: 2rem;
    text-align: center;
  }

  .contact-info .msgus {
    font-size: 1.5rem;
  }

  .contact-info iframe {
    width: 100%;
    height: 250px;
  }

  .address {
    font-size: 1rem;
    text-align: center;
  }

  .social-icons {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .social-icons img {
    width: 1.8rem;
  }
}

}

/* style.css */

.scroll-instruction {
  text-align: center;
  font-size: 0.9em;
  color: #555; /* A subtle grey */
  margin-bottom: 15px; /* Space between the instruction and the gallery */
  font-weight: bold;
}

/* Style for the encouraging text section */
.visit-store-cta {
  text-align: center;
  padding: 40px 20px;
  background-color: #f8f8f8; /* Light background to make it stand out */
  margin-top: 50px; /* Space from the last gallery section */
  border-top: 1px solid #eee;
}

.visit-store-cta h3 {
  font-family: "Comfortaa", sans-serif;
  font-size: 1.8em;
  color: #333;
  margin-bottom: 15px;
}

.visit-store-cta p {
  font-family: "Comfortaa", sans-serif;
  font-size: 1.1em;
  color: #666;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 30px auto; /* Center the paragraph and add bottom margin */
}

.cta-button {
  display: inline-block;
  background-color: #a77d54; /* A warm, inviting color */
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Comfortaa", sans-serif;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #8c653f; /* Darker shade on hover */
}

/* In your current CSS */

/* Hamburger Icon styling */
.hamburger {
  display: none; /* Hidden by default on larger screens */
  flex-direction: column; /* Stack bars vertically */
  cursor: pointer;
  gap: 5px; /* Space between bars */
  z-index: 1001; /* Above nav links */
}

.hamburger .bar {
  width: 25px;
  height: 3px;
  background-color: #333;
  transition: all 0.4s ease; /* Smooth transition for animation */
}

/* Hamburger animation when active (modern smooth) */
.hamburger.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Nav Links */
.nav-links {
  display: flex; /* This is the desktop default, will be overridden in media query */
  list-style: none;
  gap: 1.5rem;
  /* transition: all 0.4s ease-in-out; - This was on the main nav-links, but specific properties are better for the mobile state. */
}

/* MediaQueries for smaller screens */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 60px; /* Adjusted to be right below the nav bar */
    left: 0;
    width: 100%;
    height: auto; /* Changed from fixed height */
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    max-height: 0; /* Hidden by default */
    overflow: hidden;
    opacity: 0;
    pointer-events: none; /* Prevent clicks when hidden */
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out; /* Smooth slide and fade */
  }

  .nav-links.show {
    max-height: 500px; /* Sufficient height for all links */
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links li {
    padding: 0.8rem 0;
    width: 100%;
    text-align: center;
  }
}

/* --- Core Styling for Hamburger Bars --- */
/* Your current .hamburger and .hamburger .bar styles are good.
   Ensure 'transition: all 0.4s ease;' on .bar is present. */

/* --- Hamburger Animation (already good, just confirming) --- */
.hamburger.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  padding: 20px;
}

.gallery a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery a:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

.collection {
  margin: 40px 0;
  padding: 0 20px;
}

.collection h2 {
  font-family: "Dancing Script", cursive;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.scroll-instruction {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 20px;
}
