/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #235ee7;
  color: #fff;
}

::selection {
  background-color: #235ee7;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

body {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
}

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

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #222222;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

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

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

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

.mb-0-i {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

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

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

.text-rigth {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #222;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b, sup, sub, u, del {
  color: #235ee7;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #235ee7;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #235ee7;
  border: 1px solid #235ee7;
  background: #fff;
}

.genric-btn.primary-border {
  color: #235ee7;
  border: 1px solid #235ee7;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #235ee7;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #235ee7;
}

.progress-table-wrap {
  overflow-x: scroll;
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #235ee7;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #235ee7;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #235ee7;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #235ee7;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #235ee7;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #235ee7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked + label {
  left: 19px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked + label:after {
  left: 19px;
}

.primary-switch input:checked + label:before {
  background: #235ee7;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #235ee7;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #235ee7;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #235ee7;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #235ee7;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    z-index: 9999;

    background: rgba(8, 10, 30, 0.92);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);

    transition: all 0.3s ease;
}

#header.header-scrolled {
    background: rgba(8, 10, 30, 0.97);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
}

#header .container {
    height: 100%;
}

#header .row {
    height: 100%;
}

/* Logo */
#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 80px;
    width: auto;
    display: block;
}

/* Navigation */
#nav-menu-container {
    display: flex;
    align-items: center;
}

#nav-menu-container .nav-menu {
    margin: 0;
}

/* Mobile */
@media (max-width: 991px) {

    #header {
        height: 75px;
    }

    #header #logo img {
        max-height: 50px;
    }
}

@media (max-width: 673px) {

    #logo {
        margin-left: 20px;
    }
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #235ee7;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
  text-align: left;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 16px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #235ee7;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 16px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
  font-weight: 900;
}

@media (max-width: 800px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #235ee7;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #235ee7;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

.section-gap {
  padding: 45px 0;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  margin-bottom: 20px;
}

.section-title p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .section-title p br {
    display: none;
  }
}

.p1-gradient-bg, .primary-btn, .home-about-area .home-about-right .primary-btn, .single-unique-product:hover .primary-btn, .faq-left .card-header, .single-footer-widget .click-btn, .generic-banner {
  background-image: -moz-linear-gradient(0deg, #235ee7 0%, #4ae7fa 100%);
  background-image: -webkit-linear-gradient(0deg, #235ee7 0%, #4ae7fa 100%);
  background-image: -ms-linear-gradient(0deg, #235ee7 0%, #4ae7fa 100%);
}

.p1-gradient-color, .footer-social a:hover i, .single-footer-widget .bb-btn {
  background: -moz-linear-gradient(0deg, #235ee7 0%, #4ae7fa 100%);
  background: -webkit-linear-gradient(0deg, #235ee7 0%, #4ae7fa 100%);
  background: -ms-linear-gradient(0deg, #235ee7 0%, #4ae7fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.primary-btn {
  line-height: 36px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:hover {
  color: #fff;
}

.primary-btn:hover span {
  color: #fff;
  right: 20px;
}

.primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}

.primary-btn.white span {
  color: #fff;
}

.primary-btn.white:hover {
  background: #fff;
  color: #235ee7;
}

.primary-btn.white:hover span {
  color: #235ee7;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner-area {
  background: url(../img/header-bg.png) center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 19999 / 1000;
}

.banner-content {
  margin-top: -250px;
  text-align: center;
}

.banner-content h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 20px;
}

.banner-content h1 span {
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .banner-content h1 br {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .banner-content h1 {
    font-size: 45px;
  }
}

@media (max-width: 414px) {
  .banner-content h1 {
    font-size: 40px;
  }
}

.banner-content h5 {
  font-weight: 400;
  letter-spacing: 3px;
}

@media (max-width: 1280px) {
  .banner-content br {
    display: none;
  }
}

.primary-btn {
  background: #fff;
  border: 1px solid transparent;
  color: #222;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 50px;
}

.primary-btn:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.video-left .primary-btn {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.video-left .primary-btn:hover {
  border: 1px solid #222;
  background-color: transparent;
  color: #222;
}

.video-left h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #235ee7;
  font-size: 12px;
  font-weight: 300;
}

.video-left h1 {
  padding-bottom: 20px;
}

.video-left p span {
  color: #000;
  font-weight: 400;
}

@media (max-width: 960px) {
  .video-left {
    margin-bottom: 30px;
  }
}

.video-right {
  background: url(../img/video-bg.png) no-repeat center;
  background-size: cover;
  height: 350px;
}

.video-right .overlay-bg {
  background-color: rgba(0, 0, 0, 0.78);
}

.video-right .play-btn {
  z-index: 2;
}

@media (max-width: 800px) {
  .video-right {
    margin-top: 100px;
  }
}

.top-course-area {
  background-color: #f9f9ff;
}

.course-right .lnr, .course-left .lnr {
  color: #235ee7;
  font-size: 30px;
}

.course-right h4, .course-left h4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-course {
  margin-bottom: 40px;
}

.home-about-area .home-about-right {
  padding-right: 12%;
  padding-left: 1%;
}

.home-about-area .home-about-right h1 {
  margin-bottom: 20px;
}

.home-about-area .home-about-right p span {
  font-weight: 500;
}

.home-about-area .home-about-right .primary-btn {
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home-about-area .home-about-right .primary-btn:hover {
  background: transparent;
  color: #235ee7;
  border-color: #235ee7;
}

@media (max-width: 1366px) {
  .home-about-area .home-about-right {
    padding-right: 5%;
    padding-left: 4%;
  }
}

@media (max-width: 800px) {
  .home-about-area .home-about-right {
    margin-top: 40px;
  }
}
#about {
    background: #fff8f2;
}
.service-area .header-text {
  text-align: center;
}

.service-area .header-text h1 {
  margin-bottom: 20px;
}

.single-service {
  background-color: #f9f9ff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-service:hover {
  box-shadow: 0px 20px 30px 0px rgba(35, 94, 231, 0.2);
  cursor: pointer;
}

.single-service:hover h4 {
  color: #235ee7;
}

.single-service h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-service h4 .lnr {
  margin-right: 15px;
}

/* =========================================================
   OSVEN WEAR - FEATURED PRODUCTS
========================================================= */

.osven-products-section {
    width: 100%;
    background: #fff8f2;
    padding: 60px 0 70px;
}

.osven-products-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================================================
   HEADING
========================================================= */

.osven-products-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.osven-products-heading h2 {
    margin: 0;
    color: #222;
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.osven-heading-line {
    width: 35px;
    height: 2px;
    background: #d86b4b;
}

/* =========================================================
   VIEW ALL
========================================================= */

.osven-view-all {
    display: block;
    width: fit-content;
    margin: 0 0 15px auto;

    padding: 8px 15px;

    color: #d86b4b;
    border: 1px solid #f0d5c9;
    border-radius: 4px;

    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
}

.osven-view-all:hover {
    color: #fff;
    background: #d86b4b;
}

/* =========================================================
   PRODUCTS WRAPPER
========================================================= */

.osven-products-wrapper {
    position: relative;
    width: 100%;
}

/* =========================================================
   PRODUCT LIST
========================================================= */

.osven-products-list {
    display: flex;
    gap: 10px;

    overflow-x: auto;
    scroll-behavior: smooth;

    padding: 0 5px 50px;

    scrollbar-width: none;
}

.osven-products-list::-webkit-scrollbar {
    display: none;
}

/* =========================================================
   PRODUCT CARD
========================================================= */

.osven-product-card {
    position: relative;

    flex: 0 0 calc(25% - 8px);

    background: #fff;

    border: 1px solid #eeeeee;
    border-radius: 7px;

    overflow: hidden;

    text-align: center;

    transition: all 0.3s ease;
}

.osven-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* =========================================================
   BEST SELLER
========================================================= */

.osven-best-seller {
    position: absolute;
    top: 10px;
    left: 10px;

    z-index: 2;

    background: #101225;
    color: #fff;

    padding: 5px 8px;

    border-radius: 3px;

    font-size: 9px;
    font-weight: 600;
}

/* =========================================================
   PRODUCT IMAGE
========================================================= */

.osven-product-image {
    display: flex;

    width: 100%;
    height: 230px;

    align-items: center;
    justify-content: center;

    background: #fff;

    padding: 15px;
}

.osven-product-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    display: block;
}

/* =========================================================
   PRODUCT INFORMATION
========================================================= */

.osven-product-info {
    padding: 15px 10px 20px;
}

.osven-product-info h3 {
    margin: 0 0 6px;

    color: #222;

    font-size: 14px;
    font-weight: 500;

    line-height: 1.4;

    min-height: 39px;
}

.osven-product-category {
    margin: 0 0 8px;

    color: #999;

    font-size: 11px;
}

.osven-product-price {
    margin-bottom: 13px;

    color: #222;

    font-size: 14px;
    font-weight: 600;
}

/* =========================================================
   SHOP NOW BUTTON
========================================================= */

.osven-shop-btn {
    display: inline-block;

    background: #101225;
    color: #fff;

    padding: 10px 25px;

    border-radius: 4px;

    font-size: 11px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}

.osven-shop-btn:hover {
    background: #c58b35;
    color: #fff;
}

/* =========================================================
   ARROWS
========================================================= */

.osven-product-arrow {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    z-index: 10;

    width: 38px;
    height: 38px;

    border: none;

    background: #fff;
    color: #555;

    border-radius: 50%;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);

    cursor: pointer;

    font-size: 18px;

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

.osven-product-prev {
    left: -18px;
}

.osven-product-next {
    right: -18px;
}

.osven-product-arrow:hover {
    background: #d86b4b;
    color: #fff;
}

/* =========================================================
   NO PRODUCTS
========================================================= */

.osven-no-products {
    width: 100%;
    text-align: center;
    padding: 50px;
    color: #888;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .osven-product-card {
        flex: 0 0 calc(33.333% - 7px);
    }

    .osven-product-image {
        height: 210px;
    }

}

/* =========================================
   FEATURED PRODUCTS - MOBILE SIZE ONLY
   KEEP HORIZONTAL SLIDER
========================================= */

@media (max-width: 767px) {

    .osven-products-section {
        padding: 38px 0 45px !important;
    }

    .osven-products-container {
        width: 100% !important;
        padding: 0 12px !important;
    }

    /* Heading */
    .osven-products-heading {
        gap: 10px !important;
        margin-bottom: 20px !important;
    }

.osven-products-heading h2 {
    font-size: 23px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

    /* KEEP SLIDER */
    .osven-products-list {
        display: flex !important;
        flex-wrap: nowrap !important;

        width: 100% !important;

        gap: 10px !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        scroll-behavior: smooth !important;

        padding: 0 5px 25px !important;
    }

    /* CARD SIZE */
    .osven-product-card {
        flex: 0 0 70% !important;
        width: 70% !important;
        max-width: 70% !important;
        min-width: 70% !important;

        padding: 4px !important;
    }

    /* IMAGE */
    .osven-product-image {
        width: 100% !important;
        height: 280px !important;
        padding: 8px !important;
    }

    .osven-product-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    /* PRODUCT TEXT */
    .osven-product-info {
        padding: 14px 10px 18px !important;
    }

    .osven-product-title {
        font-size: 17px !important;
        line-height: 1.35 !important;
    }

    .osven-product-category {
        font-size: 13px !important;
    }

    /* PRICE */
    .osven-product-old-price {
        font-size: 14px !important;
    }

    .osven-product-price {
        font-size: 22px !important;
    }

    /* BUTTON */
    .osven-product-btn {
        font-size: 11px !important;
        padding: 11px 22px !important;
    }

}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .osven-products-heading h2 {
        font-size: 23px !important;
    }

    .osven-product-card {
        flex: 0 0 82% !important;
        width: 82% !important;
        max-width: 82% !important;
        min-width: 82% !important;
    }

    .osven-product-image {
        height: 165px !important;
    }

    .osven-product-title {
        font-size: 16px !important;
    }

    .osven-product-price {
        font-size: 21px !important;
    }
}

.faq-area {
  background: url(../img/faq-bg.jpg) center;
  background-size: cover;
}

.faq-left .card {
  border: none;
  background: transparent;
  border-radius: 0 !important;
  margin-bottom: 10px;
}

.faq-left .card-header {
  padding: 5px;
  border-radius: 0 !important;
  border-bottom: none;
}

.faq-left .card-header .btn-link {
  border-radius: 0 !important;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 414px) {
  .faq-left .card-header .btn-link {
    font-size: 12px;
  }
}

/* =====================================================
   OSVENWEAR FOOTER
   HTML: <footer class="osven-footer">
   ===================================================== */

.osven-footer {
    background: #031c28;
    color: #aeb8c0;
    width: 100%;
}

/* =====================================================
   MAIN FOOTER AREA
   ===================================================== */

.osven-footer .osven-footer-main {
    padding-top: 50px;
    padding-bottom: 40px;
    align-items: flex-start;
}

/* =====================================================
   BRAND SECTION
   LOGO + DESCRIPTION
   ===================================================== */

.osven-footer .footer-brand {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

/* LOGO */

.osven-footer .footer-brand .footer-logo {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;

    margin: 0 auto 25px auto;
}

/* DESCRIPTION */

.osven-footer .footer-brand p {
    width: 100%;
    max-width: 400px;

    margin: 0 auto;

    color: #aeb8c0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;

    text-align: center;
}

/* =====================================================
   QUICK LINKS
   ===================================================== */

.osven-footer .footer-links {
    width: 100%;
}

.osven-footer .footer-links h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.osven-footer .footer-line {
    display: block;
    width: 35px;
    height: 2px;

    background: #d7a052;

    margin-bottom: 22px;
}

.osven-footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.osven-footer .footer-links ul li {
    margin-bottom: 13px;
}

.osven-footer .footer-links ul li a {
    color: #aeb8c0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;

    transition: all 0.3s ease;
}

.osven-footer .footer-links ul li a:hover {
    color: #d7a052;
}

/* =====================================================
   FOLLOW US
   ===================================================== */

.osven-footer .footer-follow {
    width: 100%;
}

.osven-footer .footer-follow h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.osven-footer .footer-follow p {
    color: #aeb8c0;
    font-size: 14px;

    margin: 0 0 20px 0;
}

/* =====================================================
   SOCIAL ICONS
   ===================================================== */

.osven-footer .footer-social {
    display: flex;
    align-items: center;
    gap: 25px;
}

.osven-footer .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    margin: 0;

    width: auto;
    height: auto;

    border: none;
    border-radius: 0;

    background: transparent;

    color: #ffffff;

    font-size: 17px;

    text-decoration: none;

    transition: all 0.3s ease;
}

.osven-footer .footer-social a i {
    color: inherit;
}

.osven-footer .footer-social a:hover {
    color: #d7a052;
    transform: translateY(-2px);
}

/* =====================================================
   BOTTOM FOOTER
   ===================================================== */

.osven-footer .footer-bottom {
    width: 100%;

    border-top: 1px solid rgba(255, 255, 255, 0.12);

    padding: 22px 0;
}

/* COPYRIGHT */

.osven-footer .footer-copyright {
    color: #aeb8c0;

    font-size: 13px;
    font-weight: 400;

    margin: 0;
}

/* =====================================================
   BOTTOM TAGLINE
   ===================================================== */

.osven-footer .footer-tagline {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    color: #aeb8c0;

    font-size: 13px;
    font-weight: 400;

    letter-spacing: 2px;

    margin: 0;
}

.osven-footer .footer-tagline span {
    display: inline-block;

    width: 2px;
    height: 26px;

    background: #d7a052;

    margin-right: 20px;
}

/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 991px) {

    .osven-footer .footer-brand {
        margin-bottom: 45px;
    }

    .osven-footer .footer-brand .footer-logo {
        width: 180px;
    }

    .osven-footer .footer-brand p {
        max-width: 420px;
    }
}

/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 767px) {

    .osven-footer .osven-footer-main {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    /* BRAND */

    .osven-footer .footer-brand {
        align-items: center;
        text-align: center;
        margin-bottom: 40px;
    }

    .osven-footer .footer-brand .footer-logo {
        width: 165px;
        margin: 0 auto 20px auto;
    }

    .osven-footer .footer-brand p {
        max-width: 350px;
        text-align: center;
    }

    /* QUICK LINKS */

    .osven-footer .footer-links {
        margin-bottom: 35px;
    }

    /* BOTTOM */

    .osven-footer .footer-bottom {
        text-align: center;
    }

    .osven-footer .footer-copyright {
        text-align: center;
        margin-bottom: 15px;
    }

    .osven-footer .footer-tagline {
        justify-content: center;
    }
}

.whole-wrap {
  background-color: #fff;
}

.generic-banner {
  text-align: center;
}

.generic-banner .height {
  height: 600px;
}

@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 400px;
  }
}

.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}

.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}

