@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  font-weight: bold;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #00bbf0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box .bg_img_box {
  min-width: 100%;
  min-height: 100%;
}

.hero_area .hero_bg_box img {
  min-width: 100%;
  min-height: 100%;
}

.sub_page .hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #231a6f, #0f054c);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-right: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-right: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ca9906;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #00bbf0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #007fa4;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 9s infinite;
          animation: upDown 9s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #00bbf0;
}

.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #00204a;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #00bbf0;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.service_section .btn-box a:hover {
  background-color: #007fa4;
}

.about_section {
  background-color: #00204a;
  color: #ffffff;
}

.about_section .heading_container {
  margin-bottom: 45px;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #007fa4;
}


/*# sourceMappingURL=style.css.map */

/* Featured Properties Section */
.featured-properties {
  padding: 20px;
  background-color: #ffffff; /* Optional background color */
}

.container-feature {
  max-width: 1200px; /* Max width for larger screens */
  margin: 0 auto; /* Center the container */
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.properties-grid {
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap */
  justify-content: space-between; /* Space between items */
}

.property-card {
  flex: 1 1 calc(33.333% - 20px); /* Responsive cards */
  margin: 10px; /* Space between cards */
  background-color: #34576a; /* Card background color */
  border: 1px solid #ddd; /* Optional border */
  border-radius: 8px; /* Rounded corners */
  overflow: hidden; /* Hide overflow */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Optional shadow */
}
.property-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.property-card img {
  width: 100%; /* Responsive image */
  height: 300px; /* Maintain aspect ratio */
}

.property-info {
  padding: 15px; /* Padding inside the card */
}

.property-title {
  font-size: 1.2em; /* Title font size */
  margin: 0 0 10px; 

  color: #cf9e27;
  text-align: center;

}

.property-price {
  font-size: 1em; /* Price font size */
  color: #ccc; /* Optional color */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .property-card {
      flex: 1 1 calc(50% - 20px); /* Two cards per row */
  }
}

@media (max-width: 480px) {
  .property-card {
      flex: 1 1 100%; /* One card per row */
  }
}

/* About Us Section */
.about-us {
  padding: 60px 0;
  background-color: #35586b;
}

