body { font-family: 'Outfit', sans-serif; }

.navbar {
      transition: all 0.3s ease;
      padding: 10px 20px;
      justify-content: space-between;
    }
    .navbar-transparent {
      /*background: transparent;
      position: absolute;*/
      width: 100%;
      z-index: 10;
    }
    .navbar-scrolled {
      background: #fff;
      position: fixed;
      top: 0;
      width: 100%;
      box-shadow: 0 2px 10px rgba(0,0,0,0.4); z-index: 1000;
    }
    .navbar-brand img {
      /*height: 40px;*/
      transition: opacity 0.3s ease;
    }
    .logo-light { display: none; }

    .navbar-scrolled .logo-light { display: none; }
    .navbar-scrolled .logo-dark { display: inline; }

    /* Flex Layout for header */
    .navbar-custom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }
    .navbar-left, .navbar-center, .navbar-right {
      display: flex;
      align-items: center;
    }
    .navbar-center {
      flex: 1;
      justify-content: center;
    }

    /* Carousel Styling */
    .carousel-item {
      height: 80vh; min-height: 400px;
      background-size: cover;
      background-position: top center;
      position: relative;
    }
    .carousel-caption {
      bottom: 20%;
    }

/* Sidebar Menu */
.sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0,0,0,0.2);
  padding: 20px;
  z-index: 9999;
  transition: 0.3s ease;
  overflow-y: auto;
  font-family: 'Outfit', sans-serif;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-logo {
  max-height: 50px;
}

.close-btn {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.sidebar-links {
  list-style: none;
  padding: 20px 0;
  margin: 0;
}

.sidebar-links li {
  margin-bottom: 15px;
}

.sidebar-links a {
  display: flex;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  color: #333;
  padding: 10px;
  border-radius: 6px;
  transition: background 0.2s;
}

.sidebar-links a:hover {
  background: #f8f8f8;
}

.sidebar-links .icon {
  margin-right: 12px;
}

.sidebar-footer {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
}

.sidebar-footer p {
  font-size: 14px;
  margin-bottom: 10px;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  transition: left 0.3s ease;
  z-index: 1050;
  padding: 20px;
  overflow-y: auto;

  display: flex;            /* 👈 new */
  flex-direction: column;   /* 👈 new */
}

.sidebar.active {
  left: 0;
}

.sidebar-links {
  flex-grow: 1;             /* 👈 pushes footer down */
}

.sidebar-footer {
  margin-top: auto;         /* 👈 sticks footer to bottom */
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
  border-top: 1px solid #eee; /* optional separator line */
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1040;
}
#overlay.active {
  opacity: 1;
  visibility: visible;
}


.navbar .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-right .cart-icon { /*background: #282B2B; border-radius: 7px;*/ display: flex; align-items: center; justify-content: center; padding: 0px; }

.carousel-caption { bottom: 10px; }

