@font-face {
  font-family: 'Figtree';
  src: url('figtree/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('figtree/Figtree-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Marcellus';
  src: url('marcellus/Marcellus-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Figtree';
    font-weight: 700;
    color: #262626;
}
p, li, span, a {
    /* color: #333; */
    /* font-size: 20px; */
    /* font-weight: 400; */
    font-family: "Poppins", sans-serif;
}
h6.light_txt {
    color: #666666;
    font-size: 14px;
}
h5.bold_txt {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Figtree';
}

/* loader */
/* HTML: <div class="loader"></div> */
.loader {
  width: 40px;
  height: 20px;
  background: #ffffff;
  position: relative;
  animation: l9-0 1.5s infinite linear;
}
.loader:before,
.loader:after {
   content:"";
   position: absolute;
   background: inherit; 
   bottom: 100%;
   width: 50%;
   height: 100%;
   animation: inherit;
   animation-name: l9-1;
}
.loader:before {
  left: 0;
  transform-origin: bottom left;
  --s:-1;
}
.loader:after {
  right: 0;
  transform-origin: bottom right;
}
@keyframes l9-0 {
   0%,10%   {transform:translateY(0%)    scaleY(1)}
   49.99%   {transform:translateY(-50%)  scaleY(1)}
   50%      {transform:translateY(-50%)  scaleY(-1)}
   90%,100% {transform:translateY(-100%) scaleY(-1)}
}
@keyframes l9-1 {
   10%,90% {transform: rotate(0deg)}
   50%     {transform: rotate(calc(var(--s,1)*180deg))}
}
#ajax-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

/* Loader full-screen wrapper */
#ajax-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050; /* above everything */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Backdrop */
.ajax-loader-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  top: 0;
  left: 0;
  z-index: 1;
}

/* Loader stays above backdrop */
#ajax-loader-wrapper .loader {
  z-index: 2;
}


/* header style top bar*/
#boxetooMainNav {
    transition: all 0.3s ease;
}
.site-header {
    border-bottom: 1px solid #eee;
    /* font-family: 'Segoe UI'; */
}
.orange {
    color: #f0784b;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.site-logo img {
    max-height: 60px;
}

.header-search form {
    position: relative;
}

.header-search input[type="search"] {
    padding: 10px 20px 10px 50px;
    width: 400px;
    border-radius: 30px;
    border: 1px solid #ddd;
}

.header-contact {
    display: flex;
    gap: 5px;
    font-size: 14px;
    justify-content: flex-end;
}

