@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
.bg_secondary {
  background: #f9f5f0;
}

body {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem;
  background: #fff;
  font-size: 15px;
  cursor: default;
  overflow-x: hidden !important;
}

::-moz-selection {
  color: #fff;
  background: #237068;
}

::selection {
  color: #fff;
  background: #237068;
}

::-moz-selection {
  color: #fff;
  background: #237068;
}

::-webkit-selection {
  color: #fff;
  background: #237068;
}

* {
  outline: none !important;
  text-decoration: none !important;
  list-style: none;
}

h1,
h2 {
  font-family: "Montserrat", sans-serif !important;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container {
  max-width: 1390px;
}

.btn-primary {
  background-color: #237068 !important;
  padding: 15px 40px;
  border: none !important;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  font-size: 1.1rem;
}

.btn-primary.btn-lg {
  padding: 15px 40px !important;
  padding-right: 55px !important;
}

.fluid-block {
  display: inline-block;
  width: 100%;
  padding: 5rem 0;
}

.title-div {
  margin-bottom: 4rem;
  position: relative;
  padding-bottom: 2.3rem;
}
.title-div h2 {
  font-size: 42px;
  color: #1c1d23;
  font-weight: 600;
}
.title-div li {
  text-transform: uppercase;
  color: #237068;
  font-size: 18px;
  position: relative;
  padding: 0 15px;
}
.title-div li:first-child {
  padding-left: 0;
}
.title-div li:last-child:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  border-left: solid 1px #237068;
}
.title-div small {
  font-size: 16px;
  text-transform: uppercase;
  color: #606169;
}
.title-div .btn-group .btn {
  padding: 0.8rem 1.6rem !important;
  cursor: pointer;
  letter-spacing: 1px;
}
.title-div .btn-group .btn-outline-secondary {
  border-color: #d2d3d7 !important;
}
.title-div .btn-group .btn-outline-secondary.active, .title-div .btn-group .btn-outline-secondary:hover {
  background-color: #f4f8f7 !important;
  border-color: #deebea !important;
  color: #237068 !important;
}

.btn-outline-primary {
  padding: 0.8rem 2rem;
  border-color: #237068;
  color: #237068;
  border-radius: 0;
}
.btn-outline-primary:hover {
  background: #237068;
  color: #fff;
  border-color: #237068;
}

.text-success {
  color: #3f9e53 !important;
}

.btn {
  padding: 1rem 2.5rem 1rem 2.5rem;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 40px;
}

.btn-primary {
  background: #237068 !important;
  color: #fff !important;
}

.btn-secondary {
  background: #1c1d23 !important;
  color: #fff !important;
}

.btn-outline-secondary,
.btn-secondary:hover {
  background: transparent !important;
  color: #1c1d23 !important;
  border-color: #1c1d23;
}

.btn-outline-secondary:hover {
  background: #f2f3f5 !important;
  border-color: transparent !important;
}

.btn-primary-light {
  background: #deebea !important;
  color: #237068 !important;
  font-weight: 600;
}
.btn-primary-light:hover {
  background: #237068 !important;
  color: #fff !important;
  border-color: #237068 !important;
}

header {
  /* --- desktop view .end --- */
}
header .top-bar {
  padding: 0.6rem 0;
  background: #237068;
}
header .top-bar span {
  color: #fff;
}
header .top-bar span a {
  color: #fff;
  margin-left: 6px;
  font-weight: 600;
}
header .top-bar span svg,
header .top-bar span i {
  color: #fff;
  margin-right: 5px;
}
header .top-bar .btn-group .btn {
  font-size: 0.95rem;
}
header .top-bar .dropdown-item:focus,
header .top-bar .dropdown-item:hover {
  background: #237068;
  color: #fff;
}
header .top-bar ul li {
  padding: 0 1rem !important;
}
header .top-bar ul li:first-child {
  border-right: solid 1px #d2d3d7;
  padding-right: 1.5rem;
}
header .top-bar ul li i {
  margin-right: 0.7rem;
  font-size: 1.1rem;
  color: #fff;
}
header .top-bar ul li .fa-envelope {
  font-size: 1.2rem;
}
header .top-bar .form-select {
  padding: 0 2rem 0 0;
  font-weight: normal !important;
}
header .top-bar .social-icons {
  display: flex;
  gap: 10px;
}
header .top-bar .social-icons .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  transition: border-color 0.2s, color 0.2s;
  text-decoration: none;
}
header .top-bar .social-icons .icon:hover {
  border-color: #fff;
  color: #237068;
  background: #fff;
}
header .navbar {
  padding: 0.9rem 0;
}
header .navbar .dropdown-toggle:after {
  border: none !important;
  content: "\f282";
  font-family: bootstrap-icons !important;
  position: absolute;
  font-weight: normal;
  font-size: 0.8rem;
  margin-left: 4px;
  margin-top: 1px;
  transition: all 0.1s ease-in-out;
}
header .me-auto {
  margin-left: auto !important;
  margin-right: 0 !important;
}
header .navbar .nav-item {
  margin: 0 0 0 25px;
}
header .navbar .nav-item .nav-link {
  font-weight: 600;
  color: #1c1d23;
  font-size: 16px;
}
header .navbar .nav-item .nav-link:hover {
  color: #237068;
}
header .navbar-brand {
  padding: 0 !important;
  max-width: 237px;
}
header .navbar-brand img {
  width: 100%;
  transition: all 0.2s ease-out;
}
header .fixed-top {
  padding: 0.8rem 0 !important;
}
header .container {
  position: relative;
}
header .megamenu {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1) !important;
  width: 100%;
}
header .megamenu .nav-item {
  margin: 0;
}
header .megamenu h4.badge {
  color: #237068 !important;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0 !important;
  margin-bottom: 20px !important;
}
header .megamenu .nav-link {
  padding: 10px 0 !important;
  font-size: 1rem;
  font-weight: normal !important;
  transition: all 0.2s ease-out;
  border: none !important;
}
header .megamenu .nav-link:hover {
  color: #237068 !important;
}
header .megamenu .nav-link:hover svg {
  background: #237068;
  color: #fff;
}
header .megamenu .nav-link svg {
  width: 32px;
  height: 32px;
  background: #eee;
  padding: 5px;
  border-radius: 8px;
  margin-right: 10px;
  color: #1c1d23;
  transition: all 0.2s ease-out;
}
header .megamenu .graphics {
  width: 100%;
  display: inline-block;
}
header .megamenu .graphics img {
  width: 100% !important;
}
header .dropdown-toggle.show:after {
  transform: rotate(180deg);
  color: #237068 !important;
}
header .navbar {
  padding: 0.9rem 0;
  border-bottom: solid 1px #e2e2e2;
  background: #fff;
}
header .navbar .megamenu {
  padding: 2.5rem;
  max-width: 100%;
  left: auto;
  right: 0;
  z-index: 99999;
  border-radius: 0 !important;
}
@media all and (min-width: 992px) {
  header .navbar .has-megamenu {
    position: static !important;
  }
  header .navbar .megamenu {
    width: auto;
    margin-top: 10px !important;
    left: 0;
  }
}
header .dropdown-menu .nav-item .nav-link {
  text-transform: none;
}
header .dropdown-menu .nav-item:last-child .nav-link {
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  header .navbar.fixed-top .navbar-collapse,
  header .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
header .navbar.fixed-top .navbar-brand img {
  width: 100%;
}
header .search .form-control {
  padding: 0.75rem 1rem 0.75rem 3rem;
  box-shadow: none !important;
  border-color: transparent !important;
  background: #f8f8f8 url(../images/search-icon.png) no-repeat 18px center;
  font-size: 0.95rem;
}
header .search .form-control::-moz-placeholder {
  color: #606169 !important;
  opacity: 0.8;
}
header .search .form-control::placeholder {
  color: #606169 !important;
  opacity: 0.8;
}
header .search .form-control:focus {
  border-color: #d2d3d7 !important;
  background-color: #fff;
}
header .search .form-control:focus::-moz-placeholder {
  opacity: 0;
}
header .search .form-control:focus::placeholder {
  opacity: 0;
}
header .search .animated-placeholder {
  position: absolute;
  pointer-events: none;
  background: transparent;
  color: #888;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  padding-left: inherit;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 9999;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header .icon-menu {
  position: relative;
}
header .icon-menu .badge {
  width: 21px;
  height: 21px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -12px;
  top: 10px;
}
header .icon-menu a {
  color: #1c1d23;
}
header .icon-menu a i {
  font-size: 1.4rem;
}
header .nav-link.dropdown-toggle.show {
  color: #237068 !important;
}

.owl-nav {
  width: 100% !important;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -200px;
  bottom: 0;
  margin: auto;
  z-index: 999;
}

.owl-prev,
.owl-next {
  width: 45px;
  height: 45px;
  font-size: 21px;
  text-align: center;
  transition: all 0.2s ease-in;
  border-radius: 100%;
  position: absolute;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c1d23;
  color: #fff;
}

.owl-prev {
  left: -22px;
}

.owl-next {
  float: right;
  right: -22px;
}

.owl-prev:hover,
.owl-next:hover {
  background: #606169;
}

.owl-prev i {
  position: relative;
  margin-left: -3px;
}

.owl-next i {
  position: relative;
  margin-right: -3px;
}

.owl-next.disabled,
.owl-prev.disabled {
  display: none !important;
}

.owl-dots {
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
}

.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #dadbdc;
  display: inline-block;
  margin: 0 5px;
  opacity: 0.4;
}

.owl-dot.active {
  opacity: 1;
}

