@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap");

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Jost", sans-serif;
}

:root{
    --primary-color: #d12116 ;
    --secondary-color: #27146c;
    --gray: #808080 ;
    --dark:  #000;
    --light: #fff;
}

body{
  font-family: "Jost", sans-serif;
}











.top-navbar {
    /* background-color: var(--secondary-color); */
    padding-top: 10px ;
 
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    
}
.top-navbar .logo-section img{
    width: 150px;
}
.topbar-right{
    margin-top: 17px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: var(--secondary-color);
}
.topbar-right a{
text-decoration: none;
color: var(--secondary-color);

}
.top-navbar .topbar-right i{
    font-size: 23px;

}
.top-navbar .topbar-right .soical a{
     border: 1px solid;
     padding: 4px;
     background-color: var(--light);

}
.top-navbar .topbar-right .soical a i{ 
     color: var(--secondary-color);

}
.top-navbar .topbar-right .email-id .mail-name{
    font-size: 18px;
    font-weight: 500;
}
.top-navbar .topbar-right .phone-no .mail-name{
    font-size: 18px;
    font-weight: 500;
}
.navbar-section {
    background-color: var(--secondary-color);
 
    color: var(--light);
}

.navbar-section .navbar-link {
  margin: 20px 2px;
}
.navbar-section .navbar-link ul{
    display: flex;
    flex-wrap: wrap;
     padding-left: 0px ;
}
.navbar-section .navbar-link ul li{
    list-style: none;

    font-weight: 500;
    
}
.navbar-section .navbar-link .dropdown  .dropdown-content p:hover{
  color: var(--light);
}
.navbar-section .navbar-link ul li a{
     text-decoration: none;
    margin: 2px 15px;
    font-size: 18px;
    font-weight: 500;
    color: var(--light); 
}
 
