* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
      font-family: "Inter", sans-serif;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  font-family: "Inter", sans-serif;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
p {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0rem;
  color: #AEAEAE;
  font-weight: 400;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.site-btn {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  color: var(--s-primary);
  text-transform: capitalize;
  background-color: var(--s-secondary);
  letter-spacing: .5px;
  padding: 15px 40px 15px 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  border: none;
}
.site-btn:hover {
  border-color: var(--s-primary);
  background-color: var(--s-primary);
  color: var(--s-white);
}
.revSite-btn {
  background-color: var(--s-white);
  color: var(--s-primary);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
.titleBar {
  margin-bottom: 25px;
  position: relative !important;
}
.titleBar h5 {
  letter-spacing: 2px;
  margin-bottom: 25px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #A9A9A9;
  display: block;
  position: relative;
}
.titleBar h3 {
  font-size: 50px;
  font-weight: 800;
  color: var(--s-black);
  margin-bottom: 20px;
  text-transform: uppercase;
}
.titleBar p {
    color: #888;
    font-size: 16px;
    line-height: 26px;
}
.iconbg {
  background: var(--s-primary);
  border-radius: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #00243a;
  --s-secondary: #FFEF00;
  --s-third: #F5F5F5;
  --s-white: #ffffff;
  --s-black: #000000;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.bg-s-third {
    background-color: var(--s-third) !important;
  }
  .text-s-third {
    color: var(--s-third) !important;
  }
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*************************************/
/***     Header CSS Start Here     ***/
/*************************************/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #00243ae5;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-white) !important;
}
.header-scrolled .navbar-brand img{
  width: 70px;
}
/* Main Header CSS */
header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
/* TOP SECTION CSS */
.top-section {
  padding: 15px 0;
  background-color: var(--s-primary);
}
.top-location ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-white);
}
.top-location ul li a {
  color: var(--s-white);
}
.top-location ul li a lord-icon {
  margin-right: 8px;
  color: var(--s-white);
}
.header-info ul li {
  padding: 0 3px;
}
.header-info ul li a {
  color: var(--s-primary);
  font-weight: 500;
  transition: 0.3s;
  background-color: var(--s-white);
  border-radius: 0px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.header-info ul li a:hover {
  color: var(--s-white);
  background-color: var(--s-secondary);
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item:hover {
  background-color: var(--s-primary);
  color: var(--s-white);
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  background-color: transparent;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: var(--s-white);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}

/*************************************/
/***     Banner CSS Start Here     ***/
/*************************************/
.Mainbanner {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  z-index: 0;
}
#banner {
  background-image: url(https://wahlamovingservices.com/wp-content/uploads/2025/06/banner.jpg);
  background-position: 0% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 550px;
  min-height: 550px;
  display: block;
  border-radius: 0px;
}
#banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0px;
  background: linear-gradient(90deg, #0303039d 0%, #00000013 100%);
  /* background-color: #00000096; */
}
#banner .container .row {
  height: 550px;
  min-height: 550px;
}
#banner .banner-text {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
#banner .banner-text h1 {
  font-size: 75px;
  display: block;
  margin-bottom: 20px;
  color: var(--s-white);
  font-weight: 700;
}