.nav-bar {
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.main-menu {
    list-style: none;
    display: inline-flex;
    gap: 25px;
}

.promo {
    float: right;
    color: #111;
    font-weight: 500;
    text-wrap: nowrap;
}
.header-contact .topbat-icon {
    border: 1px solid #f0784b;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0784b;
}
.header-contact .topbat-icon i {
    font-size: 18px;
    /* color: #262626; */
    color: #FFFFFF;
}
.email,.phone {
    display: flex;
    gap: 15px;
}
.support {
    display: flex;
    flex-direction: column;
}
.support span {
    font-family: 'Figtree';
    font-weight: 500;
    color: #262626;
    font-size: 18px;
}
.support label {
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    font-family: 'Figtree';
}
/* hummerburger */
.navbar-toggler {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
}

/* Header Style Nav Bar */
.site-header .nav-bar nav.main-menu ul {
    display: flex;
    padding: 0;
    margin-bottom: 0;
}
.site-header .nav-bar nav.main-menu ul li {
    list-style: none;
    text-decoration: none;
}
.site-header .nav-bar nav.main-menu ul li a {
    font-family: 'Figtree';
    font-weight: 600;
    text-decoration: none;
    color: #262626;
    margin-right: 15px;
}
.site-header .nav-bar nav.main-menu ul li:last-child a {
    margin-right: 0;
}
.site-header .header-search form input {
    line-height: 40px;
    padding: 0 30px 0 50px;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
    width: 400px;
    max-width: 100%;
}
.site-header .header-search form input::placeholder {
    color: #f0784baa;
}
/* footer style */
.site-footer {
    background-color: #fff;
    color: #262626;
    font-family: sans-serif;
    padding: 40px 0;
}

.footer-top,
.footer-bottom {
    /* display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 30px; */
}

.footer-top, .footer-middle {
    padding: 40px;
    border-bottom: 1px solid #e7e7e7;
}
.footer-middle ul li {
    margin-bottom: 5px;
}


.footer-brand img {
    max-height: 60px;
    margin-bottom: 10px;
}
.footer-brand .footer_social  p {
    margin: 0;
}

.footer-social a {
    margin-right: 10px;
    color: #262626;
}
.footer-social a i {
    color: #262626;
}
.footer-social a:hover i {
    color: #f27a3c;
}

.footer-info-item i {
    font-size: 20px;
    color: #f27a3c;
    margin-bottom: 5px;
}

.footer-info-item {
    min-width: 200px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li a {
    text-decoration: none;
    color: #000;
}

.footer-column h4 {
    color: #f27a3c;
    margin-bottom: 10px;
}

.footer-bottom {
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.footer-payments img {
    height: 30px;
}
.site-footer .f_suport_content {
    gap: 15px;
    /* justify-content: center; */
/*     align-items: center; */
}
.icon {
    background-color: #f0784b;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
	min-width: 45px;
	width: 45px;
	  height: 45px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	margin-top: 10px;
}
.icon i {
    color: #fff;
}
.bottom-copyright {
    display: flex;
    justify-content: space-between;
}
.text-orange {
    font-family: 'Figtree';
    font-size: 20px;
    color: #f0784b;
}
.site-footer ul.list-unstyled li a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}
.site-footer .images-slide {
    max-width: 1880px;
}
/* Hero Section Style */
.boxetoo-hero .hero-slide {
    padding: 100px 0;
    height: 550px;
    display: flex;
    align-items: center;
}

.hero-content .hero-tagline {
    color: #f0784b;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 500;
}
.hero-content .hero-heading {
    font-size: 62px;
    color: #000;
    line-height: 70px;
    font-weight: 400;
}
.hero-content .hero-description {
    font-size: 20px;
    color: #000;
}
.hero-content .hero-button {
    background-color: #f0784b;
    color: #fff;
    border-color: #f0784b;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.hero-content .hero-button:hover {
    background-color: #f0784b;
    border-color: #f0784b;
}
.boxetoo-cats {
    padding: 80px 0;
    background-color: #f5f5f5;
}
.boxetoo-cats .main-heading, .boxetoo-purchase-now .main-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 20px; */
}
.boxetoo-cats .cats-card .card-body {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
}
.cats-card .cats-title {
    text-align: start;
    font-size: 30px;
	height: 75px;
}
.cats-card .card-body img {
    max-width: 100px;
    height: auto;
    text-align: end;
    left: 50%;
    bottom: -18px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.cats-card a.btn, .main-heading .right a.btn {
    background-color: #f0784b;
    color: #fff;
    padding: 10px 40px;
    border-color: #f0784b;
}
/* boxetoo call to action */
.boxetoo-purchase-now {
    background-color: #262626;
    padding: 10px 0;
}
.boxetoo-purchase-now .hero-heading {
    color: #fff;
    font-size: 30px;
    font-family: 'Figtree';
    font-weight: 400;
    margin: 0;
}
.boxetoo-purchase-now .hero-heading span {
    color: #f0784b;
}
/* boxetoo image gallery slider */
.boxetoo-gallery-section .main-heading {
    margin-bottom: 50px;
}
.gallery-image-wrap {
    border-radius: 16px;
    overflow: hidden;
    /* width: 150px;
    height: 150px; */
}
.gallery-image-wrap img {
    object-fit: cover;
    height: 250px !important;
    border-radius: 10px;
}
.boxetoo-gallery-carousel .gallery-slide {
    transition: transform 0.3s ease;
}
.boxetoo-gallery-carousel .gallery-slide:hover {
    transform: translateY(-5px);
}
/* boxetoo works card */
.boxetoo-work-cards .main-heading {
    margin-bottom: 50px;
}
.step-card img {
    max-height: 160px;
    object-fit: contain;
    margin-top: auto;
}
.step-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.step-card .card-details {
    text-align: start;
}
.step-card .card-details p {
    font-size: 16px;
}
.boxetoo-steps-section .section-title {
    font-size: 2.2rem;
    font-weight: 600;
}
/*  boxetoo FAQ's */
.boxetoo-faqs h2 {
    color: #f26522; /* match the orange FAQ tag */
	font-size: 50px;
}
.boxetoo-faqs .sub-heading {
	font-size: 50px;
}
.boxetoo-faqs a {
    color: #f26522;
}
.boxetoo-faqs .question {
	font-weight: 600;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
.boxetoo-faqs ul:not( .accordion-body ul) {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.boxetoo-faqs .item {
    width: 23%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #e7e7e6;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
}
.boxetoo-faqs  .active-links li {
    background: #ee784c;
    color: #fff;
    border-radius: 8px;
    padding: 10px;
}
.boxetoo-faqs  .active-links li a {
    color: #fff;
}
#faqAccordion .accordion-item {
	margin-bottom: 30px;
}
#faqAccordion .accordion-item .accordion-body {
	color: #212121;
}
#faqAccordion .accordion-item .accordion-header {
/* 	display: flex;
	justify-content: space-around; */
}
.round-box {
	position: absolute;
	background: #f26522;
	padding: 4px;
	border-radius: 50%;
	right: 16px;
	color: #ffffff;
}

.accordion-button .fa-solid::before {
    content: "\f106"; /* fa-angle-up */
}

/* When collapsed: show down arrow */
.accordion-button.collapsed .fa-solid::before {
    content: "\f107"; /* fa-angle-down */
}

.accordion-button.collapsed::after {
  display: none;
}

.accordion-button:not(.collapsed)::after {
  display: none;
}

.accordion-button::after {
    content: "\f078"; /* FontAwesome angle-down */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.accordion-button.collapsed::after {
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.boxetoo-faqs .accordion-item {
    background-color: #fafafa;
    border: unset !important;
    border-radius: 10px !important;
}

.boxetoo-faqs .accordion-header {
    background-color: #fafafa;
    border-radius: 10px;
}

.boxetoo-faqs .accordion-button {
    background-color: #fafafa !important;
    border-radius: 10px !important;
    box-shadow: none !important;
}

/* boxetoo video banner */

.boxetoo-video-banner {
    background-color: #f4f0ff;
}

.boxetoo-video-banner img {
    width: 100%;
	height: 700px !important;
	object-fit: cover;
}
.boxetoo-testimonials img.test-img {
	max-width: 300px;
}

.video-banner-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.video-play-button .play-circle {
    border: 2px solid #ddd;
    transition: all 0.3s ease;
}

.video-play-button .play-circle:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* boxetoo addons */
.form-control:focus {
	box-shadow: unset !important;
	border-color: #f1784b !important;
}
.addon-card {
    background: #f1784b;
    border-radius : 4px;
}
.addon-image {
    width: 100%;
    background-color: #e7e7e7;
    /* padding: 20px; */
    /* border-radius: 15px !important; */
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.addon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* max-width: 250px !important; */
    /* aspect-ratio: 1 / 1; */
    transition: transform 0.3s ease-out;
}
.addon-card:hover img {
    transform: scale(1.1);
}
.addon-card .card-body {
    padding: 5px 20px;
}
.addon-card .card-title ,
.addon-card p {
    font-weight: 600;
    color: #fff !important;
    font-size: 20px;
}

/* boxetoo quotes */
.boxetoo-quotes .quote-card {
    background-color: #fafafa;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

/* boxetoo-order-section */

.boxetoo-order-section .tag-line {
    color: #f1784b;
	font-size: 22px;
}
.main-quote-form .main-heading {
    font-size: 24px;
    font-weight: 400;
    color: #f1784b;
}
.quote-button {
    background-color: #f1784b !important;
    padding: 10px 40px !important; 
    color: #ffffff !important;
}
/* boxetoo-testimonials */
.boxetoo-testimonials .heading-tagline {
    color: #f0784b;
	font-size: 50px;
}
.boxetoo-testimonials .sub-heading {
	font-size: 50px;
}
.form-control:focus {
    box-shadow: none;
}
/* breadcrumb style */
.foxetoo-bread-crumb {
    background-color: #e8e8e8;
    padding: 20px 0;
}
.foxetoo-bread-crumb ul {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
}
.foxetoo-bread-crumb ul li {
    list-style: none;
}
.foxetoo-bread-crumb ul li a {
    color: #242424;
    text-decoration: none;
    font-weight: 500;
}
/* boxetoo-ad-1 */
.boxetoo-ad-1 {
    padding: 50px 0;
    background-color: #ffffff;
}
.boxetoo-ad-1 .ad-image img {
    width: 100%;
    aspect-ratio: 2 / 1;
    border-radius: 10px;
    object-fit: cover;
}

/* product design */

.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-card {
    background: #fff;
    border-radius: 28px;
    padding: 6px 6px 20px;
    /* width: calc(33.333% - 13.333px); */
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e7e7e7;
    height: 100%;
}

.product-image img {
    width: 100%;
    height: auto;
    border-radius: 28px;
    margin-bottom: 15px;
}

.product-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #222;
}

.product-excerpt {
    font-size: 0.9rem;
    color: #666;
    flex-grow: 1;
    margin-bottom: 15px;
}

.btn-quote {
    background: #f87d5a;
    color: white;
    padding: 8px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-quote:hover {
    background: #e26b45;
}

/* widget style */

.boxetoo-product-list {
    padding: 0;
    list-style-type: disc;
    margin: 0;
}
.boxetoo-product-list li {
    list-style: none;
    font-size: 16px;
    line-height: 33px;
    text-transform: capitalize;
}
.boxetoo-product-list li a {
    text-decoration: none;
    color: #333;
}
.boxetoo-product-list li a:hover {
    color: #f87d5a;
}
.widget-title {
    font-size: 26px;
    font-weight: 500;
    font-family: 'Figtree';
}
/* widget_boxetoo_product_categories */
.widget_boxetoo_product_categories .boxetoo-category-list {
    padding: 0;
    margin: 0;
}
.widget_boxetoo_product_categories .boxetoo-category-list li {
    list-style: none;
    font-size: 16px;
    line-height: 30px;
}
.widget_boxetoo_product_categories .boxetoo-category-list li a {
    text-decoration: none;
    text-transform: capitalize;
    color: #242424;
}

.header-search form button {
    background: unset;
    border: none;
    position: absolute;
    top: 8px;
    left: 16px;
    color: #f0784b;
}
.search-results-details {
    padding: 20px 0;
}
.search-main .product-card .product-image img {
    /* height: 266px; */
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.search-main .product-card a {
    text-decoration: none;
}
.search-main .product-card .btn-quote {
    background-color: #f0784b;
    color: #ffffff;
    /* width: 50%; */
    align-self: center;
}
/* mega menu */
#mega-menu-wrap-primary {
    background: none;
}
.mega-menu-wrap > .mega-menu > li > a {
    color: #000 !important;
    font-weight: 500 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: none !important;
}
.header-search {
    margin-top: 10px;
}
.hero-content {
    width: 80%;
}
.boxetoo-order-section .main-heading  {
	font-size: 40px;
}
.boxetoo-order-section .repeter-heading {
	font-size: 20px;
    font-weight: 500;
}
.boxetoo-order-section .repeter-description {
	color: #565656 !important;
   	font-size: 16px;
	margin-top: 10px;
}
.boxetoo-order-section .feature-img-icon img {
	width: 90px;
	height: auto;
}
.boxetoo-quotes .quote-card .card-body p {
	/* text-align: justify; */
	text-align: center;
}
.boxetoo-quotes .quote-card .card-body .card-title {
	font-size: 25px;
    font-weight: 600;
}
.boxetoo-quotes h2.main-heading {
	text-align: center;
    font-weight: 600;
    font-size: 42px;
}
.boxetoo-quotes .quote-card .quote-image img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.boxetoo-addon .main-heading {
	font-size: 36px;
}
.desgination-ul {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.boxetoo-testimonials .rating-stars {
	font-size: 20px;
}
.boxetoo-video-banner .main-heading {
	font-size: 50px;
}
.boxetoo-work-cards .main-heading .hero-heading {
	font-size: 50px;
}
.boxetoo-work-cards .main-heading .hero-heading span {
	color: #f26522;
}
.slier-content p {
	font-size: 16px;
}
.site-footer .footer-middle p {
	font-size: 15px;
	color: #222222;
}
.footer-middle .our-clients {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.footer-middle .our-clients .image-item {
    max-width: 200px;
}
.bottom-copyright p {
	font-size: 15px;
}
.footer_social p {
	font-size: 15px;
}
.f_support p {
	font-size: 16px;
}
.custom-specs-table {
  width: 100%;
  border-collapse: collapse;
  /* font-family: system-ui, sans-serif; */
  margin: 1.5rem 0;
}

.custom-specs-table th,
.custom-specs-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  vertical-align: top;
}

.custom-specs-table th {
  background-color: #f1f1f1;
  font-weight: 600;
  width: 220px;
}
.comments-testimonials .testimonials-details img {
	width: 300px;
}
.comments-testimonials .testimonial-card .text-review p {
	font-size: 16px;
}
.comments-testimonials .testimonial-card p.author-name {
	font-size: 16px;
}
.boxtoo-short-description p {
	font-size: 16px;
}
#nav-description p {
	font-size: 16px;
}
.product-details-tabs {
	padding-top: 70px;
}
.nav-link {
	color: #000 !important;
}

.boxetoo-addon-carousel .owl-nav {
	display: flex !important;
	gap: 5px;
	position: absolute;
	  top: -15%;
	  right: 0;
}
.related-products.custom-related .card-body {
	text-align: center;
}
.related-products.custom-related .card-body .card-title, .related-products.custom-related .card-body .card-text {
	text-align: start;
}
.boxetoo-addon-carousel .owl-nav button {
	background: #f1784b !important;
	color: #fff !important;
	padding: 5px 10px !important;
	line-height: 0;
	font-size: 25px;
	margin: 0 !important;
}
.boxetoo-addon-carousel .owl-nav button span {
	font-size: 25px;
	line-height: 18px;
  	margin: 10px;
}
.boxetoo-contact {
    padding: 100px 0;
}
.boxetoo-contact .contact-form {
    background-color: #fff;
    padding: 30px;
}
.boxetoo-contact .contact-form .form-group {
    margin-bottom: 10px;
}
.boxetoo-contact .contact-form .main-heading .hero-description {
    font-size: 16px;
}
.contact-info {

}

.fixed-textarea {
    resize: none;               /* disable resize */
    overflow-y: auto;           /* scroll vertically if needed */
    scrollbar-width: thin;      /* Firefox thin scrollbar */
    scrollbar-color: #aaa transparent; /* Firefox colors */
}

/* Chrome, Edge, Safari */
.fixed-textarea::-webkit-scrollbar {
    width: 3px; /* ultra-thin */
}

.fixed-textarea::-webkit-scrollbar-track {
    background: transparent; /* remove track background */
}

.fixed-textarea::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.4); /* semi-transparent */
    border-radius: 3px;
}

.fixed-textarea::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.6);
}

