/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/

@import url("owl.carousel.css");
@import url("owl.theme.default.css");
@import url("owl.theme.green.css");

/* 1.1 typography */
@font-face {
  font-family: 'futura_icgregular';
  src: url("../fonts/futuraicg-webfont.woff2") format("woff2"), url("../fonts/futuraicg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  line-height: 1.65;
  font-family: 'Inter', "futura_icgregular", system-ui, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #1e293b !important;
  background-color: #f8fafc !important;
  background-image: none !important;
}

.textcolor1 {
  color: #cbd5e1 !important;
  font-size: 13.5px;
  transition: color 0.2s ease;
}
.textcolor1:hover {
  color: #2dd4bf !important;
}

#navbar .navbar-nav .nav-link,
.navbar .nav-item .nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link,
.navbar-nav .nav-link {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 13.5px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  transition: color 0.2s ease !important;
}

#navbar .navbar-nav .nav-link:hover,
#navbar .navbar-nav .nav-link:focus,
.navbar .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-nav .nav-link:hover,
.navbar-nav .active > .nav-link {
  color: #2dd4bf !important;
}

.dropdown-menu, .mega-dropdown .dropdown-menu {
  background: #0f172a !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5) !important;
  border-radius: 12px !important;
}
.dropdown-menu a, .mega-menu-column a {
  color: #cbd5e1 !important;
  transition: all 0.2s ease;
}
.dropdown-menu a:hover, .mega-menu-column a:hover {
  color: #2dd4bf !important;
  background: rgba(13, 148, 136, 0.15) !important;
}
.mega-menu-column h6 {
  color: #fbbf24 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 4px;
}

/* High Contrast Global Text Overrides for Dark Theme */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .section-title-modern {
  color: #ffffff;
}

body, p, .paragraph, label {
  color: #cbd5e1;
}

.text-dark {
  color: #ffffff !important;
}

.text-muted, .text-secondary {
  color: #94a3b8 !important;
}

.text-primary {
  color: #2dd4bf !important;
}

.text-gradient {
  background: linear-gradient(135deg, #2dd4bf, #38bdf8) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

a {
  color: #38bdf8;
}

a:hover {
  color: #2dd4bf;
}

/* White / Light Card Overrides to prevent low-contrast text */
.bg-white, .card.bg-white, div.bg-white {
  background-color: #ffffff !important;
  color: #1e293b !important;
}

.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6,
.bg-white .text-dark, .card.bg-white .text-dark {
  color: #0f172a !important;
}

.bg-white p, .bg-white .text-muted, .card.bg-white p, .card.bg-white .text-muted {
  color: #475569 !important;
}

.bg-white a.text-primary, .card.bg-white a.text-primary {
  color: #0d9488 !important;
}

/* Universal Dark Card Rule */
.card:not(.bg-white) {
  background: linear-gradient(145deg, #151c2c, #0f172a) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important;
}

.card:not(.bg-white) h1, .card:not(.bg-white) h2, .card:not(.bg-white) h3, 
.card:not(.bg-white) h4, .card:not(.bg-white) h5, .card:not(.bg-white) h6,
.card:not(.bg-white) .card-title, .card:not(.bg-white) strong {
  color: #ffffff !important;
}

.card:not(.bg-white) p, .card:not(.bg-white) .text-muted, 
.card:not(.bg-white) .card-text, .card:not(.bg-white) span.text-muted {
  color: #cbd5e1 !important;
}

.card:not(.bg-white) a.text-primary {
  color: #2dd4bf !important;
}

.card:not(.bg-white) .badge-light {
  background: rgba(15, 23, 42, 0.8) !important;
  color: #94a3b8 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.card:not(.bg-white) .btn-outline-primary {
  color: #2dd4bf !important;
  border-color: #2dd4bf !important;
}

.card:not(.bg-white) .btn-outline-primary:hover {
  background: #0d9488 !important;
  color: #ffffff !important;
}

/* Distinct Section Separators and Alternating Section Shades */
.section, section {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 35px 0 !important;
}

section:nth-of-type(even), .section:nth-of-type(even) {
  background: rgba(17, 24, 39, 0.75) !important;
  backdrop-filter: blur(8px);
}

section:nth-of-type(odd), .section:nth-of-type(odd) {
  background: rgba(11, 15, 25, 0.85) !important;
  backdrop-filter: blur(8px);
}

/* Section Titles & Badges */
.badge-pill-custom {
  background: linear-gradient(135deg, #0d9488, #0284c7) !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 700 !important;
  padding: 5px 15px !important;
  border-radius: 20px !important;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3) !important;
}

.section-title-modern {
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: -0.3px;
}

h1,
.h1 {
  font-size: 44px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 22px;
}

h6,
.h6 {
  font-size: 20px;
}

.btn {
  font-size: 15px;
  font-family: "futura_icgregular";
  text-transform: uppercase;
  padding: 12px 45px;
  font-weight: 400;
  border: 0;
  border-radius: 5px;
  position: relative;
  transition: .2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btnn {
  font-size: 15px;
  font-family: "futura_icgregular";
  text-transform: uppercase;
  padding: 10px 45px;
  font-weight: 400;
  border: 0;
  border-radius: 5px;
  position: relative;
  transition: .2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  float: left;
}

.btnn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btnn:active {
  box-shadow: none;
}

.btns {
  border: none;
  padding: 5px 15px;
}

.btn-primary {
  background: #ff4135;
  color: #fff;
}

.btn-primary:active {
  background: #ff4135 !important;
}

.btn-primary:hover {
  background: #ff7168;
  border-color: transparent;
}

.btn-light {
  background: #fff;
  color: #3f434e;
}

.btn-light:active {
  background: #fff !important;
}

.btn-light:hover {
  background: #ff4135;
  color: #fff;
}

.btn-dark {
  background: #212329;
  color: #fff;
}

.btn-dark:active {
  background: #212329 !important;
}

.btn-dark:hover {
  background: #ff4135;
}

.btn-outline-primary {
  background: transparent;
  color: #898a8f;
  border: 1px solid #e5e5e5;
}

.btn-outline-primary:hover {
  border-color: #ff4135;
  color: #ff4135;
  background: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #ff4135;
  background-color: transparent;
  border-color: #ff4135;
}

.btn-sm {
  padding: 7px 20px;
  font-size: 12px;
}

@media (max-width: 400px) {
  .btn-mobile {
    padding: 10px 20px;
  }
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #ff7168;
  color: #fff;
}

::selection {
  background: #ff7168;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1280px;
}

.otherinfolink li
{
    float: left;
    margin: 10px;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select,
input,
label {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus,
input:focus,
label:focus {
  outline: 0;
}

a:hover {
  color: #ff4135;
}

.slick-slide {
  outline: 0;
}

.section {
  padding: 50px 0;
}

.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-title {
  margin-bottom: 25px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

@media (max-width: 575px) {
  .d-xs-none {
    display: none;
  }
}

.page-title {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* breadcrumb */
.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.breadcrumb-item a {
  color: #3f434e;
}

.bg-primary {
  background: #ff4135 !important;
}

.bg-gray {
  background: #f2f3f5;
}

.text-primary {
  color: #ff4135 !important;
}

.text-dark {
  color: #222222 !important;
}

.text-gray {
  color: #898a8f;
}

.text-color {
  color: #3f434e !important;
}

.textcolor1 {
  color: #fff !important;
}

.textcolor1:hover {
  color: #fff !important;
}

.rated {
  color: #ffba00;
}

.bg-magenta {
  background-color: #dcbba8;
}

.bg-dark-green {
  background-color: #38575a;
}

.bg-sky-blue {
  background-color: #49c5ff;
}

.bg-red {
  background-color: #ff5c5c;
}

.bg-dark {
  background-color: #3f434e;
}

.border-primary {
  border-color: #ff4135 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-250 {
  margin-left: 250px;
}

.overflow-hidden {
  overflow: hidden !important;
}

.cursor-pointer {
  cursor: pointer;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: 0;
  border-bottom: 1px solid #212329;
  border-right: 1px solid #212329;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.social-icons li {
  margin-bottom: 5px;
}

.social-icons li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #212329;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  transition: .2s ease;
}

.social-icons li a:hover {
  background: #ff4135;
  text-decoration: none;
}

.top-header {
  padding: 5px 40px;
  background: #212329;
  overflow-x: hidden;
}

@media (max-width: 575px) {
  .top-header {
    padding: 5px 10px;
  }
}

.top-header p {
  font-size: 12px;
}

.top-header ul li {
  margin: 0;
  border-right: 1px solid #4d4f54;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 575px) {
  .top-header ul li {
    padding: 0 10px;
  }
}

.top-header ul li a {
  color: #fff;
  font-size: 12px;
}

.top-header ul li a:hover,
.top-header ul li a.active {
  color: #ff4135;
}

.top-header ul li:last-child {
  border: 0;
}

.top-header ul li:not(:last-child) {
  margin-right: 0;
}

.country {
  background: transparent;
  color: #fff;
  border: 0;
  padding-left: 0;
  line-height: unset;
  float: none;
  height: unset;
  font-size: 12px;
}

.country ul {
  background: #212329 !important;
}

.country ul li {
  border-right: 0;
}

.country ul li:hover,
.country ul li.selected {
  color: #fff;
  background: #000 !important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d;
}

@media (max-width: 991px) {
  .sticky {
    position: static;
  }
}

.search {
  display: inline-block;
}

.search-btn {
  height: 45px;
  width: 45px;
  padding: 0;
  line-height: 45px;
  font-size: 17px;
  margin-right: 10px;
  border: 0;
  border-radius: 40px;
  background: #f2f3f5;
}

.search-btn:focus {
  outline: 0;
}

.search-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 80px;
  background: #212329;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: .3s ease;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 991px) {
  .search-wrapper {
    top: 110%;
  }
}

.search-wrapper.open {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.search-box {
  height: 80px;
  width: 100%;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0 40px;
}

.search-box:focus {
  outline: 0;
}

.search-icon {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  padding: 10px;
  color: #fff;
}

.search-icon:focus {
  outline: 0;
}

.search-close {
  position: relative;
}

.search-close::before {
  position: absolute;
  content: "x";
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  background: #f2f3f5;
  border-radius: 40px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: .2s ease;
}

.cart {
  display: inline-block;
}

.cart-btn {
  height: 45px;
  padding: 0 25px;
  line-height: 45px;
  font-size: 13px;
  border: 0;
  border-radius: 40px;
  background: #f2f3f5;
}

.cart-btn:focus {
  outline: 0;
}

.cart-btn i {
  display: inline-block;
  margin-right: 5px;
}

.cart-wrapper {
  position: absolute;
  top: 100%;
  right: 40px;
  padding: 45px;
  text-align: left;
  background: #fff;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  visibility: hidden;
  opacity: 0;
  transition: .3s ease;
  z-index: 9;
}

@media (max-width: 991px) {
  .cart-wrapper {
    top: 110%;
  }
}

@media (max-width: 575px) {
  .cart-wrapper {
    right: 0;
    padding: 10px;
  }
}

.cart-wrapper.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.cart-wrapper li {
  padding: 15px 30px 15px 0;
  position: relative;
}

.cart-wrapper li i {
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: 0px;
  cursor: pointer;
  padding: 10px;
  transition: .2s ease;
}

.cart-wrapper li i:hover {
  color: #ff4135;
}

.cart-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
  transition: .2s ease;
}

.cart-close:hover {
  color: #ff4135;
}

.navbar {
  padding: 0 75px;
  z-index: 99;
}

@media (max-width: 991px) {
  .navbar {
    padding: 10px 40px;
    flex-direction: row-reverse;
  }
}

@media (max-width: 575px) {
  .navbar {
    padding: 10px;
  }
}

.navbar-brand {
  z-index: 1;
}

@media (max-width: 991px) {
  .navbar-brand {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    max-width: none !important;
  }
}

.navbar-nav {
  z-index: 1;
  margin-top: 15px;
}

.navbar-toggler {
  z-index: 1;
  border: 0;
}

@media (max-width: 991px) {
  .navbar .nav-item {
    text-align: left;
  }
}

.navbar .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 10px;
  display: inline-block;
}

@media (min-width: 992px) and (max-width: 1100px) {
  .navbar .nav-item .nav-link {
    padding: 20px 10px;
  }
}

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navbar .dropdown.mega-dropdown {
  position: static;
}

.navbar .dropdown-menu {
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  background: #212329;
  top: 95%;
  left: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top;
  transform-origin: top;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.navbar .dropdown-menu.view {
  visibility: visible !important;
  opacity: 1;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.view {
    display: block;
  }
  .sticky-top {
    position: static !important;
  }
}

.navbar .dropdown-menu.show {
  visibility: hidden;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}

.navbar .dropdown-menu.mega-menu {
  top: 95%;
}

.navbar .dropdown-item {
  color: #c3c3c3;
  transition: .2s ease;
  padding: 5px 0;
  display: block;
}

@media (max-width: 991px) {
  .navbar .dropdown-item {
    text-align: left;
  }
}

.navbar .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #4d4f54;
}

.navbar .dropdown-item:hover {
  color: #fff;
  background: transparent;
}

.navbar .mega-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 25px;
}

@media (max-width: 991px) {
  .navbar .mega-menu {
    display: none;
  }
}

.navbar .mega-menu-item {
  flex-basis: 14%;
}

@media (max-width: 991px) {
  .navbar .mega-menu-item {
    margin-bottom: 40px;
    text-align: left;
  }
}

.navbar .mega-menu-image {
  flex-basis: 44%;
}

.navbar .mega-menu h6 {
  margin-bottom: 10px;
  color: #fff;
}

.navbar .mega-menu ul li:last-child a {
  border-bottom: 0;
}

@media (max-width: 991px) {
  .navbar .mega-menu ul li:last-child a {
    border-bottom: 1px solid #4d4f54;
  }
}

.navbar .mega-menu ul li a {
  display: block;
  padding: 5px 0;
  color: #c3c3c3;
  transition: .2s ease;
  font-size: 12px;
  border-bottom: 1px solid #4d4f54;
}

.navbar .mega-menu ul li a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .navbar-right-elements {
    position: absolute;
    left: 0;
    width: 100%;
    top: 6px;
    text-align: right;
  }
}

@media (max-width: 991px) {
  .navbar-right-elements .search-cart {
    margin-right: 40px;
  }
}

@media (max-width: 575px) {
  .navbar-right-elements .search-cart {
    margin-right: 10px;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: #3f434e;
  transition: .2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ff4135;
}

.bg-letter {
  position: relative;
}

.bg-letter img {
  position: relative;
  z-index: 1;
}

.bg-letter span {
  position: absolute;
  top: 0;
  left: 40%;
  color: #fff;
  font-size: 500px;
  line-height: 500px;
}

@media (max-width: 575px) {
  .bg-letter span {
    font-size: 400px;
    line-height: 400px;
  }
}

.hero-area {
  position: relative;
}

.hero-area:hover .prevArrow {
  left: 20px;
  visibility: visible;
  opacity: 1;
}

.hero-area:hover .nextArrow {
  right: 20px;
  visibility: visible;
  opacity: 1;
}

.hero-slider {
  position: static;
}

.hero-slider .prevArrow {
  position: absolute;
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: -100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  z-index: 1;
  outline: 0;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.hero-slider .prevArrow::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background: transparent;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: 10px;
  transition: .2s ease;
}

.hero-slider .prevArrow::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  background: #000;
  transition: .2s ease;
}

.hero-slider .prevArrow:hover {
  background: #ff4135;
}

.hero-slider .prevArrow:hover::before {
  right: 30px;
  border-color: #fff;
}

.hero-slider .prevArrow:hover::after {
  right: 15px;
  width: 25px;
  background: #fff;
}

.hero-slider .nextArrow {
  position: absolute;
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  right: -100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  z-index: 1;
  outline: 0;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.hero-slider .nextArrow::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background: transparent;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  left: 10px;
  transition: .2s ease;
}

.hero-slider .nextArrow::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -25px;
  background: #000;
  transition: .2s ease;
}

.hero-slider .nextArrow:hover {
  background: #ff4135;
}

.hero-slider .nextArrow:hover::before {
  left: 30px;
  border-color: #fff;
}

.hero-slider .nextArrow:hover::after {
  left: 15px;
  width: 25px;
  background: #fff;
}

.main-wrapper-section {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .main-wrapper-section {
    margin-top: 0;
  }
}

.cta {
  background: #fff;
}

.product {
  position: relative;
  overflow: hidden;
}

.product .img-second {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  transition: .2s linear;
}

.product .img-first {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: .2s linear;
}

.product .btn-cart {
  position: absolute;
  width: 100%;
  bottom: -50px;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  transition: .3s ease;
}

.product-label {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0 10px;
  border-radius: 5px;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  font-size: 10px;
}

.product-label.sale {
  background: #ff3385;
  color: #fff;
}

.product-label.new {
  background: #667eea;
  color: #fff;
}

.product:hover .img-second {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product:hover .img-first {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: .5;
}

.product:hover .favorite,
.product:hover .cart,
.product:hover .view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.product:hover .btn-cart {
  bottom: 15px;
}

.product-icon {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  background: #fff;
  right: 10px;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.product-icon i {
  line-height: 50px;
  color: #3f434e;
  text-align: center;
  transition: .3s ease;
}

.product-icon:hover i {
  color: #ff4135;
}

.product-icon.favorite {
  top: 10px;
}

.product-icon.cart {
  top: 70px;
}

.product-icon.view {
  top: 130px;
}

.quickview {
  display: none;
}

.slick-dots {
  text-align: center;
  padding-left: 0;
  margin-top: 40px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li button {
  color: transparent;
  height: 10px;
  width: 10px;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: transparent;
  outline: 0;
}

.slick-dots li.slick-active button {
  background: #000;
  border-color: #000;
}

.syotimer {
  margin-bottom: 40px;
}

.syotimer-cell {
  display: inline-block;
  height: 65px;
  width: 65px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 7px;
}

@media (max-width: 575px) {
  .syotimer-cell {
    margin-right: 2px;
  }
}

@media (max-width: 400px) {
  .syotimer-cell {
    height: 50px;
    width: 50px;
  }
}

.syotimer-cell__value {
  font-size: 20px;
  color: #3f434e;
  margin-bottom: 0;
  line-height: 25px;
  margin-top: 8px;
}

@media (max-width: 400px) {
  .syotimer-cell__value {
    font-size: 18px;
    line-height: 15px;
  }
}

.syotimer-cell__unit {
  text-transform: capitalize;
  font-size: 12px;
  color: #3f434e;
}

.syotimer.large .syotimer-cell {
  height: 100px;
  width: 100px;
}

@media (max-width: 991px) {
  .syotimer.large .syotimer-cell {
    margin-bottom: 20px;
  }
}

.syotimer.large .syotimer-cell__value {
  font-size: 25px;
  font-weight: 700;
  margin-top: 25px;
}

.syotimer.large .syotimer-cell__unit {
  font-size: 14px;
  color: #898a8f;
}

.syotimer.dark .syotimer-cell {
  background: #3f434e;
  border: 0;
}

.syotimer.dark .syotimer-cell__value {
  color: #fff;
}

.syotimer.dark .syotimer-cell__unit {
  color: #fff;
}

.up-down {
  position: relative;
  -webkit-animation-name: up-down;
  animation-name: up-down;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes up-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.form-control {
  border-radius: 40px;
  padding: 0 30px;
  height: 55px;
  width: 100%;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ff4135;
}

select.form-control {
  height: 55px !important;
}

.nice-select ul {
  width: 100%;
  overflow-y: auto !important;
  max-height: 200px;
}

@media (max-width: 991px) {
  .instagram-slider {
    overflow: hidden;
  }
}

.instagram-slider .slick-list {
  overflow: visible;
}

.instagram-post {
  position: relative;
}

.instagram-post::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: .2s ease;
}

.instagram-post ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: .2s ease;
}

.instagram-post ul a {
  transition: .2s ease;
}

.instagram-post ul a:hover {
  color: #ff4135 !important;
}

.instagram-post:hover::before {
  visibility: visible;
  opacity: 1;
}

.instagram-post:hover ul {
  visibility: visible;
  opacity: 1;
}

.icon-lg {
  font-size: 45px;
  color: #898a8f;
}

.icon-md {
  font-size: 35px;
  color: #3f434e;
}

.social-icon-alt li {
  margin: 0;
}

.social-icon-alt li:first-child {
  margin-left: 0;
}

.social-icon-alt li a {
  padding: 12px;
  display: inline-block;
  color: #3f434e;
  transition: .2s ease;
}

.social-icon-alt li a:hover {
  color: #ff4135;
}

footer a:hover {
  text-decoration: underline;
}

.atm-card-img {
  max-width: 40px;
}

.categories-list li {
  flex-basis: 33.33%;
}

.categories-list li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.hover-zoom-img {
  overflow: hidden;
}

.hover-zoom-img img {
  transition: .3s ease;
}

.hover-zoom-img img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.product-slider {
  overflow: hidden;
  /*cursor: -webkit-zoom-in;*/
}

.product-slider .prevArrow,
.product-slider .nextArrow {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: 9;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(255, 65, 53, 0.5);
  color: #fff;
  border: 0;
  font-size: 20px;
  line-height: 50px;
  opacity: 0;
  transition: all linear .2s;
}

.product-slider .prevArrow:focus,
.product-slider .nextArrow:focus {
  outline: 0;
}

.product-slider .prevArrow:hover,
.product-slider .nextArrow:hover {
  background: rgba(255, 65, 53, 0.5);
}

.product-slider .prevArrow {
  left: -20px;
}

.product-slider .nextArrow {
  right: -20px;
}

.product-slider:hover .prevArrow {
  left: 20px;
  opacity: 1;
}

.product-slider:hover .nextArrow {
  right: 20px;
  opacity: 1;
}

.product-slider .slick-dots {
  margin-top: 10px;
  display: flex;
}

.product-slider .slick-dots li:first-child {
  margin-left: 0;
}

.product-slider .slick-dots li:last-child {
  margin-right: 0;
}

.product-slider .slick-dots li img {
  height: auto;
  max-width: 100%;
}

.product-slider span {
  display: block;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
  color: #3f434e;
  right: 9px;
}

@media (max-width: 575px) {
  .bootstrap-touchspin .input-group-btn-vertical>.btn {
    right: 0;
  }
}

.bootstrap-touchspin .input-group-btn-vertical>.btn:hover {
  border-color: #e5e5e5;
}

.bootstrap-touchspin-up {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.bootstrap-touchspin-down {
  border-left: 1px solid #e5e5e5;
}

.quantity {
  border-radius: 40px !important;
  position: relative;
}

.payment-option h5 {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  display: inline-block;
  margin-left: 15px;
  padding: 5px;
}

.payment-option img {
  margin-top: -25px;
}

.features-list {
  padding-left: 25px;
}

.features-list li {
  position: relative;
  margin-bottom: 5px;
}

.features-list li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ff4135;
  border-radius: 50%;
  top: 8px;
  left: -25px;
}

.customer-name {
  position: relative;
  margin-left: 30px;
}

.customer-name::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  background: #222222;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
}

.flex-basis-15 {
  flex-basis: 15%;
}

.flex-basis-55 {
  flex-basis: 55%;
}

.select {
  padding-left: 0;
  border: 0;
  float: none;
  height: unset;
  line-height: unset;
}

@media (max-width: 767px) {
  .select {
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .select {
    line-height: unset;
  }
}

.r-0 {
  right: 0;
}

.shop-list li a:hover {
  color: #3f434e;
}

.custom-checkbox {
  color: #898a8f;
  cursor: pointer;
}

.custom-checkbox label {
  cursor: pointer;
}

.custom-checkbox:hover {
  color: #3f434e;
}

.custom-checkbox:hover .box {
  background: transparent;
  border: 1px solid #3f434e;
}

.custom-checkbox.checked {
  color: #3f434e;
}

.label {
  display: block;
  padding: 7px 0px 7px 30px;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.label input {
  display: none;
}

.label input:checked~.box {
  background: #f2f3f5;
  border: 1px solid #3f434e;
}

.label input:checked~.box::before {
  display: block;
}

.box {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #898a8f;
  position: absolute;
  top: 12px;
  left: 0;
}

.box::before {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #3f434e;
  top: 2px;
  left: 2px;
  display: none;
}

/* custom radio */
.radio {
  display: block;
  position: relative;
}

.radio input:checked~.radio-box::before {
  position: absolute;
  content: "";
  height: 7px;
  width: 15px;
  background: transparent;
  border: 2px solid transparent;
  border-left-color: #fff;
  border-bottom-color: #fff;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.radio-box {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  cursor: pointer;
}

.slider {
  margin-bottom: 20px;
}

.slider.slider-horizontal {
  width: 100%;
  height: 4px;
}

.slider.slider-horizontal .slider-track {
  height: 4px;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: 0px;
}

.slider-track {
  background: #f2f3f5;
  border-radius: 0;
  box-shadow: none;
}

.slider-selection {
  background: #212329;
  box-shadow: none;
  border-radius: 0;
}

.slider-handle {
  background: #fff;
  height: 13px;
  width: 13px;
  border: 3px solid #212329;
  margin-top: -7px;
}

.page-item.active .page-link {
  color: #3f434e;
  background: transparent;
}

.page-item .page-link {
  border: 0;
  color: #898a8f;
}

.page-item .page-link:hover {
  background: transparent;
}

.page-item .page-link:focus {
  box-shadow: none;
}

.about-img-bg {
  position: relative;
}

.about-img-bg::before {
  position: absolute;
  content: "";
  height: 365px;
  width: 365px;
  border-radius: 50%;
  right: 0;
  top: 55px;
  background: transparent;
  border: 40px solid #f2f3f5;
  z-index: -1;
}

@media (max-width: 400px) {
  .about-img-bg::before {
    display: none;
  }
}

.team-member .social-icons a {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.team-member:hover .social-icons a {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#map_canvas {
  height: 500px;
}

@media (max-width: 575px) {
  #map_canvas {
    height: 300px;
  }
}

textarea.form-control {
  height: 150px;
  padding-top: 10px;
}

.contact-icon {
  font-size: 40px;
  margin-right: 25px;
  color: #3f434e;
}

.account .block {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 30px;
  margin: 100px 0;
}

.account .block .logo {
  display: inline-block;
}

.account .block a {
  color: #000;
}

.account .block h2 {
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 40px;
}

.account .block form {
  margin-top: 40px;
}

@media (max-width: 400px) {
  .account .block form .btn-main {
    padding: 14px 19px;
  }
}

.account .block form p {
  margin-bottom: 20px;
}

.account .block form input[type="email"],
.account .block form input[type="password"],
.account .block form input[type="text"] {
  border-radius: 0;
  box-shadow: none;
}

.dashboard-menu .active {
  background: #ff4135;
  color: #fff;
  border: 1px solid #ff4135;
}

.dashboard-menu li {
  padding: 0;
  margin: 0 3px;
}

@media (max-width: 575px) {
  .dashboard-menu li {
    margin: 0 1px;
  }
}

.dashboard-menu li a {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  color: #222222;
}

@media (max-width: 767px) {
  .dashboard-menu li a {
    padding: 10px 15px;
  }
}

@media (max-width: 575px) {
  .dashboard-menu li a {
    padding: 10px 4px;
  }
}

@media (max-width: 400px) {
  .dashboard-menu li a {
    padding: 10px 8px;
    font-size: 12px;
    margin-bottom: 6px;
  }
}

.dashboard-wrapper {
  border: 1px solid #e5e5e5;
  margin-top: 30px;
  padding: 20px;
}

.dashboard-wrapper h2 {
  font-size: 18px;
}

.dashboard-wrapper h4 {
  font-size: 16px;
}

.dashboard-wrapper .user-img {
  width: 120px;
  border-radius: 100px;
}

.dashboard-wrapper a {
  color: #222222;
}

.dashboard-user-profile .user-img {
  width: 180px;
}

.dashboard-user-profile .user-profile-list {
  margin-top: 30px;
  padding-left: 30px;
}

.dashboard-user-profile .user-profile-list li {
  margin-bottom: 8px;
}

.dashboard-user-profile .user-profile-list span {
  font-weight: bold;
  margin-right: 5px;
  width: 100px;
  display: inline-block;
}

.table thead {
  border-bottom: 2px solid #e5e5e5;
}

.table thead th {
  border: 0;
}

.page-404 {
  text-align: center;
}

.page-404 h1 {
  font-size: 300px;
  font-weight: bold;
  line-height: 300px;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .page-404 h1 {
    font-size: 130px;
    line-height: 150px;
  }
}

@media (max-width: 400px) {
  .page-404 h1 {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (max-width: 767px) {
  .page-404 h1 {
    font-size: 150px;
    line-height: 200px;
  }
}

.page-404 h2 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: bold;
  margin-top: 30px;
}

.page-404 .copyright-text {
  margin-top: 50px;
  font-size: 12px;
}

.coming-soon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 150px 0;
  height: 100vh;
}

@media (max-width: 767px) {
  .coming-soon {
    height: 100%;
  }
}

.block .syotimer-cell {
  height: 120px;
  width: 120px;
}

@media (max-width: 991px) {
  .block .syotimer-cell {
    margin-bottom: 14px;
  }
}

.block .syotimer-cell__value {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #fff;
}

.block .syotimer-cell__unit {
  font-size: 20px;
  color: #898a8f;
}

.shopping .widget-title {
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}

.checkout .block {
  padding: 15px;
  margin-bottom: 10px;
}

.checkout-form .form-group {
  position: relative;
  margin-bottom: 8px;
}

.checkout-form .form-group label {
  position: absolute;
  top: 14px;
  left: 15px;
  right: auto;
  bottom: auto;
  color: #898a8f;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 1 !important;
  width: 85px;
}

.checkout-form .form-group input {
  border-radius: 0;
  display: block;
  padding: 6px 10px 5px 100px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 50px;
}

.checkout-form .checkout-country-code .form-group {
  float: left;
}

.checkout-form .checkout-country-code .form-group:first-child {
  width: calc(45% - 2px);
  margin-right: 4px;
}

.checkout-form .checkout-country-code .form-group:last-child {
  width: calc(55% - 2px);
}

.shopping.cart {
  display: unset;
}

.shopping.cart .product-list .table .cart-amount th {
  background: #fff;
  padding: 10px;
  text-transform: uppercase;
}

.shopping.cart .product-list .table>tbody>tr>td {
  vertical-align: middle;
}

.shopping.cart .product-list .product-info a {
  margin-left: 10px;
  color: #000;
  font-weight: 600;
}

.shopping.cart .product-list .product-remove {
  color: red;
  font-size: 20px;
}

.shopping.cart .account-details {
  margin-top: 30px;
}

.shopping.cart .account-details legend {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.cart-table .btn {
  height: 30px;
  padding: 0 10px;
  background: transparent;
  color: #3f434e;
  border: 1px solid #e5e5e5;
}

.cart-table .btn-primary:not(:disabled):not(.disabled).active,
.cart-table .btn-primary:not(:disabled):not(.disabled):active,
.cart-table .show>.btn-primary.dropdown-toggle {
  border-color: #e5e5e5;
}

.cart-table .form-control {
  height: 30px;
  width: 40px;
  padding: 0 5px;
  flex: none;
}

.cart-table .input-group {
  flex-wrap: nowrap;
}

.w-100px {
  width: 100px;
}

.product-checkout-details .product-card>a {
  padding-right: 20px;
}

.product-checkout-details .product-card .price {
  margin-top: 15px;
  color: #898a8f;
}

.product-checkout-details .product-card .media-object {
  width: 80px;
}

.product-checkout-details .product-card h4 {
  font-weight: 400;
  font-size: 14px;
  color: #3f434e;
}

.product-checkout-details .product-card .remove {
  font-size: 12px;
  cursor: pointer;
}

.product-checkout-details .discount-code {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 20px 0 10px;
  padding: 10px 0;
}

.product-checkout-details .discount-code p {
  margin: 0;
  color: #3f434e;
}

.product-checkout-details .discount-code p a {
  font-weight: 400;
  color: #222222;
}

.product-checkout-details .summary-prices {
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 0px 0 1px 0;
  padding-bottom: 10px;
}

.product-checkout-details .summary-prices li {
  padding: 5px 0;
}

.product-checkout-details .summary-prices li span+span {
  float: right;
}

.product-checkout-details .summary-total {
  margin-top: 5px;
}

.product-checkout-details .summary-total>span {
  font-weight: 500;
  font-size: 18px;
}

.product-checkout-details .summary-total span+span {
  float: right;
}

.product-checkout-details .verified-icon {
  margin-top: 25px;
}

.product-checkout-details .verified-icon img {
  width: 100%;
}

.purchase-confirmation .purchase-confirmation-details {
  padding: 20px;
  border: 1px solid #e5e5e5;
}

.purchase-confirmation .purchase-confirmation-details .table {
  margin: 0;
  color: #3f434e;
}

.purchase-confirmation .purchase-confirmation-details .table b,
.purchase-confirmation .purchase-confirmation-details .table strong {
  font-weight: 400;
}

.empty-cart .block i {
  font-size: 50px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.post {
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.post-media {
  margin-bottom: 30px;
}

.post-media iframe {
  width: 100%;
}

.post-title {
  margin-bottom: 10px;
}

.post-title a {
  color: #222222;
}

.post-title a:hover {
  color: #ff4135;
}

.post-thumb {
  margin-bottom: 30px;
}

.post-meta {
  margin-bottom: 20px;
}

.post-meta ul {
  padding-left: 0;
}

.post-meta ul li {
  display: inline-block;
  color: #898a8f;
  margin-right: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 200;
}

.post-meta ul li a {
  color: #898a8f;
}

.post-meta ul li a:hover {
  color: #ff4135;
}

blockquote {
  padding: 20px;
  border-left: 3px solid #ff4135;
}

.pagination .page-item .page-link {
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 5px;
  text-align: center;
  display: inline;
  border-radius: 50px !important;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.pagination .page-item .page-link.big {
  width: 100px;
}

.pagination .page-item.active .page-link {
  background: #ff4135;
  color: #fff;
}

.post-comments ul {
  padding-left: 0;
}

.post-comments img {
  margin-right: 10px;
}

.post-comments .media-body p {
  margin-bottom: 30px;
}

.comment-info time {
  margin-right: 10px;
}

.comment-button {
  color: #898a8f;
}

.comment-button i {
  margin-right: 5px;
}

.comment-author a {
  color: #222222;
  font-weight: 600;
}

.subscription-modal button.close {
  position: absolute;
  right: 30px;
  top: 15px;
  cursor: pointer;
}

.inner-wrapper {
  padding: 20px;
}

.inner-wrapper .nav {
  border-bottom: 2px solid #ff4135;
}

.inner-wrapper .nav-item {
  padding: 20px 15px;
  flex-basis: 33.3333%;
}

.inner-wrapper .nav-item i {
  font-size: 20px;
  color: #ff4135;
}

.inner-wrapper .nav-item.active {
  background: #ff4135;
}

.inner-wrapper .nav-item.active i,
.inner-wrapper .nav-item.active span {
  color: #fff;
}

.inner-wrapper .form-control {
  margin-bottom: 30px;
}

.border-box {
  border: 2px solid #e5e5e5;
}

label {
  margin-bottom: 0;
}

.mainfooter12 {
  margin-top: 15px;
}

/*# sourceMappingURL=maps/style.css.map */
/* Begin float */

.float {
  position: fixed;
  bottom: 77px;
  left: 20px;
  text-align: center;
  z-index: 1000;
}

.float .trigger {
  border-radius: 50%;
  /*box-shadow: 0 2px 5px rgba(37, 211, 102, 0.8);
  animation: 1.5s linear 0s infinite normal pulse;*/
  position: relative;
  background: #25D366;
  color: #fff;
  height: 50px;
  width: 50px;
  vertical-align: middle;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}

.float .trigger:hover {
  transform: scale(1.1);
}

.float.open .trigger .fa::before {
  content: "\f00d";
}

.float .trigger .fa::after {
  transition: ease-in-out 1s;
}

.fab.open .trigger i {
  transition: all 0.4s ease;
  transform: translateY(5px) rotate(360deg);
}

.float i {
  font-size: 28px;
  line-height: 58px;
  color: #fff;
}

.float .actions {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.float.open .actions {
  opacity: 1;
}

.float .p-info {
  position: absolute;
  opacity: 0;
  transition: transform 0.4s ease;
  transition: all 0.4s ease;
  transform: translateY(-156px);
  right: 60px;
  width: 100%;
  height: auto;
}

.float.open .p-info {
  opacity: 1;
  position: absolute;
  transition: transform 0.4s ease;
  transition: all 0.4s ease;
  transform: translateY(-186px);
  right: 60px;
  width: 40px;
  height: 40px;

}

.float .p-phone a {
  position: absolute;
  top: 0;
  background: #fff;
  color: #333;
  height: 55px;
  width: 55px;
  line-height: 40px;
  transition: transform 0.4s ease;
  transform: translateY(50px);
  transition: all 0.4s ease;
  box-shadow: 0 2px 5px rgba(37, 211, 102, 0.8);
  border-radius: 50%;
  right: -50px;
  opacity: 0;
  transition-delay: 0.2s;
}

.float.open .p-phone a {
  position: absolute;
  top: 0;
  background: #fff;
  color: #333;
  height: 55px;
  width: 55px;
  line-height: 40px;
  transition: transform 0.4s ease;
  transform: translateY(50px);
  transition: all 0.4s ease;
  box-shadow: 0 2px 5px rgba(37, 211, 102, 0.8);
  border-radius: 50%;
  right: 10px;
  transition-delay: 0.2s;
}

.float.open .p-phone a:hover {
  background: #25d366;
  color: white;
}

.float .p-whatsapp a {
  position: absolute;
  opacity: 0;
  background: #fff;
  color: #333;
  height: 55px;
  width: 55px;
  line-height: 40px;
  transition: transform 0.4s ease;
  right: 80px;
  transform: translateY(50px);
  transition: all 0.4s ease;
  box-shadow: 0 2px 5px rgba(37, 211, 102, 0.8);
  border-radius: 50%;
  right: -50px;
  transition-delay: 0.3s;
  transform-origin: right center 0;
}

.float.open .p-whatsapp a {
  position: absolute;
  top: 0;
  opacity: 1;
  background: #fff;
  color: #333;
  height: 55px;
  width: 55px;
  line-height: 40px;
  transition: transform 0.4s ease;
  right: 80px;
  transform: translateY(50px);
  transition: all 0.4s ease;
  box-shadow: 0 2px 5px rgba(37, 211, 102, 0.8);
  border-radius: 50%;
  transition-delay: 0.2s;
}

.float.open .p-whatsapp a:hover {
  background: #25d366;
  color: white;

}

.mb-41 {
  margin-bottom: 4.5rem !important;
}

.counter-box {
  display: block;
  padding: 40px 20px 37px;
  text-align: center;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #fff
}

.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #666;
  line-height: 28px
}

.counter-box.colored {
  background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff
}

/* change by Raman */
.tab-content {
  width: 100%;
}

#accordion {
  margin: 5px 0;
  padding: 5px 0;
  width: 100%;
}

.faqhead {
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.carousel-caption {
  position: absolute;
  right: 15% !important;
  top: 55% !important;
  bottom: 0 !important;
  left: 11% !important;
  z-index: 10;
  padding: 20px 0;
  color: #fff;
  text-align: left;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.gradient-text {
  background: rgb(252, 63, 0);
  background: linear-gradient(90deg, rgba(252, 63, 0, 1) 0%, rgba(150, 223, 121, 1) 47%, rgba(254, 255, 0, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
  .carousel-caption {
    top: 45% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .carousel-caption h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {

  .mytable tr th,
  .mytable tr td {
    display: block;
    background-color: #ffffff;
  }

  .rowback {
    flex-direction: column-reverse
  }

  .min300 {
    min-height: 300px;
    object-fit: cover;
    object-position: center;
  }

  .carousel-caption {
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  br {
    display: none;
  }

  .carousel-caption h1 {
    font-size: 2rem;
  }

  .carousel-caption .btn {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .carousel-caption {
    top: 50% !important;
    width: 80% !important;
  }

  .carousel-caption h1 {
    font-size: 1.5rem;
    text-align: center;
  }

  .carousel-caption p {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .carousel-caption {
    top: 46% !important;
    width: 80% !important;
  }
}

/* =================================================================*
   [2026 FULL-SITE MODERN UI/UX SYSTEM]
 * =================================================================*/

:root {
  --primary-color: #0f766e;
  --primary-gradient: linear-gradient(135deg, #0d9488 0%, #0284c7 100%);
  --secondary-color: #0f172a;
  --accent-color: #10b981;
  --accent-gradient: linear-gradient(135deg, #10b981 0%, #059669 100%);
  --text-dark: #1e293b;
  --text-muted: #64748b;
  --bg-light: #f8fafc;
  --bg-white: #ffffff;
  --border-color: rgba(226, 232, 240, 0.8);
  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 12px 24px -4px rgba(15, 23, 42, 0.08), 0 4px 6px -2px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 25px 35px -5px rgba(15, 23, 42, 0.12), 0 10px 10px -5px rgba(15, 23, 42, 0.04);
  --shadow-glow: 0 12px 28px rgba(13, 148, 136, 0.25);
  --border-radius: 14px;
  --border-radius-lg: 20px;
  --transition-smooth: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Global Typography & Font Overrides */
body, p, .paragraph, .btn, span, li, a, input, textarea, select {
  font-family: 'Inter', sans-serif !important;
  color: var(--text-dark);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  color: var(--secondary-color) !important;
  letter-spacing: -0.025em;
}

body {
  background-color: var(--bg-light);
  overflow-x: hidden;
}

.section {
  padding: 85px 0 !important;
}

/* Gradient Text Utilities */
.text-gradient {
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Section Title Accents */
.section-title-modern {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 32px !important;
}

.section-title-modern::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: var(--primary-gradient);
  border-radius: 4px;
  margin: 12px 0 0 0;
}

/* Modern Card Components */
.card, .product-item, .blog-item {
  border: 1px solid var(--border-color) !important;
  border-radius: var(--border-radius) !important;
  background: var(--bg-white) !important;
  box-shadow: var(--shadow-sm) !important;
  transition: var(--transition-smooth) !important;
}

.card:hover, .product-item:hover {
  transform: translateY(-8px) !important;
  box-shadow: var(--shadow-md) !important;
  border-color: rgba(13, 148, 136, 0.3) !important;
}

.card img {
  transition: var(--transition-smooth) !important;
}

.card:hover img {
  transform: scale(1.05) !important;
}

/* Badge Styling */
.badge-pill-custom {
  background: rgba(13, 148, 136, 0.1);
  color: var(--primary-color);
  font-weight: 600;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 30px;
  border: 1px solid rgba(13, 148, 136, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.badge-number {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--primary-gradient);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 18px;
  box-shadow: 0 8px 16px rgba(13, 148, 136, 0.2);
}

/* Button Upgrades */
.btn {
  border-radius: 10px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  padding: 12px 28px !important;
  transition: var(--transition-smooth) !important;
  font-size: 14px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-primary {
  background: var(--primary-gradient) !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: var(--shadow-glow) !important;
}

.btn-primary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 32px rgba(13, 148, 136, 0.35) !important;
  color: #ffffff !important;
}

.btn-success {
  background: var(--accent-gradient) !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(16, 185, 129, 0.2) !important;
}

.btn-success:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 32px rgba(16, 185, 129, 0.35) !important;
  color: #ffffff !important;
}

/* Glassmorphic Navbar */
#navbar {
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: 0 4px 25px rgba(15, 23, 42, 0.03) !important;
}

.navbar-nav .nav-link {
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #475569 !important;
  transition: var(--transition-smooth) !important;
  padding: 12px 18px !important;
}

.navbar-nav .nav-link:hover, .navbar-nav .active > .nav-link {
  color: var(--primary-color) !important;
}

/* Hero Section Carousel Overlays */
.hero-slider-container {
  position: relative;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.carousel-caption-modern {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 520px;
  text-align: left;
  background: rgba(15, 23, 42, 0.35) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  padding: 28px 32px;
  border-radius: var(--border-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.carousel-caption-modern h1 span {
  color: #38bdf8 !important;
  font-weight: 800 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* FAQ Accordions */
.faq-card-modern {
  border: 1px solid var(--border-color) !important;
  border-radius: var(--border-radius) !important;
  background: var(--bg-white) !important;
  margin-bottom: 16px !important;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
}

.faq-card-modern .card-header {
  background: var(--bg-white) !important;
  padding: 18px 24px !important;
  border-bottom: none !important;
  cursor: pointer;
}

.faq-card-modern .faqhead {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  color: var(--secondary-color) !important;
  font-size: 16px !important;
  margin: 0;
}

/* Modern Dark Footer */
footer.bg-dark-modern {
  background-color: var(--secondary-color) !important;
  color: #94a3b8;
  padding-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

footer h4 {
  color: #ffffff !important;
  font-size: 18px !important;
  margin-bottom: 24px !important;
  position: relative;
}

footer h4::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary-gradient);
  margin-top: 8px;
  border-radius: 2px;
}

footer a.textcolor1 {
  color: #94a3b8 !important;
  transition: var(--transition-smooth) !important;
  font-size: 14px;
}

footer a.textcolor1:hover {
  color: var(--accent-color) !important;
  padding-left: 5px;
}

/* Mobile Floating Call/WA Trigger */
.call-button-mobile {
  background: var(--primary-gradient) !important;
  box-shadow: 0 -4px 20px rgba(13, 148, 136, 0.4) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Popup Modal Styling */
#popupBox {
  display: none;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 9999999 !important;
  background: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5) !important;
  padding: 35px !important;
  max-width: 420px !important;
  width: 90% !important;
  text-align: center;
}

#overlay {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999998 !important;
  background: rgba(11, 15, 25, 0.8) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

/* Header & Mega Menu Modern Styles */
#navbar {
  padding: 10px 0 !important;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: 0 4px 25px rgba(15, 23, 42, 0.04) !important;
}

#navbar .navbar-brand img {
  max-height: 48px;
  width: auto;
  transition: transform 0.3s ease;
}

.navbar-nav .nav-link {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #334155 !important;
  padding: 10px 14px !important;
  border-radius: 8px;
  transition: all 0.25s ease !important;
}

.navbar-nav .nav-link:hover, .navbar-nav .show > .nav-link {
  color: var(--primary-color) !important;
  background: rgba(13, 148, 136, 0.08) !important;
}

.dropdown-menu {
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  border-radius: 14px !important;
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12) !important;
  padding: 12px !important;
  background: #ffffff !important;
}

.dropdown-item {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #475569 !important;
  padding: 8px 14px !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
}

.dropdown-item:hover {
  background: rgba(13, 148, 136, 0.08) !important;
  color: var(--primary-color) !important;
  padding-left: 18px !important;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown .mega-menu {
  width: 96% !important;
  max-width: 1340px !important;
  left: 2% !important;
  right: 2% !important;
  margin-top: 10px !important;
  padding: 20px 18px !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.12) !important;
}

.mega-menu-column {
  background: #f8fafc;
  padding: 14px 12px !important;
  border-radius: 12px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  height: 100%;
}

.mega-menu-column h6 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  margin-bottom: 10px !important;
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(13, 148, 136, 0.2);
  white-space: nowrap;
}

.mega-menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-column ul li a {
  font-size: 11.5px !important;
  color: #475569 !important;
  display: flex;
  align-items: center;
  padding: 2.5px 0 !important;
  transition: all 0.2s ease;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mega-menu-column ul li a i {
  font-size: 11px !important;
  color: var(--primary-color) !important;
  margin-right: 6px !important;
  transition: transform 0.2s ease;
  width: 14px;
  text-align: center;
}

.mega-menu-column ul li a:hover {
  color: var(--primary-color) !important;
  padding-left: 4px !important;
}

.mega-menu-column ul li a:hover i {
  transform: translateX(2px);
}

/* Mobile Responsiveness Improvements */
@media (max-width: 991.98px) {
  html, body {
    overflow-x: hidden !important;
  }
  .mega-dropdown .mega-menu {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    box-shadow: none !important;
    padding: 15px !important;
    border-radius: 12px !important;
  }
  .mega-menu-column {
    margin-bottom: 12px;
  }
  .mega-menu-column ul li a {
    white-space: normal !important;
  }
  .min300 {
    min-height: 180px !important;
    max-height: 240px !important;
    object-fit: cover !important;
  }
}

@media (max-width: 575.98px) {
  .section {
    padding: 25px 0 !important;
  }
  .navbar-brand img {
    max-height: 36px !important;
  }
}

/* =========================================================
   GLOBAL COLOR FIX
   Load this file LAST
========================================================= */

/* Default */
html,
body{
    background:#ffffff;
    color:#212529;
}

/* All common text */
body,
p,
span,
div,
li,
td,
th,
label,
small,
strong,
b,
em,
i{
    color:inherit;
}

/* =======================
   LIGHT BACKGROUND
======================= */

.bg-white,
.bg-light,
section.bg-white,
section.bg-light,
.card,
.card-body,
.modal-content,
.offcanvas,
.dropdown-menu{
    background:#ffffff !important;
    color:#212529 !important;
}

.bg-white *,
.bg-light *,
.card *,
.card-body *,
.modal-content *,
.offcanvas *,
.dropdown-menu *{
    color:#0180ff !important;
}

/* =======================
   DARK BACKGROUND
======================= */

.bg-dark,
.dark,
.dark-section,
footer,
header.dark{
    background:#111111 !important;
    color:#ffffff !important;
}

.bg-dark *,
.dark *,
.dark-section *,
footer *,
header.dark *{
    color:#ffffff !important;
}

/* =======================
   HEADINGS
======================= */

h1,h2,h3,h4,h5,h6{
    color:inherit;
}

/* =======================
   LINKS
======================= */

a{
    color:#0d6efd;
    text-decoration:none;
}

a:hover{
    color:#0a58ca;
}

.bg-dark a,
.dark a,
footer a{
    color:#ffffff !important;
}

.bg-white a,
.bg-light a{
    color:#0d6efd !important;
}

/* =======================
   BUTTONS
======================= */

.btn-dark{
    color:#ffffff !important;
}

.btn-light{
    color:#212529 !important;
}

/* =======================
   FORMS
======================= */

input,
textarea,
select{
    background:#ffffff;
    color:#212529;
    border:1px solid #ced4da;
}

input::placeholder,
textarea::placeholder{
    color:#6c757d;
}

.bg-dark input,
.bg-dark textarea,
.bg-dark select,
.dark input,
.dark textarea,
.dark select{
    background:#222222;
    color:#ffffff;
    border-color:#444444;
}

/* =======================
   TABLES
======================= */

table{
    color:#212529;
}

.bg-dark table,
.dark table{
    color:#ffffff;
}

/* =======================
   BOOTSTRAP TEXT FIX
======================= */

.text-white{
    color:#ffffff !important;
}

.text-dark{
    color:#212529 !important;
}

.text-muted{
    color:#6c757d !important;
}

/* =======================
   NAVBAR
======================= */

.navbar-light .nav-link{
    color:#212529 !important;
}

.navbar-dark .nav-link{
    color:#ffffff !important;
}

/* =======================
   LIST GROUP
======================= */

.list-group-item{
    color:#212529;
    background:#ffffff;
}

/* =======================
   ACCORDION
======================= */

.accordion-button{
    color:#212529;
}

.accordion-button:not(.collapsed){
    color:#212529;
}

/* =======================
   BREADCRUMB
======================= */

.breadcrumb-item,
.breadcrumb-item a{
    color:inherit;
}

/* ==========================================================================
   KESYA INTERNATIONAL - HIGH CONTRAST MODERN LIGHT THEME ENGINE
   ========================================================================== */

/* ==========================================================================
   KESYA INTERNATIONAL - HIGH CONTRAST LIGHT THEME ENGINE (100% READABLE)
   ========================================================================== */

/* 1. Body & Page Background */
body {
    background-color: #f8fafc !important;
    color: #1e293b !important;
}

/* 2. Global Headings (100% Crisp Dark Slate Visibility) */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.section-title, .page-title, .title {
    color: #0f172a !important;
    font-family: 'Outfit', 'Inter', system-ui, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.3px !important;
}

h1, .h1 { font-size: 26px !important; line-height: 1.3 !important; margin-bottom: 18px !important; color: #0f172a !important; }
h2, .h2 { font-size: 22px !important; line-height: 1.35 !important; margin-top: 26px !important; margin-bottom: 14px !important; color: #0369a1 !important; border-bottom: 2px solid #e2e8f0; padding-bottom: 8px; }
h3, .h3 { font-size: 18px !important; line-height: 1.4 !important; margin-top: 20px !important; margin-bottom: 10px !important; color: #0f172a !important; }
h4, .h4 { font-size: 16px !important; color: #0284c7 !important; }

/* 3. Paragraphs, List Items, and Body Text (100% Readable) */
p, li, span:not(.badge):not(.nav-link):not(.brand-text-modern), td, th {
    color: #1e293b !important;
}

p {
    color: #334155 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    margin-bottom: 16px !important;
}

li {
    color: #334155 !important;
    line-height: 1.65 !important;
}

/* 4. Links */
a:not(.btn):not(.nav-link):not(.action-cta-btn) {
    color: #0284c7 !important;
    text-decoration: none !important;
    font-weight: 600;
}
a:not(.btn):not(.nav-link):not(.action-cta-btn):hover {
    color: #0369a1 !important;
    text-decoration: underline !important;
}

/* 5. Main Content Card Container (Enforces White High-Contrast Card) */
.col-lg-9, .col-sm-8, .col-lg-8,
.section .container > .row,
.main-wrapper .container > .row {
    background-color: transparent !important;
}

/* Page Content Main Box (location, about, blog, details) */
.col-lg-9 > .row,
.col-lg-9 > div,
.col-sm-8 > .row,
.col-sm-8 > div,
.rowback {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 24px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04) !important;
    margin-bottom: 24px !important;
}

/* 6. Sidebar Navigation & Accordion Headers */
.col-sm-4, .col-lg-3,
.sidebar, .sidebar1, #sidebar {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 18px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04) !important;
    margin-bottom: 24px !important;
}

h5.faqhead, .faqhead {
    background: #f1f5f9 !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    border: 1px solid #cbd5e1 !important;
    padding: 10px 14px !important;
    font-size: 14.5px !important;
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}

.sidebar a, .sidebar1 a, #sidebar a,
ul[id^="category"] a {
    color: #0284c7 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    display: inline-block;
    padding: 4px 0;
}

.sidebar a:hover, .sidebar1 a:hover, #sidebar a:hover,
ul[id^="category"] a:hover {
    color: #0d9488 !important;
}

/* 7. Breadcrumb Navigation Bar */
nav.bg-gray,
.breadcrumb {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 12px 20px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03) !important;
}
.breadcrumb-item, 
.breadcrumb-item a {
    color: #475569 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.breadcrumb-item.active {
    color: #0f172a !important;
    font-weight: 700 !important;
}

/* 8. Form Controls & Tables */
.form-control, select, textarea {
    background-color: #ffffff !important;
    color: #0f172a !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
}

.table, .mytable {
    background-color: #ffffff !important;
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
}
.table th, .mytable th {
    background-color: #f1f5f9 !important;
    color: #0f172a !important;
    font-weight: 700 !important;
}

/* 9. Preserve Executive Header Navbar & Product Cards */
#navbar, .sticky-top {
    background: rgba(11, 15, 25, 0.96) !important;
    backdrop-filter: blur(12px) !important;
}
#navbar .nav-link {
    color: #ffffff !important;
}

.card-top-accent-line {
    height: 3px;
    background: linear-gradient(90deg, #0d9488, #38bdf8, #f59e0b);
}

/* 10. Global Product Description & Tab Content Visibility Overrides */
.tab-content,
.tab-pane,
#description,
#adv,
#faq,
#myTabContent {
    background-color: #ffffff !important;
    color: #1e293b !important;
}

#description *,
#adv *,
#faq *,
.tab-content p,
.tab-content li,
.tab-content span,
.tab-content div,
.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4,
.tab-content h5,
.tab-content h6,
.tab-content td,
.tab-content th {
    color: #1e293b !important;
}

.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4 {
    color: #0f172a !important;
    font-weight: 700 !important;
}

.tab-content a {
    color: #0284c7 !important;
}

/* Nav Tabs High-Contrast Active Styling */
.nav-tabs .nav-link {
    color: #475569 !important;
    background-color: #f1f5f9 !important;
    border: 1px solid #cbd5e1 !important;
    margin-right: 4px;
}

.nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #0284c7 !important;
    border-color: #0284c7 !important;
}

/* 11. Description Gap Cleanup, Tight Line Spacing & Layout Alignment */
#description p,
.tab-content p {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    line-height: 1.5 !important;
    color: #334155 !important;
}

#description ul,
.tab-content ul,
#description ol,
.tab-content ol {
    margin-top: 4px !important;
    margin-bottom: 12px !important;
    padding-left: 20px !important;
}

#description li,
.tab-content li {
    margin-bottom: 4px !important;
    line-height: 1.4 !important;
    color: #1e293b !important;
    font-size: 14.5px !important;
}

#description blockquote,
.tab-content blockquote {
    background: #f8fafc !important;
    border-left: 4px solid #0284c7 !important;
    padding: 10px 14px !important;
    margin-top: 8px !important;
    margin-bottom: 12px !important;
    border-radius: 6px !important;
}

#description blockquote p,
.tab-content blockquote p {
    margin-bottom: 0 !important;
}

/* Remove empty paragraphs and empty break lines causing giant vertical gaps */
#description p:empty,
.tab-content p:empty,
#description p > br:only-child,
.tab-content p > br:only-child,
#description br + br,
.tab-content br + br {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Rowback & Sidebar Container Line-up Alignment */
.rowback {
    margin-bottom: 20px !important;
}

.rowback > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.rowback .sidebar,
.rowback .sidebar1,
.rowback #sidebar {
    height: 100%;
}