.generic-content h1 {
  font-weight: 600;
}

.about-generic-area {
  background: #fff;
}

.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
}

.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}
/* =========================================================
   SHOP BY CATEGORY
========================================================= */

.shop-category-section {
    width: 100%;
    padding: 55px 20px 45px;
    background: #fffaf6;
    text-align: center;
}

/* Title */

.shop-category-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.shop-category-title h2 {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 400;
    color: #222;
    white-space: nowrap;
}

/* Lines beside title */

.category-line {
    width: 45px;
    height: 1px;
    background: #c98265;
    position: relative;
}

.category-line:first-child::after {
    content: "";
    position: absolute;
    right: -1px;
    top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #c98265;
    border-right: 1px solid #c98265;
    transform: rotate(45deg);
}

.category-line:last-child::after {
    content: "";
    position: absolute;
    left: -1px;
    top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #c98265;
    border-right: 1px solid #c98265;
    transform: rotate(225deg);
}

/* Small diamond under title */

.category-diamond {
    color: #d77d5c;
    font-size: 11px;
    margin-top: 7px;
    margin-bottom: 22px;
}

/* Category container */

.shop-category-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    max-width: 700px;
    margin: 0 auto;
}

/* Category item */

.shop-category-item {
    text-decoration: none !important;
    color: #222 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 170px;
}

/* Circle */

.category-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff4ed;
    border: 1px solid #f1ded4;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;

    transition: all 0.3s ease;
}

/* Category image */

.category-circle img {
    width: 88%;
    height: 88%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

/* Hover */

.shop-category-item:hover .category-circle {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.shop-category-item:hover .category-circle img {
    transform: scale(1.05);
}

/* Category name */

.category-name {
    margin-top: 13px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #222;
}

/* Placeholder if category has no image */

.category-placeholder {
    font-size: 42px;
    font-weight: 600;
    color: #c98265;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .shop-category-section {
        padding: 40px 15px;
    }

    .shop-category-title {
        gap: 10px;
    }

    .shop-category-title h2 {
        font-size: 22px;
    }

    .category-line {
        width: 30px;
    }

    .shop-category-container {
        gap: 30px;
    }

    .shop-category-item {
        width: 130px;
    }

    .category-circle {
        width: 105px;
        height: 105px;
    }

    .category-name {
        font-size: 13px;
    }

}
/* =========================================================
   OSVEN WEAR - RHYTHM / AUDIO SECTION
========================================================= */

.osven-rhythm-area {
    width: 100%;
    background: #faf7f2;
    overflow: hidden;
}

/* LEFT IMAGE */
.osven-rhythm-image {
    min-height: 650px;
    position: relative;
    overflow: hidden;
}

.osven-rhythm-image img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* RIGHT CONTENT */
.osven-rhythm-content {
    background: #fff8f2;
    display: flex;
    align-items: center;
    padding: 70px 3% 70px 5%;
}

.osven-rhythm-inner {
    width: 100%;
    max-width: none;
}

/* SMALL GOLD TITLE */
.osven-rhythm-label {
    color: #bd8432;
    font-family: Georgia, serif;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 18px;
}

/* MAIN HEADING */
.osven-rhythm-title {
    color: #071426;
    font-size: 58px;
    line-height: 1.05;
    font-weight: 700;
    margin: 0 0 22px;
    letter-spacing: -1.5px;
}

.osven-rhythm-title span {
    color: #c58b35;
}

/* SHORT DESCRIPTION */
.osven-rhythm-short {
    color: #111827;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 22px;
}

/* MAIN DESCRIPTION */
.osven-rhythm-description {
    color: #5d626b;
    font-size: 15px;
    line-height: 1.65;
    max-width: 100%;
    margin-bottom: 30px;
}

/* FEATURES */
.osven-rhythm-features {
    width: 100%;
    display: flex;
    margin-bottom: 35px;
    border-top: 1px solid rgba(100, 80, 50, 0.08);
    padding-top: 20px;
}

.osven-rhythm-feature {
    flex: 1;
    min-height: 85px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-right: 1px solid rgba(100, 80, 50, 0.12);
}

.osven-rhythm-feature:last-child {
    border-right: none;
}

.osven-rhythm-feature i {
    color: #c58b35;
    font-size: 28px;
    margin-bottom: 10px;
}

.osven-rhythm-feature strong {
    color: #161616;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.osven-rhythm-feature span {
    color: #666;
    font-size: 12px;
    margin-top: 3px;
}

/* BUTTON */
.osven-rhythm-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #071426;
    color: #fff !important;
    padding: 13px 14px 13px 23px;
    min-width: 285px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    text-decoration: none !important;
    transition: all .3s ease;
}

