.main-menu .main-menu-list .menu-item-has-children::after{display:none;}
.header-section .food-header .header-bottom .main-menu .main-menu-list>ul>li{margin-right:0px;}
.header-section .food-header .header-middle .three-btn-group .wishlist-cart-btn ul li.login a {font-size: 15px;padding: 13px 4px;}
li.list-payment__item {width: 5%;}
ul.clearfix.hdr-btn {display: flex;}
li.login a {font-size: 14px !important;}
.is-form-style button.is-search-submit {height:47px;width:70px;}
button.is-search-submit {
top: -2px;
    right: -2px;
    bottom: -2px;
    width: 70px;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    background-color: var(--theme-color-maroon);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
textarea#comment-textarea {
    width: 100% !important;
}

.form-item p {
    text-align: left;
    width: 100% !important;
    background: #fff;
}
.form-item input {background:transparent;border:0px;}
.form-textarea.clearfix p {
    text-align: left;
}

.form-textarea.clearfix span {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.custom-btn {
    border: 0px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    position: absolute;
}
span.wpcf7-spinner {width:5% !important;}
.dark{background:#ff20190d;}
/* Product Card */
ul.products.columns-3 li.product {
    position: relative;
    border-radius: 6px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 15px;
}

/* Product Image Wrapper */
ul.products.columns-3 li.product a img,
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%;
    height: 250px;
    object-fit: co;
    display: block;
    /* padding: 15px; */
    background: #fff;
}

/* Product Title */
h2.woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 15px;
    text-transform: uppercase;
    color: var(--theme-color-gold);
    text-align: center;
    line-height: 1.4;

   

    min-height: 50px; /* same title height */
}

/* Price */
ul.products li.product .price,
span.price {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    min-height: 30px;
}

span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

/* Add To Cart Button */
ul.products li.product .button,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: calc(100% - 30px);
    margin: auto auto 0;
    padding: 12px 15px !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: transparent;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px; /* equal button size */
    transition: all 0.3s ease;
}

/* Hover Effect */
ul.products li.product .button:hover {
    background: var(--theme-color-gold);
    color: #fff;
    border-color: var(--theme-color-gold);
}
/* Add Cart Icon Before Button Text */
ul.products li.product .button::before,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before {
    content: "\f290"; /* WooCommerce cart icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    font-size: 14px;
}
select.orderby {width: 269px;
    height: 50px;
    padding: 0px 30px;
    border-radius: 30px;
    border: 2px solid #f0f0f0;
}
h1.product_title.entry-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.summary.entry-summary span.woocommerce-Price-amount.amount {
    color: #000;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 800;
}
/* =========================
   WOOCOMMERCE VARIATION SELECT
========================= */

table.variations select {

    width: 100% !important;
    height: 50px !important;

    padding: 0 30px !important;

    border-radius: 30px !important;
    border: 2px solid #f0f0f0 !important;

    background: #fff !important;
    color: #111 !important;

    font-size: 15px;
    font-weight: 500;

    outline: none;
    box-shadow: none;

    cursor: pointer;

    transition: all 0.3s ease;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20'%3e%3cpath fill='%23111' d='M5.5 7.5l4.5 4.5 4.5-4.5'/%3e%3c/svg%3e");

    background-repeat: no-repeat;
    background-position: right 18px center;
}

/* Hover */
table.variations select:hover {

    border-color: #dcdcdc !important;
}

/* Focus */
table.variations select:focus {

    border-color: #111 !important;
}

/* Label */
table.variations .label label {

    font-size: 15px;
    font-weight: 600;
    color: #111;
}

/* Clear button */
.reset_variations {

    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    color: #777 !important;
    text-decoration: none;
}

.reset_variations:hover {

    color: #111 !important;
}
button.single_add_to_cart_button.button.alt {
    height: 45px;
    min-width: 45px;
    margin-right: 15px;
    padding: 0px 30px;
    color: #ffffff;
    border-radius: 30px;
    border-color: var(--theme-color-maroon);
    background-color: var(--theme-color-maroon);
}
p.price {
    margin: 20px 0px;
}
/* =========================
   Modern WooCommerce Quantity Design
   Color Theme: #ff2019
========================= */

.quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

/* Quantity Input */
.quantity input.qty {
    width: 70px;
    height: 48px;
    border: 2px solid #ffe1e0;
    border-radius: 14px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    background: #fff;
    box-shadow: 0 4px 15px rgba(255, 32, 25, 0.08);
    transition: all 0.3s ease;
}

.quantity input.qty:focus {
    border-color: #ff2019;
    box-shadow: 0 0 15px rgba(255, 32, 25, 0.25);
    outline: none;
}

/* Plus & Minus Buttons */
.quantity .plus,
.quantity .minus {
    width: 40px;
    height: 40px;
    border: none;
    background: linear-gradient(135deg, #ff2019, #ff5a55);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(255, 32, 25, 0.25);
    transition: all 0.3s ease;
}

/* Hover Effect */
.quantity .plus:hover,
.quantity .minus:hover {
    transform: translateY(-3px) scale(1.06);
    box-shadow: 0 12px 25px rgba(255, 32, 25, 0.35);
    background: linear-gradient(135deg, #ff3d36, #ff2019);
}

/* Click Effect */
.quantity .plus:active,
.quantity .minus:active {
    transform: scale(0.92);
}

/* Remove Default Arrows */
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input.qty[type=number] {
    -moz-appearance: textfield;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .quantity {
        gap: 8px;
    }

    .quantity .plus,
    .quantity .minus {
        width: 44px;
        height: 44px;
        font-size: 22px;
    }

    .quantity input.qty {
        width: 60px;
        height: 44px;
        font-size: 16px;
    }
}
/* =========================
   Remove WooCommerce Default Style
========================= */
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

/* =========================
   Tabs Wrapper
========================= */
.woocommerce div.product .woocommerce-tabs {
    margin-top: 40px;
}

/* =========================
   Tabs Container
========================= */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
    border: none;
    background: transparent;
}

/* =========================
   Tab Item
========================= */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    position: relative;
}

/* =========================
   Tab Link
========================= */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 12px 0;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    color: #666;
    transition: all 0.3s ease;
    position: relative;
    background: transparent !important;
    box-shadow: none !important;
}