.navbar-section .brochure:hover .fa-download{
  transform:  scale(1.6);
  transition: all ease-in-out 0.6s;
}
.navbar-section .brochure{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.navbar-section .brochure a{
    background-color: var(--primary-color);
    color: var(--light);
    font-size: 18px;
    text-decoration: none;
    padding: 10px 30px;

}
.mobile-navbar .navbar .nav-item .brochure a{
    background-color: var(--primary-color);
    color: var(--light);
    font-size: 14px;
    text-decoration: none;
    padding: 5px;
    margin-bottom: 10px;
}   

.mobile-navbar .navbar{
    display: none ;
}
@media (max-width:992px) {
    .topbar-right{
        display: none;
    }
    .top-navbar .none{
        display: none;
    }
    .mobile-navbar .navbar{
        display: block ;
    }
    .navbar-section{
        display: none;
    }
    .top-navbar {
        background-color: var(--secondary-color);
        padding: 10px 2px;
    
        
    }
    .dropdown span{
      font-size: 16px;
      font-weight: 500;
      margin: 0px 0px;
    }
   
    .nav-link{
      font-size: 16px !important;
      font-weight: 600 !important;
       color: var(--dark) !important;
    }
    
}
 




/* carousel section start here */
.carousel  .carousel-inner  .carousel-item img{
    display: block;
    width: 100%;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  background-color: transparent;
}
/* carousel section end here */




/* about section start here */
.about-section .about-image{
    /* position: relative; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
/* .about-section .about-image .about-box{
    width: 600px;
    height: 600px;
 
    border: 5px solid #27146c;
    background-color: #fff;
    display: block;
    position: absolute;
    top: -20px;
    left:-40px;
    z-index: -99;
    transition: all ease-in-out 0.5s;

} */
 .high-light{
    color: var(--primary-color);
}
 
/* .about-section .about-image .about-box2{
    width: 300px;
    height: 250px;
    border-left: 5px solid #27146c;
    border-top: 5px solid #27146c;
    display: block;
    position: absolute;
    top: -20px;
    left:-20px;
    transition: all ease-in-out 0.5s;
    
}

.about-section .about-image:hover .about-box2{
    width: 750px;
    height: 450px;
    transition: all ease-in-out 0.5s;
} */
/* .about-section .about-image:hover .about-box{
    width: 750px;
    height: 430px;
    transition: all ease-in-out 0.5s;

} */

.about-section .about-content h1{
    font-size: 28px;
}
.about-section .about-content h2{
    font-size: 18px;
    letter-spacing: 3px;
    color: var(--gray);
}
.about-section .about-content p{
    line-height: 1.5;
    color: var(--dark);
}
.about-section .about-content  a{
    background-color: var(--primary-color);
    color: var(--light);
    font-size: 17px;
    text-decoration: none;
    padding: 8px;
}

 
/* about section end  here */











/* why choose us section start here */

.choose-section  .choose-subhead {
    text-align: center;
}
.choose-section  .choose-subhead p{
    letter-spacing: 3px;
    color: var(--gray);
    font-weight: 500;
    
}


.flip-container {
    perspective: 1000px;
    width: 100%;  
    height: 260px;  
  }
  
  .flipper, .card-front, .card-back {
    height: 100%;
  }
  
  
  .flipper {
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
  }
  
  .flip-container:hover .flipper {
    transform: rotateY(180deg);
  }
  
  .card-front, .card-back {
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  
  .card-front {
    z-index: 2;
    transform: rotateY(0deg);
  }
  
  .card-back {
    background-color: var(--blue);
    
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
  }
 .product-back-content h3 {
    margin-bottom: 10px;
    font-size: 20px !important;
    color: #000;
  }
  
  .product-back-content p {
    font-size: 16px;
    text-align: justify;
    color: #d12116;
  }


  .card-front {
    z-index: 2;
    transform: rotateY(0deg);
  }
  
  .card-back {
    z-index: 1;
    transform: rotateY(180deg);
  }

 





  /* our product section start here */
  /* .product-section{
    background: url(../image/card-image/network-back.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  } */
  .product-section .product-head{
    text-align: center;
  }
  .product-back-content{
    padding-top: 10px;
  }
  .product-section  .product-cardd{
    margin: 20px 1px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .product-section  .product-cardd .product-imgg{
    padding: 10px;
  }
  
  .product-section .product-head{
    text-align: center;
  }
  .product-back-content{
    padding-top: 10px;
  }
  
  /* our product section end here */
  .product-cardd{
    position: relative
  }
  .product-cardd .product-image{
    position: relative;
  }
  .product-cardd .product-image .product-content{
    position: absolute;
    bottom: 0;
    opacity: 0;
    height:0%;
    width: 100%;
    background-color: #000000da;
    transition: height 0.5s ease-in-out;
  }
  .product-text{
 
    background-color: var(--primary-color);
    color: var(--light);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: height 0.5s ease-in-out;
  }
  .product-text p{
     padding: 4px 5px;
       
    font-size: 15px;
  }
  .product-cardd .product-image .product-content  .brochure::before{
    width: 25px;
    height: 10px;
    background-color: var(--light);
    content: "";

  }



  .product-cardd .product-image .product-content .enq-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .product-cardd .product-image .product-content .enq-btn a{
    padding:0px;
    text-decoration: none;
    background-color: var(--primary-color);
    color: #fff;
    opacity: 0;
    transition: 0.5s ease-in-out;
  }
  .product-cardd:hover .product-content{
    opacity: 1;
    height:100%;
    width: 100%;
    background-color: #000000e1;
  }
  .product-cardd:hover .product-content .enq-btn a{
    opacity: 1;
    padding: 10px 20px;
  }
  /* our product section end here */





  /* mobile product section start here */
  .product-mobile-section {
    display: none;
  }
  
  
  /* mobile product section end here */







  /* our vision section start here */
   
.vision-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  /* The image slide background */
  .vision-image {
    background-image: url('../image/card-image/vision.jpg'); 
    background-size: cover;
    background-position: center;
    height: 350px;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
  }
  .mission-image {
    background-image: url('../image/card-image/mission.jpg'); 
    background-size: cover;
    background-position: center;
    height: 350px;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
  }
  .value-image {
    background-image: url('../image/card-image/values.jpg'); 
    background-size: cover;
    background-position: center;
    height: 350px;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
  }
  
  /* Overlay for darkening effect on hover */
  .image-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2); /* dark overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 15px; /* match parent for smooth corners */
  }
  
  /* Hover effects on the card */
  .vision-card:hover {
    transform: translateY(-5px); /* lift effect */
    box-shadow: 0 12px 24px rgba(0,0,0,0.2);
  }
  
  /* Show overlay on hover to darken image */
  .vision-card:hover .image-slide::after {
    opacity: 1;
  }
  
  /* Overlay for text content remains the same */
  .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    height: 62px;
    width: 100%;
    background: #d12216f1;
    color: var(--light);
    /* background: rgba(255, 255, 255, 0.8); */
    box-sizing: border-box;
    transition: background 0.5s ease-in-out;
  }
  .vision-card:hover .card-content{
    height: 350px;
    color: var(--dark);
    background: rgba(255, 255, 255, 0.774);
    transition: all ease-in-out 0.5s;
  }
  
  .card-title {
    font-size: 1.8em;
    margin-bottom: 10px;
    color: #333;
  }
  
  .card-description {
     font-size: 16px;
    color: var(--dark);
    line-height: 1.4;
  }
  .vision-head{
    text-align: center;
  }
  .vision-head p{
    letter-spacing: 3px;
    color: var(--gray);
    font-weight: 500;
  }
  /* our vision section end here */






  #pills-tab {
    display: flex;
    justify-content: center;  
    gap: 10px; 
    margin-bottom: 30px;
  }
  
  /* Nav-Pills Unique Custom Design */
