/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
:root {
  /* Primary Brand Colors */
  --color-red: #e02c2e; /* For highlights */
  --color-dark-blue: #001a57; /* For primary text or active links */
  --color-beige: #eae6dd; /* For backgrounds */
  --color-black: #000000; /* For body text or typography */

  /* Brand-Specific Colors */
  --brand-ready: #e02c2e; /* READY - Red (Canned Food) */
  --brand-bravo: #f5a623; /* BRAVO - Orange (Dipping Sauce) */
  --brand-maejin: #2ecc71; /* MAEJIN - Green (Thai Paste) */
  --brand-nagasaki: #3498db; /* NAGASAKI - Blue (Fish Sauce) */

  /* Spacing System (4/8px base) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

/* Wider container for modern screens */
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
    width: 100%;
  }
}

@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/bahnschrift_1-webfont.woff2") format("woff2"),
    url("../fonts/bahnschrift_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background: var(--color-beige);
  font: 400 13px/1.9 "Bahnschrift", "Helvetica", sans-serif;
  color: var(--color-black);
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.3px;
}

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

iframe {
  border: 0;
}

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

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

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}

.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

.examples {
  border-radius: 2px;
  padding: 7px 5px;
  margin: 0 0 40px;
}

.examples.bg-dark {
  background: #333;
  border: 0;
}

.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: var(--color-beige);
  z-index: 1;
}

.module,
.module-small {
  position: relative;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* Module header */
.module-small {
  padding: 70px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 75px 0px;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.side-image-text {
  background: var(--color-beige);
  border-top: 1px solid var(--color-beige);
  border-bottom: 1px solid var(--color-beige);
  padding: 140px 60px 140px;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
  background: var(--color-dark-blue);
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(40, 115, 113, 0.57) 25%,
    rgba(115, 54, 31, 0.67) 75%
  );
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light {
  background: #f6f6f6;
}

.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

.pb-140 {
  padding-bottom: 140px !important;
}

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

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

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

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0 !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;
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}

/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

.scroll-up a {
  background: var(--color-red);
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: var(--color-beige);
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  /* color: var(--color-red); */
  background: var(--color-dark-blue);
}

/* Video */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  display: inline-block;
  color: var(--color-beige);
  margin: 0 5px 0 0;
}

/* Landing Page */
.landing-reason:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 26, 107, 0.9);
}

.landing-reason {
  color: var(--color-beige);
  font-size: 13px;
}

.landing-image-text {
  padding-top: 70px;
  padding-bottom: 0px;
}

.landing-image-text h2 {
  margin-top: 100px;
  margin-bottom: 15px;
}

.landing-screenshot:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 60, 130, 0.5);
}

.alert i {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  font-family: "Bahnschrift", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: var(--color-beige);
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: var(--color-red);
  border-color: transparent;
  color: var(--color-beige);
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #111111;
}

.btn.btn-b {
  background: var(--color-red);
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: var(--color-dark-blue);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #111111;
  color: var(--color-beige);
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: var(--color-beige);
}

.btn.btn-font-w:hover {
  background: var(--color-beige);
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: var(--color-black);
  color: var(--color-beige);
}

::-webkit-selection {
  background: var(--color-black);
  color: var(--color-beige);
}

::selection {
  background: var(--color-black);
  color: var(--color-beige);
}

/* Forms common style */
.form-control {
  font-family: "Bahnschrift", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  height: 33px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
  border-color: #cacaca;
}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}

.rqst-form {
  margin-top: 27px;
}

.rqst-form .btn {
  margin-top: 5px;
}

.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #111;
}

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

.bg-dark a {
  color: #aaa;
}

.makro-primary a {
  color: var(--color-red);
}

.bg-dark a:hover,
.bg-dark a:focus {
  color: var(--color-beige);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 400;
}

p,
ol,
ul,
blockquote {
  margin: 0 0 20px;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.font-alt {
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.font-serif {
  font-family: "Helvetica", sans-serif;
  font-style: italic;
}

.large-text {
  font-size: 24px !important;
}

.rotate {
  text-shadow: none !important;
}

.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: var(--color-red);
  margin: 0 0 70px;
}

.module-subtitle {
  text-align: center;
  font-size: 16px;
  color: #111;
  margin-bottom: 70px;
}

.module-icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.module-title + .module-subtitle {
  margin-top: -35px;
}

/* Restaurant module header */
.alt-module-subtitle {
  display: table;
}

.alt-module-subtitle h5 {
  display: table-cell;
  white-space: pre;
  padding: 0 8px;
  color: var(--color-dark-blue);
}

/* Finance case study header */
.finance-image-content {
  border: 1px solid #e5e5e5;
  padding: 60px 0px;
}

.finance-image-content .module-title {
  margin-bottom: 20px;
}

.finance-image-content .alt-features-item {
  margin-top: 40px;
}

/* Landing Page */
.landing-reason .module-title {
  color: #e6af4b;
}

.landing-reason .module-title + .module-subtitle {
  margin-top: -60px;
  margin-bottom: 40px;
}

.free-trial {
  background-color: rgba(88, 20, 158, 0.9);
  color: var(--color-beige);
}

.free-trial .color-golden {
  color: #e6af4b;
}

/*  Special Portfolio Page  */
.special-portfolio-header-title {
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 50px;
  padding: 40px 0px;
  letter-spacing: 8px;
}

/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/
/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a,
.flex-control-nav > li > a {
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
  cursor: url(../images/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  cursor: url(../images/next-light.png), e-resize;
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-control-nav > li {
  display: inline-block;
  margin: 5px 3px;
}

.flex-control-nav > li > a {
  background: transparent;
  border: 1px solid var(--color-beige);
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
  background: var(--color-red);
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
  margin: 0 !important;
}

.hero-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hero-slider .slides {
  height: 100% !important;
  transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
  width: 15%;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Caption */
.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 70%;
  margin: 0 auto;
}

.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff !important;
}

/*
Photography Page Slider
*/
.photography-page .image-caption {
  bottom: 20px;
  position: absolute;
  width: 35%;
}

.photography-page .image-caption .caption-text {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.photography-page .flex-control-nav {
  left: 80%;
  bottom: 20px;
  z-index: 11;
}

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
  margin-top: 40px;
}

.owl-pagination div {
  display: inline-block;
}

.owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #111;
  display: block;
  height: 6px;
  width: 6px;
  margin: 0 3px 5px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #111;
}

.owl-controls .owl-buttons > div {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
  color: #111;
}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: var(--color-beige);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid var(--color-red);
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-custom {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-family: "Bahnschrift", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 20px 0;
  transition: background, padding 0.4s ease-in-out 0s;
}

.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.navbar-custom .navbar-brand {
  letter-spacing: 0px;
  font-weight: bold;
  height: auto !important;
  font-size: 22px;
  color: var(--color-red);
  padding: 0px 15px !important;
  padding-bottom: 5px;
}

.navbar-custom .nav li > a {
  position: relative;
  color: var(--color-dark-blue);
  font-weight: bold;
}

.navbar-custom .dropdown-menu {
  border: 1px solid rgba(0, 26, 87, 0.3) !important;
}

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(0, 26, 87, 0.3) !important;
  padding: 11px 15px;
  letter-spacing: 1px;
  color: var(--color-dark-blue);
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(0, 26, 87, 0.3);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(0, 26, 87, 0.3);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #e02c2e;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: var(--color-dark-blue);
}

.dropdown-menu {
  min-width: 180px;
  font-size: 11px;
}

.navbar-right {
  padding-top: 10px;
}

/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}

.titan-title-size-1 {
  letter-spacing: 4px;
  font-size: 15px;
}

.titan-title-size-2 {
  line-height: 1.3;
  letter-spacing: 3px;
  font-size: 18px;
  opacity: 0.8;
}

.titan-title-size-3 {
  letter-spacing: 16px;
  font-size: 46px;
}

.titan-title-size-4 {
  letter-spacing: 24px;
  font-weight: 400;
  font-size: 48px;
}

/* Agency Page Header */
.agency-page-header:before {
  background: transparent;
}

/* About us Page Header */
.about-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Service Page Header */
.service-page-header:before {
  background: rgba(2, 2, 2, 0.1);
}

/* Pricing Page Header */
.pricing-page-header {
  background-position: 40% 14%;
  background-repeat: no-repeat;
}

.pricing-page-header:before {
  background: rgba(2, 2, 2, 0.6);
}

/* Gallery Page Header */
.gallery-page-header {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.gallery-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */
.contact-page-header {
  background-position: 13% 45%;
  background-repeat: no-repeat;
}

.contact-page-header:before {
  background: rgba(2, 2, 2, 0.5);
}

/* FAQ Page Header */
.faq-page-header:before {
  background: rgba(2, 2, 2, 0.15);
}

/* Blog Page Header */
.blog-page-header {
  background-position: 50% 24%;
  background-repeat: no-repeat;
}

.blog-page-header:before {
  background: rgba(2, 2, 2, 0.3);
}

/* Restaurant menu Page Header */
.restaurant-menu-bg:before {
  background: rgba(2, 2, 2, 0.4);
}

.restaurant-page-header:before {
  background: rgba(0, 0, 0, 0.45);
}

.restaurant-image-overlay:before {
  background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */
.portfolio-page-header {
  background-position: 50% 50%;
}

.portfolio-page-header:before {
  background: rgba(45, 45, 45, 0.45);
}

/* Landing Page Header */
.landing-header:before {
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(119, 47, 109, 0.52) 95%,
    rgba(115, 35, 105, 0.58) 100%
  );
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.banner-img {
  margin-top: -145px;
}

.shop-page-header:before {
  background: rgba(34, 34, 34, 0.3);
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
  padding: 10px 0;
  color: #fff !important;
}

.footer .copyright {
  margin: 0;
}

.footer .footer-social-links {
  text-align: right;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}

/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
  position: relative;
  height: 450px;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#map img {
  max-width: none;
}

/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/
.features-item {
  margin: 20px 0;
  text-align: center;
}

.features-icon,
.alt-features-icon {
  line-height: 1.2;
  font-size: 42px;
  color: #111;
}

.features-title,
.alt-features-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 16px 0 15px;
}

.alt-features-item {
  position: relative;
  padding-left: 55px;
  margin: 65px 0 0 0;
}

.alt-features-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}

.alt-features-title {
  font-size: 13px;
  margin: 0 0 10px;
}

/* Content box */
.content-box {
  margin: 20px 0;
  text-align: center;
}

