/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

/* Segoe UI Font Family from /assets/fonts */
@font-face {
    font-family: 'Segoe UI';
    src: url('../assets/fonts/SegoeUI.woff2') format('woff2'),
        url('../assets/fonts/SegoeUI.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../assets/fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('../assets/fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../assets/fonts/SegoeUI-Light.woff2') format('woff2'),
        url('../assets/fonts/SegoeUI-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../assets/fonts/SegoeUI-Semilight.woff2') format('woff2'),
        url('../assets/fonts/SegoeUI-Semilight.woff') format('woff');
    font-weight: 350;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../assets/fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../assets/fonts/SegoeUI-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../assets/fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../assets/fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../assets/fonts/SegoeUIBlack.woff2') format('woff2'),
        url('../assets/fonts/SegoeUIBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


/*****---------------------------------------- 1) font-family: 'Segoe UI', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- Color Variables - TouchMalik Theme ---------------------------------------------------------------------*/

:root {
    /* Primary Brand Colors */
    --primary-orange: #E99431;
    --primary-orange-hover: #D88520;
    --primary-orange-dark: #C77610;

    /* Brand Colors */
    --brand-navy: #0D334E;
    --brand-dark-gray: #434242;
    --brand-gray: #898989;
    --brand-light-gray: #EBECEC;

    /* Background Colors */
    --bg-cream: #FFF5ED;
    --bg-cream-light: #FFFAF5;
    --bg-white: #FFFFFF;
    --bg-dark: #0D334E;

    /* Text Colors */
    --text-primary: #0D334E;
    --text-secondary: #434242;
    --text-light: #898989;
    --text-white: #FFFFFF;

    /* Accent Colors */
    --accent-gray: #EBECEC;
    --border-color: #EBECEC;
}

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Segoe UI', sans-serif;
    padding-top: 0 !important;
    background: #FFFFFF;
    background-attachment: fixed;
}

a {
    color: var(--text-primary);
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: var(--text-primary);
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 300px;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding_0 {
    padding: 0px;
}


/* header top section start */

.header_top_section {
    display: none;
}

.header_top_main {
    display: flex;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 12px;
    color: var(--text-white);
    font-family: 'Segoe UI', sans-serif;
}

.call_text a {
    color: var(--text-white);
    transition: color 0.3s ease;
}

.call_text a:hover {
    color: var(--primary-orange);
}

.call_text_1 {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #ffffff;
    text-align: right;
}

.call_text_1 a {
    color: #ffffff;
}

.call_text_1 a:hover {
    color: var(--primary-orange);
}

.call_text_2 {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #ffffff;
    text-align: right;
    text-align: center;
}

.call_text_2 a {
    color: #ffffff;
}

.call_text_2 a:hover {
    color: var(--primary-orange);
}

.padding_left_15 {
    padding-left: 10px;
}


/* header top section end */


/* header section start */

.header_section {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/temp-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 0px 0px 0px 0px;
}


.header_bg {
    background: var(--bg-cream-light);
}

.bg-light {
    background-color: transparent !important;
}

.header_section {
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: none;
    background: transparent;
    border-bottom: none;
    transition: all 0.3s ease;
}

.header_section.scrolled {
    box-shadow: 0 2px 8px rgba(233, 148, 49, 0.08);
    background: var(--bg-white);
    border-bottom: 1px solid rgba(233, 148, 49, 0.1);
}

.container-fluid.nav-section {
    overflow: visible !important;
    padding: 0 50px;
    max-width: 100%;
}

.nav-section {
    background: transparent;
    transition: background 0.3s ease;
}

.header_section.scrolled .nav-section {
    background: var(--bg-white);
}

.navbar-sticky {
    position: static;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.logo a {
    display: inline-block;
}

.logo a:hover img {
    transform: scale(1.02);
}

.logo img {
    max-width: 180px;
    height: auto;
    padding: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
}

/* Remove drop shadow when scrolled */
.header_section.scrolled .logo img {
    filter: none;
}

.custom-products-dropdown {
    min-width: 350px;
    padding: 0;
    border-radius: 12px;
    border: 1px solid rgba(233, 148, 49, 0.15);
    box-shadow: 0 4px 16px rgba(233, 148, 49, 0.12);
    font-family: 'Segoe UI', sans-serif;
    overflow: hidden;
}

.custom-products-dropdown .dropdown-item {
    padding: 14px 20px;
    border-bottom: 1px solid var(--border-color);
    font-size: 14px;
    color: var(--text-primary);
    background: var(--bg-white);
    transition: background 0.2s;
    font-family: inherit;
    font-weight: 400;
}

.custom-products-dropdown .dropdown-item:last-child {
    border-bottom: none;
}

.custom-products-dropdown .dropdown-item:hover,
.custom-products-dropdown .dropdown-item:focus {
    background: var(--bg-cream);
    color: var(--primary-orange);
    text-decoration: none;
    padding-left: 24px;
}

.custom-products-dropdown .fa-angle-right {
    font-size: 18px;
    color: var(--text-light);
    transition: color 0.3s ease, transform 0.3s ease;
}

.custom-products-dropdown .dropdown-item:hover .fa-angle-right {
    color: var(--primary-orange);
    transform: translateX(4px);
}

/* Dropdown toggle arrow */
.navbar-nav .dropdown-toggle::after {
    border-top-color: var(--text-primary);
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.navbar-nav .dropdown:hover .dropdown-toggle::after,
.navbar-nav .show .dropdown-toggle::after {
    transform: rotate(180deg);
    border-top-color: var(--primary-orange);
}

/* Show dropdown on hover */
.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    animation: fadeInDown 0.3s ease;
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-nav {
    display: flex !important;
    align-items: center;
    flex-direction: row !important;
    font-weight: 600;
    margin: 0;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: flex-end;
}

.navbar-toggler {
    border: 2px solid var(--primary-orange);
    border-radius: 8px;
    padding: 8px 12px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(255, 138, 61, 0.2);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FF8A3D' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 20px;
    font-size: 14px;
    color: #282828;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-shadow: none;
}

/* Nav links color when navbar is scrolled */
.header_section.scrolled .navbar-expand-lg .navbar-nav .nav-link {
    color: var(--text-primary);
    text-shadow: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary-orange);
    background: rgba(233, 147, 49, 0.1);
    transform: translateY(-1px);
}

/* Nav links hover when scrolled */
.header_section.scrolled .navbar-light .navbar-nav .nav-link:focus,
.header_section.scrolled .navbar-light .navbar-nav .nav-link:hover {
    background: var(--bg-cream);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--primary-orange);
    background: rgba(255, 255, 255, 0.3);
    font-weight: 700;
}

/* Active nav links when scrolled */
.header_section.scrolled .navbar-light .navbar-nav .active>.nav-link,
.header_section.scrolled .navbar-light .navbar-nav .nav-link.active,
.header_section.scrolled .navbar-light .navbar-nav .nav-link.show,
.header_section.scrolled .navbar-light .navbar-nav .show>.nav-link {
    background: var(--bg-cream);
}

.navbar {
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: auto;
    width: 100%;
    gap: 0;
}

.navbar-collapse {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 100;
}


.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    float: left;
    font-size: 12px;
    color: #030303;
    padding: 0px 30px;
    font-weight: 600;
}

.login_text li a {
    color: #030303;
}

.login_text li a:hover {
    color: var(--primary-orange);
}

.quote_btn {
    width: 130px;
    float: left;
}

.quote_btn a {
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
    color: var(--text-white);
    background-color: var(--primary-orange);
    border-radius: 25px;
    padding: 10px 8px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(233, 148, 49, 0.3);
}

.quote_btn a:hover {
    background-color: var(--primary-orange-hover);
    color: var(--text-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(233, 148, 49, 0.4);
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 0px;
}

.banner_taital_main {
    width: 43%;
    float: left;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
    line-height: 70px;
    font-family: 'Segoe UI', sans-serif;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    font-family: 'Segoe UI', sans-serif;
}

.btn_main {
    width: 100%;
    display: flex;
}

.started_text {
    width: 180px;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #0b0b0b;
    text-align: center;
    font-size: 16px;
    border-radius: 40px;
}

.started_text a:hover {
    color: var(--text-white);
    background-color: var(--primary-orange);
}

.started_text.active a {
    color: var(--text-white);
    background-color: var(--primary-orange);
}

#my_slider a.carousel-control-prev {
    left: 30px;
    top: 180px;
    right: 0px;
}

#my_slider a.carousel-control-next {
    right: 0px;
    top: 120px;
    left: 30px;
    color: #ffffff;
    background-color: var(--primary-orange);
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 40px;
    color: #070606;
    border-radius: 100px;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: var(--primary-orange);
}


/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding: 90px 0px 90px 0px;
    background-color: #434242;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3a3a;
    font-weight: bold;
    padding-top: 40px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5a5959;
    margin-left: 0px;
}

