.akshar-logo a img {
    height: 100px !important;
}

.gshop-navmenu ul li i {
    line-height: 3 !important;
}

.gshop-navmenu ul {
    font-family: Inter, sans-serif !important;
}

.gshop-navmenu>ul>.has-submenu>ul {
    background-color: #fff !important;

}

.offcanvas_menu {
    background: #f8f1e7;

}

.header-sticky.sticky-on {
    background-color: #f8f1e7 !important;
}



body {
    background-color: #f8f1e7 !important;
}

.d {

    align-items: start;
}

.contact-info {
    margin-top: 8px;
}

.d {
    display: flex;
    flex-direction: column;
}

.d div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    /* Adjust the spacing between lines */
}

.d div a {
    margin-right: 5px;
    /* Adjust the spacing between the icon and text */
}


/* Media query for screens smaller than 600 pixels */
@media screen and (max-width: 599px) {
    .pd {
        display: none !important;
    }

    .tr {
        margin-top: -97px;
        margin-left: 247px;
    }

}

/* Media query for screens between 600 and 959 pixels */
@media screen and (min-width: 600px) and (max-width: 959px) {
    .pd {
        display: none !important;
    }
}

/* Media query for screens between 960 and 1279 pixels */
@media screen and (min-width: 960px) and (max-width: 1200px) {
    .pd {
        display: none !important;
    }
}

@media screen and (min-width: 589px) and (max-width: 767px) {
    .tr {
        margin-top: -97px;
        margin-left: 247px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1185px) {
    .pd {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 2200px) {
    .mobile-menu {
        display: none !important;
    }
}

.input-container {
    display: none;
    /* hide initially */
    align-items: center;
    padding: 10px;
    /* border: 1px solid #f36b2d; Adjust to the color you prefer */
    border-radius: 5px;
    overflow-y: auto;
    /* Use overflow-y for vertical scrollbar */
    max-height: 200px;

}

.input-container.active {
    display: flex;
}

.search-form input {
    border: 1px solid #f36b2d;
    padding: 11px 16px;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
}

.sf {
    max-height: 411px;
    min-height: 0px;
    overflow: auto;
    display: none;
}

.offcanvas_menu {
    top: 0;
    right: -425px;
    z-index: 100;
    background: #fff;
    max-width: 400px;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    padding: 37px 45px;
    -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
    box-shadow: 0px 14px 20px rgba(0, 4, 94, .04);
    -webkit-transition: .4s;
    transition: .4s;
}


/* Media query for screens smaller than 600 pixels */
@media screen and (max-width: 599px) {
    .search-form input {
        width: 100%;
    }
}

/* Media query for screens between 600 and 959 pixels */
@media screen and (min-width: 600px) and (max-width: 959px) {
    .search-form input {
        width: 100%;
    }
}

/* Media query for screens between 960 and 1279 pixels */
@media screen and (min-width: 960px) and (max-width: 1200px) {
    .search-form input {
        width: 100%;
    }
}

.ptb-120 {
    padding: 32px 0;
}

/* Product dropdown - Grid Layout */
.product-grid-menu {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(100px, auto);
    gap: 0;
    padding: 15px !important;
    min-width: 450px !important;
    max-width: 450px !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    background: #fff;
    overflow: visible !important;
    box-sizing: border-box;
}

.product-grid-menu li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    background: transparent !important;
    border: none !important;
    width: auto !important;
}

.product-grid-menu li:hover {
    background: transparent !important;
}

.product-grid-menu li::before,
.product-grid-menu li::after,
.product-grid-menu li a::before,
.product-grid-menu li a::after {
    display: none !important;
    content: none !important;
}

.product-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 10px !important;
    text-decoration: none;
    color: #1e223f;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: center;
    min-height: 100px;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 12px;
    margin: 0 !important;
    background: transparent;
}

.product-grid-item:hover {
    background-color: #fff !important;
    color: #f36b2d !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-color: #f0f0f0;
    padding-left: 10px !important;
    /* Override the 20px shift from main.css */
}

.product-grid-item:hover .product-grid-icon img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.product-grid-icon {
    width: 60px;
    /* Slightly wider to accommodate wide icons */
    height: 50px;
    margin-bottom: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-grid-icon img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.product-grid-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

/* Modern Header Styles */

/* Utility Colors */
.bg-dark-blue {
    background-color: #1e223f !important;
}

.text-dark-blue {
    color: #1e223f !important;
}

.bg-orange {
    background-color: #f36b2d !important;
}

.text-orange {
    color: #f36b2d !important;
}

.hover-text-orange:hover {
    color: #f36b2d !important;
    transition: color 0.3s ease;
}

/* Navigation Links */
.nav-link {
    font-size: 16px;
    padding: 10px 0;
    position: relative;
    transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link:focus {
    color: #f36b2d !important;
}

/* Header Buttons */
.btn-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.btn-icon:hover {
    background-color: #f36b2d !important;
    color: #fff !important;
    border-color: #f36b2d;
}

.hover-lift {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hover-lift:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(243, 107, 45, 0.3);
}

/* Intact Search Form Styles */
.search-form {
    transition: all 0.3s ease;
    border-color: #e5e5e5 !important;
}

.search-form input {
    height: 30px;
}

.search-form .btn-icon {
    border: none !important;
    background: transparent !important;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.search-form .btn-icon:hover {
    background: transparent !important;
    color: #f36b2d !important;
}

.search-form:focus-within {
    border-color: #f36b2d !important;
    box-shadow: 0 0 0 3px rgba(243, 107, 45, 0.1);
    background-color: #fff !important;
}

.search-form input::placeholder {
    font-size: 13px;
    color: #999;
}

/* Offcanvas Toggle visibility overlap fix */
.offcanvas-toggle {
    display: flex !important;
    width: 35px;
    height: 35px;
}

/* Header Utilities */
.fs-sm {
    font-size: 14px !important;
}

.fs-xs {
    font-size: 13px !important;
}

.text-dark-blue {
    color: #1e223f !important;
}

/* Modern Navbar Refinements */
.gshop-header-main {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    /* Subtle shadow for depth */
    transition: all 0.3s ease;
}

/* Navigation Links */
.gshop-navmenu .nav-link {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px !important;
    /* fs-xs equivalent but specific */
    font-weight: 600 !important;
    position: relative;
    padding-bottom: 2px;
    transition: color 0.3s ease;
}

.gshop-navmenu .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #f36b2d;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.gshop-navmenu .nav-link:hover {
    color: #f36b2d !important;
}

.gshop-navmenu .nav-link:hover::after {
    width: 100%;
}

/* Get Quote Button - Pop Effect */
.btn-primary.bg-orange {
    box-shadow: 0 4px 10px rgba(243, 107, 45, 0.3);
    transition: all 0.3s ease;
}

.btn-primary.bg-orange:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(243, 107, 45, 0.4);
}

/* Search Bar Focus */
.search-form {
    transition: all 0.3s ease;
}

.search-form:focus-within {
    box-shadow: 0 0 0 3px rgba(243, 107, 45, 0.15);
    background: #fff !important;
}

/* Product Grid Menu Overrides (Essential) */
.product-grid-menu {
    border-top: 3px solid #f36b2d !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 1000 !important;
    margin-top: 0px !important;
    /* Adjusted to align perfectly */
}

.product-grid-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    word-break: normal;
    max-width: 120px;
}