@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
   
/*** GENERIC CSS ***/
html,body {
    /* font-family: "Open Sans", sans-serif; */
}

body {
    font-size: 16px;
    color:#000;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-weight: 400;
    line-height: 1.1;
    font-family: "Montserrat", serif;
}

h1 {
    font-size:54px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size:35px;
}

h4 {
    font-size:27px;
}

h5 {
    font-size:24px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.7;
    font-family: "Lato", serif;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.visible-xs {
    display: none;
}

.btn-default {
    color: #FFF;
    background: #E51A4B;
    font-family: "Lato", serif;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.25px;
}

.btn-white{
    color: #E51A4B;
    background: #fff;
    font-family: "Lato", serif;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 5px;
    line-height: 22px;
    letter-spacing: -0.25px;
    border: 1px solid #E51A4B;
    margin-right: 10px;
}

.btn-default:hover,
.btn-default.active {
    color: #BE123B;
    background: #ffe2e9;
}

.btn-white.active,
.btn-white:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.underlined {
    position: relative;
    display: inline-block;
}

.underlined::after {
    content:'';
    width:100px;
    background:#134db8;
    height: 4px;
    position:absolute;
    top:100%;
    left: 0%;
}

ul.list li {
    margin:0px 0px 15px 0px;
}


/*** HEADER ***/
.header {
    width: 100%;
    z-index: 99;
    /* padding: 15px 0px; */
    padding-right: 15px;
    padding-left: 7px;
    background: transparent;
    position: absolute;
}

.header .navbar-nav.lt {
    opacity: 0;
    pointer-events: none;
    opacity: 1;
    pointer-events: all;
}

.header.fixed .navbar-nav.lt {
    opacity: 1;
    pointer-events: all;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0px;
    padding-right: 15px;
    padding-left: 7px;
}
.about-text h1 {
font-size: 35px !important;
}
.navbar-nav .nav-link {
    color: #19130b;
    line-height: 17px;
    padding-bottom: 5px;
    position: relative;
    transition: all .3s;
    letter-spacing: 0px;
    font-weight: 400;
    letter-spacing: 0px;
    padding:0px 0px !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link i {
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.navbar-light .navbar-nav .nav-item>.nav-link {
    color: #000;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-item:hover>.nav-link {
    color: #E51A4B !important;
}

.fixed .navbar-light .navbar-nav .nav-item:hover>.nav-link,
.fixed .navbar-light .navbar-nav .nav-item.active>.nav-link {
    color: #BE123B !important;
}

.navbar-light .navbar-nav .nav-item.active>a,
.fixed .navbar-light .navbar-nav .nav-item.active>a,
.header.innerheader .menu-btn span {
    color: #BE123B !important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
    background: #fff;
}

.navbar-expand-lg .navbar-nav>li {
    margin: 0px 0px 0px 40px;
    display: inline-block;
    vertical-align: top;
}

.navbar-brand img {
    max-height: 100px;
    margin-right: 20px;
}

.navbar {
	padding:0px 0px;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item {
	position:relative;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

ul.sub-menu {
    min-width:255px;
    width: 100%;
    padding:0px 0px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
    text-align: left;
    margin: auto;
    background: none;
    margin-top: 0px;
    display: block;
    padding-top: 15px;
    
    list-style: none;
    margin: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    left: calc(50% - 100px);
    min-width: 250px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-light .navbar-nav ul.sub-menu li {
	width:100%;
    position: relative;
    margin-bottom: 1px;
}

.navbar-nav ul.sub-menu li a.nav-link {
    line-height: 1;
    transition: all .3s;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    clear: both;
    white-space: nowrap;
    border: 0;
    margin: 0px;
	width:100%;
	position:relative;
    line-height: 25px;
    padding: 9px 10px !important;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;

    background: rgba(255, 255, 255, 1);
    color: #000!important;
    border: none;
    text-transform: uppercase;
    white-space: break-spaces;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover>a,
.navbar-light .navbar-nav .nav-item ul.sub-menu li.active>a {
	color:#fff!important;
    background: #E51A4B;
}

.navbar-expand-lg .navbar-nav.rt >li {
    margin-right: 0;
    margin-left: 11px;
}

.navbar-expand-lg .navbar-nav.lt >li {
    margin-left: 0px;
}

.navbar-expand-lg .navbar-nav.rt >li:first-child {
    margin-right: 15px;
}

.navbar-expand-lg .navbar-nav.rt >li i {
    margin: 0;
}


.header .navbar-expand-lg .navbar-nav.rt >li:hover>a  i {
    color: #E51A4B !important;
}


.fixed .menu-btn:hover {
    color: #fff !important;
}

.menu-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: .15em;
}

.menu-btn:hover {
    color: #E51A4B !important;
    color: #fff !important;
}

.menu-btn div {
    position: relative;
    display: inline-block;
    width: 26px;
    margin-left: 12px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.menu-btn div span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #BE123B;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.3s -webkit-transform ease;
    transition: 0.3s transform ease;
    margin: 7px 0px;
}

.side-menu {
	background:#fff;
	position:fixed;
	top:0px;
	right:-140%;
    width: 442px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	height:100%;
	z-index:9999999;
    padding: 20px 19px;
    width: 100%;
    max-width: 400px;
	overflow:hidden;
	overflow-y:hidden;
}

.side-menu.intro {
	right:0px;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
	height:90%;
	width:100%;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    padding: 16px 30px;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #171819;
    font-size: 16px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 400;
    text-align: center;
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
	background:none;
    color:#BE123B;
}

a.CloseBtn {
	float:right;
	color:#000;
	font-size:26px;
	margin:10px 10px 45px 15px;
	position: relative;
    z-index: 99;
    cursor: pointer;
    padding-right: 10px;
}

a.CloseBtn:before,
a.CloseBtn:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.side-menu ul.main-menu.navbar-nav {
	margin-top:30px;
}

.side-menu ul.main-menu.navbar-nav li {
    margin: 0;
}

.side-menu ul.main-menu.navbar-nav li:last-child a {
    border: none;
}

.side-menu ul.main-menu.navbar-nav li a:hover {
	background:none;
    color: #000;
}

.side-menu ul.main-menu.navbar-nav li .sub-menu a {
    padding: 10px 0px;
    font-size: 12px;
    background: #ebebeb;
}

.side-menu .menu-item-has-children {
    cursor: pointer;
}

.side-menu .menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #BE123B;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 27px;
    z-index: 99;
    top: 51%;
    transform: translate(0px, -50%);
    right: 6px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current>a:before {
    content: "\f068";
}


.side-menu ul.navbar-nav li a:hover {
	background:none;
    color:#000;
    border-bottom-color: rgba(11, 23, 23, .2);
}

.side-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #ccc;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.navbar-nav li ul.sub-menu li:hover a,
.side-menu ul.navbar-nav li ul.sub-menu li.active a,
.side-menu ul.navbar-nav li ul.sub-menu li.current_page_item>a {
    background: #E51A4B !important;
    color: #fff !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.main-menu.navbar-nav li {
    margin: 0;
    padding: 0;
}

.header .logo img {
    height: 50px;
}

/*** banner ***/
.banner{
    position: relative;
    /* height: 100vh; */
    padding: 120px 0 80px;
    background: url(../img/hero.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.88);
    z-index: 1;
}
.banner .container{
    position: relative;
    z-index: 2;
}

.banner h1,
.banner h3,
.banner p{
    text-align: left;
} 
.banner .button{
    text-align: left;
}

.banner h1{
    color: #E51A4B;
    text-align: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2; /* 100% */
    letter-spacing: -0.25px;
}

.banner{
    filter: saturate(0.95);
}

.banner h3{
    color: #000;
    text-align: end;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4; /* 250% */
    letter-spacing: -0.25px;
    text-transform: uppercase;
}

.banner p{
    color: #000;
    font-size: 16px;
    text-align: end;
}

.banner .button{
    margin-top: 50px;
    text-align: end;
}

.banner img{
    padding-top: 77px;
    /* margin-left: 5px; */
    height: auto;
}

.about{
    padding: 50px 0px;
    background: #E51A4B url(../img/about-bg.png) 50% 50% no-repeat;
    background-size: cover;
}

.about p{
    color: #fff;
    margin-bottom: 20px;
}
.gradient-title {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(
        90deg,
        #ffd1dc,
        #ffe5a3,
        #ffc371
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about .btn-white{
    padding: 10px 35px;
}

.section-title h2{
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5; /* 250% */
    letter-spacing: -0.25px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.categories{
    padding: 70px 0px;
}

.categories .card{
    border: none;
    text-align: center;
    background: #E51A4B;
    margin-bottom: 25px;
}

/* .categories .card img:hover{
    transform: scale(1.1);
} */

.categories .card:hover img{
    transform: scale(1.1);
}

.categories .card .card-img{
    overflow: hidden;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.categories .card img{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.categories .card h5{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    padding: 15px 0px;
    letter-spacing: -0.25px;
    text-transform: uppercase;
}

.products {
    background: #BE123B url(../img/product-bg.png) 100% 100% no-repeat;
    padding: 70px 0px;
    background-size: 550px;
}

.products h2{
    color: #fff;
    margin-bottom: 50px;
}

.products .btn-default{
    padding: 10px 50px;
}

.products .box:hover{
    top: -10px;
}

.products .box{
    transition: all 0.3s;
    position: relative;
    top: 0px;
}

.products .tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background: #E51A4B;
    border-radius: 0px;
    box-shadow: none;
    border: none !important;
}

.products .tabs .nav-tabs .nav-link {
    border: none !important;
}

.products .tabs .nav-link {
    padding: 10px 20px;
}

.products .tabs .nav-tabs .nav-link:focus, 
.products .tabs .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.products .tabs .nav-link {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
}

.products .tabs .nav-tabs {
    border: none !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
} 

.products .tabs .nav-pills .nav-link {
    color: #fff;
    border-radius: none;
    text-transform: uppercase;
    margin: 0px 8px;
}

.products .cols{
    margin-top: 50px;
}

.products .cols p{
    color: #fff;
    padding-top: 20px;
}

.order {
    background: #000;
    padding: 50px 0px;
    position: relative;
}

.order .img img{
    height: 615px;
}

.order .img{
    position: absolute;
    bottom: 0px;

}

.order .section-title h2{
    color: #fff;
    text-align: start;
}

.order .logo-img {
    height: 80px;
    position: relative;
    z-index: 99;
    display: flex;
    margin: 10px 0px;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #999999;
    background: transparent;
    border: 3px solid #999999;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: ease-out0.5s;
    -webkit-transition: ease-out0.5s;
    -moz-transition: ease-out 0.5s;
}

.order .logo-img::after,
.order .logo-img::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    visibility: hidden;
}

.order .logo-img::after {
    bottom: -3px;
    right: -3px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
}

.order .logo-img::before {
    top: -3px;
    left: -3px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
}

.order .logo-img:hover {
    animation: pulse 1s ease-out .4s;
    color: #fff;
}

.order .logo-img:hover::after,
.order .logo-img:hover::before {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    visibility: visible;
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.order .logo-img:hover::after {
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.order .logo-img:hover::before {
    transition: width .1s ease, height .1s ease .1s;
}

.costomer {
    background: url(../img/costomer-bg.png) 50% 50% no-repeat;
    padding: 100px 0px;
    position: relative;
    background-size: cover;
}

.costomer .costomer-carousel{
    border-radius: 20px;
    background: #BE123B;
    padding: 70px 0px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    margin-right: 140px;
}

.costomer .position{
    position: relative;
}

.costomer .img img {
    position: absolute;
    top: 50%;
    left: -200px;
    z-index: 9;
    height: 300px;
    transform: translate(15%, -49%);
}

.costomer .item .quotation img{
    margin-bottom: -15px;
    height: 50px;
    filter: invert(6%) sepia(99%) saturate(5079%) hue-rotate(5deg) brightness(107%) contrast(111%);
    margin-left: -25px;
}

.costomer .item .quotation{
    display: inline-block;
}

.costomer .item p{
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.4; 
}

.costomer .item h6{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.25px;
}

.costomer .item span{
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4; 
    letter-spacing: -0.25px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #800000 !important;
}

.costomer .owl-carousel .item .owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
}

.copyright{
    background: #BE123B !important;
    padding: 10px;
    color: #fff !important;
}

.copyright img{
    height: 15px;
}

.ft-img{
    max-width: 70%;
}


.about-hero {
  position: relative;
  height: 70vh;
  width: 100%;
  background: url("../img/about-banner.jpg") center center / cover no-repeat;
}
.product-hero {
  position: relative;
  height: 70vh;
  width: 100%;
  background: url("../img/product-banner.jpg") center center / cover no-repeat;
}
.contact-hero {
  position: relative;
  height: 70vh;
  width: 100%;
  background: url("../img/contact-banner.jpg") center center / cover no-repeat;
}
/* DARK OVERLAY */
.about-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.1),
    rgba(0,0,0,0.7)
  );
}

/* TEXT BOTTOM LEFT */
.about-text {
  position: absolute;
  bottom: 50px;
  left: 60px;
  z-index: 2;
  color: #fff;
}

/* SUBTITLE */
.about-text span {
  font-size: 14px;
  letter-spacing: 3px;
  color: #ffd1dc;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

/* TITLE */
.about-text h1 {
  font-size: 56px;
  font-weight: 800;
  margin: 0;
  color: #E51A4B;
  text-transform: uppercase;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-text {
    left: 25px;
    bottom: 30px;
  }

  .about-text h1 {
    font-size: 24px !important;
  }
}


.about-owner {
  padding: 50px 0;
  background: #ffffff;
}

.about-owner-wrap {
  display: flex;
  align-items: center;
  gap: 90px;
}

/* IMAGE */
.about-owner-img {
  flex: 1;
}

.about-owner-img img {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  background: #eef3f6;
  padding: 25px;
}

/* CONTENT */
.about-owner-content {
  flex: 1;
}

.owner-tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #E51A4B;
  margin-bottom: 15px;
}

.about-owner-content h2 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000;
}

.about-owner-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  max-width: 520px;
  margin-bottom: 35px;
}

/* BUTTON */
.btn-owner {
  display: inline-block;
  padding: 14px 36px;
  background: #E51A4B;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-owner:hover {
  background: #BE123B;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .about-owner-wrap {
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .about-owner-wrap {
    flex-direction: column;
    text-align: center;
  }

  .about-owner-content p {
    max-width: 100%;
  }
}


.contact-section {
    padding: 120px 0;
    background: #fff;
}

/* LEFT INFO */
.contact-info h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 35px;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-info ul li img {
    height: 22px;
    margin-right: 15px;
}

.contact-info ul li span {
    font-size: 16px;
    color: #000;
}

/* FORM */
.contact-form-box {
    background: #fff;
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-radius: 12px;
}

.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ddd;
    padding: 12px 10px;
    margin-bottom: 25px;
    font-size: 15px;
}

.contact-form-box textarea {
    height: 120px;
    resize: none;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
    outline: none;
    border-color: #E51A4B;
}

.contact-form-box button {
    padding: 14px 40px;
}

.footer {
    background-color: #0f0f0f;
    color: #acacac;
    padding: 80px 0 30px;
    font-size: 0.95rem;
    position: relative;
    border-top: 5px solid var(--primary-color);
}

.footer h3 {
    color: white;
    font-size: 1.35rem;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.footer p {
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Brand & Trust Column */
.footer-brand .logo img {
    height: 70px;
    margin-bottom: 25px;
}

.footer-trust-list {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.footer-trust-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #ddd;
    font-weight: 500;
}

.footer-trust-list i {
    color: #BE123B;
    margin-right: 12px;
    font-size: 0.9rem;
}

/* Links & CTA Column */
.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #acacac;
    display: inline-block;
    transition: all 0.3s ease;
    padding-left: 0;
}

.footer-links a:hover {
    color: white;
    padding-left: 8px;
    /* Slide effect */
    border-left: #be123b !important;
    /* padding-left: 10px; */
}

.footer-cta {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    padding: 20px;
    border-radius: 12px;
    margin-top: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-cta h6 {
    color: white;
    margin-bottom: 15px;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
}

.footer-cta .btn-sm {
    padding: 8px 24px;
    font-size: 0.85rem;
    width: 100%;
}

/* Contact & Social Column */
.contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contact-icon-box {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-list li:hover .contact-icon-box {
    background: #be123b;
    transform: translateY(-5px);
}

.contact-icon-box i {
    color: white;
    font-size: 1.1rem;
}

.contact-info-text {
    font-size: 0.95rem;
}

.contact-info-text strong {
    display: block;
    color:white;
    margin-bottom: 4px;
    font-weight: 600;
}

/* Social Icons */
.footer-social {
    margin-top: 30px;
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.footer-social a:hover {
    background: var(--primary-color);
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(211, 47, 47, 0.6);
}

/* Copyright Bar */
/* .copyright {
    background-color: #050505;
    padding: 25px 0;
    margin-top: 0;
    border-top: 1px solid #1a1a1a;
    font-size: 0.9rem;
    color: #666;
}

.copyright a {
    color: #999;
    text-decoration: none;
} */

.copyright a:hover {
    color: var(--primary-color);
}
.footer ul{
    list-style: none;
}

/* Mobile Menu */
/* .menu-btn {
    cursor: pointer;
    width: 30px;
}

.menu-btn div span {
    display: block;
    height: 2px;
    background: var(--text-dark);
    margin: 6px 0;
    transition: 0.3s;
} */

/* Responsive */
@media (max-width: 991px) {
    .banner h1 {
        font-size: 3rem;
    }
}

    /* .navbar-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        padding: 20px;
        box-shadow: var(--shadow-md);
        text-align: center;
    }

    .navbar-nav.show {
        display: flex;
    }

    .navbar-nav li {
        margin: 10px 0;
    }

    .menu-btn {
        display: block;
        /* Ensure it is visible */
        /* cursor: pointer; */
    /* } */
/* } */

@media (max-width: 768px) {
    .banner {
        flex-direction: column-reverse;
        text-align: center;
        padding-top: 100px;
    }

    .banner h1 {
        font-size: 2.5rem;
    }

    .col-lg-6 {
        width: 100%;
        margin-bottom: 30px;
    }
}

.banner {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.bowl-wrapper {
    position: relative;
    width: 100%;
    max-width: 480px;
    aspect-ratio: 1 / 1;
    margin: auto;
}

.bowl {
    position: absolute;
    inset: 0;
    width: 100%;
    transform-origin: center;
}

.bowl-1 {
    opacity: 1;
    z-index: 2;
}

.bowl-2 {
    opacity: 0;
    transform: scale(0.85);
    z-index: 1;
}
.panel {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.why-love {
    padding: 80px 0;
    background: #fff;
}

.why-love .section-title h2 {
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.why-love .section-title p {
    color: #666;
    font-size: 16px;
}

/* BOX */
.love-box {
    padding: 35px 25px;
    border-radius: 16px;
    background: #ffffff;
    transition: all 0.3s ease;
    height: 100%;
}

.love-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* ICON */
.love-box img {
    height: 70px;
    margin-bottom: 20px;
}

/* TITLE */
.love-box h5 {
    font-weight: 700;
    margin-bottom: 12px;
}

/* TEXT */
.love-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .why-love {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .love-box {
        margin-bottom: 25px;
    }

    .why-love .section-title h2 {
        font-size: 26px;
    }
}

/* WHY PEOPLE LOVE – GRADIENT VERSION */
.why-love {
    padding: 90px 0;
    background: linear-gradient(180deg, #e4e1e2 0%, #ffcfcf 45%, #e2d2b0 100%)
}

/* Title */
.why-love .section-title h2 {
    font-weight: 800;
    letter-spacing: 1px;
}

.why-love .section-title p {
    color: #666;
    font-size: 16px;
}

/* Box */
.love-box {
    padding: 35px 25px;
    border-radius: 18px;
    background: #ffffff;
    transition: all 0.35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Color line on top */
.love-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, #ff4d6d, #ffb703);
}

/* Hover */
.love-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

/* Icons */
.love-box img {
    height: 72px;
    margin-bottom: 20px;
}

/* Titles */
.love-box h5 {
    font-weight: 700;
    margin-bottom: 12px;
}

/* Text */
.love-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .why-love {
        padding: 60px 0;
    }
}
/* Individual gradient accents */
.col-lg-3:nth-child(1) .love-box::before {
    background: linear-gradient(90deg, #38b000, #9ef01a);
}

.col-lg-3:nth-child(2) .love-box::before {
    background: linear-gradient(90deg, #ff9f1c, #ffbf69);
}

.col-lg-3:nth-child(3) .love-box::before {
    background: linear-gradient(90deg, #4dabf7, #74c0fc);
}

.col-lg-3:nth-child(4) .love-box::before {
    background: linear-gradient(90deg, #845ef7, #b197fc);
}


.contact-info ul li img {
    width: 22px;
    filter: brightness(0) saturate(100%)
            invert(71%) sepia(26%)
            saturate(472%) hue-rotate(7deg)
            brightness(90%) contrast(90%);
}

.bowl-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.bowl {
    max-width: 80%;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2));
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(2deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

/* =============================
   Statistics Section (Redesigned)
   ============================= */
.stats-section {
    padding: 100px 0px 50px 0px;
    background-color: #f9f9f9;
    /* Light grey visual background */
    overflow: hidden;
}

.stats-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Left Side - Stats List */
.stats-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.stat-row {
    display: flex;
    align-items: center;
    border-bottom: 2px dotted #e0e0e0;
    padding-bottom: 15px;
    width: 100%;
}

.stat-number-big {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: #be123b;
    line-height: 1;
    margin-right: 20px;
    min-width: 180px;
    /* Align labels properly */
}

.stat-info {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.3;
}

/* Right Side - Map */
.stats-map-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.stats-map-img {
    max-width: 100%;
    height: auto;
    width: 627px;
    filter: grayscale(100%) opacity(0.6);
    /* Texture-like styling */
}

/* Responsive */
@media (max-width: 991px) {
    .stats-container {
        flex-direction: column-reverse;
        /* Map on top or bottom preference */
        text-align: center;
    }

    .stat-row {
        flex-direction: column;
        justify-content: center;
        border-bottom: 1px solid #ddd;
    }

    .stat-number-big {
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 3rem;
    }

    .stats-map-wrapper {
        margin-bottom: 50px;
        justify-content: center;
    }
}



/* About */

.about .section-title h2 {
    color: #000;
    text-align: left;
}


.side-menu {
    overflow:hidden;
    overflow-y:hidden;
}

/* ABOUT */
.about-details-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, #e2e1da 0%, #ffffff 100%);
    /* Warm light background */
}

.about-details-content .subtitle {
    color: #be123b;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 15px;
    display: block;
}

.about-details-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 30px;
    color: #222;
}

.about-badge {
    display: inline-block;
    background: #fff0f0;
    color: #be123b;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    margin-bottom: 25px;
    border: 1px solid rgba(211, 47, 47, 0.2);
    box-shadow: 0 5px 15px rgba(211, 47, 47, 0.1);
}

.about-text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 1.05rem;
}

/* Right Side Grid - Colorful Cards */
.about-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.about-feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 1;
}

.about-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    /* Top accent border */
    background: #ddd;
    transition: all 0.3s ease;
}

.about-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

/* Icon Styling */
.about-feature-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    transition: all 0.4s ease;
}

.about-feature-card:hover .about-feature-icon-box {
    transform: scale(1.1) rotate(5deg);
}

/* Card Variants */
/* Primary Red (Growth) */
.card-growth::before {
    background: #be123b;
}

.card-growth .about-feature-icon-box {
    background: rgba(211, 47, 47, 0.1);
    color: #be123b;
}

/* Secondary Gold (Quality) */
.card-quality::before {
    background: #FFC107;
}

.card-quality .about-feature-icon-box {
    background: rgba(222, 175, 51, 0.15);
    color: #FFC107;
}

/* Green (Clients) */
.card-client::before {
    background: #2e7d32;
}

.card-client .about-feature-icon-box {
    background: rgba(46, 125, 50, 0.1);
    color: #2e7d32;
}

/* Blue (Innovation) */
.card-innov::before {
    background: #1976d2;
}

.card-innov .about-feature-icon-box {
    background: rgba(25, 118, 210, 0.1);
    color: #1976d2;
}


.about-feature-card h4 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-weight: 700;
    color: #333;
}

.about-feature-card p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .about-features-grid {
        grid-template-columns: 1fr;
    }

    .about-details-content h2 {
        font-size: 2rem;
    }
}

/* =============================
   Contact Page - Modern Redesign
   ============================= */
.contact-section-modern {
    padding: 100px 0;
    background-color: #fcfcfc;
}

/* Info Cards Grid */
.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

.contact-info-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(211, 47, 47, 0.1);
    border-color: rgba(211, 47, 47, 0.2);
}

.contact-card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
    color: #be123b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(211, 47, 47, 0.1);
    transition: all 0.4s ease;
}

.contact-info-card:hover .contact-card-icon {
    background: #be123b;
    color: #fff;
    transform: rotateY(180deg);
}

.contact-info-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.contact-info-card p,
.contact-info-card a {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    text-decoration: none;
}

.contact-info-card a:hover {
    color: #be123b;
}

/* Modern Form */
.contact-form-wrapper {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #be123b;
}

.modern-form-group {
    margin-bottom: 25px;
    position: relative;
}

.modern-form-control {
    width: 100%;
    height: 55px;
    border: none;
    border-bottom: 2px solid #eee;
    background: #f9f9f9;
    padding: 0 20px;
    border-radius: 8px 8px 0 0;
    font-size: 1rem;
    transition: all 0.3s ease;
    color: #333;
}

.modern-form-control:focus {
    background: #fff;
    border-bottom-color: #be123b;
    box-shadow: none;
    outline: none;
}

textarea.modern-form-control {
    height: 150px;
    padding-top: 20px;
    resize: none;
}

.form-submit-btn {
    padding: 16px 50px;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 50px;
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .contact-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .contact-cards-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-wrapper {
        padding: 30px 20px;
    }
}