.banner-section {
  width: 100%;
  position: relative;
}
.banner-section .owl-nav {
  width: 100% !important;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -40px;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
.banner-section .owl-prev,
.banner-section .owl-next {
  width: 62px;
  height: 62px;
  font-size: 24px;
  text-align: center;
  transition: all 0.2s ease-in;
  border-radius: 100%;
  vertical-align: middle !important;
  position: absolute;
  color: #fff !important;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}
.banner-section .owl-prev {
  left: 40px;
}
.banner-section .owl-next {
  float: right;
  right: 40px;
}
.banner-section .owl-prev:hover,
.banner-section .owl-next:hover {
  background: #fff;
  color: #000 !important;
}
.banner-section .owl-prev i {
  position: relative;
  margin-left: -3px;
  margin-top: 2px;
}
.banner-section .owl-next i {
  position: relative;
  margin-right: -3px;
  margin-top: 2px;
}
.banner-section .item {
  width: 100%;
}
.banner-section .no-js .owl-carousel,
.banner-section .owl-carousel.owl-loaded {
  display: inline-block;
  width: 100%;
}
.banner-section .owl-dots {
  position: absolute;
  bottom: 50px;
}

.carousel-indicators [data-bs-target] {
  border: none !important;
  width: 12px;
  height: 12px;
}

.carousel-indicators {
  bottom: 2rem;
}
.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 100% !important;
  background: rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
  margin: 0 0.3rem !important;
}
.carousel-indicators button.active {
  background: #237068 !important;
}

.features {
  background: #f4f8f7;
  line-height: 1.3rem;
}
.features .col-lg-3 .icon {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background: rgba(35, 112, 104, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
}
.features .col-lg-3 .icon i {
  font-size: 1.8rem;
  color: #237068;
  transition: all 0.2s ease-out;
}
.features .col-lg-3 .img-icon {
  width: 68px;
  height: 68px;
}
.features .col-lg-3 .img-icon img {
  width: 100%;
}
.features .col-lg-3 .title {
  font-size: 18px;
  color: #1c1d23;
  margin-bottom: 10px;
  font-weight: 600;
}
.features .col-lg-3 small {
  font-size: 14px;
  color: #6b6f78;
}
.features .col-lg-3:hover .icon {
  background: #237068;
}
.features .col-lg-3:hover .icon i {
  color: #fff;
}

.collections .nav-link {
  background: #f8f8f8;
  color: #1c1d23;
  font-size: 1rem;
  font-weight: 500;
}
.collections .nav-link.active {
  background: rgba(35, 112, 104, 0.1);
  color: #237068 !important;
  border-color: transparent !important;
}
.collections .card {
  background: none;
  overflow: hidden;
}
.collections .card .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 20px !important;
}
.collections .card .card-img img {
  width: 100%;
  transition: all 0.2s ease-out;
}
.collections .card .card-img .badge {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #fff;
  font-weight: normal;
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 0.5rem 0.9rem;
  border-radius: 0 !important;
  z-index: 2;
  border-radius: 30px !important;
}
.collections .card .card-img .badge.dark {
  background: #1c1d23;
}
.collections .card .card-img .badge.primary {
  background: #237068;
}
.collections .card .card-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.collections .card .card-img:hover::after {
  opacity: 1;
}
.collections .card .card-body .info h3 {
  color: #1c1d23;
  font-weight: 600;
  font-size: 1.4rem !important;
}
.collections .card .card-body .info p {
  color: #606169;
  font-size: 13px;
}
.collections .card .card-body .price .fs-5 {
  font-weight: 500;
  font-size: 1.1rem !important;
}
.collections .card .card-body .price .left {
  padding-right: 15px;
  position: relative;
}
.collections .card .card-body .price .left::after {
  position: absolute;
  content: "";
  height: 20px;
  border-left: solid 1px #e0e0e0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.collections .card .card-body .price .right {
  padding-left: 15px;
}
.collections .card .card-body .price .right span {
  color: #237068;
  font-size: 0.85rem;
}
.collections .card .card-body .price .text-danger {
  color: #237068 !important;
}
.collections .card .card-body .price .text-muted {
  color: #929397 !important;
  font-weight: 400 !important;
}
.collections .card-img {
  overflow: hidden;
  position: relative;
}
.collections .icons-bar {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 0;
  z-index: 2;
  transition: all 0.2s ease-out;
  display: flex;
  gap: 7px;
}

.square-img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  /* Optional: for older browsers fallback */
  max-width: 100%;
}

@supports not (aspect-ratio: 1/1) {
  .square-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
}
footer {
  float: left;
  width: 100%;
}
footer .footer-top {
  background: #1c1d23;
  padding: 80px 0;
}
footer .footer-top .description {
  color: #afafb5;
  font-size: 15px;
  line-height: 24px;
  padding-right: 80px;
}
footer .footer-top h5 {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 55px;
  position: relative;
}
footer .footer-top h5::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 23px;
  left: -3px;
  bottom: -30px;
  border-bottom: 3px solid #237068;
  background-size: 70%;
}
footer .footer-top p {
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
}
footer .footer-top p strong {
  font-weight: bold !important;
}
footer .footer-top .link-wrap li {
  margin-bottom: 20px;
}
footer .footer-top .link-wrap li a {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  font-weight: 300 !important;
  color: #fff;
  opacity: 0.8;
}
footer .footer-top .link-wrap li a img, footer .footer-top .link-wrap li a svg {
  height: 20px !important;
}
footer .footer-top .link-wrap li a:hover {
  text-decoration: underline !important;
}
footer .footer-top .link-wrap li i {
  margin-right: 15px;
  font-size: 21px;
  color: #fff;
}
footer .footer-top .form-control {
  border: none;
  border-radius: 0;
  padding: 0.8rem 1.1rem;
  background: #f6f6f6;
  font-size: 0.9rem;
  box-shadow: none !important;
}
footer .footer-top .form-control:focus {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff !important;
}
footer .footer-top .btn-primary {
  color: #fff !important;
  font-weight: bold;
  border-radius: 0;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.5rem !important;
}
footer .footer-top .btn-primary i {
  font-size: 18px;
  position: static;
}
footer .footer-bottom {
  background: #111;
  padding: 1rem 0;
  color: #1c1d23;
  font-size: 0.9rem;
}
footer .footer-bottom .payments li {
  margin: 0 5px;
}
footer .footer-bottom .payments a {
  padding: 0 3px;
  font-size: 1rem;
  color: #1c1d23;
  transition: all 0.2s ease-out;
  background: #fff;
  border-radius: 8px;
  display: inline-block;
}
footer .footer-bottom .copyright {
  font-size: 1rem;
  color: #fff;
}

.slick-prev,
.slick-next {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #1c1d23;
  color: #fff;
  z-index: 1;
  top: 0;
  bottom: 100px;
  margin: auto;
  transition: all 0.2s ease-out;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #606169 !important;
}

.slick-next {
  right: -10px;
}
.slick-next::before {
  content: "\f285";
  font-family: bootstrap-icons !important;
  font-size: 1rem;
}

.slick-prev {
  left: -10px;
}
.slick-prev::before {
  content: "\f284";
  font-family: bootstrap-icons !important;
  font-size: 1rem;
}

.slick-disabled {
  display: none !important;
}

.slick-slider {
  margin: 0 -15px;
}

.slick-slide {
  padding: 0;
  margin-right: 15px;
  margin-left: 15px;
}

.slick-dots {
  bottom: 0;
  margin-top: 15px;
  position: relative;
}

.slick-dots li {
  margin: 0 2px;
}

.slick-dots li button::before {
  font-size: 48px;
  color: #e0e0e0 !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button::before {
  color: #237068 !important;
}

.animated-placeholder {
  display: none !important;
}

.custom-chatbox {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 30px;
  width: 320px;
  max-width: 90vw;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  z-index: 9999;
  overflow: hidden;
  border: 1px solid #eee;
  animation: chatbox-fadein 0.3s;
}
.custom-chatbox .btn {
  border-radius: 10px !important;
}

@keyframes chatbox-fadein {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.chatbox-header {
  background: #198754;
  color: #fff;
  padding: 12px 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-chatbox {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}

.chatbox-body {
  padding: 16px;
  min-height: 60px;
  font-size: 1rem;
}

.chatbox-footer {
  display: flex;
  border-top: 1px solid #eee;
  padding: 8px;
  gap: 6px;
  background: #fafafa;
}

.chatbox-footer input {
  flex: 1;
  border-radius: 10px !important;
  border: solid 1px #e0e0e0 !important;
}

.chatbox-footer .btn-primary {
  background: #198754 !important;
}

.logo-bar-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s;
}

.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loader-logo {
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(25, 135, 84, 0.08));
}

.loader-bar-wrap {
  width: 280px;
  height: 5px;
  background: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(25, 135, 84, 0.07);
}

.loader-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #deebea 0%, #237068 100%);
  border-radius: 3px;
  animation: loader-bar-anim 4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes loader-bar-anim {
  0% {
    width: 0;
  }
  80% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.bg-gold {
  background: linear-gradient(90deg, #FFD700 0%, #FFF6B7 40%, #FFD700 100%);
  background-size: 200% 200%;
  animation: goldshine 3s linear infinite;
  /* Optional: for glossy effect */
  position: relative;
  overflow: hidden;
  color: #1c1d23 !important;
}

.bg-gold::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.05) 100%);
  pointer-events: none;
}

@keyframes goldshine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.offer-time .fs-4,
.offer-time .fs-4.mb-0 {
  color: #FFD700;
  /* Optional: for a more realistic gold, use a gradient */
  background: linear-gradient(90deg, #FFD700 0%, #FFB300 50%, #FFF6B7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 500;
  letter-spacing: 1px;
}

.top-selling-products {
  position: relative;
  overflow: hidden;
}
.top-selling-products .title-div p {
  font-size: 1.2rem;
}
.top-selling-products .card {
  position: relative;
  z-index: 1;
  transition: all 0.2s ease-out;
}
.top-selling-products .card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, #fff 100%);
  transition: all 0.2s ease-out;
}
.top-selling-products .card .caption {
  position: absolute;
  padding: 3rem;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-selling-products .card .caption .card-title {
  line-height: 30px;
  display: inline-block;
}
.top-selling-products .card .caption .price {
  font-size: 1.4rem;
  color: #237068;
}
.top-selling-products .card .caption .btn {
  display: inline-block !important;
  padding-right: 2rem !important;
}
.top-selling-products .card .caption .btn:hover {
  background: #2ca397 !important;
  color: #fff !important;
}
.top-selling-products .card:hover {
  box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.15) !important;
}

