body {
    margin: 0;
    padding: 0;
    font-family: "Livvic", serif;

    
    font-weight: 400;
    font-style: normal;
    background-color: #fdfdfd;
    letter-spacing: 0.60px;
    
      color: #4b4f52 !important;
    font-size:18px;


}


html {
    scroll-behavior: smooth;
}

/*topbar*/

.top-bar {
    background-color: #34344A;
    color: #ffffff;
    padding: 3px 0;
    border-radius: 0;
    font-size: 14px;
}


.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 3rem;
}

.top-left a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    transition: 0.3s;
}

.top-right a {
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
    transition: 0.3s;
}

.top-left a:hover, .top-right a:hover {
    color: #ffcc00; 
}


/*navbar*/


.sticky-header {
    width: 100%;
    background: #fff;
    z-index: 9999;
    height:auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
      padding: 10px 0px;
}


.is-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    display: flex !important;      
    justify-content: space-between !important; 
    align-items: center !important;
    padding: 0 5% !important;   
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    animation: slideIn 0.4s ease;
}


nav {
    background: #fff;
    font-size: 0;
    position: sticky;
    z-index: 1000;
}


.logo {
    width: 216px;
    height: auto;
}


.logo-item {
    list-style: none;
}






.ul-reset {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}




.ul-reset li {
    padding: 0 15px; 

    margin-right: 2rem; 
}


nav li {
    margin: 0 1px;
    font-size: 16px;
   
}

.ul-reset li a {

    color: black;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 20px 0;
    border-bottom: 3px solid transparent;
}

nav>ul>li:last-child {
    padding-right: 0;
}

.droppable>a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 12px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}

.droppable:hover .mega-menu {
    display: block;
}





/*Mega Menu */
/*
.mega-menu {
    background: #f0f0f0;
    display: none;
    position: absolute;
    left: 0;
   
  
        top: 84%;

    width: 100%;
    text-align: left;
    border-radius: 10px;
}*/


.mega-menu {
    right: 2%;
  /*  background: #ffffff;*/
  background: rgb(234 234 234 / 70%);
    display: none;
    position: absolute;
    left: 5%;
    top: 84%;
    width: 90%;
    text-align: left;
    border-radius: 10px;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 1000;
}



.mega-menu::-webkit-scrollbar {
    display: none;
}


.mega-menu {
    -ms-overflow-style: none; 
    scrollbar-width: none;     
}

.mega-menu h3 {
    color: #444;
}


.aboutus-drop {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: 330px;
}



.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #333;
}
.mega-menu a:hover {
    color: rgb(20, 20, 247);
}



.product-cards {
    display: flex;
    flex-wrap: wrap;
   gap: 20px 5px;
    justify-content: space-around;
    padding: 50px 0;
}

.product-card {
    width: 200px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.product-card img {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.product-card h3 {
    font-size: 16px;
    color: #333;
    margin: 0;
}




a {
    text-decoration: none !important;
    outline: none !important;
    color: #727272;
}


nav ul li a:hover {
color: blue;
text-decoration: none;
}
.product-cards .product-card a:hover h3 {
color: blue;
}







/*carousel*/



.custom-caption-right {
    text-align: right;
    right: 5% !important;
    left: auto !important; 
    top: 20%;
    width: 40%; 
}

.carousel-text2 {
    color: #333;
    font-weight: 800;
    font-size: 2.0rem; 
    text-transform: uppercase;
    margin-bottom: 20px;
}

.custom-caption-right h3 {
    color: #444; 
    font-size: 1.0rem;
    line-height: 1.5;
    margin-bottom: 30px;
}


.btn-view-products {
    
    background-color: #979797;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: 0.3s;
    border: none;
    text-transform: uppercase;
    font-size: 0.85rem;
    border-radius: 5px;
}


.btn-view-products:hover {
    background-color: #4a0404;
    color: #ddd;
}

   

.custom-caption-left {
    text-align: left;
    left: 5% !important; 
    right: auto !important; 
    top: 20%; 
    width: 50%; 
}




.carousel-text1 {
    /*color: #640606;*/
    color: #fff;
    font-weight: 900; 
    font-size: 2.0rem; 
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-left:5%;
    
   
}




.custom-caption-left h3 {
    color: #fff;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.4;
    margin-left:5%;
}



.carousel-caption {
    color: black;
    top: 100px;
    left: 0px;
    
    
}

  .carousel-caption p { 
    line-height: 1.6;
     color: #555; 
     font-size: 18px;
     }


.cf:before,
.cf:after {
    content: " ";
 
    display: table;
   
}

.cf:after {
    clear: both;
}

.carousel-section {
    z-index: 1;
}




.carousel-item:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%; 
    height: 100%;

    /*background: linear-gradient(to right, 
        rgba(255, 255, 255, 0.9) 0%, 
        rgba(255, 255, 255, 0.6) 50%, 
        rgba(255, 255, 255, 0) 100%);
    z-index: 1;*/
    pointer-events: none; 
    
    background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.6) 0%, 
    rgba(0, 0, 0, 0.4) 50%, 
    rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}