.content-box-title {
  font-weight: 400;
  font-size: 18px;
  color: #111;
  margin: 16px 0 15px;
}

/*--------------------------------------------------------------
	Team
--------------------------------------------------------------*/
.team-item {
  position: relative;
  text-align: center;
}

.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
}

.team-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
  padding: 20px;
}

.team-detail h5 {
  font-size: 16px;
}

.team-detail p {
  font-size: 14px;
}

.team-social a {
  display: inline-block;
  color: #aaa;
  padding: 5px 6px;
}

.team-social a:hover {
  color: #fff;
}

.team-descr {
  margin: 20px 0 0;
}

.team-name {
  font-size: 14px;
  color: #111;
}

.team-role {
  font-size: 11px;
  color: #aaa;
}

.team-item:hover .team-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.team-item:hover .team-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Restaurant Menu
--------------------------------------------------------------*/
.menu {
  border-bottom: 1px dotted #e5e5e5;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.menu-title,
.menu-price {
  margin: 0 0 10px;
  font-size: 14px;
  color: #111;
}

.menu-price-detail {
  position: relative;
  text-align: right;
}

/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
.price-table {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 25px 20px;
  margin: 15px 0 30px;
  border-radius: 2px;
  text-align: center;
}

.price-table:hover {
  border-color: #cacaca;
}

.price-table.best {
  margin: 0 0 30px;
}

.price-table .small {
  margin: 0;
}

.borderline {
  position: relative;
  background: #eaeaea;
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0 15px;
}

.borderline:before {
  position: absolute;
  background: #eaeaea;
  content: "";
  bottom: -7px;
  left: 50%;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -7px;
}

.borderline:after {
  position: absolute;
  background: #fff;
  content: "";
  bottom: -5px;
  left: 50%;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -8px;
}

.price-table h4 {
  color: #111;
  margin: 0;
}

.price-table p.price {
  font-size: 60px;
  color: #111;
  padding: 0;
  margin: 0 0 0 -10px;
}

.price-table p.price span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding-top: 25px;
}

.price-details {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
}

.price-details li {
  padding: 7px 0;
}

.price-details li > span {
  text-decoration: line-through;
  color: #aaa;
}

/*--------------------------------------------------------------
	Fun fact
--------------------------------------------------------------*/
.count-item {
  text-align: center;
}

.count-icon {
  line-height: 1.2;
  font-size: 42px;
}

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
.video-box {
  text-align: center;
  padding: 40px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
  line-height: 1.8;
  font-size: 40px;
  color: #fff;
}

.video-title {
  letter-spacing: 4px;
  font-size: 30px;
  margin: 10px 0 0;
}

.video-subtitle {
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
	Portfolio
--------------------------------------------------------------*/
/* Portfolio filter */
.filter {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 70px;
}

.filter > li {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0 25px;
}

/* Portfolio grid */
.works-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-grid.works-grid-gut {
  margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
  padding: 0 0 10px 10px;
}

.work-item {
  width: 50%;
  float: left;
  margin: 0;
}

.works-grid-3 .work-item {
  width: 33.3333%;
}

.container .works-grid-3 .work-item {
  width: 33.2%;
}

.works-grid-4 .work-item {
  width: 25%;
}

.works-grid-5 .work-item {
  width: 20%;
}

.work-item > a {
  position: relative;
  display: block;
  overflow: hidden;
}

.work-image {
  position: relative;
  overflow: hidden;
}

.work-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.work-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.work-caption {
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.work-title {
  font-size: 14px;
  color: #fff;
  margin: 0 0 6px;
}

.work-descr {
  color: #aaa;
}

.work-item:hover .work-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.work-item:hover .work-image > img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.work-item:hover .work-caption {
  bottom: 50%;
  opacity: 1;
  z-index: 3;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* Work item white background*/
.works-grid.works-hover-w .work-title {
  color: #111;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
  background: rgba(255, 255, 255, 0.8);
}

/* Work item gradien background*/
.works-grid.works-hover-g .work-image:after {
  opacity: 0;
}

.works-grid.works-hover-g .work-descr {
  color: #fff;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
  background: #6fe29e;
  background: linear-gradient(
    135deg,
    rgba(111, 226, 158, 0.8) 0%,
    rgba(91, 218, 209, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
  opacity: 1;
}

.sliding-portfolio .work-item {
  width: 100%;
}

/*--------------------------------------------------------------
	Single Portfolio
--------------------------------------------------------------*/
.work-details {
  margin: 0 0 20px;
}

.work-details-title {
  color: #111;
  margin: 0 0 20px;
}

.work-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-details ul > li {
  border-bottom: 1px dotted #c2c2c2;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
  color: rgba(255, 255, 255, 0.6);
}

.callout-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.callout-btn-box {
  text-align: right;
  padding-top: 4px;
}

.request-cta {
  padding: 50px 0px;
}

/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/
.testimonial:before {
  background: rgba(2, 2, 2, 0.4);
}

.testimonials-slider {
  position: relative;
}

.testimonial-text {
  text-align: center;
  font-style: normal;
  font-size: 18px;
}

.testimonial-caption {
  text-align: center;
  padding: 10px 0 0;
}

.testimonial-title {
  font-size: 14px;
}

.testimonial-descr {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery-item {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
}

.gallery-image a.gallery {
  position: relative;
  display: block;
}

.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 20px;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 24px;
  margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
  line-height: 50px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/
.post {
  margin: 0 0 80px;
}

.post-title {
  line-height: 1.4;
  font-size: 22px;
  color: #111;
  margin: 0;
}

.post-header {
  margin: 0 0 15px;
}

.post-meta {
  font-size: 11px;
  color: #aaa;
}

.post-entry {
  border-top: 1px dotted #c2c2c2;
  padding-top: 20px;
  margin-top: 10px;
}

.post-images-slider {
  position: relative;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
  margin: 0 0 20px;
}

.post-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

/* Post columns */
.post-columns .post {
  margin: 0 0 60px;
}

.post-columns .post-header {
  margin: 0 0 10px;
}

.post-columns .post-title {
  line-height: 1.8;
  font-size: 14px;
}

.post-columns .post-entry {
  padding: 10px 20px 0;
  margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

.post-columns .post-entry p:last-child {
  margin: 0;
}

.more-link:after {
  content: "\00BB";
  color: #666666;
  padding-left: 5px;
}

.pagination a {
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  padding: 4px 12px;
}

.pagination a.active {
  border-color: #cacaca;
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
  overflow: visible;
  height: 4px;
}

.progress-bar {
  position: relative;
}

.progress-bar.pb-dark {
  background: #111;
}

.progress-bar span {
  position: absolute;
  display: block;
  right: -0px;
  top: -24px;
  opacity: 0;
  line-height: 12px;
  font-size: 12px;
  color: #111;
  padding: 4px 0px;
}

.progress-bar span:after {
  display: inline-block;
  content: "%";
}

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}

/* Accordion */
.panel-title {
  font-size: 14px;
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f107";
}

/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
  border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

.checkout-table {
  border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 36px;
}

/* Sidebar / Widget common*/
.sidebar .widget {
  margin-bottom: 60px;
}

.sidebar .widget-title {
  color: #111;
}

.widget .widget-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Icon List */
.widget .icon-list li {
  padding: 5px 0;
}

.widget .icon-list li a:before {
  content: "\00BB";
  color: #666666;
  padding-right: 5px;
}

/* Posts */
.widget-posts li {
  margin: 0 0 15px;
}

.widget-posts li:last-child {
  margin: 0;
}

.widget-posts-image {
  float: middle;
  /* width: 64px; */
  /* height: 50px; */
}

.widget-posts-body {
  margin-left: 74px;
}

/* Search */
.search-box {
  position: relative;
}

/* Tags */
.tags a {
  background: #111;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px 4px 12px;
  margin: 0 1px 4px;
  border-radius: 2px;
}

.tags a:hover {
  background: rgba(17, 17, 17, 0.8);
}

/*--------------------------------------------------------------
	Comment Box in Blog
--------------------------------------------------------------*/
.comments,
.comment-form {
  margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 16px;
  color: #111;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.comment-author {
  font-size: 14px;
  margin: 0 0 10px;
}

.comment-avatar {
  width: 55px;
  float: left;
  margin-top: 10px;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  padding-top: 5px;
  margin-left: 75px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .comment .comment {
    margin-left: 75px;
  }
}

/*--------------------------------------------------------------
	Client
--------------------------------------------------------------*/
.client-logo {
  opacity: 0.5;
}

.client-logo:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/
.shop-item {
  text-align: center;
  margin: 0 0 40px;
}

.shop-item-image {
  position: relative;
  overflow: hidden;
}

.shop-item-image img {
  width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
  transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.shop-item-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  padding: 20px;
  opacity: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

.shop-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 15px 0 5px;
}

.shop-item-title a {
  color: var(--color-dark-blue);
}

.shop-item-title:hover a {
  color: var(--color-red);
}

/* Shop item hover */
.shop-item:hover .shop-item-image:after {
  background: rgba(0, 0, 0, 0.3);
}

.shop-item:hover .shop-item-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* -------------------------------------------------------------------
	Exclusive products
------------------------------------------------------------------- */
.ex-product {
  opacity: 0.7;
  transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Single Product
--------------------------------------------------------------*/
.product-gallery {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 10px 0 0;
}

.product-gallery li {
  display: inline-block;
  width: 15%;
  margin: 0 5px;
}

.product-gallery li:first-child {
  margin-left: 0;
}

.product-title {
  margin: 0 0 20px;
  color: #111;
}

.star,
.star-off {
  margin-bottom: 5px;
  color: #f1c40f;
}

.star-off {
  color: #e5e5e5;
}

.amount {
  font-size: 32px;
  color: #111;
}

.reviews {
  margin: 0;
}

/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/
.showcase-page .showcase-page-header {
  background-color: rgba(2, 2, 2, 0.7);
}

.showcase-page .content-box {
  display: block;
  margin-bottom: 45px;
}

.showcase-page .content-box .content-box-image {
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}

.showcase-page .content-box .content-box-image:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
	Documentation Page
--------------------------------------------------------------*/
.documentation-page {
  font-size: 14px;
}

.documentation-page .pln {
  color: #000;
}

.documentation-page pre.prettyprint {
  border: 1px solid #888;
  padding: 15px;
}

.documentation-page ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

.documentation-page li.L0,
.documentation-page li.L1,
.documentation-page li.L2,
.documentation-page li.L3,
.documentation-page li.L5,
.documentation-page li.L6,
.documentation-page li.L7,
.documentation-page li.L8 {
  list-style-type: none;
}

.documentation-page li.L1,
.documentation-page li.L3,
.documentation-page li.L5,
.documentation-page li.L7,
.documentation-page li.L9 {
  background: #eee;
}

.documentation-page .com {
  color: #800;
}

.documentation-page .lit {
  color: #066;
}

.documentation-page .pun,
.documentation-page .opn,
.documentation-page .clo {
  color: #660;
}

.documentation-page .fun {
  color: red;
}

.documentation-page .str,
.documentation-page .atv {
  color: #080;
}

.documentation-page .kwd,
.documentation-page .tag {
  color: #008;
}

.documentation-page .typ,
.documentation-page .atn,
.documentation-page .dec,
.documentation-page .var {
  color: #606;
}

.documentation-page a {
  color: #19b5fe;
}

.documentation-page a:hover {
  color: #1c92c9;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-transparent {
    background: transparent;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}

@media (max-width: 1200px) {
  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 1050px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 0;
  }
  /* Headers */
  .titan-title-size-3 {
    letter-spacing: 8px;
    font-size: 36px;
  }
  .titan-title-size-4 {
    letter-spacing: 12px;
    font-size: 38px;
  }
  .work-item,
  .works-grid-3 .work-item,
  .container .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }
  /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
}

@media (max-width: 767px) {
  /* Navbar */
  .navbar-custom .navbar-nav {
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 0;
  }
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom
    .navbar-nav
    .open
    .dropdown-menu
    .dropdown-menu
    .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  /* Shop navbar */
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 15px;
  }
  .navbar-custom .cart-item-number {
    display: none;
  }
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }
  .navbar-cart-img {
    display: none;
  }
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
  /* Headers */
  .titan-title-size-1 {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 16px;
    opacity: 0.8;
  }
  .titan-title-size-3 {
    letter-spacing: 4px;
    font-size: 26px;
  }
  .titan-title-size-4 {
    letter-spacing: 6px;
    font-size: 28px;
  }
  /* Features */
  .features-item {
    margin: 0 0 30px;
  }
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }
  /* Callout */
  .callout-text {
    margin: 0 0 30px;
  }
  .callout-text,
  .callout-btn-box {
    text-align: center;
  }
  /* Sidebar */
  .sidebar {
    margin-top: 50px;
  }
  .widget {
    margin-bottom: 60px;
  }
  .post.mb-0 {
    margin-bottom: 40px !important;
  }
  .footer {
    text-align: center;
  }
  .copyright,
  .footer-social-links {
    text-align: center;
    margin: 10px 0;
  }
  /* Half-image */
  .side-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Restaurant menu */
  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }
}

/* ==============================================================
   MAKRO MANUFACTURING - ENHANCED BRAND STYLES
   Based on Brand Guidelines & Reference Websites
   ============================================================== */

/* --- Brand Utility Classes --- */
.text-primary {
  color: var(--color-red) !important;
}
.text-secondary {
  color: var(--color-dark-blue) !important;
}
.text-light {
  color: var(--color-beige) !important;
}
.bg-primary {
  background-color: var(--color-red) !important;
}
.bg-secondary {
  background-color: var(--color-dark-blue) !important;
}
.bg-brand-light {
  background-color: var(--color-beige) !important;
}

/* --- Enhanced Hero Section --- */
.home-section .titan-caption {
  z-index: 10;
}

.home-section .caption-content {
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.home-section .titan-title-size-4 {
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.3;
}

/* Hero gradient overlay for better text readability */
.home-section.bg-dark-30::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 26, 87, 0.4) 0%,
    rgba(0, 0, 0, 0.6) 100%
  ) !important;
}

