@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* ================================== header css======================================= */
* {
    margin: 0;
    padding: 0;
    /* font-family: "Rubik", serif; */
    box-sizing: border-box;

}

p {
    font-family: "Montserrat" serif;
}

a {
    text-decoration: none;
}

body {
    height: 200vh;
}
.text-red{
    color: #fb0300 !important;
}

#top-header {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    background-color: #000;
    /* border-bottom: 1px solid #a8a7a7; */
}

#top-header a {
    color: #ffffffbe;
    font-size: 13px;
    font-style: normal;
}

#top-header .top-left,
.top-right {
    display: flex;
    align-items: center;
}

.mail i,
.phone i {
    color: #FB0300 !important;
}

.icon {
    width: 30px;
    height: 30px;
    border-radius: 25% 2%;
    background-color: #FB0300;
    text-align: center;
    padding: 8px;
    margin: 0px 2px 8px 2px;
    transition: transform .5s ease
}

.icon:hover {
    border-radius: 2% 25%;
}

.icon i {
    color: #fff;
}

.icon:hover {
    background-color: #FB0300;
    transform: scale(1.5) !important;
}


/* ============================== lower header===================================== */

header {
    /* position: fixed; */
    /* top: 40px; */
    /* left: 0; */
    width: 100%;
    transition: .5s all ease-in-out;
    /* padding: 0px 100px; */
    z-index: 999;
    /* background: transparent; */
    /* border-bottom: 1px solid #a8a7a7; */
}
.offcanvas-body .nav-item{
    padding: 12px 0;
    border-bottom: 1px solid rgba(197, 196, 196, 0.655);
}
.btn-call {
    position: relative;
    /* display: inline-block; */
    padding: 12px 30px;
    font-size: 18px;
    color: #fff;
    background: transparent;
    border: 1px solid #FB0300;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    transition: color .5s ease-in-out;
    z-index: 1;

}

.btn-call::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #FB0300;
    border-radius: 50%;
    transition: width 0.7s ease, height 0.7s ease, top 0.7s ease, left 0.7s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-call:hover::before {
    width: 300px;
    height: 300px;
}

.btn-call:hover {
    color: #fff;
}

.btn-head {
    position: relative;
    /* display: inline-block; */
    padding: 12px 30px;
    font-size: 18px;
    color: #000;
    background: transparent;
    border: 1px solid #FB0300;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    transition: color .5s ease-in-out;
    z-index: 1;
}

.btn-head::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #FB0300;
    border-radius: 50%;
    transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, left 0.5s ease;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btn-head:hover::before {
    width: 300px;
    height: 300px;
}

.btn-head:hover {
    color: #fff;
}

.navabr-nav {
    display: flex;
    align-items: center;
}

.nav-item .nav-link {
    color: #333333;
    font-family: "Rubik" serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

.nav-item .nav-link:hover {
    color: #FB0300;
}

.nav-item .active {
    color: #FB0300;
}

/* header.sticky {
            /* padding: 0px 100px; *
            transition: .5s ease-in-out;
            top: 0;
            background: #fff;
        } */

header.sticky .nav-item .nav-link {
    color: #000;
}

.sticky .btn-head {
    color: #000;
    border-color: #FB0300;
}

.navbar-toggler {
    border: none !important;
    transition: all .5s ease;
}

/* =======================Breadcrumb =========================== */
.quality-section {
    width: 100%;
    height: 300px;
    background: url('assest/uploads/tech.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}
.quality-title {
    font-size: 32px;
    width: 300px;
    /* text-transform: uppercase; */
    color: white;
    font-weight: bold;
    background: rgba(14, 14, 14, 0.311);
    padding: 15px 20px;
    border-radius: 2px;
}
.breadcrumb-section {
    width: 100%;
    height: 300px;
    background: url('assest/uploads/breadcrumb.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.breadcrumb-title {
    font-size: 32px;
    width: 300px;
    color: white;
    font-weight: bold;
    background: rgba(14, 14, 14, 0.648);
    padding: 15px 20px;
    border-radius: 2px;
}

/* =======================Breadcrumb end=========================== */

/* ==================Hero banner ================================ */
.slide-cap {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 600px;
    height: 350px;
    text-align: left;
    background-color: #bababa48;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-cap h1 {
    font-size: 50px;
    font-weight: 700;
    font-family: "Rubik", serif;

}

.slide-cap p {
    font-size: 18px;
    padding: 8px 0;
}

.slide-cap button {
    margin: 10px 0;
}

#hero .carousel-control-prev-icon {
    display: none;
}

#hero .carousel-control-next-icon {
    display: none;
}





/* ==============================overlay banner============================ */
#banner {
    position: relative;
    width: 100%;
    height: 50vh;
    /* top: 0; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: url('assest/uploads/tech.jpg') center/cover no-repeat;
}

#banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.308);

}

/*====================overlay banner end=====================================  */

/* ==================================About ======================================== */
h1 {
    font-size: 50px;
    font-weight: 700;
    font-family: "Rubik", serif;

}

#about {
    padding: 80px 0;
    /* background-color: aliceblue; */
    background-image: url('assest/uploads/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-section {
    padding: 50px 0;
}

.about-title {
    position: relative;
    display: inline-block;
    padding-right: 120px;
}

.about-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100px;
    height: 4px;
    background-color: #fb0300;
    transform: translateY(-50%);
}

.image-container {
    position: relative;
    width: 330px;
    height: 380px;
    background-color: #fb0300;
    margin: auto;
}

.image-container img {
    position: absolute;
    bottom: 10%;
    left: 20%;
    /* width: calc(100% - 60px); */
    height: auto;
    /* border-radius: px; */
}

.about-content {
    padding-left: 50px;
    font-size: 17px;
    text-align: justify;
}

.about-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: red;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
}