.carousel-item:first-child .carousel-caption {
    z-index: 2;
}



.our-comp-list{
    list-style-type:none;

}

/*section-wrapper*/


/*
.section-wrapper .patten-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
    margin: 3rem 0;
    padding: 3rem 0;
    border-radius: 12px;
    margin-top: -49px;
    position: relative;
    z-index: 10;
    background-color: #fff;

}*/


.section-wrapper .patten-text {
    display: flex;
    flex-wrap: wrap; /* Ye sabse important hai mobile ke liye */
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
    margin: 3rem 0;
    padding: 2rem; /* Fixed padding */
    border-radius: 12px;
    margin-top: -49px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.section-wrapper .patten-text .col-lg-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/*
.section-wrapper .icon-pattern {
    display: flex;
    align-items: center;
    justify-content: center;
}
*/



/* Icon and Text alignment */
.section-wrapper .icon-pattern {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0; /* Mobile par spacing ke liye */
}


.section-wrapper .icon-pattern i {
    color: #c0151b;
    font-size: 39px;
    margin-right: 10px;
}


.section-wrapper .icon-pattern p {
    margin: 0;
   /* font-size: 19px;*/
}

.icon-pattern p sup {
       font-size: 19px;
    top: -0.5em;    
}





/*industrial about*/



    .industrial-about{
            margin-bottom: 9rem;
    margin-top: 6rem;
    }



    .industrial-left{
       padding-left: 5rem !important;
    }


    
.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
     border-radius: 10px;
     box-shadow: 1px 1px 35px rgb(0 0 0 / 24%);
}


.about-img img:last-child, .feature-img img:last-child {
    margin: 17% 0 0 40%;
}
.exp-badge-float {
    position: absolute;
   
    top: 3px;
    right: -6px;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 1px 1px 17px rgb(0 0 0 / 24%);
    padding: 18px;
    border-radius: 7px;
}


.exp-badge-float h2 {
    font-size: 50px;
    font-weight: 800;
    margin: 0;
}
.exp-badge-float p {
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

/*
.orange-text {
   color: #640606 !important;
    
}*/

.orange-text {
    color: #640606 !important;
    font-size: 18px;
    margin-right: 10px;
}



.sub-title1 {
    /*color: #a50505;*/
    color:#8c2033;
    font-weight: bold;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    line-height: 1.5em;
    font-size: 35px;
    position: relative;
    padding-left: 15px;
    padding: 8px 0px 15px;
    margin-bottom: 15px;
}

.about-headline {
    font-size: 29px;
    font-weight: 300 !important;
    /* margin-bottom: 1.5rem !important; */
    padding: 5px 0px 15px;
    color: #34344A;
}


.industry-para {
 
    color: #4b4f52 !important;
    text-align: justify;
    padding: 30px 0px;
}



.features-list .feature-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px; 
}



.feature-item i{
    font-size:18px;
}


