.contact-section {
  background-color: #f8f8f8;
  padding: 45px 0px;
}

.contact-section img {
  width: 151px;
  height: 141px;
  margin-bottom: 20px;
}

.btn-orange {
  background-color: #FD853A;
  color: #fff;
  font-weight: 500;
  border: none;
  height: 45px;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 650px;
}

.btn-orange:hover {
  background-color: #312D2A;
}

.text-orange {
  color: #fc7b2d;
  margin-bottom: 20px;
}

.bi {
  margin-right: 30px;
}
.ci {
  margin-right: 15px;
}

.left-column p {
  margin-bottom: 30px;
}


.resize-none {
  resize: none;
}

.textarea-contact {
  height: 200px;
  width: 100%;
  max-width: 650px;
}

.para-contact {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}

.left-column {
  padding-right: 50px;
}

.form-controln {
  font-size: 16px;
  height: 72px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  margin-bottom: 4px;
  width: 100%;
  max-width: 650px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #999FAE;
}

.form-controln:focus {
  border: 1px solid #000 !important;
  outline: none;
  box-shadow: none;
}

/* Footer Section */
.custom-footer {
  text-align: center;
  padding: 30px 20px;
  background-color: #FFFFFF;
  font-family: Lato, sans-serif;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
   gap: 6px;
  row-gap: 5px;
  margin-bottom: 15px;
}

.footer-menu a {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  transition: color 0.3s ease;
  font-size: 20px;
 width: auto;
  text-align: center;
  margin: 5px 15px;
}

.footer-menu a:hover {
  color: #FD853A;
}

.footer-line {
  border: none;
  border-top: 2px solid #717171;
  width: 80%;
  margin: 32px auto;
}

.copy-right,
.credits {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #030605;
  margin-top: 32px;
}

.railway-400 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
}

.lato-text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  vertical-align: middle;
}



@media (max-width: 768px) {
  .contact-section {
    padding: 30px 20px 0px 20px;
  }
  .footer-menu {
  gap: 6px;
  row-gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-menu a {
  flex: 0 0 30%; /* 2 items per row (approx) */
  text-align: center;
  font-size: 16px;
  margin: 5px 0;
}


 

  .left-column {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .bi{
    margin-right: 5px;
  }
  
  .ci{
    margin-right: 5px;
  }


  #contactForm {
    max-width: 100%;
  }

  .contact-section img {
    width: 120px;
    height: auto;
    margin-bottom: 16px;
  }

  .btn-orange {
    font-size: 16px;
    height: 40px;
  }

  .para-contact {
    font-size: 15px;
    line-height: 1.5;
  }

  .form-controln,
  .textarea-contact {
    max-width: 100%;
    margin-bottom: 2px;
  }

  .footer-menu a {
    
    font-size: 16px;
    margin: 5px 0;
  }

  .copy-right,
  .credits {
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
  }
}


/*luxurious and modern css */
.hero-section {
  position: relative;
  width: 100%;
  height: 850px;
  background: #fff;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; height: 60%;
  background: url('assets/images/Carpets/best-carpets-shop-in-pune.webp') center/cover no-repeat;
  z-index: 1;
}
.hero-content {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);

  font-family: 'Raleway', sans-serif; 
  letter-spacing: 0px;                
  line-height: 1.3;  

}
.carousel-wrapper {
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 1200px;
  max-width: 98vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
  margin-bottom: 50px;
}

 .carousel-img {
  object-fit: cover;
  background: #eee;
  cursor: pointer;
  transition: 
    transform 0.6s ease, 
    box-shadow 0.6s ease, 
    opacity 0.6s ease, 
    width 0.6s ease, 
    height 0.6s ease; 
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  border-style: solid;
  border-color: #fff;
}




.carousel-img.center {
  width: 604px;
  height: 390px;
  border-width: 10px;
  z-index: 2;
   transform: scale(1.1);
}
.carousel-img.side {
  width: 284px;
  height: 340px;
  border-width: 10px;
  opacity: 0.95;
  z-index: 1;
   transform: scale(0.9);
}
.carousel-dots {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.carousel-dot {
  width: 16px;
  height: 16px;
  margin-top: 15px;
  border-radius: 50%;
  background: #f2efef;
border: 1px solid black;
  outline: none;
  transition: background 0.3s;
  cursor: pointer;
}
.carousel-dot.active {
  background: #22c55e;
  border: none;
}
.hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; height: 60%;
  background: url('assets/images/Carpets/best-carpets-shop-in-pune.webp') center/cover no-repeat;
  z-index: 1;
}

.hero-bg-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; height: 60%;
  background: rgba(0,0,0,0.45); 
  z-index: 2;
  pointer-events: none; 
}


/* Tablet iPad responsiveness */
@media (min-width: 701px) and (max-width: 1024px) {
  .hero-section {
    height: 650px;
  }
  .hero-content {
    font-size: 1.8rem;
  }
  .carousel-img.center {
    width: 300px;
    height: 200px;
  }
  .carousel-img.side {
    width: 140px;
    height: 160px;
  }
  .left-column {
    margin-bottom: 10px;
  }
  .bi{
    margin-right: 5px;
  }
  .ci{
    margin-right: 5px;
  }
   .hero-bg,.hero-bg-overlay{
    height: 55%;
  }
}