.about_img {
    width: 100%;
    float: left;
    height: auto;
    background-size: cover;
    padding: 0px 0px 0px 0px;
}

.video_bt {
    width: 100%;
    padding: 155px 0px;
}

.play_icon img {
    width: 80px;
}

.play_icon {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    text-align: center;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 90px;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background-color: rgb(253, 164, 23, 0.8);
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: 0px;
    margin: 0 auto;
    z-index: -1;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.read_bt_1 {
    width: 180px;
    float: left;
    margin-top: 20px;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    background-color: #282828;
    color: #ffffff;
    padding: 10px 0px;
    border-radius: 40px;
    font-weight: bold;
}

.read_bt_1 a:hover {
    background-color: var(--primary-orange);
    color: var(--text-white);
}


/* about section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--brand-navy);
    font-weight: bold;
    text-align: center;
}

.services_text_1 {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    color: #1f1f1f;
    padding-top: 20px;
    text-align: center;
}

.services_text {
    width: 100%;
    font-size: 14px;
    margin: 0px;
    color: #1b1b1b;
    padding-top: 20px;
    text-align: justify;
}

.services_section_2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 40px 20px 40px 20px;
    border-radius: 20px;
    margin-top: 30px;
}

.box_main:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
}

.box_main.active {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
}

.service_img {
    width: 30%;
    min-height: 71px;
}

.development_text {
    width: 100%;
    font-size: 24px;
    color: var(--brand-navy);
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    text-transform: uppercase;
    min-height: 80px;
}

.service_img img {
    min-height: 80px;
}

.readmore_bt {
    width: 140px;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: var(--primary-orange);
    padding: 15px 20px;
    margin-top: 10px;
    font-weight: bold;
}

.readmore_bt a:hover {
    color: #252525;
}

.services-bottom {
    width: 100%;
    float: left;
    padding: 0px 90px;
    ;
}

.service_bottom_text {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    color: #1f1f1f;
    text-align: center;
}


/* services section end */

/* products section start */
.products_taital {
    font-size: 40px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 20px;
    text-align: center;
}

.product-icons-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 30px;
    background: #f5f7fa;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    max-width: 700px;
}

