/*------------------------------------------------------------------

 *
 * Author      : Wditsolution
 * Project     : Vigo Landing Page
 * Version     : 1.0.0
 * Description : Just a simple starter template to jump start your development.
 * Primary use : Starter Template
 * Last update : YYYY/MM/DD
 * Develop     : Badhon Khan
 *
 * -----------------------------------------------------------------*
 *                         TABLE OF CONTENTS                        *
 * -----------------------------------------------------------------*
 *
 * 01. Base Styles
 * 02. Header
 * 03. Navigation
 * 04. Footer Styles
 * 05. vigo-slider
 * 06. call-to-action
 * 07. features
 * 08. services
 * 09. about
 * 10. product-features
 * 11. recommended
 * 12. newsletter
 * 13. gallery
 * 14. pricing-table
 * 15. process
 * 16. ingredients
 * 17. testimonial
 * 18. product
 * 19. certification
 * 05. Responsive Styles
 *

 * -----------------------------------------------------------------*
 *                        Color Codes                               *
 * -----------------------------------------------------------------*

 * $white: #fff;
 * $green: #2acb35;
 * $black: #333740;
 * $light-gray: #f1f1f1;

 * -----------------------------------------------------------------*
 *                        Font Family                               *
 * -----------------------------------------------------------------*
 *$ral: 'Raleway', sans-serif;
 *$lato: 'Lato', sans-serif;
 *$cou: 'Courgette', cursive;
-------------------------------------------------------------------*/
/*------------------------------------------
	Google Font
--------------------------------------------*/
/*------------------------------------------
	Theme Colors
--------------------------------------------*/
/**
 * ---------------------------------------------------------------------------
 * 0?. Base Styles.
 * ---------------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css?family=Courgette|Lato|Raleway:400,500,600,700,900");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@600;700;800&display=swap");

body {
  font-size: 14px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1;
}

section {
  padding: 20px 0;
}

/*------------------------------------------
	Theme Colors Class
--------------------------------------------*/
.white {
  color: white !important;
}

.black {
  color: #333740 !important;
}

.green {
  color: #2acb35 !important;
}

.bg-white {
  background: white !important;
}

.bg-black {
  background: #333740 !important;
}

.bg-green {
  background: #2acb35 !important;
}

