/* Navbar Section Starts */
.navbar-brand img {
  height: 94px;
  width: 100px;
}



.navbar-nav .nav-item .nav-link {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-family: Lato;
  font-size: 17px;
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease;
}

.nav-link.active {
  color: #FD853A !important; 
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #FD853A;
  z-index: 2;
  
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
}


.navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: width 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}

.call-btn {
  background-color: #FD853A !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 1px !important;
  width: 171px;
  height: 40px;
}

#call-btn:hover {
  background-color: #000000 !important;
  color: #fff;
}

/* Call Us Modal starts */
body.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}

body.modal-open .container {
  margin-right: auto;
  margin-left: auto;
}


html {
  overflow-y: scroll;
}

/* Call Us Modal ends */
/* Responsive media query for navbar section */
@media (max-width: 992px) {
  .navbar-brand img {
    width: 70px !important;
    height: 70px;
  }

  .navbar-nav {
    text-align: center;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: #fff; 
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link {
    display: block;
    width: 100%;
  }

  .call-btn {
    width: 130px;
    height: 38px;
    font-size: 14px;
    padding: 6px 12px;
    margin-top: 0px;
  }

  .navbar .container {
    flex-direction: column;
    align-items: stretch;
  }

  .top-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  #navbarContent {
    width: 100%;
  }

  .desktop-call {
    display: none !important;
  }

  .mobile-call {
    display: inline-block !important;
  }
}

@media (min-width: 993px) {
  .mobile-call {
    display: none !important;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.7)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1.5em;
}



.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: 2px !important;
  box-shadow: none !important;
  border: 2px solid rgb(41, 41, 41);
  /* border-color: transparent !important; */
}


/* Navbar Section Ends */
/* Responsive media query for navbar section ends */

/* Home Section Starts */
.carousel-item img {
  object-fit: cover;
  height: 600px;
  width: 100%;
}

.left-content {
  padding: 60px 100px;
}

.custom-indicators {
  display: flex;
  gap: 10px;
  margin-top: 50px;
}

.custom-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #ccc;
  transition: background-color 0.3s ease;
}

.custom-indicators button.active {
  background-color: #FD853A;
}
 #slideDesc{
    min-height: 130px;
  }

/* Responsive media query for home section starts */
@media (max-width: 768px) {
  .carousel-item img {
    height: 300px;
  }

  #slideDesc{
    min-height: 120px;
  }

  .left-content {
    text-align: center;
padding: 20px 20px 0 20px;
   min-height: 300px;
  }

  .left-content h6 {
    font-size: 20px !important;
  }

  .left-content h1 {
    font-size: 25px !important;
  }

  .left-content p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .custom-indicators {
    margin:0px 0px;
    justify-content: center;
    padding: 0px 100px;
  }
}

/* Sliding Effect for left content including h6,h1 & p */
/* Responsive media query for Find Buy & Collect section starts */
@media (max-width: 768px) {
  .section-title h6 {
    font-size: 25px !important;
  }
}

