@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root{
  --ii-primary:#1e2738;
  --ii-dark:#0f172a;
  --ii-muted:#64748b;
  --ii-bg:#f5f7fb;
  --ii-line:#e6eaf0;
  --ii-soft:#f1f5ff;
  --ii-radius:16px;
  --ii-shadow:0 10px 28px rgba(15,23,42,.06);
}

.fm-string-single-box.menu-strip-drop-down.animate_tag {
    z-index: 500000;
}

.mobile-contact-box-wrapper {
    display: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #07162e !important;
    border-color: #07162e  !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #07162e;
    border-color: #07162e;
}
.uk-category-box a{
overflow:hidden;
}



.ii-btn{
  flex:1;
  height:44px;
  border-radius:999px;
  font-weight:800;
  font-size:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  transition:.25s;
}

/* PRIMARY */
.ii-btn-primary{
  background:var(--ii-primary);
  color:#fff;
  border:0;
  box-shadow:0 8px 20px rgba(37,99,235,.25);
}

.ii-btn-primary:hover{
  background:#1e4ed8;
  transform:translateY(-1px);
}

/* OUTLINE */
.ii-btn-outline{
  background:#fff;
  border:1px solid var(--ii-primary);
  color:var(--ii-primary);
}

.ii-btn-outline:hover{
  background:var(--ii-primary);
  color:#fff;
}


body{
background-color:#f5f7fb;
font-family: "Jost", sans-serif;

}
.add-to-cart-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



button.theme-bg.add_to_cart.add_to_cart_listing {
    width: 49%;
    margin-top: 10px;
}
.product-image a{
height:inherit;
width:100%;
text-align:center;
}

.theme-color-1{
color:#1d4ed8;
}
.menu-strip-drop-down{
z-index:1000;
overflow: visible;
}

.nav-link:hover{
color:#666;
}

.fm-z-index{
z-index:200;
}
.dropdown-menu.theme-bg-dark.show {
  min-width: 275px;
}
.navbar-toggler-wrapper {
  align-content: center;
}
.mobile-logo-box{
align-content: center;
    margin: auto;
}
.theme-color-2{
color:#07162e;
}
.strip-content-col-sub.vertical_content_center {
  align-content: center;
}
.align{
align-content: center !important;
}
.site-footer {
  background: #07162e;
  color: #fff;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 30px 0px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-col ul li a {
  color: #d1d7e0;
  text-decoration: none;
  transition: color 0.3s, text-decoration 0.3s;
}

.footer-col ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-col .contact li {
  color: #d1d7e0;
}

.footer-bottom {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.footer-bottom p {
  font-size: 13px;
  color: #cbd5e1;
}
.social-icons {
  display: flex;
  font-size: 18px;
  gap: 10px;
  color: white;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  margin-left: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.s-icons{
color: white;
  padding: 7px;
  border-radius: 8px;
  border: 1px solid rgba(226,232,240,.18);
}
.social-icons a:hover {
  background: #ffffff;
  color: #0a1f3f;
}




@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .social-icons {
margin-top:10px;
  }
}





.top-header {
  background: #fff;
  padding: 15px 0;
}

.header-container {
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}

.logo {
  font-size: 28px;
  font-weight: 700;
  white-space: nowrap;
}

.logo .blue {
  color: #1e2738;
}

.logo .black {
  color: #000;
}

.search-box {
  flex: 1;
  display: flex;
  border: 1px solid #e5e7eb;
  border-radius: 40px;
  overflow: hidden;
}

.search-box input {
  flex: 1;
  border: none;
  padding: 12px 18px;
  font-size: 15px;
  outline: none;
}

.search-box button {
  background: #1e2738;
  color: #fff;
  border: none;
  padding: 0 30px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.search-box button:hover {
  background: #184fd1;
}

.header-actions {
  display: flex;
  gap: 12px;
}

.action-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e5e7eb;
  padding: 10px 18px;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: 0.3s;
}

.action-btn:hover {
  background: #f5f7fa !important;
  color: #646e7d;
}
.icon {
  font-size: 16px;
}

@media(min-width:768px){

#navbarTogglerDemo34>ul>li{

margin-right:30px;
}

}

@media (max-width: 768px) {

.shop-header.d-flex.justify-content-between.align-items-center {
    flex-wrap: wrap;
}

  .header-container {
    flex-wrap: wrap;
  }
.logo{
display:block;margin:auto;
}

.search-box{
display:none;
}
.header-actions{margin:auto;}
  .search-box {
    order: 3;
    width: 100%;
  }

  .header-actions {
    margin-left: auto;
  }
.strip-content-col-sub\.vertical_content_center.strip-content-col{
width: 100% !important;
}
.strip-content-col.strip-content-col-2 {
  width: 100% !important;
}
.strip-content-col.strip-content-col-4 {
  width: 100% !important;
}
}



.nav-link {
  font-weight: bold !important;
  color: #334155 !important;
  font-size: 16px !important;
  padding: 10px 12px !important;
}



@media (max-width: 768px) {
  .mobile-contact-box-wrapper {
    display: block;
    width: 0% !important;
    text-align: center;
    align-content: center;
    margin: auto;
    padding: 0px !important;
  }

 .logo {
    display: none;
  }
}