/* Hover */
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: red;
}

/* =========================
   Active Tab
========================= */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: red !important;
}

/* Only Active Bottom Border */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: red;
}

/* =========================
   Tab Content
========================= */
.woocommerce-Tabs-panel {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px !important;
    background: #fff;
    border: 1px solid #eee;
}

/* Headings */
.woocommerce-Tabs-panel h2,
.woocommerce-Reviews-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #111;
}

/* Paragraph */
.woocommerce-Tabs-panel p {
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

/* =========================
   Product Attributes Table
========================= */
.shop_attributes {
    width: 100%;
    border-collapse: collapse;
}

.shop_attributes th,
.shop_attributes td {
    padding: 14px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

/* =========================
   Review Form
========================= */
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 10px;
}

/* Submit Button */
.comment-form .submit {
    background: red;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Submit Hover */
.comment-form .submit:hover {
    background: #000;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active {
    border-bottom: 1px solid red !important;
}
section.related.products h2 {
    margin-bottom: 40px;
    font-size: 40px;
    color: var(--theme-color-maroon);
    font-weight: 600;
    text-transform: uppercase;
}

section.related.products .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    position: relative;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


ul.products.columns-4 li img {
    width: 100% !important;
    display: block;
    height: 250px !important;
    object-fit: cover;
   
    text-align: center;
}
/* WooCommerce Product Title - Show Only 2 Lines */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Number of lines */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    height: 3em; /* 2 lines × line-height */
	margin-bottom:20px !important;
}
.woocommerce ul.products li.product .button {margin:20px !important;}
/* WooCommerce Notices Wrapper */
.woocommerce-notices-wrapper {
    position: relative;
    margin-bottom: 20px;
}

/* WooCommerce Success Message */
.woocommerce-message {
    position: absolute;
    top: 100% !important;
    left: 50%;
    transform: translateX(-50%);
    width: 80% !important;
    position: absolute;
    padding: 15px 20px;
    border-radius: 10px;
    background: #f0fff4;
    border-left: 4px solid #22c55e;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
    z-index: 999;
}

/* Hide Breadcrumb */
nav.woocommerce-breadcrumb {
    display: none !important;
}
.single-product aside#secondary {
    display: none;
}