/* Works on the whole page */
html {
    scrollbar-width: thin;              /* Firefox thin scrollbar */
    scrollbar-color: #aaa transparent;  /* thumb + track colors for Firefox */
}

/* Chrome, Edge, Safari */
html::-webkit-scrollbar {
    width: 6px; /* thin width */
}

html::-webkit-scrollbar-track {
    background: transparent; /* remove track background */
}

html::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.4); /* semi-transparent dark */
    border-radius: 3px;
}

html::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.6);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: unset !important;
}

.select2.select2-container .select2-selection .select2-selection.select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 17px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}

/* Reduce spacing between fields in quote form */
.quote-form .row {
    --bs-gutter-x: 0.5rem; /* horizontal gap */
    --bs-gutter-y: 0.25rem; /* vertical gap (reduce from default 0.5rem) */
}

.quote-form .form-control,
.quote-form textarea {
    padding: 0.4rem 0.75rem; /* slightly smaller input padding */
}

#boxetoo-quote-form .select2-container .select2-selection--single {
    height: 38px;
}
#boxetoo-quote-form label, #boxetoo-beat-my-quote-form label {
    font-weight: 500;
    margin-bottom: 5px;
    /* display: none; */
}
.main-heading span.wow-wrap {
  color: #f1784b;
  padding: 10px;
  border-radius: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: unset !important;
}

