/*@tailwind base;*/
/*@tailwind components;*/
/*@tailwind utilities;*/

html, body {
    overflow-x: hidden;
/*    overflow-y: hidden;*/
}

body {
	color: var(--ft-paragraph-color);
	font-family: var(--ft-font-family);
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
    font-size: 14px;
}

a {
    color: #8f8f8f;
}

/*.navbar-brand {*/
/*    font-size: 30px;*/
/*    font-weight: 400;*/
/*}*/

header {
    height: 660px;
    position: relative;
    background-size: cover;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
/*    animation: scaleBackground 3s infinite alternate;*/
    background-image: url('/assets/img/smelting02.png');
}

.header-content {
    top: 29%;
    z-index: 100;
    position: absolute;
}

header:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: #00000042;
}

.cookie-banner {
    display: none;
    border-radius: 3px;
    margin: 25px 15px;
    background: #000;
    color: #ddd;
}

.sub-section-title {
    font-size: 18px;
    color: var(--ft-primary-color);
}

.main-title {
    font-size: 50px;
    font-weight: 700;
    color: #cfcfcf;
    word-wrap: break-word;
    white-space: normal;
}

.values-item-icon {
    background: var(--ft-primary-color);
    width: 80px;
    height: 80px;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    border-radius: 30px;
/*    color: var(--ft-secondary-color);*/
}

.main-sub-header {
    color: #cfcfcf;
}

.feedback-spinner, .feedback-success-msg {
	display: none;
}

.brand-partner {
    font-weight: 800;
    font-size: 16px;
    color: #adaaaa;
    font-style: italic;
    background: #fdfdfd;
    display: block;
    border-radius: 10px;
    padding: 34px 5px;
    text-align: center;
    border: #fefefe thin solid;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.industry-item h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--ft-primary-color);
}

.sub-item-title {
    font-size: 16px;
    font-weight: bold;
}

.the-quotes {
    color: var(--ft-primary-color);
}

button.owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50px;
    background: #ccc !important;
}

.owl-dot + .owl-dot {
    margin-left: 8px;
}

.owl-dots .active {
    background: #666 !important;
}

.main-section {
    padding: 60px 0;
}

.section-title {
    font-size: 35px;
    font-weight: 700;
}

.service-item-header {
    font-weight: 600;
    font-size: 16px;
    color: var(--ft-primary-color);
}

.cta-contact {
/*    color: #fff;*/
    font-weight: 500;
    display: inline-block;
}

.cta-contact-group {
    z-index: 10;
    position: relative;
}

.contact-info {
    padding: 70px 15px;
    background: #fff2ed;
    border-radius: 15px;
/*    box-shadow: #0000000d 0 9px 13px 0;*/
}

.cta-icon {
    background: #edc4b2;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
    font-size: 12px;
}

.cta-image {
    height: 400px;
    background-image: url('/assets/img/furntek-reception.png');
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    position: relative;
}

.cta-contact-group {
    background: #fffb;
    padding: 15px;
    color: #f0672c;
    border-radius: 15px;
    width: 100%;
}

/*.cta-image::after {*/
/*    content: '';*/
/*    background: linear-gradient(180deg, #22c1c300 10%, #000000 90%);*/
/*    display: block;*/
/*    border-radius: 25px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 5;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.ind-item p {
    color: #ccc;
}

.service-icon {
    font-size: 35px;
    color: #f0672c;
}

.bordered-icon {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
    border: #251f1c 2px solid;
    border-radius: 15px;
}

#our-products {
/*    background: #000;*/
}

.image-gallery-thumb {
    height: 80px;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
}

.enquiry-popup {
    overflow-y: scroll;
    max-height: 540px;
    overflow-x: hidden;
}

