/*-------------home-banner-css-------------------*/


.home-slider {
  position: relative;
}

.home-slider .carousel-item img {
  height: 120vh;
  object-fit: cover;
}

/* Blue overlay */
.home-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(39 54 127 / 86%);
  z-index: 1;
}

/* Center content */
.slider-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 980px;
  width:100%;
  padding: 20px;
  bottom:-150px;
}

.slider-content .top-text {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
  font-weight:700;
}

.slider-content h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 15px;
}

.slider-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Button */
.slider-content .btn-warning {
  background:#b80f0b;
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  color:#fff;
  font-weight: 600;
  border-radius:0px 0px 0px 15px;
  }

/* Bottom indicators */
.custom-indicators {
  position: absolute;
  bottom: 110px;
  z-index: 3;
}

.custom-indicators button {
  width: 25px;
  height: 3px;
  background-color: #fff;
  opacity: 0.4;
  margin: 0 4px;
  border: none;
}

.custom-indicators .active {
  background-color: #b80f0b;
  opacity: 1;
}


/*-------------home-banner-css-------------------*/


/*--------contact-items-------------*/


.contact-section
{
  position: relative;
   z-index: 99999;
  padding-bottom:50px;
}

.contact-items-section
{
    display:flex;
    justify-content:center;
    width:100%;
    gap:25px;
    margin-top:-70px;
    
}

.contact-items-section>div
{
    width: 30%;
    padding: 30px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background:#fff;
}

.contact-items-section>div h3
{
    font-size:25px;
    font-weight:600;
    margin-bottom: 15px;
}



.contact-items-section>div a
{
    color:#000;
    font-size:19px;
    text-decoration:none;
    font-weight:600;
}

.contact-items-section>div a i
{
    font-size:35px;
    color:#b80f0b;
    margin-top:20px;
}


/*--------contact-items-------------*/


/*-------------packers-section------------*/



.best-packer-section{
  padding:20px 6%;
/*  background:#f9fbff;*/
}

/* FLEX GRID – NO GAP */
.best-packer-section .best-packer-grid{
  display:flex;
  flex-wrap:wrap;
}

/* CARD */
.best-packer-section .best-packer-card{
  position:relative;
  width:33.333%;
  padding:45px 35px;
  background:#fff;
  border:1px solid #eef2fb;
  box-sizing:border-box;
}

/* FIG */
.best-packer-section .best-packer-card .fig{
  position:absolute;
  top:22px;
  right:28px;
  font-size:12px;
  color:#9aa7c2;
  letter-spacing:1px;
}


/* ICON */
.best-packer-section .best-packer-card .icon{
  width:55px;
  height:55px;
  border:2px solid #b80f0b;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  color:#ff5a3c;
  margin-bottom:30px;
}

/* TITLE */
.best-packer-section .best-packer-card h3{
  font-size:23px;
  font-weight:700;
  color:#0a1d4e;
  margin-bottom:12px;
}

/* TEXT */
.best-packer-section .best-packer-card p{
  font-size:15.5px;
  line-height:1.7;
  color:#6b7a99;
}


/* RESPONSIVE */
@media(max-width:992px){
  .best-packer-section .best-packer-card{
    width:50%;
  }

  .best-packer-section .best-packer-card:nth-child(3n){
    border-right:1px solid #eef2fb;
  }

  .best-packer-section .best-packer-card:nth-child(2n){
    border-right:none;
  }
}

@media(max-width:600px){
  .best-packer-section .best-packer-card{
    width:100%;
    border-right:none;
  }

  .best-packer-section .best-packer-card::before,
  .best-packer-section .best-packer-card::after{
    display:none;
  }

  .navbar
  {
    padding: 0px 0px 0px 60px !important;
  }
  .navbar-brand img
  {
     width: 60px !important;
    transform: scale(2.5) !important;
    padding-left:0px !important;
  }
}








