*
{
	transition:all 0.3s ease-in-out;
	box-sizing:border-box;
	margin:0px;
	padding:0px;
}
/*------inner-page-header-------------*/



/*------inner-page-header-------------*/

.navbar
{
	width: 80%;
    position: static !important;
    background: #fff;
    box-shadow: none;
    margin-left: 13%;
}

.navbar-toggler-icon
{
	background:#fff !important;
}

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

.home-banner-section
{
	height:400px;
	background:url('https://moverspackersjaipur.com/media/home_banner_01.jpg');
	position:relative;
	z-index:0;
	background-size:cover;
	object-fit:cover;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:10px;
}

.home-banner-section::before {
    content: "";
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    inset: 0;
    background: rgb(39 54 127 / 68%);
    z-index: -1;
}

.home-banner-section>h1
{
	color:#fff;
	font-size:50px;
}

.home-banner-section>.brade-cumbs
{
	color:#fff;
	display:flex;
	align-items:center;
	gap:7px;
}

.home-banner-section>.brade-cumbs a
{
	color:#fff;
	text-decoration:none;
	font-size:16px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.home-banner-section>.brade-cumbs a span
{
	color:#fff;
	font-weight:600;
	font-size:18px;
}

.home-banner-section>.brade-cumbs>i
{
	font-size:13px;
}

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

/*-----------about-section-------------*/

.about-section
{
  gap:50px;
}

.about-section>.right-items
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-section h2
{
	margin-bottom:15px;
}

.about-section ul li
{
	margin-bottom:5px;
}

/*-----------about-section-------------*/


/*-----------Growing-Through-Trust-Section--------------*/


.experience-section {
  padding: 20px 0px 70px 0px;
  background: #f9fafb;
  font-family: system-ui;
}

.experience-section .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.experience-section .experience-header {
  text-align: center;
  margin-bottom: 70px;
}

.experience-section .experience-year {
  display: inline-block;
  background: #111827;
  color: #ffffff;
  padding: 8px 22px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 14px;
}

.experience-section .experience-header h2 {
  font-size: 44px;
  margin-bottom: 10px;
}

.experience-section .experience-header h2 span {
  color: #4f46e5;
}

.experience-section .experience-header p {
  font-size: 18px;
  color: #4b5563;
  max-width: 700px;
  margin: auto;
}

.experience-section .experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.experience-section .experience-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.experience-section .experience-icon {
     font-size: 35px;
    margin-bottom: 12px;
    border: 2px solid #b80f0b;
    width:65px;
    height:65px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.experience-section .experience-card h3 {
     font-size: 22px;
    margin: 30px 0px 15px 0px;
}

.experience-section .experience-card p {
  color: #374151;
}

.experience-section .experience-card ul {
  margin: 14px 0;
  padding-left: 18px;
  color: #374151;
}

.experience-section .experience-card ul li {
  margin-bottom: 6px;
}

.experience-section .experience-highlight {
  margin-top: 16px;
  background: #eef2ff;
  color: #3730a3;
  padding: 14px;
  border-radius: 14px;
  font-size: 14px;
}

.experience-section .experience-trust {
  margin-top: 10px;
  font-weight: 600;
}



.experience-section .fleet-tags {
  display: flex;
  gap: 12px;
  margin: 16px 0;
}

.experience-section .fleet-tags span {
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
}

.experience-section .fleet-note {
  font-size: 15px;
}


/*-----------Growing-Through-Trust-Section-----------*/



/*---------Expansion-section---------------*/




/* ===== Expansion Section Scoped CSS ===== */

.Expansion-section{
  padding:20px 0px 50px 0px;
  background:#f7f8fc;
  font-family:'Poppins', sans-serif;
}

.Expansion-section .container{
  width:90%;
  max-width:1200px;
  margin:auto;
}


/* Cards */
.Expansion-section .card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

.Expansion-section .info-card{
  background:#fff;
  padding:35px 28px;
  border-radius:22px;
  box-shadow:0 15px 35px rgba(0,0,0,0.08);
  transition:0.35s;
}

.Expansion-section .info-card .icon{
  width:60px;
  height:60px;
  background:#c33734;
  color:#fff;
  font-size:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  margin-bottom:20px;
}

.Expansion-section .info-card h3{
  font-size:22px;
  margin-bottom:12px;
}

.Expansion-section .info-card p{
  color:#555;
  line-height:1.75;
  font-size:15px;
}

.Expansion-section .info-card:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 50px rgba(195,55,52,0.25);
}


/*---------Expansion-section---------------*/

/*-------services-launched-section-------------*/



.services-launched-section{
      padding: 20px 0px 50px 0px;
  background:linear-gradient(135deg,#f8f9fc,#ffffff);
  font-family:'Poppins', sans-serif;
}



.services-launched-section .services-grid{
  width:90%;
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
}

/* ---------- Card ---------- */
.services-launched-section .service-card{
  background:#fff;
  padding:35px 25px 40px;
  border-radius:22px;
  text-align:center;
  box-shadow:0 15px 35px rgba(0,0,0,0.08);
  transition:0.35s ease;
  height:auto !important;
  min-height:unset !important;
  max-height:none !important;
  overflow:visible !important;
}

/* ---------- Icon ---------- */
.services-launched-section .service-card .icon{
  width:70px;
  height:70px;
  margin:0 auto 18px;
  color:#fff;
  font-size:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border: 2px solid #c33734;
}

/* ---------- Title ---------- */
.services-launched-section .service-card h4{
  font-size:18px;
  font-weight:600;
  margin-bottom:10px;
}

/* ---------- Description (FORCED VISIBLE) ---------- */
.services-launched-section .service-card p{
  font-size:14px;
  color:#555;
  line-height:1.7;
  margin:0;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  white-space:normal !important;
}

/* ---------- Hover ---------- */
.services-launched-section .service-card:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 55px rgba(195,55,52,0.22);
}



/*-------services-launched-section-------------*/


/*--------faq-container------------*/

  .faq-section{
  padding:50px 0;
  background:#fdebe3;
  margin-top:30px;
}


  .faq-section .faq-container
  {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
  }
    .faq-section .faq-container>div
    {
      width:60%;
    }

.faq-section .faq-container>h2
  {
    font-size: 35px;
    margin-bottom: 30px;
  }


/* FAQ BOX */
.faq-section .faq-item{
  background:#b80f0b;
  border-radius:10px;
  margin-bottom:18px;
  overflow:hidden;
  transition:all 0.4s ease-in-out;
}

.faq-section .faq-question{
  padding:10px 15px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
  font-size:18px;
  color:#fff;
  font-weight:600;
}


  .faq-section .faq-question .icon{
  font-size:24px;
  color:#fff;
  font-weight:700;
}

.faq-section .faq-answer{
  background:#fff;
  padding:0 22px;
  max-height:0;
  overflow:hidden;
  transition:all 0.9s ease-in-out;
}

.faq-section .faq-answer p{
  padding:15px 0px 0px 0px;
  font-size:15px;
  color:#333;
  line-height:1.6;
}

.faq-section .faq-item.active .faq-answer{
  max-height:180px;
}

/* MOBILE */
@media(max-width:768px){
    .faq-section .faq-container{
    grid-template-columns:1fr;
  }
}



/*--------faq-container------------*/


/*-----------policy_page_style-----------*/

 .table-off-content-section
 {
  padding:70px 100px;
 }

   .table-off-content-section h2
   {
    font-size:25px;
    margin:25px 0px 10px 0px;
   }
  .table-off-content-section p
  {
    font-size:18px;
  }
    .table-off-content-section ul li
    {
      margin-bottom:5px;
    }
 .table-off-content-section a
{
font-weight:700;
text-decoration:none;
color:#b80f0b;
}

/*-----------policy_page_style-----------*/

/*----------blog-page-----------*/



  .blog-card-container
  {
    padding:70px 80px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:25px;
  }
  
  .blog-card-container .blog-card
  {
     width:380px;
     box-shadow:0px 0px 5px rgba(0, 0, 0,0.2);
     padding:20px;
     border-radius:20px;
  }

    .blog-card-container .blog-card img
    {
      width:100%;
      border-radius:5px;
    }

    .blog-card-container .blog-card .date-items
    {
      display:flex;
      gap:15px;
      padding:25px 0px 5px 0px;
      font-weight:600;
    }

  .blog-card-container .blog-card p
  {
    display:flex;
    gap:10px;
  }
  .blog-card-container .blog-card p i
  {
     font-size:18px;
/*     margin:0px 10px;*/
     color:#bd0e0c;
  }



  .blog-card-container .blog-card h3 
    {
      font-size:23px;
      line-height: 30px;
      font-weight:600;
    }

  .blog-card-container .blog-card h3  a
  {
     text-decoration:none;
     color:#000;
  }




/*----------blog-page-----------*/


/*----------setep-section----------*/

    .setep-section
    {
        display:flex;
        justify-content:center;
        gap:35px;
        padding:20px 80px 70px 80px;
    }
       .setep-section .setep-container-items
       {
        box-shadow:0px 0px 5px rgba(0,0,0,0.2);
        padding:15px;
        display:flex;
        align-items:center;
        flex-direction:column;
        text-align:center;
        width:30%;
        border-radius:15px;
        padding-bottom:30px;
       }
        .setep-section .setep-container-items h3
        {
            font-size:23px;
            margin:25px 0px 15px 0px;
        }
        .setep-section .setep-container-items p
        {
            font-size:16px;
            line-height:21px;
        }


    .setep-section .setep-container-items img
    {
        border-radius:50%;
        width:100%;
        height:200px !important;

    }
     .setep-section .setep-container-items .img-items
     {
        width:200px;
        position: relative;
     }

    .setep-section .setep-container-items .img-items span
    {
        font-size:25px;
        font-weight:600;
        width:40px;
        height:40px;
        background:red;
        display:flex;
        justify-content:center;
        align-items:center;
        color:#fff;
        border-radius:50%;
        position:absolute;
        right:10px;
        bottom:25px;
    }
/*----------setep-section----------*/