.about-section {
  background: linear-gradient(90deg, rgb(221, 233, 232) 0%, rgb(247, 250, 250) 100%);
  overflow: hidden;
  position: relative;
}
.about-section .about-content {
  padding: 6rem 0;
  position: relative;
  z-index: 1;
}
.about-section .about-content .title-div {
  margin-bottom: 0rem !important;
  padding-bottom: 1.2rem !important;
}
.about-section .about-content .title-div::after {
  left: 0;
  right: auto;
}
.about-section .about-content .title-div h2 {
  font-size: 60px !important;
  line-height: 60px;
  color: #1c1d23;
  max-width: 500px;
}
.about-section .about-content p {
  font-size: 18px;
}
.about-section .about-content .btn {
  padding-right: 2rem !important;
}
.about-section .about-image {
  position: relative;
  bottom: 0;
  z-index: 2;
}
.about-section .about-image-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.about-section .about-image-bottom img {
  width: auto;
  max-width: 100%;
  max-height: 650px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
.about-section::before {
  position: absolute;
  content: "";
  right: -500px;
  width: 50%;
  top: 50px;
  bottom: 0;
  background: #237068;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 1300px;
}
.about-section::after {
  position: absolute;
  content: "";
  right: 40%;
  width: 50%;
  top: 0;
  bottom: 0;
  height: 150px;
  width: 350px;
  background: #237068;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(180deg);
  opacity: 0.4;
}

@media (max-width: 991.98px) {
  .about-image-bottom {
    position: static;
    width: 100%;
    justify-content: center;
  }
  .about-image-bottom img {
    max-height: 220px;
  }
}
.why-choose-us {
  float: left;
  width: 100%;
  padding: 70px 0;
}
.why-choose-us .feature {
  text-align: center;
  padding: 20px !important;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 25px -5px rgba(0, 0, 0, 0.15);
  min-height: 260px;
}
.why-choose-us .feature .feature-icon {
  width: 70px;
  height: 70px;
  background: #237068 !important;
  border-radius: 100%;
  text-align: center;
}
.why-choose-us .feature .feature-icon i {
  font-size: 36px;
  margin: auto;
  color: #fff;
}
.why-choose-us .feature .img-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem auto;
}
.why-choose-us .feature .img-icon img {
  width: 100%;
}
.why-choose-us .feature .text-body-emphasis {
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 15px;
}
.why-choose-us .feature p {
  font-size: 14px;
  color: #67677a;
}