.osven-rhythm-button span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d39a3e;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
}

.osven-rhythm-button:hover {
    background: #c58b35;
    color: #fff !important;
}

.osven-rhythm-button:hover span {
    background: #071426;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .osven-rhythm-image {
        min-height: 600px;
    }

    .osven-rhythm-image img {
        min-height: 600px;
    }

    .osven-rhythm-content {
        padding: 55px 5%;
    }

    .osven-rhythm-title {
        font-size: 46px;
    }

    .osven-rhythm-label {
        font-size: 20px;
    }

    .osven-rhythm-short {
        font-size: 16px;
    }

    .osven-rhythm-description {
        font-size: 14px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

    .osven-rhythm-image {
        min-height: auto;
        height: 500px;
    }

    .osven-rhythm-image img {
        min-height: 0;
        height: 500px;
        object-fit: cover;
    }

    .osven-rhythm-content {
        padding: 55px 30px 60px;
    }

    .osven-rhythm-inner {
        max-width: 100%;
    }

    .osven-rhythm-title {
        font-size: 44px;
    }
}

@media (max-width: 576px) {

    .osven-rhythm-image {
        height: 400px;
    }

    .osven-rhythm-image img {
        height: 400px;
    }

    .osven-rhythm-content {
        padding: 45px 22px 50px;
    }

    .osven-rhythm-label {
        font-size: 19px;
    }

    .osven-rhythm-title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .osven-rhythm-short {
        font-size: 15px;
    }

    .osven-rhythm-description {
        font-size: 13px;
        line-height: 1.65;
    }

    .osven-rhythm-features {
        margin-bottom: 30px;
    }

    .osven-rhythm-feature i {
        font-size: 21px;
    }

    .osven-rhythm-feature strong {
        font-size: 11px;
    }

    .osven-rhythm-feature span {
        font-size: 10px;
    }

    .osven-rhythm-button {
        min-width: 250px;
        font-size: 10px;
    }
}
/* =========================================================
   OSVEN WEAR - PRODUCT DETAIL PAGE
========================================================= */

.osven-product-detail {
    background: #fff9f5;
    padding: 110px 0 25px;
    min-height: 100vh;
}

.osven-product-detail-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 25px;
}

/* BREADCRUMB */

.osven-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 11px;
    color: #999;
}

.osven-breadcrumb a {
    color: #222;
    text-decoration: none;
    font-weight: 600;
}

.osven-breadcrumb span {
    color: #aaa;
}

/* MAIN AREA */

.osven-product-main {
    display: grid;
    grid-template-columns: 52% 48%;
    gap: 20px;
}

/* GALLERY */

.osven-product-gallery {
    display: flex;
    gap: 10px;
    min-width: 0;
}

/* THUMBNAILS */

.osven-product-thumbnails {
    width: 65px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.osven-thumbnail {
    width: 65px;
    height: 65px;
    background: #fff1eb;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid transparent;
    cursor: pointer;
}

.osven-thumbnail.active {
    border-color: #e3a36e;
}

.osven-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* MAIN IMAGE */

.osven-main-image-box {
    flex: 1;
    height: 500px;
    background: #fff9f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.osven-main-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2px;
}

/* INFORMATION */

.osven-product-information {
    padding: 5px 35px;
}

.osven-product-information h1 {
    color: #101827;
    font-family: Georgia, serif;
    font-size: 36px;
    line-height: 1.12;
    margin: 0 0 12px;
    font-weight: 700;
}

/* RATING */

.osven-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.osven-stars {
    color: #f28b16;
    font-size: 17px;
    letter-spacing: 1px;
}

.osven-review-count {
    color: #666;
    font-size: 12px;
}

/* PRICE */

.osven-product-price-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.osven-product-price-detail strong {
    color: #171717;
    font-size: 23px;
}

.osven-product-price-detail del {
    color: #aaa;
    font-size: 13px;
}

/* DESCRIPTION */

.osven-product-detail-description {
    color: #555;
    font-size: 13px;
    line-height: 1.65;
    max-width: 500px;
    margin-bottom: 18px;
}

/* FEATURES */

.osven-product-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    margin-bottom: 20px;
}

.osven-detail-feature {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #555;
    font-size: 11px;
}

.osven-detail-feature i {
    width: 22px;
    color: #d58d45;
    font-size: 14px;
    text-align: center;
}

/* STOCK */

.osven-stock-status {
    color: #269b57;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 12px;
}

.osven-stock-dot {
    width: 7px;
    height: 7px;
    background: #1da85b;
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
}

.osven-out-stock {
    color: #d33;
}

/* QUANTITY */

.osven-quantity-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    color: #555;
    font-size: 12px;
}

.osven-quantity-box {
    display: flex;
    align-items: center;
    background: #fff1eb;
    border-radius: 6px;
    overflow: hidden;
}

.osven-quantity-box button {
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #d18b48;
    font-size: 17px;
    cursor: pointer;
}

.osven-quantity-box input {
    width: 35px;
    height: 32px;
    border: none;
    background: transparent;
    text-align: center;
    color: #333;
    font-size: 12px;
}

/* BUY NOW */

.osven-product-actions {
    display: flex;
}

.osven-buy-now {
    width: 220px;
    height: 45px;
    border: none;
    border-radius: 6px;
    background: #071426;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s ease;
}

.osven-buy-now:hover {
    background: #c88b3c;
}

.osven-buy-now:disabled {
    background: #aaa;
    cursor: not-allowed;
}
/* =========================================================
   PRODUCT DESCRIPTION
========================================================= */

.osven-product-description {
    margin-top: 28px;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.osven-product-description p {
    margin: 0 0 12px;
}


/* BENEFITS */

.osven-product-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 25px;
    padding: 15px 25px;
    background: #fff4ee;
    border-radius: 8px;
}
/* BENEFITS */

.osven-product-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 25px;
    padding: 15px 25px;
    background: #fff4ee;
    border-radius: 8px;
}

.osven-benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-right: 1px solid #eadbd3;
}

.osven-benefit:last-child {
    border-right: none;
}

.osven-benefit i {
    color: #d18b48;
    font-size: 20px;
}

.osven-benefit strong,
.osven-benefit span {
    display: block;
}

.osven-benefit strong {
    color: #333;
    font-size: 10px;
}

.osven-benefit span {
    color: #d18b48;
    font-size: 25px;
    margin-top: 3px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .osven-product-main {
        grid-template-columns: 1fr;
    }

    .osven-product-information {
        padding: 20px 10px;
    }

    .osven-main-image-box {
        height: 500px;
    }

    .osven-product-benefits {
    grid-template-columns: 1fr 1fr;
    gap: 0;

    padding: 14px 18px;
    margin-top: 20px;
}

.osven-benefit {
    padding: 18px 12px;
    gap: 10px;
}

.osven-benefit i {
    font-size: 18px;
}

.osven-benefit strong {
    font-size: 11px;
}

.osven-benefit span {
    font-size: 20px;
    line-height: 1.2;
}

    .osven-benefit:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 576px) {

    .osven-product-detail {
        padding-top: 90px;
    }

    .osven-product-gallery {
        gap: 6px;
    }

    .osven-product-thumbnails {
        width: 50px;
    }

    .osven-thumbnail {
        width: 50px;
        height: 50px;
    }

    .osven-main-image-box {
        height: 250px;
    }

    .osven-product-information h1 {
        font-size: 22px;
    }

    .osven-product-features {
        gap: 10px;
    }

    .osven-product-benefits {
    grid-template-columns: 1fr;
    padding: 8px 15px;
    margin-top: 18px;
}

.osven-product-benefits .osven-benefit {
    border-right: none;
    border-bottom: 1px solid #eadbd3;

    min-height: 82px;

    padding: 12px 8px;

    justify-content: flex-start;
    gap: 16px;
}

.osven-product-benefits .osven-benefit i {
    width: 35px;
    min-width: 35px;

    font-size: 17px;

    text-align: center;
}

.osven-product-benefits .osven-benefit strong {
    font-size: 14px;
    line-height: 1.2;
}

.osven-product-benefits .osven-benefit span {
    font-size: 19px;
    line-height: 1.2;

    margin-top: 2px;
}

.osven-product-benefits .osven-benefit:last-child {
    border-bottom: none;
}
}
/* =========================================================
   OSVEN WEAR - SERVICE SECTION
========================================================= */

.osven-service-area {
    width: 100%;
    padding: 75px 0 70px;
    background: #fffaf6;
}

.osven-service-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 30px;
}

/* =========================================================
   HEADING
========================================================= */

.osven-service-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 8px;
}

.osven-service-heading h1 {
    margin: 0;
    color: #101827;
    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
}

.osven-service-heading h1 span {
    color: #d49a52;
    font-style: italic;
}

.osven-service-line {
    width: 70px;
    height: 2px;
    background: #d49a52;
}

.osven-service-subtitle {
    margin: 0 0 40px;
    text-align: center;
    color: #222;
    font-size: 16px;
}

/* =========================================================
   SERVICE CARDS
========================================================= */

.osven-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.osven-service-card {
    display: flex;
    align-items: flex-start;
    gap: 28px;

    min-height: 220px;

    padding: 28px 35px;

    background: #fff;

    border: 1px solid #f3ebe5;
    border-radius: 10px;

    box-shadow: 0 8px 25px rgba(80, 50, 30, 0.04);

    transition: all 0.3s ease;
}

.osven-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(80, 50, 30, 0.09);
}

/* =========================================================
   SERVICE ICON
========================================================= */

.osven-service-icon {
    flex: 0 0 72px;

    width: 72px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff1e8;

    border-radius: 50%;

    color: #cf914d;

    font-size: 30px;
}

/* =========================================================
   SERVICE CONTENT
========================================================= */

.osven-service-content {
    padding-top: 3px;
}

.osven-service-content h4 {
    margin: 0;

    color: #151515;

    font-size: 20px;
    font-weight: 600;
}