.btn-learn-orange {
    text-decoration: none;
    /* border: 2px solid #640606; */
    padding: 8px 15px;
    border-radius: 8px;
    color: #212529;
    /* font-weight: 700; */
    display: flex;
    align-items: center;
    transition: 0.3s;
    box-shadow: 1px 1px 17px rgb(0 0 0 / 24%);
        font-size: 17px;
}


.arrow-icon {
   background: #640606;
    color: #fff;
    padding: 2px 6px;
    border-radius: 6px;
    margin-left: 10px;
}
.btn-learn-orange:hover {
    background:#640606;
    color: #fff;
}


.arrow-icon:hover {
    background: #ffff;
    color: #640606;
    padding: 2px 6px;
    border-radius: 6px;
    margin-left: 10px;
}




/*stats*/

.stats {
    color: var(--default-color);
    background-color: #3333331a;
 
    padding-top: 5rem;
    padding-bottom: 7rem;
    scroll-margin-top: 90px;
    overflow: clip;
}




.stats i {
    background-color: var(--surface-color);
    color: var(--accent-color);
    
    width: 54px;
    height: 54px;
    
    font-size: 4rem;
    border-radius: 50px;
    border: 2px solid var(--background-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}



.stats .stats-item {
    background-color: #ffffff63;
    margin-top: -27px;
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    box-shadow: 0px 2px 35px rgb(0 0 0 / 9%);
    border-radius: 11px;
    z-index: 0;
    color: #34344A;
} 



.stats .stats-item span {
    font-size: 36px;
    display: block;
    font-weight: 700;
    color:  color-mix(in srgb, var(--default-color), transparent 20%);
    margin-top: 12px;
}

.stats .stats-item p {
    padding: 0;
    margin: 0;
    font-family: var(--heading-font);
    font-size: 16px;
}





/*product section*/





.product-section {
    display: flex;
    position: relative;
    /* min-height: 600px; */
    min-height: 891px;
    background: #f4f4f4;
    overflow: visible;
    background-color: #f4f4f4;
    background-image: url(https://www.transparenttextures.com/patterns/nistri.png);
}







.product-left {
    flex: 0 0 40%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgb(0 0 0 / 40%)), url(../images/industry-bg.webp) center / cover no-repeat;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0%;
    top: 27%;
    transform: translateY(-50%);
    z-index: 3;
    color: #fff;
    height: 35rem;
    width: 54%;
    border-top-right-radius: 10px;
}




.product-title {



font-size: 51px;



}

.product-title {

    position: absolute;
    top: 15%; 
    left: 5%;
    width: 90%;
    z-index: 10;
    

  
    font-size: 51px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;


    color: transparent; 
    -webkit-text-fill-color: transparent; 
    -webkit-text-stroke: 1px #ffffff;
    
    
    text-shadow: none;
}




.slider-arrows {
    position: absolute;
    bottom: -90px;
    left: 60px;
    display: flex;
    gap: 12px;
    margin-top: 11rem;
    z-index: 10;
}



.arrow

 {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    background-color: #640606;
    border: none;
    cursor: pointer;
}


.product-right{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:55%;
    z-index:3;
}





.product-grid {
    display: flex;
    gap: 20px;
    margin-top: 50px;

 margin-left: -182px;
    padding-bottom: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}






.product-grid::-webkit-scrollbar {
    display: none;
}





.product-block {
    flex: 0 0 auto;
    width: 47%;
}





.product-block {
    background: #fff;
    min-width: 300px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    border-radius: 10px;
    transition: 0.3s;
}



.product-block:hover {
    transform: translateY(-10px);
}



.product-grid .img-block {
    position: relative;
    overflow: hidden;
}

.product-grid .img-block img {
    width: 100%;
    height: auto;
    border: 2px solid #f3f3f3;
    border-radius: 0px;
    overflow: hidden;
    background: #ffffff;
    opacity: 1;
    transition: opacity 0.35s, transform 0.35s;
}

.product-grid .product-block:hover .img-block img {
    opacity: 0.5;
    transform: scale3d(1.1, 1.1, 1.1);
}

.product-grid .img-block .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #fff;
    font-size: 0.9em;
}

.product-grid .product-block:hover .img-block .img-hover {
    background: #00000021;
}