/* ===== BUTTON ===== */
.open-cart-btn {
  padding: 12px 20px;
  background: #e60000;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 40px;
  border-radius: 5px;
  font-size: 16px;
}

/* ===== OVERLAY ===== */
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

/* ===== CART MODAL ===== */
.cart-modal {
  position: fixed;
  top: 0;
  right: -420px;
  width: 420px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.4s ease;
  z-index: 500000000000000000000;
  display: flex;
  flex-direction: column;
border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* ===== ACTIVE STATES ===== */
.cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

.cart-modal.active {
  right: 0;
}

/* ===== HEADER ===== */
.cart-header {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-header h3 {
  font-size: 18px;
}

.close-cart {
  background: #1d4ed8;
  color: #fff;
  border: none;
  font-size: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

/* ===== CART BODY ===== */
.cart-body {
  padding: 15px 20px;
  flex: 1;
  overflow-y: auto;
}

/* CART ITEM */
.cart-item {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.cart-item img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
}

.cart-item h4 {
  font-size: 14px;
  margin-bottom: 5px;
}

.cart-item span {
  font-weight: bold;
  color: #1d4ed8;
}

/* ===== FOOTER ===== */
.cart-footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
}

.total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: bold;
}

.checkout-btn {
  width: 100%;
  padding: 12px;
  background: #1d4ed8;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}



 .fm-form-field-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.form-group {
  width: calc(50% - 20px); /* 50% width for each input on desktop */
  margin-right: 20px; /* Adjust the margin between inputs */
  margin-bottom: 20px; /* Adjust the margin between rows */
}

 .form-group:nth-child(2n) {
 align-content: end; margin-right: 0; /* Remove margin-right for every second input */
}


 .form-group .txt_center {text-align:left !important ;}
 .form-control::placeholder {font-size: 12px; color:white;} 
.form-control{background-color: transparent !important; height: 40px !important;}
.fm-form-module.fm-form--1.form-type-no{margin-top:25px;}
.form-group.form-input {  font-size: 18px;  font-weight: 600;  line-height: 40px;}
.form-group.form-product {  line-height: 40px;  font-size: 18px;  font-weight: 600;}
.fm-form-submit.btn.btn-success.contact-submit-btn {  background: #1e2738;  border: none;}

/* FAQ Section */
.erc-faq-section {
  background: #ffffff;
}

/* Header */
.erc-faq-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #05293d;
}

.erc-faq-subtitle {
  font-size: 1.05rem;
  color: #1d4ed8;
}

/* Accordion Item */
.erc-faq-item {
  border: none;
  border-radius: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Button */
.erc-faq-btn {
  background: #ffffff;
  padding: 20px 24px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #05293d;
  box-shadow: none;
}

.erc-faq-btn:focus {
  box-shadow: none;
}

/* Icon */
.erc-faq-icon {
  color: #1d4ed8;
  font-size: 1.4rem;
  margin-right: 14px;
}

/* Question */
.erc-faq-question {
  flex: 1;
}

/* Arrow */
.erc-faq-arrow {
  color: #05293d;
  transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.accordion-button:not(.collapsed) .erc-faq-arrow {
  transform: rotate(180deg);
}

/* Remove default Bootstrap arrow */
.accordion-button::after {
  display: none;
}

/* Body */
.erc-faq-body {
  background: #f8fafc;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
  padding: 25px;
  border-top: 1px solid rgba(0,0,0,0.05);
}

/* Hover */
.erc-faq-item:hover {
  transform: translateY(-2px);
  transition: all 0.25s ease;
}

/* GRID WRAPPER */
.blog-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
}

/* CARD */
.blog-post {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-post:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* IMAGE */
.blog-post-image {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* overlay effect */
.blog-post-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7,22,46,0.5), transparent);
}

/* TITLE */
.blog-post-title-wr {
    padding: 15px 18px 5px;
    text-decoration: none;
}

.blog-post-title {
    font-size: 18px;
    font-weight: 600;
    color: #07162e;
    margin: 0;
    line-height: 1.4;
    transition: 0.3s;
}

.blog-post:hover .blog-post-title {
    color: #0c2a52;
}

/* DATE */
.blog-post-date-wr {
    padding: 0 18px;
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 10px;
}

.blog-post-date-wr i {
    margin-right: 6px;
    color: #4da3ff;
}

/* DESCRIPTION */
.blog-post-desc {
    padding: 0 18px;
    font-size: 14px;
    color: #555;
    flex-grow: 1;
}

/* BUTTON */
.blog-post-btn {
    padding: 15px 18px 20px;
}

.btn-link-fm {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #4da3ff;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}

.btn-link-fm::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 6px;
    font-size: 12px;
}

.btn-link-fm:hover {
    color: #07162e;
}

/* =========================
   RESPONSIVE
========================= */

/* TABLET */
@media (max-width: 992px) {
    .blog-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .blog-posts {
        grid-template-columns: 1fr;
    }

    .blog-post-image {
        height: 180px;
    }

    .blog-post-title {
        font-size: 16px;
    }
}