@media(min-width:1920px){
    .container{
        max-width: 1600px;
    }
}
body{
	font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
	background-color: #ffd900;
}


/* var css */ 
.head {
	/* margin-bottom: 15px; */
}
.form-control:focus {
	box-shadow: none;
}

/* navigation css */
.logo img{
	width: 100px;
}
.my-head .container-wrapper {
   background: linear-gradient(to bottom, #ff0000 0%, #ffd900 100%); 
}
.my-head .nav-link {
	color: #fff;
	    font-weight: 700;
}
.my-head .nav-link:hover{
	color: #ffc107;
}
.my-head .nav-item {
	margin-right: 15px;
}
.navbar-expand-lg .navbar-collapse {
	justify-content: end;
}
.my-head .nav-link.active{
	color: #ffd900 !important;
}
.my-head .btn.btn-outline-success {
	background-color: #fff;
	border-color: #fff;
	color: #000;
	transition: .45s;
}
.my-head .btn.btn-outline-success:hover{
	background-color: #ffd900;
}
/* .my-head .navbar-brand img {
	width: 120px;
} */
.my-head .navbar-brand {
	/* background-color: #fff; */
	border-radius: 10px;
	overflow: hidden;
	margin-left: 22px;
	/* padding: 15px; */
	/* color: #ff0000; */
	/* font-weight: 600; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
scale: 1.2;
}
.my-head .navbar-brand span{
	font-size: 13px;
	color: #fff;
		font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.my-head .ger {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 15px;
}
.my-head .ger .fa-brands {
	font-size: 22px;
	color: #fff;
	transition: .45s;
}
.my-head .ger .fa-brands:hover{
	color: #ffd900;
}
.my-head .form-control.me-2:focus {
	box-shadow: none;
}
.my-head .ger li {
	margin-left: 10px;
}
.my-head .ger li:first-child{
	margin-bottom: 0;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 1000;
    background: linear-gradient(to bottom, #ff0000 0%, #ffd900 100%);
}
.navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 41, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-toggler[aria-expanded="false"] .fa-solid.fa-x{
	display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
	display: none;
}
.navbar-toggler {
	width: 50px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffd900 !important;
}
.navbar-toggler .fa-solid.fa-x {
	color: #ffd900;
}
/* banner-sec */
.banner-sec {
	overflow-x: hidden;
    position: relative;
}
.banner-sec .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ff0000 !important;
	margin-left: 5px;
	border: 1px solid #fff !important;
	transition: .45s;
}
.banner-sec .owl-dot.active {
	background-color: #ffd900 !important;
	width: 30px;
	border-radius: 10px;
}
.banner-sec .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}
.banner-box img {
	width: 100% !important;
}
.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,.2);
	    background: linear-gradient(to bottom, #ff0000 0%, #ffd900 100%);
}
/* about-sec css */
.absec {
	margin: 80px 0;
}
.abpic img {
	width: 100%;
}
.abpic {
	border-top-right-radius: 110px;
	overflow: hidden;
	border-bottom-left-radius: 110px;
}
.abtn a {
	text-decoration: none;
	padding: 10px 20px;
	background-color: #ff0000;
	color: #fff;
	border-radius: 30px;
	transition: .45s;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
}
.abtn{
	margin-top: 20px;
}
.abtn a::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	width: 0;
	transition: .45s;
	z-index: -1;
	border-radius: 30px;
}
.abtn a:hover::before{
	transition: width 700ms;
	width: 100%;
}
/* video-sec css */
.our-video {
	margin-top: 80px;
	clip-path: polygon(0 10%, 100% 0%, 100% 87%, 0 100%);
	padding: 150px 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.our-video .head {
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
}
.our-video .owl-carousel .owl-nav button.owl-next, .our-video .owl-carousel .owl-nav button.owl-prev {
	font-size: 50px;
	color: #fff;
	transition: .45s;
}
.our-video .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	z-index: -1;
}
.our-video .owl-prev {
	margin-left: -55px;
}
.our-video .owl-next {
	margin-right: -20px;
}
.our-video .owl-carousel .owl-nav button.owl-next:hover, .our-video .owl-carousel .owl-nav button.owl-prev:hover{
	color: #ff0000;
}
/*our-products*/
.product-sec .pro-box {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.45s;
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-sec .abtn {
	margin-top: 30px;
	display: block;
	
}
.product-sec .pro-box:hover{
	transform: scale(1.02);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}
.product-sec .pro-box .data p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-sec .pro-box .abtn a {
	text-decoration: none;
	display: block;
	text-align: center;
}
.product-sec .pro-box .bottom {
	margin-top: 20px;
}
.product-sec .pro-box .P-pic img {
	transition: .45s;
}
.product-sec .pro-box .P-pic{
	overflow: hidden;
}
.product-sec .pro-box img:hover{
	transform: scale(1.04);
}
.product-sec .item {
	margin: 6px;
}
.product-sec .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ff0000 !important;
	margin-left: 5px;
	border: 1px solid #fff !important;
	transition: .45s;
}
.product-sec .owl-dot.active {
	background-color: #000000 !important;
	width: 30px;
	border-radius: 10px;
}
.product-sec .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.product-sec {
	margin-top: 20px;
}
.pro-box strong {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inherit;
}
/* shop-sec css */
.shop-sec .bg-pic img {
	width: 100%;
}
.shop-sec {
	margin-top: 30px;
}
.shop-sec .bg-pic {
	overflow: hidden;
	/* border-top-left-radius: 300px; */
	display: block;
}