.product-grid .product-block .img-block .img-hover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 2px solid #640606;
    border-bottom: 2px solid #640606;
    content: '';
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform-origin: 50% 50%;
    transition: opacity 0.35s, transform 0.35s;
}

.product-grid .product-block:hover .img-block .img-hover:after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

.product-grid .product-block .info {
    width: 90%;
    margin: 0 auto;
    padding: 0px 0px;
    position: relative;
    transition: all .4s ease-out 0s;
}

.product-grid .product-block:hover .info {
    background-color: maroon;
    margin-top: -60px;
    box-shadow: 0 6px 16px 0 rgba(83, 3, 3, 0.5);
}

.product-grid .product-block:hover .info .name {
    color: #fff;
}

.product-grid .product-block .info .name {
    font-size: 1.4rem;
    padding: 1rem 0rem 1rem;
    color: white;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    background-color: #34344A;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


.read-more-wrapper {
    text-align: center; 
    width: 100%;        
   /*margin-top: 20px;  */
   padding: 10px 0;
   background-color: #fff;
}




.btn-read-more {
    display: inline-block;
 
}


.btn-read-more:hover {
    color:#2b2b2b;
   
    
 
}



/*rpi capabilities*/



.rpi-capabilities {
    background-image: url("../images/rpi-bg.webp");

    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 7rem 0 13rem;
}





.rpi-capabilities::before {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
        background-color: rgb(0 0 0 / 83%);

    z-index: 1;

}


.cap-title {


   top: -125px;
    position: relative;
    z-index: 10;
  
    background-color: #640606;
    color: #ffffff;
   padding: 7px 12px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-size: 1.25rem;
    font-weight: bold;
}


.sub-title {
    
    color:#ffffff;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
    line-height: 1.5em;
    font-size: 36px;

    position: relative;
    padding-left: 15px;
    padding: 8px 0px 15px 15px;
    margin-bottom: 15px;
}




.rpi-capabilities .container {
    position: relative;

    z-index: 2;

    color: white;

}



.rpi-capabilities .icon-container {
    display: flex;
  /*  justify-content: space-between;*/
    flex-wrap: wrap;
  
    margin-top: -6rem;
    margin-bottom: -6rem;
}



.rpi-capabilities .icon-container .icon-item {
    width: 25%;
    
    margin-bottom: 20px;
    text-align: center;
    
    display: flex;
    flex-direction: column;
    
    justify-content: center;
   
    align-items: center;

    
}



.rpi-capabilities .number-icon {
    color: #000;
    font-weight: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 94px;
    background-color: #ffffff;
    border-radius: 7%;
    margin-bottom: 10px;
    font-size: 50px;
    
}


.rpi-capabilities .icon-container .number-icon i {
    font-size: 40px;

}



.rpi-capabilities .icon-container .icon-item p {
    font-size: 19px;
    margin-top: 10px;
    text-align: center;
   
    color: #ffffff;
}


/*industry-served*/





.industry-served {
    padding: 7rem 0;
    --bs-gray-600: #6c757d;
}

.industry-served .card {
    width: 50%;
    
    margin: 0 auto;
        margin-bottom: 3rem;
    padding: 1rem 0;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}


.industry-served .card-img-top {
    width: 33%;
    height: auto;

    max-height: 100px;
    
    object-fit: contain;
    margin: auto;
    
}




.industry-served .card-body h5 {
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    color: #a50505;
}


/*our customers*/



.customer-section {
    padding: 51px 0px;
    background-color: #f3f3f3;
}


.directcust{
    padding-top:2rem;
}

.directcust-title{
    padding-bottom: 1.5rem !important;
    text-align: center !important;

    background-color: #fafafa;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 56%);
    border-radius: 5px;
    padding: 18px 0px;
    margin-bottom: 25px;

}


.indirectcust{
     padding-top:2rem;

}

.indirectcust-title{

     padding-bottom: 1.5rem !important;
    text-align: center !important;

    background-color: #fafafa;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 56%);
    border-radius: 5px;
    padding: 18px 0px;
    margin-bottom: 25px;

}



.slider {
   
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider .slide-track {
    display: flex;
    animation: scroll 10s linear infinite;
    
    width: 100%;
    
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
      
        transform: translateX(calc(-250px * 7)); 
    }
}

.slider .slide-track {
    display: flex;
    animation: scroll 20s linear infinite;
    width: calc(250px * 14); 
}
.slider .slide {
    height: 100px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}



.slider .slide img {
    height: auto;
    width: 100%;
    max-width:60%;
}





.slider .slide-track .slide:nth-child(n+6) {
    margin-left: 0;
}


.customer-middle-btn {
    margin-left: 36rem;
    margin-top: 2rem;
    display: flex;
}


.intro-data-1{
    margin-top: 3rem;
    margin-bottom: 5rem;
}

/*testimonial*/

.testimonial {
    padding: 8rem 0px;
}





/* CTA section */

.call-to-action {
   padding: 8px 0;
    position: relative;
    clip-path: inset(0);
    background-color: #640606;
    color: white;
}


.cta-icon{
margin-right: 1.5rem !important;
}


.cta-icon i{
font-size: 3rem;
    color: #ffffff;
}


.cta-btn {
   
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.9rem;
    background-color: #34344A;
    color: white;
    border: 1px solid #fff;
    font-size: 19px;
}



  .cta-wp {
    background-color: #25D366; 
    color: white;             
    border-radius:1rem;
   
  }

.cta-wp:hover{
    background-color: transparent;
}

.cta-text{
letter-spacing: 0.5px;

    font-weight: 700 !important;

    margin-bottom: 0 !important;
}


.cta-text1{
    color:#fff;
}
/*footer*/


.footer-sec {
    position: relative;
 
   background-image: url("../images/footer-bg.webp");
  
   background-size: cover;
   
}

    
.footer-sec .opacity {

    padding: 3rem 0rem 0rem;

    background: rgb(0 0 0 / 84%);

    color: #ffffff;

}

.footer-text{
    color: #fff !important;
    padding-bottom: 1.5rem !important;
    padding-right: 0 !important;
    margin-left: 0 !important;

}


.our-company{
    text-align: right !important;
}

.designer-link {
    text-decoration: none;

    color: #3391f5;
    text-align:right;

    font-weight: bold;

}

.designer-link:hover {
    color: #0056b3;

    text-decoration: underline;

}

.footer-sec li {
    padding: 10px 0;
}


/*
.footer-sec ul li a {
 
    text-decoration: none;
    
      color: #ffffff;
}

/*
.footer-sec ul li a:hover {
    color: #fff;
    
    text-decoration: underline;
     opacity: 0.8;
    padding-left: 5px; 
   
}*/


.footer-sec ul li a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.footer-sec ul li a:hover {
    opacity: 0.7;
   color: #ffffff;
 
    transform: translateX(8px); 
}

.list-inline-item a i {
    transition: color 0.3s ease, transform 0.3s ease;
}


.list-inline-item a:hover i {
    color: #c0151b;

    transform: scale(1.1);

}

.cont-info .material-icons {
    font-size: 20px;

    color: white;

    vertical-align: middle;

    margin-right: 8px;

}

.footer-sec p a {
   
    color: #ffffff;
}

.footer-sec p {
 
    color: #ffffff;
}





/*company brief*/

.banner {
    background: url(../images/banner-img.webp) no-repeat center center/cover;
    height: 300px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
      background: rgba(0, 0, 0, 0.5);
   
   
}

.banner-content {
    position: relative;
    z-index: 2;
    margin-top: 2rem;
}

.banner-content h1{
    text-align: center;
}


.banner-content p{
    text-align: center;
}


.lead {
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0 auto;
    text-align: justify;
}

.aboutInner {
    padding: 10rem 0px;
}


.border-right-custom {
    border-right: 1px solid #e0e0e0;
    padding-right: 3rem;
}



.title-flex {
    display: flex;
    align-items: center;      
    justify-content: center;   
    gap: 15px;                 
    margin-bottom: 20px;      
}



.aboutwrap i.fas {
    font-size: 40px;
    
    color: #333;
   
 
 margin-bottom: 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
   
    text-align: center;
}


.aboutInner .aboutwrap {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 3rem;
}

.aboutInner .aboutwrap h4 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 2rem;
}


