@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}



header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 0px 10px black;
	padding:10px;
	background-color: #ebf4f5;
/*	background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%); */
	position: fixed;
	z-index: 100000;
}

#logo{

	width:20%;

}

#logo img{
	width: 200px;
	height: 60px;
	background-color: none;
}



nav{
	width:80%;
}

#logo h1{
	font-size: 30px;
	 font-family: "Ubuntu", sans-serif;
	 color:purple;
}

#nav_links{


    display: flex;
    align-items: center;
	justify-content: space-around;
	

}

#nav_links li {
	list-style: none;
}

#nav_links li a{
	font-size: 16px;
	text-decoration: none;
	color:black;
}

#nav_links li a:hover{
	color:red;
}

#toggle{
	display: none;
}

.service{
	position:relative;
}
/*
.service:hover #over_box{
   display: block;

}
*/

#over_box{
	width:350%;
	padding: 10px;
	display: none;
	position: absolute;
	top:20px;
	left:-30px;
	
	  background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
  border-radius: 30px;
}

#over_box ul li{
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;


}

#mobile_nav {
    display: none;
}


#main_details_box{

	width: 100%;
	max-width: 100%;
	height: 100vh;
	background-image: url(../images/banner.png);
			background-position: center;
			background-size: cover;

}

#main_details_box i{
font-size: 50px;
position: fixed;
top:500px;
right: 30px;
z-index: 100000;
cursor: pointer;

}



#maincontentbox{
          width: 100%;
          max-width: 100%;
          height: 100%;
          display: flex;
          background-color: rgba(0, 0, 0, 0.4);
 }

 #welcome_message_box{
   width: 60%;
   height: 600px;
   
   padding: 10px;
  
 }
 #welcome_message_box h1{
 	margin-top: 200px;
 	 font-family: "Ubuntu", sans-serif;
 	 color: white;
 	 text-align: center;
 	 font-size: 55px;
	 
 }

 #contact_center{
 	 width: 40%;
   height: 600px;
    
    display: flex;
    align-items: center;
    justify-content: center;

 }

 #request_form{
 	width: 60%;
 	height: auto;
 	padding: 10px;
 	background-color: white;
 	 
 }
 

 #request_form h2{
 	 	color:green;
 	 	text-align: center;
 	 }
  

 #client_name{
 	width: 100%;
 	padding: 5px;
 	margin-top: 15px;
 	outline: none;
 }

#client_num{
 	width: 100%;
 	padding: 5px;
 	margin-top: 15px;
 	outline: none;
 }

 #rqst_btn{
 	width:120px;
 	padding: 10px;
 	margin-top: 15px;
 	margin-bottom: 10px;
 	margin-left: 50%;
 	transform: translate(-50%);
 	background-color: #FFB41F;
 	outline: none;
 	border: none;
 	cursor: pointer;
 }


 	#pricechart{
			width:100%;
			height:auto;
			
			margin: 0px auto;
		}

		#pricechart:hover{
             background-color: #FAD5A5;
		}

		#chart_heading{
			width:100%;
			height:auto;
			border-bottom: 1px solid #ccc;
			padding: 20px;
			
		}

		#distance{
			width:100%;
			height:70px;
			border-bottom: 1px solid #ccc;
			display: flex;
		}

		.size{
			width:100%;
			height:70px;
			
			padding: 10px;
		}

		#one_bhk_heading,#two_bhk_heading,#three_bhk_heading,#four_bhk_heading{
			width:100%;
			height:70px;
			border-bottom: 1px solid #ccc;
			display: flex;
		}

		.specility{

			text-align: center;
			margin-top: 25px;
			margin-bottom: 20px;
			color: #8b0000;
		}

			#container_why{
			max-width: 1200px;
			
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
			padding: 20px 10px;
			
		}

		.box{
               width: 320px;
               height: auto;
               margin: 10px;
               border: 1px solid pink ;
               border-radius: 60px 30px 0px 25px;
              
               background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
               padding: 10px;
		}

		.box h2{
			text-align: center;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		.box p{
			text-align: justify;
			margin-top: 10px;
			margin-bottom: 10px;
		}


        #our_establisment{

        	width: 100%;
        	height: auto;
        	background-color: #f6f6f6;
        	display: flex;
        	padding: 60px;
        	

        }

        #country_served{
        
        	height: auto;
        	width: 25%;
        	display: flex;
        	align-items: center;
        	justify-content: center;
        
        	
        }

        #earth{
        	width: 40%;
        	display: flex;
        	align-items: center;
        	justify-content: right;
        }

        #earth i{
        	font-size: 50px;
        }

        #ser_con{
        	width: 60%;
        	display: flex;
        	flex-direction: column;
        	align-items: center;
        
        }



