/* ✅ Import Inter Font */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');
*{
	margin: 0;
	padding: 0;
}
:root {
    --primary: #889b0b;
    --light: #fff;
    --dark: #000;
	--secondary: linear-gradient(135deg, #889b0bf2, #0b0c00);
}
a{
	text-decoration: none;
}
body {
    font-family: 'Nunito', sans-serif;
	margin: 0;
    padding: 0;
}
.container{
	max-width: 1250px;
}
section {
    padding: 60px 0 25px;
}
h2.section-title {
    font-size: 32px;
    font-weight: 800;
	position:relative;
  	display:inline-block;
	padding-bottom: 8px; 
}
h2.section-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: var(--secondary);
}
/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
	 position: relative;
	padding: 20px 0;
}
.logo h2 {
    font-weight: 800;
    font-size: 32px;
    font-style: italic;
    color: var(--primary);
}
.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .nav > li {
  position: relative;
}
.btn-primary,
.wpcf7-submit{
    background: var(--secondary);
    padding: 10px 25px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
    margin-top: 1.5rem;
	position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
	border: none;
}
.btn-primary::before,
.wpcf7-submit::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transition: left 0.4s ease;
}
.btn-primary:hover::before,
.wpcf7-submit:hover::before{
    left: 100%;
}
.btn-primary:hover,
.wpcf7-submit:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    filter: brightness(1.1);
}
.site-header .nav > li > a {
  color: #333;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 700 !important;
  transition: all 0.3s ease;
  display: inline-block;
}
.site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
  color: var(--primary);
}
.site-header .nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9999;
}
.site-header .nav li ul.sub-menu li a {
  padding: 8px 15px;
  color: #333;
  display: block;
  font-weight: 400;
}
.site-header .nav li ul.sub-menu li a:hover {
  background: #f8f9fa;
  color: #0d6efd;
}
.site-header .nav > li:hover > ul.sub-menu {
  display: block;
}
.site-header .nav li ul.sub-menu li {
  position: relative;
}
.site-header .nav li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}
@media (max-width: 991px) {
  .site-header .nav {
    display: none; 
  }
}
/* ================================
   		Breadcrumb
================================ */
.breadcrumb-section{
	background: url(https://sibiimportexport.com/wp-content/uploads/2026/01/breadcrumb-scaled.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 60px;
}
ol.breadcrumb li {
    font-size: 18px !important;
    font-weight: 800 !important;
}
.breadcrumb-item.active {
    color: var(--primary) !important;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #fff !important;
}
li.breadcrumb-item a {
    color: #fff !important;
}
/* ================================
	   Mobile Menu
================================ */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}
.mobile-menu-btn .btn-primary{
	margin-top: 2rem;
	display: inline-block;
	border: 1px solid #fff;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: #fff !important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#menu-primary-1 li {
    padding: 10px 10px;
    border-bottom: 1px solid var(--primary);
}
#menu-primary-1 li a {
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
/* ================================
   		Footer Section
================================ */
footer {
    background: url(https://sibiimportexport.com/wp-content/uploads/2026/01/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
	position: relative;
	color: #fff;
}
.footer-logo {
    font-weight: 800;
    font-size: 32px;
    font-style: italic;
    color: var(--primary);
}
footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(rgb(0 0 0 / 89%), rgb(0 0 0 / 95%));
  z-index:1;
}
footer .container{
  position:relative;
  z-index:2;
}
ul.ftricons figure img {
    width: 15px;
    filter: brightness(100);
}
footer .btn-primary {
    padding: 8px 20px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid var(--secondary);
}
.footertop-cnt ul.smoicons li a i {
    font-size: 16px;
}
.footer_top {
    background: #009f0726;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
}
.footertop-cnt {
    padding-left: 0;
    border-right: 1px solid #ffffff14;
}
ul.footer-details li i {
    margin-right: 10px;
}
.footertop-cnt p a {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}
.footertop-cnt p {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding-left: 62px;
    letter-spacing: 1px;
    font-family: "Syne", sans-serif;
}
.footer_top .row {
    margin: 0;
}
.footer_top .col-md-6 {
    padding: 0;
}
footer a.footer-logo {
    margin-bottom: 15px;   
}
footer a.footer-logo img {
    width: 155px;
    display: block;   
}
.footer_menu {
    padding: 40px 0 0 0;
}
.footer-details li {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
ul{
	padding-left: 0rem !important;
	list-style-type: none;
}
ul.ftricons li a {
    border: 1px solid #ffffff36;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 8px;
}
footer ul li.menu-item a {
    display: inline-block;
    line-height: 36px;
}
footer ul li.menu-item:last-child a {
    margin: 0;
}
footer h3 {
    color: var(--primary);
    margin-bottom: 18px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
footer p {
    margin-bottom: 6px;
    line-height: 27px;
}
footer .menu li {
    position: relative;
    padding-left: 0 !important;
    list-style-type: none;
}
footer a{
	color: #fff !important;
}
footer .menu li{
	padding-left: 0 !important;
	color: var(--dark) !important;
	  transition: transform 0.3s ease
}
footer .menu li::after {
  content: "\f061"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: var(--primary);
}
footer .menu li:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
footer .menu li:hover{
	color: var(--primary) !important;
	transform: translateX(20px);
}
footer .social-icons {
    display: flex;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
}
footer .social-icons a:hover{
	background: var(--primary);
}
footer .social-icons a {
    display: flex;
    text-decoration: none;
    color: var(--light);
    background-color: #bcc6cc;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    align-items: center;
    height: 40px;
    width: 40px;
    justify-content: center;
}
footer ul li, footer ul li a, footer p, footer p a {
    font-weight: 200;
    position: relative;
    text-decoration: none;
}
footer a.viewmore {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid var(--primary);
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}
footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
/* ================================
   		Scroll to Top Button
================================ */
#GoToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--secondary);
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 4px;
    z-index: 999;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}
#GoToTop i{
	color: #fff;
}
#GoToTop:hover {
  background: var(--secondary);
  transform: scale(1.1);
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}
#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}
@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
}
.logo{	
    padding: 5px 0;
    border-radius: 10px;
}
.hm-title-bgbox h2 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-btom-img{
	position: relative;
}
.overlay1{
    background-color: #c6d5ee;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact-btom-img img{
	height: 100%;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}