.aboutInner .aboutwrap p {

        font-size: 17px;
    color: #727272;
    text-align: justify;
}



/*quality section*/
.quality-section {
    position: relative;
    padding: 100px 20px;
    background-color: #f8f9fa;
    overflow: hidden;
}



.bg-watermark {
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 8rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    text-transform: uppercase;
    z-index: 0;
    white-space: nowrap;
    pointer-events: none;
}

.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 1;
    justify-content: center;
}


.quality-title {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 6rem;
}






.quality, .qualiity {
    background: #ffffff;
    padding: 40px 30px;
    min-height: 155px;
    width: 100%;
    max-width: 350px; 
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
 
    clip-path: polygon(0% 0%, 86% 0, 100% 20%, 100% 100%, 0% 100%) !important;
    
    transition: all 0.3s ease;
}


.quality:hover, .qualiity:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}


.quality p, .qualiity p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}







/*director page*/

.abt-intro-section {
    padding: 4rem 0 0 0;
    position: relative;
}


.directors-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    border: 5px solid #fff;
}


.believe {
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    color: #00afef;
}


.blockquote {
    padding: 27px 80px 40px;
    position: relative;
}


.blockquote:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    content: "\f10d";
    font-size: 152px;
    color: rgba(0, 0, 0, 0.06);
}

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #bf0024;
    height: 3px;
    width: 200px;
}


