@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@300&display=swap);

:root {
  scroll-behavior: smooth
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444
}

a {
  color: #2e43e0;
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif
}

section {
  padding: 60px 0;
  overflow: hidden
}

.section-header {
  text-align: center;
  padding-bottom: 40px
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #2e43e0;
  text-transform: uppercase
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970
}

@media(max-width:768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px
  }
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #2e43e0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all .4s
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0
}

@media screen and (max-width:768px) {
  [data-aos-delay] {
    transition-delay: 0 !important
  }
}

.header {
  transition: all .5s;
  z-index: 997;
  padding: 20px 0
}

.header .logo {
  line-height: 0
}

.header .logo img {
  max-height: 100px;
  margin-right: 6px;
  width: auto;
  max-width: 170px;
}

@media (max-width: 450px) {
  .header .logo img {
    max-width: 130px;
  }
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px
}

.navbar {
  padding: 0
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center
}

.navbar li {
  position: relative
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #013289;
  white-space: nowrap;
  transition: .3s
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #2e43e0
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #2e43e0;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
  box-shadow: rgba(0, 0, 0, .35) 0 5px 15px
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100%+30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  transition: .3s;
  border-radius: 4px
}

.navbar .dropdown ul li {
  min-width: 200px
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600
}

.navbar .dropdown ul a i {
  font-size: 12px
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #2e43e0
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible
}

@media(max-width:1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%
  }
}

.mobile-nav-toggle {
  color: #012970;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: .5s
}

.mobile-nav-toggle.bi-x {
  color: #fff
}

@media(max-width:991px) {
  .mobile-nav-toggle {
    display: block
  }

  .navbar ul {
    display: none
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, .9);
  transition: .3s
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: .3s
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2e43e0
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

.navbar-mobile .dropdown ul li {
  min-width: 200px
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #2e43e0
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block
}

.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.png) top center no-repeat;
  background-size: cover
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #012970
}

.hero h2 {
  color: #444;
  margin: 15px 0 0 0;
  font-size: 26px
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: .5s;
  color: #fff;
  background: #2e43e0;
  box-shadow: 0 5px 30px rgba(65, 84, 241, .4)
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: .3s
}

.hero .btn-get-started:hover i {
  transform: translateX(5px)
}

.hero .hero-img {
  text-align: right
}

@media(min-width:1024px) {
  .hero {
    background-attachment: fixed
  }
}

@media(max-width:991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px
  }

  .hero .hero-img img {
    width: 80%
  }
}

@media(max-width:768px) {
  .hero {
    text-align: center
  }

  .hero h1 {
    font-size: 32px
  }

  .hero h2 {
    font-size: 24px
  }

  .hero .hero-img img {
    width: 100%
  }
}

.about .content {
  background-color: #f6f9ff;
  padding: 40px
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2e43e0;
  text-transform: uppercase
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: .5s;
  color: #fff;
  background: #2e43e0;
  box-shadow: 0 5px 25px rgba(65, 84, 241, .3)
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: .3s
}

.pricing .box {
  padding: 50px 10px;
  background: #fff;
  text-align: center;
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  transition: .3s
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px
}

.pricing .price {
  font-size: 36px;
  color: #444;
  font-weight: 600;
  font-family: "Poppins", sans-serif
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px
}

.pricing .box span {
  color: #757575;
  font-size: 14px;
  font-weight: 300
}

.pricing img {
  padding: 30px 40px
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px
}

.pricing ul li {
  padding-bottom: 10px
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #2e43e0;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: .3s;
  border: 1px solid #2e43e0
}

.pricing .btn-buy:hover {
  background: #2e43e0;
  color: #fff
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #2e43e0;
  color: #fff
}

.faq .accordion-collapse {
  border: 0
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444;
  text-align: left
}

.faq .accordion-button:focus {
  box-shadow: none
}

.faq .accordion-button:not(.collapsed) {
  background: 0;
  color: #2e43e0;
  border-bottom: 0
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0 0 20px rgba(1, 41, 112, .1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: .3s
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px 0;
  color: #111
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2e43e0
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2e43e0
}

.testimonials .swiper-slide {
  opacity: .3
}

@media(max-width:1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1
  }

  .testimonials .swiper-pagination {
    margin-top: 0
  }
}

.contact .info-box {
  color: #444;
  background: #fafbff;
  padding: 30px
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #2e43e0
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0
}

.footer {
  background: #f6f9ff;
  padding: 0 0 30px 0;
  font-size: 14px
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #012970
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100
}

.my-float {
  margin-top: 16px
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Mulish', sans-serif
}

:root {
  --text-clr: #4f4f4f
}

p {
  color: #6c757d
}