/*============================
           Hero Slider
==============================*/
#heroCarousel,
#heroCarousel img {
    height: 80vh;
}
#heroCarousel img {
    object-fit: cover;
}
.kenburns-img {
    animation: kenburns 10s ease-in-out infinite;
}
@keyframes kenburns {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}
.carousel-item {
    transition: opacity 1s ease-in-out !important;
}
.carousel-caption {
    left: auto;
	right: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    text-align: left;
    width: 700px;
    color: black;
}
.carousel-caption h1,
.carousel-caption p {
    opacity: 0;
    transform: translateY(40px);
}
.carousel-item.active .carousel-caption h1 {
    animation: textFadeUp 1s ease forwards;
}
.carousel-item.active .carousel-caption p {
    animation: textFadeUp 1s ease forwards;
    animation-delay: 0.3s;
}
@keyframes textFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.carousel-control-prev,
.carousel-control-next {
    bottom: 20px;
    top: auto;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
}
.carousel-control-prev {
    right: 90px;
    left: auto;
}
.carousel-control-next {
    right: 20px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}
.carousel-caption h1 {
    font-size: 56px;
    font-weight: 700;
}
.carousel-caption p {
    font-size: 18px;
}
/*============================
         About Section
==============================*/
.about-us{
	position: relative;
	padding: 50px 0;
}
.machine {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.2;
}
/*============================
         Service section
==============================*/
.service-card {
 background: #889b0b0f;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    transition: all 0.3s ease;
}
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.service-icon img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.service-card h5 {
    font-weight: 600;
    margin-bottom: 12px;
	font-size: 22px;
}
.service-card p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}
.read-more {
    color: var(--primary);
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}
.read-more:hover {
    text-decoration: underline;
}
.service h2.section-title::before {
    left: 50%;
    transform: translateX(-50%);
}
/*============================
        Choose section
==============================*/
.choose {
    position: relative;
    padding-bottom: 70px;
}
.choose-shape {
    position: absolute;
    bottom: 0;
    left: 10%;
}
.choose-shape img {
    opacity: 0.2;
}
/*============================
   Manufacturing section
==============================*/
section.Manufacturing {
    background: url(https://sibiimportexport.com/wp-content/uploads/2026/01/Manufacturing.webp)
        no-repeat center / cover;
    padding: 100px 0;
    color: #fff;
    position: relative;
	text-align: center;
}
section.Manufacturing h2.section-title::before {
    left: 50%;
    transform: translateX(-50%);
}
section.Manufacturing::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(0 0 0 / 87%), rgb(0 0 0 / 82%));
    z-index: 1;
}
section.Manufacturing .container {
    position: relative;
    z-index: 2;
}
.animate{
	animation-name: animate1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes animate1{
	0% {
    	transform: translateY(40px);
	}
	100% {
		transform: translateY(0px);
	}
}
/*============================
		Project Section
==============================*/
.Project img{
	transition: transform 0.5s ease; 
}
.Project img:hover{
     transform: translateY(-6px);
}
.Project h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
}
/*============================
  		Quality section
==============================*/
section.quality h2.section-title::before {
    left: 50%;
    transform: translateX(-50%);
}
.quality{
	position: relative;
	padding: 50px 0;
	background: #889b0b24;
}
.over-layquality {
    background: url(https://sibiimportexport.com/wp-content/uploads/2026/01/Quality-bg.jpg);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.04;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*============================
 		Testing section
==============================*/
.agency-card {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    transition: all 0.35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agency-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(16,113,182,0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}
.agency-card img {
    max-height: 75px;
    margin-bottom: 25px;
    filter: grayscale(100%);
    transition: all 0.35s ease;
}
.agency-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}
.agency-card p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}
.agency-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.15);
}
.agency-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.08);
}
.agency-card:hover::after {
    opacity: 1;
}
section.testing-agencies h2.section-title::before {
    left: 50%;
    transform: translateX(-50%);
}
.testing-agencies{
	position: relative;
}
.testing-bg {
    position: absolute;
    top: 0;
    right: 20px;
    height: auto;
    width: 350px;
}
/* Contact Page */
.contact-inner{
	padding: 50px 0;
}
.contact-page-form {
    background: #fff;
    padding: 30px;
}
iframe {
    border: 0;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #80808030;
}
.contact-details-box {
    background: #fff;
    box-shadow: 0 0 10px 0 #80808040;
    padding: 20px 40px;
    border-radius: 10px;
    border: 1px dashed var(--primary);
	text-align: center;
}
.contact-details-box h2 {
    font-size: 22px !important;
    font-weight: 700;
}
.contact-details-box span{
	color: #000;
}
.contact-details-box i {
    background: var(--secondary);
    height: 50px;
    width: 50px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
}
section.contact-details {
    background: url(https://sibiimportexport.com/wp-content/uploads/2026/01/contact-details-bg-scaled.webp);
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.contact-details-box a{
	color: #000;	
}
/* ================================
   		About Page CSS
================================ */
.mission-box {
    background: #fff;
    box-shadow: 0 0 10px 0 #8080804a;
    padding: 20px;
    border-radius: 10px;
    border: 1px dashed var(--primary);
}
.timeline {
      position: relative;
        display: flex;
            justify-content: space-between;
            gap: 20px;
        }
.timeline::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    height: 3px;
    background: #889b0b4d;
    z-index: 1;
}
        .timeline-step {
            position: relative;
            z-index: 2;
            text-align: center;
            flex: 1;
        }
        .timeline-circle {
            width: 70px;
            height: 70px;
            background: var(--secondary);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            font-weight: bold;
            margin: 0 auto 20px;
            box-shadow: 0 10px 20px rgba(13,110,253,0.25);
        }
        .timeline-step h5 {
            font-weight: 700;
			font-size: 20px;
			color: var(--primary);
            margin-bottom: 10px;
        }
        .timeline-step p {
            font-size: 14px;
            color: #6c757d;
            max-width: 220px;
            margin: 0 auto;
        }
.process-section .section-title::before {
    left: 50%;
    transform: translateX(-50%);
}
.list {
    position: relative;
    padding-left: 34px !important;
}
.list li {
    line-height: 35px;
}
.list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 18px;
}
/* ================================
	   Infrastructure Page
================================ */
.infra-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.infrastucure-heading .section-title::before {
    left: 50%;
    transform: translateX(-50%);
}
/* ================================
   		Product Page CSS
================================ */
.top-image img {
    object-fit: cover;
    border-radius: 10px;
    margin: 20px 0 40px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}