.carousel-caption .btn { background: #F81968; border-color: #F81968; border-radius: 50px; padding-left: 120px; padding-right: 120px; font-size: 22px; font-weight: 600; }

.carousel-indicators li { border-radius: 50px; width: 12px; height: 12px; background: #B4B4B4; }

.carousel-indicators li.active { width: 12px; height: 12px; background: #F81968; }

.carousel-indicators { bottom: -45px; }

.hammers-content { padding-top: 80px; padding-bottom: 40px; }

.hammers-content h2 { color: #595959; font-size: 48px; font-weight: 800; }

.hammers-content h2 span { color: #F81968; }

.hammers-content p { color: #595959; font-size: 22px; font-weight: 400; }

.hammers-content p strong { color: #595959; font-size: 22px; font-weight: 600; display: block; }

.hammers-content p strong span { color: #F81968; }

.hammers-content ul { list-style: none; margin-left: 0; padding-left: 0; }

.hammers-content ul li { position: relative; color: #595959; font-size: 22px; font-weight: 600; padding-bottom: 8px; display: flex; align-items: center; gap: 5px; }

.hammers-content ul li span { color: #F81968; }

.hammers-content ul li:before { content: ''; background: url(../images/tick-icon.png); background-size: contain; background-repeat: no-repeat; width: 24px; height: 24px; margin-right: 5px; }

.hammers-content .btn { background: #F81968; border-color: #F81968; border-radius: 50px; padding-left: 120px; padding-right: 120px; font-size: 22px; font-weight: 600; }

.send-smile-section { margin-top: 50px; }

.send-smile-section .container { background: #FBE3D6; border-radius: 30px; padding: 50px; }

.send-smile-section h2 { color: #595959; font-size: 48px; font-weight: 800; }

.send-smile-section h2 span { color: #F81968; }

.send-smile-section p { color: #595959; font-size: 22px; font-weight: 400; margin-bottom: 25px; }

.send-smile-section .btn { background: #F81968; border-color: #F81968; border-radius: 50px; display: block; margin-top: 20px; font-size: 22px; font-weight: 600; }

.styled-carousel { padding: 50px 0; }

.styled-carousel h2 { color: #595959; font-size: 48px; font-weight: 800; }

.styled-carousel h2 span { color: #F81968; }

.styled-carousel p { color: #595959; font-size: 22px; font-weight: 400; margin-bottom: 25px; }

.styled-carousel p strong { color: #F81968; }

.styled-carousel .slick-slide { padding: 10px; }

.styled-carousel .card { border: 0; border-radius: 0; overflow: hidden; background: #fff; }

.styled-carousel .card p { font-size: 20px; }

.styled-carousel .card .card-body { padding-left: 0; padding-right: 0; }

.styled-carousel .slick-dots li { width: 12px; height: 12px; padding: 0; margin: 0 2px; }

.styled-carousel .slick-dots li button { width: 12px; height: 12px; padding: 0; }

.styled-carousel .slick-dots li button:before { color: #D9D9D9; opacity: 1; font-size: 12px; width: 12px; height: 12px; line-height: 12px; }

.styled-carousel .slick-dots li.slick-active button:before { color: #F81968; }

.follow-us .line { flex: 1; border-top: 2px solid #D9D9D9; height: 2px; }

.follow-us h2 { color: #595959; font-size: 48px; font-weight: 800; }

.follow-us .social-media-icons .col-12 { display: flex; align-items: center; justify-content: center; }

.follow-us .social-media-icons a { background: #F81968; width: 85px; height: 85px; border-radius: 8px; color: #fff; font-size: 55px; }

.faq-section { margin-top: 50px; }

.faq-section .container { background: #FEE6A4; border-radius: 30px; padding: 50px; }

.faq-section h2 { color: #595959; font-size: 48px; font-weight: 800; }

.faq-section h2 span { color: #F81968; }

.faq-section p { color: #595959; font-size: 22px; font-weight: 400; margin-bottom: 25px; }

.faq-section p strong { color: #F81968; }

.faq-section .card { background: transparent; border: 0; border-bottom: 1px solid #FFD95C; border-radius: 0; box-shadow: none; }

.faq-section .card-header { background: transparent; border: 0; border-radius: 0; box-shadow: none; padding-left: 0; padding-right: 0; }

.faq-section .card-header button { width: 100%; text-decoration: none; color: #595959; font-size: 18px; font-weight: 500; padding-left: 0; padding-right: 0; }

.faq-section .card-header button i { color: #F81968; }

.faq-section .card-body { color: #595959; font-size: 18px; font-weight: 400; padding-left: 0; padding-right: 0; padding-top: 0; }

.lets-talk-section { padding-bottom: 80px; }

.lets-talk-section h2 { color: #595959; font-size: 48px; font-weight: 800; }

.lets-talk-section h2 span { color: #F81968; }

.lets-talk-section p { color: #595959; font-size: 22px; font-weight: 400; margin-bottom: 25px; }

.lets-talk-section p strong { color: #F81968; }

.lets-talk-section .btn { background: #F81968; border-color: #F81968; border-radius: 50px; padding-left: 120px; padding-right: 120px; font-size: 22px; font-weight: 600; }

.footer { background: #F2F2F2; padding-bottom: 0; }

.footer h5 { color: #282B2B; font-size: 20px; font-weight: 600; }

.footer ul li { padding-bottom: 8px; }

.footer ul li a { color: #282B2B; font-size: 16px; font-weight: 400; }

.footer p { color: #282B2B; font-size: 14px; font-weight: 400; }

.footer p i { color: #F81968; }

.footer .tagline { color: #282B2B; font-size: 16px; font-weight: 500; }

.footer .tagline span { color: #F81968; }

.footer .footer-copyright { background: #282B2B; padding: 15px; }

.footer .footer-copyright p { color: #F2F2F2; font-size: 16px; font-weight: 400; }

.sidebar-footer { background: #F2F2F2; border: 0; }

.sidebar-footer p { color: #595959; font-size: 16px; font-weight: 400; }

.sidebar-footer p a { color: #595959; font-size: 16px; font-weight: 400; }

.sidebar-footer .btn { background: #f5cdce; color: #FF383C; font-size: 16px; font-weight: 400; border-color: #f5cdce; text-align: left; }

.sidebar-footer .btn i { margin-right: 6px; }

.sidebar-links li a { color: #595959; font-size: 16px; font-weight: 500; border: 0; }

.sidebar-links li.active a { color: #fff; background: #F81968; }

.sidebar-links li a:hover { color: #fff; background: #F81968; }

.sidebar-links li .icon-light { display: none; }

.sidebar-links li a:hover .icon-light { display: block; }

.sidebar-links li a:hover .icon-dark { display: none; }

.sidebar-links li.active a .icon-light { display: block; }

.sidebar-links li.active a .icon-dark { display: none; }

.hero-slider .slick-dots li button:before { width: 12px; height: 12px; background: #B4B4B4; color: #B4B4B4; opacity: 1; border-radius: 50px; font-size: 0; }

.hero-slider .slick-dots li.slick-active button:before { width: 12px; height: 12px; background: #F81968; color: #F81968; }

.hero-slider { width: 100%; height: 90vh; }

.hero-slide { width: 100%; height: 90vh; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; }


@media (min-width: 991px) {
	
	.navbar-custom .navbar-left { width: 54px; }

}

@media (max-width: 600px) {
	
	body .navbar>.container, body .navbar>.container-fluid { padding: 0; }
	
	.hero-slider, .hero-slide { width: 100%; height: 350px; }

  .send-smile-section .container { padding: 20px; }

  .faq-section .container { padding: 20px; }

  .carousel-caption .btn { padding-left: 50px; padding-right: 50px; }

  .hammers-content .btn { padding-left: 50px; padding-right: 50px; }

  .lets-talk-section .btn { padding-left: 50px; padding-right: 50px; }

  .faq-section .card-header button {  white-space: inherit; }

  .hammers-content .text-right { text-align: center !important; padding-bottom: 20px; }

  .hammers-content .text-left { text-align: center !important; }

  .send-smile-section .row.align-items-center { row-gap: 20px; }

}

