/*------------- Google Fonts ------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@400;600&family=Open+Sans:wght@400;600;700&display=swap");
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth; }

/*------------- Custom Fonts - Typography ------------*/
/*------------- Variables ----------------------------*/
/* Brand Colours */
/* Gray Colours */
/*------------- Mixins -------------------------------*/
html,
body,
body div,
span,
a,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section,
time,
mark,
audio,
video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0; }

.chat_icon {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: .2rem; }
  .chat_icon a {
    display: inline-block;
    flex-basis: 20%; }
  .chat_icon img {
    display: flex;
    margin: auto;
    width: 70%; }
  .chat_icon span {
    font-size: 1.15rem;
    font-weight: 700; }

/*********** Responsive/Adaptive Design Styling Area **************/
.rows {
  margin-left: -15px;
  margin-right: -15px; }

.rows-container::before,
.rows-container::after,
.rows-container-smaller::before,
.rows-container-smaller::after,
.rows-fluid::before,
.rows-fluid::after {
  content: '';
  display: table; }

.rows-container::after,
.rows-container-smaller::after,
.rows-fluid::after,
.rows::after {
  clear: both; }

.rows-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 80%; }

.rows-container-smaller {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 75%; }

.rows-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

[class*="cols-"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

[class*="no-cols-"] {
  float: left;
  padding: 0;
  width: 100%; }

.cols-1,
.no-cols-1 {
  width: 8.33%; }

.cols-2,
.no-cols-2 {
  width: 16.66%; }

.cols-3,
.no-cols-3 {
  width: 25%; }

.cols-4,
.no-cols-4 {
  width: 33.33%; }

.cols-5,
.no-cols-5 {
  width: 41.66%; }

.cols-6,
.no-cols-6 {
  width: 50%; }

.cols-7,
.no-cols-7 {
  width: 58.33%; }

.cols-8,
.no-cols-8 {
  width: 66.66%; }

.cols-9,
.no-cols-9 {
  width: 75%; }

.cols-10,
.no-cols-10 {
  width: 83.33%; }

.cols-11,
.no-cols-11 {
  width: 91.66%; }

.cols-12,
.no-cols-12 {
  width: 100%; }

/*****************************************/
/*------------- Base Styles --------------------------*/
body {
  background: white;
  color: #323233;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7;
  position: relative; }

h1,
h2,
h3,
h4 {
  font-family: "Open Sans", sans-serif; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 1.9rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.125rem; }

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

.g-recaptcha {
  margin-bottom: 1rem; }

.error {
  color: #ff0000;
  font-size: .8rem; }

.alert-success {
  align-items: center;
  background: #d7efd5;
  color: #3c9035;
  display: flex;
  font-weight: 600;
  height: 5rem;
  margin: -3% auto 3%;
  padding: 1rem 2rem;
  position: relative;
  width: 85%;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem; }
  .alert-success button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 2.5rem;
    opacity: .5;
    position: absolute;
    right: 2%;
    top: 20%; }
  .alert-success a {
    color: #373d3f;
    font-weight: 600;
    margin-left: .5rem;
    text-decoration: none; }

.message-success {
  background: #d7efd5;
  color: #3c9035;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem; }

.message-error {
  background: #ffcccc;
  color: #cc0000;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  text-align: center;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem; }

.take-up {
  margin-top: 2rem; }

.take-down {
  margin-bottom: 5rem; }

:-moz-placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

::-moz-placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

:-ms-input-placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

::-webkit-input-placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

::placeholder {
  font-size: .85rem;
  opacity: .5;
  overflow: visible; }

.check_out_form {
  margin: 1rem 0 0; }

.cash_on_delivery_label {
  display: flex; }

input[type="radio"] {
  margin-right: .5rem; }

.form-group-flex {
  display: block; }

.form-group {
  position: relative; }
  .form-group span.required {
    color: crimson; }
  .form-group i {
    color: #a9a9a9;
    font-size: 1.05rem;
    right: 10px;
    position: absolute;
    top: 41px; }

.form-group:not(:last-child) {
  margin-bottom: 1rem; }

label {
  color: rgba(50, 50, 51, 0.7);
  display: block;
  font-size: .85rem;
  margin-bottom: .15rem; }
  label span {
    color: #e93f00; }

input[type="text"],
input[type="password"],
input[type="email"],
select {
  background: #ffffff;
  border: 1px solid #a9a9a9;
  color: rgba(50, 50, 51, 0.7);
  font-size: .9rem;
  height: 3.5rem;
  padding: .35rem;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  select:focus {
    outline: 0; }

textarea {
  background: #ffffff;
  border: 1px solid rgba(169, 169, 169, 0.7);
  color: rgba(50, 50, 51, 0.7);
  font-size: .9rem;
  padding: .5rem;
  resize: none;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  textarea:focus {
    outline: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
select,
textarea {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }

.description {
  height: 5rem; }

.input-textarea-small {
  display: block;
  height: 15rem;
  width: 100%; }

input[type="submit"] {
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: .7rem;
  letter-spacing: .035rem;
  padding: 1.15rem 2.5rem;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  input[type="submit"]:hover {
    color: #ffffff; }

.error-page {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 85%; }

/* ---------------- Social Media Brand Colors -------------- */
.fa-facebook-official,
.fa-facebook,
.fa-facebook-square {
  color: #1877f2; }

.fa-instagram {
  color: #fd1d1d; }

.fa-twitter,
.fa-twitter-square {
  color: #1da1f2; }

.fa-linkedin,
.fa-linkedin-square {
  color: #0077b5; }

table thead tr th,
table tbody tr td {
  padding: .5rem; }

table {
  border-collapse: collapse;
  width: 100%; }
  table thead {
    background: #fefefe;
    color: rgba(50, 50, 51, 0.85);
    text-transform: uppercase; }
    table thead tr th {
      color: #ffffff;
      font-size: 1rem;
      font-weight: 800;
      letter-spacing: .035rem;
      white-space: nowrap; }

table tr:nth-child(even) {
  background: rgba(50, 50, 51, 0.15); }

table tr td {
  font-size: 1rem; }
  table tr td span {
    display: block; }

table td img {
  padding: 0;
  width: 60%; }

table td i {
  font-size: 1.15rem;
  text-align: center;
  vertical-align: middle; }

table td input[type="number"] {
  border: 1px solid rgba(169, 169, 169, 0.75);
  height: 2.5rem;
  padding: 0 .75rem;
  width: 5rem; }

/*------------- Admin Area Styling ----------------------------*/
.message-success {
  background: #d7efd5;
  color: #3c9035;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  border-radius: 0.3rem; }

ul li {
  list-style-type: none; }

#admin-header {
  background: #ffffff;
  display: block;
  width: 100%; }
  #admin-header .admin-header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 1rem 0;
    width: 90%; }
  #admin-header .admin-header-logo img {
    display: block;
    margin: 0;
    width: 20%; }
  #admin-header .user-profile {
    cursor: pointer;
    position: relative; }
    #admin-header .user-profile img {
      display: block;
      margin-left: auto;
      margin-top: 1rem;
      width: 30%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
  #admin-header .user-profile-drop {
    background: #ffffff;
    display: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 4.85rem;
    width: 13rem;
    z-index: 10;
    -webkit-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
    -moz-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
    -o-box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35);
    box-shadow: 1px 2px 10px 2px rgba(169, 169, 169, 0.35); }
    #admin-header .user-profile-drop ul li {
      list-style: none;
      padding: .65rem 0; }
      #admin-header .user-profile-drop ul li:not(:last-child) {
        border-bottom: 1px solid #e4e4e4; }
      #admin-header .user-profile-drop ul li a {
        color: #323233;
        font-size: .9rem;
        padding: 0 1rem;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      #admin-header .user-profile-drop ul li a:hover {
        color: #373d3f; }
  #admin-header .user-profile-drop.show-profile {
    display: block; }

#body-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%; }
  #body-content .sidebar-menu {
    background: #31353D;
    flex: 1 0 17%;
    min-height: 100vh;
    position: relative; }
    #body-content .sidebar-menu .sidebar-dropdown,
    #body-content .sidebar-menu .sidebar-dropdown-none {
      background: #31353D;
      border-bottom: 1px solid rgba(169, 169, 169, 0.3);
      cursor: pointer;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      width: 100%; }
      #body-content .sidebar-menu .sidebar-dropdown:last-of-type,
      #body-content .sidebar-menu .sidebar-dropdown-none:last-of-type {
        border-bottom: 0; }
      #body-content .sidebar-menu .sidebar-dropdown:hover,
      #body-content .sidebar-menu .sidebar-dropdown-none:hover {
        background: #363a43; }
      #body-content .sidebar-menu .sidebar-dropdown span,
      #body-content .sidebar-menu .sidebar-dropdown-none span {
        display: inline-block; }
    #body-content .sidebar-menu ul {
      position: relative; }
    #body-content .sidebar-menu li.sidebar-dropdown:first-of-type,
    #body-content .sidebar-menu li.sidebar-dropdown:first-child {
      background: #011938;
      border-bottom: 1px solid rgba(50, 50, 51, 0.3); }
      #body-content .sidebar-menu li.sidebar-dropdown:first-of-type i,
      #body-content .sidebar-menu li.sidebar-dropdown:first-child i {
        color: #ffffff;
        font-size: 1.7rem; }
      #body-content .sidebar-menu li.sidebar-dropdown:first-of-type a,
      #body-content .sidebar-menu li.sidebar-dropdown:first-child a {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: .1rem; }
        #body-content .sidebar-menu li.sidebar-dropdown:first-of-type a:hover > i::before,
        #body-content .sidebar-menu li.sidebar-dropdown:first-child a:hover > i::before {
          animation: swing ease-in-out 0.5s 1 alternate;
          display: inline-block; }
        #body-content .sidebar-menu li.sidebar-dropdown:first-of-type a::after,
        #body-content .sidebar-menu li.sidebar-dropdown:first-child a::after {
          content: ''; }
    #body-content .sidebar-menu a {
      color: #b3b3b3;
      display: block;
      font-size: .8rem;
      font-weight: 600;
      letter-spacing: .07rem;
      padding: 1rem 1rem;
      position: relative;
      text-decoration: none; }
      #body-content .sidebar-menu a i {
        color: #d9d9d9;
        font-size: 1.15rem; }
      #body-content .sidebar-menu a:hover {
        color: white; }
      #body-content .sidebar-menu a:hover > i::before {
        animation: swing ease-in-out 0.5s 1 alternate;
        color: #ffffff;
        display: inline-block; }
    #body-content .sidebar-menu .sidebar-dropdown > a::after {
      color: #999999;
      content: '\f105';
      font-family: FontAwesome;
      position: absolute;
      right: 1.75rem;
      top: .9rem;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu {
      background: #3c414b;
      display: none;
      margin: 0;
      padding: 0;
      position: relative;
      width: 100%;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu.active {
      display: block; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
      margin: 0;
      padding: 0; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li {
      padding-left: 1.5rem;
      font-size: .8rem; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a {
      padding: .7rem 0; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a::before {
      content: '\f111';
      font-family: FontAwesome;
      margin-right: .5rem;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    #body-content .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:hover::before {
      color: #ffffff; }
    #body-content .sidebar-menu .sidebar-dropdown.active > a::after {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    #body-content .sidebar-menu .sidebar-dropdown.active > a {
      color: #ffffff; }
    #body-content .sidebar-menu .sidebar-dropdown.active,
    #body-content .sidebar-menu .sidebar-dropdown.active:hover,
    #body-content .sidebar-menu .sidebar-submenu.active:focus {
      background: #31353D !important; }
    #body-content .sidebar-menu ul li a i {
      margin-right: .5rem; }
    #body-content .sidebar-menu ul li ul li a {
      font-size: .75rem; }
  #body-content .main-content {
    background: rgba(167, 130, 76, 0.05);
    flex: 1 0 83%;
    padding: 3rem 3.5rem; }
  #body-content .main-content .welcome {
    margin: 0 0 2rem;
    width: 100%; }
    #body-content .main-content .welcome h1 {
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .015rem;
      text-transform: uppercase; }
    #body-content .main-content .welcome span {
      color: #7e7e80;
      display: inline-block;
      font-weight: 300; }
  #body-content .main-content .dashboard {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0; }
  #body-content .dashboard_summary {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
    padding: 2rem 0 1rem; }
    #body-content .dashboard_summary h2 {
      font-size: 1.25rem;
      margin: 0 0 1.15rem;
      position: relative; }
      #body-content .dashboard_summary h2:after {
        background-color: #030202;
        bottom: -.5rem;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        width: 10%; }
    #body-content .dashboard_summary .next_steps,
    #body-content .dashboard_summary .categories,
    #body-content .dashboard_summary .products,
    #body-content .dashboard_summary .orders {
      flex: 1 0 31%;
      height: auto;
      overflow: hidden;
      padding: 2rem;
      position: relative; }
    #body-content .dashboard_summary .next_steps {
      background: rgba(55, 61, 63, 0.1); }
    #body-content .dashboard_summary .products {
      background: rgba(222, 1, 121, 0.5); }
    #body-content .dashboard_summary .categories {
      background: rgba(1, 25, 56, 0.35); }
    #body-content .dashboard_summary .orders {
      background: rgba(1, 25, 56, 0.1); }
    #body-content .dashboard_summary .orders i,
    #body-content .dashboard_summary .categories i,
    #body-content .dashboard_summary .products i {
      font-size: 7rem;
      opacity: .15;
      position: absolute;
      right: -5%;
      top: 25%; }
    #body-content .dashboard_summary .next_steps_content,
    #body-content .dashboard_summary .latest_blog_content {
      min-height: 100%; }
      #body-content .dashboard_summary .next_steps_content li,
      #body-content .dashboard_summary .next_steps_content a,
      #body-content .dashboard_summary .latest_blog_content li,
      #body-content .dashboard_summary .latest_blog_content a {
        color: #030202;
        font-size: 1rem;
        font-weight: 500;
        text-decoration: none; }
        #body-content .dashboard_summary .next_steps_content li:hover,
        #body-content .dashboard_summary .next_steps_content a:hover,
        #body-content .dashboard_summary .latest_blog_content li:hover,
        #body-content .dashboard_summary .latest_blog_content a:hover {
          color: #373d3f; }
      #body-content .dashboard_summary .next_steps_content li,
      #body-content .dashboard_summary .latest_blog_content li {
        margin-bottom: 1rem;
        margin-left: -1rem; }
      #body-content .dashboard_summary .next_steps_content a,
      #body-content .dashboard_summary .latest_blog_content a {
        display: inline-block; }
      #body-content .dashboard_summary .next_steps_content i,
      #body-content .dashboard_summary .latest_blog_content i {
        color: #131516;
        display: inline-block;
        font-size: 1.15rem;
        margin-right: .7rem;
        opacity: .75; }
      #body-content .dashboard_summary .next_steps_content .fa-thumb-tack,
      #body-content .dashboard_summary .latest_blog_content .fa-thumb-tack {
        transform: rotate(45deg); }
  #body-content .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0; }
  #body-content .add_link a {
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .1rem;
    padding: .85rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase; }
    #body-content .add_link a:hover {
      color: #bfbfbf; }
  #body-content .heading h1 {
    color: #011938;
    display: inline-block;
    font-size: 1.75rem;
    margin: 0 0 3rem;
    position: relative;
    text-transform: uppercase; }
    #body-content .heading h1:after {
      background: #011938;
      bottom: -.5rem;
      content: '';
      height: 5px;
      left: 0;
      position: absolute;
      width: 30%; }
  #body-content .heading h2 {
    color: rgba(50, 50, 51, 0.85);
    font-size: 1.05rem;
    font-weight: 500;
    text-transform: uppercase; }
  #body-content .main-content .dashboard_content {
    right: 13%;
    position: absolute;
    top: 15%; }
    #body-content .main-content .dashboard_content ul li {
      color: #ffffff;
      font-size: 2.5rem;
      font-weight: 600;
      margin-bottom: -.5rem; }
    #body-content .main-content .dashboard_content span {
      color: #ffffff;
      font-size: 1rem; }
  #body-content .add-remove-button button.add-button,
  #body-content .add-remove-button button.remove-button {
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    padding: .85rem 2rem; }
    #body-content .add-remove-button button.add-button:hover,
    #body-content .add-remove-button button.remove-button:hover {
      opacity: .9; }
  #body-content .add-remove-button button.add-button {
    background: #373d3f; }
  #body-content .add-remove-button button.remove-button {
    background: #ed365b; }
  #body-content form.bulkOption .bulk-select-link {
    display: flex;
    gap: 1rem;
    justify-content: space-between; }
  #body-content form.bulkOption .select-link {
    flex-basis: 35%; }
  #body-content form.bulkOption .button-link {
    flex-basis: 65%; }
  #body-content form.bulkOption .view-orders {
    display: flex;
    width: 30%; }
  #body-content form.bulkOption #bulkOptionContainer select {
    border: 1px solid rgba(50, 50, 51, 0.5);
    display: inline-block;
    margin-right: .5rem;
    padding: .75rem;
    width: 100%; }
    #body-content form.bulkOption #bulkOptionContainer select:focus, #body-content form.bulkOption #bulkOptionContainer select:active {
      outline: 0; }
  #body-content form.bulkOption #bulkOptionContainer input[type="submit"] {
    background: #011938;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-right: .5rem;
    padding: .85rem 1.5rem;
    text-transform: uppercase; }
    #body-content form.bulkOption #bulkOptionContainer input[type="submit"]:hover {
      color: #bfbfbf; }
  #body-content form.bulkOption #bulkOptionContainer a.link_add {
    background: #011938;
    border: 0;
    color: #ffffff;
    display: inline-block;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-right: 0;
    padding: .85rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap; }
    #body-content form.bulkOption #bulkOptionContainer a.link_add:hover {
      color: #bfbfbf; }
  #body-content table thead tr th,
  #body-content table tbody tr td {
    border: 1px solid #011938;
    padding: .5rem; }
  #body-content table {
    border-collapse: collapse;
    margin-top: 2rem;
    width: 100%; }
    #body-content table thead {
      background: #fefefe;
      color: rgba(50, 50, 51, 0.85);
      text-transform: uppercase; }
      #body-content table thead tr th {
        background-color: #011938;
        color: #ffffff;
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: .035rem;
        white-space: nowrap; }
  #body-content table tr:nth-child(even) {
    background: rgba(50, 50, 51, 0.15); }
  #body-content table tr td {
    font-size: 1rem; }
    #body-content table tr td span {
      display: block; }
  #body-content table td img {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 40%; }
  #body-content table td i {
    display: block;
    font-size: 1.15rem;
    text-align: center; }
  #body-content table td i.fa-pencil {
    color: #011938; }
  #body-content .fa-trash,
  #body-content .fa-user-circle {
    color: crimson;
    font-size: 1rem; }
  #body-content table tr td a {
    color: #31353D;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none; }
  #body-content a.link-block {
    display: block;
    font-size: .8rem;
    font-weight: normal; }
  #body-content table tbody tr td > .view_hover {
    margin: .5rem 0;
    visibility: hidden;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }
    #body-content table tbody tr td > .view_hover li {
      border-right: 1px solid rgba(50, 50, 51, 0.3);
      display: inline-block;
      margin: 0 .1rem;
      position: relative; }
      #body-content table tbody tr td > .view_hover li:nth-child(2) a {
        color: #e93f00; }
      #body-content table tbody tr td > .view_hover li:last-of-type, #body-content table tbody tr td > .view_hover li:last-child {
        border-right: 0;
        margin-right: 0; }
      #body-content table tbody tr td > .view_hover li:first-of-type, #body-content table tbody tr td > .view_hover li:first-child {
        margin-left: 0; }
    #body-content table tbody tr td > .view_hover a {
      display: inline-block;
      font-size: .9rem;
      font-weight: normal;
      margin-right: .5rem; }
  #body-content table tbody tr td:hover .view_hover {
    visibility: visible; }
  #body-content .dataTables_length,
  #body-content .dataTables_filter {
    display: inline-block;
    margin-top: 2rem; }
  #body-content .dataTables_info {
    font-size: .8rem;
    font-weight: 600; }
  #body-content .dataTables_paginate {
    font-size: .8rem;
    margin: .5rem 0 0;
    padding: .15rem .5rem; }
  #body-content .dataTables_paginate a.paginate_button.disabled {
    background: #d2d2d2; }
  #body-content .dataTables_paginate span a.paginate_button.current {
    border: 0;
    color: #ffffff !important; }
  #body-content .dataTables_paginate span a.paginate_button:hover {
    border: 0;
    color: #ffffff !important; }
  #body-content .dataTables_paginate span a.paginate_button.next:hover {
    border: 0;
    color: #ffffff !important; }
  #body-content .dataTables_info,
  #body-content .dataTables_paginate {
    display: inline-block; }
  #body-content .dataTables_paginate {
    display: flex;
    justify-content: flex-end;
    float: right; }
    #body-content .dataTables_paginate span {
      display: flex; }
    #body-content .dataTables_paginate a.paginate_button {
      padding: .65rem; }
  #body-content .dataTables_filter {
    float: right; }
  #body-content .dataTables_filter label input[type="search"] {
    padding: .65rem .35rem;
    width: 20rem; }
    #body-content .dataTables_filter label input[type="search"]:focus, #body-content .dataTables_filter label input[type="search"]:active {
      outline: 0; }
  #body-content .dataTables_length label select {
    border: 1px solid #323233;
    padding: .65rem .35rem;
    width: 10rem; }
    #body-content .dataTables_length label select:focus, #body-content .dataTables_length label select:active {
      outline: 0; }
  #body-content .dataTables_length label,
  #body-content .dataTables_filter label {
    align-items: center;
    color: #011938;
    display: flex;
    font-size: .9rem;
    font-weight: 600;
    gap: 5px;
    justify-content: center;
    margin: 0 0 1rem; }
  #body-content .go-back {
    color: #131516;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 .5rem;
    padding: .75rem 0;
    text-decoration: none; }
    #body-content .go-back i {
      font-size: 1.15rem; }
  #body-content .admin_form {
    position: relative;
    width: 70%; }
    #body-content .admin_form .submit_application {
      margin: 0 auto;
      position: relative;
      width: 55%; }
    #body-content .admin_form .submit_application_form {
      display: block;
      position: relative;
      width: 100%; }
    #body-content .admin_form .application_form {
      padding: 1rem 0; }
    #body-content .admin_form ::-webkit-input-placeholder {
      font-size: .8rem;
      letter-spacing: .05rem; }
    #body-content .admin_form ::-moz-placeholder {
      font-size: .8rem; }
    #body-content .admin_form :-moz-placeholder {
      font-size: .8rem; }
    #body-content .admin_form :-ms-input-placeholder {
      font-size: .8rem; }
    #body-content .admin_form h3 {
      font-size: 1.75rem; }
    #body-content .admin_form p {
      margin-bottom: 2rem; }
    #body-content .admin_form input[type="submit"] {
      border: 0;
      color: #ffffff;
      cursor: pointer;
      font-weight: 600;
      letter-spacing: .15rem;
      margin: 1rem 0 0;
      padding: 1rem 2rem;
      text-transform: uppercase; }
    #body-content .admin_form a.cancel {
      text-decoration: none; }
    #body-content .admin_form label {
      color: #323233;
      display: block;
      font-size: 1.15rem;
      font-weight: 600;
      margin-bottom: .5rem; }
    #body-content .admin_form select {
      border: 1px solid rgba(50, 50, 51, 0.35);
      color: #373d3f;
      display: block;
      height: 3rem;
      padding: .75rem;
      width: 30%; }
      #body-content .admin_form select:focus, #body-content .admin_form select:active {
        outline: 0; }
    #body-content .admin_form .input_select {
      border: 1px solid rgba(50, 50, 51, 0.35);
      display: block;
      padding: .75rem;
      width: 100%; }
      #body-content .admin_form .input_select:focus, #body-content .admin_form .input_select:active {
        outline: 0; }
    #body-content .admin_form .input-select-small {
      border: 1px solid rgba(50, 50, 51, 0.35);
      display: block;
      padding: .75rem;
      width: 30%; }
      #body-content .admin_form .input-select-small:focus, #body-content .admin_form .input-select-small:active {
        outline: 0; }
    #body-content .admin_form textarea {
      height: 15rem;
      resize: none; }
    #body-content .admin_form .input-textarea-small {
      display: block;
      height: 15rem;
      width: 100%; }
    #body-content .admin_form .tox-editor-container {
      height: 25rem;
      resize: none; }
    #body-content .admin_form .edit_post_img {
      margin: 1rem 0;
      width: 35%; }
    #body-content .admin_form .form-group:not(:last-child) {
      margin-bottom: 2rem; }
    #body-content .admin_form .form-group:last-child, #body-content .admin_form .form-group:last-of-type {
      margin: 2rem 0 0; }
    #body-content .admin_form .input-small,
    #body-content .admin_form .input {
      border: 1px solid rgba(50, 50, 51, 0.35);
      color: #373d3f;
      display: block;
      height: 3rem;
      padding: 1.35rem .75rem;
      width: 50%; }
      #body-content .admin_form .input-small:focus, #body-content .admin_form .input-small:active,
      #body-content .admin_form .input:focus,
      #body-content .admin_form .input:active {
        outline: 0; }
    #body-content .admin_form .input-small-number {
      border: 1px solid rgba(50, 50, 51, 0.35);
      color: #373d3f;
      display: block;
      height: 3rem;
      padding: 1.35rem .75rem;
      width: 10%; }
      #body-content .admin_form .input-small-number:focus, #body-content .admin_form .input-small-number:active {
        outline: 0; }
    #body-content .admin_form .input_submit {
      background: #011938;
      border: 0;
      cursor: pointer;
      display: block;
      font-size: 1rem;
      font-weight: 600;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #body-content .admin_form .input_submit:hover {
        background: #a7824c; }