.nav-pills .nav-link {
    background: var(--secondary-color) !important; /* Dark background */
    color: #eeeeee; /* Light text */
    margin: 5px;
    padding: 15px 5px;
    border-radius: 50px; /* Full pill shape */
    text-align: center;
    transition: all 0.4s ease-in-out;
    font-size: 14px !important;
    letter-spacing: 2px;
    box-shadow: inset 0 0 0 2px #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
  }
  

 .navtav-section .nav-pills{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
  }
  
  .nav-pills .nav-link:hover {
 
    color: #fff;
 
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--gray) !important;
}
  
  .nav-pills .nav-link.active {
  
    color: #ffffff;
    border: 2px solid #393e46;
    transform: scale(1.1);
  }
  
  .tab-content {
    background: #393e46; /* Dark Background for Content */
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    color: #eeeeee;
    animation: fadeEffect 0.7s ease-in-out;
  }
  
  .tab-pane {
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
  }
  
  .tab-pane.show {
    opacity: 1;
  }
  
  @keyframes fadeEffect {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  

  /* Nav-Pills Modern Design */

  .tab-content {
    background: var(--gray);  
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    animation: fadeEffect 0.7s ease-in-out;
  }
  
  .tab-pane {
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
  }
  
  .tab-pane.show {
    opacity: 1;
  }
  
  .key-features, .daily-report {
    background: #393e46; /* Darker Background for Sections */
    padding: 50px 0;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
 

  }
  
  .key-features h2, .daily-report h2 {
    /* color: #ff6b6b; */
    color: #ff6b6b;    ;
    font-size: 2rem;
    text-align: start;
    margin-bottom: 20px;
    position: relative;
  }
 .daily-report h3 {
    
    color: #ff6b6b;    ;
    font-size: 2rem;

  }
  .key-features h2, .webbased-head h2 {
    color: var(--dark);
    font-size: 2rem;
    text-align: start;
    margin-bottom: 20px;
    position: relative;
  }
  .webbased-head h1 {
    color: #ff6b6b;
    font-size: 2rem;
    text-align: start;
    margin-bottom: 20px;
    position: relative;
  }
  
  
  .key-features h2 .borders, .daily-report h2 .borders {
    display: block;
    width: 120px;
    height: 4px;
    background: #ff6b6b;
    margin: 5px auto 0;
    border-radius: 2px;
    position: absolute;
    top: 20px;
  }
  .key-features h2 .borders, .webbased-head h2 .borders {
    display: block;
    width: 120px;
    height: 4px;
    background: #ff6b6b;
    margin: 5px auto 0;
    border-radius: 2px;
    position: absolute;
    top: 20px;
  }
  .key-features h2 .borders, .webbased-head h1 .borders {
    display: block;
    width: 120px;
    height: 4px;
    background: #ff6b6b;
    margin: 5px auto 0;
    border-radius: 2px;
    position: absolute;
    top: 20px;
  }
  .daily-report ul , .list-feature ul li , .key-features  ul li{
    list-style: none;
    padding: 0;
  }
  
  .daily-report ul li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: #ffffff;
  }
  .daily-reporte ul li i {
    color: #ff6b6b;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 1.2rem;
  }
  
  @keyframes fadeEffect {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  

  .table-hover tbody tr:hover {
    background-color: rgba(255, 107, 107, 0.7) !important; /* Hover effect color */
    transition: background-color 0.3s ease-in-out;
  }
  
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: white !important;
    background-color: transparent !important;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

@media (max-width: 580px) {
    .tab-content {
        background: #1e272e;
        padding: 10px;
        border-radius: 20px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        color: #ffffff;
        animation: fadeEffect 0.7sease-in-out;
    }
    .nav-pills .nav-link {
        background: var(--primary);
        color: #eeeeee;
        margin: 5px;
        padding: 10px 5px;
        border-radius: 50px;
        text-align: center;
        transition: all 0.4sease-in-out;
        font-size: 11px !important;
        letter-spacing: 2px;
        box-shadow: inset 0 0 0 2px #f5a947;
        position: relative;
        overflow: hidden;
        margin: 5px;
    }
    .daily-report ul li {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 5px;
        position: relative;
        color: #ffffff;
    }
    .key-features h2, .daily-report h2 {
        color: #ff6b6b;
        font-size: 1.6rem;
        text-align: start;
        margin-bottom: 20px;
        position: relative;
    }
    .accordion-body{
      font-size: 14px;
    }
    .card-title{
      font-size: 27px;
    }
    

.key-features h2, .webbased-head h2 {
    color: #ff6b6b;
    font-size: 1.2rem;
    text-align: start;
    margin-bottom: 20px;
    position: relative;
}
.key-features h2 .borders, .webbased-head h2 .borders {
    display: block;
    width: 120px;
    height: 4px;
    background: #ff6b6b;
    margin: 5px auto 0;
    border-radius: 2px;
    position: absolute;
    top: 19px;
}
.nav-pills .nav-link.active {
  
  color: #ffffff;
  border: 2px solid #393e46;
  transform: scale(1.03);
}

}
/* nav tab section end here */



.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  background: #393e46;
 color: var(--light);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
 
.accordion-item:first-of-type {
  color: var(--light) !important;
  background: #393e46 ;
}
.accordion-item:not(:first-of-type) {
  color: var(--light) !important;
  background: #393e46 ;
}
.accordion-item [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
  color: var(--light) !important;
  background: #393e46 ;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--gray) !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.key-features .Faq-head {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.accordion-item .accordion-header {
  padding-bottom: 0px !important;
}
.accordion-button::after{
  background-color: var(--light) !important;
  padding: 8px !important;
}





/* ORGANIZATION CHART START HERE   */

 
.org-chart ul {
  padding-top: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap ;
  padding-left: 0px;
  justify-content: center;
}

.org-chart ul li {
  list-style: none;
  text-align: center;
  position: relative;
  padding: 20px 5px 0 5px;
}

/* Connecting lines */
.org-chart ul li::before, .org-chart ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px solid #ccc;
  width: 50%;
  height: 20px;
}
.org-chart ul li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #ccc;
}