.about-us {
  padding: 80px 20px;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.tagline {
  display: inline-block;
  color: #ff6600;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.about-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #222;
}

.about-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.about-points {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.about-points li {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.about-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff6600;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.about-btn:hover {
  background-color: #e05500;
}




	.testimonial-section {
  padding: 60px 20px;
  background: #f9fafc;
  text-align: center;
}

.testimonial-slider {
  max-width: 900px;
  margin: auto;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-card {
  min-width: 100%;
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.client-photo {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 4px solid #0056ff;
}

.rating {
  color: #ffb400;
  font-size: 20px;
  margin-bottom: 15px;
}

.testimonial-card p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.testimonial-card h4 {
  margin-top: 18px;
  font-size: 20px;
  color: #222;
}

.testimonial-card span {
  font-size: 14px;
  color: #777;
}

.testimonial-controls {
  margin-top: 25px;
}

.testimonial-controls button {
  background: #0056ff;
  color: #fff;
  border: none;
  padding: 10px 18px;
  margin: 0 6px;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
}

.testimonial-controls button:hover {
  background: #003ecb;
}



/* about us page coding start now */



.mvv-section {
  max-width: 900px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

.mvv-section h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
}

.mvv-box {
  background: #f9f9f9;
  border-left: 6px solid #ff6600;
  margin-bottom: 20px;
  padding: 20px 25px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.mvv-box h3 {
  margin: 0;
  font-size: 20px;
  color: #222;
}

.mvv-box p {
  display: none;
  margin-top: 15px;
  color: #555;
  line-height: 1.6;
}

.mvv-box.active {
  background: #fff3e6;
}

.mvv-box.active p {
  display: block;
}





/*  about us page coding end now */


/*  enquiry   page coding start now */                           


#shifting_process{

  width: 100%;
  height: 80vh;
  background-image: url(../images/banner.png);
      background-position: center;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      
}

#shifting_cont{

  width: 70%;
  max-width: 90%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.7);

}

#shifting_cont h1{
  color: white;
  text-align: center;
  margin-top: 30px;
   font-family: "Poppins", sans-serif;
}

#shifting_cont h2{
  color: white;
  text-align: center;
  margin-top: 30px;
   font-family: "Poppins", sans-serif;
}

#shifting_cont a{
  text-decoration: none;
  color: white;
}

#shifting_cont a:hover{

  color: yellow;
}

#shifting_process_details{
width: 100%;
height: auto;
padding: 10px;

}

#shifting_process_details h1{
  color: #8e3a59;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}


#shifting_process_details h2{
  color: #8e3a59;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}



#shifting_process_details p{
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Ubuntu", sans-serif;
}

#inquiry_box{
width: 100%;
padding: 20px;
height: auto;
display: flex;

}

.enquiry_form{
width: 50%;
height: auto;
padding: 20px;



}

.enquiry_form input{
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  outline: none;
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 6px;
}

#send_messase{
  width:150px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #fff8dc;
  margin-left: 50%; 
   transform: translate(-50%);
}

.enquiry_form img{
  width: 50%;
margin-top: 30px;
margin-left: 50%;
transform: translate(-50%);
}


/*  contact us   page coding start now   */


#contact_box{
  width: 100%;
padding: 20px;
height: auto;
}

#contact_box h1{
  text-align: center;
margin-bottom: 15px;

}

#contact_box h5{
  color: pink;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
}

#contact_box input{
width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  outline: none;
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 6px;
  background-color: #ccc;


}

#send_contact_messase{
  width: 150px;
  background-color: #fff8dc;
  margin-left: 50%;
transform: translate(-50%);
margin-top: 15px;
margin-bottom: 15px;
  border: none;
  outline: none;
  padding: 10px;
}

#contact_details_box{
  width: 100%;
  height: auto;
  display: flex;
  gap: 3rem;
  padding: 40px;
}

.contact_info{
  width: 33%;
  height: auto;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 4px #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 15px;
}

.contact_info h3{
  text-align: center;
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 15px;
}

.contact_info address{

  font-size: 20px;
  margin-bottom: 10px;
}
.cont_circle{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff8dc;

margin-top: 20px;
margin-bottom: 15px;
}

.cont_circle i{
  margin-left: 50%;
  font-size: 23px;
  margin-top: 13px;
transform: translate(-50%);
}








/*  contact us  page coding end now   */