.profile {
  display: block;
  margin: 3rem 0 0;
  position: relative;
  width: 100%; }
  .profile .profile_title {
    padding: 1rem 1.5rem;
    position: relative;
    width: 100% !important; }
    .profile .profile_title h2 {
      color: #ffffff;
      font-size: 1.15rem;
      letter-spacing: .1rem;
      text-transform: uppercase; }
    .profile .profile_title i {
      margin-right: 1rem; }
  .profile .profile_details {
    display: flex;
    gap: 5rem;
    margin-top: 2rem;
    position: relative; }
    .profile .profile_details .profile_detail_content a {
      color: #ffffff;
      display: inline-block;
      padding: .75rem 2rem;
      text-decoration: none; }
    .profile .profile_details .profile_detail_content img {
      width: 50%;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px; }
    .profile .profile_details .profile_detail_content h2 {
      font-size: 1.15rem;
      font-weight: 700;
      margin-bottom: 2rem; }
    .profile .profile_details .profile_detail_content span {
      display: block;
      font-weight: normal; }

.copyright {
  font-size: .85rem;
  position: relative;
  padding: 1rem; }

/*------------- Login Area Styling ----------------------------*/
#admin-login {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin: 0 auto;
  width: 50%; }
  #admin-login img {
    margin: 0;
    width: 20%; }
  #admin-login .login-form {
    background: #ffffff;
    display: block;
    padding: 2rem 2.5rem;
    width: 60%;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem; }
  #admin-login .input {
    border: 1px solid #b1b1b3;
    color: #373d3f;
    padding: 1.5rem 1rem;
    position: relative;
    width: 100%; }
  #admin-login .input-submit {
    background: #323233;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    padding: 1rem 3rem; }
  #admin-login .login-error {
    color: #960e29;
    font-size: .85rem;
    margin: .15rem 0 0; }
  #admin-login label {
    font-size: .85rem;
    margin: 0 0 .35rem;
    opacity: .85; }
  #admin-login .form-group {
    position: relative; }
    #admin-login .form-group:not(:last-child) {
      margin: 0; }
    #admin-login .form-group:nth-child(3) {
      margin: 1.5rem 0 1rem; }
    #admin-login .form-group .fa {
      font-size: 1.5rem;
      position: absolute;
      right: 15px;
      top: 40px; }
  #admin-login .forgot-password {
    color: #323233;
    font-size: .85rem; }