.about-features .abt-txt {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: "Rubik" serif;

}

.abt-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: rgba(221, 221, 221, 0.397);
}

.about-features .abt-txt i {
    font-size: 50px;
    margin-right: 15px;
    color: #FB0300;
}

.about-btn:hover {
    background-color: darkred;
}

.about-features {
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #FB0300; */

}

/* Responsive Design */
@media (max-width: 991px) {
    .about-content {
        padding-left: 0;
        text-align: center;
    }
}


/* ==================================Products======================================== */


#product-bnr {
    width: 100%;
    height: 500px;
    background: url('assest/uploads/prdct.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

#product-bnr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
}

#product-bnr .container {
    position: relative;
    z-index: 2;
    color: white; 
}


.product-content {
    color: #fff;
    /* width: 400px; */
    /* background-color: #A60038; */
    /* align-items: center;
    display: flex;
    align-items: center; */
}
.pro-content{
    padding: 40px 30px;
    /* background-color: #fff; */
}
.pro-content h5{
    font-size: 25px; 
}
.pro-content p{
    font-size: 18px;
    text-align: justify;
    padding: 15px 0;
   
    
}

.box-content{
    padding: 20px;
    border-radius: 10px;
    /* border: 1px solid #c6c3c3 !important; */
    background-color: #fff;
}
.specification .box-content h4{
    font-size: 18px;
    padding: 10px 0;
    font-weight: 500;
}
.specification .box-content p{
    font-size: 16px;
}
.specification .box-content ul li{
    font-size: 15px;
}
.product-content {
    color: #fff;
    /* width: 400px; */
    /* background-color: #A60038; */
    /* align-items: center;
    display: flex;
    align-items: center; */
}
.line{
    width: 300px !important;
    height: 5px;
    color: #000 !important;
}

.product-content a {
   padding: 5px 20px;
   font-size: 20px;
   font-weight: 500;
   margin: 20px;
   color: #fff;
    text-align: center;
    background-color: #FB0300;
}

.product-content h1{
    padding: 10px 0 ;
}

#products{
    position: relative;
    top: -140px;
}
#products .card-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding-right: 70px;
}
#products .card, .card-header{
    border:none;
}
.card-body {
    
    background-color: #edeeee !important;
}
.card-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
    height: 3px;
    background-color: #fb0300;
    transform: translateY(-50%);
}

#vision{
    padding: 100px 0;
    background: #f9f9f9;
    /* background-image: url('assest/uploads/background.jpg'); */
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* text-align: center; */
    width: 100%;
    height: auto;
}
#vision .vision-content{
    padding: 60px 40px;
    border-radius: 10px;
    border: 1px solid #c6c3c3;
}
.vision-content h2{
    font-family: "Rubik" serif;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;

}
.vision-content p{
    font-size: 18px;
    text-align: justify;
    
}

/* ==================Quality policy=========================== */
#quality{
    padding: 100px 0;
    /* background: #f9f9f9; */
    background-image: url('assest/uploads/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
    height: auto;
}
.quality-content{
    padding: 60px 40px;
    border-radius: 10px;
    /* border: 1px solid #c6c3c3; */
}
.quality-content h2{
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    padding: 0 0 20px;
}
.quality-content p{
    font-size: 20px;
    color: rgb(70, 70, 70);
    text-align: justify;
}
/* ==================================Why choose us======================================== */
#why-choose-us {
    padding: 80px 0;
    /* background: #f9f9f9; */
    background-image: url('assest/uploads/background.jpg');
    background-repeat: no-repeat;
    /* background-size: cover; */
    text-align: center;
    width: 100%;
    height: auto;
  }

  
  /* .section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
  } */
  
  .section-subtitle {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 40px;
  }
  
  .choose-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #fb0300;
  }
  
  .choose-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  }
  
  .choose-box .why-choose-icon {
    font-size: 50px;
    color: #fb0300;
    margin-bottom: 15px;
  }
  
  .choose-box h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
    font-weight: 700;
  }
  
  .choose-box p {
    font-size: 1rem;
    color: #555;
  }
/* ==================================Contact======================================== */

.contact-us {
    background-color: #f8f9fa;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ced4da;
    transition: border-color 0.3s;
}

.btn-primary {
    background-color: #FB0300;
    border: none;
}

.btn-primary:hover {
    background-color: #FB0300;
}

.contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid #FB0300;
    border-radius: 50%;
    padding: 0.5rem;
    transition: background-color 0.3s;
}

.contact-icon:hover {
    background-color: #FB0300;
}

.contact-icon i {
    color: #fff;
    padding:10px;
    font-size: 20px;
}

.aside {
    background-image: linear-gradient(to left bottom, #FB0300, #D1001C, #A60038, #7C0055, #520072);

    /* background-image: linear-gradient(to left bottom, #051937, #002350, #002d69, #003684, #01409f); */
    padding: 20px;
    /* Padding for spacing */
}

/* ==================================Contact End======================================== */
/* ==================================footer======================================== */
#footer {
    position: relative;
    width: 100%;
    background: url('assest/uploads/bg-bnr.jpg') center/cover no-repeat;
}

#footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.793);
    /* Adjust the opacity (0.6 = 60% dark) */
}

#footer .container {
    position: relative;
    z-index: 1;
    /* Ensures the content appears above the overlay */
}

#footer a {
    color: #d9d9d9;
    transition: .5s ease;

}

#footer a:hover {
    padding-left: 5px;
    color: #FB0300;
}

#footer .footer-text a {
    font-size: 14px;
    font-weight: 500;

}