/* Top section */
.top_bg {
  background-color: #937D56;
}
/* Navbar */

.nave_logo {
  height: 38px;
  width: auto;
}
.navbar-custom {
  background-color: #DFA42B;
}
.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
  color: #ffffff;
}
.navbar-custom .nav-link:hover {
  color: #000001;
}
.navbar-custom .navbar-toggler {
  border-color: #a6c3c3bd;
}
/* Home text */
.about_test {
  text-align: justify;
  font-size: 18px;
  color: #2f2e37;
}
.home_title {
  font-weight: bold;
  padding-top: 25px;
  color: #423333;
}
.home_color {
  background-color: #DFA42B;
  padding: 60px 0px;
}
.home_text_2 {
  font-size: 17px;
  padding-top: 25px;
  padding-bottom: 30px;

}

.home_button {
  border: 1px solid;
  padding: 10px 15px;
  border-radius: 25px;
  color: #fff;
  background-color: #7dd1e3;
  border-color: #7dd1e3;
}
/* This css Delete */
/* Our Pricing 1*/
.pricing_design {
  transition: transform 0.3s, background-color 0.3s;
}
.pricing_design:hover {
  transform: scale(1.1);
  background-color: #f8f9fa;
}
.pricing-content {
  position: relative;
}
.pricing_design {
  position: relative;
  margin: 0px 15px;
}
.pricing_design .single-pricing {
  background: #005a9c;
  padding: 60px 40px;
  border-radius: 30px;
  box-shadow: 0 10px 40px -10px #0c5ba933;
  position: relative;
  z-index: 1;
}
.pricing_design .single-pricing:before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 18px 18px 190px 18px;
  border: 1px solid #eee;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.price-head h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
}
.price-head h1 {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 5px;
}
.single-pricing ul {
  list-style: none;
  margin-top: 30px;
}
.single-pricing ul li {
  line-height: 36px;
}
.single-pricing ul li i {
  background: #005a9c;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  margin-right: 6px;
}
.price_btn {
  background: #005a9c;
  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.price_btn:hover {
  background: #005a9c;
  color: #a1ffffbd;
}
a {
  text-decoration: none !important ;
}

.section-title {
  margin-bottom: 60px;
}
.text-center {
  text-align: center !important;
}

.section-title h2 {
  font-size: 45px;
  font-weight: 600;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
}

/* Footer */
.wrapper > * {
  flex: 0 0 auto;
}

a {
  text-decoration: none;
  background-color: transparent;
}

.py-8 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.footer-link-01 li + li {
  padding-top: 0.8rem;
}

.footer-title-01 {
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 600;
}

.footer-title-01 {
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 600;
}

.footer-link-01 li + li {
  padding-top: 0.8rem;
}

@media (max-width: 991.98px) {
  .footer-link-01 li + li {
    padding-top: 0.6rem;
  }
}

.footer-link-01 a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.footer-link-01 a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  transition: ease all 0.35s;
  background: currentColor;
}

.footer-link-01 a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

/* Our Vision mission quality */
.icon-box {
  font-size: 50px;
  color: #DFA42B;
  padding-bottom: 20px;
  padding-top: 10px;
}

.card {
  border: none;
  background: transparent;
}
.card-body {
  text-align: center;
}
.card-title {
  font-weight: bold;
  padding-bottom: 10px;
}
.section-bg {
  background-color: #DFA42B;
  padding: 50px 0;
}
.card-text {
  padding-bottom: 20px;
}
/* This is Company Offer  */
.offer-section {
  padding: 50px 0;
}
.offer-title {
  text-align: center;
  margin-bottom: 40px;
}
.offer-title h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
.offer-title hr {
  width: 80px;
  height: 3px;
  background: #fff;
  margin: 10px auto;
}
.offer-card {
  background: #DFA42B;
  border: 1px solid #DFA42B;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.offer-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.offer-card-title {
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  color: #fff;
}

.offer-card-body {
  padding: 15px;
  text-align: center;
}
/* Product section */
.services_titel h1 {
  font-weight: bold;
  padding-top: 25px;
  text-align: center;
}
.services_titel p {
  padding-top: 5px;
  color: #005a9c;
  text-align: center;
  padding-bottom: 35px;
  font-size: 18px;
}
.product-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.product-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-image:hover img {
  transform: scale(1.1);
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hover-overlay i {
  color: #fff;
  font-size: 24px;
}

.product-image:hover .hover-overlay {
  opacity: 1;
}

.product-info {
  text-align: center;
  padding: 15px;
}

.product-info h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

.product-info .price {
  color: #DFA42B; /* Red price color */
  font-size: 16px;
  font-weight: bold;
}

.cart-icon {
  position: relative;
  margin-top: -20px;
  background-color: #DFA42B; /* Red background for the cart icon */
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 3px solid #fff;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-us {
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
}

.why-choose-us h2 {
  font-size: 2rem;
}

.why-choose-us .icon-box {
  text-align: center;
}

.why-choose-us .icon-box i {
  color: #005a9c;
  font-size: 50px;
}

.why-choose-us h5 {
  font-size: 1rem;
  color: #333;
}

@media (max-width: 768px) {
  .why-choose-us h2 {
    font-size: 1.5rem;
  }
}
/* Contact us */
.icon {
  font-size: 40px;
  color: #DFA42B;
}

.contact-card {
  text-align: center;

  border-radius: 8px;
  margin: 10px;
}
.contact-card h6 {
  font-weight: bold;
  margin-top: 10px;
}
.contact-card p {
  margin: 5px 0;
  font-size: 14px;
}