.hero-section {
  background: #fff;
}
.hero-section .hero-banner {
  min-height: 520px;
  background: url(../images/cta-bg.jpg) no-repeat center center;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.hero-section .hero-content {
  color: #fff;
  z-index: 2;
  padding-left: 7rem !important;
}
@media (max-width: 991.98px) {
  .hero-section .hero-content {
    position: static !important;
    transform: none !important;
    padding: 2rem 1rem 1rem 1rem;
    max-width: 100%;
    text-align: center;
  }
}
.hero-section .hero-content .btn {
  font-size: 1rem !important;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.hero-section .hero-image {
  z-index: 2;
  right: 0;
  bottom: 0;
}
.hero-section .hero-image img {
  max-width: 520px;
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .hero-section .hero-image img {
    max-width: 320px;
    margin: 0 auto;
  }
}
.hero-section .hero-logos {
  gap: 5rem;
  margin-top: 2.5rem;
}
.hero-section .hero-logos img {
  filter: grayscale(100%);
  opacity: 0.7;
  max-height: 60px;
}
@media (max-width: 767.98px) {
  .hero-section .hero-logos img {
    max-height: 28px;
  }
}
.hero-section .slick-list {
  max-width: 1050px;
  margin: auto;
}
.hero-section .slick-slider {
  margin: 0;
}

.brand-carousel img {
  margin: 0 30px;
  opacity: 0.7;
  transition: opacity 0.2s;
  border-radius: 10px;
}

.brand-carousel img:hover {
  opacity: 1;
  filter: grayscale(0);
}

.blog .card {
  background: none !important;
}
.blog .card .info p {
  font-weight: 700;
  transition: all 0.2s ease-out;
  font-size: 14px;
}
.blog .card .info .date {
  color: #909198;
  font-size: 14px;
}
.blog .card .card-img {
  overflow: hidden;
}
.blog .card .card-img img {
  width: 100%;
  transition: all 0.1s ease-out;
}
.blog .btn-outline-secondary:hover {
  background: #1c1d23 !important;
  border-color: #1c1d23 !important;
  color: #fff !important;
}

.img-content-block {
  padding: 1rem 0 5rem 0 !important;
  border-bottom: solid 1px #e8e9ea !important;
}
.img-content-block .title-div h2 {
  font-size: 48px;
  font-weight: bold !important;
}
.img-content-block .title-div small {
  font-size: 21px;
  color: #606169 !important;
  letter-spacing: 4px;
}
.img-content-block .block-info {
  max-width: 100%;
}
.img-content-block .block-info p {
  line-height: 24px;
  color: #606169;
}
.img-content-block .pl-5 {
  padding-left: 3rem !important;
}

.newsletter {
  background: #eaf3f2;
}
.newsletter .newsletter-form .form-control[type=email],
.newsletter .newsletter-form input[type=email] {
  border: none !important;
  box-shadow: none !important;
  background: #fff !important;
  font-size: 1.1rem;
  height: 60px;
  border-radius: 0 !important;
  padding-left: 1.2rem;
}
.newsletter .newsletter-form button {
  background: #28746c !important;
  color: #fff !important;
  border: none !important;
  border-radius: 14px !important;
  font-weight: 700;
  font-size: 0.9rem;
  height: 48px;
  padding: 0 15px 0 25px;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.newsletter .newsletter-form button:hover {
  background: #205e57 !important;
}
.newsletter .newsletter-input-wrap {
  width: 550px;
  max-width: 550px;
}
.newsletter .newsletter-input-wrap > div {
  border-radius: 18px !important;
  border: 1.5px solid #dbe8e6 !important;
  background: #fff !important;
}
@media (max-width: 991px) {
  .newsletter .newsletter-input-wrap {
    max-width: 100%;
  }
}

.testimonial-section {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}
.testimonial-section .slick-prev,
.testimonial-section .slick-next {
  bottom: 0;
}
.testimonial-section .slick-list {
  overflow: visible;
}
.testimonial-section .slick-slide {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.testimonial-section .slick-slide.slick-active {
  opacity: 1 !important;
}
.testimonial-section .title-div {
  margin-bottom: 1rem !important;
}

.testimonial-slider .testimonial-card {
  box-shadow: 0 8px 32px rgba(40, 116, 108, 0.07);
  border-radius: 32px;
  padding: 3rem 5rem !important;
}

@media (max-width: 600px) {
  .testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .testimonial-slider .testimonial-card {
    padding: 2rem 1rem !important;
  }
}
.inner-banner {
  padding: 70px 0 !important;
  background: linear-gradient(90deg, rgb(221, 233, 232) 0%, rgb(247, 250, 250) 100%);
}

.contact-block {
  padding: 90px 0;
}
.contact-block .caption p {
  font-size: 15px;
}
.contact-block .title-div::after {
  left: 0;
  right: auto;
}

.contact-block.odd .caption {
  padding-left: 43px;
}

.inner-banner {
  min-height: auto !important;
  padding: 130px 0 120px;
}
.inner-banner:before {
  display: none;
}
.inner-banner h1 {
  font-size: 60px !important;
  line-height: 70px !important;
  margin-top: 0;
}

.box-content {
  overflow-y: 0;
  position: relative;
}
.box-content::before {
  position: absolute;
  content: "";
  height: 150px;
  background: url(../images/dot-texture.png) repeat center top;
  background-size: 20px;
  opacity: 0.8;
  left: 110px;
  right: 110px;
}
.box-content .card {
  box-shadow: 0 1px 38px 0 rgba(32, 54, 108, 0.1);
  margin-top: 70px;
}
.box-content .card h2 {
  font-weight: 600;
}

.features .col i {
  font-size: 36px;
  margin-right: 20px;
  color: #237068;
}

.contact-item .icon {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #237068;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 45px;
  margin-right: 15px;
}
.contact-item a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #237068;
}

.contact-form .fs-2 {
  font-weight: 600;
}
.contact-form .form-control,
.contact-form .form-select {
  padding: 15px;
  border-radius: 10px;
  font-weight: 500;
  box-shadow: none !important;
}
.contact-form .form-floating > label {
  padding: 1rem 15px;
  font-weight: 500;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #237068;
}
.contact-form .btn {
  padding: 15px 40px !important;
  font-size: 1rem !important;
  border-radius: 10px;
}

/*------------- Blog CSS --------------*/
.main-content {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
}

.left-panel {
  float: left;
  width: 100%;
}

.blog-section-wrap {
  float: left;
  width: 100%;
  padding-bottom: 70px;
}

.blog-tittle {
  float: left;
  width: 100%;
  height: 50px;
  margin: 0 0 40px 0;
}

.blog-tittle ul {
  margin: 0;
}

.blog-tittle ul li {
  display: inline-block;
  width: auto;
}

.blog-tittle ul li:last-child {
  float: right;
}

.blog-tittle ul li h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.6px;
  font-size: 26px;
}

.blog-tittle ul li small {
  color: #8b8b8b;
  font-size: 13px;
}

.blog-item-wrap {
  float: left;
  width: 100%;
}

.blog-item {
  float: left;
  width: 100%;
  background: #fff;
  border: solid 1px #e8e8e8;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.2s ease-in;
  border-radius: 15px;
  overflow: hidden;
}

.blog-content {
  float: left;
  width: 100%;
  padding: 40px 40px 30px 10px;
}

.blog-image {
  float: left;
  width: 100%;
  position: relative;
  background: #eee;
  overflow: hidden;
}

.blog-image img {
  height: 100%;
  opacity: 0.8;
  width: auto;
}

.blog-content h3,
.blog-content h3 a,
.blog-content h3 strong {
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 26px;
  margin-top: 0;
  color: #1f2125;
  letter-spacing: normal !important;
  text-transform: uppercase;
}

.limit {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.blog-content p,
.limit {
  color: #4c4f53;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}

.blog-info {
  float: left;
  width: 100%;
  margin: 10px 0 15px;
  position: relative;
}

.blog-info:after {
  content: "";
  position: absolute;
  width: 40px;
  border-bottom: solid 2px #237068;
  bottom: 0;
}

.blog-info ul li {
  display: inline-block;
  margin-right: 5px;
  color: #a4a4a4;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-indent: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.blog-info ul li strong {
  font-weight: 700;
  color: #555;
}

.blog-content .more-btn {
  margin-top: 5px;
  display: inline-block;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #222427;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.blog-content .more-btn:after {
  position: absolute;
  content: "";
  width: 15px;
  right: 0;
  top: 0;
  bottom: 0;
  border: solid 2px #e2e2e2;
  border-left: none;
  transition: all 0.1s ease-out;
}

.blog-content .more-btn:before {
  position: absolute;
  content: "";
  width: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  border: solid 2px #e2e2e2;
  border-right: none;
  transition: all 0.1s ease-out;
}

.blog-content .more-btn:hover {
  color: #222 !important;
}

.blog-content .more-btn:hover:after {
  border-color: #237068;
  right: -2px;
  border-width: 1px;
}

.blog-content .more-btn:hover:before {
  border-color: #237068;
  left: -2px;
  border-width: 1px;
}

.blog-item .blog-image a:after {
  background: rgba(65, 172, 156, 0.5) url(../images/view-icon.png) no-repeat center bottom;
  transition: all 0.2s ease-in;
  opacity: 0;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.blog-item:hover .blog-image a:after {
  background: rgba(65, 172, 156, 0.5) url(../images/view-icon.png) no-repeat center center;
  opacity: 1;
}

.blog-item:hover {
  box-shadow: 0 5px 20px -4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px -4px rgba(0, 0, 0, 0.1);
}

.blog-details p em a {
  color: #237068;
  font-weight: 500;
}

.blog-details p a,
.blog-details li a {
  color: #237068;
  border-bottom: dashed 1px #237068;
}

.blog-details p a:hover,
.blog-details li a:hover {
  border-bottom: solid 1px #237068;
}

.blog-details h5,
.blog-details h5 strong,
.blog-details h6,
.blog-details h6 strong {
  font-size: 16px;
  font-weight: 600;
  color: #1f2125;
  margin: 0 0 15px;
}

.blog-details h4,
.blog-details h4 strong {
  font-size: 18px;
  font-weight: 500;
  color: #1f2125;
  margin: 0 0 15px;
}

.blog-details h3,
.blog-details h3 strong {
  font-size: 18px;
  font-weight: 500;
  color: #1f2125;
  margin: 0 0 15px;
}

.blog-details h2,
.blog-details h2 strong {
  font-size: 24px;
  font-weight: 500;
  color: #1f2125;
  margin: 0 0 15px;
}

.blog-details ul,
ol {
  margin: 10px 0 30px;
  margin-left: 25px;
}

.blog-details li {
  margin: 0 0 8px;
  color: #4c4f53;
}

.blog-details ol li {
  list-style: upper-roman;
  padding-left: 6px;
  font-size: 1rem;
}

.blog-details ul li {
  list-style: disc;
  margin-left: 15px;
  padding-left: 6px;
}

.blog-info ul {
  margin: 0 !important;
  padding-bottom: 10px !important;
}

.blog-details .blog-image img[style] {
  max-width: auto !important;
}

.post-box {
  float: left;
  width: 100%;
  background: #fff;
  padding: 30px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 15px;
  border: solid 1px #e8e8e8;
}

.blue-box {
  background: #237068;
}

.blue-box h4 {
  color: #fff !important;
}

.post-box h4 {
  color: #1f2125;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-size: 16px;
}

.blue-box ul.links {
  float: left;
  width: 100%;
  margin: 0;
}

.blue-box ul.links li {
  margin-bottom: 15px;
}

.blue-box ul.links li a {
  color: #fff;
  opacity: 0.8;
  font-size: 13px;
  font-weight: 500;
}

.blue-box ul.links li a:hover {
  text-decoration: underline !important;
  opacity: 1;
}

.blue-box ul.links li:last-child {
  margin-bottom: 0;
}

.blog-details .blog-content {
  padding: 30px;
}

.blog-details .blog-content h3,
.blog-details .blog-content h3 a {
  font-size: 28px;
  text-transform: none;
  line-height: 36px;
}

.blog-details .blog-content p {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #1c1d23;
}

.post-item-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.post-item {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}

.post-item ul {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  position: relative;
}

.post-item ul li {
  display: table-cell;
  width: auto;
  position: relative;
  vertical-align: middle;
}

.post-item ul li:first-child {
  width: 70px !important;
}

.img-wrap {
  width: 70px;
  height: 70px;
  background: #eee;
  margin-right: 20px;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.img-wrap img {
  width: 100%;
  opacity: 0.6;
}

.post-item ul li a {
  font-size: 13px;
  display: inline-block;
  color: #1c1d23;
  position: relative;
  font-weight: 600;
  line-height: 18px;
  transition: all 0.2s ease-out;
}

.post-item:hover ul li a {
  color: #237068;
}

.post-item .img-wrap a:after {
  background: rgba(17, 180, 123, 0.7) url(../images/view-icon.png) no-repeat center bottom;
  transition: all 0.2s ease-in;
  opacity: 0;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 24px;
  -webkit-background-size: 24px;
}

.post-item:hover .img-wrap a:after {
  background-position: center center;
  opacity: 1;
}

.post-item-wrap .more-btn {
  background: none;
  color: #237068 !important;
  border: solid 1px #237068;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px;
}

.post-item-wrap .more-btn:hover {
  background: #237068 !important;
  color: #fff !important;
  box-shadow: 0 5px 10px -5px rgba(17, 180, 123, 0.7);
  -webkit-box-shadow: 0 5px 10px -5px rgba(17, 180, 123, 0.7);
}

.post-item:hover .img-wrap {
  background: #e0e0e0 !important;
}

.blog .right-panel {
  float: left;
  width: 100%;
  position: sticky;
  top: 100px;
  margin-bottom: 30px;
}

.blog .right-panel ul.social {
  float: left;
  width: 100%;
}

.blog .right-panel ul.social li {
  display: inline-block;
  float: left;
  margin: 0 3px !important;
}

.blog .right-panel ul.social li a {
  display: inline-block;
  height: 48px;
  width: 48px;
  color: #fff !important;
  text-align: center;
  font-size: 21px;
  line-height: 48px;
  transition: all 0.2s ease-in;
  border-radius: 100%;
  background: #f4f4f4;
  color: #363a3f !important;
  transition: all 0.2s ease-out;
}

.blog .right-panel ul.social li:last-child {
  float: none !important;
}

.blog .right-panel ul.social li a:hover {
  background: rgba(65, 172, 156, 0.1) !important;
  color: #237068 !important;
}

.blog-tittle ul li .more-btn,
.post-box .more-btn {
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 10px;
  border: solid 1px #e2e2e2;
  background: #f5f5f5 !important;
  color: #333 !important;
  font-size: 12px;
  margin: 0;
  float: right;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.2s ease-in;
}

.blog-tittle ul li .more-btn:hover,
.post-box .more-btn:hover {
  background: #218c7c !important;
  border-color: #218c7c;
  color: #fff !important;
}

.blog-tittle ul li .more-btn ion-icon,
.post-box .more-btn ion-icon {
  position: relative;
  font-size: 15px;
  top: 3px;
}

.post-box .more-btn {
  border-color: #237068;
  color: #fff !important;
  background: #237068 !important;
  font-size: 13px !important;
}

.clearfix {
  clear: both;
}

.right-panel .search-box {
  display: inline-block !important;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  padding: 0;
  box-shadow: none;
  border: solid 1px #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
}

.right-panel .search-box .form-control {
  height: 50px;
  padding: 20px;
  font-size: 15px;
  border: none;
  box-shadow: none !important;
  background: #fff;
}

.right-panel .search-box .input-group-append .btn i,
.right-panel .search-box .input-group-prepend .btn i {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  --ionicon-stroke-width: 60px;
}

.right-panel .search-box .input-group-append .btn,
.right-panel .search-box .input-group-prepend .btn {
  padding: 5px 15px !important;
  height: 50px;
  border: none !important;
  background: #fff;
  border-radius: 0 8px 8px 0;
  box-shadow: none !important;
  color: #111 !important;
}

.category-wrap {
  display: inline-block;
  width: 100%;
}

.category-wrap ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
}

.category-wrap ul li a {
  display: inline-block;
  padding: 6px 10px;
  background: #f5f5f5;
  color: #222;
  transition: all 0.2s ease-out;
  font-weight: 500;
  font-size: 13px;
}

.category-wrap ul li a:hover {
  background: #237068;
  color: #fff;
}

.active > .page-link,
.page-link.active {
  background: #237068 !important;
  border-color: #237068 !important;
  color: #fff !important;
}

.page-link {
  color: #1c1d23 !important;
  box-shadow: none !important;
}

.about-main {
  position: relative;
}
.about-main .title-div h2 {
  font-size: 3rem !important;
}
.about-main .title-div::after {
  left: 0;
  right: auto;
}
.about-main .content-column {
  position: relative;
  margin-bottom: 40px;
}
.about-main .content-column .inner-column {
  position: relative;
  padding-right: 100px;
}
.about-main .content-column .text {
  position: relative;
  color: #777777;
  font-size: 1.2rem;
  line-height: 1.8em;
  margin-bottom: 40px;
}
.about-main .content-column .email {
  position: relative;
  color: #252525;
  font-weight: 700;
  margin-bottom: 50px;
}
.about-main .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-main .image-column .inner-column {
  position: relative;
  padding: 40px 40px 0px 0px;
  margin-left: 50px;
}
.about-main .image-column .inner-column .image {
  position: relative;
}
.about-main .image-column .inner-column .image::before {
  position: absolute;
  content: "";
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
}
.about-main .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}
.about-main .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}
.about-main .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
}
.about-main .image-column .inner-column .image .overlay-box .year-box .number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  color: #d7a449;
  font-size: 68px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.about-main .btn-style-three {
  position: relative;
  line-height: 24px;
  color: #252525;
  font-size: 15px;
  font-weight: 700;
  background: none;
  display: inline-block;
  padding: 11px 40px;
  background-color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #237068;
}
.about-main .btn-style-three::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
}
.about-main .btn-style-three:hover {
  color: #ffffff;
  background: #d7a449;
}
.about-main .sec-title {
  position: relative;
  padding-bottom: 40px;
}
.about-main .sec-title .title {
  position: relative;
  color: #237068;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.about-main .sec-title .title::before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 40px;
  height: 1px;
  background-color: #d2d3d7;
}
.about-main .sec-title2 {
  color: #fff;
}

.custom-bullet-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  color: #777777;
}
.custom-bullet-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #237068;
}