/*------------------------------------------
	Global Class
--------------------------------------------*/
.ral {
  font-family: "Raleway", sans-serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

.cou {
  font-family: "Courgette", cursive;
}

.pd-0 {
  padding: 0;
}

.pdl-0 {
  padding-left: 0;
}

.pdr-0 {
  padding-right: 0;
}

.pdb-0 {
  padding-bottom: 0;
}

.mr-0 {
  margin: 0 !important;
}

.mrl-0 {
  margin-left: 0;
}

.mrr-0 {
  margin-right: 0;
}

.mrt-0 {
  margin-top: 0 !important;
}

.mrb-0 {
  margin-bottom: 0 !important;
}

.mr-auto {
  margin: 0 auto;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

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

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.border-0 {
  border: 0;
}

.focus-none:focus {
  box-shadow: none;
  border-color: transparent;
}

.border-radius-0 {
  border-radius: 0;
}

.border-transparent {
  border-color: transparent;
}

.border-transparent:active,
.border-transparent:focus {
  border-color: transparent;
}

.bg-transparent {
  background: transparent;
}

.container-1650 {
  max-width: 1650px;
}

.cursor-pointer {
  cursor: pointer;
}

.page-title {
  padding-bottom: 23px;
}

.page-title .page-sub-title {
  font-family: "Courgette", cursive;
  color: #2acb35;
  font-size: 14px;
}

.page-title .page-main-title {
  font-size: 20px;
  font-weight: 600;
}

.vigo-btn {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.vigo-btn:hover {
  color: #2acb35 !important;
  background: white !important;
  border: 1px solid #2acb35 !important;
}

.hvr-shutter-out-horizontal {
  transition-duration: 0.50s !important;
}

.hvr-shutter-out-horizontal:hover {
  border-color: #2acb35;
  color: #2acb35 !important;
}

.hvr-shutter-out-horizontal:before {
  background: white;
  transition-duration: 0.50s;
}

.hvr-shutter-in-horizontal {
  transition-duration: 0.50s !important;
}

.hvr-shutter-in-horizontal:before {
  background: white;
  transition-duration: 0.50s;
}

.hvr-shutter-in-horizontal:hover {
  border-color: white !important;
  color: white !important;
  background: #2acb35 !important;
}

.white-btn:hover {
  background: #2acb35 !important;
  color: white !important;
  border-color: white !important;
  transform: translateY(-5px);
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.highlight-text {
  font-weight: 700;
}

.before-none:before {
  display: none;
}

.vigo-loder {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #2acb35;
  z-index: 30;
}

.mixitup-control-active {
  color: #2acb35 !important;
}

.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%);
  margin: 0;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

#container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

#play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url(../img/play-button.png) no-repeat 50% 50%;
  background-size: auto, cover;
  z-index: 10;
}

.page-title {
  position: relative;
}

.page-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 80px;
  border-radius: 20px;
  background: #2acb35;
}

/* ==========================
	Custom Media Query
============================= */
@media (min-width: 1024px) {
  body {
    font-size: 15px;
    line-height: 25px;
    font-family: "Lato", sans-serif;
  }

  h1 {
    font-size: 72px;
    line-height: 82px;
    font-weight: 400;
  }

  h2 {
    font-size: 47px;
    line-height: 41px;
    font-weight: 500;
  }

  h3 {
    font-size: 36px;
    line-height: 35px;
  }

  h4 {
    font-size: 34px;
    line-height: 38px;
  }

  h5 {
    font-size: 24px;
    line-height: 35px;
  }

  h6 {
    font-size: 18px;
    line-height: 35px;
  }

  i {
    line-height: 1 !important;
  }

  .page-title .page-sub-title {
    line-height: 1;
  }

  .page-title .page-main-title {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .custom-container,
  .container-1650 {
    max-width: 1240px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .vigo-btn {
    font-size: 18px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-weight: 300;
    letter-spacing: 1px;
  }

  .page-title {
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
  }

  .page-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
    border-radius: 20px;
    background: #2acb35;
  }

  .page-title .page-sub-title {
    font-size: 24px;
    line-height: 34px;
  }

  .page-title .page-main-title {
    font-size: 34px;
    line-height: 44px;
    color: #333740;
  }

  .is-sticky .main-nav {
    border-bottom: 1px solid #c8c8c8;
  }

  .hvr-shutter-out-horizontal {
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .hvr-shutter-out-horizontal:hover {
    border-color: #2acb35;
    color: #2acb35 !important;
  }

  .hvr-shutter-out-horizontal:before {
    background: white;
    transition-duration: 0.50s;
  }

  .hvr-shutter-in-horizontal {
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .hvr-shutter-in-horizontal:before {
    background: white;
    transition-duration: 0.50s;
  }

  .hvr-shutter-in-horizontal:hover {
    border-color: white !important;
    color: white !important;
    background: #2acb35 !important;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }

  .page-title {
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-title {
    padding-bottom: 15px;
  }

  .page-title .page-sub-title {
    line-height: 24px;
  }

  .page-title .page-main-title {
    line-height: 30px;
  }
}

/**
 * ---------------------------------------------------------------------------
 * 0?. Header Styles
 * ---------------------------------------------------------------------------
 */
.header-info .media {
  width: 25px;
  height: 25px;
  border-radius: 100%;
}

.header-info .header-meta {
  margin-right: 5px;
}

.social-media i {
  font-size: 18px;
  margin: 0 3px;
}

.modal-dialog textarea,
.modal-dialog input {
  margin-bottom: 10px;
}

.header-top a {
  transition: 0.5s;
}

.header-top a:hover {
  text-decoration: none;
  color: #333740 !important;
}

.header-top .header-meta .header-meta-main-btn .media-body {
  transition: 0.5s;
}

.header-top .header-meta .header-meta-main-btn:hover .media-body {
  color: #333740 !important;
}

.header-top .social-media a i {
  transition: 0.5s;
}

.header-top .social-media a:hover i {
  color: #333740 !important;
}

header {
  position: relative;
}

header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  border-bottom: 1px dashed #2acb35;
}

@media (min-width: 576px) {
  .header-top .custom-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .header-top .custom-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  header .social-media {
    padding: 0;
    padding-left: 18px;
  }

  .header-info i {
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 100%;
    margin-right: 10px !important;
    font-size: 18px;
    position: relative;
  }

  .header-info i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header-info .media {
    width: auto;
    height: auto;
    border-radius: 100%;
  }

  .header-info .header-meta {
    background: transparent !important;
    margin-right: 36px;
  }

  .header-info .header-meta .header-meta-main-btn {
    margin-right: 10px;
    background: transparent !important;
  }

  .header-info .header-meta .search-form i {
    width: auto;
    height: auto;
    background: transparent;
    margin: 0 !important;
  }

  .header-info .header-meta .search-form i:before {
    position: static;
    left: auto;
    height: auto;
  }

  .header-info .header-meta-ph {
    margin-right: 46px;
  }

  .ct-slider-text {
    transform: translateX(-24px);
  }

  .social-media i {
    margin-left: 0;
    margin-right: 16px;
  }
}

/**
 * ---------------------------------------------------------------------------
 * 0?. Navigation
 * ---------------------------------------------------------------------------
 */
.main-nav {
  position: relative;
  z-index: 20;
  padding: 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.35);
}

.main-nav nav .nav-link {
  transition: 0.5s;
}

.main-nav nav .nav-link:hover {
  color: #2acb35 !important;
}

.main-nav nav .navbar-brand img {
  max-width: 100px;
}

.main-nav nav .navbar-light .navbar-toggler {
  padding: 5px;
}

.main-nav .vigo-btn {
  padding: 7px 5px;
  position: relative;
  z-index: 10;
  transform: translateX(7px);
}

.main-nav .main-logo {
  position: absolute;
  width: 100%;
  top: 8px;
}

.main-nav .navbar-toggler {
  position: relative;
  z-index: 10;
  padding: 3px 5px;
  transform: translateX(-7px);
}

.main-nav .navbar-toggler .navbar-toggler-icon {
  font-size: 15px;
}

.main-nav .current a {
  color: #2acb35 !important;
}

@media (max-width: 991px) {
  .main-nav nav {
    min-height: 60px;
    position: relative;
  }

  .main-nav .main-logo {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    text-align: center !important;
    z-index: 100 !important;
    margin: 0 !important;
  }

  .main-nav nav > div:last-child {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 0 !important;
  }

  .main-nav .navbar-toggler {
    transform: none !important;
    margin: 0 !important;
    padding: 6px 10px !important;
  }

  .main-nav .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    z-index: 999;
    padding: 15px 20px;
  }

  .main-nav .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 100%;
  }

  .main-nav .nav-link {
    padding: 8px 0;
    font-size: 15px;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .main-nav .navbar-expand-lg {
    padding-top: 0;
  }

  .main-nav .nav-link {
    color: #333740 !important;
  }
}

@media (min-width: 992px) {
  .main-nav .main-logo {
    position: static;
  }
}

@media (min-width: 1024px) {
  .main-nav .main-logo {
    position: absolute;
  }

  .main-nav .main-logo {
    display: inline-block !important;
    left: 0 !important;
    width: auto;
    top: 10px;
  }
}

@media (min-width: 1200px) {
  .header-top {
    padding: 10px 0;
  }

  .main-nav {
    padding-bottom: 0;
  }

  .main-nav .navbar-nav {
    margin-right: 52px;
  }

  .main-nav .navbar-expand-lg {
    padding: 2px 0;
  }

  .main-nav .nav-link {
    font-size: 17px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .main-nav nav .navbar-brand img {
    max-width: 100%;
  }

  .header-info .header-meta-search-btn {
    margin-right: 0;
  }

  .header-info .header-meta-search-icon {
    margin-right: 5px !important;
  }

  .main-nav .vigo-btn {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}

/**
 * ---------------------------------------------------------------------------
 * 0?. Footer Styles
 * ---------------------------------------------------------------------------
 */
footer {
  padding: 25px 30px;
  background: url("../img/footer-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}

footer .footer-title {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

footer .footer-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background: #2acb35;
  border-radius: 20px;
}

footer .footer-box {
  margin-bottom: 25px;
}

footer .footer-content {
  margin-bottom: 20px;
}

footer .payment-method {
  margin-top: 10px;
}

footer .payment-method img {
  margin-bottom: 8px;
}

footer .footer-contact-form textarea,
footer .footer-contact-form input {
  margin-bottom: 10px;
}

footer .contact-address li {
  padding: 0 0 10px;
}

footer .contact-address li i {
  margin-right: 15px;
}

footer .contact-address li:last-child {
  padding-bottom: 0;
}

footer .footer-box-border {
  position: relative;
}

footer .footer-box-border:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 180px;
  background: #2acb35;
  transform: translate(-50%, -50%);
}

.copyright {
  padding: 20px 0;
  letter-spacing: 2px;
}

.copyright .social-media {
  margin-top: 20px;
  margin-bottom: 10px;
}

.copyright .social-media a i {
  transition: 0.5s;
}

.copyright .social-media a:hover i {
  color: #2acb35 !important;
}

.copyright a {
  transition: 0.5s;
}

.copyright a:hover {
  text-decoration: none;
  color: #2acb35 !important;
}

@media (max-width: 575px) {
  footer {
    padding-top: 25px !important;
    padding-bottom: 23px !important;
  }

  .copyright {
    padding-top: 6px;
    padding-bottom: 28px;
  }
}

@media (min-width: 768px) {
  footer {
    padding: 35px 0 12px;
  }

  .footer-title,
  .footer-box,
  .copyright,
  .footer-contact-form,
  .footer-content {
    text-align: left !important;
  }

  .footer-title:before {
    left: 0 !important;
    transform: translateX(0) !important;
  }

  .copyright-box {
    text-align: left;
  }

  .footer-contact-form textarea {
    min-height: 140px;
  }
}

@media (min-width: 1024px) {
  footer {
    padding: 29px 0 9px;
  }
}

@media (min-width: 1200px) {
  footer {
    padding: 95px 0 70px;
  }

  footer .footer-title {
    font-size: 34px;
    line-height: 44px;
    padding-bottom: 19px;
    margin-bottom: 23px;
  }

  .copyright .social-media {
    margin-top: 0;
  }

  .copyright .copyright-text {
    margin: 0;
  }

  .footer-content {
    font-size: 15px;
    line-height: 25px;
  }

  footer .vigo-send-message {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
    padding-bottom: 10px;
  }

  footer .vigo-send-message:before {
    display: none;
  }

  footer .footer-content {
    margin-bottom: 54px;
  }

  footer .footer-contact-form textarea {
    margin-top: 2px;
    margin-bottom: 15px;
    height: 222px;
  }

  .contact-office-hours p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .contact-address {
    margin-top: 24px;
  }

  footer .contact-address .list-group-item:last-child,
  footer .contact-address .list-group-item:first-child {
    border-radius: 0;
  }

  footer .contact-address li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
  }

  footer .contact-address li i {
    font-size: 18px;
  }

  footer .contact-address .fa-map-marker {
    margin-top: 5px;
  }
}

@media (max-width: 1024px) {
  footer .contact-address .fa-map-marker {
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 40px 0 12px;
  }
}

/*---------- Slider Section---------*/
.main-slider {
  padding: 0;
}

.main-slider .slider-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.main-slider .slider-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.main-slider .slider-title br {
  display: none;
}

.main-slider .vigo-btn {
  font-size: 12px;
  padding: 5px 10px;
}

.main-slider .owl-nav {
  display: none;
}

@media (min-width: 768px) {
  .main-slider .slider-title {
    font-size: 33px;
    line-height: 35px;
  }

  .main-slider .slider-text-box {
    transform: translateY(-60%);
    padding-left: 50px;
  }

  .main-slider .vigo-btn {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 500;
  }

  .main-slider .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }

  .main-slider .owl-nav div {
    display: inline-block;
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 0.35);
    padding: 10px;
    transition: 0.5s;
  }

  .main-slider .owl-nav div i {
    color: #333740;
    transition: 0.5s;
  }

  .main-slider .owl-nav div:hover {
    border-color: #2acb35;
  }

  .main-slider .owl-nav div:hover i {
    color: #2acb35;
  }

  .main-slider .owl-nav .owl-next {
    float: right;
  }

  .main-slider p {
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .main-slider .slider-title {
    font-size: 62px;
    line-height: 82px;
  }

  .main-slider .slider-text-box {
    transform: translateY(-60%);
  }

  .main-slider .vigo-btn {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .main-slider .ct-slider-text a {
    font-weight: 300;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}

/*---------- Call To Action Section---------*/
a.back_to_top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 5px;
  color: #2acb35;
  font-size: 20px;
}

.footer-logo a:first-child {
  padding-right: 100px;
}

.call-to-action {
  padding: 8px 0;
}

.call-to-action .call-to-action-title {
  font-size: 17px;
  font-weight: 500;
  margin: 5px 0 0 !important;
}

.call-to-action .call-to-action-subtitle {
  font-size: 14px;
}

.call-to-action .call-to-action-big-img {
  margin: 10px 0 10px;
}

.call-to-action .call-to-action-content {
  padding: 10px 0 0;
}

.call-to-action .call-to-action-view-btn {
  padding: 10px 0 15px;
}

@media (min-width: 768px) {
  .call-to-action {
    background: #2acb35;
  }

  .call-to-action .call-to-action-big-img {
    position: absolute;
    left: 15px;
    top: 40%;
    min-width: 55%;
    z-index: 10;
    transform: translateY(-50%);
  }

  .call-to-action .call-to-action-big-img img {
    margin: 0;
  }

  .call-to-action .call-to-action-content {
    text-align: left;
    padding: 25px 0;
  }
}

@media (min-width: 1024px) {
  .call-to-action {
    padding: 35px 0;
  }

  .call-to-action .call-to-action-title {
    font-size: 25px;
  }

  .call-to-action .call-to-action-content {
    text-align: left;
    padding: 0;
  }

  .call-to-action .call-to-action-big-img {
    top: 20%;
  }
}

@media (min-width: 1200px) {
  .call-to-action {
    padding: 50px 0 52px;
  }

  .call-to-action .call-to-action-subtitle {
    font-size: 24px;
    line-height: 34px;
  }

  .call-to-action .call-to-action-title {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 !important;
  }

  .call-to-action .call-to-action-view-btn {
    padding: 0;
  }

  .call-to-action .call-to-action-view-btn a {
    margin-left: 20px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 38px !important;
    padding-right: 38px !important;
  }
}

@media (min-width: 1430px) {
  .call-to-action .call-to-action-big-img {
    top: -10px;
    left: 8px;
  }
}

/*---------- features Section---------*/
.features {
  padding: 17px 0;
  border-bottom: 1px solid #f3f3f3;
}

.features .features-box {
  padding-bottom: 20px;
  padding-top: 11px;
}

.features .features-box:last-child {
  padding-bottom: 0;
}

.features .features-title {
  padding-bottom: 5px;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 700;
  padding-top: 15px;
}

.features .card-text {
  text-align: center;
}

.features .features-box img {
  width: 50px;
}

.content-product-features-img {
  margin: 13px 0;
}

@media (max-width: 1024px) {
  .features .features-body {
    padding: 0 12px;
  }

  .features .features-title {
    font-size: 18px;
    line-height: 28px;
  }

  .product-features .content-product-features-img {
    margin: 8px 0 18px;
  }
}

@media (min-width: 768px) {
  .features {
    padding-top: 40px;
    background: url("../img/features-bg.png") no-repeat;
    background-size: 100%;
  }
}

@media (min-width: 1200px) {
  .features {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .features .features-box img {
    width: 50%;
  }

  .features .features-title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 1400px) {
  .features {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

/*---------- services Section---------*/
.services {
  padding-top: 17px;
}

.services .services-box {
  padding-left: 15px;
  margin-bottom: 15px;
}

.services .services-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #2acb35;
  border-radius: 10px;
}

.services .services-container-title {
  margin-bottom: 22px;
  margin-top: 8px;
  text-align: center;
}

.services .services-container-title .page-sub-title {
  font-family: "Courgette", cursive;
  color: #2acb35;
  font-size: 14px;
}

.services .services-container-title .page-main-title {
  font-size: 20px;
  font-weight: 600;
}

.services .services-box-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.services .offer-limit {
  font-size: 20px;
  margin: 5px;
}

.services .about-content {
  margin-top: -5px;
}

.services .services-box-title {
  padding-bottom: 5px;
}

.services .offer-limit {
  font-size: 14px;
}

.services .product-offers-btn a {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 2px;
}

.services .services-big-img {
  margin-top: 10px;
}

@media (max-width: 575px) {
  .services {
    padding-top: 17px !important;
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .services {
    padding: 20px 0 35px;
  }

  .services .services-container-title {
    text-align: left;
  }

  .services .services-container-title .page-sub-title {
    line-height: 1;
  }

  .services .services-box-title {
    line-height: 1;
    padding-bottom: 5px;
  }

  .services .services-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .services {
    padding: 43px 0 37px;
  }
}

@media (min-width: 1200px) {
  .services {
    padding: 77px 0 52px;
  }

  .services .services-container-title .page-sub-title {
    font-size: 24px;
    line-height: 34px;
  }

  .services .services-container-title .page-main-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
  }

  .services .services-box {
    margin-bottom: 28px;
  }

  .services .offer-limit {
    font-size: 34px;
    line-height: 44px;
    font-weight: 800;
  }

  .services .product-offers {
    font-size: 24px;
    line-height: 34px;
    padding-right: 45px;
    font-weight: 600;
  }

  .services .services-box-bottom-border {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 13px;
    padding-bottom: 4px;
  }

  .services .services-box-title {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 0;
  }

  .services .services-offer-text-highlights {
    font-size: 24px;
    font-weight: 500;
  }

  .services .product-offers-btn a {
    padding: 12px 32px !important;
  }

  .services .product-offers-btn {
    margin-top: 9px;
  }
}

@media (max-width: 768px) {
  .services {
    padding: 38px 0 40px;
  }

  .services .page-sub-title {
    line-height: 24px;
  }

  .services .page-main-title {
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .services .services-box-title {
    padding-bottom: 8px;
  }

  .services .services-box {
    padding-left: 22px;
    padding-right: 30px;
    margin-bottom: 30px;
  }

  .services .services-box .services-box-title {
    font-size: 16px;
  }

  .services .product-offers {
    font-weight: 500;
    font-size: 16px;
  }

  .services .offer-limit {
    font-size: 20px;
  }

  .services .services-container-title .page-main-title {
    font-size: 18px;
  }
}

/*---------- about Section---------*/
.about-section {
  background: url("../img/about-bg.jpg");
  background-size: cover;
  text-align: center;
}

.about-section .about-content-title {
  margin-top: 15px;
  font-size: 20px;
  padding-bottom: 15px;
}

.about-section .about-content-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 4px;
  background: white;
  border-radius: 20px;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .about-section {
    padding: 35px 0;
  }
}

@media (min-width: 1024px) {
  .about-section {
    padding: 40px 0;
    text-align: left;
  }

  .about-section .about-content-title {
    margin-top: 0;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .about-section .about-content-title:before {
    left: 0;
    transform: translateX(0);
  }
}

@media (min-width: 1200px) {
  .about-section {
    padding: 102px 0 94px;
  }

  .about-section .about-content-title {
    font-size: 47px;
    line-height: 57px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .about-section .about-content p {
    margin-bottom: 25px;
  }

  .about-section .about-section-btn {
    margin-top: 16px;
    padding: 14px 48px !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    border-color: #333740;
    color: #333740 !important;
  }

  .about-section .about-section-btn i {
    font-size: 18px;
  }

  .about-section .about-section-btn:hover {
    color: #fff !important;
  }

  .about-section #video {
    margin-top: 10px;
  }

  .about-section .about-section-area {
    padding-left: 31px;
  }

  .about-section .about-section-text-area p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (max-width: 575px) {
  .about-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 41px 0 42px;
  }
}

@media (max-width: 1024px) {
  .about-section .about-section-area {
    padding-left: 28px;
  }

  .about-section .about-section-btn {
    border-color: #333740;
    color: #333740 !important;
    overflow: hidden;
  }

  .about-section .about-section-text-area {
    padding-bottom: 20px;
  }

  .about-section .about-section-text-area p {
    margin-bottom: 10px;
  }
}

/*---------- Product Features Section---------*/
.product-features {
  background: #f1f1f1;
  padding-bottom: 25px;
}

.product-features .media {
  margin: 10px 0;
  transition: 0.5s;
}

.product-features .media:hover {
  transform: translateY(-5px);
}

.product-features .media:hover .product-features-img,
.product-features .media:hover .media-body {
  background: #2acb35;
  color: white;
}

.product-features .media:hover .media-body {
  box-shadow: -36px 0px #2acb35, 0 0px 0px 0;
}

.product-features .media:hover .product-features-title {
  color: #fff;
}

.product-features .product-features-img {
  background: white;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  transition: 0.5s;
  box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}

.product-features .product-features-title {
  font-size: 14px;
  font-weight: 600;
}

.product-features .media-body {
  background: white;
  padding: 15px 9px;
  transition: 0.5s;
  box-shadow: -36px 0px #fff, 0 0px 0px 0;
}

.product-features .product-features-img img {
  width: 25px;
}

@media (max-width: 575px) {
  .product-features {
    padding-top: 18px !important;
    padding-bottom: 24px !important;
  }
}

@media (min-width: 768px) {
  .product-features {
    padding: 34px 0;
  }
}

@media (min-width: 1024px) {
  .product-features {
    padding: 40px 0 30px;
  }

  .product-features .product-features-title {
    line-height: 1;
  }

  .product-features .product-features-content {
    font-size: 14px;
    line-height: 20px;
  }

  .product-features .media-body {
    padding: 10px 10px;
  }

  .product-features .flex-lg-row-reverse:hover .media-body {
    box-shadow: 36px 0px #2acb35, 0 0px 0px 0;
  }

  .product-features .flex-lg-row-reverse:hover .product-features-title {
    color: #fff;
  }

  .product-features .flex-lg-row-reverse .media-body {
    box-shadow: 36px 0px #fff, 0 0px 0px 0;
  }

  .product-features .product-features-mr-lg-0 {
    margin: 0;
  }

  .product-features .order-lg-1 {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .product-features {
    padding: 94px 0 82px;
  }

  .product-features .product-features-title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333740;
  }

  .product-features .product-features-content {
    font-size: 15px;
    line-height: 25px;
    color: #333740;
  }

  .product-features .media-body {
    padding: 15px 13px;
  }

  .product-features .flex-lg-row-reverse .media-body {
    padding: 15px 13px;
  }

  .product-features .product-features-main-title {
    padding-bottom: 10px;
  }

  .product-features .product-features-left {
    padding-right: 30px;
  }

  .product-features .product-features-right {
    padding-left: 30px;
  }

  .product-features-content {
    transition: 0.5s;
  }

  .product-features .flex-lg-row-reverse:hover .product-features-content {
    color: #fff;
  }

  .product-features .media:hover .product-features-content {
    color: #fff;
  }

  .product-features .media {
    margin: 21px 0;
  }

  .right-first-child {
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .product-features {
    padding: 39px 0 43px;
  }

  .product-features .page-title {
    margin-bottom: 33px;
  }

  .product-features .media-body {
    text-align: left !important;
  }
}

@media (max-width: 1024px) {
  .product-features .product-features-title {
    font-size: 16px;
  }

  .product-features .media-body {
    padding: 20px;
  }

  .product-features .media {
    margin: 15px 0;
  }

  .product-features .right-first-child {
    margin-top: 0;
  }
}

/*---------- Recommended Section---------*/
.recommended {
  padding-bottom: 2px;
}

.recommended .recommended-container-title {
  margin-bottom: 20px;
  text-align: center;
}

.recommended .recommended-container-title .page-sub-title {
  font-family: "Courgette", cursive;
  color: #2acb35;
  font-size: 14px;
}

.recommended .recommended-container-title .page-main-title {
  font-size: 18px;
  font-weight: 600;
}

.recommended .recommended-big-img {
  margin-bottom: 20px;
}

.recommended .recommended-box {
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}

.recommended .recommended-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 0;
  background: #2acb35;
  transition: 0.5s;
}

.recommended .recommended-box:hover:before {
  height: 100%;
}

.recommended .recommended-box {
  text-align: center;
}

@media (max-width: 575px) {
  .recommended {
    padding-top: 20px !important;
    padding-bottom: 6px !important;
  }
}

@media (min-width: 768px) {
  .recommended {
    padding: 35px 0 16px;
  }
}

@media (min-width: 1024px) {
  .recommended {
    padding: 40px 0 20px;
  }
}

@media (min-width: 768px) {

  .recommended .recommended-box,
  .recommended .recommended-container-title {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .recommended .recommended-box {
    padding: 15px;
  }

  .recommended .recommended-box p {
    line-height: 20px;
  }

  .recommended .recommended-container-title {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .recommended {
    padding: 97px 0 81px;
  }

  .recommended .recommended-container-title {
    margin-bottom: 60px;
    text-align: left;
    margin-top: 25px;
  }

  .recommended .recommended-container-title .page-sub-title {
    font-size: 18px;
    line-height: 28px;
  }

  .recommended .recommended-container-title .page-main-title {
    font-size: 24px;
    line-height: 34px;
    color: #333740;
    font-weight: 700;
  }

  .recommended .recommended-box {
    padding: 30px 30px 30px 20px;
    transition: 0.5s;
    text-align: left;
    margin-right: 25px;
  }

  .recommended .recommended-box:hover {
    transform: translateY(-10px);
  }

  .recommended .recommended-box-title {
    font-size: 18px;
    line-height: 28px;
    color: #333740;
    font-weight: 700;
  }

  .recommended .recommended-box p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .recommended .recommended-right-box {
    margin-left: 5px;
  }

  .recommended-area {
    padding-left: 44px;
  }
}

@media (max-width: 768px) {
  .recommended {
    padding: 39px 0 23px;
  }

  .recommended .page-sub-title {
    line-height: 24px;
  }

  .recommended .page-main-title {
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .recommended .recommended-big-img {
    margin-top: 10px;
  }

  .recommended .recommended-box img {
    width: 115px;
  }
}

/*---------- Newsletter Section---------*/
.newsletter {
  background: url("../img/newsletter-bg.jpg");
  background-size: cover;
  background-position: center center;
}

.newsletter input[type=text],
.newsletter input[type=email] {
  text-align: center;
  margin-bottom: 10px;
}

.newsletter ::-webkit-input-placeholder {
  text-align: center;
  color: white;
}

.newsletter :-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  color: white;
}

.newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  color: white;
}

.newsletter :-ms-input-placeholder {
  text-align: center;
  color: white;
}

.newsletter .justify-content-center .vigo-btn {
  background: #fff !important;
}

.newsletter .white-btn:hover {
  background: transparent !important;
  color: #2acb35 !important;
}

.newsletter input {
  font-size: 14px;
  padding: 5px .75rem;
}

@media (max-width: 575px) {
  .newsletter {
    padding-top: 17px !important;
    padding-bottom: 24px !important;
  }
}

@media (min-width: 768px) {
  .newsletter {
    padding: 35px 0;
  }

  .newsletter input {
    padding: 7px;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .newsletter {
    padding: 40px 0 30px;
  }

  .newsletter .page-title {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .newsletter {
    padding: 40px 0;
  }

  .newsletter input[type=text],
  .newsletter input[type=email] {
    margin-bottom: 0;
    padding: 10px;
  }

  .newsletter .vigo-btn {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .newsletter {
    padding: 53px 0 60px;
  }

  .newsletter input[type=text],
  .newsletter input[type=email] {
    font-size: 24px;
    line-height: 34px;
    padding: 13px !important;
  }

  .newsletter .vigo-btn {
    font-size: 24px;
    padding: 15px 40px !important;
  }

  .newsletter .newsletter-input {
    margin: 0 10px;
  }
}

@media (min-width: 1400px) {

  .newsletter input[type=text],
  .newsletter input[type=email] {
    padding: 22px;
  }
}

/*---------- Newsletter Section---------*/
.gallery .gallery-filter-btn-group {
  width: 100%;
  margin-bottom: 15px;
  justify-content: center;
}

.gallery .gallery-filter-btn-group .btn-secondary {
  background: transparent;
  color: #333740;
  font-size: 13px;
  padding: 4px;
}

.gallery .gallery-filter-btn-group .btn-secondary:hover {
  background-color: transparent;
  color: #2acb35;
}

.gallery .item-desc {
  font-size: 14px;
}

.gallery .gallery-category {
  font-size: 12px;
}

.gallery .filtr-item {
  padding: 0 0px 10px;
}

.gallery .gallery-content-box {
  margin-bottom: 5px;
  padding: 5px;
  box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}

.gallery .gallery-overlay:hover:before {
  opacity: 1;
}

.gallery .gallery-overlay:hover .search-icon {
  opacity: 1;
}

.gallery .gallery-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  background: rgba(42, 203, 53, 0.7);
}

.gallery .gallery-overlay .search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
  .gallery {
    padding-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .gallery {
    padding: 35px 0 22px;
  }

  .gallery .gallery-filter-btn-group {
    text-align: center;
    display: inline-block;
  }

  .gallery .gallery-filter-btn-group .btn-secondary {
    padding: 15px;
  }

  .gallery .gallery-content-box {
    margin-bottom: 15px;
  }

  .gallery .item-desc {
    line-height: 1;
  }

  .gallery .gallery-menu-box {
    display: inline-block;
    padding-left: 58px;
    padding-right: 58px;
    margin-bottom: 13px;
    margin-top: 10px;
    box-shadow: 0px 4px 16px 3px rgba(51, 51, 51, 0.08);
  }
}

@media (min-width: 1024px) {
  .gallery {
    padding: 40px 0 0;
  }
}

@media (min-width: 1024px) {
  .gallery {
    padding: 40px 0 14px;
  }

  .gallery .item-desc {
    font-size: 18px;
  }

  .gallery .gallery-content-box {
    padding: 15px 0;
  }

  .gallery .gallery-content-box {
    margin-bottom: 30px;
  }

  .gallery .gallery-menu-box {
    display: inline-block;
    padding-left: 58px;
    padding-right: 58px;
    margin-bottom: 13px;
    margin-top: 10px;
    box-shadow: 0px 4px 16px 3px rgba(51, 51, 51, 0.08);
  }
}

@media (min-width: 1200px) {
  .gallery {
    padding: 94px 0 58px;
  }

  .gallery .gallery-category {
    font-size: 18px;
    line-height: 28px;
    color: #333740;
  }

  .gallery .gallery-filter-btn-group .btn-secondary {
    font-size: 24px;
    padding: 20px 30px;
  }

  .gallery .gallery-filter-btn-group {
    margin-bottom: 26px;
  }

  .gallery .filtr-container {
    margin-top: 20px;
  }

  .gallery .item-desc {
    color: #333740;
    font-size: 24px;
    line-height: 34px;
  }

  .gallery-hover {
    transition: 0.5s;
    display: inline-block;
  }

  .gallery-hover:hover {
    transform: translateY(-10px);
  }
}

@media (max-width: 1024px) {
  .gallery {
    padding: 40px 0 0;
  }

  .gallery .gallery-content-box {
    padding: 15px 0 10px;
  }
}

/*---------- Pricing Table Section---------*/
.vigo-price {
  padding-top: 0;
  padding-bottom: 15px;
}

.vigo-price .list-group {
  margin-bottom: 10px;
}

.vigo-price li {
  padding: 2px 0;
  font-size: 12px;
}

.vigo-price li .pricing {
  padding: 0 0 10px;
}

.vigo-price .vigo-pricing-table {
  margin: 10px 0;
  padding: 15px 10px;
  box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}

.vigo-price .pricing-icon-box {
  height: 65px;
  margin-bottom: 8px;
}

.vigo-price .price-package {
  padding: 5px 0;
  font-weight: 700;
}

.vigo-price .price-package:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: transparent;
}

.vigo-price .price-package p {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}

.vigo-price .vigo-btn {
  padding-left: 16px;
  padding-right: 16px;
}

.vigo-price .pricing-icon-box {
  height: 50px;
}

.vigo-price .pricing-icon-box img {
  width: 65px;
}

@media (max-width: 575px) {
  .vigo-product {
    padding-top: 20px !important;
    padding-bottom: 16px !important;
  }
}

@media (min-width: 768px) {
  .vigo-price {
    padding: 0 0 26px;
  }

  .vigo-price .price-package:before {
    background: #c7c7c7;
  }
}

@media (max-width: 768px) {
  .vigo-price {
    padding-top: 18px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .vigo-price {
    padding: 0 0 32px;
  }
}

@media (min-width: 1200px) {
  .vigo-price {
    padding: 0 0 92px;
  }

  .vigo-price li {
    font-size: 24px;
    line-height: 34px;
    padding: 0;
  }

  .vigo-price li .pricing {
    font-weight: 900;
    font-size: 34px;
    padding-bottom: 23px;
    padding-top: 10px;
    color: #333740;
  }

  .vigo-price .vigo-pricing-table {
    padding: 50px 0;
    transition: 0.5s;
  }

  .vigo-price .vigo-pricing-table:hover {
    transform: translateY(-7px);
    border-bottom: 7px solid #2acb35;
    box-shadow: 0px 0px 44px -8px rgba(51, 51, 51, 0.34118);
  }

  .vigo-price .pricing-icon-box {
    margin-bottom: 40px;
  }

  .vigo-price .price-package p {
    color: #333740;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }

  .vigo-price .pricing-order-now {
    padding-top: 16px;
  }

  .vigo-price .vigo-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vigo-price .vigo-price li .pricing {
    line-height: 44px;
  }

  .vigo-price .list-group-item .highlight-text {
    color: #333740;
  }
}

/*---------- Process Section---------*/
.process {
  background: url("../img/process-bg.jpg");
  background-size: cover;
  background-position: center center;
  padding-bottom: 7px;
}

.process .process-box {
  margin-bottom: 15px;
}

.process .process-box img {
  margin-bottom: 5px;
  width: 40px;
}

.process .page-title {
  margin-bottom: 10px;
}

.process .page-title:before {
  display: none;
}

@media (min-width: 768px) {
  .process {
    padding: 35px 0;
  }

  .process .process-box {
    margin-bottom: 0;
  }

  .process-box:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/dotted-border-img.png");
    width: 2px;
    height: 100%;
  }
}

@media (max-width: 575px) {
  .process {
    padding-top: 20px !important;
    padding-bottom: 5px !important;
  }
}

@media (max-width: 768px) {
  .process {
    padding: 40px 0 38px;
  }
}

@media (min-width: 1024px) {
  .process {
    padding: 40px 0;
  }
}

@media (min-width: 1200px) {
  .process {
    padding: 42px 0 53px;
  }

  .process .process-box {
    margin-top: 28px;
  }

  .process .process-box img {
    width: auto;
    transition: 0.5s;
  }

  .process .process-box p {
    font-size: 24px;
    margin-top: 5px !important;
  }

  .process .process-box:hover img {
    transform: translateY(-10px);
  }
}

/*---------- Ingredients Section---------*/
.ingredients .accordion-menu {
  padding: 10px;
  color: #333740;
  font-weight: 700;
}

.ingredients .item {
  margin-bottom: 13px;
}

.ingredients .item a {
  transition: 0.5s;
}

.ingredients .item a:hover {
  text-decoration: none;
}

.ingredients .item a .subtitle {
  font-size: 13px;
  display: none;
}

.ingredients .accordion-menu {
  box-shadow: 0px 0px 23px -8px rgba(51, 51, 51, 0.34118);
}

.ingredients .collapsed {
  background: white;
}

.ingredients .accordion-content {
  padding: 10px;
}

.ingredients .accordion-content {
  background: #2acb35;
  padding: 5px 20px 15px 10px;
  color: white;
}

.ingredients .active {
  background: #2acb35;
  color: white;
}

.ingredients .active .subtitle {
  display: block !important;
}

.ingredients .active i {
  transition: 0.5s;
  transform: rotate(45deg);
}

.ingredients .ingredients-Name {
  margin-bottom: 20px;
  font-size: 14px;
}

.ingredients .active {
  padding-bottom: 3px;
}

@media (max-width: 575px) {
  .ingredients {
    padding-top: 20px !important;
    padding-bottom: 25px !important;
  }
}

@media (min-width: 768px) {
  .ingredients {
    padding: 35px 0;
  }

  .ingredients .ingredients-name {
    margin-bottom: 36px;
  }
}

@media (min-width: 1024px) {
  .ingredients {
    padding: 40px 0 6px;
  }
}

@media (min-width: 1200px) {
  .ingredients {
    padding: 95px 0 65px;
  }

  .ingredients .ingredients-Name {
    margin-bottom: 20px;
  }

  .ingredients .accordion-menu {
    font-size: 18px;
    padding: 26px 45px;
  }

  .ingredients .ingredients-Name {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
  }

  .ingredients .accordion-content {
    padding: 0px 55px 25px 46px;
  }

  .ingredients .item a .subtitle {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
  }

  #vigoaccordion .active {
    padding-bottom: 10px;
  }

  .vigoaccordion-content {
    border-radius: 10px;
  }
}

@media (max-width: 1024px) {

  .ingredients .accordion-content,
  .ingredients .active {
    padding-left: 15px;
  }

  .ingredients .ingredients-big {
    margin-bottom: 34px;
  }
}

@media (max-width: 768px) {
  .ingredients {
    padding: 40px 0;
  }

  .ingredients .ingredients-big {
    margin: 0;
  }

  .ingredients .page-title {
    margin-bottom: 30px;
  }
}

/*---------- Testimonial Section---------*/
.testimonial {
  background: url("../img/testimonial-bg.jpg");
  background-size: cover;
  background-position: center center;
}

.testimonial .owl-dots {
  text-align: center;
}

.testimonial .owl-dots div {
  width: 17px;
  height: 3px;
  margin: 0 5px;
  background: #acadb1;
  display: inline-block;
}

.testimonial .owl-dots .active {
  background: #2acb35;
  transition: 0.5s;
}

.testimonial .testimonial-box .quotes-img {
  width: 40px;
}

.testimonial .author-meta .media-body {
  margin-top: 10px;
}

.testimonial .author-meta .media-body h5 {
  font-size: 16px;
  margin: 0;
}

@media (max-width: 575px) {
  .testimonial {
    padding-top: 24px !important;
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .testimonial {
    padding: 35px 0;
  }
}

@media (min-width: 1024px) {
  .testimonial {
    padding: 40px 0;
  }

  .testimonial .author-meta h5 {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (min-width: 1200px) {
  .testimonial {
    padding: 100px 0 96px;
  }

  .testimonial .testimonial-content {
    padding: 0 165px 14px;
  }

  .testimonial .author-meta h5 {
    font-size: 24px;
  }

  .testimonial .author-meta p {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial .owl-dots {
    margin-top: 30px;
  }

  .testimonial .testimonial-box .quotes-img {
    width: 64px;
  }

  .testimonial .author-meta .media-body h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
  }

  .testimonial .author-meta img {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .testimonial {
    padding: 40px 0 33px;
  }
}

/*---------- Certification Section---------*/
.vigo-product {
  padding-bottom: 0;
}

.vigo-product .page-title {
  padding-bottom: 12px;
}

.vigo-product .product-box {
  text-align: center;
}

.vigo-product .flexslider {
  margin-bottom: 0;
  border: 0;
}

.vigo-product .flex-active-slide img {
  transition: 0.5s;
  box-shadow: 0px 1px 22px -1px rgba(0, 0, 0, 0.21);
}

.vigo-product .flex-direction-nav a {
  margin: -12px 0 0 !important;
}

.vigo-product .vigo-small-img {
  padding-top: 10px;
  padding-bottom: 10px;
}

.vigo-product .product-box {
  margin-top: 10px;
}

.vigo-product .product_rating i {
  font-size: 14px;
  color: #eab230;
  letter-spacing: 4px;
}

.vigo-product .rating_subtitle {
  margin-left: 5px;
  font-size: 14px;
}

.vigo-product .product-price {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 800;
}

.vigo-product .product-content {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: 20px;
  border-top: 1px solid #c8c8c8;
  padding-left: 10px;
  padding-right: 10px;
}

.vigo-product .product-view {
  overflow: hidden;
}

.vigo-product .vigo-btn {
  padding: 10px 5px;
}

.vigo-product .product-box-content .flexslider .slides>li {
  margin-right: 15px !important;
}

.vigo-product input {
  background: #f1f1f1;
  border-radius: 5px;
}

.vigo-product input:focus {
  background: #f1f1f1;
}

.vigo-product input[type=text],
.vigo-product input[type=email] {
  text-align: center;
}

.vigo-product ::-webkit-input-placeholder {
  text-align: center;
}

.vigo-product :-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}

.vigo-product ::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}

@media (min-width: 768px) {
  .vigo-product {
    padding: 35px 0 0;
  }

  .vigo-product input {
    padding: 6px;
  }

  .vigo-product .product-view {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #c8c8c8;
  }

  .vigo-product .product-box {
    text-align: left;
  }

  .vigo-product .page-title {
    padding-bottom: 30px;
  }

  .vigo-product .product-quantity {
    margin-bottom: 18px;
  }
}

@media (min-width: 1200px) {
  .vigo-product .product_rating i {
    font-size: 28px;
  }
}

@media (min-width: 1400px) {
  .vigo-product {
    padding: 90px 0 0;
  }

  .vigo-product .product-box-title {
    padding-top: 30px;
  }

  .vigo-product .product-box-title h5 {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
  }

  .vigo-product .product-content {
    padding-top: 23px;
    padding-bottom: 40px;
    margin-top: 15px;
  }

  .vigo-product .vigo-btn {
    font-size: 24px;
  }

  .vigo-product .product-view {
    margin-top: 10px;
    padding-top: 18px;
  }

  .vigo-product .slides>li {
    transition: 0.5s;
  }

  .vigo-product .slides>li:hover {
    transform: translateY(-5px);
    box-shadow: -1px 3px 22px -1px rgba(0, 0, 0, 0.21);
  }

  .vigo-product .product-price {
    font-size: 24px;
    line-height: 34px;
    font-weight: 900;
  }
}

@media (max-width: 768px) {
  .vigo-product {
    padding: 38px 0 20px;
  }
}

/*---------- Certification Section---------*/
.certification {
  padding-bottom: 23px;
}

.certification .certification-img-box {
  margin-bottom: 15px;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.21);
}

@media (min-width: 1200px) {
  .certification {
    padding: 88px 0 102px;
  }

  .certification .certification-img-box {
    margin-top: 10px !important;
    margin-bottom: 0;
  }

  .certification .certification-img-box {
    transition: 0.5s;
  }

  .certification .certification-img-box:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 768px) {
  .certification {
    padding-bottom: 27px;
  }
}

/*-------------------------
	Responsive Section
---------------------------*/
/**
 * ---------------------------------------------------------------------------
 * 0?. Responsive Styles
 * ---------------------------------------------------------------------------
 */

/*------------------------------------------
	Promo Announcement Bar
--------------------------------------------*/
.promo-banner {
  background-color: #bd1622 !important;
  /* Premium rich retail red */
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding: 8px 0 !important;
  text-align: center;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.promo-banner:before {
  display: none !important;
  /* Remove original header green border */
}

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

.promo-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.6;
}

.promo-primary-group {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.promo-highlight {
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #ffffff;
}

.promo-timer {
  font-family: "Inter", monospace;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  background-color: #7f0f16 !important;
  /* Deeper red for visual contrast */
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 6px;
  letter-spacing: 0.8px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  text-transform: uppercase;
}

.promo-separator {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 15px;
  font-weight: 300;
}

.promo-secondary {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.2px;
}

/* Responsive adjustment */
@media (max-width: 767px) {
  .promo-banner {
    padding: 8px 0 !important;
  }

  .promo-content {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .promo-separator {
    display: none;
  }

  .promo-primary-group {
    font-size: 11.5px;
  }

  .promo-highlight {
    font-size: 11.5px;
  }

  .promo-timer {
    font-size: 11.5px;
    padding: 2px 6px;
    margin-left: 6px;
  }

  .promo-secondary {
    font-size: 11px;
  }
}

/*------------------------------------------
	Hero Section
--------------------------------------------*/
.hero-section {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.hero-tag {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #bd1622;
  text-transform: uppercase;
  margin-bottom: 2px;
  animation: heroFadeInUp 0.6s ease forwards;
}

.hero-heading {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  color: #333740;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  animation: heroFadeInUp 0.6s ease 0.15s forwards;
  opacity: 0;
}

.hero-description {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  color: #5a5f6a;
  font-weight: 400;
  margin-bottom: 15px;
  max-width: 520px;
  animation: heroFadeInUp 0.6s ease 0.3s forwards;
  opacity: 0;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 20px 0;
  animation: heroFadeInUp 0.8s ease 0.2s forwards;
  opacity: 0;
}

.hero-image-bg-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(42, 203, 53, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.hero-product-image {
  z-index: 2;
  max-height: 280px;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.hero-image-wrapper:hover .hero-product-image {
  transform: translateY(-5px) scale(1.02);
}

.hero-ctas {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  align-items: center;
  animation: heroFadeInUp 0.6s ease 0.45s forwards;
  opacity: 0;
}

.hero-ctas .btn {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 28px !important;
  border-radius: 4px !important;
  letter-spacing: 0.8px;
  transition: all 0.3s ease !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 280px;
}

.hero-cta-primary {
  background-color: #2acb35 !important;
  border: 2px solid #2acb35 !important;
  color: #ffffff !important;
}

.hero-cta-primary:hover {
  background-color: #23ab2c !important;
  border-color: #23ab2c !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(42, 203, 53, 0.3);
}

.hero-cta-secondary {
  background-color: transparent !important;
  border: 2px solid #c8ced6 !important;
  color: #5a5f6a !important;
}

.hero-cta-secondary:hover {
  border-color: #333740 !important;
  color: #333740 !important;
  background-color: rgba(0, 0, 0, 0.02) !important;
  transform: translateY(-2px);
}

/* Animations */
@keyframes heroFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {

  .hero-tag,
  .hero-heading,
  .hero-description,
  .hero-ctas,
  .hero-image-wrapper {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Responsive adjustment for Tablet view */
@media (min-width: 768px) {
  .hero-section {
    padding: 50px 0;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-template-rows: 1fr auto auto auto auto 1fr;
    column-gap: 30px;
    row-gap: 0;
    align-content: center;
    align-items: center;
    text-align: left;
  }

  .hero-tag {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: 4px;
  }

  .hero-heading {
    grid-column: 1;
    grid-row: 3;
    font-size: 32px;
    margin-bottom: 10px;
  }

  .hero-description {
    grid-column: 1;
    grid-row: 4;
    font-size: 14px;
    margin-bottom: 18px;
  }

  .hero-image-wrapper {
    grid-column: 2;
    grid-row: 1 / span 6;
    justify-self: center;
    margin: 0;
  }

  .hero-product-image {
    max-height: 360px;
  }

  .hero-ctas {
    grid-column: 1;
    grid-row: 5;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 0;
  }

  .hero-ctas .btn {
    width: auto;
    max-width: none;
  }
}

/* Responsive adjustment for Desktop views */
@media (min-width: 992px) {
  .hero-section {
    height: 65vh;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 0;
  }

  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    column-gap: 60px;
  }

  .hero-tag {
    margin-bottom: 6px;
  }

  .hero-heading {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 14px;
  }

  .hero-description {
    font-size: 14.5px;
    margin-bottom: 24px;
  }

  .hero-product-image {
    max-height: 480px;
  }

  .hero-ctas {
    gap: 15px;
  }
}

/*------------------------------------------
	Why Senzio Section
--------------------------------------------*/
.why-senzio-section {
  background-color: #fcfcfc;
  padding: 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.why-senzio-header {
  margin-bottom: 40px;
}

.why-senzio-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #bd1622;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.why-senzio-heading {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  color: #333740;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.why-senzio-lead {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #5a5f6a;
  max-width: 600px;
  margin: 0 auto;
}

.why-senzio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.why-senzio-card {
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-senzio-card:hover {
  transform: translateY(-2px);
}

.why-senzio-num {
  font-family: "Inter", sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: rgba(189, 22, 34, 0.12);
  /* Subtle brand red accent */
  line-height: 1;
  margin-bottom: 12px;
  display: block;
}

.why-senzio-card-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #333740;
  line-height: 1.35;
  margin-bottom: 10px;
}

.why-senzio-card-text {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: #5a5f6a;
  font-weight: 400;
  max-width: 290px;
  margin: 0;
}

.why-senzio-cta-container {
  padding-top: 15px;
}

.why-senzio-cta {
  background-color: #2acb35 !important;
  border: 2px solid #2acb35 !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 28px !important;
  border-radius: 4px !important;
  letter-spacing: 0.8px;
  transition: all 0.3s ease !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 320px;
}

.why-senzio-cta:hover {
  background-color: #23ab2c !important;
  border-color: #23ab2c !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(42, 203, 53, 0.3);
}

.why-senzio-cta-support {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

/* Responsive adjustment for Tablet view */
@media (min-width: 576px) {
  .why-senzio-grid {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }

  .why-senzio-card {
    align-items: flex-start;
  }

  .why-senzio-heading {
    font-size: 30px;
  }
}

/* Responsive adjustment for Desktop view */
@media (min-width: 992px) {
  .why-senzio-section {
    padding: 70px 0;
  }

  .why-senzio-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
  }

  .why-senzio-card {
    padding: 0 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
  }

  .why-senzio-card:first-child {
    padding-left: 0;
    border-left: none;
  }

  .why-senzio-heading {
    font-size: 34px;
  }

  .why-senzio-cta {
    width: auto;
    max-width: none;
  }
}

/*------------------------------------------
	Senzio Balm in Action Section
--------------------------------------------*/
.senzio-in-action-section {
  background-color: #ffffff;
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.in-action-header {
  margin-bottom: 35px;
}

.in-action-heading {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  color: #333740;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: -0.5px;
}

.in-action-lead {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #5a5f6a;
  margin-top: 8px;
  margin-bottom: 0;
}

.action-video-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.action-video-card {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  background-color: #000000;
  margin-bottom: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-embed-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.action-video-meta {
  padding: 0 4px;
}

.action-video-title {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333740;
  line-height: 1.35;
  margin-bottom: 6px;
}

.action-video-text {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: #5a5f6a;
  font-weight: 400;
  margin: 0;
}

.in-action-cta-container {
  padding-top: 15px;
}

.in-action-cta {
  background-color: #2acb35 !important;
  border: 2px solid #2acb35 !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 28px !important;
  border-radius: 4px !important;
  letter-spacing: 0.8px;
  transition: all 0.3s ease !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 420px;
}

.in-action-cta:hover {
  background-color: #23ab2c !important;
  border-color: #23ab2c !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(42, 203, 53, 0.3);
}

/* Responsive adjustment for Tablet/Desktop views */
@media (min-width: 768px) {
  .in-action-heading {
    font-size: 28px;
  }

  .action-video-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .action-video-title {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .senzio-in-action-section {
    padding: 70px 0;
  }

  .in-action-header {
    margin-bottom: 45px;
  }

  .in-action-heading {
    font-size: 32px;
  }

  .action-video-grid {
    gap: 40px;
  }

  .in-action-cta {
    width: auto;
    max-width: none;
  }
}

/*------------------------------------------
	Testimonials Section
--------------------------------------------*/
.senzio-testimonials-section {
  background-color: #fcfcfc;
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.testimonials-header {
  margin-bottom: 35px;
}

.testimonials-heading {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  color: #333740;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: -0.5px;
}

.testimonials-lead {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #5a5f6a;
  margin-top: 8px;
  margin-bottom: 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.testimonial-rating {
  font-size: 14px;
  color: #bd1622;
  /* Brand red accent color */
  margin-bottom: 10px;
  line-height: 1;
}

.testimonial-quote {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  color: #5a5f6a;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 10px 0;
  max-width: 290px;
}

.testimonial-author {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-style: normal;
}

/*------------------------------------------
	Before & After Section
--------------------------------------------*/
.senzio-before-after-section {
  background-color: #ffffff;
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.before-after-header {
  margin-bottom: 35px;
}

.before-after-heading {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  color: #333740;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

.before-after-lead {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #5a5f6a;
  margin-top: 8px;
  margin-bottom: 0;
}

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  /* Strong vertical spacing between before and after on mobile */
  margin-bottom: 40px;
}

.before-after-card {
  display: flex;
  flex-direction: column;
}

.before-after-title {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333740;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.before-after-image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #f7f7f7;
  margin-bottom: 12px;
}

.before-after-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  display: block;
}

.before-after-desc {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #5a5f6a;
  margin: 0;
  padding: 0 10px;
}

.social-proof-cta-container {
  padding-top: 15px;
}

.social-proof-cta {
  background-color: #2acb35 !important;
  border: 2px solid #2acb35 !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 28px !important;
  border-radius: 4px !important;
  letter-spacing: 0.8px;
  transition: all 0.3s ease !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 320px;
}

.social-proof-cta:hover {
  background-color: #23ab2c !important;
  border-color: #23ab2c !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(42, 203, 53, 0.3);
}

/* Responsive adjustment for Tablet view */
@media (min-width: 768px) {

  .testimonials-heading,
  .before-after-heading {
    font-size: 28px;
  }

  .before-after-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .before-after-title {
    font-size: 16px;
  }

  .before-after-img {
    height: 340px;
  }
}

/* Responsive adjustment for Desktop view */
@media (min-width: 992px) {

  .senzio-testimonials-section,
  .senzio-before-after-section {
    padding: 70px 0;
  }

  .testimonials-header,
  .before-after-header {
    margin-bottom: 45px;
  }

  .testimonials-heading,
  .before-after-heading {
    font-size: 32px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
  }

  .testimonial-card {
    padding: 0 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    align-items: flex-start;
    text-align: left;
  }

  .testimonial-card:first-child {
    padding-left: 0;
    border-left: none;
  }

  .before-after-grid {
    gap: 40px;
  }

  .before-after-img {
    height: 380px;
  }

  .social-proof-cta {
    width: auto;
    max-width: none;
  }
}

/*------------------------------------------
	How to Use Section
--------------------------------------------*/
.senzio-how-to-use-section {
  background-color: #fcfcfc;
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.how-to-use-header {
  margin-bottom: 35px;
}

.how-to-use-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #bd1622;
  /* Brand red */
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.how-to-use-heading {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  color: #333740;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: -0.5px;
}

.how-to-use-lead {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #5a5f6a;
  margin-top: 8px;
  margin-bottom: 0;
}

.how-to-use-editorial-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.how-to-use-image-side {
  position: relative;
  width: 100%;
}

.how-to-use-bg-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(42, 203, 53, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.how-to-use-product-img {
  position: relative;
  z-index: 2;
  max-height: 280px;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.how-to-use-product-img:hover {
  transform: translateY(-5px);
}

.how-to-use-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

/* Subtle vertical timeline connecting line */
.how-to-use-timeline::before {
  content: "";
  position: absolute;
  left: 17px;
  /* Centers with the 34px step-num width */
  top: 10px;
  bottom: 25px;
  width: 2px;
  background-color: rgba(189, 22, 34, 0.08);
  /* Muted brand red connector line */
  z-index: 1;
}

.how-to-use-step {
  display: flex;
  gap: 20px;
  text-align: left;
  position: relative;
}

.step-num {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #bd1622;
  /* Brand red accent color */
  line-height: 1;
  display: inline-block;
  min-width: 34px;
  position: relative;
  z-index: 2;
}

.step-content {
  flex: 1;
}

.step-title {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333740;
  line-height: 1.35;
  margin-bottom: 6px;
}

.step-desc {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  line-height: 1.55;
  color: #5a5f6a;
  font-weight: 400;
  margin: 0;
}

.how-to-use-cta-container {
  padding-top: 35px;
}

.how-to-use-cta {
  background-color: #2acb35 !important;
  border: 2px solid #2acb35 !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 28px !important;
  border-radius: 4px !important;
  letter-spacing: 0.8px;
  transition: all 0.3s ease !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 320px;
}

.how-to-use-cta:hover {
  background-color: #23ab2c !important;
  border-color: #23ab2c !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(42, 203, 53, 0.3);
}

/* Responsive adjustment for Tablet view */
@media (min-width: 768px) {
  .how-to-use-heading {
    font-size: 28px;
  }

  .how-to-use-product-img {
    max-height: 340px;
  }

  .how-to-use-bg-shape {
    width: 340px;
    height: 340px;
  }
}

/* Responsive adjustment for Desktop view */
@media (min-width: 992px) {
  .senzio-how-to-use-section {
    padding: 70px 0;
  }

  .how-to-use-header {
    margin-bottom: 45px;
  }

  .how-to-use-heading {
    font-size: 32px;
  }

  .how-to-use-editorial-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }

  .how-to-use-image-side {
    width: 45%;
  }

  .how-to-use-timeline {
    width: 50%;
  }

  .how-to-use-product-img {
    max-height: 380px;
  }

  .how-to-use-bg-shape {
    width: 380px;
    height: 380px;
  }

  .step-num {
    font-size: 28px;
  }

  .step-title {
    font-size: 16px;
  }

  .how-to-use-cta {
    width: auto;
    max-width: none;
  }

  .how-to-use-cta-container {
    padding-top: 45px;
  }
}

/*------------------------------------------
	Ingredients Section
--------------------------------------------*/
.senzio-ingredients-section {
  background-color: #ffffff;
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.ingredients-header {
  margin-bottom: 35px;
}

.ingredients-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #bd1622;
  /* Brand red */
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ingredients-heading {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  color: #333740;
  max-width: 650px;
  margin: 0 auto;
  letter-spacing: -0.5px;
}

.ingredients-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
}

.ingredient-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 20px;
  flex: 0 0 calc(50% - 10px);
}

.ingredient-num {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #bd1622;
  /* Brand red accent */
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  display: block;
  line-height: 1;
}

.ingredient-name {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 800;
  color: #333740;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 1.35;
}

.ingredients-cta-container {
  padding-top: 35px;
}

.ingredients-cta {
  background-color: #2acb35 !important;
  border: 2px solid #2acb35 !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 28px !important;
  border-radius: 4px !important;
  letter-spacing: 0.8px;
  transition: all 0.3s ease !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 320px;
}

.ingredients-cta:hover {
  background-color: #23ab2c !important;
  border-color: #23ab2c !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(42, 203, 53, 0.3);
}

/* Responsive adjustment for Mobile (center Beeswax) */
@media (max-width: 575px) {
  .ingredient-item:nth-child(9) {
    flex: 0 0 100%;
    align-items: center;
    text-align: center;
  }
}

/* Responsive adjustment for Tablet view (3x3 grid) */
@media (min-width: 576px) {
  .ingredients-heading {
    font-size: 28px;
  }

  .ingredients-flex-container {
    gap: 35px 24px;
  }

  .ingredient-item {
    flex: 0 0 calc(33.333% - 16px);
  }

  .ingredient-name {
    font-size: 14px;
  }
}

/* Responsive adjustment for Desktop view (5 columns, last row centered) */
@media (min-width: 992px) {
  .senzio-ingredients-section {
    padding: 70px 0;
  }

  .ingredients-header {
    margin-bottom: 45px;
  }

  .ingredients-heading {
    font-size: 32px;
  }

  .ingredients-flex-container {
    gap: 40px 30px;
  }

  .ingredient-item {
    flex: 0 0 calc(20% - 24px);
  }

  .ingredient-name {
    font-size: 14.5px;
  }

  .ingredients-cta {
    width: auto;
    max-width: none;
  }

  .ingredients-cta-container {
    padding-top: 45px;
  }
}

/*------------------------------------------
	Disclaimer Section
--------------------------------------------*/
.senzio-disclaimer-section {
  background-color: #ffd6d6;
  padding: 35px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.disclaimer-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.disclaimer-title {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #bd1622;
  /* Brand red accent */
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.disclaimer-body {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #4b5563;
  line-height: 1.55;
  margin-bottom: 8px;
}

.disclaimer-secondary {
  font-family: "Inter", sans-serif;
  font-size: 11.5px;
  color: #9ca3af;
  line-height: 1.5;
  margin: 0;
}

/* Moving Marquee Styles */
.disclaimer-marquee-wrapper {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding: 12px 0;
  background-color: #bd1622;
  /* Premium brand red background */
  margin-top: 25px;
}

.disclaimer-marquee-track {
  display: flex;
  width: max-content;
  animation: disclaimerMarquee 40s linear infinite;
}

.disclaimer-marquee-track:hover {
  animation-play-state: paused;
}

.disclaimer-marquee-content {
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: #ffffff;
  /* Contrast white text */
  padding-right: 60px;
  display: inline-block;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  /* Distinct brand styling */
}

@keyframes disclaimerMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Responsive adjustment for Desktop view */
@media (min-width: 768px) {
  .senzio-disclaimer-section {
    padding: 45px 0 0 0;
  }

  .disclaimer-marquee-wrapper {
    padding: 14px 0;
    margin-top: 30px;
  }

  .disclaimer-marquee-content {
    font-size: 11px;
  }
}

/*------------------------------------------
	Shopsyra Text Logo
--------------------------------------------*/
.shopsyra-logo-text {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700; /* Semibold/bold brand wordmark */
  color: #333740; /* Matches navbar links */
  letter-spacing: -0.8px; /* Tight geometric tracking */
  text-transform: lowercase; /* Lowercase exactly as requested */
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  transition: color 0.3s ease;
  vertical-align: middle;
}

.shopsyra-logo-text:hover {
  color: #bd1622; /* Hover red brand accent */
}

.shopsyra-logo-footer {
  color: #ffffff !important; /* White color for footer logo */
}

.shopsyra-logo-footer:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 767px) {
  .shopsyra-logo-text {
    font-size: 21px;
    letter-spacing: -0.6px;
  }
}

/*------------------------------------------
	Sticky Promo Footer Bar
--------------------------------------------*/
body {
  padding-bottom: 80px; /* Spacing offset for mobile sticky footer */
}

.sticky-promo-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.05);
  z-index: 9999; /* Stay above all content */
  padding: 10px 0;
}

.sticky-promo-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.sticky-promo-countdown-box {
  background-color: #bd1622; /* Deep brand red background badge */
  padding: 5px 12px;
  border-radius: 4px;
  display: inline-block;
}

.sticky-promo-countdown-text {
  font-family: "Inter", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: #ffffff !important; /* White text inside badge */
  letter-spacing: 0.5px;
  text-align: center;
  margin: 0;
  display: block;
  line-height: 1.2;
}

.sticky-promo-divider {
  display: none; /* Hide pipe separator on mobile */
}

.sticky-promo-main-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
}

.sticky-promo-message {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #333740;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sticky-promo-cta {
  background-color: #2acb35 !important;
  border: 2px solid #2acb35 !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 18px !important;
  border-radius: 4px !important;
  letter-spacing: 0.8px;
  transition: all 0.3s ease !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

.sticky-promo-cta:hover {
  background-color: #23ab2c !important;
  border-color: #23ab2c !important;
  transform: translateY(-1px);
}

/* Desktop and Tablet layout overrides */
@media (min-width: 768px) {
  body {
    padding-bottom: 60px; /* Spacing offset for desktop/tablet sticky footer */
  }

  .sticky-promo-footer {
    padding: 10px 0;
  }

  .sticky-promo-content-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .sticky-promo-countdown-box {
    padding: 6px 14px;
  }

  .sticky-promo-countdown-text {
    font-size: 12px;
  }

  .sticky-promo-divider {
    display: inline-block;
    color: #e5e7eb;
    margin: 0 15px;
    font-weight: 300;
  }

  .sticky-promo-main-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    gap: 15px;
  }

  .sticky-promo-message {
    font-size: 13px;
  }

  .sticky-promo-cta {
    font-size: 12px;
    padding: 8px 24px !important;
  }
}

/*------------------------------------------
	Order Page Styles
--------------------------------------------*/

/* Body override for order page — remove sticky footer offset */
.order-page-body {
  padding-bottom: 0 !important;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
}

/* ---- Order Page Header ---- */
.order-page-header {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 18px 0;
  position: relative;
  z-index: 100;
}

.order-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 32px;
}

.order-back-link {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.25s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.order-back-link:hover {
  color: #bd1622;
  text-decoration: none;
}

.order-back-link .fa {
  font-size: 11px;
}

.order-header-logo {
  text-decoration: none;
}

.order-header-logo:hover {
  text-decoration: none;
}

/* ---- Order Hero / Intro ---- */
.order-hero {
  text-align: center;
  padding: 48px 0 36px 0;
}

.order-hero-heading {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px 0;
  letter-spacing: -0.3px;
}

.order-hero-subtext {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #6b7280;
  margin: 0 auto;
  max-width: 520px;
  line-height: 1.6;
}

/* ---- Two-Column Layout ---- */
.order-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 60px;
  align-items: start;
}

/* ---- Left Column: Product Context ---- */
.order-product-card {
  background-color: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 36px 30px;
  text-align: center;
  position: sticky;
  top: 100px;
}

.order-product-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.order-product-image {
  max-width: 220px;
  max-height: 260px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.order-product-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px 0;
}

.order-product-desc {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.order-product-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.order-product-highlights li {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #374151;
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.order-product-highlights li .fa {
  color: #2acb35;
  font-size: 12px;
  flex-shrink: 0;
}

/* ---- Right Column: Order Form Card ---- */
.order-form-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 36px 32px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

/* ---- Form Field Groups ---- */
.order-field-group {
  margin-bottom: 22px;
  position: relative;
}

.order-label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 7px;
}

.order-required {
  color: #bd1622;
  font-weight: 700;
}

.order-input,
.order-textarea {
  display: block;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1a1a2e;
  background-color: #f8f9fa;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 16px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.order-input:focus,
.order-textarea:focus {
  border-color: #bd1622;
  box-shadow: 0 0 0 3px rgba(189, 22, 34, 0.08);
  background-color: #ffffff;
}

.order-input::placeholder,
.order-textarea::placeholder {
  color: #9ca3af;
  font-weight: 400;
}

.order-textarea {
  resize: vertical;
  min-height: 80px;
}

/* Validation error state */
.order-input.order-field-invalid,
.order-textarea.order-field-invalid {
  border-color: #bd1622;
  background-color: #fef2f2;
}

.order-field-error {
  display: none;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #bd1622;
  margin-top: 5px;
  padding-left: 2px;
}

.order-field-error.visible {
  display: block;
}

/* ---- Package Selection Cards ---- */
.order-package-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.order-package-option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  user-select: none;
}

.order-package-option:hover {
  border-color: #d1d5db;
  background-color: #fafafa;
}

.order-package-option.selected {
  border-color: #bd1622;
  background-color: #fef7f7;
  box-shadow: 0 0 0 3px rgba(189, 22, 34, 0.08);
}

.order-package-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* Custom radio indicator */
.order-package-radio {
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.25s ease;
  position: relative;
}

.order-package-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.25s ease;
}

.order-package-option.selected .order-package-radio {
  border-color: #bd1622;
}

.order-package-option.selected .order-package-radio::after {
  background-color: #bd1622;
}

.order-package-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.order-package-name {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: 0.3px;
}

.order-package-price {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
}

/* ---- Order Summary ---- */
.order-summary {
  background-color: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 22px 20px;
  margin-bottom: 24px;
}

.order-summary-heading {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 14px 0;
}

.order-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.order-summary-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #374151;
}

.order-summary-value {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
}

.order-summary-divider {
  height: 1px;
  background-color: #e5e7eb;
  margin: 12px 0;
}

.order-summary-total-row {
  padding-top: 4px;
}

.order-summary-total-label {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
}

.order-summary-total-value {
  font-size: 18px;
  font-weight: 800;
  color: #bd1622;
}

/* ---- Submit Button ---- */
.order-submit-btn {
  display: block;
  width: 100%;
  padding: 16px 24px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: #bd1622;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.order-submit-btn:hover {
  background-color: #a01320;
  box-shadow: 0 4px 16px rgba(189, 22, 34, 0.25);
}

.order-submit-btn:active {
  transform: scale(0.985);
}

/* ---- Reassurance ---- */
.order-reassurance {
  font-family: "Inter", sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  color: #9ca3af;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

/* ---- Order Page Footer ---- */
.order-page-footer {
  background-color: #f9fafb;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px 0;
  text-align: center;
}

.order-footer-text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #9ca3af;
  margin: 0;
}

/* ---- Order Page Responsive ---- */

/* Tablet */
@media (max-width: 991px) {
  .order-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 560px;
  }

  .order-product-card {
    position: static;
  }

  .order-hero {
    padding: 36px 0 28px 0;
  }

  .order-hero-heading {
    font-size: 26px;
  }
/* Mobile only: Hide left section (order-context-col) on mobile viewports */
@media (max-width: 767px) {
  .order-context-col {
    display: none !important;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .order-hero {
    padding: 28px 0 20px 0;
  }

  .order-hero-heading {
    font-size: 22px;
  }

  .order-hero-subtext {
    font-size: 14px;
  }

  .order-form-card {
    padding: 26px 20px;
    border-radius: 10px;
  }

  .order-product-card {
    padding: 26px 20px;
  }

  .order-product-image {
    max-width: 180px;
    max-height: 220px;
  }

  .order-package-option {
    padding: 14px 14px;
  }

  .order-submit-btn {
    padding: 16px 20px;
    font-size: 14px;
  }

  .order-back-link {
    font-size: 12px;
  }

  .order-summary-total-value {
    font-size: 16px;
  }
}

/* Very small phones */
@media (max-width: 370px) {
  .order-header-inner {
    flex-direction: column;
    gap: 8px;
  }

  .order-back-link {
    position: static;
    transform: none;
  }
}

/*------------------------------------------
	Thank You Page Styles
--------------------------------------------*/
.thankyou-page-body {
  padding-bottom: 0 !important;
  background-color: #f9fafb;
  font-family: "Inter", sans-serif;
}

.thankyou-main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 140px);
  padding: 40px 0;
}

.thankyou-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  padding: 52px 44px;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.thankyou-icon-wrap {
  margin-bottom: 24px;
}

.thankyou-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #2acb35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(42, 203, 53, 0.25);
}

.thankyou-icon .fa {
  font-size: 32px;
  color: #ffffff;
}

.thankyou-heading {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px 0;
}

.thankyou-subtext {
  font-family: "Inter", sans-serif;
  font-size: 14.5px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.65;
  margin: 0 0 28px 0;
}

.thankyou-reference {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 12px 20px;
  margin-bottom: 32px;
}

.thankyou-ref-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.thankyou-ref-value {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
}

/* Order Progress */
.thankyou-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 28px;
}

.thankyou-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.thankyou-step-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.thankyou-step-icon .fa {
  font-size: 16px;
  color: #9ca3af;
  transition: color 0.3s ease;
}

.thankyou-step.completed .thankyou-step-icon {
  background-color: #2acb35;
}

.thankyou-step.completed .thankyou-step-icon .fa {
  color: #ffffff;
}

.thankyou-step.current .thankyou-step-icon {
  background-color: #bd1622;
  box-shadow: 0 3px 12px rgba(189, 22, 34, 0.2);
}

.thankyou-step.current .thankyou-step-icon .fa {
  color: #ffffff;
}

.thankyou-step-label {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.thankyou-step.completed .thankyou-step-label,
.thankyou-step.current .thankyou-step-label {
  color: #374151;
}

.thankyou-step-connector {
  width: 48px;
  height: 2px;
  background-color: #e5e7eb;
  margin: 0 6px;
  align-self: flex-start;
  margin-top: 19px;
}

.thankyou-message {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 28px 0;
}

.thankyou-btn {
  display: inline-block;
  padding: 14px 40px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background-color: #bd1622;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.thankyou-btn:hover {
  background-color: #a01320;
  box-shadow: 0 4px 16px rgba(189, 22, 34, 0.25);
  color: #ffffff;
  text-decoration: none;
}

.thankyou-help {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #9ca3af;
  margin: 0;
}

.thankyou-help strong {
  color: #6b7280;
  font-weight: 600;
}

/* Thank You Responsive */
@media (max-width: 575px) {
  .thankyou-card {
    padding: 36px 24px;
    border-radius: 12px;
  }

  .thankyou-heading {
    font-size: 22px;
  }

  .thankyou-step-connector {
    width: 28px;
  }

  .thankyou-icon {
    width: 60px;
    height: 60px;
  }

  .thankyou-icon .fa {
    font-size: 26px;
  }
}

/*------------------------------------------
	Admin Dashboard Styles
--------------------------------------------*/
.admin-page-body {
  padding-bottom: 0 !important;
  margin: 0;
  background-color: #f3f4f6;
  font-family: "Inter", sans-serif;
  display: flex;
  min-height: 100vh;
}

/* ---- Sidebar ---- */
.admin-sidebar {
  width: 240px;
  min-height: 100vh;
  background-color: #1a1a2e;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.admin-sidebar-header {
  padding: 24px 22px 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-sidebar-logo {
  text-decoration: none;
}

.admin-sidebar-logo .shopsyra-logo-text {
  color: #ffffff;
  font-size: 22px;
}

.admin-sidebar-logo:hover .shopsyra-logo-text {
  color: rgba(255, 255, 255, 0.85);
}

.admin-sidebar-badge {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #bd1622;
  background-color: rgba(189, 22, 34, 0.12);
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.admin-sidebar-nav {
  padding: 16px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.admin-sidebar-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.admin-sidebar-link .fa {
  font-size: 15px;
  width: 18px;
  text-align: center;
}

.admin-sidebar-link:hover {
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.admin-sidebar-link.active {
  color: #ffffff;
  background-color: #bd1622;
  font-weight: 600;
}

.admin-sidebar-footer {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-sidebar-link-secondary {
  font-size: 12.5px;
}

/* Sidebar overlay for mobile */
.admin-sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.admin-sidebar-overlay.visible {
  display: block;
}

/* ---- Main Content Area ---- */
.admin-main {
  flex: 1;
  margin-left: 240px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ---- Top Bar ---- */
.admin-topbar {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 28px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
}

.admin-sidebar-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 20px;
  color: #374151;
  cursor: pointer;
  padding: 4px 8px;
  margin-right: 12px;
}

.admin-topbar-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

.admin-topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-topbar-user {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 6px;
}

.admin-topbar-user .fa {
  font-size: 18px;
  color: #9ca3af;
}

/* ---- Sections ---- */
.admin-section {
  display: none;
  flex: 1;
}

.admin-section.active {
  display: block;
}

.admin-content {
  padding: 28px;
  max-width: 1200px;
}

.admin-section-title {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 24px 0;
}

/* ---- Stats Cards ---- */
.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.admin-stat-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.admin-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.admin-stat-icon .fa {
  font-size: 18px;
  color: #ffffff;
}

.admin-stat-icon-total { background-color: #3b82f6; }
.admin-stat-icon-pending { background-color: #f59e0b; }
.admin-stat-icon-processing { background-color: #8b5cf6; }
.admin-stat-icon-delivered { background-color: #2acb35; }
.admin-stat-icon-revenue { background-color: #bd1622; }

.admin-stat-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.admin-stat-value {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.1;
}

.admin-stat-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
}

/* ---- Cards ---- */
.admin-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.admin-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.admin-card-title {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

.admin-card-action {
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #bd1622;
  text-decoration: none;
}

.admin-card-action:hover {
  text-decoration: underline;
  color: #a01320;
}

/* ---- Tables ---- */
.admin-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
}

.admin-table thead th {
  padding: 12px 16px;
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  white-space: nowrap;
  background-color: #fafafa;
}

.admin-table tbody td {
  padding: 14px 16px;
  color: #374151;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  white-space: nowrap;
}

.admin-table tbody tr:hover {
  background-color: #fafafa;
}

.admin-td-id {
  font-weight: 600;
  color: #1a1a2e !important;
  font-size: 12.5px;
}

.admin-table-empty {
  text-align: center;
  padding: 48px 20px !important;
}

.admin-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.admin-empty-state .fa {
  font-size: 36px;
  color: #d1d5db;
  margin-bottom: 8px;
}

.admin-empty-state p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #6b7280;
  margin: 0;
}

.admin-empty-state span {
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: #9ca3af;
}

.admin-empty-state-page {
  padding: 60px 20px;
}

/* ---- Status Badges ---- */
.admin-status-badge {
  display: inline-block;
  padding: 4px 12px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.admin-status-pending {
  color: #92400e;
  background-color: #fef3c7;
}

.admin-status-processing {
  color: #5b21b6;
  background-color: #ede9fe;
}

.admin-status-shipped {
  color: #1e40af;
  background-color: #dbeafe;
}

.admin-status-delivered {
  color: #065f46;
  background-color: #d1fae5;
}

.admin-status-cancelled {
  color: #991b1b;
  background-color: #fee2e2;
}

/* ---- Inventory Badges ---- */
.admin-stock-badge {
  display: inline-block;
  padding: 4px 12px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 700;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.admin-stock-in-stock {
  color: #065f46;
  background-color: #d1fae5;
}

.admin-stock-low-stock {
  color: #92400e;
  background-color: #fef3c7;
}

.admin-stock-out-of-stock {
  color: #991b1b;
  background-color: #fee2e2;
}

/* ---- View / Action Buttons ---- */
.admin-view-btn {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #bd1622;
  background: none;
  border: 1px solid #bd1622;
  border-radius: 6px;
  padding: 5px 14px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.admin-view-btn:hover {
  background-color: #bd1622;
  color: #ffffff;
}

.admin-add-stock-btn {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #2acb35;
  background: none;
  border: 1px solid #2acb35;
  border-radius: 6px;
  padding: 5px 14px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.admin-add-stock-btn:hover {
  background-color: #2acb35;
  color: #ffffff;
}

.admin-update-btn {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  background-color: #bd1622;
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.admin-update-btn:hover {
  background-color: #a01320;
}

/* ---- Filters ---- */
.admin-filters {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.admin-search-wrap {
  flex: 1;
  min-width: 220px;
  position: relative;
}

.admin-search-wrap .fa {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 13px;
}

.admin-search-input {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: #1a1a2e;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 14px 10px 38px;
  outline: none;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}

.admin-search-input:focus {
  border-color: #bd1622;
}

.admin-filter-select {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 14px;
  outline: none;
  cursor: pointer;
  min-width: 160px;
  box-sizing: border-box;
}

.admin-filter-select:focus {
  border-color: #bd1622;
}

/* ---- Order Details Panel ---- */
.admin-details-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1100;
}

.admin-details-overlay.visible {
  display: block;
}

.admin-details-panel {
  position: fixed;
  top: 0;
  right: -480px;
  width: 440px;
  max-width: 100%;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.08);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.admin-details-panel.open {
  right: 0;
}

.admin-details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}

.admin-details-title {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

.admin-details-close {
  background: none;
  border: none;
  font-size: 18px;
  color: #9ca3af;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s ease;
}

.admin-details-close:hover {
  color: #374151;
}

.admin-details-body {
  padding: 24px;
  flex: 1;
}

.admin-detail-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0;
}

.admin-detail-label {
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: #6b7280;
  flex-shrink: 0;
  min-width: 100px;
}

.admin-detail-value {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #1a1a2e;
  text-align: right;
  word-break: break-word;
}

.admin-detail-value-amount {
  font-size: 16px;
  font-weight: 800;
  color: #bd1622;
}

.admin-details-divider {
  height: 1px;
  background-color: #f3f4f6;
  margin: 16px 0;
}

.admin-details-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 0 12px 0;
}

/* ---- Timeline ---- */
.admin-timeline {
  padding-left: 8px;
}

.admin-timeline-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  position: relative;
}

.admin-timeline-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 30px;
  width: 2px;
  height: calc(100% - 10px);
  background-color: #e5e7eb;
}

.admin-timeline-step.completed:not(:last-child)::after {
  background-color: #2acb35;
}

.admin-timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  background-color: #ffffff;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.admin-timeline-step.completed .admin-timeline-dot {
  border-color: #2acb35;
  background-color: #2acb35;
}

.admin-timeline-step.current .admin-timeline-dot {
  border-color: #bd1622;
  background-color: #bd1622;
  box-shadow: 0 0 0 4px rgba(189, 22, 34, 0.12);
}

.admin-timeline-label {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af;
}

.admin-timeline-step.completed .admin-timeline-label {
  color: #374151;
  font-weight: 600;
}

.admin-timeline-step.current .admin-timeline-label {
  color: #bd1622;
  font-weight: 700;
}

/* ---- Status Update ---- */
.admin-status-update {
  display: flex;
  gap: 10px;
  align-items: center;
}

.admin-status-update .admin-filter-select {
  flex: 1;
}

/* ---- Modal ---- */
.admin-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1300;
}

.admin-modal-overlay.visible {
  display: block;
}

.admin-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  padding: 28px;
  width: 380px;
  max-width: 90%;
  z-index: 1400;
}

.admin-modal.open {
  display: block;
}

.admin-modal-title {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 18px 0;
}

.admin-modal-body {
  margin-bottom: 20px;
}

.admin-modal-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.admin-modal-cancel {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  background: none;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.admin-modal-cancel:hover {
  background-color: #f3f4f6;
}

/* ---- Admin Responsive ---- */

/* Tablet & below: collapse sidebar */
@media (max-width: 991px) {
  .admin-sidebar {
    transform: translateX(-100%);
  }

  .admin-sidebar.open {
    transform: translateX(0);
  }

  .admin-main {
    margin-left: 0;
  }

  .admin-sidebar-toggle {
    display: block;
  }

  .admin-stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .admin-content {
    padding: 20px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .admin-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .admin-stat-card {
    padding: 16px 14px;
  }

  .admin-stat-value {
    font-size: 18px;
  }

  .admin-topbar {
    padding: 0 16px;
  }

  .admin-content {
    padding: 16px;
  }

  .admin-section-title {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .admin-filters {
    flex-direction: column;
  }

  .admin-search-wrap {
    min-width: 100%;
  }

  .admin-filter-select {
    min-width: 100%;
  }

  .admin-details-panel {
    width: 100%;
    right: -100%;
  }
}

/* Very small phones */
@media (max-width: 370px) {
  .admin-stats-grid {
    grid-template-columns: 1fr;
  }
}

/*------------------------------------------
	Admin Login Styles
--------------------------------------------*/
.admin-login-body {
  padding-bottom: 0 !important;
  margin: 0;
  background-color: #f9fafb;
  font-family: "Inter", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.admin-login-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.admin-login-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  padding: 44px 36px;
  max-width: 420px;
  width: 100%;
}

.admin-login-logo-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.admin-login-title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a1a2e;
  text-align: center;
  margin: 0 0 8px 0;
}

.admin-login-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  text-align: center;
  margin: 0 0 24px 0;
  line-height: 1.5;
}

.admin-login-alert {
  display: none;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.admin-login-alert-error {
  color: #991b1b;
  background-color: #fee2e2;
  border: 1px solid #fca5a5;
}

.admin-login-alert-success {
  color: #065f46;
  background-color: #d1fae5;
  border: 1px solid #6ee7b7;
}

.admin-login-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-login-forgot {
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #bd1622;
  text-decoration: none;
  transition: color 0.2s ease;
}

.admin-login-forgot:hover {
  color: #a01320;
  text-decoration: underline;
}

.admin-login-btn {
  margin-top: 10px;
  margin-bottom: 0;
}

.admin-forgot-section {
  display: none;
}

.admin-forgot-desc {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 18px;
}

.admin-login-footer {
  background-color: transparent;
  border-top: none;
}

.admin-logout-btn {
  font-family: "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #6b7280;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 6px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.admin-logout-btn:hover {
  background-color: #fee2e2;
  color: #991b1b;
  border-color: #fca5a5;
}

.admin-delete-btn {
  width: 100%;
  padding: 10px 16px;
  background-color: #fee2e2;
  color: #dc2626;
  border: 1px solid #fca5a5;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.admin-delete-btn:hover {
  background-color: #fca5a5;
  color: #991b1b;
}

.admin-delete-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.admin-delete-row-btn {
  background-color: #fee2e2;
  color: #dc2626;
  border: 1px solid #fca5a5;
  border-radius: 4px;
  padding: 4px 8px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  margin-left: 6px;
  transition: background-color 0.2s ease;
}

.admin-delete-row-btn:hover {
  background-color: #dc2626;
  color: #ffffff;
}

.admin-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.admin-section-header .admin-section-title {
  margin-bottom: 0;
}

.admin-bulk-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  padding: 10px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.admin-bulk-count {
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #991b1b;
}

.admin-bulk-delete-btn {
  width: auto;
  padding: 6px 14px;
  font-size: 12.5px;
}

.admin-checkbox {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #bd1622;
}

.admin-checkbox:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/*------------------------------------------
	Mobile Horizontal Overflow & Layout Fixes
--------------------------------------------*/
html, body {
  max-width: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, iframe, video, object, embed {
  max-width: 100%;
  height: auto;
}

/* Section Container Overflow Safeguards */
.container,
.container-fluid,
.custom-container,
.container-1650,
.senzio-ingredients-section,
.senzio-in-action-section,
.senzio-before-after-section,
.senzio-testimonials-section,
.senzio-how-to-use-section,
.why-senzio-section,
.senzio-disclaimer-section {
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
}

/* Headline & Text Container Constraints */
.hero-description,
.why-senzio-lead,
.in-action-heading,
.testimonials-heading,
.how-to-use-heading,
.ingredients-heading,
.disclaimer-container,
.order-hero-subtext {
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Background Decorative Circles Boundary Safety */
.how-to-use-bg-shape,
.hero-image-bg-shape {
  max-width: 90vw;
  box-sizing: border-box;
}

/* Mobile CTA Button Boundaries (320px - 575px Viewports) */
@media (max-width: 575px) {
  .in-action-cta,
  .why-senzio-cta,
  .social-proof-cta,
  .how-to-use-cta,
  .ingredients-cta {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  /* Sticky Promo Bar Mobile Adjustments */
  .sticky-promo-footer {
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 8px 12px;
  }

  .sticky-promo-main-group {
    width: 100% !important;
    gap: 8px;
  }

  .sticky-promo-message {
    font-size: 11px;
    letter-spacing: 0.2px;
  }

  .sticky-promo-cta {
    padding: 6px 12px !important;
    font-size: 10.5px;
  }

  /* Order Page Mobile Responsiveness */
  .order-layout,
  .order-form-card,
  .order-product-card,
  .order-package-option,
  .order-summary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .order-form-card,
  .order-product-card {
    padding: 24px 16px !important;
  }

  .order-package-option {
    padding: 12px 14px !important;
  }

  /* Thank You Page Progress Bar Mobile Scaling */
  .thankyou-card {
    max-width: 100% !important;
    width: 100% !important;
    padding: 32px 16px !important;
    box-sizing: border-box;
  }

  .thankyou-progress {
    width: 100%;
    justify-content: center;
  }

  .thankyou-step-icon {
    width: 32px;
    height: 32px;
  }

  .thankyou-step-icon .fa {
    font-size: 13px;
  }

  .thankyou-step-label {
    font-size: 9.5px;
    letter-spacing: 0;
  }

  .thankyou-step-connector {
    width: 16px;
    margin: 0 4px;
    margin-top: 15px;
  }
}

/* Extra Small Devices (320px - 360px Viewports) */
@media (max-width: 360px) {
  .sticky-promo-message {
    font-size: 10px;
  }

  .sticky-promo-cta {
    padding: 5px 10px !important;
    font-size: 10px;
  }

  .order-form-card,
  .order-product-card {
    padding: 20px 12px !important;
  }

  .order-package-option {
    padding: 10px 10px !important;
    gap: 8px;
  }

  .order-package-name {
    font-size: 12.5px;
  }

  .order-package-price {
    font-size: 13.5px;
  }
}

/*# sourceMappingURL=style.css.map */