body { font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; color: #888; line-height: 30px; text-align: center; }

strong { font-weight: 600; }

a { color: #d4af37; border-bottom: 1px hidden #d4af37; text-decoration: none; transition: all .3s; }
a:hover {
  color: #d4af37;
  text-shadow: 0 0 2px #d4af37;
}, a:focus { color: #d4af37; border: 0; text-decoration: none; }

h1, h2 { margin-top: 10px; font-size: 38px; font-weight: 300; color: #555; line-height: 50px; font-style: italic; }
h3 { font-size: 22px; font-weight: 300; color: #555; line-height: 30px; font-style: italic; }

img { max-width: 100%; }
.navbar {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5); /* Creates a black glow effect */
    background: rgba(0, 0, 0, 0.8); /* Optional: Adds slight transparency */
}

.medium-paragraph { font-size: 17px; line-height: 32px; }

::-moz-selection { background: #d4af37; color: #fff; text-shadow: none; }
::selection { background: ##d4af37; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 80px; }

.section-container-gray-bg { background: #f8f8f8; }

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
    color: #FFFFFF;
}

.section-container-image-bg .divider-1 span { border-color: #fff; }

.section-description { margin-top: 60px; padding-bottom: 10px; }

.section-description p { margin-top: 20px; padding: 0 120px; }
.section-container-image-bg .section-description p { opacity: 0.8; }

.section-bottom-button { padding-top: 60px; }


/***** Divider *****/

.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px dotted #aaa; }


/***** Top menu *****/

.navbar { background: #fff; transition: all .6s; backface-visibility: hidden; }

.navbar-dark .navbar-nav { font-size: 15px; color: #000; text-transform: uppercase; }
.navbar-dark .navbar-nav .nav-link {
    color: #000;
    color: #FFFFFF;
    border: 0;
}
.navbar-dark .navbar-nav .nav-link:hover { color: #ffff; }
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    outline: 0;
}

.navbar-expand-md .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }

.navbar-brand {
	width: 123px;
	background: url(../img/logo.png) left center no-repeat;
	border: 0;
	text-indent: -99999px;
}


/***** Top content *****/

.top-content { width: 100%; padding-top: 100px; }

.carousel-control-next, .carousel-control-prev { border: 0; }
.carousel-img-wrapper img {
    width: 640px; 
    height: 360px;
    object-fit: cover; /* Ensures images maintain aspect ratio */
    border-radius: 15px; /* Rounded corners */
    display: block;
    margin: auto;
}
.carousel-item img {
    width: 640px; /* Fixed width */
    height: 360px; /* Fixed height */
    object-fit: cover; /* Ensure images fit without distortion */
    border-radius: 15px; /* Rounded corners */
    display: block;
    margin: auto;
}

}

.carousel-item img:hover {
    transform: scale(1.1); /* Slightly enlarges image */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8); /* Adds a black glow */
}
.carousel-img-wrapper {
    position: relative;
    overflow: hidden;
}

.carousel-img-wrapper img {
    width: 640px; /* Fixed width */
    height: 360px; /* Fixed height */
    object-fit: cover;
    transition: transform 0.3s ease;
}

.carousel-img-wrapper:hover img {
    transform: scale(1.1); /* Slight zoom effect */
}

/* Translucent Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark translucent overlay */
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.carousel-img-wrapper:hover .overlay {
    opacity: 1;
}

/* Add to Cart Button */
.add-to-cart-btn {
    background: #fff;
    color: #000;
    padding: 10px 15px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease, color 0.3s ease;
}

.add-to-cart-btn:hover {
    background: #000;
    color: #fff;
}

/***** Section 1 *****/

.section-1-box { padding-top: 30px; text-align: left; }

.section-1-box .section-1-box-icon {
	width: 80px; height: 80px; margin: 0 auto;
		background: ##d4af37; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4af37 0%, ##d4af37 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4af37), color-stop(100%,#d4af37)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4af37 0%,#d4af37 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4af37 0%,#d4af37 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4af37 0%,#d4af37 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d4af37 0%,#d4af37 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4af37', endColorstr='#d4af37',GradientType=0 ); /* IE6-9 */

    font-size: 40px; color: #fff; line-height: 80px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.section-1-box h3 { margin-top: 30px; padding: 0 0 10px 0; }


/***** Section 2 *****/

.section-2-box { margin-top: 30px; text-align: left; }
.section-2-box h3 { margin-top: 0; }
.section-2-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }


/***** Section 3 *****/

.section-3-box { margin-top: 30px; text-align: left; }

.section-3-box .section-3-box-icon {
	width: 60px; height: 60px; margin: 0 auto;
	
	background: #d4af37; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4af37 0%, #d4af37 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4af37), color-stop(100%,#d4af37)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4af37 0%,#d4af37 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4af37 0%,#d4af37 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4af37 0%,#d4af37 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d4af37 0%,#d4af37 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4af37', endColorstr='#d4af37',GradientType=0 ); /* IE6-9 */
	
    font-size: 28px; color: #fff; line-height: 60px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.section-3-box h3 { margin-top: 0; padding: 0 0 10px 0; }
/* Style for the dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
	background: white !important;
}

/* Style for the dropdown button (Shop link) */
.dropdown > a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #d4af37;
    font-weight: normal;
    background-color: #fff;
    border-radius: 5px;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #d4af37 !important;;
    min-width: 150px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 5px;
    overflow: hidden;
}

/* Style for dropdown items */
.dropdown-content li {
    list-style: none;
	background:  #d4af37 !important; !important;
}

/* Style for dropdown links */
.dropdown-content li a {
    color: #d4af37;
    text-decoration: none;
	background: #d4af37 !important;
    padding: 10px;
    display: block;
    transition: background 0.3s;
}

/* Hover effect for dropdown items */
.dropdown-content li a:hover {
    background-color: ##d4af37;
}

/* Show the dropdown menu when hovering */
.dropdown:hover .dropdown-content {
    display: flex;
	background: #d4af37 !important;
}

.small-img {
  width: 150px;
  height: auto;
}
<style>
    .dropdown:hover .dropdown-menu {
        display: block;
		background: #d4af37 !important;
    }
   }
    .top-content {
        margin-top: 100px; /* Adjust this value as needed to create space */
    }
/***** Footer *****/


footer { padding: 40px 0; }