.blockquote p {
    font-size: 77px;
    text-align: center;
    color: #404040;
}




.believe-data {
    padding: 2px 2px;
}






.blockquote p {
    font-size: 77px;
    text-align: center;
    color: #404040;
}

.director-para{
    margin-top:3rem;
    text-align: justify;
}
/*

.directors-banner {
    background-image: url(../images/director-bg.jpg);
    height: 300px;
    background-attachment: fixed;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.directors-banner .opacity {
    padding: 7.5rem 0rem 7.7rem;
    background: rgba(0, 0, 0, 0.05);
    color: #FFF;
}

.directors-banner-head {
    padding: 0rem 0rem 0rem;
}

.directors-banner-head h2 {
    font-size: 3rem;
    padding: 0rem 0rem 0rem;
    text-align: left;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 2px 10px 5px rgba(0, 0, 0, 0.51);
}
   

.believe-statement {
    font-size: 30px;
    line-height: 31px;
    color: #00afef;
}




*/

/*why us*/
.comp-details {
    padding: 7rem 0;
}





.comp-details .comp-heading {
 
    color: #8c2032;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    padding-bottom: 2rem;
}

.comp-details p {
    line-height: 30px;
    text-align: justify;
    justify-items: center;
}


.choose-us {
    background-color: #2b2b2b;
    color: #ffffff;
}





.our-legacy {
    background: #fff;
    color: black;
    box-shadow: 1px 1px 17px rgb(0 0 0 / 24%);
    padding: 25px 20px;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.our-legacy:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border-color: maroon;
}


.icon-text {

    padding-bottom: 1rem;
    color: #9e0606;
    font-size: 40px;
}








.icon-text i {
    font-size: 24px;
    color: #ffffff;
    background: maroon; 
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 15px;
}

.our-legacy h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
}

.our-legacy p {
    font-size: 0.85rem;
    opacity: 0.8;
    margin-bottom: 0;
    color: #191616;
}



.img-wrapper img {
    max-height: 450px;

}



.btn-maroon {
    background-color: maroon;
    color: white;
    border-radius: 8px;
    transition: 0.3s;
}

.btn-maroon:hover {
    background-color: #600000;
    color: white;
}



/*products*/