/* --- Enhanced Brand Cards --- */
.content-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 26, 87, 0.1);
}

.content-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 26, 87, 0.15);
  border-color: var(--color-red);
}

.content-box-image {
  padding: 20px;
  transition: transform 0.3s ease;
}

.content-box:hover .content-box-image {
  transform: scale(1.05);
}

.content-box-image img {
  max-height: 80px;
  width: auto;
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}

/* Brand card link wrapper */
.content-box-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.content-box-link:hover,
.content-box-link:focus {
  text-decoration: none;
  color: inherit;
}

/* Brand card title and description */
.content-box-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 15px 0 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content-box-desc {
  font-size: 13px;
  color: #666;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.content-box:hover .content-box-title {
  color: var(--color-red);
}

/* --- mt-40 utility --- */
.mt-40 {
  margin-top: 40px !important;
}

/* --- Enhanced Product Cards (EB Food style) --- */
.shop-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 30px;
}

.shop-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 26, 87, 0.18);
}

.shop-item-image {
  background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
  padding: 20px;
}

.shop-item-image img {
  transition: transform 0.4s ease;
}

.shop-item:hover .shop-item-image img {
  transform: scale(1.1);
}

.shop-item-image:after {
  background: linear-gradient(to top, rgba(0, 26, 87, 0.8) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.shop-item:hover .shop-item-image:after {
  opacity: 1;
  background: rgba(0, 26, 87, 0.7);
}

.shop-item-title {
  padding: 15px 20px;
  margin: 0;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.shop-item-detail .btn {
  background: var(--color-red);
  border-color: var(--color-red);
  color: #fff;
}

.shop-item-detail .btn:hover {
  background: #fff;
  color: var(--color-red);
}

/* --- Enhanced Features Section (Morton India style) --- */
.features-item {
  background: #fff;
  padding: 40px 25px;
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  text-align: center;
  border: 1px solid transparent;
}

.features-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 26, 87, 0.12);
  border-color: var(--color-red);
}

.features-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-dark-blue) 0%, #003380 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}

.features-icon span {
  font-size: 32px;
  color: #fff;
}

.features-item:hover .features-icon {
  background: linear-gradient(135deg, var(--color-red) 0%, #c41f21 100%);
  transform: scale(1.1);
}

.features-title {
  color: var(--color-dark-blue);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* --- Enhanced Blog/Post Cards --- */
.post {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  margin-bottom: 30px;
}

.post:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 26, 87, 0.12);
}

.post-thumbnail {
  overflow: hidden;
  margin: 0; /* Remove default margin */
}

.post-thumbnail img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.post:hover .post-thumbnail img {
  transform: scale(1.08);
}

.post-header,
.post-entry,
.post-more {
  padding: 0 20px;
}

.post-header {
  padding-top: 16px;
  margin-bottom: 8px;
  border: none;
}

.post-title {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.post-title a {
  color: var(--color-dark-blue);
  font-weight: 600;
  transition: color 0.3s ease;
  text-decoration: none;
}

.post-title a:hover {
  color: var(--color-red);
}

.post-entry {
  border-top: 1px solid rgba(0, 26, 87, 0.08);
  padding-top: 12px;
  margin-top: 8px;
  margin-bottom: 12px;
}

.post-entry p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.post-more {
  padding-bottom: 16px;
}

.more-link {
  color: var(--color-red);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.more-link:hover {
  color: var(--color-dark-blue);
  letter-spacing: 2px;
}

/* --- Enhanced CTA Section --- */
#contact-cta {
  position: relative;
  overflow: hidden;
}

#contact-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--color-dark-blue) 0%, #002d7a 100%);
  z-index: 0;
}

#contact-cta .container {
  position: relative;
  z-index: 1;
}

#contact-cta .module-title {
  font-size: 32px;
  font-weight: 700;
}

#contact-cta .btn-border-w {
  border-width: 2px;
  padding: 14px 40px;
  font-size: 13px;
}

#contact-cta .btn-border-w:hover {
  background: #fff;
  color: var(--color-dark-blue);
}

#contact-cta .btn-b {
  padding: 14px 40px;
  font-size: 13px;
}

/* --- Enhanced Partners/Clients Carousel --- */
.client-logo {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.client-logo:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.client-logo img {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.client-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* --- Module Title Enhancements --- */
.module-title {
  position: relative;
  font-weight: 700;
  color: var(--color-dark-blue);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.module-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--color-red);
  border-radius: 2px;
}

/* Dark backgrounds - white titles */
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
#contact-cta .module-title,
#factory .module-title {
  color: #fff;
}

.bg-dark .module-title::after,
.bg-dark-30 .module-title::after,
.bg-dark-60 .module-title::after {
  background: var(--color-red);
}

/* --- Section Dividers --- */
hr.divider-w {
  border-top: 2px solid rgba(0, 26, 87, 0.08);
  margin: 0;
}

/* --- Animated Stats/Counters --- */
.stat-item {
  text-align: center;
  padding: 30px 20px;
}

.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-red);
  line-height: 1;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-dark-blue);
  font-weight: 600;
}

/* --- Button Enhancements --- */
.btn-b {
  position: relative;
  overflow: hidden;
}

.btn-b::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.btn-b:hover::before {
  left: 100%;
}

/* --- Scroll Animation Prep --- */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Responsive Improvements --- */
@media (max-width: 991px) {
  .features-item,
  .content-box,
  .shop-item {
    margin-bottom: 30px;
  }

  #contact-cta .btn {
    margin-bottom: 15px;
    display: block;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .module-title {
    font-size: 24px;
  }

  #contact-cta .module-title {
    font-size: 26px;
  }

  .stat-number {
    font-size: 36px;
  }

  .features-icon {
    width: 70px;
    height: 70px;
  }

  .features-icon span {
    font-size: 28px;
  }
}

/* ==============================================================
   SPACING UTILITY CLASSES (4/8px System)
   ============================================================== */

/* Margin utilities */
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: var(--space-1) !important;
}
.m-2 {
  margin: var(--space-2) !important;
}
.m-3 {
  margin: var(--space-3) !important;
}
.m-4 {
  margin: var(--space-4) !important;
}
.m-5 {
  margin: var(--space-5) !important;
}
.m-6 {
  margin: var(--space-6) !important;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: var(--space-1) !important;
}
.mt-2 {
  margin-top: var(--space-2) !important;
}
.mt-3 {
  margin-top: var(--space-3) !important;
}
.mt-4 {
  margin-top: var(--space-4) !important;
}
.mt-5 {
  margin-top: var(--space-5) !important;
}
.mt-6 {
  margin-top: var(--space-6) !important;
}
.mt-7 {
  margin-top: var(--space-7) !important;
}
.mt-8 {
  margin-top: var(--space-8) !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: var(--space-1) !important;
}
.mb-2 {
  margin-bottom: var(--space-2) !important;
}
.mb-3 {
  margin-bottom: var(--space-3) !important;
}
.mb-4 {
  margin-bottom: var(--space-4) !important;
}
.mb-5 {
  margin-bottom: var(--space-5) !important;
}
.mb-6 {
  margin-bottom: var(--space-6) !important;
}

