.profile-picture {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 4px;
  display: inline-block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.p-image-ch {
  position: relative;
  margin-top: 5px;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.p-image-ch:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.upload-button {
  font-size: 1.2em;
}
.upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}

/*New Styles*/

.navbar-right .dropdown-menu {
  /* left: 0; */
  right: 0;
  /*background-color: #607d8b;*/
  background-color: #27282b;
  border: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  /*background-color: #607d8b;*/
  background-color: #27282b;
  color: #fff;
  /* background-color: transparent;*/
}
.navbar-default .navbar-nav > .open .dropdown-menu > li > a {
  /*background-color: #607d8b;*/
  background-color: #27282b;
  color: #fff;
  text-transform: none;
}
.navbar-default .navbar-nav > .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > .open .dropdown-menu > li > a:hover {
  /* background-color: #6b8b9b;*/
  background-color: #3d3d3d;
  color: #fff;
}
.navbar-nav > li > a {
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-default .navbar-collapse {
  margin-top: 5px;
}
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li.active a:active,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:hover {
  background: #c33329;
}
.navbar-custom .navbar-nav li a {
  transition: color 0.1s;
}
.navbar-custom .navbar-nav li a:hover {
  color: #c33329;
}
.navbar-custom {
  /*background: #343435;*/
  background: #161616;
}

a,
a.active,
a:active,
a:focus,
a:hover {
  /* color: #fff; */
  text-decoration: none;
}

.navbar-brand {
  padding: 0;
}
.navbar-brand > img {
  width: 130px;
  transition: 0.3s;
}
.navbar-brand > img:hover {
  opacity: 0.9;
  transform: scale(1.03);
}
#skipnav a {
  z-index: 0;
}

/*Custom Styles*/
body {
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.landing {
  /*background-color: #343435;*/
  width: 100%;
  min-height: 98vh;
  position: relative;
  top: -100px;
  background-image: url("../images/cover1.png");
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
}
.btn-landing {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  background-color: #c33329;
  border-radius: 16px;
  text-transform: capitalize;
  box-shadow: 0 0 15px 2px rgba(158, 158, 158, 20%);
  font-weight: 700;
  letter-spacing: 1px;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.btn-landing:hover {
  color: #161616;
  background-color: #fff;
}
.landing-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  margin-top: 200px;
}
.big-title h1 {
  color: #fff;
  text-transform: capitalize;
}
.big-title p {
  color: #bdbdbd;
  margin: 30px 0 30px;
  line-height: 1.5;
  max-width: 600px;
}

.section-title {
  /*color: #ebeced;*/
  color: #595858;
  /*font-size: 80px;
  letter-spacing: -7px;*/
  margin-bottom: 60px;
  text-transform: capitalize;
  /*margin-top: -50px;*/
  font-size: 40px;
}
.section-title.light {
  color: #fff;
}

.services {
  margin-bottom: 150px;
  margin-top: -50px;
}
.services .container {
  text-align: center;
  position: relative;
}
.services .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.services .wrapper .srv {
  padding: 20px;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
  background-color: #fff;
}
.services .wrapper .srv:hover {
  transform: translateY(-10px);
}
.services .wrapper .srv .card-img img {
  width: 48px;
}
.services .wrapper .srv .card-title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.services .wrapper .srv .card-desc {
  color: #6f6f6f;
  font-size: 18px;
}
.services .shape1 {
  position: absolute;
  left: -8%;
  top: 100px;
  opacity: 0.3;
  z-index: -1;
}
.services .shape2 {
  position: absolute;
  right: -10%;
  top: 100px;
  opacity: 0.3;
  z-index: -1;
}

.steps {
  background: url("../images/pattern-bg.png") center center / 14px repeat,
    rgb(22, 22, 22);
  margin-bottom: 150px;
  padding: 100px 0;
}
.steps .container {
  text-align: center;
}
.steps .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 90px;
  background-image: url("../images/Line.svg");
  background-position: 50% 80px;
  background-repeat: no-repeat;
  /*background-size: 600px 150px;*/
}

.steps .wrapper .step {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.steps .wrapper .step .card-img {
  margin-bottom: 20px;
}
.steps .wrapper .step .card-img img {
  width: 280px;
}
.steps .wrapper .step:nth-child(2) .card-img img {
  height: 240px;
  padding-top: 20px;
  margin-left: 20px;
  filter: hue-rotate(15deg);
}
.steps .wrapper .step .card-title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
  font-size: 23px;
}
.steps .container .btn-landing {
  margin-top: 50px;
}

.custom-shape-divider-bottom-1744119608 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1744119608 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1744119608 .shape-fill {
  fill: #ffffff;
}

.btn-one {
  display: inline-block;
  color: #fff;
  background-color: #c33329;
  border: none;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  transition: 0.3s;
}
.btn-one:hover,
.btn-one:active,
.btn-one:focus {
  /*background-color: #cb453c;*/
  background-color: #ad352d;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover {
  color: #fff;
  background-color: #c33329;
  border: none;
  transition: 0.3s;
}
footer .footer {
  margin-top: 500px;
  background-color: #161616;
}
.footer {
  background: url("../images/pattern-bg.png") center center / 14px repeat,
    rgb(22, 22, 22);
}
.footer .ft-logo {
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.footer .ft-logo img {
  width: 150px;
  transition: 0.3s;
  cursor: pointer;
}
.footer .ft-logo img:hover {
  opacity: 0.9;
  transform: scale(1.03);
}
.footer .container {
  text-align: center;
}
.footer .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.footer .wrapper .ft-el {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .wrapper .ft-el .card-img {
  width: 40px;
  height: 40px;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer .wrapper .ft-el .card-img img {
  width: 30px;
  padding: 3px;
}
.footer .wrapper .ft-el:nth-child(4) .card-img img {
  width: 28px;
}
.footer .wrapper .ft-el .card-title {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #c33329;
  font-size: 16px;
}
.footer .wrapper .ft-el .card-desc {
  color: rgb(189, 189, 189);
  font-size: 16px;
}
.footer .copyright {
  padding: 20px 0;
  color: rgb(189, 189, 189);
}
/*Responsive Styles*/
/*Desktop Styles*/
@media (min-width: 768px) {
  .navbar-right {
    display: flex;
    gap: 10px;
  }
  .dropdown-menu li:not(:last-child) {
    margin-bottom: 10px;
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 3px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-width: auto;
  }
  .navbar-nav > li > a {
    border-radius: 5px;
  }
  .navbar-custom.nav-transparent {
    background: transparent;
  }
  .navbar-custom.affix {
    background-color: #161616;
  }
  .navbar-custom.affix .navbar-brand > img {
    width: 100px;
  }
}
/*Mobile Styles*/
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    /* background-color: #607d8b;*/
    background-color: #27282b;
  }
  .navbar-brand {
    margin-bottom: 10px;
  }
  .navbar-brand > img {
    width: 100px;
    padding: 10px;
  }
  .landing {
    top: -300px;
  }
  .landing-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .big-title h1 {
    font-size: 25px;
  }
  .big-title p {
    max-width: 250px;
  }
  .services {
    margin-bottom: 10px;
    margin-top: -250px;
  }
  .services .wrapper {
    padding: 0 10px;
  }
  .services .shape2 {
    display: none;
  }
  .steps .wrapper {
    gap: 30px;
    background-image: none;
  }
  .steps .wrapper .step .card-img img {
    width: 180px;
  }
  .steps .wrapper .step:nth-child(2) .card-img img {
    height: 150px;
  }
  .footer .ft-logo {
    padding: 30px 0;
  }
  .footer .ft-logo img {
    width: 120px;
  }
  .footer .wrapper {
    gap: 10px;
    padding: 30px 0;
  }
  .footer .wrapper .ft-el {
    padding: 0;
  }
}



.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}
.whatsapp-float:hover {
    transform: scale(1.1);
}
.whatsapp-float img {
    width: 60px;
    height: 60px;
}