.osven-service-small-line {
    width: 32px;
    height: 2px;

    margin: 14px 0 20px;

    background: #d39a52;
}

.osven-service-content p {
    margin: 0;

    color: #30343b;

    font-size: 14px;
    line-height: 1.7;
}

/* =========================================================
   BOTTOM BENEFITS
========================================================= */

.osven-benefits-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    margin-top: 18px;

    background: #fff;

    border: 1px solid #f2ebe5;
    border-radius: 12px;

    box-shadow: 0 8px 25px rgba(80, 50, 30, 0.04);
}

.osven-benefit {
    display: flex;
    align-items: center;
    gap: 20px;

    padding: 28px 35px;

    border-right: 1px solid #eee4dc;
}

.osven-benefit:last-child {
    border-right: none;
}

.osven-benefit-icon {
    flex: 0 0 58px;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff4ec;

    border-radius: 50%;

    color: #cb8b48;

    font-size: 25px;
}

.osven-benefit h4 {
    margin: 0 0 5px;

    color: #171717;

    font-size: 16px;
    font-weight: 600;
}

.osven-benefit p {
    margin: 0 0 5px;

    color: #555;

    font-size: 13px;
}

.osven-benefit strong {
    color: #111;

    font-size: 22px;
    font-weight: 600;
}

/* =========================================================
   RETURN BAR
========================================================= */

.osven-return-bar {
    display: flex;
    align-items: center;

    margin-top: 18px;
    padding: 25px 45px;

    background: #dbb17378;

    border: 1px solid #f4e1d7;
    border-radius: 12px;
}

.osven-return-icon {
    flex: 0 0 65px;

    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 25px;

    background: #fff;

    color: #cf914c;

    border-radius: 50%;

    font-size: 27px;
}

.osven-return-text {
    flex: 1;
}

.osven-return-text h3 {
    margin: 0 0 5px;

    color: #161616;

    font-size: 20px;
    font-weight: 600;
}

.osven-return-text p {
    margin: 0;

    color: #333;

    font-size: 14px;
}

.osven-shop-confidence {
    display: inline-flex;
    align-items: center;
    gap: 20px;

    padding: 15px 25px;

    background: #071426;
    color: #fff;

    border-radius: 10px;

    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.osven-shop-confidence span {
    font-size: 20px;
}

.osven-shop-confidence:hover {
    background: #d1944e;
    color: #fff;
    text-decoration: none;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .osven-service-heading h1 {
        font-size: 34px;
    }

    .osven-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .osven-benefits-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .osven-benefit:nth-child(2) {
        border-right: none;
    }

    .osven-benefit:nth-child(1),
    .osven-benefit:nth-child(2) {
        border-bottom: 1px solid #eee4dc;
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .osven-service-area {
        padding: 55px 0;
    }

    .osven-service-container {
        padding: 0 18px;
    }

    .osven-service-heading {
        gap: 10px;
    }

    .osven-service-heading h1 {
        font-size: 27px;
    }

    .osven-service-line {
        width: 30px;
    }

    .osven-service-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .osven-service-grid {
        grid-template-columns: 1fr;
    }

    .osven-service-card {
        min-height: auto;
        padding: 25px;
    }

    .osven-benefits-bar {
        grid-template-columns: 1fr;
    }

    .osven-benefit {
    border-right: none;
    border-bottom: 1px solid #eee4dc;

    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;

    column-gap: 20px;

    padding: 24px 35px;
}

    .osven-benefit:last-child {
        border-bottom: none;
    }

    .osven-return-bar {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .osven-return-icon {
        margin: 0 0 15px;
    }

    .osven-shop-confidence {
        margin-top: 20px;
    }

}
/* =========================================================
   OSVEN WEAR - FAQ TWO COLUMN DESIGN
========================================================= */
.osven-faq-section{
    padding:60px 0;
    width:100%;
}

.osven-faq-section .container{
    max-width:1400px;
    margin:auto;
    padding:0 30px;
}

/* HEADER */

.osven-faq-header{
    width:55%;
    margin-bottom:25px;
}

.osven-faq-small-title{
    color:#c58b35;
    font-size:14px;
    letter-spacing:2px;
    margin-bottom:10px;
}

.osven-faq-small-title span{
    display:inline-block;
    width:60px;
    height:1px;
    background:#a97848;
    margin-left:10px;
    vertical-align:middle;
}

.osven-faq-header h1{
    font-size:55px;
    line-height:1.1;
    margin:0 0 15px;
}

.osven-faq-header h1 strong{
    color:#c58b35;
}

.osven-faq-header p{
    font-size:17px;
}

/* FAQ LIST */

.osven-faq-list{
    width:55%;
}

.osven-faq-item{
    margin-bottom:10px;
}

.osven-faq-question{
    min-height:75px;
    width:100%;
    display:flex !important;
    align-items:center !important;
    padding:10px 25px;
    background:#ffffff80;
    border:1px solid #d8c5b0;
    border-radius:15px;
    cursor:pointer;
}

.osven-faq-icon{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:50%;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    background:#f4eee8;
    margin-right:20px;
    color:#aa7748;
    font-size:25px;
}

.osven-faq-question-text{
    flex:1;
    font-size:17px;
    font-weight:600;
}

.osven-faq-plus{
    font-size:35px;
    color:#a97848;
}

/* ANSWERS */

.osven-faq-answer{
    padding:20px;
    background:#ffffff80;
    border:1px solid #d8c5b0;
}

/* BENEFITS */

.osven-faq-benefits{
    width:65%;
    display:grid !important;
    grid-template-columns:repeat(4,1fr);
    margin-top:20px;
    padding:25px;
    background:#ffffff80;
    border:1px solid #d8c5b0;
    border-radius:18px;
}

.osven-faq-benefit{
    display:flex !important;
    align-items:flex-start;
    gap:12px;
    padding:0 15px;
}

.osven-faq-benefit-icon{
    width:50px;
    height:50px;
    min-width:50px;
    display:flex !important;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:#f4eee8;
    color:#aa7748;
    font-size:22px;
}

.osven-faq-benefit strong,
.osven-faq-benefit span,
.osven-faq-benefit small{
    display:block;
}

.osven-faq-benefit strong{
    font-size:15px;
}

.osven-faq-benefit span{
    font-size:14px;
}

.osven-faq-benefit small{
    margin-top:7px;
}

/* SUPPORT */

.osven-faq-support{
    width:100%;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    margin-top:25px;
    padding:20px 30px;
    border:1px solid #d8c5b0;
    border-radius:18px;
    background:#ffffff80;
}

.osven-support-left{
    display:flex !important;
    align-items:center !important;
    gap:20px;
}

.osven-support-icon{
    width:65px;
    height:65px;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#081426;
    color:white;
    border-radius:50%;
    font-size:25px;
}

.osven-support-left h3{
    margin:0;
    font-size:21px;
}

.osven-support-left p{
    margin:5px 0 0;
}

.osven-support-btn{
    display:flex !important;
    align-items:center !important;
    gap:20px;
    padding:17px 30px;
    background:#081426;
    color:#d5a56e !important;
    border-radius:12px;
    text-decoration:none !important;
}
.whatsapp-chat {
    position: fixed;
    bottom: 25px;
    right: 25px;

    width: 58px;
    height: 58px;

    background: #25d366;
    color: white;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 32px;

    text-decoration: none;

    z-index: 9999;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);

    transition: all 0.3s ease;
}

.whatsapp-chat:hover {
    transform: scale(1.1);
    color: white;
}
/* =========================================================
   ADMIN NOTIFICATIONS PAGE
========================================================= */

.notification-header-action{
    display:flex;
    align-items:center;
    gap:10px;
}

/* NOTIFICATION LIST */

.notification-list{
    width:100%;
}

/* SINGLE NOTIFICATION */

.notification-item{
    display:flex;
    align-items:center;
    gap:18px;

    padding:20px 24px;

    border-bottom:1px solid #e9ecef;

    transition:0.25s ease;
}

.notification-item:last-child{
    border-bottom:none;
}

.notification-item:hover{
    background:#f8f9fa;
}

/* UNREAD NOTIFICATION */

.notification-unread{
    background:rgba(13, 110, 253, 0.035);
}

.notification-unread:hover{
    background:rgba(13, 110, 253, 0.07);
}

/* NOTIFICATION ICON */

.notification-icon{
    width:48px;
    height:48px;

    min-width:48px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:14px;

    background:#f1f3f5;

    font-size:21px;

    color:#495057;
}

/* NOTIFICATION CONTENT */

.notification-content{
    flex:1;
    min-width:0;
}

.notification-content-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;

    gap:15px;
}

.notification-content h5{
    font-size:15px;
    font-weight:600;

    color:#212529;
}

.notification-content p{
    font-size:14px;

    line-height:1.6;
}

.notification-content small{
    font-size:12px;
}

/* UNREAD DOT */

.notification-unread-dot{
    width:9px;
    height:9px;

    min-width:9px;

    background:#dc3545;

    border-radius:50%;

    margin-top:7px;
}

/* ACTION BUTTONS */

.notification-actions{
    display:flex;
    align-items:center;

    gap:8px;
}

.notification-actions form{
    margin:0;
}

.notification-actions .btn{
    width:36px;
    height:36px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:8px;
}

/* EMPTY STATE */

.notification-empty{
    text-align:center;

    padding:70px 20px;
}

.notification-empty-icon{
    width:70px;
    height:70px;

    margin:0 auto 20px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;

    background:#f1f3f5;

    font-size:30px;

    color:#6c757d;
}

.notification-empty h4{
    font-size:20px;

    font-weight:600;

    margin-bottom:8px;
}

/* =========================================================
   MOBILE RESPONSIVE
========================================================= */

@media(max-width:768px){

    .page-heading{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
    }

    .notification-header-action{
        width:100%;
    }

    .notification-item{
        padding:16px;

        gap:12px;

        align-items:flex-start;
    }

    .notification-icon{
        width:42px;
        height:42px;

        min-width:42px;

        font-size:18px;
    }

    .notification-content-top{
        gap:8px;
    }

    .notification-content h5{
        font-size:14px;
    }

    .notification-content p{
        font-size:13px;
    }

    .notification-actions{
        flex-direction:column;

        gap:5px;
    }

}

@media(max-width:480px){

    .notification-item{
        position:relative;

        padding:15px;
    }

    .notification-actions{
        position:absolute;

        right:12px;
        top:12px;
    }

    .notification-content{
        padding-right:40px;
    }

    .notification-content-top{
        padding-right:5px;
    }

    .notification-actions .btn{
        width:32px;
        height:32px;
    }

}
/* =========================================================
   OSVEN PRODUCT PRICE - VERTICAL
========================================================= */

.osven-product-price {
    margin-top: 8px !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 2px !important;

    width: 100% !important;
}

/* ORIGINAL PRICE */
.osven-product-price .osven-original-price {
    display: block !important;

    font-size: 15px !important;
    font-weight: 400 !important;

    color: #888 !important;

    text-decoration: line-through !important;

    margin: 0 !important;
}

/* SALE PRICE */
.osven-product-price .osven-sale-price {
    display: block !important;

    font-size: 20px !important;
    font-weight: 700 !important;

    color: #111 !important;

    margin: 0 !important;
}

/* =========================================================
   OSVENWEAR PRODUCT CARDS + IMAGE HOVER EFFECT
========================================================= */

/* =========================
   PRODUCT CARD
========================= */

.osven-product-card {
    position: relative;
    box-sizing: border-box;

    background: #ffffff;

    /* Very small space around product image */
    padding: 5px;

    border: 1px solid #e8e8e8;
    border-radius: 12px;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

/* Card hover */
.osven-product-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08);

    border-color: #dddddd;
}