/* Padding utilities */
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: var(--space-1) !important;
}
.p-2 {
  padding: var(--space-2) !important;
}
.p-3 {
  padding: var(--space-3) !important;
}
.p-4 {
  padding: var(--space-4) !important;
}
.p-5 {
  padding: var(--space-5) !important;
}
.p-6 {
  padding: var(--space-6) !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-4 {
  padding-top: var(--space-4) !important;
}
.pt-5 {
  padding-top: var(--space-5) !important;
}
.pt-6 {
  padding-top: var(--space-6) !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-4 {
  padding-bottom: var(--space-4) !important;
}
.pb-5 {
  padding-bottom: var(--space-5) !important;
}
.pb-6 {
  padding-bottom: var(--space-6) !important;
}

.px-4 {
  padding-left: var(--space-4) !important;
  padding-right: var(--space-4) !important;
}
.py-4 {
  padding-top: var(--space-4) !important;
  padding-bottom: var(--space-4) !important;
}
.py-5 {
  padding-top: var(--space-5) !important;
  padding-bottom: var(--space-5) !important;
}
.py-6 {
  padding-top: var(--space-6) !important;
  padding-bottom: var(--space-6) !important;
}

/* Gap utilities */
.gap-2 {
  gap: var(--space-2) !important;
}
.gap-3 {
  gap: var(--space-3) !important;
}
.gap-4 {
  gap: var(--space-4) !important;
}

/* ==============================================================
   BRAND-SPECIFIC CARD STYLES
   ============================================================== */

/* Brand card base with icon support */
.brand-card {
  position: relative;
  background: #fff;
  padding: 32px 24px;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  border-bottom: 4px solid transparent;
  overflow: hidden;
}

.brand-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
  transition: background 0.3s ease;
}

.brand-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 26, 87, 0.12);
}

.brand-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: transform 0.3s ease;
}

.brand-card:hover .brand-card-icon {
  transform: scale(1.1);
}

.brand-card-icon i,
.brand-card-icon span {
  font-size: 28px;
  color: #fff;
}

.brand-card-logo {
  height: 60px;
  object-fit: contain;
  margin-bottom: 16px;
}

.brand-card-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 12px 0 8px;
}

.brand-card-tagline {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  margin-bottom: 16px;
}

.brand-card-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.brand-card-cta {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* READY Brand - Red */
.brand-card.brand-ready::before {
  background: var(--brand-ready);
}
.brand-card.brand-ready:hover {
  border-bottom-color: var(--brand-ready);
}
.brand-card.brand-ready .brand-card-icon {
  background: var(--brand-ready);
}
.brand-card.brand-ready .brand-card-title {
  color: var(--brand-ready);
}
.brand-card.brand-ready .brand-card-cta {
  background: var(--brand-ready);
  color: #fff;
}
.brand-card.brand-ready .brand-card-cta:hover {
  background: #c41f21;
  transform: translateY(-2px);
}

/* BRAVO Brand - Orange */
.brand-card.brand-bravo::before {
  background: var(--brand-bravo);
}
.brand-card.brand-bravo:hover {
  border-bottom-color: var(--brand-bravo);
}
.brand-card.brand-bravo .brand-card-icon {
  background: var(--brand-bravo);
}
.brand-card.brand-bravo .brand-card-title {
  color: var(--brand-bravo);
}
.brand-card.brand-bravo .brand-card-cta {
  background: var(--brand-bravo);
  color: #fff;
}
.brand-card.brand-bravo .brand-card-cta:hover {
  background: #e09000;
  transform: translateY(-2px);
}

/* MAEJIN Brand - Green */
.brand-card.brand-maejin::before {
  background: var(--brand-maejin);
}
.brand-card.brand-maejin:hover {
  border-bottom-color: var(--brand-maejin);
}
.brand-card.brand-maejin .brand-card-icon {
  background: var(--brand-maejin);
}
.brand-card.brand-maejin .brand-card-title {
  color: var(--brand-maejin);
}
.brand-card.brand-maejin .brand-card-cta {
  background: var(--brand-maejin);
  color: #fff;
}
.brand-card.brand-maejin .brand-card-cta:hover {
  background: #27ae60;
  transform: translateY(-2px);
}

/* NAGASAKI Brand - Blue */
.brand-card.brand-nagasaki::before {
  background: var(--brand-nagasaki);
}
.brand-card.brand-nagasaki:hover {
  border-bottom-color: var(--brand-nagasaki);
}
.brand-card.brand-nagasaki .brand-card-icon {
  background: var(--brand-nagasaki);
}
.brand-card.brand-nagasaki .brand-card-title {
  color: var(--brand-nagasaki);
}
.brand-card.brand-nagasaki .brand-card-cta {
  background: var(--brand-nagasaki);
  color: #fff;
}
.brand-card.brand-nagasaki .brand-card-cta:hover {
  background: #2980b9;
  transform: translateY(-2px);
}

/* Responsive brand cards */
@media (max-width: 991px) {
  .brand-card {
    margin-bottom: 24px;
  }
}

/* ==============================================================
   IMPROVED SECTION SPACING
   ============================================================== */

.module {
  padding: 70px 0;
}

.module-small {
  padding: 50px 0;
}

/* Note: .module-title styles are defined earlier in this file */

.module-subtitle {
  margin-bottom: var(--space-4);
  line-height: 1.8;
}

/* Tighter row margins */
.row.tight {
  margin-left: -8px;
  margin-right: -8px;
}

.row.tight > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

/* ==============================================================
   ENHANCED PRODUCT CARD COMPONENT
   ============================================================== */

.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 24px;
  position: relative;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 26, 87, 0.12);
}

/* Product Image */
.product-card-image {
  position: relative;
  padding: 20px;
  background: linear-gradient(135deg, #f9f9f9 0%, #fff 100%);
  text-align: center;
  overflow: hidden;
}

.product-card-image img {
  max-height: 180px;
  width: auto;
  transition: transform 0.4s ease;
}

.product-card:hover .product-card-image img {
  transform: scale(1.08);
}

/* Dietary Flags - Top Corner Badges */
.product-card-flags {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-flag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-flag.halal {
  background: #27ae60;
  color: #fff;
}

.product-flag.vegetarian {
  background: #2ecc71;
  color: #fff;
}

.product-flag.spicy {
  background: #e74c3c;
  color: #fff;
}

.product-flag.new {
  background: var(--color-red);
  color: #fff;
}

/* Flavor Tags - Bottom of Image */
.product-card-tags {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.flavor-tag {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(0, 26, 87, 0.08);
  border-radius: 15px;
  font-size: 10px;
  font-weight: 600;
  color: var(--color-dark-blue);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.flavor-tag.tom-yum {
  background: rgba(46, 204, 113, 0.15);
  color: #27ae60;
}
.flavor-tag.mild {
  background: rgba(52, 152, 219, 0.15);
  color: #2980b9;
}
.flavor-tag.spicy {
  background: rgba(231, 76, 60, 0.15);
  color: #c0392b;
}
.flavor-tag.original {
  background: rgba(0, 26, 87, 0.1);
  color: var(--color-dark-blue);
}

/* Product Content */
.product-card-content {
  padding: 20px;
}

.product-card-brand {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-red);
  margin-bottom: 6px;
}

.product-card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 0 8px;
  line-height: 1.3;
}

.product-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-card-title a:hover {
  color: var(--color-red);
}

/* Product Meta */
.product-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #666;
}

.product-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-meta-item i {
  color: var(--color-dark-blue);
  font-size: 11px;
}

/* Ingredients */
.product-card-ingredients {
  font-size: 12px;
  color: #777;
  margin-bottom: 12px;
  line-height: 1.6;
}

.product-card-ingredients strong {
  color: var(--color-dark-blue);
}

/* Certifications */
.product-card-certifications {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.certification-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--color-dark-blue);
  border: 1px solid #e0e0e0;
}

.certification-badge.gmp {
  background: #e8f5e9;
  color: #27ae60;
  border-color: #a5d6a7;
}
.certification-badge.fda {
  background: #e3f2fd;
  color: #1976d2;
  border-color: #90caf9;
}
.certification-badge.iso {
  background: #fff3e0;
  color: #f57c00;
  border-color: #ffcc80;
}

/* Product Actions */
.product-card-actions {
  display: flex;
  gap: 8px;
}

.product-card-cta {
  flex: 1;
  display: inline-block;
  padding: 10px 16px;
  background: var(--color-dark-blue);
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.product-card-cta:hover {
  background: var(--color-red);
  color: #fff;
  text-decoration: none;
}

.product-card-cta.secondary {
  background: transparent;
  border: 1px solid var(--color-dark-blue);
  color: var(--color-dark-blue);
}

.product-card-cta.secondary:hover {
  background: var(--color-dark-blue);
  color: #fff;
}

/* ==============================================================
   PRODUCT FILTERING & SEARCH
   ============================================================== */

.product-filter-bar {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.product-search {
  position: relative;
  margin-bottom: 16px;
}

.product-search input {
  width: 100%;
  padding: 12px 16px 12px 44px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.product-search input:focus {
  outline: none;
  border-color: var(--color-dark-blue);
}

.product-search i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.filter-group {
  margin-bottom: 16px;
}

.filter-group:last-child {
  margin-bottom: 0;
}

.filter-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-dark-blue);
  margin-bottom: 8px;
  display: block;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-btn {
  padding: 8px 16px;
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--color-dark-blue);
  color: #fff;
}

.filter-btn.brand-ready.active {
  background: var(--brand-ready);
}
.filter-btn.brand-bravo.active {
  background: var(--brand-bravo);
}
.filter-btn.brand-maejin.active {
  background: var(--brand-maejin);
}
.filter-btn.brand-nagasaki.active {
  background: var(--brand-nagasaki);
}

/* Filter Select Dropdowns */
.filter-select {
  width: 100%;
  padding: 10px 14px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 13px;
  color: #333;
  background: #fff;
  cursor: pointer;
}

.filter-select:focus {
  outline: none;
  border-color: var(--color-dark-blue);
}

/* ==============================================================
   PRODUCT DETAIL PAGE
   ============================================================== */

/* Product Hero */
.product-hero {
  position: relative;
  background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
  padding: 40px;
  border-radius: 12px;
  text-align: center;
}

.product-hero-image {
  max-height: 400px;
  width: auto;
}

.product-gallery-thumbs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.product-gallery-thumb {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.product-gallery-thumb:hover,
.product-gallery-thumb.active {
  border-color: var(--color-dark-blue);
}

.product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product Info */
.product-detail-brand {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--color-red);
  margin-bottom: 8px;
}

.product-detail-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 0 16px;
  line-height: 1.2;
}