/* best-selling-sec css */
.sell-product-sec .pro-box {
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px;
	transition: .45s;
	padding: 10px;
}
.sell-product-sec .abtn {
	margin-top: 30px;
	display: block;
	
}
.sell-product-sec .pro-box:hover{
	transform: scale(1.02);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}
.sell-product-sec .pro-box .data p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sell-product-sec .pro-box .abtn a {
	text-decoration: none;
	display: block;
	text-align: center;
}
.sell-product-sec .pro-box .bottom {
	margin-top: 20px;
}
.sell-product-sec .pro-box .P-pic img {
	transition: .45s;
}
.sell-product-sec .pro-box .P-pic{
	overflow: hidden;
}
.sell-product-sec .pro-box img:hover{
	transform: scale(1.04);
}
.sell-product-sec .item {
	margin: 6px;
}
.sell-product-sec .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ff0000 !important;
	margin-left: 5px;
	border: 1px solid #fff !important;
	transition: .45s;
}
.sell-product-sec .owl-dot.active {
	background-color: #000000 !important;
	width: 30px;
	border-radius: 10px;
}
.sell-product-sec .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.sell-product-sec {
	Margin-top: 100px;
}
/* test-sec css */
.test-sec .cuscir {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.test-sec .owl-carousel .owl-item img {
	width: 120px !important;
}
.test-sec .cus {
	display: flex;
	justify-content: center;
}
.test-sec .sub-head {
	text-align: center;
	position: relative;
	z-index: 2;
}
.test-sec .sub-head span {
	font-weight: 600;
	color: #fff;
}
.test-sec .heading {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
	color: #fff;
}
.test-sec .stwe {
	font-weight: 700;
	color: #639716;
}
.test-sec p {
	text-align: center;
	color: #fff;
}
.test-sec .clnm p {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.test-sec .test-box {
	padding: 0px 30px;
}
.test-sec .testcon-box {
	padding: 30px 0px;
	border-top-left-radius: 140px;
	border-bottom-right-radius: 140px;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}
.test-sec .testcon-box::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.3);
	z-index: 1;
}
.test-sec .testcon-box::after {
	position: absolute;
	content: '';
	background-image: url(images/dialog.png);
	background-size: contain;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	right: 100px;
	top: 20px;
	rotate: 180deg;
	opacity: .10;
}
.test-sec .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color:#fff !important;
	margin-right: 5px;
	transition: .45s;
}
.test-sec .owl-dots .owl-dot:last-child{
	margin-right: 0px;
}
.test-sec .owl-dots .owl-dot.active {
	background-color: #ff0000 !important;
	width: 30px;
	border-radius: 10px;
}
.test-sec .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.test-sec {
	margin-top: 80px;
}
/* contact-sec */
.contact-sec .con-but .btn.btn-success {
	border-radius: 30px;
	padding: 7px 60px;
	background-color: #ff0000;
	border: none;
	position: relative;
	z-index: 1;
	transition: .45s;
	overflow: hidden;
}
.contact-sec .con-but .btn.btn-success::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	z-index: -1;
	width: 0;
	display: block;
}
.contact-sec .con-but .btn.btn-success:hover::before{
	transition: width 700ms;
	width: 100%;
}
.contact-sec .con-but {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.contact-sec {
	margin-top: 10px;
}
.contact-sec .con-form {
	padding: 30px 50px;
	background-color: rgba(0,0,0,.1);
	border-radius: 30px;
	backdrop-filter: blur(35px);
	box-shadow: 0px 0px 10px 0px rgba(255,255,255,.7);
}
/* footer-sec */
.flsec .f-logo img {
	width: 100px;
}
.flsec .f-logo {
	padding: 15px;
	background-color: #fff;
	display: inline-block;
	border-radius: 12px;
}
.flsec .f-logo a {
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	color: #ff0000;
}
.footer {
	padding: 50px 0px;
	background-color: #151d46;
}
.footer .f-text p {
	color: #fff;
}
.footer .f-text{
	margin-top: 10px;
}
.footer .social-head strong{
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
.footer .fead strong{
	font-size: 24px;
	color: #fff;

}
.footer .dsaa {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer .dsaa li a {
	color: #fff;
	text-decoration: none;
	transition: .45s;
	display: inline-block;
}
.footer .dsaa li {
	margin-bottom: 7px;
	transition: transform .25s ease;
}
.footer .dsaa li:hover{
	transform: scale(1.02) !important;
}
.footer .dsaa li:last-child{
	margin-bottom: 0px;
}
.footer .fead {
	margin-bottom: 20px;
}
.footer .nsbtn .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.footer .nsbtn #button-addon2 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	background-color: #000;
}
.footer .nsbtn #button-addon2:hover{
	background-color: #ffd900;
	color: #000;
}
.footer .nsbtn .form-control:focus{
	box-shadow: none;
}
.footer .ophead strong {
	color: #fff;
	font-size: 16px;
}
.footer .wej p {
	color: #fff;
	margin-bottom: 0;
}
.footer .sol-icon {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.footer .fgr {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	transition: .45s;
}
.footer .fgr .fa-brands {
	color: #fff;
	font-size: 22px;
	transition: .45s;
}
.footer .fgr:last-child{
	margin-right: 0px;
}
.footer .fgr:hover{
	background-color: #fff;
}
.footer .fgr:hover .fa-brands{
	color: #000;
}
.footer .social-head {
	margin-bottom: 15px;
}
.Copyright {
	background-color: #ff0000;
}
.Copyright .container{
	padding: 5px 0px;
	border-top: 1px solid #fff;
}
.Copyright .container p{
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}
.footer {
	padding: 30px 0px;
	background-color: #ff0000;
	margin-top: 80px;
}
/* inner-page */
/* about-us css */
.insec .pic img {
	width: 100%;
}
.brid {
	display: flex;
	justify-content: center;
	background-color: #ff0000;
	padding: 6px 0px;
	align-items: center;
	color: #fff;
}
.brid a {
	margin-right: 5px;
	text-decoration: none;
	color: #fff;
}
.client .logo-box img {
	width: 150px !important;
}
.client .logo-box {
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.client .item {
	margin: 3px;
}
.client {
	margin-top: 60px;
}
.our-port .top-icon img {
	width: 50px;
	filter: invert(1);
}
.our-port .top-pic {
	position: relative;
    
}
.our-port .top-icon {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.our-port .name {
	position: absolute;
	left: 20px;
	bottom: 10px;
	color: #fff;
    z-index: 2;
}

.our-port .p-box{
    transition: .45s;
}
.our-port .p-box:hover {
	transform: scale(1.02);
	box-shadow: 7px 12px 10px 0px rgba(0,0,0,.5);
}
.our-port .main-box {
	background-color: rgba(0,0,0,.5);
	padding: 10px;
	border-radius: 5px;
	backdrop-filter: blur(4px);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
	transition: .45s;
	border: 1px solid #fff;
}
.our-port .main-box:hover{
	transform: scale(1.02);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,.5);
}
.our-port .view-bttn a {
	text-decoration: none;
	padding: 10px 30px;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	transition: .45s;
}
.our-port .view-bttn a:hover{
    background-color: #fff;
	color: #000;
}
.our-port .view-bttn{
    margin-top: 40px;
    text-align: center;
}
.our-port .main-box .rez {
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-port .main-box h5 {
	text-align: center;
	font-size: 24px;
	color: #FFF;
}
.our-port .main-box .count {
	font-size: 34px;
	color: #fff;
	font-weight: 700;
}
.our-port .main-box span {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}
.our-port .bg-pic {
	padding: 70px 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	border-radius: 30px;
}
.our-port {
	margin-top: 80px;
}
.missbox img {
	width: 40px;
	filter: invert(1);
}
.missbox .icon {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0px 0px 4px 2px rgb(255, 255, 255);
	backdrop-filter: blur(20px);
}
.missbox .head strong {
	font-size: 24px;
	margin-left: 10px;
	color: #fff;
}
.missbox .text p {
	color: #fff;
}
.missbox .text {
	margin-top: 10px;
}
.missbox {
	padding: 20px 30px;
	backdrop-filter: blur(30px);
	border-radius: 15px;
	box-shadow: 2px 2px 5px 1px rgb(255,255,255);
	background-color: rgba(0,0,0,.2);
	min-height: 100%;
}
.missvis {
	margin-top: 80px;
}
.missbox .top {
	display: flex;
	align-items: center;
}
/*contact-page*/
.address-sec .mn-box .top .cr-sec {
	width: 60px;
	height: 60px;
	background-color: #ffd900;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.address-sec .mn-box .top .cr-sec .fa-solid {
	font-size: 24px;
}
.address-sec .mn-box .top {
	display: flex;
	justify-content: center;
}
.address-sec .Bttom a {
	text-decoration: none;
	font-size: 20px;
	color: #ff0000;
}
.address-sec .Bttom {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.address-sec .mn-box {
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,.7);
	min-height: 100%;
}
.address-sec {
	margin-top: 70px;
}
.address-sec .mn-box p {
	margin-bottom: 0;
	text-align: center;
	color: #ff0000;
	font-size: 18px;
}
.responsive-map {
	overflow: hidden;
	padding-bottom: 25.25%;
	position: relative;
	height: 0;
	border-radius: 30px;
	margin-top: 20px;
}
.responsive-map iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
/* Contact Section Styles */
.contact-sec {
    padding: 20px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.contact-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.con-form {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
}

.con-form .sub-title {
    color: #ff0000;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.con-form h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #ff0000;
}

.con-form .lead {
    color: #000;
    margin-bottom: 30px;
}

.form-floating {
    margin-bottom: 5px;
}

.form-floating > .form-control {
    border: 2px solid #eee;
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}

.form-floating > textarea.form-control {
    height: 150px;
    resize: none;
}

.form-floating > .form-control:focus {
    border-color: #ff0000;
    box-shadow: none;
}

.form-floating > label {
    padding: 1rem 0.75rem;
}

.btn-primary {
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    background: linear-gradient(45deg, #ff0000, #ffd900);
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(228, 213, 7, 0.2);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .contact-sec {
        padding: 0px 0;
    }
    
    .con-form {
        padding: 30px;
    }
    
    .con-form h2 {
        font-size: 32px;
    }
}

/* Animation for form elements */
.form-floating input:focus + label,
.form-floating textarea:focus + label {
    color: #ff0000;
}

.contact-form .form-control {
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    transform: translateY(-2px);
}

.btn-primary i {
    transition: all 0.3s ease;
}

.btn-primary:hover i {
    transform: translateX(5px);
}

.flsec .f-logo img {
	width: 100px;
}
.flsec .f-logo {
	padding: 15px;
	background-color: #fff;
	display: inline-block;
	border-radius: 12px;
}
.flsec .f-logo a {
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	color: #ff0000;
}
.footer {
	padding: 50px 0px;
	background-color: #151d46;
}
.footer .f-text p {
	color: #fff;
}
.footer .f-text{
	margin-top: 10px;
}
.footer .social-head strong{
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
.footer .fead strong{
	font-size: 24px;
    color: #fff;
    letter-spacing: 0.6px;
    font-weight: 300;

}
.footer .dsaa {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer .dsaa li a {
	color: #fff;
	text-decoration: none;
	transition: .45s;
	display: inline-block;
}
.footer .dsaa li {
	margin-bottom: 7px;
	transition: transform .25s ease;
}
.footer .dsaa li:hover{
	transform: scale(1.02) !important;
}
.footer .dsaa li:last-child{
	margin-bottom: 0px;
}
.footer .fead {
	margin-bottom: 20px;
}
.footer .nsbtn .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.footer .nsbtn #button-addon2 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	background-color: #000;
}
.footer .nsbtn #button-addon2:hover{
	background-color: #ffd900;
	color: #000;
}
.footer .nsbtn .form-control:focus{
	box-shadow: none;
}
.footer .ophead strong {
	color: #fff;
	font-size: 16px;
}
.footer .wej p {
	color: #fff;
	margin-bottom: 0;
}
.footer .sol-icon {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.footer .fgr {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	transition: .45s;
}
.footer .fgr .fa-brands {
	color: #fff;
	font-size: 22px;
	transition: .45s;
}
.footer .fgr:last-child{
	margin-right: 0px;
}
.footer .fgr:hover{
	background-color: #fff;
}
.footer .fgr:hover .fa-brands{
	color: #000;
}
.footer .social-head {
	margin-bottom: 15px;
}
.Copyright {
	background-color: #ff0000;
}
.Copyright .container{
	padding: 5px 0px;
	border-top: 1px solid #fff;
}
.Copyright .container p{
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}
.footer {
	padding: 30px 0px;
	background-color: #ff0000;
	margin-top: 80px;
}
/* inner-page */
/* about-us css */
.insec .pic img {
	width: 100%;
}
.brid {
	display: flex;
	justify-content: center;
	background-color: #ff0000;
	padding: 6px 0px;
	align-items: center;
	color: #fff;
}
.brid a {
	margin-right: 5px;
	text-decoration: none;
	color: #fff;
}
.client .logo-box img {
	width: 150px !important;
}
.client .logo-box {
	background-color: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.2);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.client .item {
	margin: 3px;
}
.client {
	margin-top: 60px;
}
.our-port .top-icon img {
	width: 50px;
	filter: invert(1);
}
.our-port .top-pic {
	position: relative;
    
}
.our-port .top-icon {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.our-port .name {
	position: absolute;
	left: 20px;
	bottom: 10px;
	color: #fff;
    z-index: 2;
}

.our-port .p-box{
    transition: .45s;
}
.our-port .p-box:hover {
	transform: scale(1.02);
	box-shadow: 7px 12px 10px 0px rgba(0,0,0,.5);
}
.section-title {
	font-family: 'BBH Sans Bogle', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	letter-spacing: 0.6px;
	font-weight: 500;

  }
  
  /* Typewriter effect */
  .typewriter {
	animation: typing 4s steps(30, end), blink 0.75s step-end infinite;
  }
  .sub-title.typewriter {
	animation: typing 2s steps(20, end), blink 0.75s step-end infinite;
  }
  
  .section-title.typewriter {
	animation: typing 4s steps(25, end) 2s forwards, blink 0.75s step-end infinite 2s;
  }
  /* Keyframes for typing */
  @keyframes typing {
	from {
	  width: 0;
	}
	to {
	  width: 100%;
	}
  }
  
  /* Keyframes for blinking cursor */
  @keyframes blink {
	50% {
	  border-color: transparent;
	}
  }
  
  
.our-port .main-box {
	background-color: rgba(0,0,0,.5);
	padding: 10px;
	border-radius: 5px;
	backdrop-filter: blur(4px);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
	transition: .45s;
	border: 1px solid #fff;
}
.our-port .main-box:hover{
	transform: scale(1.02);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,.5);
}
.our-port .view-bttn a {
	text-decoration: none;
	padding: 10px 30px;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	transition: .45s;
}
.our-port .view-bttn a:hover{
    background-color: #fff;
	color: #000;
}
.our-port .view-bttn{
    margin-top: 40px;
    text-align: center;
}
.our-port .main-box .rez {
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-port .main-box h5 {
	text-align: center;
	font-size: 24px;
	color: #FFF;
}
.our-port .main-box .count {
	font-size: 34px;
	color: #fff;
	font-weight: 700;
}
.our-port .main-box span {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}
.our-port .bg-pic {
	padding: 70px 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	border-radius: 30px;
}
.our-port {
	margin-top: 80px;
}
.missbox img {
	width: 40px;
	filter: invert(1);
}
.missbox .icon {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0px 0px 4px 2px rgb(255, 255, 255);
	backdrop-filter: blur(20px);
}
.missbox .head strong {
	font-size: 24px;
	margin-left: 10px;
	color: #fff;
}
.missbox .text p {
	color: #fff;
}
.missbox .text {
	margin-top: 10px;
}
.missbox {
	padding: 20px 30px;
	backdrop-filter: blur(30px);
	border-radius: 15px;
	box-shadow: 2px 2px 5px 1px rgb(255,255,255);
	background-color: rgba(0,0,0,.2);
	min-height: 100%;
}
.missvis {
	margin-top: 80px;
}
.missbox .top {
	display: flex;
	align-items: center;
}
/*contact-page*/
.address-sec .mn-box .top .cr-sec {
	width: 60px;
	height: 60px;
	background-color: #ffd900;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.address-sec .mn-box .top .cr-sec .fa-solid {
	font-size: 24px;
}
.address-sec .mn-box .top {
	display: flex;
	justify-content: center;
}
.address-sec .Bttom a {
	text-decoration: none;
	font-size: 20px;
	color: #ff0000;
}
.address-sec .Bttom {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.address-sec .mn-box {
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,.7);
	min-height: 100%;
}
.address-sec {
	margin-top: 70px;
}
.address-sec .mn-box p {
	margin-bottom: 0;
	text-align: center;
	color: #ff0000;
	font-size: 18px;
}
.responsive-map {
	overflow: hidden;
	padding-bottom: 25.25%;
	position: relative;
	height: 0;
	border-radius: 30px;
	margin-top: 20px;
}
.responsive-map iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}


/* Featured Products Section */
.featured-sec {
    padding: 40px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.featured-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
background: linear-gradient(to bottom, #ff0000 0%, #ffd900 100%);

}

.featured-sec .container {
    position: relative;
    z-index: 1;
}

.section-head {
    margin-bottom: 20px;
}

.section-head .sub-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.section-head h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.featured-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.featured-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(233, 250, 1, 0.4);
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.featured-box:hover .product-image img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.featured-box:hover .overlay {
    opacity: 1;
}

.quick-view .view-btn {
    background: #ff0000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.featured-box:hover .view-btn {
    transform: translateY(0);
}

.product-info {
    padding: 25px;
    text-align: center;
	background-color: #fff;
	height:100%;
}

.product-info h3 {
    color: #000;
    font-size: 21px;
	font-weight: 500;
    margin-bottom: 15px;
}

.product-info p {
    color: #000;
    margin-bottom: 20px;
}

.learn-more {
    color: #ff0000;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.learn-more:hover {
    color: #fff;
}

.learn-more i {
    transition: all 0.3s ease;
}

.learn-more:hover i {
    transform: translateX(5px);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .featured-sec {
        padding: 60px 0;
    }
    
    .section-head h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .section-head h2 {
        font-size: 30px;
    }
    
    .featured-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .section-head h2 {
        font-size: 26px;
    }
    
    .product-info h3 {
        font-size: 20px;
    }
}

/* Product Section Styles */
.product-sec {
    position: relative;
    padding: 20px 0;
}

.section-head .sub-title {
    color: #ff0000;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
	letter-spacing: 0.8px;
}

.section-head h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #000;
}

.section-head .section-desc {
    max-width: 600px;
    margin: 0 auto;
    color: #666;
}

/* Product Filter */
.product-filter .nav-pills {
    gap: 10px;
}

.product-filter .nav-link {
    color: #222;
    background: none;
    border: 2px solid #ff0000;
    border-radius: 50px;
    padding: 8px 25px;
    transition: all 0.3s ease;
}

.product-filter .nav-link.active,
.product-filter .nav-link:hover {
    background: #ff0000;
    color: #fff;
}

/* Product Box */
.pro-box {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin: 15px 0;
}

.pro-box:hover {
    transform: translateY(-10px);
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.pro-box:hover .product-image img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.pro-box:hover .product-overlay {
    opacity: 1;
}

.product-actions {
    display: flex;
    gap: 15px;
}

.product-actions a {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
	text-decoration: none;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.pro-box:hover .product-actions a {
    transform: translateY(0);
}

.product-actions a:hover {
    background: #ff0000;
    color: #fff;
}

.product-content {
    padding: 25px;
        height: 259px;
}

.category {
    color: #ff0000;
    font-size: 15px;
    margin-bottom: 10px;
    background: yellow;
    padding: 5px;
    text-align: center;
    border-radius: 20px;

}

.product-title {
    font-size: 25px;
    margin-bottom: 10px;
    color: #222;
}

.product-desc {
    color: #000;
    margin-bottom: 15px;
    font-size: 17px;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rating {
    color: #ffc107;
}

.view-details {
    color: #ff0000;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-details:hover {
    color: #222;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .product-sec {
        padding: 30px 0;
    }
    
    .section-head h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .section-head h2 {
        font-size: 30px;
    }
    
    .product-filter .nav-pills {
        flex-wrap: wrap;
    }
    
    .product-filter .nav-link {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .section-head h2 {
        font-size: 26px;
    }
    
    .product-title {
        font-size: 18px;
    }
    
    .product-image img {
        height: 250px;
    }
}

/* Product Enquiry Modal Styles */
.product-enquiry-modal .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.product-enquiry-modal .modal-header {
    background: linear-gradient(45deg, #ff0000, #ffd900);
    border: none;
    padding: 20px 30px;
}

.product-enquiry-modal .modal-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.product-enquiry-modal .btn-close {
    background-color: #fff;
    opacity: 1;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.product-enquiry-modal .btn-close:hover {
    transform: rotate(90deg);
}

.product-enquiry-modal .modal-body {
    padding: 30px;
    background: #fff;
}

.product-enquiry-modal .form-floating {
    margin-bottom: 20px;
}

.product-enquiry-modal .form-control,
.product-enquiry-modal .form-select {
    height: 55px;
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 1rem 0.75rem;
    font-size: 16px;
    transition: all 0.3s ease;
}

.product-enquiry-modal .form-control:focus,
.product-enquiry-modal .form-select:focus {
    border-color: #ff0000;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.1);
}

.product-enquiry-modal .form-floating label {
    padding: 1rem 0.75rem;
    color: #666;
}

.product-enquiry-modal .form-floating label i {
    margin-right: 8px;
    color: #ff0000;
}

.product-enquiry-modal .enquiry-submit {
    background: linear-gradient(45deg, #ff0000, #ffd900);
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.product-enquiry-modal .enquiry-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.2);
}

.product-enquiry-modal .enquiry-submit i {
    transition: all 0.3s ease;
}

.product-enquiry-modal .enquiry-submit:hover i {
    transform: translateX(5px);
}

/* Modal Animation */
.modal.fade .modal-dialog {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s ease;
}

.modal.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}
.para-cus{
	text-align: justify;
	hyphens: auto;
}
/* Responsive Styles */
@media (max-width: 576px) {
    .product-enquiry-modal .modal-dialog {
        margin: 1rem;
    }
    
    .product-enquiry-modal .modal-title {
        font-size: 20px;
    }
    
    .product-enquiry-modal .modal-body {
        padding: 20px;
    }
	.section-title{
		text-align: center;
	}
}


.dealership-section {
  background: linear-gradient(135deg, #ff0000, #e49300);
  padding: 80px 20px;
  text-align: center;
}

.dealership-content {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 50px 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.dealership-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.dealership-subtitle {
  font-size: 18px;
  color: #ff0000;
  margin-bottom: 10px;
}

.dealership-subtitle span {
  color: #e49300;
  font-weight: 600;
}

.dealership-description {
  color: #000;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.6;
}

.benefits {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin-bottom: 40px;
}

.benefit-item {
  background: #ffd900;
  border-radius: 15px;
  padding: 25px 15px;
  transition: 0.3s;
  border: 1px solid #f4e0b5;
}

.benefit-item:hover {
  background: #ffd900;
  transform: translateY(-5px);
}

.benefit-item i {
  font-size: 42px;
  color: #fff;
  margin-bottom: 15px;
}

.benefit-item p {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.btn-join {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  padding: 12px 35px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-join:hover {
  background: #e49300;
}



    /* -------- PRELOADER STYLES -------- */
    #preloader {
      position: fixed;
      inset: 0;
      background: #fff; /* fallback background */
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      transition: opacity 0.5s ease;
    }

    #preloader.hidden {
      opacity: 0;
      pointer-events: none;
    }

    #preloader img {
      width: 180px;
      height: 100px;
      animation: pulse 1.5s ease-in-out infinite;
    }

    @keyframes pulse {
      0% { transform: scale(0.95); opacity: 0.9; }
      50% { transform: scale(1.05); opacity: 1; }
      100% { transform: scale(0.95); opacity: 0.9; }
    }

    /* Disable scrolling while loading */
    body.loading {
      overflow: hidden;
    }


	/* Section */
.testimonial-section {
    background: linear-gradient(to bottom, #ff0000 0%, #ffd900 100%);
  padding: 30px 0;
  position: relative;
}



/* Card Style */
.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
  margin: 0 auto;
  height: 400px;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* Text */
.testimonial-text p {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 25px;
}

/* Client Info */
.client-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.client-img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ff4d00;
  margin-bottom: 12px;
  transition: 0.3s;
}

.client-img:hover {
  transform: scale(1.05);
}

.client-name {
  font-weight: 600;
  font-size: 18px;
  color: #222;
}

/* Owl Dots */
.owl-dots {
  text-align: center;
  margin-top: 35px;
}

.owl-dot {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  transition: 0.3s;
}

.owl-dot.active {
  background: #ff4d00;
}
.company-section{
        background: linear-gradient(135deg, #ff0000, #e49300);
}
    .company-info {
            background: white;
            border-radius: 16px;
            padding: 24px;
            width: 100%;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            text-align: center;
        }

        .company-logo {
            width: 83px;
    height: 83px;

            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 48px;
            margin-bottom: 16px;
            box-shadow: 0 8px 20px rgba(250, 112, 154, 0.3);
        }
   .company-logo img{
      scale:2;
       width:50px;
   }
        .company-name {
            font-size: 24px;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 12px;
        }

        .company-description {
            color: #000;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 16px;
        }

        .contact-info {
            font-size: 17px;
            color: #718096;
        }

        .contact-info a {
            color: #ff0000;
            text-decoration: none;
        }

        .contact-info a:hover {
            text-decoration: underline;
        }

        @media (max-width: 480px) {
            .company-info {
                padding: 20px;
            }

            .company-logo {
                width: 80px;
                height: 80px;
                font-size: 40px;
            }

            .company-name {
                font-size: 20px;
            }

            .company-description {
                font-size: 13px;
            }
        }

/* Responsive */
@media (max-width: 768px) {
  .testimonial-header .section-title {
    font-size: 28px;
  }

  .testimonial-card {
    padding: 30px 20px;
  }

  .testimonial-text p {
    font-size: 15px;
  }
}