/* Hero Box Section */
.heroSection{
    overflow: visible;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 100px ;
    padding-top: 3rem;
}
.ulockd-appointment-form-one {
    position: relative;
    text-align: center;
}
.appointment_form_one {
    background-color: var(--s-third);
    border-top: 8px solid var(--s-secondary);
    border-radius: 10px;
    margin-top: -200px;
    padding: 40px;
    position: absolute;
    z-index: 9;
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.appointment_form_one input {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin-bottom: 15px;
}

/* Services Section Start Here */
.servicesSection{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 50%, var(--s-third) 0%);
}
.services-box{
    transition: all .4s ease;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
}
.services-image{
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.services-image img{
    transition: all .4s ease;
    width: 100%;
    height: 255px;
    object-fit: cover;
    transform: scale(1);
}
.services-box:hover .services-image img{
    transform: scale(1.1);
}
.services-content{
    text-align: center;    
    padding: 30px 25px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
}
.services-content h3{
    color: var(--s-primary);
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 500;
}

/* Moving Process */
.movingBox{
    background-color: #FAF9F5;
    padding: 30px 20px 5px 20px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-242b825);
    border-radius: 6px 6px 6px 6px;
    box-shadow: unset;
    z-index: 3;
    text-align: center;
    transition-duration: .3s;

}
.movingBox:hover{
    box-shadow: 0 22px 40px -22px rgba(0, 0, 0, 0.3);
    transform: scale(1.1, 1.1);
    z-index: 4;
    transition-duration: .3s;

}
.movingBox h3{
    color: var(--s-primary);
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 500;
}
.movingBox p{
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #999;
    margin: 0px 0px 30px 0px;
}
.movingBox img{
    width: 100px !important;
    height: auto;
    padding: 10px 0px 30px 0px;
}

/* Why Choose Us Section */
.whySection{
    background-image: url(https://wahlamovingservices.com/wp-content/uploads/2025/06/young-man-moving.jpg);
    padding: 140px 0px 60px 0px;
    background-position: top center;
}
.whyoverlay{
    background-color: transparent;
    background-image: linear-gradient(90deg, #FFFFFF00 35%, #000000 55%);
    opacity: 0.55;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
.why-box ul li{
    color: var(--s-white);
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 8px;
}
.why-box ul li i{
    color: var(--s-white);
}
.why-box p{
    font-size: 18px;
    font-weight: 400;
    color: var(--s-white);
}

/* Testimonial Section */
.td-single-testimonial-item {
  background: var(--s-white);
  padding: 40px;
  transition: 0.8s;
  border-radius: 0px;
  border: 1px solid #eaeaea;
}
.td-testimonial-rating {
  color: #fdcc0d;
}
.td-testimonial-rating ul li {
  margin: 0 1px;
}
.td-testimonial-header .td-testimonial-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--s-primary);
}
.td-testimonial-image h3 {
  margin-bottom: 0;
  font-size: 25px;
  color: var(--s-white);
}
.td-name-designation h6 {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 400;
  color: var(--s-primary);
  transition: 0.3s;
}
.td-name-designation p {
  color: var(--s-black);
  font-weight: 300;
  font-size: 13px;
}
.td-testimonial-description {
  margin: 20px 0 30px 0;
}
.td-testimonial-description p {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
  color: var(--s-black);
}

/* Footer Section Start Here */
footer {
  background-color: var(--s-primary);
  position: relative;
  padding-top: 25px;
}
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--s-white);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-white);
  text-transform: uppercase;
}
.footer-box ul li {
  margin-bottom: 0.5rem;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
}
.footer-box ul li a:hover {
  color: var(--s-secondary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 2rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #2525251e; */
}
.socialmediaicon ul li a i {
  background-color: var(--s-white);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-primary);
  transition: 0.3s;
  border-radius: 2px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-secondary);
  color: var(--s-primary);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #ffffff5b;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-primary);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-primary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-primary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}