.product-detail-tagline {
  font-size: 16px;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.7;
}

/* Product Specs Table */
.product-specs {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.product-specs-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-dark-blue);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-red);
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.spec-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.spec-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--color-dark-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.spec-content {
  flex: 1;
}

.spec-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999;
  margin-bottom: 2px;
}

.spec-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark-blue);
}

/* Nutrition Table */
.nutrition-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.nutrition-table th,
.nutrition-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.nutrition-table th {
  background: var(--color-dark-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nutrition-table th:first-child {
  border-radius: 8px 0 0 0;
}

.nutrition-table th:last-child {
  border-radius: 0 8px 0 0;
}

.nutrition-table td {
  font-size: 14px;
}

.nutrition-table tr:nth-child(even) td {
  background: #f9f9f9;
}

/* Usage Suggestions */
.usage-suggestions {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
}

.usage-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

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

.usage-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--color-dark-blue) 0%, #003380 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.usage-content h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-dark-blue);
  margin: 0 0 6px;
}

.usage-content p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Download Section */
.download-section {
  background: var(--color-dark-blue);
  border-radius: 12px;
  padding: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.download-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
}

.download-info p {
  font-size: 13px;
  opacity: 0.8;
  margin: 0;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #fff;
  color: var(--color-dark-blue);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.download-btn:hover {
  background: var(--color-red);
  color: #fff;
  text-decoration: none;
}

/* Batch Traceability Note */
.traceability-note {
  background: #fff8e1;
  border-left: 4px solid #ffc107;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 24px;
}

.traceability-note h5 {
  font-size: 13px;
  font-weight: 600;
  color: #f57c00;
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.traceability-note p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Where to Buy */
.where-to-buy {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.where-to-buy-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-dark-blue);
  margin-bottom: 16px;
}

.retailer-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.retailer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #f9f9f9;
  border-radius: 8px;
  font-size: 13px;
  color: var(--color-dark-blue);
  transition: all 0.3s ease;
}

.retailer-item:hover {
  background: var(--color-dark-blue);
  color: #fff;
}

.retailer-item i {
  font-size: 16px;
}

/* Responsive Product Card */
@media (max-width: 991px) {
  .specs-grid {
    grid-template-columns: 1fr;
  }

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

  .download-section {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .product-detail-title {
    font-size: 24px;
  }

  .retailer-list {
    grid-template-columns: 1fr;
  }

  .product-card-meta {
    flex-direction: column;
    gap: 6px;
  }
}

/* ==============================================================
   PRODUCT IMAGE GALLERY WITH ZOOM
   ============================================================== */

.product-gallery-container {
  position: relative;
}

.product-main-image-wrapper {
  position: relative;
  display: flex;
  gap: 20px;
}

.product-zoom-container {
  position: relative;
  background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
  border-radius: 12px;
  padding: 30px;
  cursor: crosshair;
  overflow: hidden;
  flex: 1;
}

.product-main-image {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.zoom-lens {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(0, 26, 87, 0.15);
  border: 2px solid var(--color-dark-blue);
  border-radius: 8px;
  cursor: crosshair;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.product-zoom-container:hover .zoom-lens {
  opacity: 1;
}

.zoom-result {
  position: absolute;
  top: 0;
  right: -320px;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: none;
}

.product-zoom-container:hover + .zoom-result {
  opacity: 1;
  display: block;
}

/* Thumbnails */
.product-thumbnails {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.product-thumb {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8f8f8;
  padding: 5px;
}

.product-thumb:hover {
  border-color: var(--color-dark-blue);
  transform: translateY(-3px);
}

.product-thumb.active {
  border-color: var(--color-red);
  box-shadow: 0 4px 12px rgba(224, 44, 46, 0.3);
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Alternative: Simple Zoom on Hover (CSS only) */
.product-zoom-simple {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
  padding: 30px;
}

.product-zoom-simple img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.product-zoom-simple:hover img {
  transform: scale(1.5);
}

/* Responsive Gallery */
@media (max-width: 991px) {
  .zoom-result {
    display: none !important;
  }

  .product-main-image-wrapper {
    flex-direction: column;
  }

  .product-thumbnails {
    justify-content: center;
  }

  .product-thumb {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .product-zoom-container {
    padding: 20px;
  }

  .product-thumb {
    width: 50px;
    height: 50px;
  }
}

/* ==============================================================
   SIMPLE PRODUCT IMAGE GALLERY (CSS-only Zoom)
   ============================================================== */

.product-image-gallery {
  position: relative;
}

.product-image-main {
  background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
  border-radius: 16px;
  padding: 40px;
  overflow: hidden;
  cursor: zoom-in;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.product-image-main img {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-image-main:hover img {
  transform: scale(1.3);
}

.zoom-hint {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.zoom-hint i {
  font-size: 14px;
}

@media (max-width: 767px) {
  .product-image-main {
    padding: 20px;
  }

  .product-image-main img {
    max-height: 300px;
  }

  .product-image-main:hover img {
    transform: scale(1.1);
  }

  .zoom-hint {
    display: none;
  }
}

/* ==============================================================
   FACTORY PAGE STYLES
   ============================================================== */

/* Page Title Hero */
.module-page-title {
  padding: 100px 0 80px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.module-page-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 26, 87, 0.9) 0%,
    rgba(0, 26, 87, 0.7) 100%
  );
}

.module-page-title .container {
  position: relative;
  z-index: 1;
}

.page-title {
  color: #fff;
  font-size: 42px;
  margin-bottom: 16px;
}

.page-subtitle {
  font-size: 18px;
  font-style: italic;
  max-width: 600px;
  margin: 0 auto;
}

/* Factory Intro */
.factory-section-title {
  font-size: 28px;
  color: var(--color-dark-blue);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.factory-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--color-red);
  border-radius: 2px;
}

.factory-intro p {
  color: #555;
  margin-bottom: 16px;
  line-height: 1.8;
}

.factory-image-box {
  background: linear-gradient(135deg, #f8f8f8 0%, #fff 100%);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.factory-image-box img {
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: contain;
}

/* Factory Stats */
.factory-stats {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.factory-stat {
  text-align: center;
  padding: 20px 25px;
  background: linear-gradient(135deg, var(--color-dark-blue) 0%, #003087 100%);
  border-radius: 12px;
}

.stat-number {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Certification Cards */
.certification-cards {
  margin-top: 40px;
}

.certification-card {
  background: #fff;
  border-radius: 16px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  margin-bottom: 30px;
  height: 100%;
}

.certification-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(0, 26, 87, 0.12);
}

.cert-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-red) 0%, #c41e1e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.cert-icon i {
  font-size: 32px;
  color: #fff;
}

.cert-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin-bottom: 12px;
}

.cert-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Production Process Diagram */
.process-diagram {
  max-width: 900px;
  margin: 40px auto 0;
}

.process-step {
  display: flex;
  gap: 25px;
  padding: 25px 0;
  position: relative;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 75px;
  width: 2px;
  height: calc(100% - 50px);
  background: linear-gradient(
    to bottom,
    var(--color-red),
    rgba(224, 44, 46, 0.3)
  );
}

.process-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-red) 0%, #c41e1e 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.process-content {
  background: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  flex: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.process-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 0 8px;
}

.process-content p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Timeline */
.timeline {
  max-width: 800px;
  margin: 40px auto 0;
  position: relative;
  padding-left: 30px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(
    to bottom,
    var(--color-dark-blue),
    rgba(0, 26, 87, 0.2)
  );
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  padding: 0 0 40px 30px;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: -22px;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-red);
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px var(--color-red);
}

.timeline-content {
  background: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.timeline-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-red);
  margin: 0 0 8px;
}

.timeline-content p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.7;
}

/* QA Features Grid */
.qa-features {
  margin-top: 30px;
}

.qa-feature {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.qa-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8ecf5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.qa-feature:hover .qa-icon {
  background: linear-gradient(135deg, var(--color-dark-blue) 0%, #003087 100%);
}

.qa-icon i {
  font-size: 28px;
  color: var(--color-dark-blue);
  transition: color 0.3s ease;
}

.qa-feature:hover .qa-icon i {
  color: #fff;
}

.qa-feature h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin-bottom: 10px;
}

.qa-feature p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.7;
}

/* Materials List */
.materials-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}

.materials-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 26, 87, 0.08);
  font-size: 14px;
  color: #555;
}

.materials-list li:last-child {
  border-bottom: none;
}

.materials-list li i {
  color: var(--color-red);
  margin-right: 10px;
}

.materials-list li strong {
  color: var(--color-dark-blue);
}

/* Background Light */
.bg-light {
  background: #f8f9fa;
}

/* Responsive Factory Page */
@media (max-width: 991px) {
  .factory-stats {
    flex-wrap: wrap;
    gap: 15px;
  }

  .factory-stat {
    flex: 1 1 calc(33% - 10px);
    padding: 15px 20px;
  }

  .stat-number {
    font-size: 26px;
  }

  .page-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .module-page-title {
    padding: 80px 0 60px;
  }

  .page-title {
    font-size: 26px;
  }

  .page-subtitle {
    font-size: 15px;
  }

  .factory-stats {
    flex-direction: column;
  }

  .factory-stat {
    flex: 1 1 100%;
  }

  .factory-image-box {
    margin-top: 30px;
  }

  .process-step {
    flex-direction: column;
    gap: 15px;
  }

  .process-step:not(:last-child)::after {
    display: none;
  }

  .timeline {
    padding-left: 20px;
  }

  .timeline-marker {
    left: -29px;
  }
}

/* ==============================================================
   COMPANY HISTORY PAGE STYLES
   ============================================================== */

/* History Timeline */
.history-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.history-timeline::before {
  content: "";
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(
    to bottom,
    var(--color-dark-blue) 0%,
    var(--color-red) 50%,
    var(--color-dark-blue) 100%
  );
  border-radius: 2px;
}