.product-list {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.product-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    border: 1px dashed var(--primary);
    width: 280px;
	height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-item:hover {
	transform: translateY(-5px);
}
.product-item h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}
.product-item span {
	font-size: 14px;
	color: #666;
}
.mens-wear .section-title::before {
    left: 50%;
    transform: translateX(-50%);
}
.womens-wear .section-title::before {
    left: 50%;
    transform: translateX(-50%);
}
.kids-wear .section-title::before {
    left: 50%;
    transform: translateX(-50%);
}
.mens-wear {
	background: #f8f9fa;
	text-align: center;
}
.womens-wear {
	background: #fff5f7;
	text-align: center;
}
.brochure-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.kids-wear {
	background: #f4fbff;
	text-align: center;
}
.form-control:focus,
.form-select:focus {
    border-color: var(--primary);
    box-shadow: var(--primary);
}
/* ================================
   Responsive
================================ */
@media (max-width: 1200px){
	.product-item{
		width: 250px;
	}
}

@media (max-width: 1024px){
	.product-item {
		width: 230px;
	}
	.carousel-caption h1 {
		font-size: 48px;
	}
	.testing-bg{
		display: none;
	}
}

@media (max-width: 991px){
	.product-item {
		width: 200px;
	}
}
@media (max-width: 767px){
	.about-img {
		display: flex;
		justify-content: center;
	}
	.choose-shape {
		position: absolute;
		top: 0;
		right: 10%;
		left: auto;
	}
	
	h2.section-title{
		font-size: 28px;
	}
	.infra-image img{
		height: auto;
	}
	.top-image img{
		height: 200px;
		width: 200px;
	}
	section {
		padding: 40px 0 25px;
	}
	.timeline {
        flex-wrap: wrap;
		justify-content: center;
    }
    .timeline > * {
        flex: 0 0 calc(50% - 10px); /* 2 items per row */
    }
	.timeline::before{
		display: none;
	}
	.carousel-caption h1 {
		font-size: 35px;
	}
	.carousel-caption p {
		display: none;
	}
}
@media(max-width: 667px){
	.about-us {
		 padding: 30px 0; 
	}
	.Project h3 {
		font-size: 25px;
	}
}

@media(max-width: 568px){
	h2.section-title {
		font-size: 25px;
	}
	#heroCarousel, #heroCarousel img {
		height: 70vh;
	}
	.carousel-caption h1 {
		font-size: 26px;
	}
	.carousel-control-prev, .carousel-control-next {
		height: 50px;
		width: 50px;
	}
}

@media(max-width: 479px){
	.brochure-box {
		flex-direction: column;
	}
}

@media(max-width: 414px){
	.product-item {
		width: 100%;
		height: 80px;
	}
	.timeline > * {
		flex: 0 0 calc(100% - 10px);
	}
	.timeline-circle{
		width: 50px;
		height: 50px;
	}
	#heroCarousel, #heroCarousel img {
		height: 60vh;
	}
	.carousel-inner .btn-primary{
		padding: 7px 15px;	
	}
}

@media(max-width: 375px){
	.logo h2 {
		font-size: 26px;
	}
}
@media(max-width: 325px){
	.carousel-caption h1 {
		font-size: 20px;
	}
	#heroCarousel, #heroCarousel img {
		height: 50vh;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
		width: 1rem;
		height: 1rem;
	}
	.carousel-control-prev, .carousel-control-next {
		height: 40px;
		width: 40px;
	}
}