/*  shifting service  page coding start now   */


.householdshifting{


  width:100%;
  height: auto;
  display: flex;
  padding: 15px;
}

.shift_img{
  width: 50%;
  height: auto;
  
}

.shift_img img{
  width: 100%;
}

.shift_paragraph{
  width: 50%;
  height: auto;
  
  padding: 15px;
}

.shift_paragraph h2{
  text-align: center;
  margin-top: 13px;
  margin-bottom: 13px;
  font-family: "Ubuntu", sans-serif;
  color:red;
}

.shift_paragraph p{
  font-family: "Poppins", sans-serif;
}



/*  shifting service  page coding end now   */


        .footer {
  background: #181818;
  padding: 60px 0;
  color: #ffffff ;
  font-family: "Poppins", sans-serif;
}

.footer .containerfoot {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #e53935;
}

.footer-col p {
  line-height: 1.7;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin: 10px 0;
}

.footer-col ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #e53935;
}

.footer-logo {
  width: 220px;
  margin-bottom: 20px;
}

.footer-social a {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  color: #e53935;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.footer-social a:hover {
  background: #e53935;
  color: #fff;
}




@media only screen and (max-width: 769px){

	

     #toggle{
     	display: block;
     	font-size: 22px;
     	position:fixed;
     	top:10px;
     	right: 10px;
     	
     }


	
  nav {
        display: none;
    }

#mobile_nav{
	width:40%;
	height: 90vh;
	background-color:#494949;
	 display: none;
	padding: 10px;
	border-radius: 10px;
	position: fixed;
	top:32px;
	right:15px;
	z-index: 100000;
	
}

#mob_nav_links li {
	display: flex;
	flex-direction: column;
	align-items: center;

	margin-top: 30px;
	margin-bottom: 30px;
  
}





#mob_nav_links li a{
    text-decoration: none;
    color:white;
}

#mob_nav_links li a:hover{
	color:red;
}


.mob_service{
	position: relative;
}
#over_box{
	width: 100%;
}

#mob_over_box{
	width: 100%;
	position: absolute;
	top:20px;
	background-color: #494949;


	display: none;

	
}

 .about-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-points li {
    justify-content: center;
  }


  #contact_details_box{
  
  flex-direction: column;
  padding: 10px;
  
}

.contact_info{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 1rem;
}

.householdshifting{
  flex-direction: column;
}

.shift_img{
  width: 100%;
}

.shift_paragraph{
  width: 100%;
}


}





@media only screen and (max-width: 600px) {
  .footer .containerfoot {
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 40px 20px;
  }
}

/*  enquiry   page coding end now */



@media only screen and (max-width:426px){

	#mobile_nav{
	width:80%;
	height: 90vh;
     position: fixed;
    z-index: 100000;
}

#main_details_box i{
font-size: 50px;
position: fixed;
top:400px;
right: 20px;
z-index: 100000;
cursor: pointer;

}

	#maincontentbox{
		flex-direction: column;
	}

	 #welcome_message_box{
   width: 100%;
   height: 200px;
   
   padding: 5px;
  
 }

 #welcome_message_box h1{
 	margin-top: 100px;
 	 font-family: "Ubuntu", sans-serif;
 	 color: white;
 	 text-align: center;
 	 font-size: 25px;}

 	 #contact_center{
 	 	 width: 100%;
 	 }

 	 #contact_center{
 	 	padding: 10px;
 	 }

 	 #request_form{
 	width: 90%;
 	
 	 
 }
 	 #request_form h2{
 	 	color:green;
 	 	text-align: center;
 	 }

 	 #quality_of_best{
	
	
	flex-direction: column;
}

.reason_for_best{
	width: 100%;

 	}

 	#our_establisment{
 		flex-direction: column;
 	}

 	 #country_served{
 	 	width: 100%;
 	 	margin-top: 10px;
 	 	margin-bottom: 10px;
 	 }

 

         .indicator{
        	
        
        	bottom: 15px;
        	
        	
        }

        #inquiry_box{
        	flex-direction: column;
        }

        .enquiry_form{
        	width: 100%;
        }


        #our_establisment{
 		flex-direction: column;
 	}

 	 #country_served{
 	 	width: 100%;
 	 	margin-top: 10px;
 	 	margin-bottom: 10px;
 	 }


       #inquiry_box{
          flex-direction: column;
        }

        .enquiry_form{
          width: 100%;
        }


 }


  @media only screen and (max-width: 321px)
  { .testimonial_container{
             
          
        	
        	height: 600px;
        	
        	

        }
      }