@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Playfair+Display:400,400i,700");

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #444342;
  line-height: 1.7;
  font-weight: 400; }

a {
  color: #000; }

a:hover {
    color: #000000;
    text-decoration: unset;
}

h1 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400; }

h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 300; }

h3 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300; }

h4 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05rem; }

h5 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05rem; }

h6 {
  font-weight: 700; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #444342;
  text-decoration: none; }

p {
  color: #181715;
  font-size: 1em;
  font-weight: 300; }

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.9rem; }

.divider {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  margin: 1rem auto; }

.emphasis {
  font-family: Georgia, Times, 'Times New Roman';
  font-style: italic;
  color: #ffffff; }

.constrain-width {
  max-width: 40em;
  margin: 0 auto; }

.rounded-corners {
  border-radius: .3rem; }

.pill-btn {
  border-radius: 499rem !important; }

.btn-full-width {
  width: 100%; }

.justify-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.alt-background {
  background: #f7f7f8; }

.primary-color {
  color: #1575b8!important; }

.secondary-color {
  color: #444342 !important; }

.bg-primary {
  background-color: #1575b8!important; }

.bg-secondary {
  background-color: #444342 !important; }

.badge {
  font-size: .65em;
  display: inline-block; }

.badge-primary {
  background-color: #1575b8; }

.badge-secondary {
  background-color: #ffffff; }

.inverted h1, .inverted h2, .inverted h3, .inverted h4, .inverted h5, .inverted h6 {
  color: #fff; }
.inverted p {
  color: #f7f7f8; }

input {
  outline: none !important;
  box-shadow: none !important; }

.form-control {
  padding: .75rem 1rem;
  font-size: .9rem;
  height: 3.2em !important; }

.btn-primary, .btn-outline-primary, .btn-secondary, .btn-outline-secondary, .btn-white, .btn-outline-white, .btn-success, .btn-outline-success, .btn-info, .btn-outline-info, .btn-warning, .btn-outline-warning, .btn-danger, .btn-outline-danger {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: .3rem; }

.btn-outline-primary, .btn-outline-secondary, .btn-outline-white, .btn-outline-success, .btn-outline-info, .btn-outline-warning, .btn-outline-danger {
  border-width: 0.05rem; }

.btn-lg, input.quantity {
  padding: .75rem 1rem;
  font-size: .9rem;
  height: 3.2em; }

.btn-outline-primary.disabled, .btn-outline-primary:disabled, .btn-link, .page-link, .text-primary {
  color: #1575b8!important; }

.btn-link:focus, .btn-link:hover, .page-link:focus, .page-link:hover, a.text-primary:focus, a.text-primary:hover {
  color: #085480 !important; }

.dropdown-item.active, .dropdown-item:active, .custom-control-input:checked ~ .custom-control-indicator, .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background: #f7f7f8 !important; }

.nav-pills .nav-link.active, .badge-primary[href]:focus, .badge-primary[href]:hover, a.bg-primary:focus, a.bg-primary:hover {
  background-color: #085480 !important; }

.form-control:focus {
  border-color: #1575b8!important; }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #1575b8!important;
  border-color: #1575b8!important; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #085480 !important;
  border-color: #085480 !important; }

.btn-outline-primary, .btn-outline-primary:visited {
  color: #1575b8;
  border-color: #1575b8;
  background: none; }

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #085480;
  border-color: #085480;
  color: #fff; }

.btn-secondary {
  border-color: #444342;
  background-color: #444342;
  color: #fff; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  border-color: #444342;
  background-color: #444342;
  color: #fff; }

.btn-outline-secondary, .btn-outline-secondary:visited {
  color: #444342;
  border-color: #444342;
  background: none; }

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  border-color: #444342;
  background: #444342;
  color: #fff; }

.btn-white {
  border-color: #dfe1e5;
  background-color: #fff;
  color: #444342 !important; }

.btn-white:hover, .btn-white:focus, .btn-white:active {
  border-color: #a0a0a0;
  background-color: #f7f7f8;
  color: #444342; }

.btn-outline-white, .btn-outline-white:visited {
  background: none;
  color: #fff;
  border-color: #fff; }

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  color: #444342;
  background: #fff; }

.link-white, link-white:visited {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: .3rem;
  border: 0;
  color: #fff; }

.link-white:hover, .link-white:focus, .link-white:active {
  color: #dfe1e5 !important; }

.navbar-custom {
  background: transparent;
  box-shadow: 3px 3px 5px #aaaaaa;
}

a.navbar-brand, a.logo {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444342 !important;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0; }

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

li.nav-item .btn {
  margin-top: .2rem;
  margin-left: .4rem; }
li.nav-item .btn-white {
  color: #444342; }
li.nav-item .active {
  font-weight: bold; }

.header {
  background: #fff;
  min-height: 7em;
  height: auto;
  border-radius: 0;
  width: 100%;
  color: #444342;
  /* padding-top: 1em;
  padding-bottom: 1em; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .header li.nav-item {
    font-size: 1.05em;
    margin-left: .5em;
    padding: 0em 1em; }

@media screen and (max-width: 420px) {
  .header h1 {
    font-size: 2.5rem; }
  .header p {
    font-size: 1rem; } }
.dropdown-item {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.95em; }

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem; }

.navbar .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  background-color: #ffffff !important;
  border-radius: 0 !important; }

.navbar .dropdown.mega-menu .dropdown-menu .divider {
  display: none; }

.navbar .dropdown.mega-menu .dropdown-menu {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  background-color: #ffffff !important;
  border-radius: 0 !important;
  text-align: center; }
  .navbar .dropdown.mega-menu .dropdown-menu li.nav-item {
    font-size: .9em;
    padding: .1em 0;
    margin-left: 0; }

.dropdown-menu {
  min-width: 40px; }

.dropdown-cart {
  width: 100%;
  padding: 1.5em; }
  .dropdown-cart h6 {
    margin-bottom: 1em; }
  .dropdown-cart .dropdown-divider {
    margin-bottom: 1em; }
  .dropdown-cart ul.shopping-cart-items {
    padding: 0 !important;
    margin: 0 !important; }
    .dropdown-cart ul.shopping-cart-items h6 {
      padding-bottom: 0;
      margin-bottom: 0 !important; }
  .dropdown-cart li {
    list-style: none; }

@media screen and (min-width: 992px) {
  .navbar .nav-item {
    padding: 0 .25rem;
    margin: 0 .25rem; }
    .navbar .nav-item a.nav-link {
      padding: .5em 0; }

  .navbar .dropdown.mega-menu {
    position: static; }

  .navbar .dropdown.mega-menu .dropdown-menu {
    text-align: left;
    width: 100%;
    left: 0;
    right: 0;
    top: 5em;
    padding-top: 0.5em; }
    .navbar .dropdown.mega-menu .dropdown-menu .nav-link {
      padding-left: 0 !important; }
    .navbar .dropdown.mega-menu .dropdown-menu ul.nav {
      margin-bottom: 1em; }
    .navbar .dropdown.mega-menu .dropdown-menu .divider {
     /* margin-top: -2.5em;
      margin-bottom: 2.5em;*/
      display: block; }

  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block !important; }

  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    top: 4em; }

  .dropdown-cart {
    width: 320px; } }
.dropdown-menu li a, .dropdown-menu .dropdown-item {
  color: #6e6b69 !important;
  font-weight: 300; }

.dropdown-menu li a:hover, .dropdown-menu .dropdown-item:hover {
  color: #085480 !important;
  background-color: none; }

.carousel {
  background: #fff;
  text-align: left;
  background-size: cover;
  min-height: 30rem;
  height: auto;
  border-radius: 0;
  width: 100%;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center; }
  .carousel .carousel-item {
    background-size: cover !important; }
  .carousel .container {
    min-height: 30rem;
    display: flex;
    align-items: center;
    justify-content: left; }
  .carousel .carousel-indicators li {
    background-color: #dfe1e5;
    background-color: rgba(0, 0, 0, 0.25);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px; }
  .carousel .carousel-indicators li.active {
    background-color: #444342;
    background-color: rgba(0, 0, 0, 0.75); }
  .carousel .slide-textonly {
    margin: auto auto;
    padding: 0 1rem;
    text-align: center; }
  .carousel .slide-withimage {
    margin: auto auto;
    padding: 0 1rem; }
    .carousel .slide-withimage .description {
      float: left;
      width: 55%; }
    .carousel .slide-withimage .slide-image {
      float: right;
      width: 45%; }
      .carousel .slide-withimage .slide-image img {
        width: 100%; }
  .carousel h1 {
    font-weight: 400;
    font-size: 4em; }
  .carousel p.lead {
    margin: .5em auto 2em auto;
    font-size: 1.3em;
    color: #fff;
    color: #444342; }
  .carousel .cover-container {
    display: table;
    height: 100%;
    min-height: 44rem;
    margin: 0 auto; }

.collections .col {
  margin: 0 !important;
  padding: 0 !important; }

.collection {
  min-height: 20em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important; }
  .collection .container {
    max-width: 550px;
    position: absolute !important; }
  .collection .container-left {
    left: 0; }
  .collection .container-right {
    right: 0; }

.featured-block {
  padding: 3rem 0; }
  .featured-block h2 {
    margin-top: 2rem; }
  .featured-block .col-feature {
    margin-top: 1rem; }
  .featured-block .col-feature {
    padding-top: 0rem;
    padding-bottom: 0rem; }
    .featured-block .col-feature em {
      margin-bottom: 1rem;
      color: #1575b8; }

.cta {
  color: #444342;
  padding: 3rem 0; }
  .cta p {
    color: #6e6b69; }
  .cta form.subscribe {
    max-width: 40rem;
    margin: 0 auto; }
  .cta .btn {
    width: 100%; }

.sidebar-filter {
  margin-bottom: 5em; }

.filter-checkbox {
  padding: .5em 0 .5em 1em; }

.custom-checkbox .custom-control-input ~ .custom-control-label::before {
  background-color: #dfe1e5 !important;
  outline: none !important;
  top: 7px; }

.custom-checkbox .custom-control-input ~ .custom-control-label::after {
  outline: none !important;
  top: 7px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1575b8!important;
  outline: none !important; }

.price-filter input[type=text] {
  width: 45%;
  margin-right: 5%;
  float: left; }

.price-filter input[type=text]:last-of-type {
  margin-right: 0;
  margin-left: 5%; }

.slider, .slider-track {
  width: 100% !important; }

.slider-track {
  background: #dfe1e5;
  height: 5px !important; }

.slider-selection {
  background: #1575b8;
  box-shadow: none; }

.slider-handle {
  background: #fff;
  border: 1px solid #dfe1e5;
  top: -2px; }

.product-image {
  border: 1px solid #dfe1e5;
  width: 100%; }

.product-thumbnails img {
  border: 1px solid #dfe1e5;
  width: 15%; }

.product-thumbnails a:hover img {
  border: 1px solid #1575b8;
  width: 15%; }

input.quantity {
  width: 80px;
  display: inline-block;
  margin-right: 2em; }

.products {
  padding: 3rem 0;
}

.products h3 {
  margin-bottom: 0;
}

.products .col-product {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.products .col-product img {
  margin: 0;
  transition: transform 0.3s ease; /* Smooth zoom effect on hover */
}

.products .col-product figure {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
  overflow: hidden; /* Ensures the image doesn't overflow the figure */
}

.products .col-product figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center; /* Vertically center */
  justify-content: center; /* Horizontally center */
  border-radius: 0.3rem;
  opacity: 0; /* Initially hidden */
  transition: opacity 0.3s ease;
}

.products .col-product figure:hover figcaption {
  opacity: 1; /* Show the figcaption on hover */
}

.products .col-product .thumb-overlay {
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  font-size: 2rem; /* Adjust size if needed */
  padding: 100px;
}

.products .col-product .thumb-overlay i {
  color: #fff;
  transition: color 0.3s ease;
}

.products .col-product .thumb-overlay a:hover i {
  color: #1575b8;
}

.products .col-product figure:hover img {
  transform: scale(1.05); /* Zoom effect on the image */
}

/* Optional: make the <a> tag fill the entire figcaption */
.products .col-product figcaption a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.products .col-product > h4 > a:hover {
  color: #1575b8 !important;
}

.thumb-overlay {
  margin: 0 auto;
  padding: 0; }

.thumb-overlay a {
  color: #fff !important;
  font-size: 1.5em !important; }

.cart {
  padding: 3rem 0; }

/* .contact {
  padding: 0 0 5rem 0; } */
  .contact .contact-details {
    padding-top: 5rem;
    padding-bottom: 1rem; }
  .contact h3 {
  font-weight: 600;
  color: #085480;
    margin-bottom: 0; }

#map {
  height: 400px;
  width: 100%; }

.contact-3, .contact-4 {
  padding: 5rem 0; }
  .contact-3 .contact-details, .contact-4 .contact-details {
    padding-top: 2rem;
    padding-bottom: 0rem; }

.social {
  margin: 0 auto;
  padding: 0; }

.social li {
  display: inline-block; }

.social li a {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  margin: .4rem .1rem;
  text-align: center;
  text-decoration: none;
  color: #6e6b69;
  font-size: 1.2rem; }

.social li a:hover {
  color: #1575b8;
  border-color: #1575b8; }

.policy h4 {
  color: #085480;
}

.policy p {
  text-align: left;
}

ul {
  color: #181715;
}

.footer {
  background: linear-gradient(360deg, #1575b8, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  color: #000;
  padding-top: 2rem;
  padding-bottom: .5rem;
  font-weight: 300; }
  .footer .container-fluid {
    padding: 0; }
  .footer .divider {
    width: 100%;
    height: .1rem;
    margin: 1rem 0 1rem 0;
    border-bottom: 1px solid #fff !important; }
  .footer .col {
    text-align: center; }
  .footer ul.nav-footer {
    float: left !important;
    padding: 0;
    width: 100%; }
    .footer ul.nav-footer li {
      display: block;
      float: left;
      margin-top: .5rem;
      width: 100%; }
    .footer ul.nav-footer .nav-link {
      color: #000;
      padding: 0;
      width: 100%; }
    .footer ul.nav-footer .nav-link:hover {
      color: #fff; }
  .footer .copyright {
    color: #fff;
    font-weight: 600;
    font-size: 17px; }
  .footer .social li {
    margin-top: .5rem;
    margin-left: .4rem; }
    .footer .social li a {
      background: none;
      color: #000;
      border: none;
      cursor: pointer;
      font-size: 1em; }
  .footer .social li a:hover {
    color: #085480; }
  @media screen and (max-width: 768px) {
    .footer .nav-footer {
      width: auto;
      display: inline; } 

      section.sign-up-form {
    padding: 50px 0px 0px !important;
}
.hero-section {
    height: 12vh;
}
.hero-section img {
    height: 100%;
}
    }

.nav-footer {
  list-style: none;
  float: right; }
  .nav-footer li {
    float: left;
    margin-top: .5rem; }

@media screen and (max-width: 768px) {
  .nav-footer {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center; } }

/* Top bar */
section.top-bar {
  background: #1575b8 !important
}
.top-bar .text-primary{
  color: #fff !important;
}
.top-bar .text-body{
  color: #fff !important;
}
.top-bar a {
  color: #fff !important;
}
.top-bar .pb-3, .top-bar .py-3 {
  padding-bottom: 0.70rem !important;
}
.top-bar .pt-3, .top-bar .py-3 {
  padding-top: 0.70rem !important;
}

/* Footer */
.footer a {
  color: #fff;
font-size:14px;
}
.footer .mb-5 {
  margin-bottom: 0rem !important;
}

.footer img {
    max-width: 84%;
}


/* index */
 .collections .inverted {
  background: #ddab06;
}
 /* product slider */
 div#myCarousel.carousel {
	margin: 0px auto;
	padding: 0px 70px 80px;
}
.carousel .item {
	color: #747d89;
	min-height: 325px;
	text-align: center;
	overflow: hidden;
}
.carousel .thumb-wrapper {
	padding: 25px 15px;
	background: #fff;
	border-radius: 6px;
	text-align: center;
	position: relative;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.carousel .item .img-box {
	height: 200px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
.carousel .item img {	
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.carousel .item h4 {
	font-size: 18px;
}
.carousel .item h4, .carousel .item p, .carousel .item ul {
	margin-bottom: 5px;
}
.carousel .thumb-content .btn {
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: 1px solid #1474bc;
	padding: 6px 14px;
	margin-top: 5px;
	line-height: 16px;
	border-radius: 20px;
}
.carousel .thumb-content .btn:hover, .carousel .thumb-content .btn:focus {
	color: #fff;
	background: #1474bc;
	box-shadow: none;
}
.carousel .thumb-content .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.carousel .item-price {
	font-size: 13px;
	padding: 2px 0;
}
.carousel .item-price strike {
	opacity: 0.7;
	margin-right: 5px;
}
.carousel-control-prev, .carousel-control-next {
	height: 44px;
	width: 40px;
	background: #1474bc;	
	margin: auto 0;
	border-radius: 4px;
	opacity: 0.8;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
	background: #1474bc;
	opacity: 1;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 36px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -19px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: #fff;
	text-shadow: none;
	font-weight: bold;
}
.carousel-control-prev i {
	margin-left: -2px;
}
.carousel-control-next i {
	margin-right: -4px;
}		
div#myCarousel .carousel-indicators {
	bottom: 17px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 50%;
	border: none;
}
.carousel-indicators li {	
	background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {	
	background: rgba(0, 0, 0, 0.6);
}
.carousel .wish-icon {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
	cursor: pointer;
	font-size: 16px;
	color: #abb0b8;
}
.carousel .wish-icon .fa-heart {
	color: #ff6161;
}
.star-rating li {
	padding: 0;
}
.star-rating i {
	font-size: 14px;
	color: #ffc000;
}
.heading-slider h2 {
  background: #d7b88b;
  color: #fff !important;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 19px;
}
div#myCarousel {
  background: #d7b88b;
  min-height: 23px;
  padding-bottom: 50px;
}
/* .container-fluid.about-home-con {
  padding: 0px;
}*/
.col-md-12.about-slider {
  padding: 0px;
} 
@media (max-width: 768px) {
  .carousel {
      padding: 0 15px;
  }
  .carousel .thumb-wrapper {
      padding: 15px;
  }
  .carousel .item .img-box {
      height: 100px;
  }
  .carousel .thumb-content h4 {
      font-size: 16px;
  }
  .carousel .item-price {
      font-size: 12px;
  }
}
/* product slider */


/* about home */
section.about-home {
  margin: 60px auto;
}
.about-home h3 {
  font-size: 23px;
  font-weight: 600;
  color: #085480;
}
/* .about-home .container {
  padding-left: 0px !important;
} */
.about-home h2 {
  font-size: 25px;
  color: #085480;
  font-weight: 600;
}
a.about-home-btn, a.shop-home-btn {
  background: linear-gradient(360deg, #085480, rgba(255, 255, 255, 0.726) 130%);
  padding: 13px 30px;
  color: #fff;
  font-weight: 600;
}
ul.choose-us {
    padding-left: 18px;
}
.choose-us li {
    font-weight: 300;
    list-style: disc;
}
.about-us-para {
    padding-left: 0px;
}
@media (max-width:767px){
  .about-home h3 {
    font-size: 23px;
    font-weight: 600;
    color: #085480;
    margin-top: 28px;
}
.about-home h2 {
  font-size: 23.5px;
  line-height: 1.4;
}
.product-slider-col {
  margin-bottom: 20px;
}
}

.products-home h3 {
  color: #085480;
}
/* Banner for inner page */
/* Hero Section Styles */
.hero-section {
/*  background: url(../images/about-us-banner.jpg);*/
  background-position: center;
  background-size: cover;
/*  height: 30vh;*/
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  position: relative;
/*  padding: 2rem;*/
}
.about {
  background: url(../images/about-us-banner.jpg);
}
.contact-us{
  background: url(../images/contact-us.jpg);
}
/* Dark Overlay for Better Text Visibility */
/* .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); Dark overlay */
/* } */


.hero-title {
  font-size: 3rem;
  font-weight: bold;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-top: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .hero-title {
      font-size: 2rem;
  }

  .hero-subtitle {
      font-size: 1.2rem;
  }
  .top-bar-col {
    text-align: center !important;
}
.carousel h1 {
  font-size: 2.7em;
}
.about-home-text {
  padding: 0 30px;
}
.sidebar-filter {
  border: unset;
  margin-top: 0px !important;
  margin-bottom: 0em;
}
.products {
  padding: 0rem 0;
}
.single-product-form .w-25 {
  width: 100% !important;
}
}

/* sign in */

.sign-in-form {
  padding-bottom: 0px !important;
}
button.sign-in-btn {
  background: linear-gradient(360deg, #085480, rgba(255, 255, 255, 1) 130%);
  color: #fff !important;
  border: unset !important;
  font-size: 16px;
  font-weight: 600;
}

/* sign up */
.register-form {
  max-width: 90%;
  min-height: 400px;
  margin: 0px auto;
  padding: 20px 30px 30px 30px;
  background-color: #c1dde6;
  border-radius: 15px;
  box-shadow: 0px 0px 20px #ffffff, 0px 0px 20px #ffffff;
}
.register-form .register-title {
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 1.3px;
  padding-left: 10px;
  color: #085480;
}

.register-form .input-item {
  margin-bottom: 20px;
} */
.register-form button {
  background: linear-gradient(360deg, #085480, rgba(255, 255, 255, 1) 130%);
  color: #fff;
  padding: 10px 30px;
}
.register-form input[type="text"], .register-form input[type="password"], .register-form select, .register-form textarea, .register-form input[type="email"], .register-form input[type="date"] {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}
section.sign-up-form {
  padding: 50px 50px 100px;
}
.submit-buttons button {
  background: #085480;
  color: #fff !important;
  border: unset !important;
  padding: 12px 33px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
}
.register-form h6, .register-form label {
  color: #000;
  font-weight: 500;
}

/* my account */
.nav-pills .nav-link.active {
            background-color: #007bff;
            color: #fff !important;
        }
        .nav-pills .nav-link {
            border-radius: 0;
        }
        .nav-tabs-wrapper {
            background: #fff;
            padding: 20px;
            border-radius: 6px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        .tab-content {
            margin-top: 20px;
            background: #fff;
            padding: 20px;
            border-radius: 6px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        ul#pills-tab {
    display: flex;
    justify-content: center;
}
button.address-update {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.nav-pills .nav-link.active {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #085480;
    padding: 15px;
    font-size: 18px;
}
button#pills-home-tab, button#orders, button#pills-contact-tab, button.logout-btn{
    color: var(--bs-nav-pills-link-active-color);
    background-color: #085480;
    padding: 10px 15px;
    font-size: 18px;
    margin: 15px ;
}
.logout-btn a {
    color: #fff !important;
}
#orders label {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 5px;
}
#orders table {
    width: 100%;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) #2069b1 !important;
}
#orders thead, #orders tbody, #orders tfoot, #orders tr, #orders td, #orders th {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}
.order-address{
  border: 1px solid #175695;
  padding: 30px 10px 0px;
  border-radius: 10px;
}
.update-address {
  border: 1px solid #cfcfcf;
  padding: 30px 10px ;
  border-radius: 10px;
}
.popup {
  display: none; /* Initially hidden */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  width: 95%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
button#openPopup1, button#openPopup {
  background: #085480;
    width: 64% !important;
    display: flex;
    color: #fff;
    margin: 0 auto;
    justify-content: center;
}
.popup-content label {
    font-size: 14px !important;
    font-weight: 600;
    margin-top: 8px !important;
}
button.popup-close {
    background: #1a4d7f;
}

.submit-buttons {
    display: flex
;
    margin: 0 auto;
}

/* menu */
.user-icon a {
  margin-top: 4px;
}
.dropdown-menu.show h6, .dropdown-menu h6 {
  font-size: 13px !important;
}

/*shop*/
.sidebar-filter {
    border: 1px solid #ededed !important;
    margin-top: 65px;
}
.col-product a {
    font-size: 16px;
    text-transform: capitalize;
}
/*checkout*/
.summary {
    border: 1px solid #ededed;
    padding: 30px;
}
select#billingCountry {
    padding: .75rem 1rem;
    font-size: .9rem;
    height: 3.2em !important;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    width: 100%;
}

/*single product*/
span.star {
    font-size: 30px;
    cursor: pointer;
}
input#review-audivor, input#review-email {
    width: 48%;
    height: 40px;
    padding: 10px;
} 
.tab-header {
    display: flex;
}

.tab-link {
    flex: 1;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    background-color: #1575b8;
    color: white;
    transition: all 0.3s ease;
}

.tab-link:hover, .tab-link.active:hover {
    background-color:#000000;
}

.tab-link.active {
  background: #1575b8;
  color: #fff;
}

.tab-content {
    padding: 30px;
    overflow-y: auto;
    margin-top: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tab-content .active {
  display: block;
  animation: fadeIn 0.3s ease;
}

.product-nm {
    font-size: 30px;
    color: #000 !important;
    font-weight: 600;
    line-height: 1.3;
}

   select#billingCountry, select#billingState, select#billingCity, select#shippingCountry, select#shippingState, select#shippingCity {
    width: 100%;
    height: 50px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
}
.checkout .table td, .checkout .table td a, .checkout .table td p {
    color: #fff !important;
}
.checkout label {
    padding-top: 10px;
}
.checkout aside {
    background: #1575b8;
    padding: 21px;
    color: #fff !important;
}
.checkout .card {
    background: unset;
    padding: 14px;
}
section.cta {
    display: none !important;
}
button.btn-order {
    margin-top: 30px;
    background: #090909;
    color: #fff;
}
.term-conditions {
    box-shadow: 0px 0px 15px 3px #ededed;
    padding: 30px;
    border-radius: 23px;
}
.sidebar-filter {
  height: 100%;
}
.sidebar-filter h3 {
  font-size: 1.5rem;
}
#accordion-payment label {
    padding-top: 0px;
}

/* Add this to the end of your CSS file */
.policy, .policy p, .policy h4, .policy h3, .policy h2, .policy h1 {
    text-align: left !important;
}

.policy ul {
    font-weight: 300;
}