.woocommerce-product-gallery__image {
    /* margin: 10px; */
    width: 100%;
    height: 500px;
    padding: 10px !important;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #faf4ee;
    border: 1px solid #e2d3d3;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
                rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.woocommerce-product-gallery__image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain !important;
    display: block;
}
ul.yith_magnifier_gallery li a {
    width: 150px !important;
    height: 150px !important;
    margin: 10px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
}
ul.yith_magnifier_gallery li a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background: #ff4841;
}
/* ================================
   WooCommerce Buttons Styling
   Cart + Checkout + General Buttons
================================== */
/* ================================
   MAIN WOOCOMMERCE BUTTONS ONLY
================================== */

.wc-block-cart__submit-button,
.wc-block-components-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button,
.wc-block-components-totals-coupon__button,
.wc-block-cart .checkout-button {
  background: var(--brand-red) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px;
  padding: 14px 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: none;
  box-shadow: 0 10px 25px rgba(255, 33, 25, 0.25);
  transition: all 0.25s ease;
}

/* ================================
   HOVER EFFECT
================================== */

.wc-block-cart__submit-button:hover,
.wc-block-components-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-totals-coupon__button:hover {
  background: #e51610 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255, 33, 25, 0.35);
}

/* ================================
   ACTIVE / CLICK EFFECT
================================== */

.wc-block-cart__submit-button:active,
.wc-block-components-button:active {
  transform: scale(0.98);
  box-shadow: 0 6px 15px rgba(255, 33, 25, 0.2);
}

/* ================================
   DISABLED BUTTON STYLE
================================== */

.wc-block-components-button:disabled {
  background: #ff6b63 !important;
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}:root {
  --brand-red: #ff2019;
  --text-dark: #1f1f1f;
  --border: #eaeaea;
}


/* Two-column layout as clean cards */
#customer_login {
  display: flex;
  gap: 30px;
}

/* Mobile stack */
@media (max-width: 768px) {
  #customer_login {
    flex-direction: column;
  }
}

/* =========================
   LOGIN + REGISTER CARDS
========================= */

.u-column1,
.u-column2 {
  flex: 1;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.u-column1:hover,
.u-column2:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* =========================
   HEADINGS
========================= */

.u-column1 h2,
.u-column2 h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-dark);
  position: relative;
}

.u-column1 h2::after,
.u-column2 h2::after {
  content: "";
  width: 40px;
  height: 3px;
  background: var(--brand-red);
  display: block;
  margin-top: 8px;
  border-radius: 5px;
}

/* =========================
   INPUT FIELDS
========================= */

.woocommerce form .input-text {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  outline: none;
  transition: 0.25s ease;
  font-size: 14px;
}

.woocommerce form .input-text:focus {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 3px rgba(255, 32, 25, 0.15);
}

/* Labels */
.woocommerce form label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

/* =========================
   BUTTONS
========================= */

.woocommerce button.button,
.woocommerce .button,
.woocommerce input.button {
  background: var(--brand-red) !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgba(255, 32, 25, 0.25);
}

.woocommerce button.button:hover,
.woocommerce .button:hover,
.woocommerce input.button:hover {
  background: #e51610 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(255, 32, 25, 0.35);
}

/* Full width login/register buttons */
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  width: 100%;
}



/* =========================
   CHECKBOX STYLE
========================= */

.woocommerce-form__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.woocommerce-account .u-column1.col-1 {
    max-width: 100%;
}

.woocommerce-account .u-column2.col-2 {
    max-width: 100%;
}



/* =========================
   SIDEBAR MENU
========================= */

.woocommerce-MyAccount-navigation {
  width: 260px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  height: fit-content;
}

/* Menu list */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 8px;
}

/* Menu links */
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  color: var(--text-dark);
  font-weight: 500;
  transition: all 0.25s ease;
  text-decoration: none;
}

/* Hover */
.woocommerce-MyAccount-navigation a:hover {
  background: rgba(255, 32, 25, 0.08);
  color: var(--brand-red);
  transform: translateX(3px);
}

/* Active tab */
.woocommerce-MyAccount-navigation .is-active a {
  background: var(--brand-red);
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(255, 32, 25, 0.25);
}

/* =========================
   CONTENT AREA
========================= */

.woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Headings inside content */
.woocommerce-MyAccount-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

/* Strong highlight */
.woocommerce-MyAccount-content strong {
  color: var(--text-dark);
}

/* =========================
   LINKS INSIDE CONTENT
========================= */