.collections .wishlist-icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #fff;
  color: #237068;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.2s ease-out;
  opacity: 0;
  cursor: pointer;
  transform: translateX(-30px);
  font-size: 1.2rem;
  z-index: 999 !important;
}
.collections .card {
  background: none;
  overflow: hidden;
}
.collections .card:hover .wishlist-icon {
  opacity: 1;
  z-index: 1;
  transform: translateX(0);
}
.collections .card .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: relative;
}
.collections .card .card-img img {
  width: 100%;
  transition: all 0.2s ease-out;
}
.collections .card .card-img .badge {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #fff;
  font-weight: normal;
  position: absolute;
  right: 0;
  left: auto;
  top: 10px;
  padding: 0.6rem 0.8rem;
  border-radius: 0 !important;
  z-index: 2;
  border-radius: 30px 0 0 30px !important;
}
.collections .card .card-img .badge.dark {
  background: #1c1d23;
}
.collections .card .card-img .badge.primary {
  background: #237068;
}
.collections .card:hover .card-img img {
  opacity: 0.7;
}
.collections .card .card-body .info h3,
.collections .card .card-body .info a {
  color: #1c1d23;
  font-weight: 600;
  line-height: 26px !important;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}
.collections .card .card-body .info p {
  color: #606169;
  font-size: 13px;
}
.collections .card .card-body .price .fs-4 {
  color: #1c1d23;
  font-weight: 500;
}
.collections .card .card-body .price .left {
  padding-right: 4px;
  position: relative;
}
.collections .card .card-body .price .left::after {
  position: absolute;
  content: "";
  height: 20px;
  border-left: solid 1px #e0e0e0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.collections .card .card-body .price .right {
  padding-left: 4px;
}
.collections .card .card-body .price .right span {
  color: #237068;
  font-size: 1rem;
}
.collections .card .card-body .price .text-danger {
  color: #237068 !important;
}
.collections .card .card-body .price .text-muted {
  color: #929397 !important;
}

.wish-icon {
  cursor: pointer;
}
.wish-icon i {
  font-size: 1.4rem;
  color: rgb(232, 50, 84);
}
.wish-icon .bi-heart-fill {
  display: none;
}
.wish-icon.active .bi-heart-fill {
  display: block;
}
.wish-icon.active .bi-heart {
  display: none;
}

.product-details {
  float: left;
  width: 100%;
  min-height: 800px;
}
.product-details .vr {
  position: relative;
  top: -2px;
  margin-right: 2px;
  display: inline;
  width: 17px;
  background: none !important;
  opacity: 1;
}

.right-panel {
  float: left;
  width: 100%;
}
.right-panel .features {
  padding: 1rem;
  border-radius: 10px;
  background: #fff;
  border: solid 1px #e2e2e2;
}

.breadcrumb {
  padding: 20px 0;
  margin: 0;
}

.breadcrumb-item {
  font-size: 14px;
  color: #aaaab2;
}

.breadcrumb-item a {
  color: #272732;
  font-weight: 500;
}

.product-details .badge {
  padding: 9px 18px;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 12px;
}

.bg-info {
  background: #d4ecf5 !important;
  color: #27a0d7 !important;
  font-weight: 600;
}

.bg-danger {
  background: #f7d2db !important;
  color: #fb4873 !important;
  font-weight: 600;
}

.right-panel .title {
  font-size: 21px !important;
  font-weight: 700;
  color: #272732;
  margin-top: 15px;
  margin-bottom: 15px;
}

.right-panel .caption {
  font-size: 14px;
  color: #7c7c8c;
}

.p-info {
  font-size: 13px;
  color: #7c7c8c;
  padding-left: 10px;
  border-left: solid 1px #eee;
}

.price-box {
  align-items: center;
  margin-bottom: 10px;
}

.price-box .price {
  margin: 0;
  padding: 0;
  padding-right: 10px;
  font-weight: 600;
}

.block {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0 0;
}

.block-title {
  font-size: 16px;
  font-weight: 600;
}

.highlight-block {
  border-radius: 10px;
  background: #fff9e5;
  position: relative;
  border: dashed 2px #237068;
  padding: 30px 15px 15px;
  margin-top: 40px;
}

.highlight-block .block-title {
  position: absolute;
  padding: 7px 20px;
  background: #237068;
  border-radius: 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  top: -18px;
}

.bullet li {
  position: relative;
  font-size: 13px;
  color: #24242f;
  padding: 3px 0 3px 20px;
}

.play_i li:before {
  position: absolute;
  content: "\f4f4";
  font-family: bootstrap-icons !important;
  left: 0;
  font-size: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #237068;
}

.mt15 {
  margin-top: 15px;
}

.s_form .btn-primary {
  width: 100%;
  background: #237068 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border: none;
  margin-left: 15px;
  font-weight: 700;
  border-radius: 10px !important;
}

.quantity {
  display: flex;
  border: 1px solid #dadadd;
  border-radius: 8px;
  overflow: hidden;
  width: 300px;
}