/* =========================
   PRODUCT IMAGE CONTAINER
========================= */

.osven-product-image {
    position: relative;

    display: block;

    width: 100%;
    height: 280px;

    margin: 0;
    padding: 0;

    background: #f8f8f8;

    border: 0;
    border-radius: 25px;

    overflow: hidden;

    box-sizing: border-box;
}

/* =========================
   ALL PRODUCT IMAGES
========================= */

.osven-product-image img {
    display: block;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;

    object-fit: contain;
    object-position: center;

    border: 0;
}

/* =========================
   MAIN / FIRST IMAGE
========================= */

.osven-main-image {
    position: relative;

    width: 100%;
    height: 100%;

    z-index: 1;

    opacity: 1;

    transform: scale(1);

    transition:
        opacity 0.35s ease,
        transform 0.5s ease;
}

/* =========================
   SECOND / HOVER IMAGE
========================= */

.osven-hover-image {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    z-index: 2;

    opacity: 0;

    object-fit: contain;
    object-position: center;

    transform: scale(1.03);

    transition:
        opacity 0.35s ease,
        transform 0.5s ease;
}

/* =========================
   IMAGE HOVER SWAP
========================= */

.osven-product-image:hover .osven-main-image {
    opacity: 0;
    transform: scale(1.03);
}

.osven-product-image:hover .osven-hover-image {
    opacity: 1;
    transform: scale(1.5);
}

/* =========================
   PRODUCT INFORMATION
========================= */

.osven-product-info {
    padding: 16px 12px 18px;
    text-align: center;
}

/* Product Name */
.osven-product-info h3 {
    margin: 0 0 10px;

    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;

    color: #222222;
}

/* Product Category */
.osven-product-category {
    margin: 0 0 14px;

    font-size: 14px;
    font-weight: 400;

    color: #999999;
}

/* Product Price */
.osven-product-price {
    margin-bottom: 16px;

    font-size: 18px;
    font-weight: 700;

    color: #222222;
}

/* =========================
   SHOP NOW BUTTON
========================= */

/* =========================
   BEST SELLER BADGE
========================= */

.osven-best-seller {
    position: absolute;

    top: 14px;
    left: 14px;

    z-index: 10;

    padding: 10px 12px;

    background: #111326;
    color: #ffffff;

    border-radius: 3px;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 0.3px;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .osven-product-image {
        height: 260px;
    }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    .osven-product-card {
        padding: 4px;
    }

    .osven-product-image {
        height: 300px;
        border-radius: 7px;
    }

    .osven-product-info {
        padding: 14px 10px 16px;
    }

    .osven-product-info h3 {
        font-size: 16px;
    }

    .osven-product-price {
        font-size: 17px;
    }

    .osven-shop-btn {
        min-width: 125px;
        min-height: 44px;
        padding: 10px 18px;
    }

    /* Disable hover swapping on touch/mobile */
    .osven-hover-image {
        display: none;
    }

    .osven-product-image:hover .osven-main-image {
        opacity: 1;
        transform: none;
    }

    .osven-product-card:hover {
        transform: none;
    }
}

/* =====================================================
   CATEGORY SECTION
===================================================== */

.shop-category-section {
    padding: 20px;
    background: #fffaf7;
    text-align: center;
}

/* TITLE */

.shop-category-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.shop-category-title h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 500;
    color: #222;
}

.category-line {
    width: 60px;
    height: 1px;
    background: #c98668;
}

.category-diamond {
    margin-top: 12px;
    color: #d58a68;
    font-size: 11px;
}

/* CATEGORY ROW */

.shop-category-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;

    margin-top: 40px;
}

/* CATEGORY ITEM */

.shop-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-decoration: none !important;
    color: #222 !important;
}

/* =====================================================
   IMPORTANT FIX — ACTUAL CIRCLE MASK
===================================================== */

.category-circle {

    position: relative !important;

    width: 165px !important;
    height: 165px !important;

    min-width: 165px !important;
    min-height: 165px !important;

    max-width: 165px !important;
    max-height: 165px !important;

    border-radius: 50% !important;

    /* THIS physically cuts everything outside circle */
    overflow: hidden !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #ffffff !important;

    border: 2px solid #fad881;

    display: block !important;

    box-sizing: border-box !important;
}

/* =====================================================
   IMPORTANT FIX — IMAGE MUST FILL CIRCLE
===================================================== */

.category-circle .category-product-img {

    position: absolute !important;

    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 100% !important;
    min-height: 100% !important;

    max-width: none !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 50% !important;

    /* Makes image completely fill circle */
    object-fit: cover !important;

    object-position: center center !important;

    display: block !important;

    transform: scale(1.08);

    transition: transform 0.4s ease;
}

/* HOVER */

.shop-category-item:hover .category-product-img {
    transform: scale(1.15);
}

/* CATEGORY NAME */

.category-name {
    margin-top: 17px;

    font-size: 18px;
    font-weight: 500;

    color: #222;
}

/* PLACEHOLDER */

.category-placeholder {

    position: absolute;

    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f3e9e4;

    border-radius: 50%;

    font-size: 40px;
    color: #b97659;
}

/* MOBILE */

@media (max-width: 768px) {

    .shop-category-section {
        width: 100% !important;
        padding: 35px 10px 40px !important;
    }

    .shop-category-title {
        width: 100% !important;
        gap: 10px !important;
    }

    .shop-category-title h2 {
        font-size: 28px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
    }

    .category-line {
        width: 35px !important;
        flex-shrink: 0 !important;
    }

    .category-diamond {
        margin-top: 10px !important;
        margin-bottom: 25px !important;
    }

    .shop-category-container {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: flex-start !important;
        gap: 22px !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .shop-category-item {
        width: 125px !important;
        max-width: 125px !important;
        flex: 0 0 125px !important;
    }

    .category-circle {
        width: 120px !important;
        height: 120px !important;
        min-width: 120px !important;
        min-height: 120px !important;
        max-width: 120px !important;
        max-height: 120px !important;
    }

    .category-name {
        margin-top: 12px !important;
        font-size: 15px !important;
        line-height: 1.3 !important;
    }
}
@media (max-width: 480px) {

    .shop-category-section {
        padding: 30px 8px 35px !important;
    }

    .shop-category-title {
        gap: 8px !important;
    }

    .shop-category-title h2 {
        font-size: 20px !important;
    }

    .category-line {
        width: 25px !important;
    }

    .shop-category-container {
        gap: 14px !important;
    }

    .shop-category-item {
        width: 115px !important;
        max-width: 115px !important;
        flex: 0 0 115px !important;
    }

    .category-circle {
        width: 110px !important;
        height: 110px !important;
        min-width: 110px !important;
        min-height: 110px !important;
        max-width: 110px !important;
        max-height: 110px !important;
    }

    .category-name {
        font-size: 14px !important;
        margin-top: 10px !important;
    }
}

/* =========================================================
   OSVEN WEAR - RESPONSIVE / SAME DESIGN ON ALL SCREENS
========================================================= */

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

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

/* Main containers */
.container,
.container-fluid {
    max-width: 100%;
}

/* =========================================================
   HEADER
========================================================= */

#header {
    width: 100%;
}

#header .container {
    width: 100%;
}

#header #logo img {
    max-width: 150px;
    height: auto;
}

/* =========================================================
   BANNER
========================================================= */