.product-icons-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    min-width: 70px;
}

.product-icon {
    width: 54px;
    height: 54px;
    border: 2px solid #ccc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border 0.2s, background 0.2s;
    font-size: 32px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.product-icon.active {
    border: 2px solid #007bff;
    background: #e6f0ff;
}

.product-icon-text {
    min-width: 320px;
    min-height: 110px;
    border: 1px solid #eee;
    padding: 28px 24px;
    border-radius: 12px;
    background: #fff;
    font-size: 19px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

@media (max-width: 700px) {
    .product-icons-container {
        flex-direction: column;
        align-items: stretch;
        max-width: 100%;
    }

    .product-icon-text {
        min-width: 0;
        margin-top: 20px;
    }

    .product-icons-list {
        flex-direction: row;
        justify-content: flex-start;
        min-width: 0;
    }
}

.products-flex-main {
    display: flex;
    gap: 0;
    margin: 0 auto 40px auto;
    max-width: 1100px;
    min-height: 600px;
}

.products-icons-grid {
    display: grid;
    grid-template-columns: repeat(3, 110px);
    grid-template-rows: repeat(3, 1fr);
    /* Make rows flexible */
    gap: 18px 18px;
    background: #fff;
    padding: 24px 18px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #e0e0e0;
    border-right: none;
    min-width: 350px;
    align-content: stretch;
    justify-content: center;
    height: 100%;
    /* Ensure grid fills parent height */
    min-height: 600px;
    /* Match .products-flex-main min-height */
    box-sizing: border-box;
}

.product-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 8px 0 0 0;
    border-radius: 8px;
    transition: background 0.2s;
    border: 2px solid transparent;
}

.product-icon-item.active,
.product-icon-item:hover {
    background: #fa8f43;
    border: 2px solid #fd822a;
}

.product-icon-svg {
    width: 48px;
    height: 48px;
    margin-top: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    background: none !important;
    /* Debug border, remove after testing */
    /* border: 1px solid red; */
}

.product-icon-svg img {
    width: 150px !important;
    height: 150px !important;
    object-fit: contain !important;
    display: block !important;
    background: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
    visibility: visible !important;
    /* Debug border, remove after testing */
    /* border: 1px solid green !important; */
}

.product-icon-label {
    font-size: 15px;
    color: #222;
    text-align: center;
    margin-top: 2px;
    font-weight: 500;
}

.products-details-box {
    flex: 1;
    background: #dbdbdb;
    color: #fff;
    padding: 36px 36px 36px 36px;
    border-radius: 0 10px 10px 0;
    border: 1px solid #e0e0e0;
    border-left: none;
    min-width: 350px;
    display: block;
    /* Changed from flex to block */
}

.products-details-box h3 {
    color: #ff6a00;
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 2rem;
    font-weight: 700;
}

.products-details-box .desc {
    font-size: 1.08rem;
    margin-bottom: 18px;
    color: #080808;
    text-align: justify;
}

.products-details-box .features-title {
    font-weight: bold;
    margin-bottom: 8px;
    color: #fff;
}

.products-details-box ul {
    margin: 0 0 0 18px;
    padding: 0;
    color: #fff;
    font-size: 1rem;
}

.products-details-box ul li {
    margin-bottom: 6px;
}

@media (max-width: 900px) {
    .products-flex-main {
        flex-direction: column;
        min-width: 0;
    }

    .products-icons-grid {
        border-radius: 10px 10px 0 0;
        border-right: 1px solid #e0e0e0;
        border-bottom: none;
        min-width: 0;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 90px);
    }

    .products-details-box {
        border-radius: 0 0 10px 10px;
        border-left: 1px solid #e0e0e0;
        border-top: none;
        min-width: 0;
        width: 100%;
        padding: 24px 16px;
    }
}