.history-item {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
}

.history-item::before {
  content: "";
  position: absolute;
  left: 92px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: var(--color-red);
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px var(--color-red);
  z-index: 1;
}

.history-item.featured::before {
  width: 24px;
  height: 24px;
  left: 90px;
  background: linear-gradient(135deg, #ffd700 0%, #ffb700 100%);
  box-shadow: 0 0 0 4px #ffd700, 0 0 20px rgba(255, 215, 0, 0.5);
}

.history-item.present::before {
  background: linear-gradient(135deg, var(--color-dark-blue) 0%, #003087 100%);
  box-shadow: 0 0 0 4px var(--color-dark-blue);
}

.history-year {
  min-width: 80px;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-dark-blue);
  text-align: right;
  padding-top: 15px;
}

.history-item.present .history-year {
  color: var(--color-red);
}

.history-content {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 25px 30px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
  margin-left: 40px;
}

.history-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 0 6px;
}

.history-subtitle {
  font-size: 14px;
  color: var(--color-red);
  font-style: italic;
  margin: 0 0 15px;
}

.history-content > p {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

/* History Highlights */
.history-highlight {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding: 10px 16px;
  background: linear-gradient(135deg, #f0f4ff 0%, #e8ecf5 100%);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-dark-blue);
}

.history-highlight i {
  color: var(--color-red);
}

.history-highlight.special {
  background: linear-gradient(135deg, #fff9e6 0%, #fff3cc 100%);
  color: #996600;
}

.history-highlight.special i {
  color: #cc9900;
}

/* Brand Tags */
.history-brand-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.history-brand-tag.ready {
  background: linear-gradient(135deg, var(--brand-ready) 0%, #c41e1e 100%);
}

.history-brand-tag.bravo {
  background: linear-gradient(135deg, var(--brand-bravo) 0%, #d4860a 100%);
}

.history-brand-tag.maejin {
  background: linear-gradient(135deg, var(--brand-maejin) 0%, #1fa855 100%);
}

.history-brand-tag.nagasaki {
  background: linear-gradient(135deg, var(--brand-nagasaki) 0%, #2573a8 100%);
}

/* History Brands Grid */
.history-brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.history-brand-item {
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}

.history-brand-item.ready {
  background: linear-gradient(135deg, var(--brand-ready) 0%, #c41e1e 100%);
}

.history-brand-item.bravo {
  background: linear-gradient(135deg, var(--brand-bravo) 0%, #d4860a 100%);
}

.history-brand-item.maejin {
  background: linear-gradient(135deg, var(--brand-maejin) 0%, #1fa855 100%);
}

.history-brand-item.nagasaki {
  background: linear-gradient(135deg, var(--brand-nagasaki) 0%, #2573a8 100%);
}

.history-brand-item .brand-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.history-brand-item .brand-type {
  display: block;
  font-size: 11px;
  opacity: 0.9;
  margin-top: 4px;
}

/* History Stats */
.history-stat {
  text-align: center;
  padding: 30px 20px;
}

.history-stat .stat-number {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: var(--color-red);
  line-height: 1;
}

.history-stat .stat-label {
  display: block;
  font-size: 14px;
  color: var(--color-dark-blue);
  margin-top: 10px;
  font-weight: 500;
}

/* Responsive History */
@media (max-width: 991px) {
  .history-timeline::before {
    left: 20px;
  }

  .history-item::before {
    left: 12px;
  }

  .history-item.featured::before {
    left: 10px;
  }

  .history-year {
    min-width: 50px;
    font-size: 18px;
  }

  .history-content {
    margin-left: 20px;
  }

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

@media (max-width: 767px) {
  .history-item {
    flex-direction: column;
    gap: 15px;
    padding-left: 40px;
  }

  .history-timeline::before {
    left: 10px;
  }

  .history-item::before {
    left: 2px;
    top: 5px;
    width: 16px;
    height: 16px;
  }

  .history-item.featured::before {
    left: 0;
    width: 20px;
    height: 20px;
  }

  .history-year {
    text-align: left;
    padding-top: 0;
  }

  .history-content {
    margin-left: 0;
    padding: 20px;
  }

  .history-title {
    font-size: 18px;
  }

  .history-brands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .history-stat .stat-number {
    font-size: 32px;
  }
}

/* History Summary (for Factory Page) */
.history-summary {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.history-summary-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.history-summary-item:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 25px rgba(0, 26, 87, 0.1);
}

.summary-year {
  min-width: 60px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-red);
  background: linear-gradient(135deg, #fff5f5 0%, #ffe5e5 100%);
  padding: 8px 12px;
  border-radius: 8px;
  text-align: center;
}

.summary-text {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  padding-top: 5px;
}

.summary-text strong {
  color: var(--color-dark-blue);
}

@media (max-width: 767px) {
  .history-summary-item {
    flex-direction: column;
    gap: 10px;
  }

  .summary-year {
    min-width: auto;
  }
}

/* ==============================================================
   BLOG POST PAGE STYLES
   ============================================================== */

/* Blog Hero */
.blog-hero {
  position: relative;
  min-height: 450px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 60px 0;
}

.blog-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 26, 87, 0.95) 0%,
    rgba(0, 26, 87, 0.6) 50%,
    rgba(0, 26, 87, 0.3) 100%
  );
}

.blog-hero .container {
  position: relative;
  z-index: 1;
}

.blog-hero-content {
  max-width: 800px;
}

.blog-category-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-red);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.blog-hero-title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 25px;
}

.blog-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}

.blog-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.blog-meta-item i {
  color: rgba(255, 255, 255, 0.7);
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Blog Content Section */
.blog-content-section {
  padding: 60px 0;
}

.blog-article {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

.article-body {
  padding: 50px;
}

.article-body .lead {
  font-size: 20px;
  color: var(--color-dark-blue);
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(0, 26, 87, 0.1);
}

.article-body p {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 25px;
}

.article-body h2 {
  font-size: 28px;
  color: var(--color-dark-blue);
  margin: 40px 0 20px;
  font-weight: 700;
}

.article-body h3 {
  font-size: 22px;
  color: var(--color-dark-blue);
  margin: 35px 0 18px;
  font-weight: 600;
}

.article-image-block {
  margin: 35px 0;
  text-align: center;
}

.article-image-block img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.image-caption {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  color: #888;
  font-style: italic;
}

.article-list {
  margin: 25px 0;
  padding-left: 0;
  list-style: none;
}

.article-list li {
  padding: 12px 0 12px 35px;
  position: relative;
  font-size: 16px;
  color: #444;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.article-list li:last-child {
  border-bottom: none;
}

.article-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 20px;
  height: 20px;
  background: var(--color-red);
  border-radius: 50%;
  opacity: 0.2;
}

.article-list li::after {
  content: "✓";
  position: absolute;
  left: 5px;
  top: 12px;
  color: var(--color-red);
  font-size: 12px;
  font-weight: 700;
}

.article-quote {
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
  padding: 35px 40px;
  border-left: 5px solid var(--color-dark-blue);
  border-radius: 0 16px 16px 0;
  margin: 40px 0;
}

.article-quote p {
  font-size: 20px;
  font-style: italic;
  color: var(--color-dark-blue);
  line-height: 1.6;
  margin-bottom: 15px;
}

.article-quote cite {
  color: var(--color-red);
  font-size: 14px;
  font-weight: 600;
}

/* Article Tags */
.article-tags {
  padding: 25px 50px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.tags-label {
  color: #666;
  font-size: 14px;
  margin-right: 10px;
}

.article-tag {
  display: inline-block;
  padding: 6px 14px;
  background: #fff;
  border: 1px solid rgba(0, 26, 87, 0.15);
  border-radius: 20px;
  font-size: 12px;
  color: var(--color-dark-blue);
  transition: all 0.3s ease;
}

.article-tag:hover {
  background: var(--color-dark-blue);
  color: #fff;
  text-decoration: none;
}

/* Article Share */
.article-share {
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.share-label {
  font-size: 14px;
  color: #666;
}

.share-buttons {
  display: flex;
  gap: 10px;
}

.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.share-btn:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: #fff;
}

.share-btn.facebook {
  background: #1877f2;
}
.share-btn.twitter {
  background: #1da1f2;
}
.share-btn.linkedin {
  background: #0077b5;
}
.share-btn.whatsapp {
  background: #25d366;
}
.share-btn.copy {
  background: #6c757d;
}

/* Author Box */
.author-box {
  padding: 40px 50px;
  background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
  display: flex;
  gap: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.author-avatar-large {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 26, 87, 0.15);
}

.author-avatar-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info {
  flex: 1;
}

.author-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 0 10px;
}

.author-bio {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 15px;
}

.author-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--color-dark-blue);
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 14px;
  transition: background 0.3s ease;
}

.author-social a:hover {
  background: var(--color-red);
  text-decoration: none;
}

/* Post Navigation */
.post-navigation {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.post-nav-item {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  text-decoration: none;
}

.post-nav-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(0, 26, 87, 0.12);
  text-decoration: none;
}

.post-nav-item.next {
  text-align: right;
}

.nav-label {
  display: block;
  font-size: 12px;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.nav-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-dark-blue);
}

/* Blog Sidebar */
.blog-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  margin-bottom: 25px;
}

.widget-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(0, 26, 87, 0.1);
}

.widget-title i {
  color: var(--color-red);
  margin-right: 8px;
}

/* Related Posts */
.related-post-item {
  display: flex;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

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

.related-thumb {
  width: 70px;
  height: 55px;
  min-width: 70px;
  border-radius: 8px;
  overflow: hidden;
}

.related-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-info h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark-blue);
  margin: 0 0 5px;
  line-height: 1.4;
}

.related-date {
  font-size: 12px;
  color: #999;
}

/* Category List */
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.category-list li:last-child {
  border-bottom: none;
}

.category-list a {
  display: flex;
  justify-content: space-between;
  color: #555;
  font-size: 14px;
  transition: color 0.3s ease;
}

.category-list a:hover {
  color: var(--color-red);
  text-decoration: none;
}

.category-list .count {
  background: rgba(0, 26, 87, 0.08);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  color: var(--color-dark-blue);
}

/* Newsletter Widget */
.newsletter-widget {
  background: linear-gradient(135deg, var(--color-dark-blue) 0%, #003087 100%);
  text-align: center;
  color: #fff;
}

.newsletter-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
}

.newsletter-widget h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
}