@keyframes heatPulse {
    0%, 100% { text-shadow: 0 0 2px #f0672c, 0 0 10px #ff4500 }
    50% { text-shadow: 0 0 2px #ff4500, 0 0 10px #ff6347 }
}

.glow {
/*    color: #fff;*/
/*    animation: heatPulse 2s infinite;*/
/*    text-shadow: 0 0 2px #ff4500;*/
}


.gallery-thumb-item {
    width: 100px;
    height: inherit;
    background: #fbfbfb;
    list-style-type: none;
    margin-left: 5px;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
}

.image-gallery-thumb .active::after {
    content: '';
    height: 80px;
    width: 100px;
    border-radius: 10px;
    background-color: #ebb09663;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.cookie-sticky-btn {
    color: #fd7b4d;
    position: fixed;
    bottom: 0;
    display: block;
    width: 45px;
    height: 45px;
    background-color: #252424;
    text-align: center;
    line-height: 47px;
    border-radius: 50px;
    font-size: 28px;
    margin-bottom: 15px;
    z-index: 1000;
}

.cookie-sticky-btn:hover {
    color: #f36a39;
}

.image-gallery-thumb li:first-child {
    margin-left: 0;
}

.gallery-thumb-item img {

}

.image-gallery-thumb::-webkit-scrollbar {
	display: none;
}

.image-gallery-thumb {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.ctm-btn-group .ctm-text-btn + .ctm-text-btn {
    margin-left: 15px;
}

.page-title {
    font-size: 45px;
    font-weight: 700;
}

.error {
	color: #bb5555;
	display: none;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: var(--ft-secondary-color);
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: var(--ft-primary-color);
}

.high

footer ul {
    padding: 0;
    margin: 0;
}

.ft-text-primary {
    color: var(--ft-primary-color);
}

.ft-text-secondary {
    color: var(--ft-secondary-color);
}

.no-scroll {
    overflow: hidden;
}

#home-search a {
    padding: 0;
    color: var(--ft-secondary-color);
    background: var(--ft-primary-color);
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    cursor: pointer;
}

#home-search-close {
    color: #fff;
    position: absolute;
    top: 50px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
}

#home-search-close:hover {
    color: #ccc;
}

#body-content {
    display: none;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 40px;
  aspect-ratio: 1.154;
  --_g: no-repeat radial-gradient(farthest-side,var(--ft-primary-color) 90%,#0000);
  background:
    var(--_g) 50%  0,
    var(--_g) 0    100%,
    var(--_g) 100% 100%;
  background-size: 35% calc(35%*1.154);
  animation: l16 1s infinite;
}

@keyframes l16{
    50%,100% {background-position: 100% 100%,50% 0,0 100%}
}

#page-loader {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.text-primary-color {
    color: var(--ft-primary-color);
}

.text-highlight {
    font-weight: bold;
    color: var(--ft-primary-color);
}

.text-highlight {
    font-weight: bold;
    color: var(--ft-primary-color);
}

.ctm-text-underline {
    text-decoration: underline var(--ft-primary-color);
}

.industry-item-title {
    color: var(--ft-primary-color);
    font-size: 16px;
}

.site-search-input {
    width: 100%;
    border-radius: 50px 0 0 50px;
    padding: 15px 15px 15px 50px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    color: #606060;
}

.search-input-group {
    flex: 1 1 auto;
    position: relative;
}

.site-search-input:focus {
    outline: none;
}

.home-search-btn {
    border: none;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 500;
    background: var(--ft-primary-color);
    color: var(--ft-secondary-color);
    border-radius: 0 50px 50px 0;
}

/*---------- Product Component -----------------*/

.product-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #666;
    background: #101010;
    padding: 15px;
    border-radius: 15px;
}

.product-image {
    width: 100%;
    height: 180px;
    border-radius: 2px;
    padding: 15px;
}

.main-product-item {
    display: block;
    color: #666;
    background: #101010;
    padding: 15px;
    border-radius: 15px;
}

.main-product-image {
    width: 100%;
    height: 250px;
    border-radius: 2px;
    padding: 15px;
}