.select2 {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border-color: #dee2e6 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    color: #dee2e6;
}
#boxetoo-quote-form .quote-button-main button, #boxetoo-contact-form .contact-button-main button {
    background-color: #f0784b;
    color: #fff;
    border-color: #f0784b;
    padding: 7px 30px;
    align-self: end;
	text-transform: uppercase;
}
.quote-button-main, .contact-button-main {
    text-align: center;
}
.contact-info i {
    color: #f0784b;
}
.contact-info a {
    color: #333;
}
#boxetoo-quote-form input::placeholder, #boxetoo-quote-form textarea::placeholder {
    color: #999;
}
.boxetoo-beat-my-quote {
    padding: 80px 0;
}
.boxetoo-beat-my-quote .boxetoo-beat-my-quote-inner > div {
    background-color: #ffffff;
    padding: 30px;
}

.beat-quote-button-main button {
	background-color: #f1784b;
	padding: 10px 30px;
	border-color: #f1784b;
	text-align: center;
	text-transform: uppercase;
}
.beat-quote-button-main {
	text-align: center;
}
.catalog-sidebar {
    list-style: none;
    padding: 0;
}
.catalog-sidebar li {
    border-bottom: 1px solid #e7e7e7;
    padding: 5px;
}
.catalog-sidebar li a {
    text-decoration: none;
    color: #000;
}
.catalog-sidebar li:hover a, .boxetoo-pagination a:hover {
    color: #f1784b;
}
.boxetoo-pagination {
    margin-top: 20px;
}
.boxetoo-pagination span.page-numbers.current {
    background-color: #f1784b;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}
.boxetoo-pagination a {
    color: #000;
    text-decoration: none;
}
.foxetoo-bread-crumb .bread-content ul li {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
}
.foxetoo-bread-crumb.template ul {
	justify-content: center;
}
.beat-quote-button-main button:hover {
	background-color: #f1784b;
	border-color: #f1784b;
}
.beat-quote-button-main button:active {
	background-color: #f1784b !important;
	border-color: #f1784b !important;
}
.widget_boxetoo_quote_form_widget .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 9px !important;
}
.ajax-blog-search-widget .input-group-text {
    background-color: #f0784b;
    border-color: #f0784b;
}
.ajax-blog-search-widget .input-group-text i {
    color: #fff;
}
.blog .card-body .card-title a {
    text-decoration: none;
    color: #000;
}
.blog .card-body .card-text {
    font-size: 16px;
}
.blog .card-body .btn, .blog .card-body .btn:hover {
    background-color: #f0784b;
    border-color: #f0784b;
    color: #fff;
}
.top-ups-context ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
    flex-wrap: wrap;
}
.top-ups-context ul li {
    padding: 10px 30px;
    border: 2px solid #ccc;
    border-radius: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    background-color: #f5f5f5;
    text-transform: uppercase;
}
.sample-kit .main-heading {
    padding: 0 24px;
    max-width: 50%;
    text-align: center !important;
}
.sample-kit .main-quote-form, .sample-kit .main-image {
    width: 50%;
}
.fetch-faq.btn {
    float: right;
    background-color: #f26522;
    border: none;
    color: #fff;
}
.fetch-faq.btn:hover {
    background-color: #f26522;
    border: none;
    color: #fff;
}
/* boxetoo-aboutus-banner style start */
.boxetoo-aboutus-banner {
    padding: 75px 0;
}
.boxetoo-aboutus-banner .main-context h2 {
    color: #fff;
}
.boxetoo-aboutus-banner .main-context p {
    color: #fff;
}
/* boxetoo-aboutus-banner style end */
/* boxetoo-groupof-company style start */
.boxetoo-groupof-company {
    background-color: #d9d1e6;
}
.companies-wrap {
    display: flex;
    gap: 20px;
}
/* boxetoo-groupof-company style end */
/* privacy ploicy page start */
.boxetoo-text-editor.privacy {
    /* background-color: #f5f7f7; */
}
.boxetoo-text-editor.privacy h2, .boxetoo-text-editor.privacy strong {
    color: #f0794a;
}
/* privacy ploicy page end */
/* teams wrap style :start */
.teams-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.teams-wrap .company-item img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.teams-wrap .company-item {
    text-align: center;
    min-width: 18%;
}
/* teams wrap style :end */
.boxetto-blogs .card img.card-img-top {
    aspect-ratio: 2 / 1;
    object-fit: cover;
}
.boxetto-blogs .card .card-body .card-title a {
    text-decoration: none;
    color: #000;
}
.boxetto-blogs .card .card-body .btn {
    background-color: #f0784b;
    border-color: #f0784b;
    color: #fff;
}