.containerabout {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Title */
.section-title {
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

/* About Us Content */
.about-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.about-text {
  width: 60%;
  font-size: 25px;
  line-height: 1.6;
  color: #ccc;
  text-align: justify;
  
}

.about-image img {
  width: 100%;
  max-width: 500px;
  max-height: 350px;
  border-radius: 10px;
  object-fit: cover;
}
/* start features */
.out_features{
  background-image: url('../images/back.png'); 
  background-repeat: no-repeat; 
  width: 100%; 
  background-size: cover;
}  
.out_features .h2{
  margin-bottom: 50px;
  font-size: 40px;
  text-align: center;
}  
.features{
  width: 80%;
  text-align: center;
  margin: auto;
  padding-top: 30px;
}  

.features h2{
  margin-bottom: 50px;
  font-size: 40px;
  text-align: center;
}   
.all-features{
  display: flex;
  justify-content: space-between;
}  
.feature {
  text-align: center;
  width: 30%;
  
  height: 350px;

  padding-top: 15px;
  transition: all 0.25s;
}
.feature i{
  font-size: 50px;
  color: rgb(61, 83, 184);
  margin-bottom: 10px;
}  

.feature h3{
  font-size: 22px;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
  margin-top: 5px;
}  

.feature p{
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 1.5;
  text-align: justify;
} 
.feature:hover{
  background-color: rgb(238, 230, 234);
  box-shadow: 1px 1px 1px rgb(205, 198, 201);
}

/* End features */

/* start Partner */

/* Styles for the Partners Carousel */
.carousel-container {
  text-align: center; /* Center the title */
  padding: 20px; /* Space around the section */
  background-color: #fff; /* Background for partner section */
  border: 1px solid #ddd; /* Border around the section */
  border-radius: 5px; /* Rounded corners */
}
.partners-carousel {
  position: relative;
  overflow: hidden;
}
.partners-slides {
  display: flex;
  animation: slide 30s linear infinite; /* Adjust duration for speed */
}
.partners-slide {
  min-width: 200px; /* Set width for each logo */
  padding: 10px; /* Space around logos */
  text-align: center;
  margin: 0 50px; /* Add horizontal spacing between slides */
}
.partners-slide img {
  width: 100%; /* Scale images to fit their container */
  max-width: 350px; /* Set max width for logos */
  opacity: 0.8; /* Slight transparency */
}
@keyframes slide {
  0% { transform: translateX(100%); } /* Start from the right */
  100% { transform: translateX(-100%); } /* Move to the left */
}
h2 {
  font-size: 24px; /* Adjust title size */
  margin-bottom: 20px; /* Space between title and carousel */
  color: #333; /* Title color */
}

/* End Partner */

/*Start of featuressss */

.featureContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}
.box {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 10px;
  width: 45%; /* Adjust width as necessary */
  position: relative;
}
.box h2 {
  font-size: 28px;
  color: #007bff;
  margin-bottom: 10px;
}
.box p {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}
.image-container {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
  opacity: 0.1; /* Faded background image */
}
img {
  width: 100px; /* Adjust size as necessary */
}
/* End of Features*/

.our-team {
  padding: 50px;
  background-image: url('../images/back3.png'); 
  background-repeat: no-repeat; 
  width: 100%; 
  background-size: cover;
}





.statistics{
margin-top: 20px;
background-image: url('../images/Stat4.png');
background-color: rgb(205, 198, 201);
width: 100%;
height: 700px;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;

}


.statistics .dverlay{
  padding-top: 200px;

  background-color: rgbi(0, 0, 0, 100);
  width: 100%;
  height: 100%;

}
.statistics .dverlay h3{

  color: yellow;
  font-size: 70px;
  font-weight: bold;

}

.statistics .dverlay p{

  color: black;
  font-size: 80px;
  font-weight: bold;

}

.our_customers{
  margin-top: 3px;
  background-color: #bdb9cb;
  line-height: 200px;
  border-bottom: 3px solid rgb(234, 125, 97);
}


/* Start Blog */

.jumbotron{
  padding-top: 30px;
 display: flex;
 justify-content: space-between;
}

.jumbotron .blog_info{
  flex: 2;
  
}

.jumbotron .blog_img{
  flex: 1;
  
}

.blog_details p{
  line-height: 2;
  padding: 10px;
}

/* Interactive Map Section */
.interactive-map {
  padding: 60px 0;
  background-color:  #35586b;
}

.containerinter {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Title */
.section-title {
  font-size: 36px;
  color:  #cf9e27;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

/* Location Search Bar */
.map-search {
  text-align: center;
  margin-bottom: 30px;
}

.search-bar {
  width: 60%;
  padding: 10px;
  font-size: 16px;
  border-radius: 25px;
  border: 2px solid #555;
  background-color: #514d4d;
  color: #fff;
  margin-right: 10px;
}

.search-btn {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 25px;
  border: none;
  background-color: #ff6600;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-btn:hover {
  background-color: #e65c00;
}

/* Map Container */
.map-container {
  position: relative;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}

iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .search-bar {
      width: 80%;
  }
}

@media (max-width: 480px) {
  .search-bar {
      width: 90%;
  }
}

.footer2 {
    
  background-color: #1d3b4b;
  color: #f1f1f1;
  font-size: 14px;
}


/* Footer Navigation */
.footer2-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

/* Footer Sections */
.footer2-section {
  width: 30%;
  margin-top: 30px;
}

/* Footer Title */
.footer2-title {
  font-size: 25px;
  font-weight: bold;
  color:  #cf9e27;
  margin-bottom: 20px;
}

/* Footer Links */
.footer2-links {
  list-style: none;
}

.footer2-link {
  display: block;
  color: #e9e4e4;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  font-size: 20px;
}

.footer2-link:hover {
  color: #cf9e27;
}

/* Footer Contact Info */
.footer2-info {
  list-style: none;
}

.footer2-info li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer2-info i {
  margin-right: 10px;
  color: #cf9e27;
}

/* Social Media Links */
.social-links {
  list-style: none;
  display: flex;
}

.social-link {
  color: #e8e3e3;
  font-size: 20px;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.social-link:hover {
  color:  #cf9e27;
}

/* Footer Bottom */
.footer2-bottom {
  text-align: center;
  font-size: 12px;
  color: #888;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer2-nav {
      flex-direction: column;
      align-items: center;
  }

  .footer2-section {
      width: 100%;
      margin-bottom: 30px;
  }

  .footer2-title {
      font-size: 18px;
  }

  .footer2-links, .footer2-info {
      margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .footer2-title {
      font-size: 16px;
  }

  .footer2-bottom {
      font-size: 2rem;
      font-weight: bold;
      background-color: #8a7070;
  }
}


/* Section Title */
.section-title {
  text-align: center;
  margin: 2rem auto;
}

.section-title h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}

.section-title h2 .highlight {
  color:#cf9e27;
}

.section-title p {
  font-size: 1rem;
  color: #666;
  margin-top: 0.5rem;
}

/* Modes Container */
.mode {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3rem auto;
  max-width: 1200px;
  padding: 2rem;
  background:#34576a;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.mode-1 .mode-content {
  order: 1;
}

.mode-1 .mode-image {
  order: 2;
}

.mode-2 .mode-content {
  order: 2;
}

.mode-2 .mode-image {
  order: 1;
}
.mode:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.mode-content {
  max-width: 50%;
  text-align: left;
  text-align: justify;
}

.mode-content h3 {
  color: #cf9e27;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.mode-content h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #9b844f;
}

.mode-content p {
  color: #d6d2c4;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.mode-content ul {
  list-style: none;
  padding-left: 1.5rem;
}

.mode-content ul li {
  position: relative;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.mode-content ul li::before {
  content: "✓";
  position: absolute;
  left: -1.5rem;
  color: #ff6f32;
  font-weight: bold;
}

.mode-image {
  flex: 1; /* Allow image to take available space */
  display: flex;
  justify-content: center; /* Center the image */
  align-items: center; /* Center the image vertically */
}

.mode-image img {
  width: 80%; /* Make image fill the container */
  height: auto; /* Maintain aspect ratio */
  max-height: 500px; /* Limit the maximum height */
  object-fit: cover; /* Ensures the image covers the area appropriately */
  border-radius: 8px; /* Optional: add rounded corners */
}


@media screen and (max-width: 768px) {
  .mode {
      flex-direction: column;
      text-align: center;
  }

  .mode-content, .mode-image {
      max-width: 80%;
  }

  .mode-image img {
      margin-bottom: 1.5rem;
      width: 80%; /* Ensure full width on mobile */
  }

  .mode-content {
      text-align: center;
  }
}

/* Carousel Center Button */
.carousel-center-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0; /* Ensure the button is above the carousel items */
}

.carousel-center-button .btn {
  padding: 15px 30px;
  font-size: 24px;
  font-weight: bold;
  background-color: transparent; /* Semi-transparent blue background */
  border: 2px solid #d7bd2a; /* Solid blue border */
  border-radius: 10px;
  color: #fff; /* White text */
  text-decoration: none;
  transition: all 0.3s ease; /* Smooth transition for hover effects */
}

.carousel-center-button .btn:hover {
  background-color: rgba(146, 135, 54, 0.5); /* Slightly darker blue on hover */
  border-color: #a29018; /* Darker blue border on hover */
}