.newsletter-widget p {
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  border-radius: 25px;
  font-size: 13px;
}

.newsletter-form button {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: var(--color-red);
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.newsletter-form button:hover {
  transform: scale(1.1);
}

/* Social Follow Grid */
.social-follow-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.social-follow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.social-follow-item:hover {
  transform: translateY(-3px);
  text-decoration: none;
  color: #fff;
}

.social-follow-item i {
  font-size: 20px;
  margin-bottom: 5px;
}

.social-follow-item span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.social-follow-item.facebook {
  background: linear-gradient(135deg, #1877f2 0%, #166fe5 100%);
}
.social-follow-item.twitter {
  background: linear-gradient(135deg, #1da1f2 0%, #0c85d0 100%);
}
.social-follow-item.instagram {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 50%, #dc2743 100%);
}
.social-follow-item.youtube {
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

/* ==============================================================
   SOCIAL POST PAGE STYLES
   ============================================================== */

.social-post-section {
  padding: 80px 0;
  background: #f0f2f5;
  min-height: 100vh;
}

/* Social Post Card */
.social-post-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.social-post-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}

.social-post-author {
  display: flex;
  gap: 12px;
}

.social-author-avatar {
  position: relative;
  width: 50px;
  height: 50px;
}

.social-author-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.verified-badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 18px;
  height: 18px;
  background: #1877f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}

.verified-badge i {
  color: #fff;
  font-size: 8px;
}

.social-author-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 0 4px;
}

.social-post-time {
  font-size: 13px;
  color: #65676b;
}

.social-post-menu .menu-btn {
  background: none;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #65676b;
  cursor: pointer;
  transition: background 0.3s ease;
}

.social-post-menu .menu-btn:hover {
  background: #f0f2f5;
}

/* Social Post Content */
.social-post-content {
  padding: 0 20px 15px;
}

.social-post-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #050505;
  margin-bottom: 12px;
}

.social-post-content .hashtags {
  color: #1877f2;
  font-size: 14px;
}

/* Social Post Media */
.social-post-media {
  cursor: pointer;
}

.media-grid.single .media-item {
  position: relative;
}

.media-grid.single img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.media-overlay i {
  color: #fff;
  font-size: 32px;
}

.media-item:hover .media-overlay {
  opacity: 1;
}

/* Engagement Stats */
.social-engagement-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #e4e6eb;
}

.reaction-summary {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reaction-icons {
  display: flex;
}

.reaction-icons .reaction {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  margin-right: -4px;
  border: 2px solid #fff;
}

.reaction.love {
  background: #f33e58;
}
.reaction.like {
  background: #1877f2;
}
.reaction.celebrate {
  background: #f7b928;
}

.reaction-count {
  font-size: 14px;
  color: #65676b;
}

.engagement-counts {
  font-size: 14px;
  color: #65676b;
  display: flex;
  gap: 8px;
}

/* Action Bar */
.social-action-bar {
  display: flex;
  padding: 5px 10px;
  border-bottom: 1px solid #e4e6eb;
}

.action-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: none;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #65676b;
  cursor: pointer;
  transition: background 0.2s ease;
}

.action-btn:hover {
  background: #f0f2f5;
}

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

/* Comments Section */
.social-comments-section {
  padding: 15px 20px 20px;
}

.comment-input-box {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.comment-avatar {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  background: #f0f2f5;
  border-radius: 20px;
  padding: 0 12px;
}

.comment-input-wrapper input {
  flex: 1;
  background: none;
  border: none;
  padding: 10px 5px;
  font-size: 14px;
}

.comment-actions button {
  background: none;
  border: none;
  color: #65676b;
  cursor: pointer;
  padding: 5px;
  font-size: 16px;
}

/* Comment Item */
.comment-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.comment-content {
  flex: 1;
}

.comment-bubble {
  background: #f0f2f5;
  border-radius: 18px;
  padding: 10px 15px;
  display: inline-block;
  max-width: 100%;
}

.comment-author {
  font-weight: 600;
  font-size: 13px;
  color: #050505;
  display: block;
  margin-bottom: 2px;
}

.comment-bubble p {
  font-size: 14px;
  color: #050505;
  margin: 0;
  line-height: 1.4;
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 10px;
  font-size: 12px;
}

.reaction-btn,
.reply-btn {
  background: none;
  border: none;
  color: #65676b;
  font-weight: 600;
  cursor: pointer;
  font-size: 12px;
}

.reaction-btn.active {
  color: #f33e58;
}

.comment-time {
  color: #8a8d91;
}

.comment-replies {
  margin-top: 10px;
  margin-left: 20px;
}

.comment-item.reply .comment-bubble {
  background: #e4e6eb;
}

.verified-badge-small {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 14px;
  height: 14px;
  background: #1877f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}

.verified-badge-small i {
  color: #fff;
  font-size: 6px;
}

.comment-item.reply .comment-avatar {
  position: relative;
}

.view-more-comments {
  text-align: center;
  margin-top: 15px;
}

.view-more-comments a {
  color: #65676b;
  font-weight: 600;
  font-size: 14px;
}

/* More Posts Section */
.more-posts-section {
  margin-top: 25px;
}

.more-posts-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin-bottom: 20px;
}

.social-post-mini-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social-post-mini {
  display: flex;
  gap: 15px;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.social-post-mini:hover {
  transform: translateX(5px);
}

.mini-thumb {
  width: 80px;
  height: 60px;
  min-width: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.mini-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-content p {
  font-size: 14px;
  color: #050505;
  margin: 0 0 8px;
  line-height: 1.4;
}

.mini-stats {
  font-size: 12px;
  color: #65676b;
}

.mini-stats i {
  margin-right: 3px;
  color: var(--color-red);
}

/* Follow CTA Card */
.follow-cta-card {
  background: linear-gradient(135deg, var(--color-dark-blue) 0%, #003087 100%);
  border-radius: 16px;
  padding: 30px;
  margin-top: 25px;
  color: #fff;
}

.follow-cta-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.follow-cta-logo {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.follow-cta-logo img {
  max-width: 100%;
  max-height: 100%;
}

.follow-cta-text h4 {
  color: #fff;
  margin: 0 0 5px;
  font-size: 18px;
}

.follow-cta-text p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-size: 14px;
}

.follow-cta-buttons {
  display: flex;
  gap: 12px;
}

.follow-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.follow-btn:hover {
  transform: scale(1.02);
  text-decoration: none;
}

.follow-btn.primary {
  background: #1877f2;
  color: #fff;
}

.follow-btn.secondary {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .blog-hero-title {
    font-size: 32px;
  }

  .article-body {
    padding: 35px;
  }

  .author-box,
  .article-share,
  .article-tags {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 767px) {
  .blog-hero {
    min-height: 350px;
  }

  .blog-hero-title {
    font-size: 26px;
  }

  .blog-meta-row {
    gap: 15px;
  }

  .blog-article {
    margin-top: -50px;
  }

  .article-body {
    padding: 25px;
  }

  .article-body .lead {
    font-size: 17px;
  }

  .article-quote {
    padding: 25px;
  }

  .author-box,
  .article-share,
  .article-tags {
    padding: 20px 25px;
  }

  .author-box {
    flex-direction: column;
    text-align: center;
  }

  .article-share {
    flex-direction: column;
    gap: 15px;
  }

  .post-navigation {
    flex-direction: column;
  }

  .social-post-section {
    padding: 60px 0;
  }

  .follow-cta-content {
    flex-direction: column;
    text-align: center;
  }

  .follow-cta-buttons {
    flex-direction: column;
  }
}

/* ==============================================================
   SOCIAL HUB PAGE STYLES (Smash Balloon Mock)
   ============================================================== */

/* Social Hero Links */
.social-hero-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.social-link-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.social-link-btn:hover {
  transform: scale(1.1);
  color: #fff;
  text-decoration: none;
}

.social-link-btn.facebook {
  background: #1877f2;
}
.social-link-btn.instagram {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}
.social-link-btn.twitter {
  background: #1da1f2;
}
.social-link-btn.youtube {
  background: #ff0000;
}

/* Social Feed Section */
.social-feed-section {
  background: #f8f9fa;
}

/* Feed Header (Smash Balloon Style) */
.sbi-feed-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

.sbi-header-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sbi-header-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #1877f2;
}

.sbi-header-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sbi-header-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 0 0 4px;
}

.sbi-header-bio {
  font-size: 13px;
  color: #65676b;
}

.sbi-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sbi-follow-btn:hover {
  transform: scale(1.05);
  text-decoration: none;
  color: #fff;
}

.sbi-follow-btn.facebook {
  background: #1877f2;
}
.sbi-follow-btn.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743);
}

/* Feed Grid */
.sbi-feed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Feed Item */
.sbi-feed-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.sbi-feed-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sbi-item-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  position: relative;
}

.sbi-item-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.sbi-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sbi-item-info {
  flex: 1;
}

.sbi-item-author {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #050505;
}

.sbi-item-date {
  display: block;
  font-size: 12px;
  color: #65676b;
}

.sbi-platform-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

.sbi-platform-icon.facebook {
  background: #1877f2;
}
.sbi-platform-icon.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743);
}

/* Item Content */
.sbi-item-content {
  padding: 0 15px 15px;
}

.sbi-item-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #050505;
  margin: 0 0 8px;
}

.sbi-item-content p:last-child {
  margin-bottom: 0;
}

.sbi-hashtags {
  color: #1877f2;
  font-size: 13px;
}

/* Item Media */
.sbi-item-media {
  position: relative;
  overflow: hidden;
}

.sbi-item-media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sbi-feed-item:hover .sbi-item-media img {
  transform: scale(1.05);
}

/* Item Stats */
.sbi-item-stats {
  display: flex;
  gap: 20px;
  padding: 12px 15px;
  border-top: 1px solid #e4e6eb;
  background: #fafafa;
}

.sbi-item-stats span {
  font-size: 13px;
  color: #65676b;
}

.sbi-item-stats i {
  margin-right: 5px;
  color: #e4405f;
}

.sbi-item-stats span:first-child i {
  color: #e4405f;
}

.sbi-item-stats span:nth-child(2) i {
  color: #1877f2;
}

.sbi-item-stats span:nth-child(3) i {
  color: #25d366;
}

/* Load More Button */
.sbi-load-more {
  text-align: center;
  margin-top: 30px;
}