/*-------------packers-section------------*/



/*---------city-location-section-----------*/



.city-location-section
{
    padding:20px 70px 40px 70px;
    display:flex;
    flex-direction:column;
    gap:35px;
}

.city-location-section>div
{
  padding:35px;
  border-radius:25px;
}

.city-location-section>div h3
{
  margin-bottom:20px;
}

.city-location-section>div p
{
  font-size:18px;
  font-weight:500;
}


/*------india-location-city---*/

.india-location-city
{
  display:flex;
  justify-content:center;
  gap:25px;
  border:none !important;
}

.india-location-city>div
{
  width:50%;
}

.india-location-city .right-map-items
{
  display: flex;
  justify-content:center;
  align-items:center;
  gap:15px;

}


.india-location-city .right-map-items img
{
  width:100% !important;
  height:100% !important;
  transform: scale(1.25);
}


/*---------map-location-section----------*/




.map-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.map-tooltip {
  pointer-events: auto; /* IMPORTANT */
}


.india-map-img {
  width: 100%;
  height: auto;
  display: block;
}

/* DOTS */
.map-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #0b1c3f;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(0.8);
  transition: transform 0.3s ease, background 0.3s ease;
}

/* ACTIVE DOT ANIMATION */
.map-dot.active {
  background: #b80f0b;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% { transform: translate(-50%, -50%) scale(0.9); opacity: 0.7; }
  50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.4; }
  100% { transform: translate(-50%, -50%) scale(1); opacity: 0.7; }
}

/* TOOLTIP */
.map-tooltip {
  position: absolute;
  background: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  width: 220px;
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s;
  z-index: 10;
}

.map-tooltip.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.map-tooltip h4 {
  color:#b80f0b;
  font-size:20px;
  margin: 0 0 10px 0;
}

.tt-row {
  display:flex;
  justify-content:space-between;
  font-size:14px;
}


/*---------map-location-section----------*/



/*------india-location-city---*/





/*---------city-location-section-----------*/


/*-------step-process-section-----------*/

 .step-section-container {
    padding:0px 70px 70px 70px;
      background: #f8fafc;
}

 .step-section-container .heading-section
 {
     padding:50px 0px 45px 0px;
 }

.step-section-container .timeline-wrap {
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap:25px;
}

/* CENTER LINE */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #dbe2ea;
  border-radius: 10px;
}

.timeline-progress {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0%;
  background:#b80f0b;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #fff;
  border: 3px solid #b80f0b;
  border-radius: 50%;
}

/* ITEMS */
.timeline-item {
  width: 50%;
  position: relative;
}

.timeline-item.left {
  padding-right:40px;
  text-align: right;
}

.timeline-item.right {
  margin-left: auto;
  padding-left:40px;
}

/* CARD */
.timeline-card {
  background: #fff;
  padding: 30px 34px;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.08);
  position:relative;
  opacity: 1; /* always full opacity */
  transform: translateY(20px) translateX(0px); /* subtle start */
  transition: all 0.6s ease;
}

.timeline-card.active {
  transform: translateY(0) translateX(0);
}

.timeline-card.left.active {
  transform: translateY(0) translateX(-10px);
}

.timeline-card.right.active {
  transform: translateY(0) translateX(10px);
}

/* ICON */
.timeline-card .icon {
  font-size: 32px;
  margin-bottom:35px;
}

.timeline-card .icon i
{
    padding: 14px 20px;
    border-radius: 44px;
    color: #b80f0b;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.5);
}

/* LEFT BORDER */
.timeline-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 2px;
  height: calc(100% - 32px);
  background:#b80f0b;
  border-radius: 6px;
}
.timeline-card h3
{
  font-size:30px;
  margin:20px 0px 15px 0px;
}

.timeline-card p
{
  font-size:16px;
}

/* BADGES */
.badge {
  font-size:40px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  color: #0000;
  position:absolute;
  top:20px;
  left:20px;
      -webkit-text-stroke: 1.2px #b80f0b;
}