.quantity button {
  background-color: #fff;
  color: #111;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 85px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}

.quantity button:hover {
  background-color: #eee;
}

.input-box {
  width: 100%;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type=number] {
  -moz-appearance: textfield;
}

.s_form {
  margin-bottom: 15px;
}

.minus {
  border-right: solid 1px #dadadd !important;
}

.plus {
  border-left: solid 1px #dadadd !important;
}

.small-title {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.small-title.icon {
  padding-left: 38px;
}

.small-title.icon:before {
  width: 28px;
  height: 30px;
  position: absolute;
  content: "";
  background: url(../images/offer-icon.png) no-repeat center center;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#coupone_slider {
  margin-top: 20px;
}

.coupone .card-header {
  font-size: 13x !important;
  font-weight: 600;
  border-bottom: none;
  position: relative;
  padding-left: 40px;
}

.coupone .card-header i {
  margin-right: 5px;
  position: absolute;
  font-size: 18px;
  left: 15px;
  margin-top: -2px;
}

.coupone .card-body {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.coupone .card-body p {
  margin-bottom: 8px;
  font-size: 13px;
}

.coupone .card {
  border-radius: 8px;
}

.coupone .card-body a {
  text-decoration: underline !important;
  color: #1f849d !important;
}

.product-slider {
  display: inline-block;
  width: 100%;
}

.product-slider img {
  width: 100%;
}

.feature-item {
  text-align: center;
  width: 100%;
}

.feature-item h6 {
  margin-top: 6px;
  font-size: 13px;
  color: #5f5f6a;
  margin-bottom: 0 !important;
}

.feature-item h6 strong {
  font-size: 14px;
  color: #111;
}

.feature-item img {
  margin: auto;
}

.delivery .card {
  border-radius: 0;
  border: none;
}

.delivery .card-body {
  padding: 0;
}

.delivery .card .small-title {
  margin-bottom: 18px;
}

.iconic_list li {
  font-size: 14px;
  position: relative;
  margin-bottom: 14px;
  padding-left: 30px;
}

.iconic_list li i {
  position: absolute;
  left: 0;
  font-size: 20px;
  margin-top: -4px;
}

.delivery .card .form-control {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 8px;
  padding: 10px 15px;
  box-shadow: none;
}

.right-panel {
  padding-bottom: 60px;
}

.p-details .small-title {
  margin-bottom: 15px;
}

.p-details p {
  line-height: 26px;
  margin: 0;
}

.right-panel .form-select {
  border-radius: 8px;
  padding: 10px 15px;
  box-shadow: none !important;
}

.right-panel .form-select:focus,
.delivery .card .form-control:focus {
  border-color: #388e3c;
}

.right-panel .accordion-button {
  background: none !important;
  box-shadow: none !important;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #111 !important;
}

.right-panel .accordion-item {
  border: solid 1px #e2e2e2;
  padding-top: 0;
  border-radius: 10px;
}

.right-panel .accordion-body {
  padding: 20px !important;
  border-top: solid 1px #e2e2e2;
}

.right-panel .accordion {
  margin-top: 15px;
}

.delivery {
  margin-top: 0;
}

.p-details {
  margin-top: 0;
}

.accordion-button::after {
  background-image: url(../images/caret-down-fill.svg);
  background-size: 13px;
  width: 13px;
  height: 13px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/caret-down-fill.svg);
}

.customer-review {
  float: left;
  width: 100%;
  padding: 50px 0;
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
}

.customer-review .title h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.customer-review .title {
  margin-bottom: 15px;
}

.customer-review .ratings {
  font-size: 15px;
  color: #ffc105;
}

.customer-review .ratings i {
  margin-right: 3px;
}

.customer-review .title .ratings {
  margin-bottom: 3px;
}

.customer-review .title small {
  color: #696974;
}

.customer-review .btn-outline-secondary {
  border-radius: 8px;
  border-color: #272732;
  padding: 12px 15px;
  font-size: 13px;
  font-weight: 600;
  color: #272732;
  width: 100%;
}

.customer-review .btn-outline-secondary:hover {
  color: #fff;
}

.reviews {
  display: inline-block;
  width: 100%;
  padding: 40px 0 0;
}

.review-img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #e9e9e9;
}

.review-info {
  padding-left: 12px;
}

.review-info strong {
  font-size: 14px;
}

.review-info span i {
  color: #1fa3f5;
}

.review-head {
  margin-bottom: 20px;
}

.review-item p {
  font-size: 14px;
  margin: 0;
}

.review-item p strong {
  font-weight: 600;
}

.review-item .link-btn {
  color: #272732;
  text-decoration: underline !important;
}

.review-item {
  border: solid 1px #e2e2e2;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.pagination {
  margin-top: 25px;
}

.pagination .page-link {
  border: none;
  color: #adadad;
  font-weight: 500;
}

.page-item.active .page-link {
  background: none;
  color: #111;
  font-weight: 700;
}

.mb-100 {
  margin-bottom: 100px;
}

.ratings {
  font-size: 13px;
  color: #7c7c8c;
}

.ratings span {
  background: #388e3c;
  color: #fff;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  margin-left: 4px;
}

.before-price {
  text-decoration: line-through !important;
  color: #999;
  /* Optional: faded color for old price */
  margin-right: 8px;
  text-decoration-color: red !important;
}

.customer-review .nav-link {
  color: #1c1d23;
  padding: 0.7rem 1.5rem;
}
.customer-review .tab-content {
  padding: 2rem 0;
}
.customer-review .table td,
.customer-review .table th {
  padding: 1rem;
  vertical-align: middle;
}
.customer-review .form-control {
  box-shadow: none !important;
  padding: 1rem !important;
}
.customer-review .form-control:focus {
  border-color: #237068 !important;
}
.customer-review .btn {
  border-radius: 10px !important;
}

img.mobile-view {
  display: none !important;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
}

.carousel-indicators {
  bottom: 0;
}

@media (max-width: 1024px) {
  .about-section::after, .about-section::before {
    display: none;
  }
  .about-section .about-image-bottom {
    position: relative !important;
  }
  .about-section .about-content .title-div h2 {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .features .col-lg-3 {
    margin-bottom: 2.5rem !important;
  }
  .about-section .about-image-bottom img {
    max-height: none;
  }
  .about-section .about-content {
    padding-bottom: 0 !important;
    text-align: center;
  }
  .about-section .title-div::after {
    left: 0 !important;
    right: 0 !important;
  }
  .navbar-toggler {
    order: 2 !important;
    margin-left: 15px;
    position: absolute;
    right: 10px;
    top: 8px;
    border: none;
    box-shadow: none !important;
    padding: 0;
  }
  header .icon-menu {
    margin-top: 1rem;
    width: 100% !important;
  }
  header .icon-menu .gap-4 {
    gap: 1rem !important;
  }
  header .navbar-nav {
    padding: 1rem 0 !important;
  }
  header .navbar .nav-item {
    margin-left: 0 !important;
  }
  .contact-form {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .features .col-lg-3 .d-flex {
    flex-direction: column;
  }
  .features .col-lg-3 .d-flex .right {
    text-align: center;
  }
  .about-section .about-content .title-div h2 {
    font-size: 42px !important;
    line-height: 42px !important;
  }
  .top-selling-products .card .caption {
    padding: 2rem;
  }
  .why-choose-us .feature {
    margin-bottom: 1rem;
  }
  .why-choose-us .title-div {
    margin-bottom: 1rem !important;
  }
  .top-bar .d-flex li:last-child {
    display: none;
  }
  .top-bar .d-flex li:first-child {
    border: none;
    padding: 0 !important;
  }
  .top-bar .d-flex li i {
    font-size: 1rem !important;
  }
  .top-bar .d-flex .social-icons {
    gap: 5px;
  }
  .top-bar span a {
    font-size: 0.85rem !important;
  }
  .top-selling-products .card .caption .card-title {
    font-size: 1.25rem !important;
    line-height: 1.5rem !important;
  }
  .hero-section .hero-content {
    padding: 30px !important;
    margin: auto;
  }
  .hero-section .hero-logos img {
    max-height: none !important;
    width: 80px !important;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .newsletter .newsletter-input-wrap {
    width: 100% !important;
  }
  .testimonial-slider .testimonial-card {
    padding: 1.5rem !important;
  }
  .testimonial-section .slick-track {
    display: flex !important;
    align-items: center !important;
  }
  .testimonial-text {
    font-size: 1rem !important;
  }
  .about-main .content-column .inner-column {
    padding-right: 0 !important;
  }
  .about-main .title-div h2 {
    font-size: 1.8rem !important;
  }
  .about-main .content-column {
    margin-top: 0 !important;
  }
  .about-main .title-div {
    margin-bottom: 1rem !important;
  }
  .product-images-wrapper {
    padding-right: 0;
  }
  .product-slider {
    margin-bottom: 3rem;
  }
  .right-panel {
    padding-bottom: 0;
  }
  .p-listing .card {
    margin-bottom: 1.5rem !important;
  }
  img.desktop-view {
    display: none !important;
  }
  img.mobile-view {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .about-section .about-content .title-div h2 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .about-section .about-content {
    padding-top: 4rem !important;
  }
  .top-selling-products .card {
    border: solid 2px #237068 !important;
  }
  .top-selling-products .row.g-5 {
    --bs-gutter-y: 1rem !important;
  }
  .title-div h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .title-div p {
    font-size: 0.9rem !important;
  }
  .features .col-lg-3 .title {
    font-size: 18px !important;
  }
  .footer-bottom .d-flex {
    flex-direction: column !important;
  }
  .footer-bottom .payments .d-flex {
    flex-direction: row !important;
  }
  .inner-banner {
    padding: 30px 0 !important;
  }
  .inner-banner h1 {
    font-size: 30px !important;
  }
  .about-main .image-column .inner-column {
    padding: 0 !important;
    margin: 0 !important;
  }
  .about-main .content-column .text {
    padding: 0;
  }
  .about-main .content-column p {
    font-size: 1rem !important;
    line-height: 1.6rem !important;
  }
  .custom-bullet-list li {
    font-size: 1rem !important;
    line-height: 1.6rem !important;
  }
  .content-column .card-body {
    padding: 1.5rem !important;
  }
  .about-main .bg-col {
    min-height: auto !important;
    margin-bottom: 1.5rem !important;
  }
  .products .collections .col-lg-3 {
    padding-right: 1.5rem !important;
  }
  .p-listing .title-div {
    margin-bottom: 1.5rem !important;
    padding-bottom: 0 !important;
  }
  .p-listing .title-div h2 {
    font-size: 24px !important;
  }
  .is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    display: flex !important;
    flex-direction: column !important;
  }
  .wc-block-cart-items__row {
    border-bottom: solid 1px #e0e0e0 !important;
    margin-bottom: 1.5rem !important;
  }
  .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: flex-start !important;
  }
  .wc-block-components-order-summary .wc-block-components-order-summary-item {
    flex-direction: column !important;
    border-bottom: solid 1px #e0e0e0 !important;
    padding-bottom: 2rem !important;
  }
  .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: 100% !important;
  }
  .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 1rem !important;
  }
  .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary {
    padding: 0 !important;
  }
  .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    margin-top: 0 !important;
  }
}
.dropdown-menu[data-bs-popper] {
  left: auto !important;
}

.variations {
  width: 100%;
}

.variations th.label {
  display: inline-block;
  width: 100%;
  padding-bottom: 6px;
}

.variations td.value {
  display: inline-block;
  width: 100%;
  padding-bottom: 18px;
}

.variations select {
  width: 100%;
  background: #fff url(../images/down_arrow.webp) no-repeat right 15px center;
  border-radius: 8px;
  border: solid 1px #e2e2e2;
  padding: 10px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.variations tr:last-child td {
  padding-bottom: 0 !important;
}

.tabs.wc-tabs {
  display: flex;
  margin-bottom: 30px;
  border-bottom: solid 1px #e2e2e2;
}

.tabs.wc-tabs li {
  margin-right: 5px;
  position: relative;
  bottom: -2px;
}

.tabs.wc-tabs li a {
  padding: 10px 20px;
  background: #f9f9f9;
  display: inline-block;
  border: solid 1px #e2e2e2;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e2e2e2;
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
  color: #777;
  font-weight: 500;
  font-size: 14px;
}

.tabs.wc-tabs li.active a {
  border-bottom: solid 1px #fff !important;
  background: #fff !important;
  position: relative;
  margin-top: 1px;
  color: #111;
}

#tab-additional_information h2 {
  font-size: 24px;
  font-weight: 600;
}

.woocommerce-product-attributes.shop_attributes {
  border: solid 1px #e2e2e2;
  width: 100% !important;
}

.woocommerce-product-attributes.shop_attributes td,
.woocommerce-product-attributes.shop_attributes th {
  padding: 10px 15px;
  border-bottom: solid 1px #e2e2e2;
}

.woocommerce-product-attributes.shop_attributes th {
  background: #f5f5f5;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 10px;
  border-color: #e2e2e2;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: solid 1px #a6b7a4;
  border-radius: 8px;
  padding: 10px 15px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: #e5c336;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  padding: 15px 30px;
  background: #e5c336;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  margin-top: 10px;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  padding: 15px 30px;
  background: #222;
  color: #fff;
  border-radius: 10px;
}

.commentlist {
  padding: 0 !important;
  margin: 0 !important;
}

.commentlist li {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #e2e2e2;
  margin-bottom: 25px;
}

.comment_container {
  display: flex;
}

.avatar {
  margin-right: 20px;
  border-radius: 100px;
}

.woocommerce-review__dash {
  display: none !important;
}

.woocommerce-review__published-date {
  display: block;
  font-size: 12px;
  color: #777;
}