.banner-area {
    width: 100%;
    max-width: 100%;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

/* =========================================================
   CATEGORY
========================================================= */

.shop-category-section {
    width: 100%;
    max-width: 100%;
}

.shop-category-container {
    width: 100%;
    max-width: 700px;
}

/* =========================================================
   PRODUCTS
========================================================= */

.osven-products-section {
    width: 100%;
}

.osven-products-container {
    width: 100%;
    max-width: 1200px;
}

.osven-products-list {
    width: 100%;
    max-width: 100%;
}

/* =========================================================
   RHYTHM SECTION
========================================================= */

.osven-rhythm-area {
    width: 100%;
    max-width: 100%;
}

.osven-rhythm-area .container-fluid {
    width: 100%;
    max-width: 100%;
}

.osven-rhythm-image img {
    max-width: 100%;
}

/* =========================================================
   SERVICE
========================================================= */

.osven-service-area {
    width: 100%;
}

.osven-service-container {
    width: 100%;
    max-width: 1250px;
}

/* =========================================================
   FAQ - DON'T CHANGE DESIGN
========================================================= */

.osven-faq-section {
    width: 100%;
}

.osven-faq-section .container {
    width: 100%;
    max-width: 1400px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    #header {
        height: 75px;
    }

    #header #logo img {
        max-width: 135px;
    }

    .osven-products-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .osven-service-container {
        padding-left: 20px;
        padding-right: 20px;
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    #header {
        height: 70px;
    }

    #header #logo img {
        max-width: 120px;
    }

    .shop-category-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .shop-category-container {
        max-width: 100%;
        gap: 25px;
    }

    .osven-products-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .osven-products-heading h2 {
        font-size: 24px;
    }

    .osven-service-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .osven-faq-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    #header #logo img {
        max-width: 110px;
    }

    .osven-products-heading h2 {
        font-size: 21px;
    }

    .shop-category-container {
        gap: 15px;
    }

}
/* =========================================================
   FINAL RESPONSIVE FIX - OSVEN WEAR
   ADD THIS AT THE VERY BOTTOM OF main.css
========================================================= */

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    /* FAQ */

    .osven-faq-section {
        padding: 50px 0;
    }

    .osven-faq-header {
        width: 70%;
    }

    .osven-faq-list {
        width: 70%;
    }

    .osven-faq-benefits {
        width: 85%;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .osven-faq-benefit {
        padding: 10px;
    }

    /* SERVICE */

    .osven-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* BOTTOM BENEFITS */

    .osven-benefits-bar {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    /* GENERAL */

    body {
        overflow-x: hidden;
    }

    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* FAQ */

    .osven-faq-section {
        padding: 45px 0;
    }

    .osven-faq-header {
        width: 100%;
        margin-bottom: 25px;
    }

    .osven-faq-header h1 {
        font-size: 40px;
        line-height: 1.15;
    }

    .osven-faq-header p {
        font-size: 15px;
        line-height: 1.6;
    }

    .osven-faq-small-title {
        font-size: 12px;
        letter-spacing: 1.5px;
    }

    /* FAQ QUESTIONS */

    .osven-faq-content,
    .osven-faq-list {
        width: 100%;
    }

    .osven-faq-question {
        min-height: 70px;
        padding: 10px 15px;
    }

    .osven-faq-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        margin-right: 12px;
        font-size: 20px;
    }

    .osven-faq-question-text {
        font-size: 15px;
        line-height: 1.4;
    }

    .osven-faq-plus {
        font-size: 30px;
        margin-left: 10px;
    }

    .osven-faq-answer {
        padding: 15px;
        font-size: 14px;
        line-height: 1.6;
    }

    /* FAQ BENEFITS */

    .osven-faq-benefits {
        width: 100%;
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 15px;
    }

    .osven-faq-benefit {
        width: 100%;
        padding: 10px 0;
        align-items: center;
    }

    /* FAQ SUPPORT */

    .osven-faq-support {
        width: 100%;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 20px;
        padding: 20px;
    }

    .osven-support-left {
        width: 100%;
        gap: 15px;
    }

    .osven-support-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
        font-size: 22px;
    }

    .osven-support-left h3 {
        font-size: 18px;
    }

    .osven-support-left p {
        font-size: 14px;
    }

    .osven-support-btn {
        width: 100%;
        justify-content: center;
        padding: 15px 20px;
    }

    /* SERVICE SECTION */

    .osven-service-area {
        padding: 50px 0;
    }

    .osven-service-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .osven-service-heading h1 {
        font-size: 30px;
    }

    .osven-service-grid {
        grid-template-columns: 1fr;
    }

    .osven-service-card {
        min-height: auto;
        padding: 22px;
        gap: 18px;
    }

    .osven-service-icon {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;
        font-size: 24px;
    }

    /* BOTTOM BENEFITS */

    .osven-benefits-bar {
        grid-template-columns: 1fr;
    }

    .osven-benefit {
        padding: 20px;
        border-right: none !important;
        border-bottom: 1px solid #eee4dc;
    }

    .osven-benefit:last-child {
        border-bottom: none;
    }

    /* PRODUCT SECTION */

    .osven-product-card {
        flex: 0 0 calc(50% - 8px);
    }

    .osven-product-image {

    }

}

/* =========================================================
   SMALL MOBILE - 480px AND BELOW
========================================================= */

@media (max-width: 480px) {

    /* FAQ */

    .osven-faq-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .osven-faq-header h1 {
        font-size: 34px;
    }

    .osven-faq-header p {
        font-size: 14px;
    }

    .osven-faq-question {
        padding: 10px 12px;
    }

    .osven-faq-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        margin-right: 10px;
        font-size: 18px;
    }

    .osven-faq-question-text {
        font-size: 14px;
    }

    .osven-faq-plus {
        font-size: 26px;
    }

    /* SERVICE */

    .osven-service-heading {
        gap: 8px;
    }

    .osven-service-heading h1 {
        font-size: 26px;
    }

    .osven-service-line {
        width: 25px;
    }

    .osven-service-card {
        padding: 18px;
        gap: 15px;
    }

    .osven-service-content h4 {
        font-size: 18px;
    }

    /* BENEFITS */

    .osven-benefit {
        padding: 18px 15px;
        gap: 15px;
    }

    .osven-benefit-icon {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
        font-size: 20px;
    }

    .osven-benefit h4 {
        font-size: 15px;
    }

    .osven-benefit strong {
        font-size: 19px;
    }

    /* PRODUCTS */

    .osven-product-card {
        flex: 0 0 85%;
    }

}
/* =========================================
   MOBILE FIXES
========================================= */

@media (max-width: 767px) {

    /* =====================================
       1. HERO / BANNER FIX
    ===================================== */

    .osven-hero-section,
    .slider-section,
    .hero-slider {
        height: auto !important;
        min-height: 0 !important;
    }

    .osven-hero-section img,
    .slider-section img,
    .hero-slider img {
        width: 100% !important;
        height: auto !important;
        display: block;
        object-fit: contain !important;
    }

    /* =====================================
       2. FAQ MAIN SECTION
    ===================================== */

    .osven-faq-section {
        overflow: hidden !important;
        padding: 40px 0 !important;
    }

    .osven-faq-section::before,
    .osven-faq-section::after {
        display: none !important;
    }

    .osven-faq-section .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    /* =====================================
       3. FAQ HEADER
    ===================================== */

    .osven-faq-header {
        width: 100% !important;
        max-width: 100% !important;
    }

    .osven-faq-header h1 {
        font-size: 42px !important;
        line-height: 1.15 !important;
    }

    .osven-faq-header p {
        font-size: 16px !important;
        line-height: 1.6 !important;
    }

    /* =====================================
       4. FAQ QUESTION BOXES
    ===================================== */

    .osven-faq-content,
    .osven-faq-list {
        width: 100% !important;
        max-width: 100% !important;
    }

    .osven-faq-item {
        width: 100% !important;
        margin-bottom: 14px !important;
    }

    .osven-faq-question {
        width: 100% !important;
        min-height: 86px !important;
        padding: 12px 18px !important;
        display: flex !important;
        align-items: center !important;
        box-sizing: border-box !important;
    }

    .osven-faq-icon {
        width: 58px !important;
        height: 58px !important;
        min-width: 58px !important;
        margin-right: 16px !important;
    }

    .osven-faq-question-text {
        flex: 1 !important;
        font-size: 17px !important;
        line-height: 1.4 !important;
    }

    .osven-faq-plus {
        margin-left: 10px !important;
        flex-shrink: 0 !important;
        font-size: 30px !important;
    }

    .osven-faq-answer {
        font-size: 15px !important;
        line-height: 1.6 !important;
        padding: 18px !important;
    }

}

/* =========================================
   SMALL MOBILE DEVICES
========================================= */

@media (max-width: 480px) {

    .osven-faq-header h1 {
        font-size: 38px !important;
    }

    .osven-faq-header p {
        font-size: 15px !important;
    }

    .osven-faq-question {
        min-height: 84px !important;
        padding: 12px 14px !important;
    }

    .osven-faq-icon {
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
        margin-right: 14px !important;
    }

    .osven-faq-question-text {
        font-size: 16px !important;
    }

}
/* =========================================
   MOBILE - HEADER & BANNER ONLY
========================================= */

/* BANNER */

section#home.banner-area {
    margin-top: 70px !important;

    width: 100% !important;

    /*
       Keep the same original banner ratio
       and show the complete image on mobile.
    */
    height: 56.28vw !important;

    min-height: 0 !important;
    max-height: none !important;

    padding: 0 !important;

    overflow: hidden !important;

    background: none !important;
    background-image: none !important;
}

#home .osven-home-slider {
    width: 100% !important;
    height: 100% !important;

    min-height: 0 !important;

    padding: 0 !important;
    margin: 0 !important;
}

#home .osven-slide {
    width: 100% !important;
    height: 100% !important;

    padding: 0 !important;
    margin: 0 !important;
}

#home .osven-slide img {
    width: 100% !important;
    height: 100% !important;

    min-width: 0 !important;
    min-height: 0 !important;

    max-width: 100% !important;
    max-height: 100% !important;

    object-fit: contain !important;
    object-position: center center !important;

    margin: 0 !important;
    padding: 0 !important;
}
@media (max-width: 480px) {

    #header {
        height: 65px !important;
    }

    #header #logo img {
        max-width: 105px !important;
    }

    .banner-area {
        margin-top: 65px !important;
    }

    .banner-content {
        padding: 15px 10px 25px !important;
    }

    .banner-content h1 {
        font-size: 27px !important;
    }

}
/* =========================================
   MOBILE HEADER NAVIGATION FIX
========================================= */

@media (max-width: 767px) {

    #header {
        height: 70px !important;
        display: flex;
        align-items: center;
    }

    #header .container {
        width: 100% !important;
        padding: 0 10px !important;
    }

    /* SHOW NAVIGATION ON MOBILE */
    #nav-menu-container {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }

    .nav-menu {
        display: flex !important;
        align-items: center;
        gap: 8px;
    }

    .nav-menu > li {
        margin-left: 0 !important;
    }

    .nav-menu a {
        font-size: 9px !important;
        padding: 5px !important;
        white-space: nowrap;
    }

    /* Hide mobile hamburger button */
    #mobile-nav-toggle {
        display: none !important;
    }

    /* Smaller logo */
    #header #logo img {
        max-width: 90px !important;
        max-height: 55px !important;
    }

}

/* =====================================================
   GLOBAL MOBILE SIZE OPTIMIZATION
   PROFESSIONAL E-COMMERCE RESPONSIVE DESIGN
===================================================== */