.main-container {
     display: flex; 
      margin: auto; 
      gap: 20px;
       align-items: flex-start; 
      margin-top: 2rem;
      margin-bottom: 3rem;

    }

    
        .sidebar {
             width: 260px; 
             flex-shrink: 0; 
             background: white;
              border-radius: 4px; 
              box-shadow: 0 2px 10px rgba(0,0,0,0.1);
               overflow: hidden; 
            }

            /*
        
        .sidebar-header { 
            background-color: #003366;
             color: white; 
             padding: 12px 20px;
              font-weight: bold;
               font-size: 16px;
                border-radius: 4px 4px 0 0; }*/
        
        .menu-list { 
            display: flex; 
            flex-direction: column;
             
             max-height: 678px;
             }

.tab-btn.active {
    background-color: #fff;
    color: #842231;
    font-weight: bold;
    border-right: 4px solid #85232d;
}

        
        .tab-btn {
            padding: 15px 20px;
             border: none; 
             background: white;
              text-align: left;
            cursor: pointer;
             border-bottom: 1px solid #eee; 
             color: #444; 
             font-size: 14px; transition: 0.2s;
        }
        
        .tab-btn:hover { 
            background-color: #fff;
    color: #842231;
        }

       
        .content-area { flex-grow: 1; }

        /*
        
        .top-header-bar {
            background-color: #d1e3ff; 
            color: #003366;
             padding: 12px 20px;
            border-radius: 4px; 
            font-weight: 500; 
            font-size: 15px;
            display: flex; 
            justify-content: space-between; 
            align-items: center;
             margin-bottom: 15px;
        }*/

        .details-card { 
            background: white; 
            padding: 30px;
             border-radius: 4px;
              border: 1px solid #ddd; 
              min-height: 500px;
               box-shadow: 0 1px 3px rgba(0,0,0,0.05); 
            }
        
        .tab-content { display: none; animation: fadeIn 0.3s ease; }
        .tab-content.active { display: block; }

        .product-detail-container {
    background: #fff;
    padding-top: -5rem;
}


.product-layout {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 900px;
    margin: auto;
}


.img-box {
     width: 400px;
  /*  height: 236px;*/
  height:342px;
    border-radius: 30px; 
    overflow: hidden;
    z-index: 1;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.content-side {
    margin-left: -50px;
    z-index: 2;
}

/*
.heading-box {
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 15px;
    display: inline-block;
}

*/
.heading-box {
    
    margin: 0;
    
    margin-left: 3rem;
    font-size: 1.5rem;
    color: #8b263a;
    
}

.details-card h2{
 color: #8b263a;

font-weight: 900;
}


.heading-box h3 {
    margin: 0;
    font-weight: bold;
    margin-left: 3rem;
    font-size: 1.5rem;
     color: #8b263a;
}




.application-box {
    /* background: #fff; */
    /* border: 3px solid #000; */
    margin-left: 3rem;
    padding: 20px;
    max-width: 500px;
}

.application-box p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}



/*infrastructure*/