.sbi-load-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: #fff;
  border: 2px solid #e4e6eb;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-dark-blue);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sbi-load-btn:hover {
  background: var(--color-dark-blue);
  border-color: var(--color-dark-blue);
  color: #fff;
}

/* Plugin Credit */
.sbi-credit {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background: #fff3cd;
  border-radius: 8px;
  border: 1px solid #ffc107;
}

.sbi-credit p {
  margin: 0;
  font-size: 14px;
  color: #856404;
}

/* Social CTA Buttons */
.social-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.social-cta-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 25px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
}

.social-cta-btn:hover {
  transform: translateY(-3px);
  text-decoration: none;
  color: #fff;
}

.social-cta-btn i {
  font-size: 28px;
}

.social-cta-btn .btn-text {
  text-align: left;
}

.social-cta-btn .btn-text strong {
  display: block;
  font-size: 16px;
}

.social-cta-btn .btn-text small {
  font-size: 12px;
  opacity: 0.9;
}

.social-cta-btn.facebook {
  background: linear-gradient(135deg, #1877f2 0%, #166fe5 100%);
}
.social-cta-btn.instagram {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}
.social-cta-btn.youtube {
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

/* Responsive Social Hub */
@media (max-width: 991px) {
  .sbi-feed-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .sbi-feed-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .sbi-header-left {
    flex-direction: column;
  }

  .sbi-feed-grid {
    grid-template-columns: 1fr;
  }

  .social-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .social-cta-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

/* ==============================================================
   CONTACT PAGE STYLES
   ============================================================== */

/* Quick Contact Info */
.contact-quick-info {
  padding: 0;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}

.quick-info-card {
  background: #fff;
  border-radius: 16px;
  padding: 35px 30px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.quick-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 26, 87, 0.15);
}

.quick-info-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-red) 0%, #c41e1e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.quick-info-icon i {
  font-size: 28px;
  color: #fff;
}

.quick-info-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin-bottom: 15px;
}

.quick-info-card p {
  margin: 0 0 5px;
  font-size: 14px;
}

.quick-info-card a {
  color: #555;
  transition: color 0.3s ease;
}

.quick-info-card a:hover {
  color: var(--color-red);
  text-decoration: none;
}

/* Contact Form Card */
.contact-form-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.form-header {
  margin-bottom: 30px;
}

.form-header h3 {
  font-size: 24px;
  color: var(--color-dark-blue);
  margin-bottom: 10px;
}

.form-header p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.contact-form-card .form-group {
  margin-bottom: 20px;
}

.contact-form-card label {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-dark-blue);
  margin-bottom: 8px;
  display: block;
}

.contact-form-card .form-control {
  padding: 14px 18px;
  border: 2px solid #e8ecf5;
  border-radius: 10px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.contact-form-card .form-control:focus {
  border-color: var(--color-dark-blue);
  box-shadow: none;
}

.contact-form-card select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}

/* Contact Map Card */
.contact-map-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}

.map-placeholder {
  height: 350px;
  background: linear-gradient(135deg, #e8ecf5 0%, #f0f4ff 100%);
  position: relative;
}

.map-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 30px;
}

.map-overlay i {
  font-size: 48px;
  color: var(--color-red);
  margin-bottom: 15px;
}

.map-overlay h4 {
  font-size: 18px;
  color: var(--color-dark-blue);
  margin-bottom: 8px;
}

.map-overlay p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

/* Contact Social Card */
.contact-social-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.contact-social-card h4 {
  font-size: 18px;
  color: var(--color-dark-blue);
  margin-bottom: 8px;
}

.contact-social-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.contact-social-links {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.contact-social {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.contact-social:hover {
  transform: scale(1.1);
  color: #fff;
  text-decoration: none;
}

.contact-social.facebook {
  background: #1877f2;
}
.contact-social.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743);
}
.contact-social.twitter {
  background: #1da1f2;
}
.contact-social.youtube {
  background: #ff0000;
}

/* Office Cards */
.office-grid {
  margin-top: 40px;
}

.office-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  position: relative;
  border: 2px solid transparent;
}

.office-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 26, 87, 0.1);
}

.office-card.headquarters {
  border-color: var(--color-red);
}

.office-badge {
  position: absolute;
  top: -12px;
  left: 20px;
  padding: 6px 14px;
  background: var(--color-red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
}

.office-badge.factory {
  background: var(--color-dark-blue);
}

.office-badge.branch {
  background: #6c757d;
}

.office-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-dark-blue);
  margin: 10px 0 20px;
}

.office-details p {
  font-size: 13px;
  color: #555;
  margin: 0 0 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.office-details p:last-child {
  margin-bottom: 0;
}

.office-details i {
  color: var(--color-red);
  width: 16px;
  text-align: center;
  margin-top: 2px;
}

/* FAQ Styles */
.faq-list {
  margin-top: 30px;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.faq-question {
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-dark-blue);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #f8f9fa;
}

.faq-question i {
  color: var(--color-red);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 25px 20px 55px;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Responsive Contact */
@media (max-width: 991px) {
  .contact-quick-info {
    margin-top: -30px;
  }

  .quick-info-card {
    padding: 25px 20px;
  }
}

@media (max-width: 767px) {
  .contact-quick-info {
    margin-top: 0;
    padding: 30px 0;
  }

  .contact-form-card {
    padding: 25px;
    margin-bottom: 30px;
  }

  .map-placeholder {
    height: 250px;
  }
}

/* ==============================================================
   BLOG PAGE GRID FIX
   ============================================================== */

/* Fix masonry layout - use flexbox for equal height cards */
.post-columns.multi-columns-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.post-columns.multi-columns-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  float: none !important;
}

.post-columns.multi-columns-row .post {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  margin: 0;
}

.post-columns.multi-columns-row .post:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 26, 87, 0.1);
}

.post-columns.multi-columns-row .post-thumbnail {
  margin: 0;
  overflow: hidden;
}

.post-columns.multi-columns-row .post-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.post-columns.multi-columns-row .post:hover .post-thumbnail img {
  transform: scale(1.05);
}

.post-columns.multi-columns-row .post-header {
  padding: 20px 20px 10px;
  margin: 0;
}

.post-columns.multi-columns-row .post-title {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.post-columns.multi-columns-row .post-title a {
  color: var(--color-dark-blue);
  transition: color 0.3s ease;
}

.post-columns.multi-columns-row .post-title a:hover {
  color: var(--color-red);
  text-decoration: none;
}

.post-columns.multi-columns-row .post-meta {
  font-size: 11px;
  color: #999;
  margin-top: 8px;
}

.post-columns.multi-columns-row .post-entry {
  padding: 0 20px;
  flex: 1;
  border: none;
  margin: 0;
}

.post-columns.multi-columns-row .post-entry p {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.post-columns.multi-columns-row .post-more {
  padding: 15px 20px 20px;
  margin-top: auto;
}

.post-columns.multi-columns-row .more-link {
  color: var(--color-red);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-columns.multi-columns-row .more-link:hover {
  text-decoration: none;
  color: var(--color-dark-blue);
}

@media (max-width: 767px) {
  .post-columns.multi-columns-row > [class*="col-"] {
    width: 100%;
  }
}

/* ==============================================================
   FOOTER STYLES
   ============================================================== */

.site-footer {
  background: linear-gradient(to bottom, #0a1628 0%, #040b14 100%);
  color: #fff;
}

/* Footer Top */
.footer-top {
  padding: 70px 0 50px;
}

.footer-widget {
  margin-bottom: 30px;
}

/* Footer About */
.footer-about {
  padding-right: 30px;
}

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

.footer-logo img {
  max-width: 180px;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
}

/* Footer Social */
.footer-social {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-3px);
  color: #fff;
  text-decoration: none;
}

.social-icon.facebook {
  background: #1877f2;
}
.social-icon.instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743);
}
.social-icon.youtube {
  background: #ff0000;
}
.social-icon.twitter {
  background: #1da1f2;
}

/* Footer Widget Title */
.footer-widget-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding-bottom: 12px;
  position: relative;
}

.footer-widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--color-red);
  border-radius: 2px;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.footer-links a::before {
  content: "›";
  margin-right: 8px;
  transition: margin 0.3s ease;
}

.footer-links a:hover {
  color: var(--color-red);
  text-decoration: none;
}

.footer-links a:hover::before {
  margin-right: 12px;
}

/* Footer Brands */
.footer-brands {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.footer-brand-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer-brand-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.05);
}

.footer-brand-item img {
  max-width: 80px;
  max-height: 40px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.footer-brand-item:hover img {
  opacity: 1;
}

/* Footer Contact List */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-contact-list i {
  color: var(--color-red);
  font-size: 16px;
  margin-top: 3px;
  width: 16px;
}

.footer-contact-list a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}

.footer-contact-list a:hover {
  color: var(--color-red);
  text-decoration: none;
}

/* Footer Certifications */
.footer-certifications {
  background: rgba(0, 0, 0, 0.3);
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cert-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.cert-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.cert-badge i {
  font-size: 20px;
  color: var(--color-red);
}

/* Footer Bottom */
.footer-bottom {
  padding: 25px 0;
}

.copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.copyright a {
  color: rgba(255, 255, 255, 0.7);
}

.copyright a:hover {
  color: var(--color-red);
  text-decoration: none;
}

.footer-bottom-links {
  text-align: right;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  margin-left: 25px;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: var(--color-red);
  text-decoration: none;
}

/* Scroll to Top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.scroll-up a {
  background: var(--color-red);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 5px 20px rgba(230, 50, 68, 0.3);
  transition: all 0.3s ease;
}

.scroll-up a:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(230, 50, 68, 0.4);
  color: #fff;
}

/* Responsive Footer */
@media (max-width: 991px) {
  .footer-about {
    padding-right: 0;
  }

  .cert-badges {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .footer-top {
    padding: 50px 0 30px;
  }

  .footer-widget {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-widget-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-social {
    justify-content: center;
  }

  .footer-links a::before {
    display: none;
  }

  .footer-brands {
    max-width: 250px;
    margin: 0 auto;
  }

  .footer-contact-list {
    display: inline-block;
    text-align: left;
  }

  .cert-badges {
    gap: 15px;
  }

  .cert-badge span {
    display: none;
  }

  .cert-badge i {
    font-size: 24px;
  }

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

  .footer-bottom-links {
    text-align: center;
    margin-top: 15px;
  }

  .footer-bottom-links a {
    margin: 0 10px;
  }
}