/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner {
  background-image: url(https://wahlamovingservices.com/wp-content/uploads/2025/06/inner-pages-banner.jpg);
  height: 450px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.innerPagesBanner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #00243a8e;
}
.innerpage-title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin-right: 5px;
}
.list li {
  font-size: 15px;
  margin-bottom: 8px;
  color: var(--s-black);
}
.list li i {
  font-size: 15px;
  color: var(--s-black);
  font-weight: 500;
  margin-right: 5px;
}
/* Our Team Section Start here */
.ourTeam
{
  background-color: #fff;
}
.td-single-team-member
{
  display: inline-block;
  transition: .3s;
}
.td-member-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: .3s;
}
.social-icon{
  position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: .3s;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  background-color: var(--s-secondary);
  transition: .3s;
}
.social-icon ul li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  background: var(--s-primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.social-icon ul li a i
{
  font-size: 16px;
  color: var(--s-white);
  transition: .3s;
}
.social-icon ul li:hover a i
{
  color: var(--s-secondary);
}
.td-member-content
{
  background: var(--s-primary);
  padding: 20px;
  margin-top: -10px;
  transition: .3s;
}
.td-member-content h3
{
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
  font-weight: 400;
  color: var(--s-white);
  transition: .3s;
}
.td-member-content h5
{
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--s-white);
}
.td-member-image a img
{
  transform: scale(1);
  transition: .3s;
}
.td-single-team-member:hover .td-member-image a img
{
  transform: scale(1.1);
  transition: .3s;
}
.td-single-team-member:hover .social-icon
{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.aboutImage img{
  height: 450px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* ourMission */
.ourMission{
    background-color: var(--s-primary);
}
.valueBox {
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 3em 2em 3em 2em;
    background-color: #f5fbfb;
}
.valueBox h4 {
    color: var(--s-primary);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;
}
.valueBox p {
    color: var(--s-black);
}




/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage p
{
  margin-bottom: 20px;
}
.innerServicesImage img
{
  height: 400px;
  object-fit: cover;
}






/*======================================================
             Responsive CSS STart Here
========================================================*/
/* 767px Start Here */
@media (max-width:991px){
  section{
    padding: 50px 0;
  }
  header .header-scrolled{
    position: relative;
  }
  .top-section 
  {
    display: none;
  }
  header{
    position: relative;
    /* background-color: var(--s-primary); */
  }
  .bottom-header{
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #000000;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0; 
    color: var(--s-black);
  }
  .header-btn
  {
    margin-top: 20px;
    margin-left: 0 !important;
  }
  .bottom-header .navbar-brand img {
    width: 100px !important;
    filter: none !important;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 25px;
  }
  .titleBar span{
    font-size: 13px;
    letter-spacing: 1px;
  }
  .titleBar span::before {
    top: 16.5px;
  }
  .titleBar span::after{
    top: 16.5px;
  }
  .titleBar p{
    font-size: 15px;
  }
  p{
    font-size: 14px;
  }
 /* Banner */
 .Mainbanner
 {
   padding: 0;
 }
 #banner{
   border-radius: 0;
 }
 #banner::before
 {
   border-radius: 0;
 }
 #banner .banner-text h1{
   font-size: 40px;
 }
 #banner{
   min-height: 300px;
   height: 300px;
 }
 #banner .container .row {
   min-height: 300px;
   height: 300px;
 }
 #banner .banner-text{
  margin-bottom: 30px;
 }

 /* Hero */
 .appointment_form_one
 {
    margin-top: 30px;
    padding: 20px;
    position: relative;
}

/* WHy CHoose US */
.whyoverlay {
  background-image: linear-gradient(90deg, #FFFFFF00 -30%, #000000 0%);
}

/* Testimonial */
.testimonial-box{
  padding: 30px;
  height: 280px;
}
.td-name-designation h2{
  font-size: 25px;
}
.td-name-designation p{
  font-size: 13px;
}
.td-testimonial-description p{
  font-size: 15px;
}
.testi-image{
  height: 280px;
}

  /* About Sectioon */
  .subpara {
    padding-left: 0px;
  }
  .list li {
    font-size: 14px;
  }

  .aboutImage img {
    width: 100%;
    height: 400px;
  }

  /* Inner Services */
  .innerPagesBanner {
    height: 250px;
    padding-bottom: 30px;
  }
  .innerpage-title h2 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .content-box p{
    font-size: 12px;
  }
  .content-box h5{
    font-size: 15px;
  }
  .contactUSPage{
    background-color: #e6e6e6;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 8px !important; 
    border-radius: 15px;
    margin: 0;
    border-radius: 10px !important;
  }
}