.woocommerce-MyAccount-content a {
  color: var(--brand-red);
  font-weight: 500;
  text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

/* =========================
   LOGOUT LINK SPECIAL STYLE
========================= */

.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #d60000 !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: rgba(214, 0, 0, 0.08);
  color: #d60000 !important;
}
span.tagged_as a {
    line-height: 26px;
    letter-spacing: 0px;
    gap: 10px 20px !important;
    margin: 15px 0px;
}

span.tagged_as {margin:15px 0px}
/* =========================
   Attractive Pagination
========================= */

.pagination-wrapper {
    margin-top: 50px;
}

/* UL */
.pagination-wrapper .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

/* LI */
.pagination-wrapper .page-numbers li {
    margin: 0;
}

/* Buttons */
.pagination-wrapper .page-numbers li a,
.pagination-wrapper .page-numbers li span {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.35s ease;
}

/* Normal Style */
.pagination-wrapper .page-numbers li a {
    background: #ffffff;
    color: #222;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

/* Hover */
.pagination-wrapper .page-numbers li a:hover {
    background: linear-gradient(135deg, #ff2019, #ff2019);
    color: #fff;
    border-color: transparent;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(255, 95, 109, 0.3);
}

/* Active Page */
.pagination-wrapper .page-numbers .current {
    background: linear-gradient(135deg, #ff2019, #ff2019);
    color: #fff;
    border: none;
    box-shadow: 0 10px 25px rgba(255, 95, 109, 0.35);
}

/* Prev & Next */
.pagination-wrapper .prev,
.pagination-wrapper .next {
    font-size: 18px;
}

/* Dots */
.pagination-wrapper .dots {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #999;
    width: auto;
}

/* Mobile */
@media (max-width: 576px) {

    .pagination-wrapper .page-numbers {
        gap: 8px;
    }

    .pagination-wrapper .page-numbers li a,
    .pagination-wrapper .page-numbers li span {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }
}

.gallery-icon {
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.7);
    transition: all 0.4s ease;
}

.gallery-icon img{
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.modern-gallery-section {
    background: #fff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/* Heading */
.gallery-heading {
    margin-bottom: 60px;
}

.gallery-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff6b6b;
    margin-bottom: 15px;
}

.gallery-title {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin: 0;
}

/* Grid */
.modern-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

/* Gallery Item */
.gallery-item {
    position: relative;
}

/* Card */
.gallery-card {
    display: block;
    text-decoration: none;
}

/* Image Wrapper */
.gallery-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Image */
.gallery-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Overlay */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

/* Icon */
.gallery-icon {
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 22px;
    transform: scale(0.7);
    transition: all 0.4s ease;
}

/* Hover Effects */
.gallery-item:hover .gallery-overlay {
    opacity: 1;
    visibility: visible;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.08);
}

.gallery-item:hover .gallery-icon {
    transform: scale(1);
}

/* Responsive */
@media (max-width: 991px) {

    .modern-gallery-section {
        padding: 80px 0;
    }

    .gallery-title {
        font-size: 34px;
    }

    .gallery-image {
        height: 280px;
    }
}

@media (max-width: 767px) {

    .modern-gallery-section {
        padding: 60px 0;
    }

    .gallery-title {
        font-size: 28px;
    }

    .modern-gallery-grid {
        gap: 18px;
    }

    .gallery-image {
        height: 240px;
    }
}
div#primary {
    width: 100%;
}

/* FAQ SECTION */
.faq__section {
    padding: 80px 0;
}

.faq__section--inner {
    max-width: 900px;
    margin: 0 auto;
}

.face__step--title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
}

/* Accordion Item */
.accordion__items {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s ease;
}

.accordion__items.active {
    border-color: #000;
}

/* Button */
.accordion__items--button {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 22px 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Icon */
.accordion__items--button__icon {
    transition: 0.3s ease;
    display: flex;
    align-items: center;
}

.accordion__items.active .accordion__items--button__icon {
    transform: rotate(180deg);
}

/* Body */
.accordion__items--body {
    display: none;
    padding: 0 25px 25px;
}

.accordion__items--body__desc {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

/* Active */
.accordion__items.active .accordion__items--body {
    display: block;
}

/* Responsive */
@media (max-width: 767px) {

    .faq__section {
        padding: 60px 0;
    }

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

    .accordion__items--button {
        font-size: 16px;
        padding: 18px 20px;
    }

}