.badge.right-step-card {
  color: #0000;
  right: 20px;
  text-align: right;
  -webkit-text-stroke: 1.2px #b80f0b;
}

/* SUBPOINTS */
.subpoints {
  list-style: disc;
  padding-left: 20px;
  margin-top: 12px;
}

.subpoints li {
  font-size: 14px;
  margin-bottom: 4px;
  color: #5f6c7b;
}

/* MOBILE */
@media (max-width: 900px) {
  .timeline-line {
    display: none;
  }

  .timeline-item,
  .timeline-item.right {
    width: 100%;
    padding: 0;
    margin-left: 0;
    text-align: left;
  }

  .timeline-card {
    transform: none !important;
  }
}

/*-------step-process-section-----------*/





/*--------gallery-section-----------*/

.gallery-section-container{
  padding:20px 0 60px;
}

/* GRID */
.gallery-section-container .gallery-grid{
  width:90%;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:250px;
  gap:22px;
  margin-top:35px;
}

.gallery-section-container .gallery-item{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  cursor:pointer;
  background:#000;
}

.gallery-section-container .gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:opacity 0.8s ease, transform 0.6s ease;
}

/* HOVER */
.gallery-section-container .gallery-item::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom, transparent, rgba(0,0,0,0.6));
  opacity:0;
  transition:0.4s;
}

.gallery-section-container .gallery-item:hover img{
  transform:scale(1.1);
}
.gallery-section-container .gallery-item:hover::before{
  opacity:1;
}

.gallery-section-container .gallery-item.tall{ grid-row:span 2; }
.gallery-section-container .gallery-item.wide{ grid-column:span 2; }

/* POPUP */
.gallery-section-container .img-popup{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,0.96);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transition:0.4s;
  z-index:9999;
}

.gallery-section-container .img-popup.active{
  opacity:1;
  visibility:visible;
}

.gallery-section-container .popup-img{
  max-width:90%;
  max-height:90%;
  border-radius:16px;
  transition:opacity 0.6s ease;
}

.gallery-section-container .close-popup{
  position:absolute;
  top:25px;
  right:35px;
  font-size:42px;
  color:#e11d48;
  cursor:pointer;
}

.gallery-section-container .nav-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  font-size:55px;
  color:#fff;
  cursor:pointer;
  user-select:none;
}
.gallery-section-container .nav-arrow.left{ left:30px; }
.gallery-section-container .nav-arrow.right{ right:30px; }

/* RESPONSIVE */
@media(max-width:992px){
  .gallery-section-container .gallery-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:576px){
  .gallery-section-container .gallery-grid{
    grid-template-columns:1fr;
  }
}





/*--------gallery-section-----------*/



/*--------faq-section-left-right----------*/



 .faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* FAQ Question Button */
.faq-question {
  width: 100%;
  padding: 10px 25px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04);
    border: 2px solid #b80f0b;
}

.faq-question:hover {
  background: #b80f0b;
  color:#fff;
}

.faq-icon {
  font-size: 24px;
  transition: transform 0.3s;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  background: #fff;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

.faq-answer p,
.faq-answer li {
  font-size: 15px;
  line-height: 1.7;
  color: #222;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 10px 25px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* ===== Button (Read More) ===== */
.seo-anim-btn {
  position: relative;
  display: inline-block;
  padding: 13px 20px;
  background: #b80f0b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 15px;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0px 6px 18px rgba(0,0,0,0.17);
  margin-top: 30px;
}

/* Shine */
.seo-anim-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.55),
    transparent
  );
  transition: 0.5s;
}

.seo-anim-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0px 12px 28px rgba(0,0,0,0.25);
}

.seo-anim-btn:hover::before {
  left: 100%;
}
  
    /*------btn----------*/


/*--------faq-section-left-right----------*/