/* products section end */

/* info box section start */

.info_box_main {
    width: 100%;
    background-color: #dbdbdb;
    height: auto;
    padding: 40px 20px 40px 20px;
    border-radius: 20px;
    margin-top: 30px;
}

/* info box section end */

/* projects section start */

.projects_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.projects_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #192955;
    font-weight: 600;
    padding-bottom: 30px;
}

.projects_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5a5959;
    margin: 0px;
}

.projects_section_2 {
    padding: 50px 0px;
    width: 100%;
}

.pets_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 310px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(45, 45, 45, 0.5);
    margin: 0 auto;
}

.container_main {
    position: relative;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    color: #fefefd;
    text-align: center;
    font-size: 20px;
    padding-bottom: 0;
    font-weight: bold;
}

i.fa.fa-link {
    background: #0fbdd7;
    padding: 20px 20px 18px 20px;
    border-radius: 100%;
}

.padding_right0 {
    padding-right: 0px;
}

.development_box {
    width: 100%;
    background: red;
    height: auto;
    background-size: cover;
}

.work_text {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.dummy_text {
    width: 100%;
    font-size: 14px;
    margin: 0px;
    color: #ffffff;
}

.project_main {
    width: 100%;
    padding: 20px;
    background-color: var(--primary-orange);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    top: -2px;
    position: relative;
    transition: all 0.3s ease;
}

.project_main:hover {
    background-color: #252525;
}

.upcomeing_section {
    width: 100%;
    float: left;
    background-color: #ff6262;
    height: auto;
    padding: 0px 50px 50px 50px;
}

.video_menu {
    width: 100%;
    float: left;
}

.video_menu ul {
    margin: 0px;
    padding: 0px;
}

.video_menu li a {
    float: left;
    font-size: 18px;
    color: #464646;
    background-color: #ffffff;
    padding: 10px;
}

.video_menu li a:hover {
    color: #ffffff;
    background-color: #ff6262;
}

.video_menu li.active a {
    color: #ffffff;
    background-color: #ff6262;
}

.hover_main {
    width: 100%;
    float: left;
    transition: .3s all;
}

.hover_main:hover {
    transform: translateY(30px);
}

.projects_section .tab-content {
    background-color: #ff6262;
}

.projects_section ul {
    margin-bottom: 0;
    float: left;
}

.projects_section ul .nav-link {
    color: #000;
    background-color: #fff;
    padding: 12px 10px;
    width: 145px;
    text-align: center;
    margin: 0px 0px;
    text-transform: uppercase;
    position: relative;
}

.projects_section ul .nav-link.active {
    background-color: var(--primary-orange);
    color: var(--text-white);
}


/* projects section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    background-color: #282828;
    height: auto;
    padding: 90px 0px 150px 0px;
    background-size: 100%;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: var(--primary-orange);
    text-align: center;
    font-weight: bold;
    font-family: 'Segoe UI', sans-serif;
}

.testimonial_section_2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 30px;
}

.client_name_text {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}

.testimonial_text {
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    color: #646464;
    margin: 0px;
    text-align: left;
    border-radius: 4px;
}

#costum_slider a.carousel-control-next {
    right: -60px;
    left: 0px;
    top: 500px;
}

#costum_slider a.carousel-control-prev {
    left: -60px;
    right: 0px;
    top: 500px;
    color: var(--text-white);
    background-color: var(--primary-orange);
}

#costum_slider .carousel-control-next,
#costum_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #252525;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
}

#costum_slider .carousel-control-next:focus,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-prev:hover {
    color: var(--text-white);
    background-color: var(--primary-orange);
}


/* testimonial section end  */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    /* padding-left: 100px; */
    font-weight: bold;
    font-family: 'Segoe UI', sans-serif;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 90px;
}