/* Mobile responsiveness */
@media (max-width: 700px) {
  .hero-section {
    height: 400px;
  }

   .left-column {
    
    margin-bottom: 10px;
  }
  .hero-content {
    font-size: 1rem;
    top: 50px;
    padding: 0 20px;
    line-height: 1.4;
  }
  .carousel-wrapper {
    top: 70%;
    flex-direction: column;
    
  }
  .carousel-img.center {
    width: 180px;
    height: 180px;
    border-width: 3px;
  }
  .carousel-img.side {
    width: 80px;
    height: 90px;
    border-width: 3px;
  }
  .custom-carousel{
    gap: 15px;
    margin-bottom: 20px;
  }

  .carousel-dot{
    margin-bottom: 90px;
    gap: 0px;
  }

  .hero-bg,.hero-bg-overlay{
    height: 53%;
  }

  .railway-400 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.scroll-btn{
  right: 10px;
}

#whatsappBubble{
  right: 10px;
}

#contactForm input{
  height: fit-content;
  padding: 10px;
}

#collections h1{
  margin-bottom: 20px;
}

}

  /* WhatsApp Floating Bubble */
  #whatsappBubble {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;
    animation: pulse 2s infinite;
  }

  .whatsapp-icon {
    width: 53px;
    height: 53px;
    transition: transform 0.3s ease;
   
  }

  .whatsapp-icon:hover {
    transform: scale(1.2);
  }

  @keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
  }

 /* Scroll to Top Button */
.scroll-btn {
  position: fixed;
  bottom: 95px;
  right: 10px;
  z-index: 1000;
  width: 55px;
  height: 55px;
  font-size: 10px;
  font-weight: bold;
  color: orange;
  background: #fff;
  border: 2px solid orange;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.scroll-btn:hover {
  background-color: orange;
  color: #fff;
  transform: translateY(-5px);
}


/* for engarft branding*/

.animated-gradient-text {
  text-decoration: none;
  animation: colorFade 2s ease-in-out infinite;
}

.animated-gradient-text:hover {
  color: blue;
}

@keyframes colorFade {
  0%, 100% {
    color: blue;
  }
  50% {
    color: black;
  }
}

.image-item {
  position: relative;
  overflow: hidden;
  width: 100%; /* or set a fixed width like 300px */
  max-width: 300px;
  margin: 10px;
}

.image-item img {
  width: 100%;
  height: auto;
  display: block;
}


.latest-flag {
  position: absolute;
  top: 30px;
  left: -10px;
  background-color: #FD853A;
  color: white;
  padding: 10px 15px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.latest-flag-blank {
  position: absolute;
  top: 70px; 
  left: -10px;
  padding: 10px 15px;
  background-color: #FD853A;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}


@media screen and (max-width: 1024px) {
  .four-img {
    display: none;
  }
}

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

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


#shortsCarousel {
  display: flex;
  gap: 16px;
   -webkit-overflow-scrolling: touch;
  touch-action: pan-x; 
  overflow-x: auto; /* MUST be auto or scroll */
  scroll-behavior: smooth;
  margin: auto;
  -webkit-overflow-scrolling: touch; /* iOS smooth scroll */
  -ms-overflow-style: none;  /* Optional: hide scrollbar in IE/Edge */
  scrollbar-width: none;     /* Optional: hide scrollbar in Firefox */
}



.shorts-iframe {
  flex: 0 0 auto;
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  aspect-ratio: 9 / 16; 
  max-width: 320px;
  width: 100%;
  height: auto;
}

.shorts-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
   background-color: rgba(255, 255, 255, 0.01); /* almost transparent but captures clicks */
  pointer-events: auto;
  border: 2px solid orange;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999 !important;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.shorts-nav::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: solid orange;
  border-width: 0 3px 3px 0;
  padding: 4px;
  transform: rotate(135deg); 
}

.shorts-nav.right::before {
  transform: rotate(-45deg);
}

.shorts-nav:hover {
  background-color: #fff;
}

.shorts-nav:hover::before {
  border-color: orange; 
}

.shorts-nav.left {
  left: 40px;
}

.shorts-nav.right {
  right: 40px;
}

/* Smaller screens  */
@media (max-width: 576px) {
  .shorts-nav {
  
    padding: 12px 12px;
  }

 

  .shorts-nav.left {
  left: -10px;
}

.shorts-nav.right {
  right: -10px;
}

}


.shorts-nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none; 
}

.trending{
  padding-bottom: 15px;
  font-family: Raleway;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
}

@media (min-width: 993px) {
  #shortsCarousel {
    width: calc((320px * 3) + (16px * 2));
  }
  .shorts-iframe {
    max-width: 320px;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  #shortsCarousel {
    width: calc((320px * 2) + 16px); 
  }
  .shorts-iframe {
    max-width: 320px;
  }

  .reviewer-name {
  
  margin-left: 0px;
}
}
@media (max-width: 576px) {
  .shorts-nav {
    width: 50px;
    height: 50px;
  }

  .shorts-nav::before {
    width: 8px;
    height: 8px;
    padding: 3px;
    border-width: 0 2px 2px 0;
  }
}

@media (max-width: 599px) {
  #shortsCarousel {
    width: 320px; 
  }
  .shorts-iframe {
    max-width: 320px;
  }
  .trending{
   font-size: 28px;
    text-align: center;
    padding: 0 10px;
}
}


/*contact us store details*/
@media (max-width: 768px) {
  #contactUs .store-details {
    text-align: center !important;
    margin-bottom: 25px;
  }

  #contactUs .store-details h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  #contactUs .store-details p {
    font-size: 18px;
    line-height: 1.6;
  }



  #contactUs .row.mt-5.pt-3 {
    flex-direction: column;
    gap: 20px;
  }
}

.contacttext{
  font-size: 20px;
  font-family: 'lato';
}