.fade-slide {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fade-slide-out {
  opacity: 0;
  transform: translateX(-30px);
}

.fade-slide-in {
  opacity: 1;
  transform: translateX(0);
}

/* Home Section ends */
/* Responsive media query for home section ends */

/* Four Images Section Starts */
.four-img {
  display: flex;
  justify-content: center;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
}

.image-wrapper {
  width: 250px;
  overflow: hidden;
  border-bottom-left-radius: 125px;
  border-bottom-right-radius: 125px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

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

.img-1 {
  height: 320px;
}

.img-2 {
  height: 380px;
}

.img-3 {
  height: 260px;
}

.img-4 {
  height: 320px;
}



/* Responsive media query for four images section starts */
@media (max-width: 768px) {
  .image-wrapper {
    width: 45%;
    border-bottom-left-radius: 50% 25%;
    border-bottom-right-radius: 50% 25%;
  }

  .img-1 {
    height: 280px;
  }

  .img-2 {
    height: 320px;
  }

  .img-3 {
    height: 220px;
  }

  .img-4 {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .image-wrapper {
    border-bottom-left-radius: 50% 35%;
    border-bottom-right-radius: 50% 35%;
  }

  .img-1,
  .img-2,
  .img-3,
  .img-4 {
    height: auto;
    border-top: 1px solid black;
    aspect-ratio: 1 / 1.25;
  }
}
/* Responsive media query for four images section starts */
/* Four Images Section ends */

/* Simple steps section starts */
.simple-step {
  padding: 60px 15px;
}

.step-title {
  font-size: 36px;
  font-weight: 500;
  font-family: Raleway;
  text-align: center;
  margin-bottom: 50px;
  color: #000000;
}

.step-box {
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.icon-img {
  width: 146px;
  height: 146px;
}

.step-label {
  font-size: 28px;
  font-weight: 600;
  font-family: Raleway;
  color: #CF9534;
  margin-top: 40px;
  margin-bottom: 10px;
}

.step-desc {
  font-size: 18px;
  font-weight: 400;
  font-family: Lato;
  color: #181818;
  line-height: 28px;
}
/* Responsive media query for simple steps section starts */
@media (max-width: 767px) {
  .step-title {
    font-size: 25px;
    margin-bottom: 0px;
  }

  .icon-img {
    width: 120px;
    height: 120px;
  }

  .step-label {
    font-size: 22px;
    margin: 10px 0px;
  }
}
/* Responsive media query for simple steps section ends */
/* Simple steps section ends */

/* Store Details starts */
.store-section {
  background: url('assets/images/storebg/bgstore.webp') no-repeat center center;
  background-size: cover;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}

.card-container {
  display: flex;
  gap: 120px;
  flex-wrap: wrap;
  justify-content: center;
}

.store-card {
  background-color: #2C2C2CE5;
  border: 2px solid white;
  color: white;
  padding: 30px 20px;
  width: 600px;
  height: 460px;
  text-align: center;
}

.map-link:hover {
  color: #FD853A !important;
}

.store-card .phone :hover {
  color: #FD853A !important;
}

/* Responsive media query for store details section starts */
@media (max-width: 767px) {
  .store-section {
    height: auto;
    padding: 40px 10px;
    align-items: flex-start;
    
  }
  .step-box {
    padding: 15px 20px;
  }

  
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-nav .nav-item {
  opacity: 0;
  transform: translateY(-15px);
}




.navbar-nav .nav-item.animate {
  animation: fadeDown 0.4s ease forwards;
}





  .card-container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .store-card {
    width: 100%;
    max-width: 90vw;
    height: auto;
    padding: 20px 15px;
  }

  .store-card h3 {
    font-size: 22px !important;
  }

  .store-card p,
  .store-card .support-text {
    font-size: 16px !important;
  }

  .store-card .phone {
    font-size: 22px !important;
    word-break: break-word;
  }

  .store-card hr {
    margin: 15px 10px;
  }
}
/* Responsive media query for store details section ends */
/* Store Details ends */

/* Responsive query for ipad mini,ipad air, ipad pro devices */
@media (min-width: 768px) and (max-width: 1368px) {

  /* Navbar section */
  .navbar .container {
    /* max-width: 20% !important; */
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .navbar-brand {
    margin-right: auto !important;
  }

  .navbar-brand img {
    height: 80px;
    width: auto;
  }

  .call-btn {
    width: 140px;
    height: 38px;
    font-size: 14px;
    padding: 8px 16px;
  }

  .navbar-collapse {
    margin-top: 10px;
  }

  .navbar-nav {
    flex-wrap: nowrap;
    gap: 24px;
  }

  .navbar-nav .nav-link {
    white-space: nowrap;
    font-size: 16px;
    padding: 10px 0;
  }

  /* Home section */
  .container-fluid>.row>.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .left-content {
    padding: 40px 60px;
    text-align: left;
    padding: 30px 40px;
  }

  .left-content h6 {
    font-size: 24px !important;
  }

  .left-content h1 {
    font-size: 46px !important;
  }

  .left-content p {
    font-size: 18px !important;
    line-height: 30px !important;
  }

  .carousel-item img {
    height: 500px;
  }

  .custom-indicators {
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
    gap: 8px;
  }

  /* Find Buy & Collect section */
  .section-title h6 {
    font-size: 20px !important;
  }

  /* Four Images section */
  .img-1,
  .img-2,
  .img-3,
  .img-4 {
    height: auto;
    border-top: 1px solid black;
    aspect-ratio: 1 / 1.25;
  }

/* Store details section */
  .store-section {
    height: auto;
    padding: 40px 20px;
    background-position: center;
    background-size: cover;
  }
}


#storedetails {
  padding-top: 40px;
}
