 body {
  margin: 0;
 }

body, h1, h2, p {
font-family:'Century Gothic', sans-serif !important;
font-weight: 200 !important; /* Thin/light weight */
}
@font-face {
  font-family: 'Gothic'; /* your custom font name */
  src: url('../fonts/gothic.woff') format('woff'),
       url('../fonts/gothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothic';
  src: url('../fonts/gothic-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gothic';
  src: url('../fonts/gothic-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gothic';
  src: url('../fonts/gothic-200.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothic';
  src: url('../fonts/gothic-200.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}


html {
    margin-top: 0 !important;
}
.navlgoitems {
  display: flex;
  align-items: center;
  justify-content: space-between;
 
}
/* Header Base */
.header {
  background: white;
  padding: 0 55px;
  padding-top: 6px;
}
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img {
  /* height: 30px; */
  width: 194px;
}
.navlgoitems {
    padding-left: 4px;
}
.nav{
padding-left: 64px;
}
/* Navigation */
.nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 4px;
}
.nav-item {
  position: relative;
}
.nav-item a {
  font-family: 'Gothic A1';
  font-weight: 200;
  text-decoration: none;
  color: black;
  padding: 31px 14px;
  display: block;
  font-size: 17px;
   letter-spacing: 1px;
}
.nav-item:hover > a {
  border-bottom: 5px solid #0F0E9F;
}
.fa-solid, .fas {
    font-weight: 600;
}
/* Dropdown */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 269px;
  background: white;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  z-index: 1000;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      border-radius: 4px;
}
.dropdown li a {
    padding: 15px 54px 15px 24px;
    color: #5a5a5a;
    font-family: 'Gothic A1', sans-serif;
    display: block;
    width: 184px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 200;
    
}
.dropdown li  :hover {
  background: #F6F7F7;
  color:#0F0E9F;
}
.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Icons */
.icons {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-right: 28px;
      padding-bottom: 10px;
}
.icon {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.hamburger {
  display: none;
}

/* Cart Sidebar */
.cart-sidebar {
  position: fixed;
  right: -300px;
  top: 0;
  padding-top: 30px;
  width: 300px;
  height: 100%;
  background: white;
  box-shadow: -2px 0 5px rgba(0,0,0,0.1);
  transition: right 0.3s ease;
  z-index: 1001;
  display: flex;
  flex-direction: column;
}
button.close-cart {
    background: none;
    border: 0;
}
.cart-sidebar.open {
  right: 0;
}
.cart-header {
  padding: 15px;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-content {
  padding: 15px;
}
.cart-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}
.cart-header h2{   
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.cart-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Mobile */
@media(max-width: 768px) {
  .nav {
    display: none;
  }
  .nav.mobile-show {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    background: white;
    width: 100%;
  }
  .nav-list {
    flex-direction: column;
  }
  .hamburger {
    display: block;
  }
}
.footer {
  background: #E6EAEE;
  color: #232a3b;
  padding: 8px 20px 10px;
    border-top: 1px solid #ddd;
    box-shadow: 0px 0px 5px 1px rgba(88.03124999999999, 88.03124999999999, 88.03124999999999, 0.8);
}
.line-bef {
  height: 0.1px;
  border-top: 1px solid #D9E1ED;
  width: 49%;
  margin-left: 0; /* align to left */
  margin-bottom:15px;
}
.inner-footer {
    padding-bottom: 11px;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1206px;
  margin: auto;
}

.footer-left, .footer-middle, .footer-sitemap, .footer-social {
  flex: 1 1 220px;
  margin: 10px;
}
.footer-sitemap{
    margin-left: 48px;
}
.footer-middle{
  flex: 1 1 277px;
  margin: 0 14px 30px 100px !important;
}
.footer-bottom a:nth-child(1) {
  margin-left: 0;
}

.footer-sitemap h3 {
    margin-top: 7px;
     font-family: Gothic, sans-serif;
    font-weight: 600;
    color: black;
    font-size: 15px !important;
}
.footer-social h3 {
    margin-top: 7px;
     font-family: Gothic, sans-serif;
    font-weight: 600;
    margin-bottom: 43px !important;
    color: black;
    font-size: 15px !important;
        padding-left: 18px;
}
.cvb{
    font-weight:600 !important;
}
.footer-sitemap{
 flex: 1 1 186px;
}
.footer-left {
    align-items: start;
     display: flex;
     padding-left: 10px;
    flex-direction: column;
    justify-content: center;
}
.footer-logo {
  width: 198px;
  margin-bottom: 10px;
}

.footer-text {
    font-size: 14px;
    font-weight: 400;
}
.footer-middle ,.footer-sitemap ,.footer-social  h3{
    font-size: 16px !important;
    font-weight: 600;
}
.footer-middle h3,
.footer-sitemap h3,
.footer-social h3 {
    font-size: 15px !important;
    margin-bottom: 10px;
    font-weight: 600;
}
.footer-middle h3{
     font-family: Gothic, sans-serif;
    font-weight: 600;
     font-size: 15px !important;
}
.footer-middle p {
    font-size: 14px;
    color: rgb(35, 42, 59);
    line-height: 1.6;
    margin: -2px 0 5px 0;
    font-weight: 300;
}
.boldc{
    font-weight: 600;
    color: #005153;
}
.footer-sitemap ul {
  list-style: none;
  padding: 0;
}

.footer-sitemap ul li {
  margin: 7px 0;
}

.footer-sitemap a {
    text-decoration: none;
    color: #005153;
    font-size: 14px;
    font-weight: 300;
    font-family: Gothixc, sans-serif;
    font-weight: 200;
}

.footer-social .social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 10px;
}
.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
}

/* Brand background colors */
.social-icons a.facebook { background: #1877f2; }
.social-icons a.youtube { background: #ff0000; }
.social-icons a.instagram { 
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-icons a.tumblr { background: #35465c; }
.social-icons a.whatsapp { background: #25d366; }
.social-icons a.linkedin { background: #0077b5; }

.social-icons a:hover {
  opacity: 0.85;
}

.footer-social img {
  width: 28px;
  height: 28px;
}

.footer-bottom {
    text-align: start;
    margin-top: 20px;
     padding-top: 0;
    padding-top: 9px;
    width: 1168px;
    margin: auto;
 }

.footer-bottom a {
  margin: 0 15px;
  text-decoration: none;
  color: #005153;
  font-size: 12px;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-social .social-icons {
    justify-content: center;
  }
}