@media (max-width: 767px) {

    /* GENERAL SECTION SPACING */

    section {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    /* CONTAINER */

    .container,
    .osven-products-container,
    .osven-service-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* MAIN HEADINGS */

    h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    h2 {
        font-size: 27px;
        line-height: 1.25;
    }

    h3 {
        font-size: 22px;
    }

    /* PARAGRAPHS */

    p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* BUTTONS */

    .primary-btn,
    .osven-support-btn,
    button {
        font-size: 12px !important;
        padding: 12px 20px !important;
    }

    /* PRODUCT SECTION */

    .osven-products-section {
        padding: 45px 0 !important;
    }

    .osven-products-heading h2 {
        font-size: 20px !important;
    }

    .osven-product-card {
        min-width: 0 !important;
    }

    .osven-product-image {
        
    }

    /* SERVICE SECTION */

    .osven-service-area {
        padding: 45px 0 !important;
    }

    .osven-service-heading h1 {
        font-size: 30px !important;
    }

    /* FAQ SECTION */

    .osven-faq-section {
        padding: 45px 0 !important;
    }

    .osven-faq-header h1 {
        font-size: 38px !important;
    }

    /* BENEFITS BAR */

    .osven-benefits-bar {
        margin-top: 20px !important;
    }

}
@media (max-width: 480px) {

    section {
        padding-top: 90px !important;
        padding-bottom: 35px !important;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 13px;
    }

    /* PRODUCT IMAGES */

    .osven-product-image {
        height: 280px !important;
    }

    /* FAQ */

    .osven-faq-header h1 {
        font-size: 34px !important;
    }

    /* SERVICE */

    .osven-service-heading h1 {
        font-size: 27px !important;
    }

}
@media (max-width: 767px) {

    .whatsapp-chat {
        width: 50px;
        height: 50px;

        right: 18px;
        bottom: 18px;

        font-size: 27px;
    }

}
/* ==========================================================
   OSVENWEAR SLIDER - COMPLETE IMAGE FINAL FIX
   DO NOT ADD OLD SLIDER CSS WITH THIS
========================================================== */

/* MAIN BANNER SECTION */
section#home.banner-area {
    width: 100% !important;

    /* exact image ratio: 941 / 1672 = 56.28% */
    height: 56.28vw !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;
    display: block !important;

    overflow: hidden !important;

    background: none !important;
    background-image: none !important;

    border: none !important;

    clear: both !important;
}

/* REMOVE OLD BANNER BACKGROUND / OVERLAY */
section#home.banner-area::before,
section#home.banner-area::after {
    content: none !important;
    display: none !important;
}

/* ==========================================================
   SLIDER CONTAINER
========================================================== */

#home .osven-home-slider {
    position: relative !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;

    min-height: 100% !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: none !important;
    border: none !important;
}

/* ==========================================================
   EACH SLIDE
========================================================== */

#home .osven-slide {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    display: block !important;

    transform: translateX(100%);

    transition: transform 0.8s ease-in-out;

    opacity: 1 !important;
    visibility: visible !important;

    overflow: hidden !important;
}

/* VISIBLE SLIDE */
#home .osven-slide.active {
    transform: translateX(0) !important;

    z-index: 3 !important;
}

/* OLD SLIDE GOES LEFT */
#home .osven-slide.slide-left {
    transform: translateX(-100%) !important;

    z-index: 2 !important;
}

/* ==========================================================
   ACTUAL IMAGE
   SHOW COMPLETE ORIGINAL IMAGE
========================================================== */

#home .osven-slide img {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;

    min-width: 100% !important;
    min-height: 100% !important;

    max-width: none !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    /*
       Section has exact same ratio as your image,
       so full image shows WITHOUT cutting.
    */
    object-fit: contain !important;
        object-position: center center !important;

    border: none !important;

    opacity: 1 !important;
    visibility: visible !important;
}

/* ==========================================================
   SLIDER DOTS
========================================================== */

#home .osven-slider-dots {
    position: absolute !important;

    left: 50% !important;
    bottom: 18px !important;

    transform: translateX(-50%) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 8px !important;

    z-index: 30 !important;

    margin: 0 !important;
    padding: 0 !important;
}

#home .osven-dot {
    display: block !important;

    width: 10px !important;
    height: 10px !important;

    border-radius: 50% !important;

    background: rgba(255,255,255,0.55) !important;

    border: 1px solid #ffffff !important;

    cursor: pointer !important;

    transition: 0.25s ease !important;
}

#home .osven-dot.active {
    background: #ffffff !important;

    transform: scale(1.25) !important;
}

/* ==========================================================
   OSVENWEAR MOBILE SLIDER - SHOW COMPLETE IMAGE
   Mobile only: keep the original image ratio automatically
========================================================== */
@media (max-width: 767px) {

    section#home.banner-area {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin-top: 70px !important;
        padding: 0 !important;
        overflow: hidden !important;
        background: none !important;
        aspect-ratio: auto !important;
    }

    #home .osven-home-slider {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    #home .osven-slide {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #home .osven-slide.active {
        position: relative !important;
    }

    #home .osven-slide img {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: 100% !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    #home .osven-slider-dots {
        bottom: 12px !important;
    }
}

@media (max-width: 480px) {
    section#home.banner-area {
        margin-top: 65px !important;
    }
}
/* =========================================================
   OSVENWEAR - CATEGORY PRODUCTS PAGE
========================================================= */

.products-page {
    padding: 130px 0 70px;
    min-height: 100vh;
    background: #f8f8f8;
}


/* =========================================================
   CATEGORY PAGE HEADING
========================================================= */

.products-heading {
    text-align: center;
    margin-bottom: 45px;
}

.products-heading h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}

.products-heading p {
    color: #888;
    font-size: 14px;
    margin: 0;
}


/* =========================================================
   CATEGORY PRODUCT CARD
========================================================= */

.product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;

    margin-bottom: 30px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);

    transition: 0.3s ease;

    height: 100%;
}

.product-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.12);
}


/* =========================================================
   CATEGORY PRODUCT IMAGE
========================================================= */

.product-image {
    width: 100%;
    height: 280px;

    background: #f7f7f7;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    box-sizing: border-box;
}

.product-image img {
    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;

    display: block;
}


/* =========================================================
   CATEGORY PRODUCT INFORMATION
========================================================= */

.product-info {
    padding: 22px;
}

.product-category {
    display: block;

    font-size: 11px;
    text-transform: uppercase;

    color: #999;

    margin-bottom: 8px;

    letter-spacing: 0.5px;
}

.product-name {
    font-size: 18px;
    font-weight: 600;

    line-height: 1.4;

    color: #222;

    margin-bottom: 12px;
}


/* =========================================================
   CATEGORY PRODUCT PRICE
========================================================= */

.product-price {
    margin-bottom: 12px;
}

.current-price {
    font-size: 18px;
    font-weight: 600;

    color: #222;
}

.original-price {
    font-size: 13px;

    color: #999;

    text-decoration: line-through;

    margin-left: 7px;
}


/* =========================================================
   CATEGORY PRODUCT STOCK
========================================================= */

.stock-status {
    font-size: 12px;

    margin-bottom: 18px;
}

.in-stock {
    color: #198754;
}

.out-stock {
    color: #dc3545;
}


/* =========================================================
   CATEGORY PRODUCT BUTTON
========================================================= */

.buy-btn {
    display: block;

    width: 100%;

    text-align: center;

    background: #080a1e;
    color: #fff;

    padding: 13px 15px;

    border-radius: 5px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    transition: 0.2s ease;

    box-sizing: border-box;
}

.buy-btn:hover {
    background: #000;
    color: #fff;

    text-decoration: none;
}

.disabled-btn {
    background: #aaa;

    cursor: not-allowed;
}

.disabled-btn:hover {
    background: #aaa;
}


/* =========================================================
   NO PRODUCTS
========================================================= */

.no-products {
    background: #fff;

    padding: 60px 30px;

    border-radius: 10px;

    text-align: center;

    box-shadow:
        0 5px 20px rgba(0, 0, 0, 0.05);
}

.no-products h3 {
    font-size: 24px;

    margin-bottom: 10px;
}

.no-products p {
    color: #888;

    margin-bottom: 25px;
}


/* =========================================================
   CATEGORY PRODUCTS PAGE - TABLET
========================================================= */

@media (max-width: 991px) {

    .products-page {
        padding: 105px 0 55px;
    }

    .products-heading {
        margin-bottom: 30px;
    }

    .products-heading h1 {
        font-size: 30px;
    }

    .product-image {
        height: 240px;
    }

}