.instant-quote.bg::before {
    display: none;
}

@media (max-width: 600px) {
  .custom-specs-table th,
  .custom-specs-table td {
    display: block;
    width: 100%;
  }

  .custom-specs-table tr {
    display: block;
    margin-bottom: 1rem;
  }
}


.header-quote-button {
    background-color: #f0784b !important;
    color: #fff !important;
    border-color: #f0784b !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
}

.main-button-style {
    background-color: #f0784b !important;
    color: #fff !important;
    border-color: #f0784b !important;
}


.header-top-strip {
    background: #000;
    color: #f0784b;
    padding: 10px 0;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.header-top-strip .marquee {
    overflow: hidden;
    white-space: nowrap;
}

.header-top-strip .marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;
    margin: auto;
}

.header-top-strip .item {
    white-space: nowrap;
    user-select: none;
}



.prod-indus-categories-description {
  position: relative;
  overflow: hidden;
}

.prod-indus-categories-description.truncated::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 8px;
}






.quote-form input, .quote-form textarea {
    border: 2px dashed #000000 !important;
    border-width: 1px !important;
}

.bottom-copyright p span {
    color: #f27a3c;
    font-weight: 500;
}

.company-item h4 {
    margin: 14px 0 0px 0 !important;
}

.company-item small {
    font-weight: 500;
    text-transform: capitalize;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex !important;
    align-items: center;
}