.single-product-image {
/*    width: 100%;*/
/*    height: 350px;*/
    border-radius: 2px;
    padding: 15px;;
    background: #101010;
}

.single-product-image img {
    height: 340px;
    object-fit: cover;
}

.product-image img {
    width: 100%;
}

.main-product-image img {
    width: 100%;
}

.product-title {
    color: var(--ft-primary-color);
    font-size: 18px;
    font-weight: 600;
}

.gradient-hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, #f0672c, #000000);
    margin-top: 45px;
    border-radius: 2px;
  }

/*---------- End product component -------------*/


/*---------- Modal component -------------*/

#search-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: absolute;
    background: #000000db;
    display: none;
}

#frm-enquiry-overlay {
/*    top: 0;*/
/*    display: none;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 10000;*/
/*    position: absolute;*/
/*    background: #000000db;*/
}

.cookie-settings-modal, #frm-enquiry-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.4s ease-in-out;
}

.cookie-settings-content, .pop-enquiry-form {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: slideIn 0.3s ease-in-out;
    margin: 0 15px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.sr-title {
    color: var(--ft-primary-color);
}

.sr-desc {
    color: #444;
}

.sr-item {
    background-color: #fbfbfb;
    border-radius: 2px;
    padding: 15px;
}

.cookie-title {
    color: var(--ft-primary-color);
}

@keyframes slideIn {
    from {
        transform: translateY(-20px);
    }
    to {
        transform: translateY(0);
    }
}

/*---------- End cookies component -------------*/



/*---------- News Component -----------------*/

.news-ft-image {
    position: relative;
    flex-shrink: 0;
    height: 300px;
    border-radius: 25px 25px 0 0;
    background-size: cover;
}

.news-ft-image::before {
    content: '';
    position: absolute;
    display: block;
    background: #ccc;
    height: 300px;
    width: 100%;
    border-radius: 25px 25px 0 0;
    background: linear-gradient(180deg, #22c1c300 25%, #000000 100%)
}

.news-item {
    display: flex;
    border-radius: 25px;
    flex-direction: column;
    background: #000;
    text-decoration: none;
    height: 100%;
}

.news-thumb {
    width: 100px;
    height: 80px;
    flex-shrink: 0;
    background-size: cover;
    border-radius: 5px;
}

.single-news-image {
    height: 350px;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
}

.other-news h6 {
    color: var(--ft-primary-color);
}

.other-news p {
    color: #434444;
}

.news-title {
    position: relative;
    z-index: 100;
    color: var(--ft-primary-color);
}

/*---------- End news component -------------*/



footer ul li {
    list-style-type: none;
}

footer ul li a {
    padding: 3px 0;
    display: block;
    text-decoration: none;
}

.footer-header {
    font-size: 18px;
    padding-bottom: 15px;
    color: var(--ft-primary-color);
}

.navbar {
    width: 100%;
    position: fixed;
/*    display: none;*/
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.cnt-details h5 {
    font-weight: normal;
	font-size: 15px;
	color: #060606;
}

.cnt-details h3 {
	font-size: 16px;
    font-weight: 600;
	color: var(--sn-paragraph-color);
}

.ct-icon-size {
	font-size: 25px;
    color: var(--ft-primary-color);
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
    border: #eba78a 1px solid;
}

.ctm-label {
	font-weight: 500;
    font-size: 15px;
    color: #898989;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

.job-item {
    border: #ededed thin solid;
    padding: 15px;
    border-radius: 2px;
}

.ctm-form-control {
	color: #494949;
    font-size: 14px;
	border-radius: 2px;
	padding: 0.7rem 0.75rem
}

#impressions, #about-us, #news-section, #our-culture {
    background: #fdfdfd;
}

.footer-ctn-info li {
	margin-bottom: 8px;
}

.footer-contact-info {
	color: #676767;
}

.faq-list, .cta-item-group {
    padding: 0;
    margin: 0;
}

.cta-item-group {
    font-weight: 500;
}

.cta-item-group li {
    padding: 5px 0;
}

.faq-list li, .cta-item-group li {
    list-style-type: none;
}

.faq-par {
    color: #878585;
}

.footer-contact-label  {
	font-weight: 400;
    color: #bbbbbb;
}

.ctm-card-header {
    font-size: 16px;
    font-weight: bold;
}

.solution-platform {
    font-size: 13px;
    font-weight: 600;
}

.card-img {
    width: 100%;
    height: 200px;
    background: #eee;
    background-size: cover;
    background-position: center;
}

.auth-btn {
    border: none;
    border-radius: 2px;
    width: 100%;
    padding: 10px;
    color: #000;
    background: #ccc;
}

.auth-btn-primary {
    background: #171818;
    color: #fff;
}

.mission-box {
    background: #ffab81;
    padding: 45px 15px;
    border-radius: 15px;
}

.regenerate-capture {
    border: none;
    padding: 15px;
    border-radius: 5px;
    background: #fbf9f9;
}

button:disabled {
    background-color: #ccc;
    color: #333;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

.ctm-btn {
    border: none;
    padding: 13px 20px;
    border-radius: 50px;
    background: #666;
    color: #eee;
    display: inline-block;
}

.ctm-btn:hover {
    color: #eee;
    background: #222;
}

.ctm-btn-primary {
    color: var(--ft-secondary-color);
    background: var(--ft-primary-color);
}

.ctm-btn-primary:hover {
    background-color: #ff8e5e;
    color: #000;
}

.ctm-btn-outline-primary {
    color: #000;
    box-sizing: border-box;
    background: transparent;
    border: #222 2px solid;
}

.ctm-text-btn {
    color: #eee;
    background: #666;
    display: inline-block;
    padding: 13px 20px;
    border-radius: 50px;
    text-decoration: none;
}

.ctm-text-btn:hover {
    color: var(--ft-primary-color);
    background: #000000;
}

.ctm-text-btn-primary {
    color: #000;
    font-weight: 500;
    background-color: var(--ft-primary-color);
    transition: background-color 0.5s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.ctm-text-btn-primary i {
    transition: transform 0.3s ease;
    display: inline-block;
}

.ctm-text-btn-primary:hover {
    background-color: #ff8e5e;
    color: #000;
}

.ctm-text-btn-primary:hover i {
    transform: translateX(5px); /* Move icon 5px to the right */
}

.ind-items-group {
    background: #000;
    padding: 30px 15px;
    border-radius: 15px;
}

.ind-items-group p {
    color: #ccc;
}

.text-underline-color {
    text-decoration: underline;
    text-decoration-color: var(--ft-primary-color);
}

.pop-enquiry-form {
    padding: 0;
    border-radius: 3px;
    background-color:#fff;
}

.service-item {
    height: 350px;
    width: 100%;
    position: relative;
    border-radius: 25px;
    background: #000;
}

.service-item .fs-2 {
    color: #f7d9cb;
}

.svc-title {

}

.svc-group {
    height: 155px;
    overflow: hidden;
}

.svc-group p {
    color: #9f9e9e;
}

/*.service-item::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    display: block;*/
/*    background: #ccc;*/
/*    height: inherit;*/
/*    width: 100%;*/
/*    border-radius: 25px;*/
/*    background: linear-gradient(180deg, #c35d225c 10%, #000000 55%);*/
/*}*/

.pop-enquiry-form form {
    padding: 15px;
}

.navbar-nav .active {
    color: var(--ft-primary-color) !important;
}

.text-segment {
/*    white-space: nowrap;*/
    overflow: hidden;
    display: inline;
    border-right: 2px solid #333;
    color: var(--ft-primary-color);
    animation: blink-caret 0.75s step-end infinite;
    word-break: break-word;
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: #333; }
}

.card-ft-image {
    height: 200px;
    background: #f5f5f5;
}

.card-ft-news-image {
    background-position: center;
    background-size: cover;
    position: relative;
}

.card-ft-news-image::after {
    content: '';
    background: linear-gradient(180deg, #22c1c300 10%, #000000 90%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 0.375rem;
}

.ctm-card {
    color: #666;
    position: relative;
}

.ctm-card-news-title {
    color: var(--ft-primary-color);
}

.card-news-meta {
    color: #fff;
}

.news-thumb-title {
    z-index: 20;
    position: relative;
}

.ctm-card-title {
    font-size: 18px;
}

.card-details {
    color: #ccc;
}

.footer-links a {
    color: #8f8f8f;
}

.footer-links, .footer-ctn-info {
    padding: 0;
}

.footer-btn-outline {
    margin-top: 15px;
    display: inline-block;
    background: var(--ft-secondary-color);
    border-radius: 50px;
    border: thin solid var(--ft-primary-color);
    padding: 10px 20px;
}

.footer-btn-text {
    color: var(--ft-primary-color) !important;
    font-weight: 500;
}

.card-meta {
    color: #999;
    font-size: 13px;
}

.data-inp {
    flex: 1 1 auto;
    padding: 15px 20px;
    border: none;
    background: #eee;
    border-radius: 50px 0 0 50px;
}

.data-inp:focus {
    outline: none;
}

.data-btn {
    border: none;
    padding: 0px 15px;
    color: var(--ft-primary-color);
    background: var(--ft-secondary-color);
    border-radius: 0 50px 50px 0;
}

.ctm-text-btn-outline-primary {
    color: var(--ft-primary-color);
    box-sizing: border-box;
    background: transparent;
    border: #222 2px solid;
}

.tt-message {
/*    font-style: italic;*/
}

.tt-name {
    font-size: 14px;
    font-weight: bold;
    color: #888;
}

.testimony-item {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 2px;
}

.tt-occupation {
    color: var(--ft-primary-color);
}

#why-us {
/*    background: #fdffee;*/
}

#page-hero {
    padding-top: 95px;
    background: var(--ft-secondary-color);
}

#industries {
/*    background: #000000;*/
}

.industries-bg {
    padding: 45px 15px;
    background: #000;
    border-radius: 25px;
}

.page-hero-description {
    color: var(--ft-primary-color);
}

#inp-file-upload, #frm-file-upload,
#media-inp-file-upload, #media-frm-file-upload {
    width: 0;
    height: 0;
}

.ctm-file-input {
    width: 0;
    height: 0;
}

.ctm-fileupload-control {
    cursor: pointer;
    padding: 15px;
    border: #ccc thin dashed;
}

/*
 * Animations key frames
 */

@keyframes scaleBackground {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

/*
 * bootstrap
 */

.breadcrumb-item.active {
    color: #4c4b4a !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #8f8f8f;
}

.bg-dark {
    z-index: 1000;
    background-color: #000 !important;
}

.nav-link:hover {
    color: var(--ft-primary-color);
}

.dropdown-menu {
     font-size: 15px;
     padding: 0;
     border-radius: 2px;
 }

 .dropdown-item {
     padding: 8px 15px;
 }

/*
 * tinymce
 */
.tox:not(.tox-tinymce-inline) .tox-editor-header {
    box-shadow: none !important;
 }

 .tox-tinymce {
/*     border: none !important;*/
    border-radius: 2px !important;
 }

 .tox .tox-edit-area::before {
     border: none !important;
 }

/* width */
::-webkit-scrollbar {
	width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
/*	background: #f1f1f1;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

:root {
	--ft-font-color: #fff;
	--ft-semi-white: #e5e5e5;
	--ft-paragraph-color: #434444;
	--ft-primary-color: #f0672c;
	--ft-secondary-color: #000;
	--ft-secondary-color-dark: #bd8039;
    --ft-gradient: linear-gradient(to right, #924626 0%, #f0672c 95%);
	--ft-font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