.hero {
            display: grid;
            grid-template-columns: minmax(0, 4.5fr) minmax(0, 5.5fr);
            gap: 4rem;
            padding: 4rem 5rem;
            align-items: center;
       
        }

        .hero__heading { font-size: 3rem; font-weight: 700; color: #212529; }
        .hero__heading span { color: #9b0000; display: block; font-size: 0.7em; text-transform: uppercase; margin-top: 10px; }
        .hero__caption { font-size: 1.1rem; line-height: 1.7; color: #555; margin: 1.5rem 0; min-height: 120px; }

 
        .hero__image-wrapper {
          
            height:90svh;
            position: relative;
            overflow: hidden; 
      
        }

        .hero__image-wrapper img {
            width: 100%;
            height:auto;
            object-fit: contain;
            position: absolute;
            inset: 0;
            padding: 30px;
            background: #fff;
        }

        .img-layer-two {
            z-index: 2;
            transform: translate(100%, 100%); 
            opacity: 0;
            will-change: transform, opacity;
        }

        .controls { display: flex; gap: 15px; margin-top: 20px; }
        .btn-custom {
            padding: 10px 30px;
            border: 2px solid #9b0000;
            color: #9b0000;
            font-weight: 700;
            background: transparent;
            border-radius: 5px;
            cursor: pointer;
            transition: 0.3s;
        }
        .btn-custom:hover { background: #9b0000; color: #fff; }
        .btn-custom:disabled { opacity: 0.5; cursor: not-allowed; }

        .text-fade { animation: textAnim 0.6s ease forwards; }
        @keyframes textAnim {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }


/*clients*/


.clients-logo-grid{
padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}



.client-logo-card {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 15px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border-radius: 5px;
}


/*contact us*/
.address-section-container {
    margin: 20px auto;
}

.address-section-card {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    padding: 15px;
    border: none;
    border-radius: 8px;
    transition: box-shadow 0.2s ease-in-out;
}

.address-section-text-center {
    text-align: center;
}



    .contact-btn{
        margin-bottom: 2rem;

    }



.address-section-text-center .address-section-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #000;
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}


.address-section-card-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 15px;
}


.text-company{
    text-align:center;
    
}



.design-section{
    font-size: .875em;
    
}




/*

.footer-floating-icons {
    position: fixed;
    bottom: 25px;
    left: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}


.float-wp {
    width: 45px;
    height: 45px;
    background-color: #25d366;
    color: white;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 89rem;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}




.scroll-top.active {
    visibility: visible;
    opacity: 1;
}
.scroll-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background-color: #000;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 18px;
    z-index: 9999;
    text-decoration: none;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
*/


/* Container for Left Side Icons (WP + Vertical Button) */
.footer-floating-icons {
    position: fixed;
    bottom: 25px;
    left: 25px; /* Left side alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 9999;
}

/* Vertical CTA Button Styling */
.cta-btn-vertical {
    background-color:#a50505; /* Industrial Orange */
    color: white !important;
    padding: 15px 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    border-radius: 8px;
    text-transform: uppercase;
    writing-mode: vertical-rl; /* Text vertical karne ke liye */
    transform: rotate(180deg); /* Direction fix */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    cursor: pointer;
}

.cta-btn-vertical:hover {
    background-color: #a50505;
    /*transform: rotate(-90deg) scale(1.05);*/
}

/* WhatsApp Icon */
.float-wp {
    width: 45px;
    height: 45px;
    background-color: #25d366;
    color: white !important;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.float-wp:hover {
    transform: scale(1.1);
}

/* Scroll Top (Right Side) */
.scroll-top {
    position: fixed;
    bottom: 25px;
    right: 25px; /* Right side alignment */
    width: 45px;
    height: 45px;
    background-color: #000;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 18px;
    z-index: 9999;
    text-decoration: none;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}


.form-section{
    margin-bottom:2rem;
}


.marquee-wrapper {
    width: 100%;
    overflow: hidden; /* Bahar ka text hide karne ke liye */
    background: #f8f9fa; /* Background color */
    padding: 20px 0;
    white-space: nowrap;
}

.marquee-content {
    display: flex;
    width: max-content;
    animation: scroll-marquee 25s linear infinite; /* Speed yahan se kam/zyada karein */
}

.comp-heading {
    font-weight: 800;
    font-size: 2.5rem;
    color: maroon; /* Ya aapka primary color */
    text-transform: uppercase;
    padding-right: 50px; /* Do headings ke beech ka gap */
    margin-bottom: 0;
}

/* Loop Animation */
@keyframes scroll-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* 50% par reset hone se seamless dikhta hai */
    }
}

/* Hover par stop karne ke liye (Optional) */
.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}





#customProjectModal {
    z-index: 99999 !important; 
}

.modal-backdrop {
    z-index: 99998 !important; 
}


#customProjectModal .modal-header {
    background-color: #190101 !important; 
    color: white !important;
    border-bottom: none;
    padding: 20px;
}

#customProjectModal .modal-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #fff !important;
}

#customProjectModal .btn-close {
    filter: brightness(0) invert(1); 
    opacity: 1;
}


#customProjectModal .btn-primary {
    background-color: #190101 !important;
    border: none !important;
    font-weight: bold;
    padding: 10px;
}

.footer-social-icons{
margin-bottom: 0 !important;


    padding-left: 0;
    list-style: none;
}