.woocommerce-Reviews-title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 30px;
}

.star-rating {
  display: inline-block;
  width: auto !important;
}

.comment-reply-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px !important;
}

.comment-form-comment label {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  border-radius: 8px;
  border: solid 1px #ccc;
  padding: 10px 15px;
}

#respond {
  padding: 20px;
  border: solid 1px #fff;
  border-radius: 8px;
  background: #fff;
  margin-top: 50px;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.15);
}

.comment-form-cookies-consent input {
  width: auto;
}

#submit {
  padding: 10px;
  background: #e5c336;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
}

.comment-notes {
  color: #777;
  font-size: 0.85rem;
}

#email-notes {
  display: block;
}

.comment-form label {
  margin-bottom: 8px !important;
}

.required {
  color: red;
}

.comment-form-rating label {
  margin: 4px 0 0 !important;
}

.comment-form-rating {
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
}

.stars {
  margin: 0;
  margin-left: 0;
  margin-left: 20px;
}

.stars a {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  color: transparent;
  background: url("../images/star-fill.svg") no-repeat center center;
}

.stars a.active {
  background: url("../images/star-fill-active.svg") no-repeat center center;
}

.star-rating .star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/star-fill.svg") no-repeat center top;
}

.star-rating .star.filled {
  background-position: 0 0;
  background: url("../images/star-fill-active.svg") no-repeat center top;
}

.star-rating .star.half-filled {
  background-position: -20px 0;
}

#customer_login .woocommerce-form br {
  display: none !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block !important;
}

.common {
  padding: 30px 0 100px 0;
  display: inline-block;
  width: 100%;
  min-height: 750px;
}

.u-columns h2 {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 1.2rem;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin-top: 12px;
}

.woocommerce-privacy-policy-text {
  font-size: 0.9rem;
  color: #666;
}

.woocommerce-privacy-policy-text a {
  color: #111;
  font-weight: 500;
  text-decoration: underline !important;
}

.woocommerce-privacy-policy-text a:hover,
.woocommerce-LostPassword a:hover {
  text-decoration: none !important;
}

.woocommerce-LostPassword a {
  color: #111;
  text-decoration: underline !important;
}

.woocommerce-form.woocommerce-form-login.login {
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}

.woocommerce-form.woocommerce-form-register.register {
  border: 0;
  padding: 0;
}

.u-column2 {
  padding-left: 30px;
}

.woocommerce-form.woocommerce-form-login.login {
  padding: 35px;
  background: #ebf9e9;
}

.woocommerce-MyAccount-navigation {
  float: left;
  min-width: 200px;
  max-width: 200px;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
  margin-right: 60px;
}

.woocommerce-MyAccount-navigation-link a {
  color: #111;
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}

.woocommerce-MyAccount-content {
  margin-top: 30px;
}

.woocommerce-Addresses {
  width: auto !important;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: flex;
  width: auto;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 50%;
}

.woocommerce-Addresses .col-2 {
  flex: auto;
}

.woocommerce-Address {
  padding: 20px;
  border-radius: 8px;
  background: #f5f5f5;
}

.woocommerce-Address h3 {
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-MyAccount-navigation {
  float: left;
  min-width: 100%;
  max-width: 200px;
  padding: 10px 20px;
  background: #fff;
  border-bottom: solid 1px #e5e5e5;
  border-radius: 10px 10px 0 0;
  margin-right: 0;
  display: flex;
  display: flex;
  z-index: 999;
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  align-content: center;
  width: 100%;
}

.woocommerce-MyAccount-navigation ul li {
  width: 100%;
  border-left: solid 1px #e2e2e2;
}

.woocommerce-MyAccount-navigation ul li:first-child {
  border: 0;
}

.woocommerce-MyAccount-navigation-link a {
  color: #555;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-weight: 600;
  color: #111;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
  border-radius: 8px;
}

.wc-block-components-product-badge {
  padding: 2px 8px !important;
  background: rgba(63, 184, 59, 0.2);
  border: none !important;
  color: #3fb83b;
  padding: 2px 0.66em;
}

.wc-block-components-product-details.wc-block-components-product-details {
  font-size: 0.85rem;
}

.wc-block-cart-item__prices {
  margin-bottom: 0 !important;
}

.wc-block-cart-item__remove-link {
  position: relative;
  padding-left: 20px !important;
  color: #888 !important;
}

.wc-block-cart-item__remove-link:before {
  position: absolute;
  content: "\f5de";
  font-family: bootstrap-icons !important;
  font-size: 14px;
  color: #888;
  left: 0;
  top: -2px;
}

.wc-block-components-totals-coupon-link {
  background: #ffe6a1;
  padding: 10px 20px;
  border: solid 1px #d8ac35;
  border-radius: 8px;
  color: #111;
  font-weight: 600;
  font-size: 0.85rem;
  position: relative;
  padding-left: 42px;
  transition: all 0.2s ease-out;
}

.wc-block-components-totals-coupon-link:before {
  position: absolute;
  content: "\f3eb";
  font-family: bootstrap-icons !important;
  font-size: 16px;
  color: #111;
  left: 15px;
  top: -2px;
  top: 5px;
}

.wc-block-components-totals-coupon-link:hover {
  color: #111;
  background: #fffbf1;
}

.wc-block-components-button:not(.is-link) {
  background: #e5c336;
  color: #fff;
  border-radius: 8px;
  border: 0;
}

.wc-block-components-totals-wrapper {
  border-top: 1px solid hsla(0, 0%, 7%, 0.11);
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.1);
  margin: 5px 0;
}

.wc-block-components-totals-item__label {
  font-weight: 600;
}

.wc-block-components-totals-item__description.wc-block-components-totals-shipping__via,
.wc-block-components-radio-control__description {
  color: #777 !important;
  font-size: 0.8rem !important;
}

.wc-block-components-totals-wrapper {
  border-top: 0;
}

#wc-block-components-totals-shipping__change-address__link {
  position: relative;
  padding-left: 17px;
  padding: 0 0 5px 17px;
  border-bottom: solid 1px #ccc;
  margin-top: 6px;
  color: #111;
  font-weight: 600;
  font-size: 0.8rem;
  display: inline-block;
}

#wc-block-components-totals-shipping__change-address__link:before {
  position: absolute;
  content: "\f3e7";
  font-family: bootstrap-icons !important;
  font-size: 13px;
  color: #111;
  left: 0;
  top: 0;
}

.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
  font-weight: 600;
}

.reset_variations {
  padding: 7px 20px;
  display: inline-block !important;
  background: #f2f2f2;
  border: solid 1px #e2e2e2;
  border-radius: 8px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  color: #333;
  position: relative;
  color: #111 !important;
}

.reset_variations:before {
  position: absolute;
  content: "\f117";
  font-family: bootstrap-icons !important;
  font-size: 16px;
  color: #111;
  left: 15px;
  top: -2px;
  top: 5px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top: 0;
  border-radius: 8px;
  background: rgba(66, 185, 59, 0.2);
  font-size: 0.85rem;
  color: #223b1f !important;
}

.button.wc-forward {
  font-weight: 600;
  color: #111;
  position: relative;
  padding-left: 23px;
}

.wc-block-cart-items__row {
  box-shadow: 0 12px 8px -8px rgba(0, 0, 0, 0.1);
}

.wc-block-cart-items__row:last-child {
  box-shadow: none;
}

.woocommerce-MyAccount-content {
  margin-top: 30px;
  background: #fff;
  box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.15);
  padding: 80px 25px 25px;
  border-radius: 15px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 600 !important;
  color: #111 !important;
}

.woocommerce-MyAccount-content p a {
  color: #199542 !important;
  text-decoration: underline !important;
}

.woocommerce-Button.wc-forward.button,
.button.wc-forward {
  background: #fff !important;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.1) !important;
}

ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

span.page-numbers.current {
  padding: 10px 16px;
  background: #eee;
  border-radius: 6px;
}

a.page-numbers {
  padding: 10px 16px;
  background: #deebea;
  color: #237068;
  border-radius: 6px;
}

.stars a {
  /* display: inline-block; */
  padding: 5px;
  text-decoration: none;
  color: transparent;
  width: 18px !important;
  background: url(../images/star-fill.svg) no-repeat center center;
  height: 27px;
}

.comment-form-rating {
  height: 50px;
}

form#commentform {
  margin-top: 1rem;
}

#submit,
.wc-block-components-button:not(.is-link) {
  background: #237068 !important;
}

.woocommerce-product-attributes p {
  margin: 0 !important;
}

.woocommerce-Tabs-panel h2 {
  font-size: 1.8rem !important;
  margin-bottom: 1rem !important;
  font-weight: 600 !important;
}

.posted_in a {
  color: #237068 !important;
  text-decoration: underline !important;
}

.posted_in a:hover {
  text-decoration: none !important;
}

.ratings {
  margin-bottom: 1.5rem;
}
.ratings span {
  margin-left: 0;
  margin-right: 5px;
}

.variations select {
  padding: 14px 20px;
}

