* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html
{
  overflow-x: hidden;
  font-size: 16px;
}
body {
  overflow-x: hidden;
  background: rgb(246, 246, 246);
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Style for the loading screen */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Style for the loading image */
.loading-image {
  width: 100px; /* Adjust the size as needed */
  height: auto;
  animation: blink 1s linear infinite; /* Changed to blink animation */
}

/* Keyframes for blinking the image */
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

:root {
  --primary-color: #8b1717;
  --secondary-color: #00000095;
}
ul {
  list-style: none;
}
/* Navbar Start */

.navbar {
  z-index: 100;
  background: var(--primary-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
   padding: 0px 20px !important;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  width: 85%;
  margin-top: 20px;
  box-shadow: 5px 8px 10px var(--secondary-color);
  border: 1px solid;
  flex-wrap: wrap;
   height: 90px;
}


.navbar .logo {
  margin-left: 20px;
  flex-shrink: 0;
}

.navbar .logo img {
  width: 6em;
  
  
}

.navbar ul {
  display: flex;
  justify-content: center;
  gap: 2em;
  list-style: none;
  flex: 1;
  text-align: center;
  flex-wrap: wrap;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  color: white;
}

.navbar ul.active {
  max-height: 500px;
  opacity: 1;
}

.navbar ul li {
  font-size: 1.1rem;
  cursor: pointer;
  transition: color 0.3s;
  font-weight: 300;
  color: white;
}

.navbar ul li a {
  text-decoration: none;
  color: white ;
  transition: all 0.2s ease-in-out;
}

.navbar ul li a:hover {
  color: #2a2929;
}

.navbar .icons {
  display: flex;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.navbar .icons i {
  margin-left: 15px;
  font-size: 1.2rem;
  cursor: pointer;
  color: white;
  transition: color 0.3s;
  border: 1px solid wheat;
  border-radius: 2000px;
  padding: 10px;
}

.navbar .icons i:hover {
  color: #d3d3d3;
}

/* Rope effect */
.navbar:before,
.navbar:after {
  content: "";
  position: absolute;
  top: -40px;
  width: 9px;
  height: 40px;
  background-color: #960000;
  border-radius: 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.navbar:before {
  left: 3.5em;
}

.navbar:after {
  right: 3.5em;
}

.navbar .rope-holder:before,
.navbar .rope-holder:after {
  content: "";
  position: absolute;
  top: -60px;
  width: 20px;
  height: 5px;
  background-color: #363636;
  border-radius: 50%;
}

.navbar .rope-holder:before {
  left: 1.5em;
}

.navbar .rope-holder:after {
  right: 1.5em;
}

.menu-toggle {
  display: none;
  color: white;
}

/* responsive section  for 600 start */
@media only screen and (max-width: 600px) {
  .split-section {
    display: flex;
    margin-top: -15%;
    flex-direction: column;
    height: 43vw !important;
    width: 202% !important;
  }

  .split-section img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensure the image covers the space */
  }
  .head
  {
    margin-top: 37%;
  }

  .para p
  {
    margin-top: 40% !important;
  }
  .card
  {
    width: 0% !important;
  }
  .right-section img
  {
    height: auto;
  }
}
/*  responsive section  for 600 end */

/* Media queries for responsiveness */
@media  (max-width: 1240px) {
  .navbar {
    width: 90%;
    padding: 15px 15px;
    margin-top: 10px;
  }

  .navbar .logo img {
    width: 5em;
    margin-left: -30px;
  }

  .navbar ul {
    gap: 1.5em;
  }

  .navbar ul li {
    font-size: 1rem;
  }

  .navbar .icons i {
    font-size: 1.1rem;
    padding: 8px;
  }

  .menu-toggle {
    display: none;
  }
}
@media (max-width: 992px) {
  nav {
    position: fixed;
  }
  .head h1
  {
    margin-bottom: 0 !important;

  }
  .para p
  {
    font-size: 17px !important;
    margin-top: 0 !important;
  }
  .card button a
  {
    font-size: 15px !important;
  }
  .card-container
  {
    gap: 50px !important;
  }
  .navbar {
    padding: 15px;
    width: 90%;
  }

  .navbar ul {
    gap: 1em;
  }

  .navbar .icons i {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .img-side
  {
    display: none !important;
    margin-top: 20% !important;
  }
  /* .right-section img
  {
    height: 77vw !important;
  } */

  
  nav {
    position: fixed;
  }
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  /* .back-to-top {
    display: block;
  }
   */

  .navbar {
    height: 4.5em;
    padding: 5px 10px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .navbar .logo {
    margin-left: -20px;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .navbar .menu-toggle {
    display: block;
    cursor: pointer;
    font-size: 1.5rem;
    margin-right: 10px;
    border: 1.6px solid;
    padding: 5px 10px;
    border-radius: 4px;
  }

  .navbar ul {
    display: flex;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-radius: 0 0 1em 1em;
    width: 90%;
    flex-direction: column;
    background-color: var(--primary-color);
    padding: 0;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  .navbar ul.active {
    max-height: 500px;
    opacity: 1;
  }

  .navbar ul li {
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    color: white;
  }

  .navbar .icons {
    margin-right: 10px;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .navbar .icons i {
    margin-left: 10px;
  }
  .intro-container {
    gap: 5em;
    flex-direction: column;
    text-align: center;
    height: 100%;
    padding: 10em 0;
  }
  .three-section a
  {
   margin-top: -5%;
  }
  .intro-container {
    gap: 5em;
    flex-direction: column;
    text-align: center;
    height: 100%;
    padding: 10em 0;
  }
  .three-section a
  {
   margin-top: -5%;
  }
  .background::before {
    left: 0;
    width: 100%;
    height: 80vw; 
    background: rgba(255, 0, 0, 0.5); 
  }

  .heading-container {
    flex-direction: column;
    align-items: center; /* Center content horizontally */
  }

  .heading {
    margin-top: -30%;
    margin: 0; /* Remove margins on mobile */
    text-align: center; /* Center text */
    width: 80%; /* Adjust width to fit mobile screens */
  }

  .heading h1 {
    font-size: 30px; /* Adjust font size for mobile */
  }

  .heading p {
    font-size: 16px; /* Adjust font size for mobile */
  }
  .container {

    flex-direction: column;
    align-items: center;
  }

  .img-side {
    margin-top: -40%;
    position: static;
    width: 100%;
    opacity: 1;
    margin-bottom: 20px;
  }
  .three-section {
    margin-top: 50%;
    flex-direction: column;
    align-items: center;
  }

  .slogan, .image-section {
  
    flex: unset;
    width: 100%;
    text-align: center;
  }

  .slogan h2 {
    font-size: 2em;
  }

  .slogan p {
    font-size: 1em;
  }

  .image-section img {
    width: 75%;

    margin: 0 auto;
  }

  a button {
    text-decoration: none ;
    margin: 20px auto;
    /* display: block; */
  }

  .head h1 {
    margin-top: 50%;
    font-size: 26px;
  }

  .para p {
    font-size: 16px;
    margin-top: -13%;
  }
  .card-container {
    margin-top: 30%;
    flex-direction: column;
    gap: 20px; 
  }

  .card {
    width: 160%;
    gap: 20px;
    transform: none; /* Remove translation on smaller screens */
  }

  .card:nth-child(odd) {
    transform: none; /* Remove the translateY effect */
  }

  .middle-image {
    max-width: 200px; /* Adjust the image size for medium screens */
  }

  .line {
    margin: 0 5px; /* Reduce the margin for smaller screens */
  }
}
@media (min-width: 280px) and (max-width: 768px) {
  .head-para {
    margin-top: 80% !important; 
  }
  .address-block{
    margin-top: 60px !important;
    padding: 0px !important;
  }
  .right-section img{
    margin-top: 42px;
  }
}


@media (min-width: 769px) and (max-width: 984px) {
  .address-block {
    padding: 0; 
  }

  .head-para {
    margin-top: 10%; 
  }

  .card-container {
    width: 86% !important; /* Make sure the container width is balanced */
    margin: 0 auto; /* Centers the card container horizontally */
    display: flex; /* Use flexbox for alignment */
    flex-wrap: wrap; /* Ensure cards wrap when they don’t fit in one row */
    gap: 20px; /* Adds space between cards */
    justify-content: center; /* Centers cards within the container */
    align-items: center; /* Vertically aligns cards if needed */
  }
}

@media (max-width: 576px) {
  nav {
    position: fixed;
  }

  .navbar {
    padding: 5px;
  }

  .navbar .menu-toggle {
    font-size: 1.2rem;
    padding: 3px 8px;
  }

  .navbar ul {
    width: 100%;
    top: 100%;
    left: 0;
    transform: none;
  }

  .navbar ul li {
    padding: 8px 15px;
  }

  .navbar .icons i {
    font-size: 1rem;
    margin-left: 8px;
  }
}

@media (max-width: 331px) {
  .navbar {
    padding: 2px;
 height: 55px;
  }

 .navbar .logo {
   margin-top: -5%;
    margin-left: -20px;
    flex: 1;
  }
  .navbar .logo img {
   width: 3.5em;
    position: relative;
    left: 1em;
  }

  .navbar .menu-toggle {
    font-size: 1rem;
     margin-bottom: 13px;
    margin-right: -7px;
    padding: 3px 8px;
    border: 1px solid;
  }

  .navbar ul {
    width: 100%;
    top: 100%;
    left: 0;
    transform: none;
  }

  .navbar ul li {
    padding: 5px 10px;
     font-size: 12px !important;
  }

  .navbar .icons {
    margin-right: 10px;
    display: flex;
    margin-bottom: 13px;
    align-items: center;
    gap: 6px;
  }
  .navbar .icons i {
    font-size: 1rem;
    margin-left: 0px;
    padding: 7px;
     border: 1px solid wheat;
  }
  .header-founder .content-founder{
    width: 18em !important;
  }
  .split-section
  {
    width: 100vw;
  }
}
/* Navbar end */
/* bg-img-text start */
.split-section {
  display: flex;
  width: 100vw;
  height: 100vh;
}

.left-section,
.right-section {
  width: 50%;
  height: 100%;
  position: relative;
}

.left-section img,
.right-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* @media (max-width: 768px){
  .right-section img{
    height: 100% !important;
  }
} */

@media (max-width: 768px) {
  .left-section img{
    width: 91%;
    height: 157%;
  }
}
.text-overlay {
  
  position: absolute;
  top: 52%;
  left: 55%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
}

.text-overlay h2 {
  font-size: 2.0em;
  margin-right: 40%;
  font-weight: 300;
  text-align: left;
}
.text-overlay p
{
  margin-right: 50%;
  font-size: 25px;
}

.text-overlay h1 {
  font-size: 4.2em;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}

/* bg-img-text-end */
/* text responsive start */
@media screen and (max-width: 1200px) {
  .text-overlay {
    top: 45%; /* Adjust positioning */
    width: 90%;
    padding: 15px;
  }

  .text-overlay h1 {
    font-size:67px;
    margin-right: 0;
    text-align: center;
    font-weight: 700;

    
  }

  .text-overlay h2 {
    font-size: 1.8em;
    margin-right: 0;
  }

  .text-overlay p {
    font-size: 26px;
    margin-right: 27%;
  }
  .para p
  {
    margin-top: 35px;
  }
  .card-container
  {
    gap: 110px !important;
  }
  .card
  {
    width: 182% !important;
  }
}
@media (max-width: 768px) {
  .split-section {
    flex-direction: column;
    
  }

  .left-section,
  .right-section {
    width: 100%;
    height: 60vw;
  }

  .text-overlay {
   left:30%;
    width:fit-content;
   
  }

  .text-overlay h1,
  .text-overlay h2,
  .text-overlay p {
    text-align: center;
    margin: 0;
  }
}

@media (min-width: 240px) and (max-width: 768px) {
  .left-section
   {
    display: block !important; /* Ensures proper layout */
    margin-top: -31px !important; /* Default for smaller screens */
     width: 55%;
      

    /* Adjust margin for screens 601px and above */
    @media (min-width: 601px) {
      margin-top: -42px !important;
      
    }
  }
}
@media (min-width: 240px) and (max-width: 768px) {
 
  .right-section {
    display: block !important; /* Ensures proper layout */
    margin-top: 0px !important; /* Default for smaller screens */

    /* Adjust margin for screens 601px and above */
    @media (min-width: 601px) {
      margin-top: 20px !important;
    }
  }
}




@media (min-width: 361px) and (max-width: 769px) {
  .text-overlay h1 {
    text-align: center !important; /* Ensures alignment on small to medium screens */
    margin: 73px 82px 0px 0px ;
     /* font-size: 58px !important; */
    font-size: 44px !important;
    font-weight: 700; 
    padding: 0px 111px 13px 111px;
    font-family: 'Poppins', sans-serif;
    }

    .blockquote{
        font-size: 18px;
        margin: 10px 195px 0px 101px;
        /* margin: 10px 133px 0px 53px; */
        text-align: center;
    }
  }

/* @media(max-width: 769px){
.text-overlay h1 {
        text-align: center !important;
        
        margin-left: -91px;
        font-size: 69px !important;
        font-weight: 700;
    }
} */


/* text responsive end */
.vertical-line {
  width: 1px; /* Width of the line */
  height: 70px; /* Height of the line */
  background-color: rgb(44, 34, 34); /* Line color */
  margin: 30px auto; /* Center the line horizontally */
}

/* intro start*/
.intro {
  height: auto;
  padding: 1em 0;
}

@media screen and (max-width: 1024px) {
  .intro-container {
    flex-direction: column;
    text-align: center;
  }

  .images {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}


/* new image-grid idea stop */
.background {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(Images/store-bg-img.jpg) center center no-repeat;
  background-size: cover;
}

.background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 59%;
  width: 35%;
  height: 100%; /* Ensure it covers the full height */
  background: rgba(65, 63, 63, 0.5); /* Semi-transparent red */
  backdrop-filter: blur(10px); /* Adjust the blur as needed */
  pointer-events: none; /* Allows interaction with content underneath */
}

.content1 {
  position: relative;
  z-index: 1;
  color: #fff; /* Text color for contrast */
  text-align: center; /* Center the text */
  padding: 20px; /* Optional padding for better spacing */
  margin: 0; /* Remove default margins */
  /* Additional styles for content */
}
.heading-line {
  border: none;
  border-top: 2px solid #000; /* Adjust color and thickness as needed */
  margin-top: 10px; /* Space between text and line */
}
/* responsive start */

.head-para {
  width: 100%;
  height: 30vh;
  margin: 0;
  padding: 0;
}
.quote-left {
  padding: 10px;
  font-size: 30px;
}
.quote-right {
  padding: 10px;
  font-size: 30px;
}
.head h1 {
  left: 50%;
  font-size: 40px;
  margin: 20px;
  color: rgb(119, 9, 9);
  padding: 10px;
  text-align: center;
}
.para p {
  line-height: 1.5em;
  text-align: center;
  width: 90%;
  padding: 10px;
  margin-left: 5%;
  font-size: 18px;
}


/* area-locator start */
.card-container {
  display: flex;
  flex-wrap: wrap;
  margin: 5%;
  flex-direction: row;
  gap: 200px; /* Space between the cards */
  align-items: center;
  justify-content: center;
  /* background-color: rgb(236, 228, 228); */
}

.card {
  
  background:rgba(255, 255, 255, 0.205);
  padding: 20px;
  /* border: 1px solid #ddd; */
  border-radius: 20px;
  /* background-color: #f9f9f9; */
  box-shadow: 4px 4px 6px gray;
  text-align: left;
  transition: all .2s ease-in-out;
}
.card:hover{
  transform: scale(1.0);
}
.card h3 {
  margin: 0 0 10px;
}

.card p {
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
}



@media (min-width: 280px) and (max-width: 768px) {
  .card {
    margin-top: 15% !important; /* Apply margin for small to medium screens */
  }
}


/* horixontal line start */
.line-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.line {
  flex-grow: 1;
  border: none;
  border-top: 1px solid #000;
  margin: 0 10px; 
}

.middle-image {
  display: block;
  max-width: 100px; /* Adjust the size as needed */
}

/* horizontal-line end */

/* area-locator end */


.card-container{
 height: auto; 
}

.card {
  width: 35%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;

}
.card button {
  width: fit-content;
  margin: 2em;
  font-size: 18px;
  padding: 1em 2em;
  border-radius: 10px;
  border: none;
  background:#9c1d1d;
  color: white;
  cursor: pointer;
}
/* responsive card-area start */

/* responsive card-area end */
.three-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 50px; */
  background: linear-gradient(to right, #c0c0c0, #fcfcfc);
 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #000000;
}

.slogan  {
  flex: 1;
  padding: 20px;
  transition: transform 0.3s ease-in-out;
}

.slogan h2 {
  font-size: 2.5em;
  margin-bottom: 15px;
  color: rgb(163, 10, 10);
}

.slogan p {
  font-size: 1.2em;
  line-height: 1.5;
}

.slogan:hover {
  transform: scale(1.05);
}

.image-section {
  flex: 2;
  display: flex;
  justify-content: center;
}

.image-section img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  transition: transform 0.3s ease-in-out;
}

.image-section img:hover {
  transform: scale(1.1);
}



/* responsive section end */
.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background: url("Images/footer-background.jpg") no-repeat center/cover;
  color: #ffffff;
  flex-wrap: wrap;
  font-weight: 300;
}

.footer-column {
  color: white;
  flex: 0.5;
  min-width: 200px;
  margin: 10px;
}
.footer-column ul {
  color: white;
}
.footer-logo {
  width: 100px;
  margin-bottom: 20px;
  mix-blend-mode: difference;

}

.footer-column h4 {
  margin-bottom: 15px;
  font-size: 30px;
  color: #ffffff;
  /* text-shadow: 1px 1px 1px white; */
}

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

.footer-column ul li {
  margin-bottom: 10px;
  font-weight: 300;
}

.footer-column ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: red;
}

.social-icons a {
  color: #ffffff;
  font-size: 24px;
  margin-right: 15px;
  transition: color 0.3s;
  display: inline-block;
}

.social-icons a:hover {
  color: red;
}

.social-icons a:last-child {
  margin-right: 0;
}

.newsletter-form {
  margin-top: 15px;
}

.newsletter-form input {
  padding: 10px;
  margin-right: 10px;
  border: none;
  border-radius: 5px;
}

.newsletter-form button {
  padding: 10px 20px;
  background-color: #9e2525;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.footer-bottom {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #151414;
  background: #000;
  font-weight: 300;
  color: #fff;
}
@media (min-width: 280px) and (max-width: 768px) {
  .footer-bottom{
    padding: 2px !important;
  }
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.arrow-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* Change from right to left */
    display: flex;
    flex-direction: column;
    /* Stack buttons vertically */
    gap: 10px;
    /* Add spacing between buttons */
    z-index: 1000;
}

.back-to-top,
.WhatsApp-down {
    background-color: #920f0f;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 10%;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    box-shadow: inset 0px 4px 6px #da2c2c;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.back-to-top:hover,
.WhatsApp-down:hover {
    background: #161616;
    box-shadow: inset 0px 4px 6px #5b5b5b;
    color: #ffff;
    animation: travelup 0.3s infinite ease-in-out linear;
}

@keyframes travelup {
    0% {
        transform: translateY(0);
    }

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

@media (max-width: 768px) {
    .arrow-button {
        right: 10px;
        /* Adjust positioning for smaller screens */
    }
}


/* footer end */
/* goto button start */
.gotopbtn {
  position: fixed;
  width: 50px;
  height: 50px;
  background: rgb(168, 23, 23);
  bottom: 40px;
  right: 50px;
  color: white;
  text-decoration: none;
 
  border-radius: 5px;      
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); 
  cursor: pointer;        /* Change the cursor to a pointer when hovering */
  display: flex;       
  align-items: center;    /* Optional: to center the text/icon */
  justify-content: center; /* Optional: to center the text/icon */
}
.gotopbtn:hover {
  background: #f1f1f1;    /* Change background color on hover */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);  /* Enhance shadow on hover */
  color: #000;
}
/* goto button end */




/* @media (min-width: 360px) and (max-width: 800px) { */
@media(max-width: 360px){
  .card {
    margin-top: 25% !important;
    width: 100% !important;
  }

  .head-para {
    margin-top: 83% !important;
    font-size: 14px !important;
  }
  .location-card {
        width: 100%; /* 1 card per row for mobile */
         margin-top:20px; 
    }

    .blockquote{
        margin-right: 20%;
    }

  /* .left-section,
  .right-section {
    display: block !important;
    text-align: center !important;
    margin-top: 05px !important;
  } */

  .text-overlay h1 {
    font-size: 44px !important;
    text-align: center !important;
       margin: 95px 30px 10px 21px;
    margin-left: -59px;
    font-weight: 700 !important;
    /* font-family: Poppins", sans-serif; */
  }

  .address-block {
    margin-top: 30px !important;
    padding: 15px !important;
    text-align: center !important;
  }

  .store-locator {
    padding: 20px !important;
    font-size: 22px !important;
    text-align: center !important;
  }

  .store-locator p {
    font-size: 16px !important;
    text-align: center !important;
  }

  .back-to-top {
    bottom: 20px !important;
    right: 20px !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
  }

  /* Adjust the logo and navigation */
  .navbar {
    padding: 12px !important;
  }

  .logo img {
    width: 5em !important;
    height: auto !important;
    margin-left: -22px !important;
  }

  /* Fix image scaling issues */
  .img-sec img {
    width: 85% !important;
    height: auto !important;
    margin: auto !important;
    display: block !important;
  }

  /* Adjust button sizes */
  .btn {
    font-size: 16px !important;
    padding: 12px !important;
  }

  /* Adjust the store locator title */
  .store-title {
    font-size: 35px !important;
    text-align: start !important;
  }
}