.mail_section_1 {
    width: 100%;
    float: left;
    padding-left: 85px;
    padding-top: 30px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #c5c8c7;
    border: 0px;
    background-color: transparent;
    padding: 8px 15px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px 0px #cfcfcf;
}

input.mail_text::placeholder {
    color: #c5c8c7;
}

.massage-bt {
    color: #c5c8c7;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: transparent;
    padding: 40px 15px 0px 15px;
    border: 0px;
    box-shadow: 0px 0px 10px 0px #cfcfcf;
}

textarea#comment.massage-bt::placeholder {
    color: #c5c8c7;
}

.send_bt {
    width: 100% !important;
    float: none !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
    margin-top: 12px !important;
    padding: 0 !important;
}

.send_bt button,
.send_bt a {
    width: auto !important;
    min-width: 120px;
    margin: 0 !important;
    text-align: center;
    font-size: 14px;
    color: var(--text-white);
    background-color: var(--primary-orange);
    padding: 12px 32px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    border-radius: 25px;
    border: none;
    box-shadow: 0 2px 8px rgba(255, 138, 61, 0.3);
}

.send_bt button:hover,
.send_bt a:hover {
    color: #ffffff;
    background-color: #252525;
}

.contact_img {
    width: 100%;
    float: left;
}

.padding_left_15 {
    padding-right: 0px;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #434242;
    height: auto;
    padding-bottom: 50px;
    border-top: 2px solid rgba(255, 138, 61, 0.2);
}

/* Footer Link Styles */
.footer-links li {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 4px 0;
    color: #ffffff !important;
}

.footer-links li:hover {
    color: #FF8A3D !important;
    padding-left: 4px;
}

.footer-bottom-link {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-link:hover {
    color: #FF8A3D !important;
}

.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    color: #FF8A3D !important;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 2px solid rgba(255, 138, 61, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.footer-social-icon:hover {
    background: #FF8A3D;
    color: #FFFFFF !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255, 138, 61, 0.4);
    border-color: #FF8A3D;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Segoe UI', sans-serif;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-family: 'Segoe UI', sans-serif;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 120px 30px 120px;
    line-height: 30px;
    font-family: 'Segoe UI', sans-serif;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: var(--primary-orange);
}

.location_text li.active a {
    color: var(--primary-orange);
}

.padding_15 {
    font-size: 30px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: var(--primary-orange);
    color: var(--text-white);
}

.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border-radius: 40px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: var(--text-white);
    font-size: 16px;
    padding: 10px 0px;
    background-color: var(--primary-orange);
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 2px 8px rgba(255, 138, 61, 0.3);
}

.subscribe_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.footer_menu_main {
    width: 100%;
    float: left;
}

.footer_menu {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    flex-basis: 50%;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: var(--primary-orange);
}

