.btn-info,
.btn-info:hover {
  background-color: #50c2ff !important;
  /* border-color: #005481 !important; */
}

.container-box {
  display: inline-block;

  position: fixed;
  bottom: 10%;
  right: 8%;
  z-index: 99;
}

.visit {
  display: inline-block;
  padding: 0px;

  position: fixed;
  bottom: 10%;
  left: 8%;
  z-index: 99;
}

.container-box .btn-lg {
  padding: 5px 14px;

  color: rgb(255, 255, 255);
}

.modal-content {
  background: rgb(177, 87, 87);
}

.rotated {
  /* -webkit-transform: rotate(-90deg); */
  transform-origin: top left;
}

.color-fill .modal-title {
  color: #fff;
}

@media (max-width: 767px) {
  .container-box .btn-lg {
    padding: 1px 14px;
  }

  .visit {
    /* top: 41%; */
  }
}

.project-table table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.4;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
}

.project-table > tr > span {
  color: #737373;
  font-size: 18px;
}

#social p,
.twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#social .twitter {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#social .twitter:hover {
  color: #ff7d6d;
  text-decoration: none;
}

.twit {
  background: #44342c !important;
}

#social span {
  font-style: italic;
  display: block;
}

#social img {
  max-width: 100%;
}

/* Floating Social Media Bar Style Starts Here */

#social .fl-fl {
  background: #44342c;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -145px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#social .fl-tw {
  background: #c3aa58;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#social .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

#social .fl-fl:hover {
  right: -52px;
}

#social .fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
}

.width100 {
  width: 100%;
  font-size: 13px;
  padding: 4px 2px;
}

/*#social .float-fb {*/
/* top: 160px;*/
/*}*/

@media (min-width: 577px) {
  #social .float-fb {
    top: 160px;
  }

  #social .float-tw {
    top: 215px;
  }
}

@media (max-width: 576px) {
  #social .float-fb {
    top: none;
    bottom: 0px !important;
    left: 0px !important;
    width: 50% !important;
  }

  #social .float-tw {
    top: none;
    bottom: 0px !important;
    right: 0px !important;
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .fill {
    float: right;
  }
}

@media (max-width: 767px) {
  #form .col-sm-6 {
    text-align: center;
    padding: 3px;
  }
}

/* _________________________________ */
.pricing-section {
  --font-family-sans-serif: "Montserrat", sans-serif;
  background: #4b372e78;
  padding: 50px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.pricing-section h2 {
  font-family: cursive;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.pricing-section .subtitle {
  color: #e8e1dc;
  font-size: 16px;
  margin-bottom: 50px;
}

.pricing-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.price-card {
  background: #ffffff;
  width: 380px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.card-title {
  background: #4b372e;
  color: #ffffff;
  padding: 18px;
  font-size: 22px;
  font-weight: 500;
}

.card-body {
  padding: 35px 30px 40px;
}

.card-body .label {
  font-size: 14px;
  color: #7b7b7b;
}

.card-body h3 {
  --font-family-sans-serif: "Montserrat", sans-serif;
  font-size: 34px;
  color: #4b372e;
  margin: 10px 0 20px;
  font-weight: 500;
}

.card-body hr {
  border: none;
  border-top: 1px dashed #cfcfcf;
  margin: 20px 0;
}

.card-body .size {
  font-size: 15px;
  color: #555;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  background: #4b372e;
  color: #ffffff;
  padding: 14px 36px;
  border-radius: 30px;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn:hover {
  background: #3a2a23;
}