.header-contact > .phone-outer {
    position: relative;
}

.header-contact .phone {
    cursor: pointer;
}

.header-contact .phone::after {
    content: "";
    position: absolute;
    height: 130%;
    width: 100%;
}

.header-contact .phone-dropdown {
    display: none;
    position: absolute;
    background-color: #f0784b;
    border: 1px solid #f0784b;
    padding: 18px 15px 15px 15px;
    border-radius: 5px;
    top: 128%;
    right: 0;
    z-index: 1000;
    flex-direction: column;
    gap: 10px;
    color: white;
}

.header-contact .phone-dropdown-item {
    display: flex;
    flex-direction: column;
}

.header-contact .phone-dropdown-item:not(:last-child) {
    border-bottom: 1px dashed white;
    padding-bottom: 10px;
}

.header-contact span.phone-inner-title {
    min-width: 230px;
}

.header-contact a.phone-inner-number {
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: medium;
    padding: 2px 0 0px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-contact > .phone-outer:hover  .phone-dropdown {
    display: flex;
}

.contact-form .form-step-heading span.form-step-number {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #f1784b;
    color: white;
    height: 34px;
    font-weight: 700;
}
.contact-form .form-step-heading .sub-heading {
    margin: 0;
    text-transform: uppercase;
    font-size: large;
    font-weight: 700;
}

.contact-form input[type="number"] {
    -moz-appearance: textfield;
}

.contact-form input[type="number"]::-webkit-outer-spin-button,
.contact-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-form #errorcaptcha {
    width: 100%;
    padding: 0 12px;
}

.gallery-slider-main-title {
    font-size: 40px;
}

.support-inner-first {
    color: #666666;
    font-size: 14px !important;
    font-family: "Figtree", Sans-serif;
}

.support-inner-second {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: "Figtree", Sans-serif;
    line-height: 1.2;
}

.footer-menu-main-title {
    font-size: 1.25rem;
}

.instant-quote * {
    font-size: 2.5rem;
}

.testimonials-details .section-name {
    font-size: 2.5rem;
}

.testimonials-details .section-title {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: .5rem;
    line-height: 1.2;
    color: #212529;
    font-family: 'Figtree';
}

.related-products .card-title {
    font-family: 'Figtree';
}

@media (max-width: 767px) {
    .sample-kit .main-heading {
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .boxetoo-hero .hero-slide {
        height: 400px;
        background-position: 95% !important;
    }
    .boxetoo-hero .hero-slide .hero-content {
        display: none;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px !important;
    }
}