body {
  font-family: 'Inter', sans-serif;
}

img{
  width: 100%;
  height: 100%;
}

p{
  margin-bottom: 0;
}

/* Hero Section Background */
.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../image/banner.png');
  background-size: cover;
  background-position: center;
  padding: 160px 0 100px;
  color: white;
}

.aboutus-section {
  padding: 80px 0;
}

/* Card Hover Effect */
.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Custom Button */
.btn-primary-custom {
  background-color: #ffc107;
  color: #212529;
  border: none;
  font-weight: 600;
  padding: 10px 25px;
}

.btn-primary-custom:hover {
  background-color: #ffcd38;
  color: #212529;
}

/* Section Titles */
.aboutus-section .section-title {
  font-weight: 700;
  color: #f8bc08;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: block;
}

/* Process Steps Number */
.step-number {
  background-color: #f8bc08;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 20px;
}

/* who we are */
.who-bg-section {
  position: relative;
  background: url('../image/who-banner.png') center center/cover no-repeat;
  padding: 50px 0;
  color: #fff;
}

.who-bg-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
}

.who-content {
  position: relative;
  z-index: 2;
  margin: auto;
  text-align: center;
  border: 2px solid #fff;
  padding: 25px;
}

.who-content h2 {
    font-weight: 700;
    margin-bottom: 25px;
}

.who-content p {
    line-height: 1.8;
    font-size: 16px;
}

/* Our presence */
.presence-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.presence-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.presence-section .section-title span {
  font-weight: 700;
  color: #f8bc08;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: block;
}

.presence-section .section-title h2 {
    margin-top: 15px;
    font-weight: 700;
}

.presence-section .branch-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

.presence-section .branch-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.presence-section .branch-card h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #f8bc08;
}

.presence-section .branch-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

/* services */
.service-section {
    padding: 50px 0;
}

.service-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.service-section .section-title span {
  font-weight: 700;
  color: #f8bc08;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: block;
}

/* why choose section */
.why-choose-section {
  padding: 50px 0;
}

.why-choose-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.why-choose-section .section-title span {
  font-weight: 700;
  color: #f8bc08;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: block;
}

/* our work */
.our-work-section {
   padding: 50px 0;
}

.our-work-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.our-work-section .section-title span {
  font-weight: 700;
  color: #f8bc08;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: block;
}

/* who we are */
.customer-section {
  position: relative;
  background: url('../image/aim packers and movers banner.webp') center center/cover no-repeat;
  padding: 50px 0;
  color: #fff;
}

.customer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
}

.customer-section .who-content {
  position: relative;
  z-index: 2;
  margin: auto;
  text-align: center;
  border: 2px solid #fff;
  padding: 25px;
}

.customer-section .who-content h2 {
    font-weight: 700;
    margin-bottom: 25px;
}

.customer-section .who-content p {
    line-height: 1.8;
    font-size: 16px;
}

.pbmit-btn {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
  padding: 10px 15px;
  border-radius: 10px;
}

footer p {
  padding-bottom: 5px;
  font-size: 14px;
  display: flex;

}

footer a {
  color: #fff;
  text-decoration: none;
  font-size:14px;
}

footer ul.menu {
  list-style-type: none;
  display: flex;
  padding-left: 0;
}

/* CSS*/
.fix-icon {
    display: inline-block;
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 999999;
}
#fix-icon {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.fix-icon-item {
    animation: bounce 1s infinite alternate;
    animation-duration: 1s;
    -webkit-animation: bounce 1s infinite alternate;
        animation-duration: 1s;
        animation-timing-function: ease;
        animation-iteration-count: infinite;
        animation-fill-mode: none;
}

.fix-icon-item img {
    width: 55px !important;
	height: 55px !important;
    background: 
    #ff7400;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}

.fix-icon-whataap {
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    transition: all0.5s ease-in-out;
}

.fix-icon-whataap-item img {
    border-radius: 50%;
    box-shadow: 1px 1px 4px 
rgba(60, 60, 60, .4);
transition: box-shadow .2s;
cursor: pointer;
overflow: hidden;
width: 55px !important;
height: 55px !important;
background:
    #25d366 !important;
}
.fix-icon-whataap-item:before {
    content: "";
    border: 20px solid rgba(37, 211, 102, .51);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    z-index: -1;
    top: -12px;
    left: -13px;
}

@keyframes pulsate {
    0% {
        transform: scale(.6, .6);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

.fix-icon-call {
    display: inline-block;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 999999;
    transition: all0.5s ease-in-out;
}

html, body {
  overflow-x: hidden;
}

.fix-icon-call img{
    width: 55px !important;
    height: 55px !important;
    background: #ff0000;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}

.feature-section .one {
    padding: 0;
}

.service-section .abotimglft img {
    border: 4px solid #000;
    border-radius: 10px;
}

.navbar img {
  width: 150px;
}

.form-group textarea::placeholder {
  font-size: 17px;  
}

.footer-logo {
  width: 150px;
}

.why-choose-section .icon-box {
  margin: 0 auto;
}