.footer_menu li.active a {
    color: #f9bc19;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 15px 0px;
    color: #252525;
    text-align: center;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: #0fbdd7;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

/* HMI Solutions Section Start */

.hmi_solutions_section {
    width: 100%;
    float: left;
    background-color: transparent;
}

.hmi_solutions_section_2 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 50px;
}

.hmi_solutions_section_2 .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.hmi_solutions_section_2 .col-lg-6,
.hmi_solutions_section_2 .col-lg-4,
.hmi_solutions_section_2 .col-12 {
    display: flex;
    padding: 0 15px;
}

.hmi_box_main {
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    padding: 50px 45px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid var(--brand-light-gray);
    box-shadow: 0px 2px 10px rgba(233, 148, 49, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
}

.hmi_box_full {
    height: auto;
    padding: 35px 40px;
}

.hmi_box_main:hover {
    box-shadow: 0px 8px 24px rgba(233, 148, 49, 0.15);
    transform: translateY(-5px);
}

.hmi_heading {
    width: 100%;
    font-size: 20px;
    color: var(--brand-navy);
    font-weight: bold;
    padding: 0px 0px 15px 0px;
    margin: 0;
    text-transform: uppercase;
    word-wrap: break-word;
    letter-spacing: 0.5px;
}

.hmi_subtitle {
    width: 100%;
    font-size: 16px;
    color: var(--primary-orange);
    font-weight: 600;
    padding: 0px 0px 18px 0px;
    margin: 0;
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.hmi_box_main .services_text {
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.7;
    margin-bottom: 10px;
}

.hmi_items_list {
    width: 100%;
    padding: 20px 0px 0px 0px;
    margin: 0;
    list-style: none;
}

.hmi_items_list li {
    font-size: 15px;
    color: #282828;
    padding: 6px 0px;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    word-wrap: break-word;
    line-height: 1.6;
}

.hmi_bullet {
    color: var(--primary-orange);
    margin-right: 12px;
    font-size: 10px;
    line-height: 1.8;
    flex-shrink: 0;
}

.hmi_items_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 40px;
}

@media (max-width: 768px) {
    .hmi_items_grid {
        grid-template-columns: 1fr;
    }
}

.hmi_categories_row {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.hmi_categories_row .col-lg-3 {
    display: flex;
    padding: 0 15px;
    margin-bottom: 20px;
}

.hmi_category_box {
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    padding: 30px 25px;
    border-radius: 10px;
    border: 1px solid var(--brand-light-gray);
    box-shadow: 0px 2px 10px rgba(233, 148, 49, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s ease;
}

.hmi_category_box:hover {
    box-shadow: 0px 8px 24px rgba(233, 148, 49, 0.15);
    transform: translateY(-5px);
}

.hmi_category_heading {
    width: 100%;
    font-size: 18px;
    color: var(--brand-navy);
    font-weight: bold;
    padding: 0px 0px 20px 0px;
    margin: 0;
    line-height: 1.4;
    word-wrap: break-word;
    min-height: 70px;
    display: flex;
    align-items: flex-start;
}

.hmi_category_items {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hmi_category_items li {
    font-size: 14px;
    color: #1b1b1b;
    padding: 6px 0px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    word-wrap: break-word;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .hmi_categories_row .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .hmi_categories_row .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* HMI Solutions Section End */

/* Product Categories Section Start */

.product_categories_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product_categories_section_2 {
    width: 100%;
    margin: 0 auto;
}

.product_categories_section_2 .row {
    display: flex;
    flex-wrap: wrap;
}

.product_categories_section_2 .col-lg-3 {
    display: flex;
    padding: 0 15px;
    margin-bottom: 30px;
}

.category_box_main {
    width: 100%;
    background-color: #f7f7f7;
    height: 100%;
    padding: 30px 25px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.category_box_main:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.category_heading {
    width: 100%;
    font-size: 18px;
    color: #282828;
    font-weight: bold;
    padding: 0px 0px 20px 0px;
    margin: 0;
    line-height: 1.4;
    word-wrap: break-word;
    min-height: 75px;
    display: flex;
    align-items: center;
}

.category_items_list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.category_items_list li {
    font-size: 14px;
    color: #1b1b1b;
    padding: 6px 0px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    word-wrap: break-word;
    line-height: 1.6;
}

.category_bullet {
    color: var(--primary-orange);
    margin-right: 10px;
    font-size: 8px;
    line-height: 2;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .product_categories_section_2 .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .product_categories_section_2 .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Product Categories Section End */


/*--------------------------------------------------------------------- 
TouchMalik Theme Enhancements - Warm, Modern, Professional 
---------------------------------------------------------------------*/

/* Section backgrounds with cream tones */
.services_section,
.about_section,
.client_section,
.projects_section,
.contact_section {
    background-color: transparent;
}

/* Card styling with softer shadows */
.box_main {
    background-color: var(--bg-white);
    transition: all 0.3s ease;
}

.box_main:hover {
    background-color: var(--bg-white);
    box-shadow: 0 8px 24px rgba(255, 138, 61, 0.15);
    transform: translateY(-4px);
}

/* Products section enhancements */
.product-icon-text,
.products-icons-grid {
    background: var(--bg-white);
}

.product-icon {
    background: var(--bg-white);
}

.product-icon.active {
    border: 2px solid var(--primary-orange);
    background: var(--bg-cream);
}

/* Improved button hover effects */
.btn,
button,
.started_text a,
.send_bt button,
.send_bt a {
    transition: all 0.3s ease;
}

.started_text a:hover,
.send_bt button:hover,
.send_bt a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 138, 61, 0.35);
}

/* Input fields with cream accents */
input[type="text"],
input[type="email"],
textarea,
.update_mail {
    border: 1px solid var(--border-color);
    background-color: var(--bg-white);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 3px rgba(255, 138, 61, 0.1);
    outline: none;
}

/* "Made in India" badge style (inspired by poster) */
.made-in-india-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: var(--bg-white);
    border-radius: 20px;
    font-size: 12px;
    color: var(--text-primary);
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Rounded CTA buttons inspired by poster */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: var(--primary-orange);
    color: var(--text-white);
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 138, 61, 0.3);
}

.cta-button:hover {
    background-color: var(--primary-orange-hover);
    color: var(--text-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 138, 61, 0.4);
}

.cta-button i {
    font-size: 16px;
}

/* Enhanced tagline styling */
.tagline-primary {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-orange);
    line-height: 1.2;
    margin-bottom: 12px;
}

.tagline-secondary {
    font-size: 18px;
    color: var(--text-secondary);
    font-weight: 400;
    line-height: 1.6;
}

/* Smooth transitions for all interactive elements */
a,
button,
.nav-link,
.dropdown-item {
    transition: all 0.3s ease;
}

/* Accessibility: Focus states with orange outline */
a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 2px solid var(--primary-orange);
    outline-offset: 2px;
}

/* Navbar Enhancement - Search/CTA Section */
.navbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 20px;
}