.org-chart ul li:only-child::before,
.org-chart ul li:only-child::after {
  display: none;
}

.org-chart ul li:only-child {
  padding-top: 0;
}

.org-chart ul li:first-child::before,
.org-chart ul li:last-child::after {
  border: none;
}

.org-chart .person {
  padding: 16px 20px;
  border: 2px solid #1976d2;
  border-radius: 12px;
  display: inline-block;
  background: linear-gradient(135deg, #e3f2fd, #ffffff);
  color: #27146c;
  font-weight: bold;
  min-width: 220px;
  font-family: 'Segoe UI', sans-serif;
  transition: all 0.35s ease;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
 
.org-chart .person:hover {
  background: linear-gradient(135deg, #27146ca2, #27146c6b);
  color: white;
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}

/* Optional: icon or badge */
.org-chart .person::before {
  content: "⭐";
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 16px;
  color: #1976d2;
  transition: color 0.3s;
}

.org-chart .person:hover::before {
  color: #ffeb3b;
}

 
.org-chart .person small {
  display: block;
  color: #444;
  font-weight: normal;
  font-size: 0.85em;
  margin-top: 6px;
}


.org-chart .person small {
  display: block;
  color: #333;
  font-weight: normal;
  font-size: 0.85em;
  margin-top: 4px;
}

 
 
@media (max-width: 768px) {
  .org-chart ul {
    flex-direction: column !important; /* Stack items vertically */
    align-items: center;
  }

  .org-chart ul li {
    padding: 10px 0;
  }

  .org-chart ul li::before,
  .org-chart ul li::after {
    display: none !important; /* Remove connector lines on small screens */
  }

  .org-chart .person {
    min-width: 90%;
    font-size: 0.95rem;
    padding: 12px 16px;
  }

  .org-chart .person small {
    font-size: 0.8rem;
  }

  .org-chart .person:hover {
    transform: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
}

/* ORGANIZATION CHART END HERE   */






/* our client section start here */
.our-client .client-card{
  border: 1px solid #c5070759;
  text-align: center;
  padding: 5px;
}
.client-card img {
  transition: transform 0.3s ease;
}
.client-card:hover img {
  transform: scale(1.08);
}

/* our client section end here */





/* footer-section start here */
.footer-section {
  background: linear-gradient(rgba(0, 0, 0, 0.645), rgba(0, 0, 0, 0.76)),
              url('../image/card-image/related-product.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.footer-section{
  padding: 20px 10px;
 }
.footer-section a{
  text-decoration: none;
}
.footer-section p{
  color: var(--light);
}
.office-section ul li{
  align-items: center;
}
.office-section ul li i{
  font-size: 24px;
  line-height: 1.4;
  color: var(--primary-color);
}
.office-section ul li a{
  color: var(--dark);
 
  color: var(--light);
}
.footer-section .office-section p{
  font-size: 27px;
  font-weight: 600;
  padding-left:0px ;
}
.footer-section .office-section  ul , .quick-link ul{
  padding-left: 5px;
}
.footer-section .office-section  ul li , .quick-link ul li{
  list-style: none;
  color: var(--light);
}
.footer-section .office-section  ul li a, .quick-link ul li a{
  color: var(--light);
  line-height: 1.9;
  font-size: 18px;
}
.footer-section .quick-link ul li a:hover{
  color: var(--primary-color);
}

.footer-section .quick-link p , .gallery-foot p{
  font-size: 27px;
  font-weight: 600;
}
 
.footer-section .soical i{
  font-size: 25px;

}
.footer-section .soical a{
   border: 1px solid #000;
   padding: 7px;
   background-color: var(--light);

}
.footer-section .soical a:hover{
 
   background-color: var(--primary-color);

}
.footer-section .gallery-foot img{
  margin: 5px;
}
.footer-section .soical a i{ 
   color: var(--primary-color);

}
.footer-section .soical a:hover i{ 
   color: var(--light);

}
.disclimer-section{
  padding: 7px 0px;
}

.disclimer-section  .disclaimer-right a{
  text-decoration: none;
  color: var(--dark);
}
.disclimer-section {
  background-color: var(--primary-color);
  color: var(--light);
}

.disclimer-section p{
  padding-bottom: 0px;
  margin-bottom: 0px;
}


 /* footer-section end here */


/* gallery section start here */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.gallery a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.fa-eye:hover {
  color: var(--primary-color);
}

.gallery img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.gallery .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-size: 1.2rem;
  transition: opacity 0.4s ease;
}

.gallery a:hover img {
  transform: scale(1.1);
}

.gallery a:hover .overlay {
  opacity: 1;
}

/* gallery section end here */


/* certificate section start here */
.gallery-cards a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.fa-eye:hover {
  color: var(--primary-color);
}

.gallery-cards img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-cards .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-size: 1.2rem;
  transition: opacity 0.4s ease;
}

.gallery-cards a:hover img {
  transform: scale(1.1);
}

.gallery-cards a:hover .overlay {
  opacity: 1;
}
/* certificate section end here */

/* contact us section start here */

@media (max-width:500px) {
 

  .contact-us-page .contact-us-page-addrs .cont-adrs-head .cont-adrs-head-icon i {
      font-size: 40px !important;
  }

  .contact-us-page .contact-us-page-addrs .cont-adrs-head .cont-adrs-head-title p {
      font-size: 15px !important;
  }

  .contact-us-page .contact-us-page-addrs .cont-adrs-head {
      margin-bottom: 7px !important;
  }
}




 

.contact .text-primary {
  color: var(--secondary-color) !important;
}

.contact .input-start {
  position: relative;
}

.contact .input-start .inp-control {
  padding: 1rem 0.75rem;
  height: calc(3.5rem + 2px);
  line-height: 1.25;

}

.contact .inp-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
 
}
.captchasep1 .captcha-codes-sec {
  display: flex
;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  background: url(../image/card-image/capt-img.jpeg);
}
.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  background: transparent;
  height: 100%;
  border: none;
}
.captchasep1{
  display: flex;
}
.captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 9px;
  font-style: italic;
  font-size: 22px;
  padding: 10px;
  height: 100%;
}
.bg-danger22 {
  background-color: var(--primary-color) !important;
  padding: 10px ;
}