/*------------- Mobile Phone Styling ----------------------------*/
@media screen and (min-width: 320px) and (max-width: 480px) {
  /*********** Responsive/Adaptive Design Styling Area **************/
  .rows {
    margin-left: -15px;
    margin-right: -15px; }

  .rows-container::before,
  .rows-container::after,
  .rows-container-smaller::before,
  .rows-container-smaller::after,
  .rows-fluid::before,
  .rows-fluid::after {
    content: '';
    display: table; }

  .rows-container::after,
  .rows-container-smaller::after,
  .rows-fluid::after,
  .rows::after {
    clear: both; }

  .rows-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 90%; }

  .rows-container-smaller {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .rows-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }

  [class*="cols-"] {
    float: left;
    padding-left: 15px;
    padding-right: 15px; }

  [class*="no-cols-"] {
    float: left;
    padding: 0;
    width: 100%; }

  .cols-xs-1,
  .no-cols-xs-1 {
    width: 8.33%; }

  .cols-xs-2,
  .no-cols-xs-2 {
    width: 16.66%; }

  .cols-xs-3,
  .no-cols-xs-3 {
    width: 25%; }

  .cols-xs-4,
  .no-cols-xs-4 {
    width: 33.33%; }

  .cols-xs-5,
  .no-cols-xs-5 {
    width: 41.66%; }

  .cols-xs-6,
  .no-cols-xs-6 {
    width: 50%; }

  .cols-xs-7,
  .no-cols-xs-7 {
    width: 58.33%; }

  .cols-xs-8,
  .no-cols-xs-8 {
    width: 66.66%; }

  .cols-xs-9,
  .no-cols-xs-9 {
    width: 75%; }

  .cols-xs-10,
  .no-cols-xs-10 {
    width: 83.33%; }

  .cols-xs-11,
  .no-cols-xs-11 {
    width: 91.66%; }

  .cols-xs-12,
  .no-cols-xs-12 {
    width: 100%; }

  /*****************************************/
  .menu-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    padding: 10px;
    z-index: 1001; }

  .hamburger,
  .hamburger::before,
  .hamburger::after {
    background-color: #373d3f;
    content: '';
    display: block;
    height: 2px;
    position: relative;
    transition: all .3s ease;
    width: 24px; }

  .hamburger::before {
    top: -6px; }

  .hamburger::after {
    bottom: -6px; }

  .menu-toggle.is-active .hamburger {
    background: transparent; }

  .menu-toggle.is-active .hamburger::before {
    top: 0;
    transform: rotate(45deg); }

  .menu-toggle.is-active .hamburger::after {
    bottom: 2px;
    transform: rotate(-45deg); }

  .top__header {
    background-color: #011938;
    padding: .5rem 0; }
    .top__header .top__header__container {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: 0 auto;
      width: 80%; }
      .top__header .top__header__container .top__header__item {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .top__header .top__header__container span {
        color: rgba(255, 255, 255, 0.85);
        font-size: .85rem; }
      .top__header .top__header__container span:nth-child(3) {
        margin-left: 1rem; }
      .top__header .top__header__container span:nth-child(1) {
        margin-right: 1rem; }
      .top__header .top__header__container i {
        color: #ffffff;
        margin-right: .35rem; }

  .main-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0; }
    .main-header .header-container {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 80%; }
    .main-header .logo img {
      display: inline;
      width: 28%; }
    .main-header .nav-list {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0; }
    .main-header .nav-item {
      position: static; }
      .main-header .nav-item:last-child a {
        background: #011938;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        color: #c7e4f4; }
    .main-header .nav-link {
      color: rgba(55, 61, 63, 0.65);
      display: block;
      font-size: .9rem;
      font-weight: 600;
      letter-spacing: .015rem;
      padding: 1rem 2rem;
      text-decoration: none;
      text-transform: uppercase; }
    .main-header .fullscreen-dropdown {
      background-color: #f9f9f9;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
      left: 0;
      opacity: 0;
      padding: 3rem 0;
      position: absolute;
      right: 0;
      transform: translateY(10px);
      transition: all .3s ease;
      visibility: hidden;
      width: 100vw;
      z-index: 999; }
    .main-header .dropdown-content {
      display: flex;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      padding: 1rem 0;
      max-width: 80%; }
    .main-header .dropdown-column {
      display: flex;
      flex: 1;
      flex-direction: column; }
    .main-header .dropdown-column h3 {
      color: #888;
      font-size: 0.9rem;
      letter-spacing: 0.05em;
      margin-bottom: 1rem;
      text-transform: uppercase; }
    .main-header .dropdown-column img {
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      border-radius: 0.5rem;
      margin-bottom: 1rem; }
    .main-header .dropdown-column a {
      color: rgba(1, 25, 56, 0.65);
      font-size: .9rem;
      line-height: 1px;
      margin: 0;
      padding: 0;
      text-decoration: none;
      transition: color .2s ease; }
    .main-header .dropdown-column a:hover {
      color: rgba(1, 25, 56, 0.5); }
    .main-header .has-fullscreen:hover .fullscreen-dropdown {
      opacity: 1;
      transform: translateY(0);
      visibility: visible; }

  .nav-menu {
    background-color: #fff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
    height: 100vh;
    max-width: 320px;
    overflow-y: auto;
    padding: 5rem 1.5rem 2rem 1.5rem;
    position: fixed;
    right: -100%;
    top: 0;
    transition: right 0.3s ease;
    width: 80%;
    z-index: 1000; }

  .nav-menu.is-open {
    right: 0; }

  .nav-list {
    flex-direction: column;
    gap: 0.5rem; }

  .nav-item {
    position: relative;
    width: 100%; }

  .nav-link {
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.2rem;
    padding: 0.75rem 0; }

  .fullscreen-dropdown {
    background: #fbfbfb;
    border-bottom: none;
    box-shadow: none;
    opacity: 1;
    overflow: hidden;
    max-height: 0;
    position: relative;
    transform: none;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    visibility: visible;
    width: 100%; }

  .fullscreen-dropdown.is-active {
    max-height: 100px;
    transition: max-height 0.5s ease-in-out; }

  .dropdown-content {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem; }

  .dropdown-column h3 {
    font-size: 0.8rem;
    margin-bottom: 0.5rem; }

  .dropdown-column a {
    font-size: 1rem;
    padding: 0.35rem 0; }

  /**************** Slider Container Styling ********************/
  #slide-container {
    background-color: #ffffff;
    position: relative; }
    #slide-container .slide-container {
      display: none; }
    #slide-container .slide-container.active {
      display: block; }
    #slide-container .slide-container .slide {
      background: linear-gradient(90deg, #ffffff 70%, #ffffff 30.1%); }
    #slide-container .slide {
      display: flex;
      flex-direction: column;
      height: auto;
      margin: 0 auto;
      overflow: hidden;
      padding: 0; }
    #slide-container #prev,
    #slide-container #next {
      background: #011938;
      bottom: 1rem;
      color: #fff;
      cursor: pointer;
      font-size: 15px;
      font-weight: 600;
      height: 40px;
      line-height: 40px;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translate(-4%, -50%);
      width: 40px;
      z-index: 2;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    #slide-container #prev:hover,
    #slide-container #next:hover {
      background: #276c91; }
    #slide-container #prev {
      left: 3%; }
    #slide-container #next {
      right: 3%; }
    #slide-container .content {
      height: 85vh;
      padding: 0; }
    #slide-container img {
      animation: slideImage .4s linear;
      display: block;
      height: 100%;
      margin: auto;
      object-fit: cover;
      object-position: center;
      width: 100%; }
    #slide-container .course-link {
      background: #a7824c;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      #slide-container .course-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
    #slide-container .text-content {
      animation: slideText .4s linear;
      background: rgba(255, 255, 255, 0.65);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      display: flex;
      flex-direction: column;
      height: auto;
      justify-content: center;
      left: 10%;
      padding: 1.5rem;
      position: absolute;
      top: 10%;
      width: 80%;
      z-index: 2; }
    #slide-container h1 {
      color: #011938;
      font-family: "Open Sans", sans-serif;
      font-size: 1.35rem;
      font-weight: 700;
      line-height: 1.35;
      margin: 0 0 1rem; }
  @keyframes slideImage {
    0% {
      opacity: 0;
      transform: translateX(-50px); } }
  @keyframes slideText {
    0% {
      opacity: 0;
      transform: translateX(-300px); } }
    #slide-container p {
      font-size: 1.15rem;
      line-height: 1.5;
      margin: 0 0 2rem; }
    #slide-container span {
      color: #a7824c; }
    #slide-container a {
      background: linear-gradient(to right, #011938, #000306);
      border: none;
      color: #ffffff;
      font-size: .65rem;
      font-weight: 600;
      padding: 1.05rem 2rem;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      width: max-content;
      z-index: 0;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      #slide-container a::after {
        background: linear-gradient(to right, #011938, #03469c);
        content: '';
        font-family: FontAwesome;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: 300ms ease-in-out;
        width: 0;
        z-index: -1;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        border-radius: 0.3rem; }
      #slide-container a:hover::after {
        width: 100%; }
      #slide-container a i {
        margin-left: .5rem;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      #slide-container a:hover i {
        margin-left: .85rem; }

  .intro-video {
    position: relative;
    padding: 2rem;
    /* Absolute center positioning for the play button */
    /* Add a slight hover effect */
    /* Optional: Fade out button when video is playing, fade in on hover */ }
    .intro-video .intro-video-container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(1, 1fr);
      margin: 2% auto;
      width: 100%; }
    .intro-video .play-button {
      position: absolute;
      top: 15%;
      left: 50%;
      transform: translate(-50%, -15%);
      background: rgba(0, 0, 0, 0.6);
      border: none;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease, opacity 0.3s ease;
      z-index: 10; }
    .intro-video .play-button:hover {
      background: rgba(0, 0, 0, 0.8); }
    .intro-video .video-container.is-playing .play-button {
      opacity: 0; }
    .intro-video .video-container.is-playing:hover .play-button {
      opacity: 1; }
    .intro-video video {
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      position: relative; }
    .intro-video h2 {
      color: #a7824c;
      font-size: 1.85rem;
      line-height: 1.35;
      margin-bottom: 2rem; }
    .intro-video p {
      font-size: 1.15rem;
      line-height: 2.15;
      margin-bottom: 3.5rem; }
    .intro-video a {
      background: linear-gradient(to right, #011938, #000306);
      border: none;
      color: #ffffff;
      font-size: .85rem;
      font-weight: 600;
      padding: 1.15rem .5rem;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap;
      width: max-content;
      z-index: 0;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      .intro-video a::after {
        background: linear-gradient(to right, #011938, #03469c);
        content: '';
        font-family: FontAwesome;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: 300ms ease-in-out;
        width: 0;
        z-index: -1;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        border-radius: 0.3rem; }
      .intro-video a:hover::after {
        background: linear-gradient(to right, #72bae3, #03469c);
        width: 100%; }
      .intro-video a i {
        margin-left: .5rem;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .intro-video a:hover i {
        margin-left: .85rem; }

  .category__series {
    padding: 2rem 0 3.5rem;
    position: relative; }
    .category__series .series__title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto 1.5rem;
      width: 85%; }
      .category__series .series__title h2 {
        color: #a7824c;
        font-size: 1.35rem; }
    .category__series .series__container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(1, 1fr);
      margin: 0 auto;
      width: 85%; }
    .category__series .img__overlay {
      height: 450px;
      overflow: hidden; }
    .category__series img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    .category__series .product__item__content {
      padding: 2rem; }
      .category__series .product__item__content p {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    .category__series .series_img {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden;
      position: relative; }
      .category__series .series_img:hover img {
        transform: scale(1.15); }
      .category__series .series_img p {
        font-size: 1.25rem; }
    .category__series a {
      color: #a7824c;
      text-decoration: none; }

  .category__series__others {
    padding: 2rem 0 3.5rem;
    position: relative; }
    .category__series__others .series__title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto 1.5rem;
      width: 85%; }
      .category__series__others .series__title h2 {
        color: #a7824c;
        font-size: 1.65rem; }
    .category__series__others .series__container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(1, 1fr);
      margin: 0 auto;
      width: 85%; }
    .category__series__others .img__overlay {
      height: 230px;
      overflow: hidden; }
    .category__series__others img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    .category__series__others .product__item__content {
      padding: 2rem; }
      .category__series__others .product__item__content p {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    .category__series__others .series_img {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden;
      position: relative; }
      .category__series__others .series_img:hover img {
        transform: scale(1.15); }
      .category__series__others .series_img p {
        font-size: 1.25rem; }
    .category__series__others a {
      color: #a7824c;
      text-decoration: none; }

  .product__showcase .showcase__container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%; }
  .product__showcase .zoom-image {
    cursor: zoom-in;
    height: auto;
    transition: transform 0.5s ease-in-out; }
  .product__showcase .zoom-image.is-zoomed {
    align-items: center;
    bottom: 0;
    cursor: zoom-out;
    display: flex;
    height: auto;
    justify-content: center;
    left: 0;
    margin: 0% auto;
    object-fit: contain;
    position: fixed;
    right: 0;
    top: 0;
    transform: scale(1.1);
    width: 100%;
    z-index: 1000; }

  .shop-by-category {
    background: rgba(169, 169, 169, 0.15);
    padding: 5rem 0;
    position: relative; }
    .shop-by-category .category-title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto;
      width: 80%; }
    .shop-by-category h2 {
      color: #a7824c;
      margin-bottom: 2rem; }
    .shop-by-category .category-container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      position: relative;
      width: 80%; }
    .shop-by-category .category-items {
      height: 400px;
      position: relative;
      width: 100%; }
      .shop-by-category .category-items img {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%; }
      .shop-by-category .category-items .item-title {
        align-items: center;
        background-color: #011938;
        bottom: 0;
        color: #ffffff;
        display: flex;
        justify-content: center;
        left: 0;
        padding: .75rem 0;
        position: absolute;
        width: 100%; }
        .shop-by-category .category-items .item-title h3 {
          font-size: 1.65rem;
          font-weight: normal; }

  .img__header {
    position: relative;
    width: 100vw; }
    .img__header img {
      display: block;
      height: 100%;
      object-fit: cover;
      object-position: center;
      width: 100vw; }
    .img__header .img__header__content {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 auto;
      padding: 2rem 0;
      position: relative;
      text-align: center;
      width: 75%; }
      .img__header .img__header__content h1 {
        color: #011938;
        font-size: 1.9rem;
        line-height: 1.35;
        margin-bottom: 1rem; }
      .img__header .img__header__content p {
        font-size: 1.5rem; }

  .img__header__product {
    height: 200px;
    position: relative;
    width: 100vw; }
    .img__header__product::after {
      background-color: #011938;
      content: '';
      inset: 0;
      left: 0;
      position: absolute;
      top: 0; }
    .img__header__product .img__header__content {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
      .img__header__product .img__header__content h1 {
        color: #ffffff; }

  .marquee-container {
    overflow: hidden;
    margin: 0 auto;
    width: 85%;
    padding: 3rem 0 5rem; }
    .marquee-container h2 {
      color: #a7824c;
      font-size: 1.5rem;
      margin-bottom: 2rem; }

  .marquee-content {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: scroll 15s linear infinite; }

  /* Pause the animation when hovering */
  .marquee-content:hover {
    animation-play-state: paused; }

  .marquee-content img {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    height: 450px;
    object-fit: cover;
    width: 300px; }

  /* The Animation */
  @keyframes scroll {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-50%); } }
  main {
    position: relative; }
    main .main_content {
      margin: 5% auto;
      width: 85%; }
      main .main_content .about__glt__grid {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-between;
        margin: 0 auto 3rem;
        width: 100%; }
        main .main_content .about__glt__grid:nth-child(2) .glt__item:nth-child(1) {
          order: 2; }
        main .main_content .about__glt__grid:nth-child(2) .glt__item:nth-child(2) {
          order: 1; }
      main .main_content .glt__item {
        flex: 1; }
        main .main_content .glt__item h2 {
          color: #011938;
          font-size: 1.75rem; }
        main .main_content .glt__item p {
          font-size: 1.15rem; }
      main .main_content .core__values {
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
        margin: 10% auto 5%;
        position: relative;
        width: 100%; }
        main .main_content .core__values .core__values__items {
          position: relative; }
        main .main_content .core__values img {
          display: block;
          height: auto;
          margin: 0 auto 1rem;
          width: 75%; }
        main .main_content .core__values h3 {
          color: #011938;
          font-size: 1.15rem;
          text-align: center;
          text-transform: uppercase; }
    main .product__empty {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    main .all__products {
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden; }
    main .products__container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(1, 1fr);
      overflow: hidden;
      position: relative; }
    main .img__overlay {
      height: 450px;
      overflow: hidden; }
    main img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    main .product__item {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden; }
      main .product__item:hover img {
        transform: scale(1.15); }
    main .product__item__content {
      padding: 2rem; }
      main .product__item__content a {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    main .single__products__container {
      overflow: hidden;
      position: relative; }
      main .single__products__container .single__product__item {
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
        overflow: hidden; }
      main .single__products__container .img__overlay {
        height: 600px;
        overflow: hidden; }
      main .single__products__container .single__product__item__content {
        padding: 0; }

  .img__header__contact {
    display: flex;
    flex-direction: column;
    margin: 5% auto;
    position: relative;
    width: 80%; }
    .img__header__contact::after {
      background: rgba(1, 25, 56, 0.45);
      bottom: -2rem;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%; }
    .img__header__contact h1 {
      font-size: 2rem;
      line-height: 1.5; }

  .experience__centre {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
    margin: 5% auto;
    position: relative;
    width: 80%; }
    .experience__centre .ecentre__item {
      flex: 1;
      height: 400px;
      position: relative; }
    .experience__centre img {
      height: 100%;
      object-fit: cover;
      width: 100%; }

  .place__order {
    margin: 5% auto;
    position: relative;
    width: 90%; }
    .place__order .place__order__form {
      padding: 1rem; }
    .place__order .place__order__form {
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
      position: relative; }
      .place__order .place__order__form .email__form__title {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto 2rem;
        text-align: center;
        width: 100%; }
      .place__order .place__order__form .email__contact__form {
        padding: 2rem 0; }
      .place__order .place__order__form textarea {
        height: 13rem; }
      .place__order .place__order__form input[type="submit"] {
        background: #011938;
        color: #ffffff;
        display: inline-block;
        font-size: .9rem;
        font-weight: 600;
        padding: 1.35rem 2rem; }
        .place__order .place__order__form input[type="submit"]:hover {
          background-color: #72bae3;
          color: #011938; }
      .place__order .place__order__form label {
        color: #373d3f;
        font-size: 1rem; }
      .place__order .place__order__form .form-group-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        justify-content: space-between; }
        .place__order .place__order__form .form-group-grid:not(:last-child) {
          margin-bottom: 2.15rem; }
        .place__order .place__order__form .form-group-grid .form-group {
          flex: 1; }
    .place__order .ecentre__item {
      flex: 1;
      height: 400px;
      position: relative; }
    .place__order img {
      height: 100%;
      object-fit: cover;
      width: 100%; }

  /* Open Map Button */
  .btn-open-map {
    background-color: #011938;
    border: 1px solid #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    left: 50%;
    padding: 1rem 2rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease, transform 0.1s ease;
    white-space: nowrap; }

  .btn-open-map:hover {
    background-color: #ffffff;
    color: #373d3f; }

  /* Overlay (Backdrop) */
  .map-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000; }

  /* Active state to show modal */
  .map-overlay.active {
    opacity: 1;
    visibility: visible; }

  /* Modal Container */
  .map-modal {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    max-width: 90%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
    transition: transform 0.3s ease; }

  .map-overlay.active .map-modal {
    transform: translateY(0); }

  /* Header Bar */
  .map-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb; }
    .map-header address {
      font-style: normal; }
      .map-header address p:nth-child(1) {
        font-size: 1.15rem;
        font-weight: 600; }
      .map-header address p span {
        font-weight: 600; }

  .map-title {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5; }

  /* Close Button */
  .btn-close {
    background: none;
    border: none;
    font-size: 5rem;
    font-weight: bold;
    color: #6b7280;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 4px; }

  .btn-close:hover {
    color: #111827;
    background-color: #f3f4f6; }

  /* Map Iframe Wrapper (Maintains 16:9 Aspect Ratio) */
  .map-body {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 ratio */
    background-color: #e5e7eb; }

  .map-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

  .email__form {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    position: relative; }
    .email__form .email__form__title {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 1rem;
      text-align: center; }
      .email__form .email__form__title h2 {
        font-size: 1.75rem;
        line-height: 1.5; }
    .email__form .email__contact__form {
      padding: 1rem; }
    .email__form textarea {
      height: 13rem; }
    .email__form input[type="submit"] {
      background: #011938;
      color: #ffffff;
      display: block;
      font-size: .9rem;
      font-weight: 600;
      padding: 1.35rem 2rem;
      width: 100%; }
      .email__form input[type="submit"]:hover {
        background-color: #72bae3;
        color: #011938; }
    .email__form label {
      color: #373d3f;
      font-size: 1rem; }
    .email__form .form-group-grid {
      display: flex;
      flex-direction: column;
      gap: 0;
      justify-content: center; }
      .email__form .form-group-grid .form-group {
        flex: 1; }
      .email__form .form-group-grid:not(:last-child) {
        margin-bottom: 1rem; }

  footer {
    background-color: #011938;
    padding: 3.5rem 0 2rem;
    position: relative; }
    footer img {
      margin-top: 3rem;
      width: 50%; }
    footer .footer-item {
      color: #ffffff; }
      footer .footer-item h4 {
        color: #72bae3;
        font-size: 1rem;
        letter-spacing: .035rem;
        margin: 3rem 0;
        position: relative;
        text-transform: uppercase; }
        footer .footer-item h4::after {
          background-color: #72bae3;
          bottom: -1rem;
          content: '';
          height: 1px;
          left: 0;
          opacity: .35;
          position: absolute;
          width: 100%; }
      footer .footer-item ul {
        display: block;
        list-style-type: none;
        margin-top: 1rem; }
        footer .footer-item ul li:not(:last-child) {
          margin-bottom: 1rem; }
      footer .footer-item p,
      footer .footer-item ul,
      footer .footer-item a {
        color: #909090; }
      footer .footer-item a {
        font-size: 1rem;
        text-decoration: none; }
    footer .copyright {
      border-top: 1px solid rgba(169, 169, 169, 0.35);
      width: 90%;
      margin: 0 auto;
      position: relative; }
    footer #copyright {
      color: #a9a9a9;
      font-size: .85rem;
      margin: 1.65rem 0 0;
      padding: 0; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /*********** Responsive/Adaptive Design Styling Area **************/
  .rows {
    margin-left: -15px;
    margin-right: -15px; }

  .rows-container::before,
  .rows-container::after,
  .rows-container-smaller::before,
  .rows-container-smaller::after,
  .rows-fluid::before,
  .rows-fluid::after {
    content: '';
    display: table; }

  .rows-container::after,
  .rows-container-smaller::after,
  .rows-fluid::after,
  .rows::after {
    clear: both; }

  .rows-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 90%; }

  .rows-container-smaller {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .rows-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }

  [class*="cols-"] {
    float: left;
    padding-left: 15px;
    padding-right: 15px; }

  [class*="no-cols-"] {
    float: left;
    padding: 0;
    width: 100%; }

  .cols-xs-1,
  .no-cols-xs-1 {
    width: 8.33%; }

  .cols-xs-2,
  .no-cols-xs-2 {
    width: 16.66%; }

  .cols-xs-3,
  .no-cols-xs-3 {
    width: 25%; }

  .cols-xs-4,
  .no-cols-xs-4 {
    width: 33.33%; }

  .cols-xs-5,
  .no-cols-xs-5 {
    width: 41.66%; }

  .cols-xs-6,
  .no-cols-xs-6 {
    width: 50%; }

  .cols-xs-7,
  .no-cols-xs-7 {
    width: 58.33%; }

  .cols-xs-8,
  .no-cols-xs-8 {
    width: 66.66%; }

  .cols-xs-9,
  .no-cols-xs-9 {
    width: 75%; }

  .cols-xs-10,
  .no-cols-xs-10 {
    width: 83.33%; }

  .cols-xs-11,
  .no-cols-xs-11 {
    width: 91.66%; }

  .cols-xs-12,
  .no-cols-xs-12 {
    width: 100%; }

  /*****************************************/
  .menu-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    padding: 10px;
    z-index: 1001; }

  .hamburger,
  .hamburger::before,
  .hamburger::after {
    background-color: #373d3f;
    content: '';
    display: block;
    height: 2px;
    position: relative;
    transition: all .3s ease;
    width: 24px; }

  .hamburger::before {
    top: -6px; }

  .hamburger::after {
    bottom: -6px; }

  .menu-toggle.is-active .hamburger {
    background: transparent; }

  .menu-toggle.is-active .hamburger::before {
    top: 0;
    transform: rotate(45deg); }

  .menu-toggle.is-active .hamburger::after {
    bottom: 2px;
    transform: rotate(-45deg); }

  .top__header {
    background-color: #011938;
    padding: .5rem 0; }
    .top__header .top__header__container {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: 0 auto;
      width: 80%; }
      .top__header .top__header__container .top__header__item {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .top__header .top__header__container span {
        color: rgba(255, 255, 255, 0.85);
        font-size: .85rem; }
      .top__header .top__header__container span:nth-child(3) {
        margin-left: 1rem; }
      .top__header .top__header__container span:nth-child(1) {
        margin-right: 1rem; }
      .top__header .top__header__container i {
        color: #ffffff;
        margin-right: .35rem; }

  .main-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0; }
    .main-header .header-container {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 80%; }
    .main-header .logo img {
      display: inline;
      width: 28%; }
    .main-header .nav-list {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0; }
    .main-header .nav-item {
      position: static; }
      .main-header .nav-item:last-child a {
        background: #011938;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        color: #c7e4f4; }
    .main-header .nav-link {
      color: rgba(55, 61, 63, 0.65);
      display: block;
      font-size: .9rem;
      font-weight: 600;
      letter-spacing: .015rem;
      padding: 1rem 2rem;
      text-decoration: none;
      text-transform: uppercase; }
    .main-header .fullscreen-dropdown {
      background-color: #f9f9f9;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
      left: 0;
      opacity: 0;
      padding: 3rem 0;
      position: absolute;
      right: 0;
      transform: translateY(10px);
      transition: all .3s ease;
      visibility: hidden;
      width: 100vw;
      z-index: 999; }
    .main-header .dropdown-content {
      display: flex;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      padding: 1rem 0;
      max-width: 80%; }
    .main-header .dropdown-column {
      display: flex;
      flex: 1;
      flex-direction: column; }
    .main-header .dropdown-column h3 {
      color: #888;
      font-size: 0.9rem;
      letter-spacing: 0.05em;
      margin-bottom: 1rem;
      text-transform: uppercase; }
    .main-header .dropdown-column img {
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      border-radius: 0.5rem;
      margin-bottom: 1rem; }
    .main-header .dropdown-column a {
      color: rgba(1, 25, 56, 0.65);
      font-size: .9rem;
      line-height: 1px;
      margin: 0;
      padding: 0;
      text-decoration: none;
      transition: color .2s ease; }
    .main-header .dropdown-column a:hover {
      color: rgba(1, 25, 56, 0.5); }
    .main-header .has-fullscreen:hover .fullscreen-dropdown {
      opacity: 1;
      transform: translateY(0);
      visibility: visible; }

  .nav-menu {
    background-color: #fff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
    height: 100vh;
    max-width: 320px;
    overflow-y: auto;
    padding: 5rem 1.5rem 2rem 1.5rem;
    position: fixed;
    right: -100%;
    top: 0;
    transition: right 0.3s ease;
    width: 80%;
    z-index: 1000; }

  .nav-menu.is-open {
    right: 0; }

  .nav-list {
    flex-direction: column;
    gap: 0.5rem; }

  .nav-item {
    position: relative;
    width: 100%; }

  .nav-link {
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.2rem;
    padding: 0.75rem 0; }

  .fullscreen-dropdown {
    background: #fbfbfb;
    border-bottom: none;
    box-shadow: none;
    opacity: 1;
    overflow: hidden;
    max-height: 0;
    position: relative;
    transform: none;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
    visibility: visible;
    width: 100%; }

  .fullscreen-dropdown.is-active {
    max-height: 100px;
    transition: max-height 0.5s ease-in-out; }

  .dropdown-content {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem; }

  .dropdown-column h3 {
    font-size: 0.8rem;
    margin-bottom: 0.5rem; }

  .dropdown-column a {
    font-size: 1rem;
    padding: 0.35rem 0; }

  /**************** Slider Container Styling ********************/
  #slide-container {
    background-color: #ffffff;
    position: relative; }
    #slide-container .slide-container {
      display: none; }
    #slide-container .slide-container.active {
      display: block; }
    #slide-container .slide-container .slide {
      background: linear-gradient(90deg, #ffffff 70%, #ffffff 30.1%); }
    #slide-container .slide {
      display: flex;
      flex-direction: column;
      height: auto;
      margin: 0 auto;
      overflow: hidden;
      padding: 0; }
    #slide-container #prev,
    #slide-container #next {
      background: #011938;
      bottom: 1rem;
      color: #fff;
      cursor: pointer;
      font-size: 15px;
      font-weight: 600;
      height: 40px;
      line-height: 40px;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translate(-4%, -50%);
      width: 40px;
      z-index: 2;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    #slide-container #prev:hover,
    #slide-container #next:hover {
      background: #276c91; }
    #slide-container #prev {
      left: 3%; }
    #slide-container #next {
      right: 3%; }
    #slide-container .content {
      height: 85vh;
      padding: 0; }
    #slide-container img {
      animation: slideImage .4s linear;
      display: block;
      height: 100%;
      margin: auto;
      object-fit: cover;
      object-position: center;
      width: 100%; }
    #slide-container .course-link {
      background: #a7824c;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      #slide-container .course-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
    #slide-container .text-content {
      animation: slideText .4s linear;
      background: rgba(255, 255, 255, 0.65);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      display: flex;
      flex-direction: column;
      height: auto;
      justify-content: center;
      left: 10%;
      padding: 1.5rem;
      position: absolute;
      top: 10%;
      width: 80%;
      z-index: 2; }
    #slide-container h1 {
      color: #011938;
      font-family: "Open Sans", sans-serif;
      font-size: 1.35rem;
      font-weight: 700;
      line-height: 1.35;
      margin: 0 0 1rem; }
  @keyframes slideImage {
    0% {
      opacity: 0;
      transform: translateX(-50px); } }
  @keyframes slideText {
    0% {
      opacity: 0;
      transform: translateX(-300px); } }
    #slide-container p {
      font-size: 1.15rem;
      line-height: 1.5;
      margin: 0 0 2rem; }
    #slide-container span {
      color: #a7824c; }
    #slide-container a {
      background: linear-gradient(to right, #011938, #000306);
      border: none;
      color: #ffffff;
      font-size: .65rem;
      font-weight: 600;
      padding: 1.05rem 2rem;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      width: max-content;
      z-index: 0;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      #slide-container a::after {
        background: linear-gradient(to right, #011938, #03469c);
        content: '';
        font-family: FontAwesome;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: 300ms ease-in-out;
        width: 0;
        z-index: -1;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        border-radius: 0.3rem; }
      #slide-container a:hover::after {
        width: 100%; }
      #slide-container a i {
        margin-left: .5rem;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      #slide-container a:hover i {
        margin-left: .85rem; }

  .intro-video {
    position: relative;
    padding: 2rem;
    /* Absolute center positioning for the play button */
    /* Add a slight hover effect */
    /* Optional: Fade out button when video is playing, fade in on hover */ }
    .intro-video .intro-video-container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(1, 1fr);
      margin: 2% auto;
      width: 100%; }
    .intro-video .play-button {
      position: absolute;
      top: 15%;
      left: 50%;
      transform: translate(-50%, -15%);
      background: rgba(0, 0, 0, 0.6);
      border: none;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease, opacity 0.3s ease;
      z-index: 10; }
    .intro-video .play-button:hover {
      background: rgba(0, 0, 0, 0.8); }
    .intro-video .video-container.is-playing .play-button {
      opacity: 0; }
    .intro-video .video-container.is-playing:hover .play-button {
      opacity: 1; }
    .intro-video video {
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      position: relative; }
    .intro-video h2 {
      color: #a7824c;
      font-size: 1.85rem;
      line-height: 1.35;
      margin-bottom: 2rem; }
    .intro-video p {
      font-size: 1.15rem;
      line-height: 2.15;
      margin-bottom: 3.5rem; }
    .intro-video a {
      background: linear-gradient(to right, #011938, #000306);
      border: none;
      color: #ffffff;
      font-size: .85rem;
      font-weight: 600;
      padding: 1.15rem .5rem;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap;
      width: max-content;
      z-index: 0;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      .intro-video a::after {
        background: linear-gradient(to right, #011938, #03469c);
        content: '';
        font-family: FontAwesome;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: 300ms ease-in-out;
        width: 0;
        z-index: -1;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        border-radius: 0.3rem; }
      .intro-video a:hover::after {
        background: linear-gradient(to right, #72bae3, #03469c);
        width: 100%; }
      .intro-video a i {
        margin-left: .5rem;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .intro-video a:hover i {
        margin-left: .85rem; }

  .category__series {
    padding: 2rem 0 3.5rem;
    position: relative; }
    .category__series .series__title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto 1.5rem;
      width: 85%; }
      .category__series .series__title h2 {
        color: #a7824c;
        font-size: 1.35rem; }
    .category__series .series__container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(1, 1fr);
      margin: 0 auto;
      width: 85%; }
    .category__series .img__overlay {
      height: 450px;
      overflow: hidden; }
    .category__series img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    .category__series .product__item__content {
      padding: 2rem; }
      .category__series .product__item__content p {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    .category__series .series_img {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden;
      position: relative; }
      .category__series .series_img:hover img {
        transform: scale(1.15); }
      .category__series .series_img p {
        font-size: 1.25rem; }
    .category__series a {
      color: #a7824c;
      text-decoration: none; }

  .category__series__others {
    padding: 2rem 0 3.5rem;
    position: relative; }
    .category__series__others .series__title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto 1.5rem;
      width: 85%; }
      .category__series__others .series__title h2 {
        color: #a7824c;
        font-size: 1.65rem; }
    .category__series__others .series__container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(1, 1fr);
      margin: 0 auto;
      width: 85%; }
    .category__series__others .img__overlay {
      height: 230px;
      overflow: hidden; }
    .category__series__others img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    .category__series__others .product__item__content {
      padding: 2rem; }
      .category__series__others .product__item__content p {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    .category__series__others .series_img {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden;
      position: relative; }
      .category__series__others .series_img:hover img {
        transform: scale(1.15); }
      .category__series__others .series_img p {
        font-size: 1.25rem; }
    .category__series__others a {
      color: #a7824c;
      text-decoration: none; }

  .product__showcase .showcase__container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%; }
  .product__showcase .zoom-image {
    cursor: zoom-in;
    height: auto;
    transition: transform 0.5s ease-in-out; }
  .product__showcase .zoom-image.is-zoomed {
    align-items: center;
    bottom: 0;
    cursor: zoom-out;
    display: flex;
    height: auto;
    justify-content: center;
    left: 0;
    margin: 0% auto;
    object-fit: contain;
    position: fixed;
    right: 0;
    top: 0;
    transform: scale(1.1);
    width: 100%;
    z-index: 1000; }

  .shop-by-category {
    background: rgba(169, 169, 169, 0.15);
    padding: 5rem 0;
    position: relative; }
    .shop-by-category .category-title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto;
      width: 80%; }
    .shop-by-category h2 {
      color: #a7824c;
      margin-bottom: 2rem; }
    .shop-by-category .category-container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      position: relative;
      width: 80%; }
    .shop-by-category .category-items {
      height: 400px;
      position: relative;
      width: 100%; }
      .shop-by-category .category-items img {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%; }
      .shop-by-category .category-items .item-title {
        align-items: center;
        background-color: #011938;
        bottom: 0;
        color: #ffffff;
        display: flex;
        justify-content: center;
        left: 0;
        padding: .75rem 0;
        position: absolute;
        width: 100%; }
        .shop-by-category .category-items .item-title h3 {
          font-size: 1.65rem;
          font-weight: normal; }

  .img__header {
    position: relative;
    width: 100vw; }
    .img__header img {
      display: block;
      height: 100%;
      object-fit: cover;
      object-position: center;
      width: 100vw; }
    .img__header .img__header__content {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 auto;
      padding: 2rem 0;
      position: relative;
      text-align: center;
      width: 75%; }
      .img__header .img__header__content h1 {
        color: #011938;
        font-size: 1.9rem;
        line-height: 1.35;
        margin-bottom: 1rem; }
      .img__header .img__header__content p {
        font-size: 1.5rem; }

  .img__header__product {
    height: 200px;
    position: relative;
    width: 100vw; }
    .img__header__product::after {
      background-color: #011938;
      content: '';
      inset: 0;
      left: 0;
      position: absolute;
      top: 0; }
    .img__header__product .img__header__content {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
      .img__header__product .img__header__content h1 {
        color: #ffffff; }

  .marquee-container {
    overflow: hidden;
    margin: 0 auto;
    width: 85%;
    padding: 3rem 0 5rem; }
    .marquee-container h2 {
      color: #a7824c;
      font-size: 1.5rem;
      margin-bottom: 2rem; }

  .marquee-content {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: scroll 15s linear infinite; }

  /* Pause the animation when hovering */
  .marquee-content:hover {
    animation-play-state: paused; }

  .marquee-content img {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    height: 450px;
    object-fit: cover;
    width: 300px; }

  /* The Animation */
  @keyframes scroll {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-50%); } }
  main {
    position: relative; }
    main .main_content {
      margin: 5% auto;
      width: 85%; }
      main .main_content .about__glt__grid {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-between;
        margin: 0 auto 3rem;
        width: 100%; }
        main .main_content .about__glt__grid:nth-child(2) .glt__item:nth-child(1) {
          order: 2; }
        main .main_content .about__glt__grid:nth-child(2) .glt__item:nth-child(2) {
          order: 1; }
      main .main_content .glt__item {
        flex: 1; }
        main .main_content .glt__item h2 {
          color: #011938;
          font-size: 1.75rem; }
        main .main_content .glt__item p {
          font-size: 1.15rem; }
      main .main_content .core__values {
        display: grid;
        gap: 5rem;
        grid-template-columns: repeat(2, 1fr);
        margin: 10% auto 5%;
        position: relative;
        width: 100%; }
        main .main_content .core__values .core__values__items {
          position: relative; }
        main .main_content .core__values img {
          display: block;
          height: auto;
          margin: 0 auto 1rem;
          width: 75%; }
        main .main_content .core__values h3 {
          color: #011938;
          font-size: 1.15rem;
          text-align: center;
          text-transform: uppercase; }
    main .product__empty {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    main .all__products {
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden; }
    main .products__container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(1, 1fr);
      overflow: hidden;
      position: relative; }
    main .img__overlay {
      height: 450px;
      overflow: hidden; }
    main img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    main .product__item {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden; }
      main .product__item:hover img {
        transform: scale(1.15); }
    main .product__item__content {
      padding: 2rem; }
      main .product__item__content a {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    main .single__products__container {
      overflow: hidden;
      position: relative; }
      main .single__products__container .single__product__item {
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
        overflow: hidden; }
      main .single__products__container .img__overlay {
        height: 600px;
        overflow: hidden; }
      main .single__products__container .single__product__item__content {
        padding: 0; }

  .img__header__contact {
    display: flex;
    flex-direction: column;
    margin: 5% auto;
    position: relative;
    width: 80%; }
    .img__header__contact::after {
      background: rgba(1, 25, 56, 0.45);
      bottom: -2rem;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%; }
    .img__header__contact h1 {
      font-size: 2rem;
      line-height: 1.5; }

  .experience__centre {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
    margin: 5% auto;
    position: relative;
    width: 80%; }
    .experience__centre .ecentre__item {
      flex: 1;
      height: 400px;
      position: relative; }
    .experience__centre img {
      height: 100%;
      object-fit: cover;
      width: 100%; }

  .place__order {
    margin: 5% auto;
    position: relative;
    width: 90%; }
    .place__order .place__order__form {
      padding: 1rem; }
    .place__order .place__order__form {
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
      position: relative; }
      .place__order .place__order__form .email__form__title {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto 2rem;
        text-align: center;
        width: 100%; }
      .place__order .place__order__form .email__contact__form {
        padding: 2rem 0; }
      .place__order .place__order__form textarea {
        height: 13rem; }
      .place__order .place__order__form input[type="submit"] {
        background: #011938;
        color: #ffffff;
        display: inline-block;
        font-size: .9rem;
        font-weight: 600;
        padding: 1.35rem 2rem; }
        .place__order .place__order__form input[type="submit"]:hover {
          background-color: #72bae3;
          color: #011938; }
      .place__order .place__order__form label {
        color: #373d3f;
        font-size: 1rem; }
      .place__order .place__order__form .form-group-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        justify-content: space-between; }
        .place__order .place__order__form .form-group-grid:not(:last-child) {
          margin-bottom: 2.15rem; }
        .place__order .place__order__form .form-group-grid .form-group {
          flex: 1; }
    .place__order .ecentre__item {
      flex: 1;
      height: 400px;
      position: relative; }
    .place__order img {
      height: 100%;
      object-fit: cover;
      width: 100%; }

  /* Open Map Button */
  .btn-open-map {
    background-color: #011938;
    border: 1px solid #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    left: 50%;
    padding: 1rem 2rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease, transform 0.1s ease;
    white-space: nowrap; }

  .btn-open-map:hover {
    background-color: #ffffff;
    color: #373d3f; }

  /* Overlay (Backdrop) */
  .map-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000; }

  /* Active state to show modal */
  .map-overlay.active {
    opacity: 1;
    visibility: visible; }

  /* Modal Container */
  .map-modal {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    max-width: 90%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
    transition: transform 0.3s ease; }

  .map-overlay.active .map-modal {
    transform: translateY(0); }

  /* Header Bar */
  .map-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb; }
    .map-header address {
      font-style: normal; }
      .map-header address p:nth-child(1) {
        font-size: 1.15rem;
        font-weight: 600; }
      .map-header address p span {
        font-weight: 600; }

  .map-title {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5; }

  /* Close Button */
  .btn-close {
    background: none;
    border: none;
    font-size: 5rem;
    font-weight: bold;
    color: #6b7280;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 4px; }

  .btn-close:hover {
    color: #111827;
    background-color: #f3f4f6; }

  /* Map Iframe Wrapper (Maintains 16:9 Aspect Ratio) */
  .map-body {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 ratio */
    background-color: #e5e7eb; }

  .map-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

  .email__form {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    position: relative; }
    .email__form .email__form__title {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 1rem;
      text-align: center; }
      .email__form .email__form__title h2 {
        font-size: 1.75rem;
        line-height: 1.5; }
    .email__form .email__contact__form {
      padding: 1rem; }
    .email__form textarea {
      height: 13rem; }
    .email__form input[type="submit"] {
      background: #011938;
      color: #ffffff;
      display: block;
      font-size: .9rem;
      font-weight: 600;
      padding: 1.35rem 2rem;
      width: 100%; }
      .email__form input[type="submit"]:hover {
        background-color: #72bae3;
        color: #011938; }
    .email__form label {
      color: #373d3f;
      font-size: 1rem; }
    .email__form .form-group-grid {
      display: flex;
      flex-direction: column;
      gap: 0;
      justify-content: center; }
      .email__form .form-group-grid .form-group {
        flex: 1; }
      .email__form .form-group-grid:not(:last-child) {
        margin-bottom: 1rem; }

  footer {
    background-color: #011938;
    padding: 3.5rem 0 2rem;
    position: relative; }
    footer img {
      margin-top: 3rem;
      width: 50%; }
    footer .footer-item {
      color: #ffffff; }
      footer .footer-item h4 {
        color: #72bae3;
        font-size: 1rem;
        letter-spacing: .035rem;
        margin: 3rem 0;
        position: relative;
        text-transform: uppercase; }
        footer .footer-item h4::after {
          background-color: #72bae3;
          bottom: -1rem;
          content: '';
          height: 1px;
          left: 0;
          opacity: .35;
          position: absolute;
          width: 100%; }
      footer .footer-item ul {
        display: block;
        list-style-type: none;
        margin-top: 1rem; }
        footer .footer-item ul li:not(:last-child) {
          margin-bottom: 1rem; }
      footer .footer-item p,
      footer .footer-item ul,
      footer .footer-item a {
        color: #909090; }
      footer .footer-item a {
        font-size: 1rem;
        text-decoration: none; }
    footer .copyright {
      border-top: 1px solid rgba(169, 169, 169, 0.35);
      width: 90%;
      margin: 0 auto;
      position: relative; }
    footer #copyright {
      color: #a9a9a9;
      font-size: .85rem;
      margin: 1.65rem 0 0;
      padding: 0; } }
/*------------- Medium Phone Styling ----------------------------*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /*********** Responsive/Adaptive Design Styling Area **************/
  .rows {
    margin-left: -15px;
    margin-right: -15px; }

  .rows-container::before,
  .rows-container::after,
  .rows-container-smaller::before,
  .rows-container-smaller::after,
  .rows-fluid::before,
  .rows-fluid::after {
    content: '';
    display: table; }

  .rows-container::after,
  .rows-container-smaller::after,
  .rows-fluid::after,
  .rows::after {
    clear: both; }

  .rows-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 80%; }

  .rows-container-smaller {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .rows-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }

  [class*="cols-"] {
    float: left;
    padding-left: 15px;
    padding-right: 15px; }

  [class*="no-cols-"] {
    float: left;
    padding: 0;
    width: 100%; }

  .cols-md-1,
  .no-cols-md-1 {
    width: 8.33%; }

  .cols-md-2,
  .no-cols-md-2 {
    width: 16.66%; }

  .cols-md-3,
  .no-cols-md-3 {
    width: 25%; }

  .cols-md-4,
  .no-cols-md-4 {
    width: 33.33%; }

  .cols-md-5,
  .no-cols-md-5 {
    width: 41.66%; }

  .cols-md-6,
  .no-cols-md-6 {
    width: 50%; }

  .cols-md-7,
  .no-cols-md-7 {
    width: 58.33%; }

  .cols-md-8,
  .no-cols-md-8 {
    width: 66.66%; }

  .cols-md-9,
  .no-cols-md-9 {
    width: 75%; }

  .cols-md-10,
  .no-cols-md-10 {
    width: 83.33%; }

  .cols-md-11,
  .no-cols-md-11 {
    width: 91.66%; }

  .cols-md-12,
  .no-cols-md-12 {
    width: 100%; }

  /*****************************************/
  .top__header {
    background-color: #011938;
    padding: .5rem 0; }
    .top__header .top__header__container {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: 0 auto;
      width: 90%; }
      .top__header .top__header__container .top__header__item {
        display: flex;
        flex: 1;
        justify-content: flex-end; }
      .top__header .top__header__container span {
        color: rgba(255, 255, 255, 0.85);
        font-size: .85rem; }
      .top__header .top__header__container span:nth-child(3) {
        margin-left: 1rem; }
      .top__header .top__header__container span:nth-child(1) {
        margin-right: 1rem; }
      .top__header .top__header__container i {
        color: #ffffff;
        margin-right: .35rem; }

  .main-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0; }
    .main-header .header-container {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 90%; }
    .main-header .logo,
    .main-header .nav-menu {
      flex: 1; }
    .main-header .logo img {
      display: inline-block;
      width: 40%; }
    .main-header .nav-list {
      align-items: center;
      display: flex;
      justify-content: center;
      list-style: none;
      margin: 0;
      padding: 0; }
    .main-header .nav-item {
      padding: 1rem 0;
      position: static; }
      .main-header .nav-item:last-child a {
        background: #011938;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        color: #c7e4f4; }
    .main-header .nav-link {
      color: rgba(55, 61, 63, 0.65);
      display: block;
      font-size: .8rem;
      font-weight: 600;
      letter-spacing: .015rem;
      padding: 1rem 2rem;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap; }
    .main-header .fullscreen-dropdown {
      background-color: #f9f9f9;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
      left: 0;
      opacity: 0;
      padding: 3rem 0;
      position: absolute;
      right: 0;
      transform: translateY(10px);
      transition: all .3s ease;
      visibility: hidden;
      width: 100vw;
      z-index: 999; }
    .main-header .dropdown-content {
      display: flex;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      padding: 1rem 0;
      max-width: 80%; }
    .main-header .dropdown-column {
      display: flex;
      flex: 1;
      flex-direction: column; }
    .main-header .dropdown-column h3 {
      color: #888;
      font-size: 0.9rem;
      letter-spacing: 0.05em;
      margin-bottom: 1rem;
      text-transform: uppercase; }
    .main-header .dropdown-column img {
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      border-radius: 0.5rem;
      margin-bottom: 1rem; }
    .main-header .dropdown-column a {
      color: rgba(1, 25, 56, 0.65);
      font-size: .9rem;
      line-height: 1px;
      margin: 0;
      padding: 0;
      text-decoration: none;
      transition: color .2s ease; }
    .main-header .dropdown-column a:hover {
      color: rgba(1, 25, 56, 0.5); }
    .main-header .has-fullscreen:hover .fullscreen-dropdown {
      opacity: 1;
      transform: translateY(0);
      visibility: visible; }
    .main-header .menu-toggle {
      display: none; }

  /**************** Slider Container Styling ********************/
  #slide-container {
    background-color: #ffffff;
    position: relative; }
    #slide-container .slide-container {
      display: none; }
    #slide-container .slide-container.active {
      display: block; }
    #slide-container .slide-container .slide {
      background: linear-gradient(90deg, #ffffff 70%, #ffffff 30.1%); }
    #slide-container .slide {
      display: flex;
      flex-direction: column;
      height: auto;
      margin: 0 auto;
      overflow: hidden;
      padding: 0; }
    #slide-container #prev,
    #slide-container #next {
      background: #011938;
      bottom: 1rem;
      color: #fff;
      cursor: pointer;
      font-size: 35px;
      font-weight: 600;
      height: 50px;
      line-height: 50px;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translate(-4%, -50%);
      width: 50px;
      z-index: 2;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    #slide-container #prev:hover,
    #slide-container #next:hover {
      background: #276c91; }
    #slide-container #prev {
      left: 3%; }
    #slide-container #next {
      right: 3%; }
    #slide-container .content {
      height: 85vh;
      padding: 0; }
    #slide-container img {
      animation: slideImage .4s linear;
      display: block;
      height: 100%;
      margin: auto;
      object-fit: cover;
      object-position: center;
      width: 100%; }
    #slide-container .course-link {
      background: #a7824c;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      #slide-container .course-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
    #slide-container .text-content {
      animation: slideText .4s linear;
      background: rgba(255, 255, 255, 0.65);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      display: flex;
      flex-direction: column;
      height: auto;
      justify-content: center;
      left: 10%;
      padding: 2.5rem 2rem 2.5rem;
      position: absolute;
      top: 15%;
      width: 50%;
      z-index: 2; }
    #slide-container h1 {
      color: #011938;
      font-family: "Open Sans", sans-serif;
      font-size: 1.85rem;
      font-weight: 700;
      line-height: 1.35;
      margin: 0 0 1rem; }
  @keyframes slideImage {
    0% {
      opacity: 0;
      transform: translateX(-50px); } }
  @keyframes slideText {
    0% {
      opacity: 0;
      transform: translateX(-300px); } }
    #slide-container p {
      font-size: 1.15rem;
      line-height: 1.5;
      margin: 0 0 2rem; }
    #slide-container span {
      color: #a7824c; }
    #slide-container a {
      background: linear-gradient(to right, #011938, #000306);
      border: none;
      color: #ffffff;
      font-size: .85rem;
      font-weight: 600;
      padding: 1.05rem 2rem;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      width: max-content;
      z-index: 0;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      #slide-container a::after {
        background: linear-gradient(to right, #011938, #03469c);
        content: '';
        font-family: FontAwesome;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: 300ms ease-in-out;
        width: 0;
        z-index: -1;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        border-radius: 0.3rem; }
      #slide-container a:hover::after {
        width: 100%; }
      #slide-container a i {
        margin-left: .5rem;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      #slide-container a:hover i {
        margin-left: .85rem; }

  .intro-video {
    position: relative;
    padding: 2rem;
    /* Absolute center positioning for the play button */
    /* Add a slight hover effect */
    /* Optional: Fade out button when video is playing, fade in on hover */ }
    .intro-video .intro-video-container {
      display: grid;
      gap: 3rem;
      grid-template-columns: repeat(2, minmax(30%, 70%));
      margin: 3% auto;
      width: 100%; }
    .intro-video .play-button {
      position: absolute;
      top: 40%;
      left: 20%;
      transform: translate(-20%, -40%);
      background: rgba(0, 0, 0, 0.6);
      border: none;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease, opacity 0.3s ease;
      z-index: 10; }
    .intro-video .play-button:hover {
      background: rgba(0, 0, 0, 0.8); }
    .intro-video .video-container.is-playing .play-button {
      opacity: 0; }
    .intro-video .video-container.is-playing:hover .play-button {
      opacity: 1; }
    .intro-video video {
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      position: relative; }
    .intro-video h2 {
      color: #a7824c;
      font-size: 2rem;
      line-height: 1.35;
      margin-bottom: 1.5rem; }
    .intro-video p {
      font-size: 1rem;
      line-height: 2.15;
      margin-bottom: 3.5rem; }
    .intro-video a {
      background: linear-gradient(to right, #011938, #000306);
      border: none;
      color: #ffffff;
      font-weight: 600;
      padding: 1.15rem 1rem;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap;
      width: max-content;
      z-index: 0;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      .intro-video a::after {
        background: linear-gradient(to right, #011938, #03469c);
        content: '';
        font-family: FontAwesome;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: 300ms ease-in-out;
        width: 0;
        z-index: -1;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        border-radius: 0.3rem; }
      .intro-video a:hover::after {
        background: linear-gradient(to right, #72bae3, #03469c);
        width: 100%; }
      .intro-video a i {
        margin-left: .5rem;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .intro-video a:hover i {
        margin-left: .85rem; }

  .category__series {
    padding: 3rem 0 5rem;
    position: relative; }
    .category__series .series__title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto 1.5rem;
      width: 90%; }
      .category__series .series__title h2 {
        color: #a7824c;
        font-size: 1.5rem; }
    .category__series .series__container {
      display: grid;
      gap: 5rem 2rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      width: 90%; }
    .category__series .img__overlay {
      height: 450px;
      overflow: hidden; }
    .category__series img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    .category__series .product__item__content {
      padding: 2rem; }
      .category__series .product__item__content p {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    .category__series .series_img {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden;
      position: relative; }
      .category__series .series_img:hover img {
        transform: scale(1.15); }
      .category__series .series_img p {
        font-size: 1.25rem; }
    .category__series a {
      color: #a7824c;
      text-decoration: none; }

  .category__series__others {
    padding: 2rem 0 3.5rem;
    position: relative; }
    .category__series__others .series__title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto 1.5rem;
      width: 90%; }
      .category__series__others .series__title h2 {
        color: #a7824c;
        font-size: 1.5rem; }
    .category__series__others .series__container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      width: 90%; }
    .category__series__others .img__overlay {
      height: 230px;
      overflow: hidden; }
    .category__series__others img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    .category__series__others .product__item__content {
      padding: 2rem; }
      .category__series__others .product__item__content p {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    .category__series__others .series_img {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden;
      position: relative; }
      .category__series__others .series_img:hover img {
        transform: scale(1.15); }
      .category__series__others .series_img p {
        font-size: 1.25rem; }
    .category__series__others a {
      color: #a7824c;
      text-decoration: none; }

  .product__showcase .showcase__container {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%; }
  .product__showcase .zoom-image {
    cursor: zoom-in;
    height: auto;
    transition: transform 0.5s ease-in-out; }
  .product__showcase .zoom-image.is-zoomed {
    align-items: center;
    bottom: 0;
    cursor: zoom-out;
    display: flex;
    height: auto;
    justify-content: center;
    left: 0;
    margin: 0% auto;
    object-fit: contain;
    position: fixed;
    right: 0;
    top: 0;
    transform: scale(1.1);
    width: 50%;
    z-index: 1000; }

  .shop-by-category {
    background: rgba(169, 169, 169, 0.15);
    padding: 5rem 0;
    position: relative; }
    .shop-by-category .category-title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto;
      width: 80%; }
    .shop-by-category h2 {
      color: #a7824c;
      margin-bottom: 2rem; }
    .shop-by-category .category-container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      position: relative;
      width: 80%; }
    .shop-by-category .category-items {
      height: 400px;
      position: relative;
      width: 100%; }
      .shop-by-category .category-items img {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%; }
      .shop-by-category .category-items .item-title {
        align-items: center;
        background-color: #011938;
        bottom: 0;
        color: #ffffff;
        display: flex;
        justify-content: center;
        left: 0;
        padding: .75rem 0;
        position: absolute;
        width: 100%; }
        .shop-by-category .category-items .item-title h3 {
          font-size: 1.65rem;
          font-weight: normal; }

  .img__header {
    position: relative;
    width: 100vw; }
    .img__header img {
      display: block;
      height: 100%;
      object-fit: cover;
      object-position: center;
      width: 100vw; }
    .img__header .img__header__content {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 auto;
      padding: 2rem 0;
      position: relative;
      text-align: center;
      width: 75%; }
      .img__header .img__header__content h1 {
        color: #011938;
        font-size: 1.9rem;
        line-height: 1.35;
        margin-bottom: 1rem; }
      .img__header .img__header__content p {
        font-size: 1.5rem; }

  .img__header__product {
    height: 200px;
    position: relative;
    width: 100vw; }
    .img__header__product::after {
      background-color: #011938;
      content: '';
      inset: 0;
      left: 0;
      position: absolute;
      top: 0; }
    .img__header__product .img__header__content {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
      .img__header__product .img__header__content h1 {
        color: #ffffff; }

  .marquee-container {
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
    padding: 3rem 0 7rem; }
    .marquee-container h2 {
      color: #a7824c;
      font-size: 1.65rem;
      margin-bottom: 2rem; }

  .marquee-content {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: scroll 15s linear infinite; }

  /* Pause the animation when hovering */
  .marquee-content:hover {
    animation-play-state: paused; }

  .marquee-content img {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    height: 350px;
    object-fit: cover;
    width: 200px; }

  /* The Animation */
  @keyframes scroll {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-50%); } }
  main {
    position: relative; }
    main .main_content {
      margin: 5% auto;
      width: 90%; }
      main .main_content .about__glt__grid {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: space-between;
        margin: 0 auto 3rem;
        width: 100%; }
      main .main_content .glt__item {
        flex: 1; }
        main .main_content .glt__item h2 {
          color: #011938;
          font-size: 1.75rem; }
        main .main_content .glt__item p {
          font-size: 1.15rem; }
      main .main_content .core__values {
        display: grid;
        gap: 5rem;
        grid-template-columns: repeat(3, 1fr);
        margin: 10% auto 5%;
        position: relative;
        width: 100%; }
        main .main_content .core__values .core__values__items {
          position: relative; }
        main .main_content .core__values img {
          display: block;
          height: auto;
          margin: 0 auto 1rem;
          width: 75%; }
        main .main_content .core__values h3 {
          color: #011938;
          font-size: 1.15rem;
          text-align: center;
          text-transform: uppercase; }
    main .product__empty {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    main .all__products {
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden; }
    main .products__container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      overflow: hidden;
      position: relative; }
    main .img__overlay {
      height: 450px;
      overflow: hidden; }
    main img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    main .product__item {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden; }
      main .product__item:hover img {
        transform: scale(1.15); }
    main .product__item__content {
      padding: 2rem; }
      main .product__item__content a {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    main .single__products__container {
      overflow: hidden;
      position: relative; }
      main .single__products__container .single__product__item {
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
        overflow: hidden; }
      main .single__products__container .img__overlay {
        height: 600px;
        overflow: hidden; }
      main .single__products__container .single__product__item__content {
        padding: 0; }

  .img__header__contact {
    display: flex;
    flex-direction: column;
    margin: 5% auto;
    position: relative;
    width: 80%; }
    .img__header__contact::after {
      background: rgba(1, 25, 56, 0.45);
      bottom: -2rem;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%; }
    .img__header__contact h1 {
      font-size: 2rem;
      line-height: 1.5; }

  .experience__centre {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
    margin: 5% auto;
    position: relative;
    width: 80%; }
    .experience__centre .ecentre__item {
      flex: 1;
      height: 400px;
      position: relative; }
    .experience__centre img {
      height: 100%;
      object-fit: cover;
      width: 100%; }

  .place__order {
    margin: 5% auto;
    position: relative;
    width: 90%; }
    .place__order .place__order__form {
      padding: 1rem 2rem; }
    .place__order .place__order__form {
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
      position: relative; }
      .place__order .place__order__form .email__form__title {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto 2rem;
        text-align: center;
        width: 100%; }
      .place__order .place__order__form .email__contact__form {
        padding: 2rem 0; }
      .place__order .place__order__form textarea {
        height: 13rem; }
      .place__order .place__order__form input[type="submit"] {
        background: #011938;
        color: #ffffff;
        display: inline-block;
        font-size: .9rem;
        font-weight: 600;
        padding: 1.35rem 2rem; }
        .place__order .place__order__form input[type="submit"]:hover {
          background-color: #72bae3;
          color: #011938; }
      .place__order .place__order__form label {
        color: #373d3f;
        font-size: 1rem; }
      .place__order .place__order__form .form-group-grid {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        justify-content: space-between; }
        .place__order .place__order__form .form-group-grid:not(:last-child) {
          margin-bottom: 2.15rem; }
        .place__order .place__order__form .form-group-grid .form-group {
          flex: 1; }
    .place__order .ecentre__item {
      flex: 1;
      height: 400px;
      position: relative; }
    .place__order img {
      height: 100%;
      object-fit: cover;
      width: 100%; }

  /* Open Map Button */
  .btn-open-map {
    background-color: #011938;
    border: 1px solid #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    left: 50%;
    padding: 1rem 2rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease, transform 0.1s ease;
    white-space: nowrap; }

  .btn-open-map:hover {
    background-color: #ffffff;
    color: #373d3f; }

  /* Overlay (Backdrop) */
  .map-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000; }

  /* Active state to show modal */
  .map-overlay.active {
    opacity: 1;
    visibility: visible; }

  /* Modal Container */
  .map-modal {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    max-width: 90%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
    transition: transform 0.3s ease; }

  .map-overlay.active .map-modal {
    transform: translateY(0); }

  /* Header Bar */
  .map-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb; }
    .map-header address {
      font-style: normal; }
      .map-header address p:nth-child(1) {
        font-size: 1.15rem;
        font-weight: 600; }
      .map-header address p span {
        font-weight: 600; }

  .map-title {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5; }

  /* Close Button */
  .btn-close {
    background: none;
    border: none;
    font-size: 5rem;
    font-weight: bold;
    color: #6b7280;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 4px; }

  .btn-close:hover {
    color: #111827;
    background-color: #f3f4f6; }

  /* Map Iframe Wrapper (Maintains 16:9 Aspect Ratio) */
  .map-body {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 ratio */
    background-color: #e5e7eb; }

  .map-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

  .email__form {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    position: relative; }
    .email__form .email__form__title {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 1rem;
      text-align: center; }
      .email__form .email__form__title h2 {
        font-size: 1.75rem;
        line-height: 1.5; }
    .email__form .email__contact__form {
      padding: 1rem; }
    .email__form textarea {
      height: 13rem; }
    .email__form input[type="submit"] {
      background: #011938;
      color: #ffffff;
      display: block;
      font-size: .9rem;
      font-weight: 600;
      padding: 1.35rem 2rem;
      width: 100%; }
      .email__form input[type="submit"]:hover {
        background-color: #72bae3;
        color: #011938; }
    .email__form label {
      color: #373d3f;
      font-size: 1rem; }
    .email__form .form-group-grid {
      display: flex;
      flex-direction: column;
      gap: 0;
      justify-content: center; }
      .email__form .form-group-grid .form-group {
        flex: 1; }
      .email__form .form-group-grid:not(:last-child) {
        margin-bottom: 1rem; }

  footer {
    background-color: #011938;
    padding: 3.5rem 0 2rem;
    position: relative; }
    footer img {
      margin-top: 3rem;
      width: 50%; }
    footer .footer-item {
      color: #ffffff; }
      footer .footer-item h4 {
        color: #72bae3;
        font-size: 1rem;
        letter-spacing: .035rem;
        margin-bottom: 3rem;
        position: relative;
        text-transform: uppercase; }
        footer .footer-item h4::after {
          background-color: #72bae3;
          bottom: -1rem;
          content: '';
          height: 1px;
          left: 0;
          opacity: .35;
          position: absolute;
          width: 100%; }
      footer .footer-item ul {
        display: block;
        list-style-type: none;
        margin-top: 1rem; }
        footer .footer-item ul li:not(:last-child) {
          margin-bottom: 1rem; }
      footer .footer-item p,
      footer .footer-item ul,
      footer .footer-item a {
        color: #909090; }
      footer .footer-item a {
        font-size: 1rem;
        text-decoration: none; }
    footer .copyright {
      border-top: 1px solid rgba(169, 169, 169, 0.35);
      width: 78%;
      margin: 0 auto;
      position: relative; }
    footer #copyright {
      color: #a9a9a9;
      font-size: .85rem;
      margin: 1.65rem 0 0;
      padding: 0; } }
/*------------- Large Tablet and Laptop Styling ----------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1170px) {
  :root {
    --zoom: 1;
    --x: 50%;
    --y: 50%; }

  /*********** Responsive/Adaptive Design Styling Area **************/
  .rows {
    margin-left: -15px;
    margin-right: -15px; }

  .rows-container::before,
  .rows-container::after,
  .rows-container-smaller::before,
  .rows-container-smaller::after,
  .rows-fluid::before,
  .rows-fluid::after {
    content: '';
    display: table; }

  .rows-container::after,
  .rows-container-smaller::after,
  .rows-fluid::after,
  .rows::after {
    clear: both; }

  .rows-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 80%; }

  .rows-container-smaller {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .rows-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }

  [class*="cols-lg-"] {
    float: left;
    padding-left: 15px;
    padding-right: 15px; }

  [class*="no-cols-lg-"] {
    float: left;
    padding: 0;
    width: 100%; }

  .cols-lg-1,
  .no-cols-lg-1 {
    width: 8.33%; }

  .cols-lg-2,
  .no-cols-lg-2 {
    width: 16.66%; }

  .cols-lg-3,
  .no-cols-lg-3 {
    width: 25%; }

  .cols-lg-4,
  .no-cols-lg-4 {
    width: 33.33%; }

  .cols-lg-5,
  .no-cols-lg-5 {
    width: 41.66%; }

  .cols-lg-6,
  .no-cols-lg-6 {
    width: 50%; }

  .cols-lg-7,
  .no-cols-lg-7 {
    width: 58.33%; }

  .cols-lg-8,
  .no-cols-lg-8 {
    width: 66.66%; }

  .cols-lg-9,
  .no-cols-lg-9 {
    width: 75%; }

  .cols-lg-10,
  .no-cols-lg-10 {
    width: 83.33%; }

  .cols-lg-11,
  .no-cols-lg-11 {
    width: 91.66%; }

  .cols-lg-12,
  .no-cols-lg-12 {
    width: 100%; }

  /*****************************************/
  .mobile-menu,
  .close {
    display: none; }

  .top__header {
    background-color: #011938;
    padding: .5rem 0; }
    .top__header .top__header__container {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      width: 95%; }
      .top__header .top__header__container .top__header__item {
        display: flex;
        flex: 1;
        justify-content: flex-end; }
      .top__header .top__header__container span {
        color: rgba(255, 255, 255, 0.85);
        font-size: .85rem; }
      .top__header .top__header__container span:nth-child(3) {
        margin-left: 1rem; }
      .top__header .top__header__container span:nth-child(1) {
        margin-right: 1rem; }
      .top__header .top__header__container i {
        color: #ffffff;
        margin-right: .35rem; }

  .main-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0; }
    .main-header .header-container {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 90%; }
    .main-header .logo img {
      display: inline;
      width: 28%; }
    .main-header .nav-list {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0; }
    .main-header .nav-item {
      position: static; }
      .main-header .nav-item:last-child a {
        background: #011938;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        color: #c7e4f4; }
    .main-header .nav-link {
      color: rgba(55, 61, 63, 0.65);
      display: block;
      font-size: .85rem;
      font-weight: 600;
      letter-spacing: .015rem;
      padding: 1rem 1.5rem;
      text-decoration: none;
      text-transform: uppercase; }
    .main-header .fullscreen-dropdown {
      background-color: #f9f9f9;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
      left: 0;
      opacity: 0;
      padding: 3rem 0;
      position: absolute;
      right: 0;
      transform: translateY(10px);
      transition: all .3s ease;
      visibility: hidden;
      width: 100vw;
      z-index: 999; }
    .main-header .dropdown-content {
      display: flex;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      padding: 1rem 0;
      max-width: 80%; }
    .main-header .dropdown-column {
      display: flex;
      flex: 1;
      flex-direction: column; }
    .main-header .dropdown-column h3 {
      color: #888;
      font-size: 0.9rem;
      letter-spacing: 0.05em;
      margin-bottom: 1rem;
      text-transform: uppercase; }
    .main-header .dropdown-column img {
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      border-radius: 0.5rem;
      margin-bottom: 1rem; }
    .main-header .dropdown-column a {
      color: rgba(1, 25, 56, 0.65);
      font-size: .9rem;
      line-height: 1px;
      margin: 0;
      padding: 0;
      text-decoration: none;
      transition: color .2s ease; }
    .main-header .dropdown-column a:hover {
      color: rgba(1, 25, 56, 0.5); }
    .main-header .dropdown-column li {
      margin: -1rem 0 0;
      padding: 0; }
    .main-header .has-fullscreen:hover .fullscreen-dropdown {
      opacity: 1;
      transform: translateY(0);
      visibility: visible; }
    .main-header .menu-toggle {
      display: none; }

  /**************** Slider Container Styling ********************/
  #slide-container {
    background-color: #ffffff;
    position: relative; }
    #slide-container .slide-container {
      display: none; }
    #slide-container .slide-container.active {
      display: block; }
    #slide-container .slide-container .slide {
      background: linear-gradient(90deg, #ffffff 70%, #ffffff 30.1%); }
    #slide-container .slide {
      display: flex;
      flex-direction: column;
      height: auto;
      margin: 0 auto;
      overflow: hidden;
      padding: 0; }
    #slide-container #prev,
    #slide-container #next {
      background: #011938;
      bottom: 1rem;
      color: #fff;
      cursor: pointer;
      font-size: 35px;
      font-weight: 600;
      height: 70px;
      line-height: 70px;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translate(-4%, -50%);
      width: 70px;
      z-index: 2;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    #slide-container #prev:hover,
    #slide-container #next:hover {
      background: #276c91; }
    #slide-container #prev {
      left: 3%; }
    #slide-container #next {
      right: 3%; }
    #slide-container .content {
      height: 85vh;
      padding: 0; }
    #slide-container img {
      animation: slideImage .4s linear;
      display: block;
      height: 100%;
      margin: auto;
      object-fit: cover;
      object-position: center;
      width: 100%; }
    #slide-container .course-link {
      background: #a7824c;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      #slide-container .course-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
    #slide-container .text-content {
      animation: slideText .4s linear;
      background: rgba(255, 255, 255, 0.65);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      display: flex;
      flex-direction: column;
      height: auto;
      justify-content: center;
      left: 10%;
      padding: 2.5rem 2rem 2.5rem;
      position: absolute;
      top: 10%;
      width: 35%;
      z-index: 2; }
    #slide-container h1 {
      color: #011938;
      font-family: "Open Sans", sans-serif;
      font-size: 1.85rem;
      font-weight: 700;
      line-height: 1.35;
      margin: 0 0 1rem; }
  @keyframes slideImage {
    0% {
      opacity: 0;
      transform: translateX(-50px); } }
  @keyframes slideText {
    0% {
      opacity: 0;
      transform: translateX(-300px); } }
    #slide-container p {
      font-size: 1.15rem;
      line-height: 1.5;
      margin: 0 0 2rem; }
    #slide-container span {
      color: #a7824c; }
    #slide-container a {
      background: linear-gradient(to right, #011938, #000306);
      border: none;
      color: #ffffff;
      font-size: .85rem;
      font-weight: 600;
      padding: 1.05rem 2rem;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      width: max-content;
      z-index: 0;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      #slide-container a::after {
        background: linear-gradient(to right, #011938, #03469c);
        content: '';
        font-family: FontAwesome;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: 300ms ease-in-out;
        width: 0;
        z-index: -1;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        border-radius: 0.3rem; }
      #slide-container a:hover::after {
        width: 100%; }
      #slide-container a i {
        margin-left: .5rem;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      #slide-container a:hover i {
        margin-left: .85rem; }

  .intro-video {
    position: relative;
    padding: 3rem 0;
    /* Absolute center positioning for the play button */
    /* Add a slight hover effect */
    /* Optional: Fade out button when video is playing, fade in on hover */ }
    .intro-video .intro-video-container {
      display: grid;
      gap: 3rem;
      grid-template-columns: repeat(2, minmax(30%, 70%));
      margin: 3% auto;
      width: 90%; }
    .intro-video .play-button {
      position: absolute;
      top: 50%;
      left: 30%;
      transform: translate(-30%, -50%);
      background: rgba(0, 0, 0, 0.6);
      border: none;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease, opacity 0.3s ease;
      z-index: 10; }
    .intro-video .play-button:hover {
      background: rgba(0, 0, 0, 0.8); }
    .intro-video .video-container.is-playing .play-button {
      opacity: 0; }
    .intro-video .video-container.is-playing:hover .play-button {
      opacity: 1; }
    .intro-video video {
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      position: relative; }
    .intro-video h2 {
      color: #a7824c;
      font-size: 2rem;
      line-height: 1.35;
      margin-bottom: 2rem; }
    .intro-video p {
      font-size: 1.15rem;
      line-height: 2.15;
      margin-bottom: 3.5rem; }
    .intro-video a {
      background: linear-gradient(to right, #011938, #000306);
      border: none;
      color: #ffffff;
      font-weight: 600;
      padding: 1.15rem 2rem;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      width: max-content;
      z-index: 0;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      .intro-video a::after {
        background: linear-gradient(to right, #011938, #03469c);
        content: '';
        font-family: FontAwesome;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: 300ms ease-in-out;
        width: 0;
        z-index: -1;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        border-radius: 0.3rem; }
      .intro-video a:hover::after {
        background: linear-gradient(to right, #72bae3, #03469c);
        width: 100%; }
      .intro-video a i {
        margin-left: .5rem;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .intro-video a:hover i {
        margin-left: .85rem; }

  .category__series {
    padding: 2rem 0 3.5rem;
    position: relative; }
    .category__series .series__title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto 1.5rem;
      width: 90%; }
      .category__series .series__title h2 {
        color: #a7824c;
        font-size: 1.65rem; }
    .category__series .series__container {
      display: grid;
      gap: 3rem 1.5rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      width: 90%; }
    .category__series .img__overlay {
      height: 400px;
      overflow: hidden; }
    .category__series img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    .category__series .product__item__content {
      padding: 2rem; }
      .category__series .product__item__content p {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    .category__series .series_img {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden;
      position: relative; }
      .category__series .series_img:hover img {
        transform: scale(1.15); }
      .category__series .series_img p {
        font-size: 1.25rem; }
    .category__series a {
      color: #a7824c;
      text-decoration: none; }

  .category__series__others {
    padding: 2rem 0 3.5rem;
    position: relative; }
    .category__series__others .series__title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto 1.5rem;
      width: 90%; }
      .category__series__others .series__title h2 {
        color: #a7824c;
        font-size: 1.65rem; }
    .category__series__others .series__container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      width: 90%; }
    .category__series__others .img__overlay {
      height: 230px;
      overflow: hidden; }
    .category__series__others img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    .category__series__others .product__item__content {
      padding: 2rem; }
      .category__series__others .product__item__content p {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    .category__series__others .series_img {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden;
      position: relative; }
      .category__series__others .series_img:hover img {
        transform: scale(1.15); }
      .category__series__others .series_img p {
        font-size: 1.25rem; }
    .category__series__others a {
      color: #a7824c;
      text-decoration: none; }

  .product__showcase .showcase__container {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%; }
  .product__showcase .zoom-image {
    cursor: zoom-in;
    height: auto;
    transition: transform 0.5s ease-in-out; }
  .product__showcase .zoom-image.is-zoomed {
    align-items: center;
    bottom: 0;
    cursor: zoom-out;
    display: flex;
    height: auto;
    justify-content: center;
    left: 0;
    margin: 0% auto;
    object-fit: contain;
    position: fixed;
    right: 0;
    top: 0;
    transform: scale(1.1);
    width: 50%;
    z-index: 1000; }

  .shop-by-category {
    background: rgba(169, 169, 169, 0.15);
    padding: 5rem 0;
    position: relative; }
    .shop-by-category .category-title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto;
      width: 80%; }
    .shop-by-category h2 {
      color: #a7824c;
      margin-bottom: 2rem; }
    .shop-by-category .category-container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      position: relative;
      width: 80%; }
    .shop-by-category .category-items {
      height: 400px;
      position: relative;
      width: 100%; }
      .shop-by-category .category-items img {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%; }
      .shop-by-category .category-items .item-title {
        align-items: center;
        background-color: #011938;
        bottom: 0;
        color: #ffffff;
        display: flex;
        justify-content: center;
        left: 0;
        padding: .75rem 0;
        position: absolute;
        width: 100%; }
        .shop-by-category .category-items .item-title h3 {
          font-size: 1.65rem;
          font-weight: normal; }

  .img__header {
    position: relative;
    width: 100vw; }
    .img__header img {
      display: block;
      height: 100%;
      object-fit: cover;
      object-position: center;
      width: 100vw; }
    .img__header .img__header__content {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 auto;
      padding: 2rem 0;
      position: relative;
      text-align: center;
      width: 75%; }
      .img__header .img__header__content h1 {
        color: #011938;
        font-size: 1.9rem;
        line-height: 1.35;
        margin-bottom: 1rem; }
      .img__header .img__header__content p {
        font-size: 1.5rem; }

  .marquee-container {
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
    padding: 3rem 0 7rem; }
    .marquee-container h2 {
      color: #a7824c;
      margin-bottom: 2rem; }

  .marquee-content {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: scroll 15s linear infinite; }

  /* Pause the animation when hovering */
  .marquee-content:hover {
    animation-play-state: paused; }

  .marquee-content img {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    height: 400px;
    object-fit: cover;
    width: 250px; }

  /* The Animation */
  @keyframes scroll {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-50%); } }
  main {
    position: relative; }
    main .main_content {
      margin: 5% auto;
      width: 90%; }
      main .main_content .about__glt__grid {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
        justify-content: space-between;
        margin: 0 auto 3rem;
        width: 85%; }
      main .main_content .glt__item {
        flex: 1; }
        main .main_content .glt__item h2 {
          color: #011938;
          font-size: 2.15rem; }
        main .main_content .glt__item p {
          font-size: 1.35rem; }
      main .main_content .core__values {
        display: grid;
        gap: 5rem;
        grid-template-columns: repeat(3, 1fr);
        margin: 10% auto 5%;
        position: relative;
        width: 100%; }
        main .main_content .core__values .core__values__items {
          position: relative; }
        main .main_content .core__values img {
          display: block;
          height: auto;
          margin: 0 auto 1rem;
          width: 50%; }
        main .main_content .core__values h3 {
          color: #011938;
          font-size: 1.15rem;
          text-align: center;
          text-transform: uppercase; }
    main .product__empty {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    main .all__products {
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden; }
    main .products__container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      overflow: hidden;
      position: relative; }
    main .img__overlay {
      height: 450px;
      overflow: hidden; }
    main img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    main .product__item {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden; }
      main .product__item:hover img {
        transform: scale(1.15); }
    main .product__item__content {
      padding: 2rem; }
      main .product__item__content a {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    main .single__products__container {
      overflow: hidden;
      position: relative; }
      main .single__products__container .single__product__item {
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
        overflow: hidden; }
      main .single__products__container .img__overlay {
        height: 600px;
        overflow: hidden; }
      main .single__products__container .single__product__item__content {
        padding: 0; }

  .img__header__contact {
    display: flex;
    flex-direction: column;
    margin: 5% auto;
    position: relative;
    width: 80%; }
    .img__header__contact::after {
      background: rgba(1, 25, 56, 0.45);
      bottom: -2rem;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%; }

  .experience__centre {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 3fr;
    margin: 5% auto;
    position: relative;
    width: 80%; }
    .experience__centre .ecentre__item {
      flex: 1;
      height: 400px;
      position: relative; }
    .experience__centre img {
      height: 100%;
      object-fit: cover;
      width: 100%; }

  .place__order {
    margin: 5% auto;
    position: relative;
    width: 80%; }
    .place__order .place__order__form {
      padding: 2rem; }
    .place__order .place__order__form {
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
      position: relative; }
      .place__order .place__order__form .email__form__title {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto 2rem;
        text-align: center;
        width: 60%; }
      .place__order .place__order__form .email__contact__form {
        padding: 2rem 1.15rem; }
      .place__order .place__order__form textarea {
        height: 13rem; }
      .place__order .place__order__form input[type="submit"] {
        background: #011938;
        color: #ffffff;
        display: inline-block;
        font-size: .9rem;
        font-weight: 600;
        padding: 1.35rem 2rem; }
        .place__order .place__order__form input[type="submit"]:hover {
          background-color: #72bae3;
          color: #011938; }
      .place__order .place__order__form label {
        color: #373d3f;
        font-size: 1rem; }
      .place__order .place__order__form .form-group-grid {
        display: flex;
        gap: 2rem;
        justify-content: space-between; }
        .place__order .place__order__form .form-group-grid .form-group {
          flex: 1; }
    .place__order .ecentre__item {
      flex: 1;
      height: 400px;
      position: relative; }
    .place__order img {
      height: 100%;
      object-fit: cover;
      width: 100%; }

  /* Open Map Button */
  .btn-open-map {
    background-color: #011938;
    border: 1px solid #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    left: 50%;
    padding: 1rem 2rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease, transform 0.1s ease;
    white-space: nowrap; }

  .btn-open-map:hover {
    background-color: #ffffff;
    color: #373d3f; }

  /* Overlay (Backdrop) */
  .map-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000; }

  /* Active state to show modal */
  .map-overlay.active {
    opacity: 1;
    visibility: visible; }

  /* Modal Container */
  .map-modal {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    max-width: 80%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
    transition: transform 0.3s ease; }

  .map-overlay.active .map-modal {
    transform: translateY(0); }

  /* Header Bar */
  .map-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb; }
    .map-header address {
      font-style: normal; }
      .map-header address p:nth-child(1) {
        font-size: 1.15rem;
        font-weight: 600; }
      .map-header address p span {
        font-weight: 600; }

  .map-title {
    font-size: 1.85rem;
    font-weight: 600;
    color: #1f2937; }

  /* Close Button */
  .btn-close {
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: #6b7280;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 4px; }

  .btn-close:hover {
    color: #111827;
    background-color: #f3f4f6; }

  /* Map Iframe Wrapper (Maintains 16:9 Aspect Ratio) */
  .map-body {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 ratio */
    background-color: #e5e7eb; }

  .map-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

  .email__form {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    position: relative; }
    .email__form .email__form__title {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center; }
    .email__form .email__contact__form {
      padding: 2rem 2.15rem; }
    .email__form textarea {
      height: 13rem; }
    .email__form input[type="submit"] {
      background: #011938;
      color: #ffffff;
      display: inline-block;
      font-size: .9rem;
      font-weight: 600;
      padding: 1.35rem 2rem; }
      .email__form input[type="submit"]:hover {
        background-color: #72bae3;
        color: #011938; }
    .email__form label {
      color: #373d3f;
      font-size: 1rem; }
    .email__form .form-group-grid {
      display: flex;
      gap: 2rem;
      justify-content: space-between; }
      .email__form .form-group-grid .form-group {
        flex: 1; }

  footer {
    background-color: #011938;
    padding: 3.5rem 0 2rem;
    position: relative; }
    footer img {
      margin-top: 3rem;
      width: 50%; }
    footer .footer-item {
      color: #ffffff; }
      footer .footer-item h4 {
        color: #72bae3;
        font-size: 1rem;
        letter-spacing: .035rem;
        margin-bottom: 3rem;
        position: relative;
        text-transform: uppercase; }
        footer .footer-item h4::after {
          background-color: #72bae3;
          bottom: -1rem;
          content: '';
          height: 1px;
          left: 0;
          opacity: .35;
          position: absolute;
          width: 100%; }
      footer .footer-item ul {
        display: block;
        list-style-type: none;
        margin-top: 1rem; }
        footer .footer-item ul li:not(:last-child) {
          margin-bottom: 1rem; }
      footer .footer-item p,
      footer .footer-item ul,
      footer .footer-item a {
        color: #909090; }
      footer .footer-item a {
        font-size: 1rem;
        text-decoration: none; }
    footer .copyright {
      border-top: 1px solid rgba(169, 169, 169, 0.35);
      width: 78%;
      margin: 0 auto;
      position: relative; }
    footer #copyright {
      color: #a9a9a9;
      font-size: .85rem;
      margin: 1.65rem 0 0;
      padding: 0; } }
/*------------- Desktop Styling ----------------------------*/
@media screen and (min-width: 1171px) {
  :root {
    --zoom: 1;
    --x: 50%;
    --y: 50%; }

  .menu-toggle {
    display: none; }

  /*
     Header Styling
     */
  .top__header {
    background-color: #011938;
    padding: .5rem 0; }
    .top__header .top__header__container {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      width: 80%; }
      .top__header .top__header__container .top__header__item {
        display: flex;
        flex: 1;
        justify-content: flex-end; }
      .top__header .top__header__container span {
        color: rgba(255, 255, 255, 0.85);
        font-size: .85rem; }
      .top__header .top__header__container span:nth-child(3) {
        margin-left: 1rem; }
      .top__header .top__header__container span:nth-child(1) {
        margin-right: 1rem; }
      .top__header .top__header__container i {
        color: #ffffff;
        margin-right: .35rem; }

  .main-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0; }
    .main-header .header-container {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 80%; }
    .main-header .logo img {
      display: inline;
      width: 28%; }
    .main-header .nav-list {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0; }
    .main-header .nav-item {
      position: static; }
      .main-header .nav-item:last-child a {
        background: #011938;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        color: #c7e4f4; }
    .main-header .nav-link {
      color: rgba(55, 61, 63, 0.65);
      display: block;
      font-size: .9rem;
      font-weight: 600;
      letter-spacing: .015rem;
      padding: 1rem 2rem;
      text-decoration: none;
      text-transform: uppercase; }
    .main-header .fullscreen-dropdown {
      background-color: #f9f9f9;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
      left: 0;
      opacity: 0;
      padding: 3rem 0;
      position: absolute;
      right: 0;
      transform: translateY(10px);
      transition: all .3s ease;
      visibility: hidden;
      width: 100vw;
      z-index: 999; }
    .main-header .dropdown-content {
      display: flex;
      gap: 2rem;
      justify-content: space-between;
      margin: 0 auto;
      padding: 1rem 0;
      max-width: 80%; }
    .main-header .dropdown-column {
      display: flex;
      flex: 1;
      flex-direction: column; }
    .main-header .dropdown-column h3 {
      color: #888;
      font-size: 0.9rem;
      letter-spacing: 0.05em;
      margin-bottom: 1rem;
      text-transform: uppercase; }
    .main-header .dropdown-column img {
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      border-radius: 0.5rem;
      margin-bottom: 1rem; }
    .main-header .dropdown-column a {
      color: rgba(1, 25, 56, 0.65);
      font-size: .85rem;
      line-height: 0;
      margin: 0;
      padding: 0;
      text-decoration: none;
      transition: color .2s ease; }
    .main-header .dropdown-column a:hover {
      color: rgba(1, 25, 56, 0.5); }
    .main-header .dropdown-column li {
      margin: -1rem 0 0;
      padding: 0; }
    .main-header .has-fullscreen:hover .fullscreen-dropdown {
      opacity: 1;
      transform: translateY(0);
      visibility: visible; }

  /**************** Slider Container Styling ********************/
  #slide-container {
    background-color: #ffffff;
    position: relative; }
    #slide-container .slide-container {
      display: none; }
    #slide-container .slide-container.active {
      display: block; }
    #slide-container .slide-container .slide {
      background: linear-gradient(90deg, #ffffff 70%, #ffffff 30.1%); }
    #slide-container .slide {
      display: flex;
      flex-direction: column;
      height: auto;
      margin: 0 auto;
      overflow: hidden;
      padding: 0; }
    #slide-container #prev,
    #slide-container #next {
      background: #011938;
      bottom: 1rem;
      color: #fff;
      cursor: pointer;
      font-size: 35px;
      font-weight: 600;
      height: 70px;
      line-height: 70px;
      position: absolute;
      text-align: center;
      top: 50%;
      transform: translate(-4%, -50%);
      width: 70px;
      z-index: 2;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    #slide-container #prev:hover,
    #slide-container #next:hover {
      background: #276c91; }
    #slide-container #prev {
      left: 3%; }
    #slide-container #next {
      right: 3%; }
    #slide-container .content {
      height: 85vh;
      padding: 0; }
    #slide-container img {
      animation: slideImage .4s linear;
      display: block;
      height: 100%;
      margin: auto;
      object-fit: cover;
      object-position: center;
      width: 100%; }
    #slide-container .course-link {
      background: #a7824c;
      color: #ffffff;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: .035rem;
      margin-top: 10px;
      padding: .8rem 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 13rem; }
      #slide-container .course-link:hover {
        background: #a9a9a9;
        color: #ffffff; }
    #slide-container .text-content {
      animation: slideText .4s linear;
      background: rgba(255, 255, 255, 0.65);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      display: flex;
      flex-direction: column;
      height: auto;
      justify-content: center;
      left: 10%;
      padding: 2.5rem 2rem 2.5rem;
      position: absolute;
      top: 30%;
      width: 35%;
      z-index: 2; }
    #slide-container h1 {
      color: #011938;
      font-family: "Open Sans", sans-serif;
      font-size: 1.85rem;
      font-weight: 700;
      line-height: 1.35;
      margin: 0 0 1rem; }
  @keyframes slideImage {
    0% {
      opacity: 0;
      transform: translateX(-50px); } }
  @keyframes slideText {
    0% {
      opacity: 0;
      transform: translateX(-300px); } }
    #slide-container p {
      font-size: 1.15rem;
      line-height: 1.5;
      margin: 0 0 2rem; }
    #slide-container span {
      color: #a7824c; }
    #slide-container a {
      background: linear-gradient(to right, #011938, #000306);
      border: none;
      color: #ffffff;
      font-size: .85rem;
      font-weight: 600;
      padding: 1.05rem 2rem;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      width: max-content;
      z-index: 0;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      #slide-container a::after {
        background: linear-gradient(to right, #011938, #03469c);
        content: '';
        font-family: FontAwesome;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: 300ms ease-in-out;
        width: 0;
        z-index: -1;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        border-radius: 0.3rem; }
      #slide-container a:hover::after {
        width: 100%; }
      #slide-container a i {
        margin-left: .5rem;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      #slide-container a:hover i {
        margin-left: .85rem; }

  .intro-video {
    position: relative;
    padding: 5rem;
    /* Absolute center positioning for the play button */
    /* Add a slight hover effect */
    /* Optional: Fade out button when video is playing, fade in on hover */ }
    .intro-video .intro-video-container {
      display: grid;
      gap: 3rem;
      grid-template-columns: repeat(2, minmax(30%, 70%));
      margin: 3% auto;
      width: 75%; }
    .intro-video .play-button {
      position: absolute;
      top: 50%;
      left: 30%;
      transform: translate(-30%, -50%);
      background: rgba(0, 0, 0, 0.6);
      border: none;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease, opacity 0.3s ease;
      z-index: 10; }
    .intro-video .play-button:hover {
      background: rgba(0, 0, 0, 0.8); }
    .intro-video .video-container.is-playing .play-button {
      opacity: 0; }
    .intro-video .video-container.is-playing:hover .play-button {
      opacity: 1; }
    .intro-video video {
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      position: relative; }
    .intro-video h2 {
      color: #a7824c;
      font-size: 2.5rem;
      line-height: 1.35;
      margin-bottom: 2rem; }
    .intro-video p {
      font-size: 1.45rem;
      line-height: 2.15;
      margin-bottom: 3.5rem; }
    .intro-video a {
      background: linear-gradient(to right, #011938, #000306);
      border: none;
      color: #ffffff;
      font-weight: 600;
      padding: 1.15rem 2rem;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      width: max-content;
      z-index: 0;
      -webkit-border-radius: 0.3rem;
      -moz-border-radius: 0.3rem;
      border-radius: 0.3rem; }
      .intro-video a::after {
        background: linear-gradient(to right, #011938, #03469c);
        content: '';
        font-family: FontAwesome;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: 300ms ease-in-out;
        width: 0;
        z-index: -1;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        border-radius: 0.3rem; }
      .intro-video a:hover::after {
        background: linear-gradient(to right, #72bae3, #03469c);
        width: 100%; }
      .intro-video a i {
        margin-left: .5rem;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .intro-video a:hover i {
        margin-left: .85rem; }

  .category__series {
    padding: 3rem 0 5rem;
    position: relative; }
    .category__series .series__title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto 1.5rem;
      width: 80%; }
      .category__series .series__title h2 {
        color: #a7824c;
        font-size: 1.65rem; }
    .category__series .series__container {
      display: grid;
      gap: 5rem 2rem;
      grid-template-columns: repeat(5, 1fr);
      margin: 0 auto;
      width: 80%; }
    .category__series .img__overlay {
      height: 450px;
      overflow: hidden; }
    .category__series img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    .category__series .product__item__content {
      padding: 2rem; }
      .category__series .product__item__content p {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    .category__series .series_img {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden;
      position: relative; }
      .category__series .series_img:hover img {
        transform: scale(1.15); }
      .category__series .series_img p {
        font-size: 1.25rem; }
    .category__series a {
      color: #a7824c;
      text-decoration: none; }

  .category__series__others {
    padding: 3rem 0 5rem;
    position: relative; }
    .category__series__others .series__title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto 1.5rem;
      width: 80%; }
      .category__series__others .series__title h2 {
        color: #a7824c;
        font-size: 1.65rem; }
    .category__series__others .series__container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(5, 1fr);
      margin: 0 auto;
      width: 80%; }
    .category__series__others .img__overlay {
      height: 230px;
      overflow: hidden; }
    .category__series__others img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    .category__series__others .product__item__content {
      padding: 2rem; }
      .category__series__others .product__item__content p {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    .category__series__others .series_img {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden;
      position: relative; }
      .category__series__others .series_img:hover img {
        transform: scale(1.15); }
      .category__series__others .series_img p {
        font-size: 1.25rem; }
    .category__series__others a {
      color: #a7824c;
      text-decoration: none; }

  .product__showcase .showcase__container {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%; }
  .product__showcase .zoom-image {
    cursor: zoom-in;
    height: auto;
    transition: transform 0.5s ease-in-out; }
  .product__showcase .zoom-image.is-zoomed {
    align-items: center;
    bottom: 0;
    cursor: zoom-out;
    display: flex;
    height: auto;
    justify-content: center;
    left: 0;
    margin: 0% auto;
    object-fit: contain;
    position: fixed;
    right: 0;
    top: 0;
    transform: scale(1.1);
    width: 50%;
    z-index: 1000; }

  .shop-by-category {
    background: rgba(169, 169, 169, 0.15);
    padding: 5rem 0;
    position: relative; }
    .shop-by-category .category-title {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      margin: 0 auto;
      width: 80%; }
    .shop-by-category h2 {
      color: #a7824c;
      margin-bottom: 2rem; }
    .shop-by-category .category-container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(3, 1fr);
      margin: 0 auto;
      position: relative;
      width: 80%; }
    .shop-by-category .category-items {
      height: 400px;
      position: relative;
      width: 100%; }
      .shop-by-category .category-items img {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%; }
      .shop-by-category .category-items .item-title {
        align-items: center;
        background-color: #011938;
        bottom: 0;
        color: #ffffff;
        display: flex;
        justify-content: center;
        left: 0;
        padding: .75rem 0;
        position: absolute;
        width: 100%; }
        .shop-by-category .category-items .item-title h3 {
          font-size: 1.65rem;
          font-weight: normal; }

  .img__header {
    position: relative;
    width: 100vw; }
    .img__header img {
      display: block;
      height: 100%;
      object-fit: cover;
      object-position: center;
      width: 100vw; }
    .img__header .img__header__content {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 auto;
      padding: 2rem 0;
      position: relative;
      text-align: center;
      width: 55%; }
      .img__header .img__header__content h1 {
        color: #011938; }
      .img__header .img__header__content p {
        font-size: 1.75rem; }

  .img__header__product {
    height: 200px;
    position: relative;
    width: 100vw; }
    .img__header__product::after {
      background-color: #011938;
      content: '';
      inset: 0;
      left: 0;
      position: absolute;
      top: 0; }
    .img__header__product .img__header__content {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
      .img__header__product .img__header__content h1 {
        color: #ffffff; }

  .img__header__contact {
    display: flex;
    flex-direction: column;
    margin: 5% auto;
    position: relative;
    width: 80%; }
    .img__header__contact::after {
      background: rgba(1, 25, 56, 0.45);
      bottom: -2rem;
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      width: 100%; }

  .marquee-container {
    overflow: hidden;
    margin: 0 auto;
    width: 80%;
    padding: 3rem 0 7rem; }
    .marquee-container h2 {
      color: #a7824c;
      margin-bottom: 2rem; }

  .marquee-content {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: scroll 15s linear infinite; }

  /* Pause the animation when hovering */
  .marquee-content:hover {
    animation-play-state: paused; }

  .marquee-content img {
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    height: 450px;
    object-fit: cover;
    width: 300px; }

  /* The Animation */
  @keyframes scroll {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(-50%); } }
  main {
    position: relative; }
    main .main_content {
      margin: 5% auto;
      width: 80%; }
      main .main_content .about__glt__grid {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 3rem;
        justify-content: space-between;
        margin: 0 auto 3rem;
        width: 85%; }
      main .main_content .glt__item {
        flex: 1; }
        main .main_content .glt__item h2 {
          color: #011938;
          font-size: 2.15rem; }
        main .main_content .glt__item p {
          font-size: 1.35rem; }
      main .main_content .core__values {
        display: grid;
        gap: 5rem;
        grid-template-columns: repeat(5, 1fr);
        margin: 10% auto 5%;
        position: relative;
        width: 85%; }
        main .main_content .core__values .core__values__items {
          position: relative; }
        main .main_content .core__values img {
          display: block;
          height: auto;
          margin: 0 auto 1rem;
          width: 75%; }
        main .main_content .core__values h3 {
          color: #011938;
          font-size: 1.15rem;
          text-align: center;
          text-transform: uppercase; }
    main .product__empty {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    main .all__products {
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden; }
    main .products__container {
      display: grid;
      gap: 2rem;
      grid-template-columns: repeat(5, 1fr);
      overflow: hidden;
      position: relative; }
    main .img__overlay {
      height: 450px;
      overflow: hidden; }
    main img {
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      height: 100%;
      width: 100%; }
    main .product__item {
      background: rgba(169, 169, 169, 0.1);
      -webkit-border-radius: 1rem;
      -moz-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden; }
      main .product__item:hover img {
        transform: scale(1.15); }
    main .product__item__content {
      padding: 2rem; }
      main .product__item__content a {
        color: #a7824c;
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.35;
        text-decoration: none; }
    main .single__products__container {
      overflow: hidden;
      position: relative; }
      main .single__products__container .single__product__item {
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        display: grid;
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
        overflow: hidden; }
      main .single__products__container .img__overlay {
        height: 600px;
        overflow: hidden; }
      main .single__products__container .single__product__item__content {
        padding: 0; }

  .experience__centre {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 3fr;
    margin: 5% auto;
    position: relative;
    width: 80%; }
    .experience__centre .ecentre__item {
      flex: 1;
      height: 400px;
      position: relative; }
    .experience__centre img {
      height: 100%;
      object-fit: cover;
      width: 100%; }

  .place__order {
    margin: 5% auto;
    position: relative;
    width: 80%; }
    .place__order .place__order__form {
      padding: 3rem; }
    .place__order .place__order__form {
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
      position: relative; }
      .place__order .place__order__form .email__form__title {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto 2rem;
        text-align: center;
        width: 55%; }
      .place__order .place__order__form .email__contact__form {
        padding: 2rem 2.15rem; }
      .place__order .place__order__form textarea {
        height: 13rem; }
      .place__order .place__order__form input[type="submit"] {
        background: #011938;
        color: #ffffff;
        display: inline-block;
        font-size: .9rem;
        font-weight: 600;
        padding: 1.35rem 2rem; }
        .place__order .place__order__form input[type="submit"]:hover {
          background-color: #72bae3;
          color: #011938; }
      .place__order .place__order__form label {
        color: #373d3f;
        font-size: 1rem; }
      .place__order .place__order__form .form-group-grid {
        display: flex;
        gap: 2rem;
        justify-content: space-between; }
        .place__order .place__order__form .form-group-grid .form-group {
          flex: 1; }
    .place__order .ecentre__item {
      flex: 1;
      height: 400px;
      position: relative; }
    .place__order img {
      height: 100%;
      object-fit: cover;
      width: 100%; }

  /* Open Map Button */
  .btn-open-map {
    background-color: #011938;
    border: 1px solid #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    left: 50%;
    padding: 1rem 2rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease, transform 0.1s ease;
    white-space: nowrap; }

  .btn-open-map:hover {
    background-color: #ffffff;
    color: #373d3f; }

  /* Overlay (Backdrop) */
  .map-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000; }

  /* Active state to show modal */
  .map-overlay.active {
    opacity: 1;
    visibility: visible; }

  /* Modal Container */
  .map-modal {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    max-width: 80%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    transform: translateY(-20px);
    transition: transform 0.3s ease; }

  .map-overlay.active .map-modal {
    transform: translateY(0); }

  /* Header Bar */
  .map-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb; }
    .map-header address {
      font-style: normal; }
      .map-header address p:nth-child(1) {
        font-size: 1.15rem;
        font-weight: 600; }
      .map-header address p span {
        font-weight: 600; }

  .map-title {
    font-size: 1.85rem;
    font-weight: 600;
    color: #1f2937; }

  /* Close Button */
  .btn-close {
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: #6b7280;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 4px; }

  .btn-close:hover {
    color: #111827;
    background-color: #f3f4f6; }

  /* Map Iframe Wrapper (Maintains 16:9 Aspect Ratio) */
  .map-body {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 ratio */
    background-color: #e5e7eb; }

  .map-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

  .email__form {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2);
    position: relative; }
    .email__form .email__form__title {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center; }
    .email__form .email__contact__form {
      padding: 2rem 2.15rem; }
    .email__form textarea {
      height: 13rem; }
    .email__form input[type="submit"] {
      background: #011938;
      color: #ffffff;
      display: inline-block;
      font-size: .9rem;
      font-weight: 600;
      padding: 1.35rem 2rem; }
      .email__form input[type="submit"]:hover {
        background-color: #72bae3;
        color: #011938; }
    .email__form label {
      color: #373d3f;
      font-size: 1rem; }
    .email__form .form-group-grid {
      display: flex;
      gap: 2rem;
      justify-content: space-between; }
      .email__form .form-group-grid .form-group {
        flex: 1; }

  footer {
    background-color: #011938;
    padding: 3.5rem 0 2rem;
    position: relative; }
    footer img {
      margin-top: 3rem;
      width: 50%; }
    footer .footer-item {
      color: #ffffff; }
      footer .footer-item h4 {
        color: #72bae3;
        font-size: 1rem;
        letter-spacing: .035rem;
        margin-bottom: 3rem;
        position: relative;
        text-transform: uppercase; }
        footer .footer-item h4::after {
          background-color: #72bae3;
          bottom: -1rem;
          content: '';
          height: 1px;
          left: 0;
          opacity: .35;
          position: absolute;
          width: 100%; }
      footer .footer-item ul {
        display: block;
        list-style-type: none;
        margin-top: 1rem; }
        footer .footer-item ul li:not(:last-child) {
          margin-bottom: 1rem; }
      footer .footer-item p, footer .footer-item ul, footer .footer-item a {
        color: #909090; }
      footer .footer-item a {
        font-size: 1rem;
        text-decoration: none; }
    footer .copyright {
      border-top: 1px solid rgba(169, 169, 169, 0.35);
      width: 78%;
      margin: 0 auto;
      position: relative; }
    footer #copyright {
      color: #a9a9a9;
      font-size: .85rem;
      margin: 1.65rem 0 0;
      padding: 0; } }

/*# sourceMappingURL=styles.css.map */