.navbar-cta-btn {
    padding: 10px 20px;
    background: var(--primary-orange);
    color: var(--text-white);
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 138, 61, 0.3);
    white-space: nowrap;
}

.navbar-cta-btn:hover {
    background: var(--primary-orange-hover);
    color: var(--text-white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 138, 61, 0.4);
    text-decoration: none;
}

/* Navbar Mobile Responsive Improvements */
@media (max-width: 991px) {
    .navbar-nav {
        margin-top: 15px;
        gap: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px 20px;
        border-radius: 0;
        border-bottom: 1px solid var(--border-color);
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        background: var(--bg-cream-light);
    }

    .custom-products-dropdown {
        border-radius: 0;
        box-shadow: none;
        border: none;
        border-left: 3px solid var(--primary-orange);
        padding-left: 10px;
    }
}

/* Navbar Scroll Effect */
.header_section.scrolled {
    box-shadow: 0 4px 16px rgba(255, 138, 61, 0.15);
    transition: all 0.3s ease;
}

.header_section.scrolled .navbar {
    padding: 14px 0;
    transition: all 0.3s ease;
}

.header_section.scrolled .logo {
    padding-right: 25px;
}

.header_section.scrolled .logo img {
    max-width: 135px;
    transition: all 0.3s ease;
}

.header_section.scrolled .navbar-nav {
    gap: 10px;
}

.header_section.scrolled .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 18px;
}

/*--------------------------------------------------------------------- 
End TouchMalik Theme Enhancements
---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- 
Products Page Styles
---------------------------------------------------------------------*/