.wc-block-cart-item__quantity {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.wc-block-components-quantity-selector {
  margin-bottom: 0 !important;
  height: 40px;
}

.wc-block-cart-items__row {
  box-shadow: none !important;
}

.wc-block-cart-item__prices {
  margin-bottom: 0.5em !important;
}

.is-large.wc-block-cart .wc-block-cart-items th,
.wc-block-cart__totals-title {
  font-size: 0.9rem !important;
}

.wc-block-components-totals-wrapper {
  border-top: none !important;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
  border-top: none !important;
}

.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper {
  padding: 16px !important;
}

.wc-block-components-button:not(.is-link).outlined {
  color: #fff !important;
}

.wc-block-components-product-name {
  font-size: 1.1rem !important;
}

del bdi {
  text-decoration: line-through !important;
  text-decoration-color: red !important;
  color: #606169 !important;
}

.reset_variations {
  margin-bottom: 1rem !important;
}

.wc-block-components-totals-wrapper {
  padding: 16px !important;
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top: none !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border: none !important;
}

.woocommerce {
  display: flex;
  gap: 15px;
}
.woocommerce .woocommerce-MyAccount-navigation {
  display: inline-block;
  max-width: 200px !important;
  min-width: 200px !important;
  padding: 0 30px 0 0 !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  display: inline-block;
  width: 100%;
  margin: 0 !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  width: 100%;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-MyAccount-content {
  padding: 25px !important;
}

.icon-menu .d-flex.align-items-center.gap-4,
.icon-menu form {
  width: 100% !important;
}

.woocommerce-MyAccount-navigation ul li {
  border-left: none !important;
}

.woocommerce-MyAccount-navigation-link a {
  border-bottom: none !important;
  text-align: left !important;
}

.woocommerce-MyAccount-content {
  margin-top: 0 !important;
}

.woocommerce-MyAccount-navigation {
  border-bottom: none !important;
}

.woocommerce-MyAccount-content {
  box-shadow: none !important;
  border-radius: 0 !important;
  border-left: solid 1px #e5e5e5;
  padding: 0 0 0 30px !important;
  width: 100% !important;
}

.woocommerce-Addresses {
  display: block !important;
}

.woocommerce-address-fields button,
.woocommerce-Button {
  background: #237068 !important;
  color: #fff !important;
}

.woocommerce-message .button.wc-forward {
  padding: 0.4rem 1rem !important;
}

.p-img .onsale {
  position: absolute;
  padding: 0.3rem 0.9rem !important;
  background: #1c1d23;
  color: #fff;
  border-radius: 6px;
  left: 20px;
  top: 10px;
  z-index: 1;
}

.woocommerce table.shop_table td a {
  color: #237068 !important;
  text-decoration: underline !important;
}

.woocommerce-order {
  width: 100% !important;
}

.woocommerce ul.order_details {
  margin-left: 0 !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  background: #237068 !important;
}

@media screen and (max-width: 767px) {
  .wc-block-components-sidebar-layout .wc-block-components-totals-wrapper {
    padding: 16px !important;
  }
  .woocommerce ul.order_details li {
    float: none !important;
    border: none !important;
    padding: 0.2rem 0;
  }
  .woocommerce-customer-details .woocommerce-columns {
    display: block !important;
  }
  .woocommerce-customer-details .woocommerce-column {
    width: 100% !important;
  }
  .blog-content {
    padding: 20px !important;
  }
  .blog-content .woocommerce {
    display: block !important;
  }
  .blog-content .woocommerce-MyAccount-navigation-link a {
    padding-left: 0 !important;
  }
  .blog-content .woocommerce-MyAccount-content {
    display: inline-block !important;
    border: none !important;
    padding-left: 0 !important;
    border-top: solid 1px #e5e5e5 !important;
    padding-top: 1.5rem !important;
  }
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    display: block !important;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
  }
  .u-column2 {
    padding-left: 0 !important;
  }
  .woocommerce-form-login {
    padding: 20px !important;
  }
}
.nav-item.current .nav-link {
  color: #237068 !important;
}

.about-main .title-div {
  padding-bottom: 0 !important;
  margin-bottom: 2rem !important;
}
.about-main .content-column {
  margin-bottom: 0 !important;
}
.about-main .bg-col {
  background: #f4f8f7;
  border-color: #237068;
  min-height: 540px;
}
.about-main .bg-col p {
  line-height: 28px;
}
.about-main .bg-col h4 {
  color: #237068;
}

.contact-block .title-div {
  padding-bottom: 0;
}
.contact-block .bg-col {
  background: #f4f8f7;
  border-color: #237068;
  min-height: 480px;
}

.preview-image-wrapper {
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.2);
  border-radius: 20px !important;
}

.generic-content ul, .generic-content ol, .product-details .right-panel ul, .product-details .right-panel ol, .woocommerce-Tabs-panel--description ul, .woocommerce-Tabs-panel--description ol {
  margin: 20px 0 0 15px !important;
}
.generic-content ul li, .generic-content ol li, .product-details .right-panel ul li, .product-details .right-panel ol li, .woocommerce-Tabs-panel--description ul li, .woocommerce-Tabs-panel--description ol li {
  list-style: disc !important;
  margin-bottom: 7px;
  font-size: 1rem !important;
}
.generic-content p, .product-details .right-panel p, .woocommerce-Tabs-panel--description p {
  margin: 15px 0;
  font-size: 1rem !important;
}

.product-details .right-panel .caption {
  margin-bottom: 2.5rem !important;
}

.product-details .thumbs-wrapper > div {
  border-color: #d2d3d7;
  aspect-ratio: 1/1;
  border-radius: 15px !important;
}

.product-details .thumbs-wrapper > div.active {
  border-color: #237068 !important;
}

.product-details .preview-image-wrapper {
  aspect-ratio: 1/1;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s, transform 0.2s;
  animation: whatsapp-pop 0.5s;
  width: 55px;
  height: 55px;
}

.whatsapp-float:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  transform: scale(1.08);
}

@keyframes whatsapp-pop {
  0% {
    transform: scale(0.7);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.whatsapp-chat-btn {
  display: flex;
  align-items: center;
  background: #25d366;
  color: #fff !important;
  border-radius: 40px;
  padding: 10px 25px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  transition: box-shadow 0.2s, transform 0.2s;
  margin: 18px 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 260px;
}

.whatsapp-chat-btn i.fa-whatsapp {
  font-size: 36px;
  margin-right: 14px;
}

.whatsapp-chat-btn .wa-agent {
  font-size: 14px;
  font-weight: 400;
}

.whatsapp-chat-btn .wa-online {
  background: #fff;
  color: #25d366;
  font-size: 11px;
  font-weight: 600;
  border-radius: 8px;
  padding: 1px 7px;
  margin-left: 4px;
  vertical-align: middle;
  display: inline-block;
}

.whatsapp-chat-btn strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-top: 2px;
}

.whatsapp-chat-btn:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  transform: scale(1.03);
  color: #fff !important;
}

/* Add this CSS to your stylesheet */
.desktop-view {
  display: block;
}

.mobile-view {
  display: none;
}

@media (max-width: 768px) {
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
}
.order_details {
  display: inline-block !important;
  width: 100%;
  border-right: solid 1px #eee !important;
  margin-right: 30px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.order_details li {
  display: inline-block !important;
  width: 100% !important;
  margin-bottom: 15px;
  border: none !important;
}

#btn-razorpay {
  padding: 0.5rem 1.5rem !important;
  border-radius: 10px !important;
  border: none !important;
  background: #deebea !important;
  color: #237068 !important;
  transition: all 0.2s ease-out;
  margin-bottom: 0.6rem !important;
}
#btn-razorpay:hover {
  background: #237068 !important;
  color: #fff !important;
}

#btn-razorpay-cancel {
  padding: 0.3rem 1.5rem !important;
  border-radius: 10px !important;
  border: solid 1px #237068 !important;
  color: #237068 !important;
  background: #fff !important;
  transition: all 0.2s ease-out;
}
#btn-razorpay-cancel:hover {
  background: #237068 !important;
  color: #fff !important;
}

.product-carousel {
  width: 100%;
}
.product-carousel .slick-slider {
  margin-top: 0px;
}
.product-carousel .slick-prev {
  left: 40px;
}
.product-carousel .slick-next {
  right: 40px;
}

.thumbnail-slider {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  display: inline-block;
}
.thumbnail-slider .thumb-item {
  width: 100%;
  border-radius: 15px !important;
  overflow: hidden;
  border: solid 2px #eee;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbnail-slider .thumb-item img {
  width: 100%;
}

.main-slider {
  width: 100% !important;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px !important;
}
.main-slider .slider-item {
  border-radius: 15px !important;
  overflow: hidden !important;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider .slider-item img {
  width: 100%;
  border-radius: 15px;
  border: solid 2px #d2d3d7;
}
.main-slider .slick-slide img {
  width: 100% !important;
  border-radius: 15px;
}
.main-slider .slick-slide {
  margin-bottom: 20px;
}
.main-slider iframe {
  width: 100% !important;
  border-radius: 15px;
  border: solid 2px #d2d3d7;
  aspect-ratio: 1/1;
}

.slick-current {
  border-color: #237068 !important;
}

@media (max-width: 768px) {
  .main-slider {
    margin: auto !important;
  }
  .p-listing .row > * {
    padding-right: 0 !important;
  }
  .fluid-block {
    padding: 1.5rem 0;
  }
  .inner-banner h1 {
    line-height: normal !important;
    font-size: 24px !important;
  }
  .blog-details .blog-content h3, .blog-details .blog-content h3 a {
    font-size: 18px !important;
    line-height: normal !important;
  }
  .post-box {
    padding: 20px;
  }
  .contact-block iframe {
    height: 250px;
  }
  .contact-block .bg-col {
    padding: 1.5rem !important;
    min-height: auto;
  }
  .contact-block .title-div {
    margin-bottom: 1.5rem !important;
  }
  .contact-block .title-div h2 {
    font-size: 20px !important;
  }
  .contact-block p {
    font-size: 0.95rem !important;
  }
  .contact-block .contact-item .icon {
    width: 35px;
    height: 35px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1rem !important;
  }
  .contact-block .contact-item a {
    font-size: 0.95rem !important;
  }
  .contact-block .row.g-5 {
    --bs-gutter-y: 0rem !important;
  }
  .payments {
    margin-bottom: 1rem !important;
  }
}
.video-thumbnail {
  position: relative;
}
.video-thumbnail::before {
  position: absolute;
  content: "\f4f2";
  font-family: bootstrap-icons;
  font-size: 2rem;
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(35, 112, 104, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-item-wrap.listing .blog-image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
}
.blog-item-wrap.listing .blog-image img {
  width: 100% !important;
  height: auto !important;
}

.blog-details .blog-image {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
}
.blog-details .blog-image img {
  width: 100% !important;
  height: auto !important;
}

#shiprocket_pincode_check {
  display: none;
}

#check_pincode {
  display: none;
}/*# sourceMappingURL=style.css.map */