/* =========================================================
   CATEGORY PRODUCTS PAGE - MOBILE
========================================================= */
@media (max-width: 767px) {

    .products-page {
      padding: 90px 0 40px !important;

    }

    .products-page .container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-heading {
        margin-bottom: 28px;
    }

    .products-heading h1 {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .products-heading p {
        font-size: 14px;
    }


    /* =========================================
       CATEGORY PRODUCTS - MOBILE SLIDER
    ========================================= */

    .category-products-grid {
        display: flex !important;
        flex-wrap: nowrap !important;

        width: 100% !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        gap: 12px;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        scroll-behavior: smooth;

        padding: 0 5px 20px;

        scrollbar-width: none;
    }

    .category-products-grid::-webkit-scrollbar {
        display: none;
    }


    /* EACH BOOTSTRAP COLUMN */

    .category-products-grid > div {
        flex: 0 0 78% !important;

        width: 78% !important;
        max-width: 78% !important;

        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    /* PRODUCT CARD */

    .category-products-grid .osven-product-card {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        flex: none !important;

        margin-bottom: 0 !important;
    }


    /* IMAGE */

    .category-products-grid .osven-product-image {
        width: 100% !important;
        height: 240px !important;
    }

}
/* =========================================================
   OSVENWEAR CHECKOUT PAGE
========================================================= */


/* =====================================================
   CHECKOUT PAGE
===================================================== */

.checkout-area {
    padding: 100px 0;
    background: #f8f8f8;
    min-height: 100vh;
}


/* =====================================================
   PAGE HEADER
===================================================== */

.checkout-heading {
    text-align: center;
    margin-bottom: 50px;
}

.checkout-heading h1 {
    font-size: 36px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.checkout-heading p {
    color: #888;
    font-size: 15px;
    margin: 0;
}


/* =====================================================
   CARDS
===================================================== */

.checkout-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.checkout-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}


/* =====================================================
   FORM
===================================================== */

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.form-label span {
    color: #999;
    font-weight: 400;
}

.checkout-input,
.checkout-select,
.checkout-textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px 14px;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: 0.2s;
    background: #fff;
}

.checkout-input,
.checkout-select {
    height: 48px;
}

.checkout-textarea {
    height: 110px;
    resize: vertical;
}

.checkout-input:focus,
.checkout-select:focus,
.checkout-textarea:focus {
    border-color: #222;
}


/* =====================================================
   PRODUCT
===================================================== */

.checkout-product {
    display: flex;
    gap: 18px;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.checkout-product-image {
    width: 110px;
    height: 110px;
    object-fit: contain;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 8px;
    flex-shrink: 0;
}

.checkout-product-name {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.checkout-product-category {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.checkout-product-price {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.checkout-original-price {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 8px;
}


/* =====================================================
   QUANTITY
===================================================== */

.quantity-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.quantity-label {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.quantity-btn {
    width: 42px;
    height: 42px;
    border: none;
    background: #f7f7f7;
    font-size: 20px;
    cursor: pointer;
    color: #222;
}

.quantity-btn:hover {
    background: #eee;
}

#quantity {
    width: 55px;
    height: 42px;
    border: none;
    text-align: center;
    font-size: 15px;
    outline: none;
}


/* =====================================================
   PAYMENT OPTIONS
===================================================== */

.payment-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.payment-option {
    display: flex;
    align-items: flex-start;
    gap: 15px;

    padding: 18px;

    border: 1px solid #ddd;
    border-radius: 8px;

    cursor: pointer;

    transition: 0.2s ease;

    background: #fff;
}

.payment-option:hover {
    border-color: #999;
}

.payment-option.active {
    border-color: #111;
    background: #fafafa;
}

.payment-option input {
    margin-top: 4px;
    cursor: pointer;
}

.payment-option-content {
    flex: 1;
}

.payment-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.payment-option-header strong {
    font-size: 16px;
    color: #222;
}

.payment-option-content p {
    margin: 6px 0 0;
    color: #888;
    font-size: 13px;
}

.payment-title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.payment-description {
    display: block;
    color: #888;
    font-size: 13px;
    margin-top: 7px;
    padding-left: 23px;
}

.payment-badge {
    font-size: 11px;
    padding: 5px 9px;
    border-radius: 20px;
    background: #eee;
    color: #333;
    white-space: nowrap;
}

.cod-badge {
    color: #b00000;
    background: #fff0f0;
}


/* =====================================================
   ORDER SUMMARY
===================================================== */

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-size: 14px;
    color: #777;
}

.summary-row strong {
    color: #222;
    font-weight: 500;
}

.summary-total {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 19px;
    color: #222;
}

.summary-total strong {
    font-size: 21px;
    font-weight: 600;
}


/* =====================================================
   SHIPPING
===================================================== */

.shipping-message {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 13px 15px;
    margin: 25px 0;
    font-size: 13px;
    color: #777;
}

.shipping-message i {
    margin-right: 7px;
}


/* =====================================================
   PLACE ORDER
===================================================== */

.place-order-btn {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 5px;
    background: #222;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.2s;
}

.place-order-btn:hover {
    background: #000;
}

.secure-message {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 15px;
}


/* =====================================================
   BACK BUTTON
===================================================== */

.back-to-product {
    display: inline-block;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 25px;
}

.back-to-product:hover {
    color: #000;
    text-decoration: none;
}


/* =====================================================
   PREMIUM ORDER SUCCESS POPUP
===================================================== */

.order-success-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(0, 0, 0, 0.78);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    animation: overlayAppear .35s ease;
}


/* =====================================================
   MAIN POPUP
===================================================== */

.order-success-modal {
    position: relative;

    width: 100%;
    max-width: 780px;

    max-height: 92vh;
    overflow-y: auto;

    background: #fff;

    border-radius: 22px;

    padding: 38px 42px;

    box-shadow: 0 35px 100px rgba(0, 0, 0, .35);

    animation: popupAppear .65s cubic-bezier(.17, .67, .35, 1.25);
}


/* =====================================================
   CLOSE BUTTON
===================================================== */

.popup-close-x {
    position: absolute;

    top: 15px;
    right: 18px;

    width: 36px;
    height: 36px;

    border: none;
    border-radius: 50%;

    background: #f5f5f5;

    color: #555;

    font-size: 18px;

    cursor: pointer;

    transition: .25s ease;
}

.popup-close-x:hover {
    background: #111;
    color: #fff;
    transform: rotate(90deg);
}


/* =====================================================
   SUCCESS ICON
===================================================== */

.success-animation {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.success-circle {
    position: relative;

    width: 88px;
    height: 88px;

    border-radius: 50%;

    background: #111;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 36px;

    box-shadow: 0 0 0 10px rgba(0, 0, 0, .05);

    animation:
        successBounce .7s cubic-bezier(.17, .67, .35, 1.4),
        successGlow 2s ease 1s infinite;
}


/* =====================================================
   SUCCESS TEXT
===================================================== */

.order-success-modal h2 {
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
}

.success-message {
    text-align: center;
    color: #777;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 auto 22px;
    max-width: 560px;
}


/* =====================================================
   ORDER ID
===================================================== */

.order-number {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 14px 18px;
    margin-bottom: 18px;

    border-radius: 11px;

    background: #f7f7f7;
    border: 1px solid #eee;
}

.order-number span {
    color: #888;
    font-size: 13px;
}

.order-number strong {
    color: #111;
    font-size: 15px;
    letter-spacing: .5px;
}


/* =====================================================
   POPUP PRODUCT
===================================================== */

.popup-product {
    display: flex;
    align-items: center;

    gap: 18px;

    padding: 17px;
    margin-bottom: 18px;

    background: #fafafa;
    border: 1px solid #eee;

    border-radius: 13px;
}

.popup-product-image {
    width: 82px;
    height: 82px;

    object-fit: contain;

    background: #fff;

    border-radius: 10px;

    padding: 7px;

    border: 1px solid #eee;

    flex-shrink: 0;
}

.popup-product-info {
    flex: 1;
}

.popup-product-category {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 5px;
}

.popup-product-name {
    font-size: 17px;
    font-weight: 600;
    color: #111;
    margin-bottom: 5px;
}

.popup-product-meta {
    color: #777;
    font-size: 13px;
}


/* =====================================================
   INFORMATION GRID
===================================================== */

.popup-information-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.popup-section {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 18px;
    background: #fff;
}

.popup-section h4 {
    display: flex;
    align-items: center;

    font-size: 15px;
    font-weight: 600;

    color: #111;

    margin: 0 0 12px;
    padding-bottom: 11px;

    border-bottom: 1px solid #eee;
}

.popup-section h4 i {
    margin-right: 8px;
    font-size: 15px;
}


/* =====================================================
   INFORMATION ROW
===================================================== */

.popup-row {
    display: flex;
    justify-content: space-between;

    gap: 15px;

    padding: 6px 0;

    font-size: 13px;
}

.popup-row span {
    color: #888;
    white-space: nowrap;
}

.popup-row strong {
    color: #222;

    text-align: right;

    max-width: 65%;

    word-break: break-word;
}


/* =====================================================
   ADDRESS
===================================================== */

.delivery-address {
    padding: 12px;

    border-radius: 8px;

    background: #f7f7f7;

    color: #555;

    font-size: 13px;

    line-height: 1.7;
}


/* =====================================================
   PAYMENT CONFIRMATION
===================================================== */

.payment-confirmed {
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 15px;

    padding: 15px 18px;
    margin-top: 15px;

    border-radius: 11px;

    background: #f7f7f7;

    border: 1px solid #eee;
}

.payment-confirmed span {
    display: block;

    color: #888;

    font-size: 11px;

    margin-bottom: 4px;
}

.payment-confirmed strong {
    color: #222;
    font-size: 14px;
}

.payment-status {
    color: #16803c;

    font-size: 12px;

    font-weight: 600;

    white-space: nowrap;
}


/* =====================================================
   POPUP TOTAL
===================================================== */

.popup-total {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-top: 13px;

    padding: 17px 18px;

    border-radius: 11px;

    background: #111;

    color: #fff;
}

.popup-total span {
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
}

.popup-total strong {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
}

.free-text {
    color: #16803c !important;
}


/* =====================================================
   DELIVERY NOTE
===================================================== */

.delivery-note {
    display: flex;

    align-items: flex-start;

    gap: 8px;

    margin-top: 15px;

    padding: 13px 15px;

    background: #fafafa;

    border-left: 3px solid #111;

    border-radius: 6px;

    color: #777;

    font-size: 12px;

    line-height: 1.6;
}

.delivery-note i {
    color: #111;
    margin-top: 2px;
}


/* =====================================================
   CONTINUE BUTTON
===================================================== */

.success-close-btn {
    width: 100%;

    height: 54px;

    margin-top: 18px;

    border: none;

    border-radius: 10px;

    background: #111;

    color: #fff;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: .6px;

    cursor: pointer;

    transition: .3s ease;
}

.success-close-btn:hover {
    background: #000;

    transform: translateY(-3px);

    box-shadow: 0 12px 25px rgba(0, 0, 0, .18);
}


/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes overlayAppear {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes popupAppear {

    0% {
        opacity: 0;
        transform: translateY(60px) scale(.88);
    }

    65% {
        transform: translateY(-5px) scale(1.02);
    }

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

@keyframes successBounce {

    0% {
        transform: scale(0);
    }

    65% {
        transform: scale(1.15);
    }

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

@keyframes successGlow {

    0% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, .05);
    }

    50% {
        box-shadow: 0 0 0 17px rgba(0, 0, 0, .02);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, .05);
    }
}


/* =====================================================
   CHECKOUT TABLET
===================================================== */

@media (max-width: 991px) {

.checkout-area {
    padding: 120px 0 60px;
}

    .checkout-heading h1 {
        font-size: 30px;
    }

    .checkout-card {
        padding: 22px;
    }
}


/* =====================================================
   CHECKOUT MOBILE
===================================================== */

@media (max-width: 650px) {

    .order-success-overlay {
        padding: 12px;
    }

    .order-success-modal {
        padding: 28px 18px;
        border-radius: 17px;
        max-height: 94vh;
    }

    .order-success-modal h2 {
        font-size: 25px;
    }

    .success-circle {
        width: 72px;
        height: 72px;
        font-size: 29px;
    }

    .popup-information-grid {
        grid-template-columns: 1fr;
    }

    .popup-product-image {
        width: 70px;
        height: 70px;
    }

    .popup-product-name {
        font-size: 15px;
    }

    .popup-row {
        font-size: 12px;
    }

    .payment-confirmed {
        align-items: flex-start;
        flex-direction: column;
    }

    .popup-total strong {
        font-size: 20px;
    }
}


/* =====================================================
   CHECKOUT SMALL MOBILE
===================================================== */

@media (max-width: 575px) {

    .checkout-heading {
        margin-bottom: 30px;
    }

    .checkout-heading h1 {
        font-size: 26px;
    }

    .checkout-product-image {
        width: 85px;
        height: 85px;
    }

    .checkout-product-name {
        font-size: 15px;
    }

    .checkout-product-price {
        font-size: 16px;
    }
}