a {
  text-decoration: none;
  color: var(--text-clr)
}

a:hover {
  text-decoration: none;
  color: var(--text-clr)
}

h2 {
  color: var(--text-clr);
  font-size: 1.5rem
}

.main_cart {
  background: #fff
}

.card {
  border: 0
}

.product_img img {
  min-width: 200px;
  max-height: 200px
}

.product_name {
  color: #000;
  font-size: 1.4rem;
  text-transform: capitalize;
  font-weight: 500
}

.card-title p {
  font-size: .9rem;
  font-weight: 500
}

.remove-and-wish p {
  font-size: .8rem;
  margin-bottom: 0
}

.price-money h3 {
  font-size: 1rem;
  font-weight: 600
}

.set_quantity {
  position: relative
}

.set_quantity::after {
  content: "(Note, 1 piece)";
  width: auto;
  height: auto;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: 1.5rem;
  font-size: .8rem
}

.page-link {
  line-height: 16px;
  width: 45px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #495057
}

.page-item input {
  line-height: 22px;
  padding: 3px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.page-link:hover {
  text-decoration: none;
  color: #495057;
  outline: none !important
}

.page-link:focus {
  box-shadow: none
}

.price_indiv p {
  font-size: 1.1rem
}

.fa-heart:hover {
  color: red
}




/* call button */

body {
  margin: 0;
  padding: 0;
}

.call-button {
  position: fixed;
  margin-bottom: 260px;
  margin-right: -10px;
  right: 20px;
  bottom: 10px;
  background-color: red;
  color: white;
  /* Set font color to white */
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  animation: pulsate 1s infinite;
  font-family: 'Poppins', sans-serif;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.call-button2 {
  position: fixed;
  margin-bottom: 110px;
  margin-right: -10px;
  right: 20px;
  bottom: 10px;
  background-color: red;
  color: white;
  /* Set font color to white */
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  animation: pulsate 1s infinite;
  font-family: 'Poppins', sans-serif;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}


@keyframes pulsate {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

@keyframes pulsate {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}


/* Mobile styles for call-button */
@media only screen and (max-width: 767px) {
  .call-button {
    display: block;
  }

  .call-button2 {
    display: none;
  }
}

/* Desktop styles for call-button2 */
@media only screen and (min-width: 768px) {
  .call-button {
    display: none;
  }

  .call-button2 {
    display: block;
  }
}





/* Mega Menu Custom Styles */
.navbar .dropdown .mega-menu {
  position: absolute;
  left: -200px;
  /* Adjust centering */
  width: 900px;
  /* Wide menu */
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* Prevent hover when hidden */
  transition: 0.3s;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
}

/* Responsive adjustment for very large screens if needed */
@media (min-width: 1200px) {
  .navbar .dropdown .mega-menu {
    width: 900px;
  }
}

@media (max-width: 1200px) {
  .navbar .dropdown .mega-menu {
    width: 90%;
    /* Use percentage on smaller desktop screens */
    left: 50%;
    transform: translateX(-50%);
  }
}

.navbar .dropdown:hover>.mega-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  pointer-events: auto;
  /* Enable hover when visible */
}

.navbar .dropdown .mega-menu .col-group {
  flex: 1;
  padding: 0 10px;
  min-width: 150px;
}

.navbar .dropdown .mega-menu h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e43e0;
  border-bottom: 2px solid #e1ecff;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.navbar .dropdown .mega-menu ul {
  display: block;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
  position: static;
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .mega-menu ul li {
  min-width: auto;
  list-style: none;
}

.navbar .dropdown .mega-menu ul a {
  padding: 4px 0;
  font-size: 13px;
  color: #555;
  font-weight: 400;
  justify-content: flex-start;
}

.navbar .dropdown .mega-menu ul a:hover {
  color: #2e43e0;
}

/* Mobile responsive fixes for mega menu */
@media (max-width: 991px) {
  .navbar .dropdown .mega-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    display: none;
    /* Hidden by default on mobile, handled by JS toggle usually */
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
  }

  .navbar .dropdown:hover>.mega-menu {
    display: block;
    /* Show on hover/click state if handled */
  }

  .navbar-mobile .dropdown .mega-menu {
    display: block;
    position: static;
    width: 100%;
    background: #fff;
    padding: 10px;
    opacity: 1;
    visibility: visible;
  }

  .navbar-mobile .dropdown .mega-menu .col-group {
    padding-bottom: 15px;
  }
}

/* Optimization Patch */
@media (max-width: 1200px) and (min-width: 992px) {
  .navbar .dropdown .mega-menu {
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/* Ensure no horizontal scroll on mobile */
body,
html {
  overflow-x: hidden;
  width: 100%;
}