/* Product Hero Section */
.product-hero-section {
    background-color: #1D1D1D;
    padding: 3rem 0;
    padding-top: calc(3rem + 80px);
    margin-top: 0;
}

.product-hero-section .hero-title-label {
    color: var(--primary-orange);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 0.5rem;
}

.product-hero-section h1 {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 0;
    padding-top: 0;
    letter-spacing: -0.025em;
}

@media (max-width: 991px) {
    .product-hero-section h1 {
        font-size: 2.5rem;
    }
}

.product-hero-section .filter-label {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
}

.product-hero-section select {
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border-radius: 4px;
    border: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: #4a5568;
    cursor: pointer;
    position: relative;
}

.product-hero-section select:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--primary-orange);
}

.product-hero-section .select-wrapper {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-hero-section .select-wrapper::after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    pointer-events: none;
    color: #4a5568;
    font-size: 0.75rem;
}

.product-hero-section .select-transparent {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.product-hero-section .select-transparent option {
    color: #1a202c;
}

.product-hero-section .select-wrapper.transparent::after {
    color: #ffffff;
}

.product-hero-section .filter-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 28rem;
}

@media (min-width: 768px) {
    .product-hero-section .filter-container {
        flex-direction: row;
    }
}

/* Product Categories and Features Section */
.product-filters-section {
    padding: 3rem 0;
}

.product-filters-section h2 {
    color: #282828;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
}

.product-filters-section .filter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* Category Buttons */
.category-btn {
    background-color: var(--primary-orange);
    color: #ffffff;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    display: inline-block;
}

.category-btn:hover {
    background-color: var(--primary-orange-hover);
    color: #000000 !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

/* Feature Buttons */
.feature-btn {
    background-color: #16344D;
    color: #ffffff;
    font-size: 0.625rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.feature-btn:hover {
    background-color: var(--primary-orange);
    color: #000000 !important;
    transform: translateY(-1px);
}

/* Filter Columns Layout */
.filter-columns {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

@media (min-width: 992px) {
    .filter-columns {
        flex-direction: row;
    }

    .filter-column {
        width: 50%;
    }
}

/* Card Shadows */
.card-shadow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.card-shadow-hover {
    transition: all 0.3s ease;
}

.card-shadow-hover:hover {
    box-shadow: 0 20px 40px -10px rgba(233, 147, 49, 0.3), 0 10px 20px -5px rgba(15, 41, 66, 0.2);
    transform: translateY(-2px);
}

/* Hover Zoom Effect */
.hover-zoom-container {
    overflow: hidden;
}

.hover-zoom-img {
    transition: transform 0.3s ease;
}

.hover-zoom-container:hover .hover-zoom-img {
    transform: scale(1.05);
}

/* Secondary Dark Background */
.bg-secondary {
    background-color: #282828;
}

.bg-secondary-light {
    background-color: #3d3d3d;
}

.bg-secondary-dark {
    background-color: #1a1a1a;
}

/* Text Colors */
.text-primary-orange {
    color: var(--primary-orange);
}

.text-secondary {
    color: #282828;
}

.text-gray-300 {
    color: #d1d5db;
}

.text-gray-400 {
    color: #9ca3af;
}

.text-gray-700 {
    color: #374151;
}

/* Responsive Utilities */
@media (max-width: 767px) {
    .product-hero-section h1 {
        font-size: 2rem;
    }

    .product-filters-section {
        padding: 2rem 0;
    }
}

/*--------------------------------------------------------------------- 
End Products Page Styles
---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- 
Category Page Styles
---------------------------------------------------------------------*/

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background: #e99331;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d17b1f;
}

/* Product Card Styles */
.product-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover {
    transform: translateY(-8px);
}

.product-card:hover .product-image {
    transform: scale(1.08);
}

.product-card:hover .card-overlay {
    opacity: 1;
}

.product-image {
    transition: transform 0.5s ease;
}

.card-overlay {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Filter Button Styles */
.filter-btn.active {
    background-color: #e99331;
    color: white;
}

/* Fade Up Animation */
.animate-fade-up {
    animation: fadeUp 0.6s ease forwards;
    opacity: 0;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*--------------------------------------------------------------------- 
End Category Page Styles
---------------------------------------------------------------------*/