.contact-us-page .contact-us-page-addrs {
  padding: 10px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.contact-us-page .contact-us-page-addrs h4 {
  color: var(--secondary);
  font-weight: bold;
  border-bottom: 1px solid #bbb1b1;
  padding: 10px 0;
}

.contact-us-page .contact-us-page-addrs .cont-adrs-head {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
}


.contact-us-page .contact-us-page-addrs .cont-adrs-head .cont-adrs-head-icon i {
  font-size: 60px;
  margin-right: 20px;
  color: var(--primary-color);
}

.contact-us-page .contact-us-page-addrs .cont-adrs-head .cont-adrs-head-icon i.fa-phone {
  font-size: 50px;
  margin-right: 25px;
}

.contact-us-page .contact-us-page-addrs .cont-adrs-head .cont-adrs-head-title p {
  font-weight: 600;
  font-size: 18px;
}





/* our blog section start here */
.blog-card {
  width: 100%;
  border: 1px solid gainsboro;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: 'Segoe UI', sans-serif;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.blog-image img {
  width: 100%;
  display: block;
}

.blog-content {
  padding: 6px 20px;
}

.blog-title {
  font-size: 19px;
  margin-bottom: 7px;
  color: #2c3e50;
}

.blog-description {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  width: 100%;
 
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-section .blog-card .blog-content p{
  padding-bottom: 0px !important;
  margin-bottom: 3px !important;
}
.blog-meta {
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 10px;
}

.read-more {
  font-size: 0.9rem;
  color: #1976d2;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.read-more:hover {
  color: #0d47a1;
}
/* our blog section end here */






/* enquiry section start here */
.inqury-content .btns .get-back{
  background-color: var(--primary-color);
  padding: 10px;
  color: var(--light);
}
.enq-btns{
  display: flex;
 
  align-items: center;
}
.enq-btns .brochure a{
  background-color: var(--secondary-color);
  color: var(--light);
  font-size: 18px;
}
.modal button {
  background-color: var(--primary-color) !important;
  color: var(--light) !important;
}

/* enquiry section end here */




/* related product section start here */
.related-products-bg  {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
              url('../image/card-image/footer.jpg') center center/cover no-repeat;
  background-attachment: fixed;
  color: #fff;
  margin-bottom: 50px;
}

.related-products-bg h3 {
  color: #fff;
}

.related-products-carousel .card {
  border: none;
  /* background: rgba(255, 255, 255, 0.1); */
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.related-products-carousel .card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.card-img-wrapper {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.card-img-wrapper .card-img-top {
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.related-products-carousel .card:hover .card-img-top {
  transform: scale(1.1);
}

.related-products-carousel .card-body {
  padding: 1.5rem;
  background: #fff;
}

.related-products-carousel .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.related-products-carousel .card-text {
  font-size: 0.95rem;
  color: #666;
  margin: 0.5rem 0 1rem;
}

.related-products-carousel .btn-primary {
  background: linear-gradient(45deg, #4e54c8, #8f94fb);
  border: none;
  padding: 8px 16px;
  font-size: 0.9rem;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.related-products-carousel .btn-primary:hover {
  background: linear-gradient(45deg, #3d42c1, #7c81e7);
  transform: scale(1.05);
}

.related-products-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 15px;
}

.related-products-carousel .owl-nav button.owl-prev,
.related-products-carousel .owl-nav button.owl-next {
  background: #4e54c8;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-left: 5px;
  font-size: 18px;
  border: none;
  transition: background 0.3s ease;
}

.related-products-carousel .owl-nav button:hover {
  background: #3d42c1;
}

.related-products-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.related-products-carousel .owl-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s;
}

.related-products-carousel .owl-dot.active {
  background-color: #4e54c8;
}

/* related product section end here */


/* sub-page-banner styling start */
.sub-page-banner {
  background: url(../image/banner/pio-sub.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0px;
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-banner {
  background-color: #00000047;
  color: var(--blue);
  text-align: center;
  padding: 10px 50px;
}

.sub-page-banner p {
  color: var(--blue);
  font-size: 40px;
  font-weight: 600;
}

.sub-page-banner a {
  text-decoration: none;
  color: var(--fieryred);
  font-size: 18px;
}



@media(max-width:768px) {
  .sub-page-banner {
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0px;
  }
}

@media(max-width:520px) {
  .sub-page-banner {
     background-size: cover;
    background-repeat: no-repeat;

    background-position: center;

    padding: 5px 0px;
  }

  .sub-page-banner p {

    color: var(--blue);
    font-size: 18px;
    margin: 0px;
  }

  .sub-banner {
    background-color: #00000047;
    color: var(--blue);
    text-align: center;
    padding: 5px 10px;
  }

  .sub-page-banner a {
    text-decoration: none;
    color: var(--primary);
    font-size: 12px;
  }
}


 
 


 /* All media query start here  */

@media (max-width:768px) {
  .vision-head p {
    letter-spacing: 2px;
    color: var(--gray);
    font-weight: 500;
    font-size: 14px;
}
.vision-card{
  margin: 10px 0px;
}
.card-description {
  font-size: 15px;
 color: var(--dark);
 line-height: 1.5;
}
.card-content{
  padding: 7px;
}
.about-section .about-content h2 {
  font-size: 14px;
  letter-spacing: 3px;
  color: var(--gray);
}
.about-section .about-content h1 , .choose-subhead h2 {
  font-size: 24px;
  margin-top: 10px;
}
.about-section .about-content p {
  font-size: 14px;
}
 .choose-subhead p {
  font-size: 12px;
}
.flipper {
  margin: 10px 0px;
}

.webbased-head h2{
  font-size: 18px;
  margin: 5px;
}
.daily-report h3{
  font-size: 18px;
  color: #ff6b6b;
}
.daily-report p{
  font-size: 14px;
  
}


.product-section{
  display: none;
}
.product-mobile-section{
  display: block;
}
.product-mobile-section .vision-head {
    text-align: center;
  }
  
  .product-info {
    padding-top: 10px;
  }
  
  .product-mobile-section .product-card {
    margin: 20px 1px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  
  .product-mobile-section .product-card .product-img {
    padding: 10px;
  }
  
  .product-card {
    position: relative;
  }
  
  .product-card .product-img {
    position: relative;
  }
  
  .product-card .product-img .product-overlay {
    position: absolute;
    bottom: 0;
    opacity: 0;
    height: 0%;
    width: 100%;
    background-color: #000000da;
    transition: height 0.5s ease-in-out;
  }
  
  .product-name {
    background-color: var(--primary-color);
    color: var(--light);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: height 0.5s ease-in-out;
  }
  
  .product-name p {
    padding: 0px;
  }
  
  .product-card .product-img .product-overlay .enquiry-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

  .product-card .product-img .product-overlay .brochure::before {
    content: "";
    display: block;
    width: 100% !important;
    height: 8px;
    background-color: var(--light);
  }
  .product-card,
  .product-img,
  .product-overlay,
  .brochure {
    width: 100%; /* or a specific width */
    display: block; /* ensures the width is respected */
  }  
  
  .product-card .product-img .product-overlay .enquiry-btn a {
    padding: 0px;
    text-decoration: none;
    background-color: var(--primary-color);
    color: #fff;
    opacity: 0;
    transition: 0.5s ease-in-out;
  }
  
  .product-card:hover .product-overlay {
    opacity: 1;
    height: 100%;
    width: 100%;
    background-color: #000000e1;
  }
  
  .product-card:hover .product-overlay .enquiry-btn a {
    opacity: 1;
    padding: 10px 20px;
  }
.vision-section{
  display: none;
 }

 .org-chart{
  display: none;
 }
 .gallery-section{
  display: none;
 }
 .navtav-section{
  display: none;
 }
 .blog-section{
  display: none;
 }
 .choose-section{
  display: none;
 }
 .gallery-foot{
  display: none;
 }
 .our-client{
  display: none;
 }
 .captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 5px;
  font-style: italic;
  font-size: 18px;
  padding: 10px;
  height: 100%;
}
}

 /* All media query end here  */

.home-contact{
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}
.btn-primary{
  background-color: var(--secondary-color) !important;
}
 .btn-primary:hover{
  background-color: var(--primary-color) !important;
  
}
 .bg-danger22:hover{
  background-color: var(--secondary-color) !important;
}
 .bg-danger22{
  color: var(--light) !important;
}
.cpatcha-div{
  color: var(--light);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-image: linear-gradient(#00000079,#00000070),url("../image/card-image/capt-img.jpeg");
}














.submit-form {
  padding: 50px 0;
}
.submit-form .submit-head {
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 50px 10px;
}
.submit-form .submit-head i {
  color: #87BD48;
  font-size: 100px;
  border: 10px solid #87BD48;
  border-radius: 50%;
  padding: 15px 22px;
}
.submit-form .submit-head h2 {
  color: #155391;
  margin: 13px 0 0;
}
.submit-form .submit-head p {
  margin-bottom: 28px;
}
.submit-form .submit-head a {
  background: #15537E;
  color: #fff;
  padding: 10px 20px;
}



.whatsapp {
  position: fixed;
  bottom: 70px;
  right: 0px;
  z-index: 99;
  background-color: #0cab04;
  border-radius: 30px;
  padding-right: 0px !important;
  margin-bottom: 8px;
}
.whatsapp .img{
  width: 64px;
}
.whatsapp a {
  color: #fff;
  text-decoration: none;
}

.whatsapp a span {
  opacity: 0;
  width: 0;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  transition: 0.6s ease;
}

.whatsapp a:hover span {
  opacity: 1;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checc{
   animation: mymove 5s infinite;
}
.telphone {
  position: fixed;
  bottom: 60px;
  left: 5px;
  z-index: 99;
   border-radius: 30px;
  padding-right: 0px !important;
  margin-bottom: 8px;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateY(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateY(-5px); }
  80% { transform: translateX(5px); }
}

.telphone .img {
 
  animation: shake 1s infinite;
}

.telphone a {
 color: var(--primary-color);
  text-decoration: none;
}
.telphone .fa-phone-volume{
  font-size: 45px;
}

 @media (max-width:500px) {
  .whatsapp {
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 99;
    background-color: #0cab04;
    border-radius: 30px;
    padding-right: 0px !important;
    margin-bottom: 8px;
  }
  .telphone {
    position: fixed;
    bottom: 20px;
    left: 5px;
    z-index: 99;
 
    border-radius: 30px;
    padding-right: 0px !important;
    margin-bottom: 8px;
  }
  .whatsapp a span {
    opacity: 0;
    width: 0;
    display: flex;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    transition: 0.6s ease;
  }
  .whatsapp a:hover span {
    opacity: 1;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .telphone .fa-phone-volume{
    font-size: 35px;
  }
  .whatsapp .img{
    width: 54px;
  }
  
  }

 









  .dropdown .nav-link {
    font-size: 18px;
    font-weight: 500;
  }
 
  .dropdown-menu a:hover {
    background-color: var(--primary-color);
    color: var(--light);
  }
  .dropdown-menu {
    font-size: 18px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff !important;
    border: 1px solid #ddd;
    padding: 0;
    max-width: 350px !important;
    z-index: 1000;
  }
  .dropdown-menusub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff !important;
    border: 1px solid #ddd;
    padding: 0;
    max-width: 300px;
    z-index: 1000;
  }
  
  @media(max-width:1024px){
    .dropdown-submenu:hover  .dropdown-menusub{
            top: 41px;
        transform: translateX(-276px);
      /* right: 100%; */
      display: block;
    }
    .dropdown-menu {
    
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: var(--primary-color);
      border: 1px solid #ddd;
      padding: 0 !important; 
      max-width: 290 !important;
      z-index: 1000;
    }
    .dropdown-item {
      font-size: 14px !important;
    }
     .dropdown-item {
    padding: 5px 5px !important;
    line-height: 1.6;
   
  }
    
  }

  
  .dropdown-item {
    display: block;
    padding: 10px 15px;
    color: #333;
    line-height: 1.9;
    text-decoration: none;
    font-size:17px;
  }
  
  .dropdown-item:hover {
    background-color: #f1f1f1;
    color: #000;
  }
  
  /* Submenu Styling */
  .dropdown-submenu {
    position: relative;
     
  }
  
  .dropdown-submenu .dropdown-menusub {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
   
  }
  
  .dropdown-submenu:hover  .dropdown-menusub{
    display: block;
  }

  @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

  
 