/* 
Growd Charity HTML Template 

*/
/************ TABLE OF CONTENTS ***************

1. Fonts
2. Reset
3. Global
4. Main Header / Two / Three
5. Main Slider / Two / Three
6. About One
7. Services One / Two / Three / Four
8. Project One / Two / Three
9. Testimonial One / Two / Three
10. Partners One
11. News One / Two
12. CTA One
13. Main Footer
14. Clients One / Two / Three
15. Counter One
16. News Three
17. InTouch One
18. Page Title
19. Banner One
20. Work One
21. Pricing One
22. Team One
23. Services Widgets
24. Services Detail
25. Our Projects
26. Projects Detail
27. Projects Widgets
28. Our Blog
29. Blog Widgets
30. Comment Form
31. Comment Box
32. Contact Info
33. Contact Form
34. Map

**********************************************/



/*** 
====================================================================
	Css Files
====================================================================
***/
@import url('global.css');
@import url('module-css/header.css');
@import url('module-css/footer.css');
@import url('module-css/slider.css');
@import url('module-css/banner.css');
@import url('module-css/category.css');
@import url('module-css/project.css');
@import url('module-css/why-choose.css');
@import url('module-css/video.css');
@import url('module-css/event.css');
@import url('module-css/services.css');
@import url('module-css/cta.css');
@import url('module-css/testimonial.css');
@import url('module-css/gallery.css');
@import url('module-css/blog.css');
@import url('module-css/brand.css');
@import url('module-css/creativity.css');
@import url('module-css/about.css');
@import url('module-css/counter.css');
@import url('module-css/steps.css');
@import url('module-css/feature.css');
@import url('module-css/team.css');
@import url('module-css/page-header.css');
@import url('module-css/google-map.css');
@import url('module-css/contact.css');
@import url('module-css/coming-soon.css');
@import url('module-css/error.css');
@import url('module-css/products.css');
@import url('module-css/faq.css');
@import url('module-css/we-help.css');
@import url('module-css/pricing.css');
@import url('module-css/team-details.css');







@import url('nice-select.css');
@import url('owl.css');
@import url('animate.css');
@import url('rtl.css');
@import url('custom-animate.css');
@import url('dark-body.css');
@import url('font-awesome.css');
@import url('icomoon.css');
@import url('jarallax.css');
@import url('preloader.css');
@import url('swiper.min.css');
@import url('odometer-theme-default.css');
@import url('jquery-ui.css');
@import url('slick.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.magnific-popup.css');



/*** 
====================================================================
	
====================================================================
***/

.owl-prev{
  background: #ffde59;
  position: absolute;
  top: 150px;
  left: -60px;
  content: ">";
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;  
}
.navigation .dropdown ul {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 0;
  list-style: none;
  min-width: 180px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  z-index: 99;
}

.navigation .dropdown:hover ul {
  display: block;
}

.navigation .dropdown ul li {
  padding: 5px 15px;
}

.navigation .dropdown ul li a {
  color: #333;
  text-decoration: none;
  display: block;
}
/* Sticy Header */
.want-sticky-header .main-header.fixed-header {
	position: relative !important;
	display: none;
}

.navigation {
  display: flex !important;
}

.container-fluid{
	width: 95% !important;
}

/* Box Layout */
.box-layout .page-wrapper {
	max-width: 1390px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	margin-top: 15px;
}
.overlapp-div .form-control{
	margin-right: 20px;
}
.yellow-bar{
	height: 5px;
  width: 20px;
  background-color: #ffde59;
  display: flex;
  margin-right: 10px;
}
.barr li{
	display: flex;
	align-items: center;
}
.right-btn a{
	/* border: 2px solid #ffde59; */
  padding: 5px 25px;
  border-radius: 5px;
  margin-top: 10px;
  color: #181818;
  font-weight: 500;
  background: #ffc800;
}
.overlapp-left{
	background-color: #142444;
	padding: 30px;
	border-radius: 5px;
	margin-top: 20px;
	position: relative;
	z-index: 20;
}
.blue-border-btn{
	border: 2px solid #0e2d6f;
  padding: 5px 20px;
  border-radius: 5px;
  color: #181818;
  letter-spacing: 0.2px;
  font-weight: 500;
}
.overlapp-right{
	background-color: #fff;
	position: relative;
	z-index: 20;
	margin-top: 20px;
  padding: 30px;
	border-radius: 5px;box-shadow: 0px 3px 35px 0px rgba(23.999999999999996, 22.000000000000004, 43, 0.14);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.overlapp-left p{
	color: #ffffff;
}
.overlapp-left h5{
	color: #fff;
}
.right-btn{
	display: flex;
	justify-content: end;
}
.yellow-email-btn{
  background: #ffc800;
	/* background: #ffde59; */
  padding: 5px 20px;
  font-size: 15px;
  letter-spacing: 0.2px;
  border-radius: 5px;
}

.blue-email-btn{
  background:#002b52;
	/* background: #ffde59; */
  padding: 5px 20px;
  font-size: 15px;
  letter-spacing: 0.2px;
  border-radius: 5px;
  color: #fff !important;
}
.yellow-email-btn a{
  color: #000;
}
.blue-email-btn a{
  color: #fff;
}
.box-layout:before {
	position: fixed;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/pattern/thm-pattern-2.jpg);
	opacity: 0.40;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
}


.dark-body .page-wrapper {
	background-color: var(--thm-black);
}

.box-layout .main-menu-one__call {
	display: none;
}

.box-layout .main-menu-three__call,
.box-layout .main-menu-three__search-box:before {
	display: none;
}

.box-layout .main-menu-three__search-box {
	margin-left: 50px;
	margin-right: 0;
}

.box-layout .main-slider-two .owl-theme .owl-nav {
	padding: 0px 30px;
}

.box-layout .main-slider-three .owl-theme .owl-nav {
	padding: 0px 30px;
}

.box-layout .project-one__carousel.owl-theme .owl-nav {
	left: -100px;
	right: -100px;
}

.box-layout .rtl .main-menu-three__search-box {
	margin-left: 0;
	margin-right: 50px;
}

.about-list{
	display: flex;
    justify-content: space-between;
    width: 460px;
    align-items: center;
	padding-bottom: 20px;
}

.heading{
	color: #fff;
}
.para{
	color: #e3e9ff;
}
.why-choose-one__points li{
	list-style-type: circle !important;
}
/* .why-choose-one__points li span{
	margin-right: 10px !important;
} */

/* The End */

.faq .faq-list {
  /* padding: 0 100px; */
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
/* .ins-sec{
  position: relative;
  z-index: 10;
}
.ins-sec::after{
  position: absolute;
  content: "";
  background-color: #ffde59;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
} */
.about-p{
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}
.icon-hand{
  display: none !important;
}
.ins-sec, .ins-sec3{
  /* background-image: url("/images/insfra.jpg");
  background-position: top left;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #fff !important;
  padding: 80px 0px;
}
.ins-sec1 {
background-color: #ecf6ff;
    padding: 5px 0px;
}
.ins-sec2 {
background-color: #002c55;
    padding: 5px 0px;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  /* padding: 0 30px; */
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
section {
  /* padding: 60px 0; */
  /* overflow: hidden; */
}

.section-bg {
  background-color: #f3f5fa;
}

.team-one__img img{
	border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pro-video video{
	    width: 100%;
    height: 100%;
    object-fit: cover;
}
.v1{
	padding: 50px 0px;
  background: aliceblue;
}
.ul1 li{
	font-size: 22px;
  letter-spacing: 0.2px;
  padding-bottom: 10px;
}
.ul1{
	padding-top: 20px;
}
.v2{
	padding: 50px 0px;
  background: #fff;
}
.lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
max-height:75svh;
  height:75svh;
}

.lightbox-close { 
  cursor:pointer;
    margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {transform:scale(0);
opacity:0;}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {padding-top:65%;
  position:relative;
  overflow:hidden;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  position:absolute;
  top:0;
object-fit:cover;
cursor:pointer;}

.lightbox-container {width:100svw;
height:100svh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgba(0,0,0,.6);
z-index:9999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
 cursor:pointer; 
  position:absolute;
  font-size:50px;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}
.category-two__category-icon img{
	height: 60px;
}
.text-info {
  color: #bfdbfe !important;
}
.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
.bg-aliceblue{
  background-color: aliceblue;
}
  .choose-gradient-bg {
            background: linear-gradient(135deg, #002c55 0%, #1e3a8a 50%, #3730a3 100%);
            position: relative;
            overflow: hidden;
        }
        
        .choose-gradient-bg::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
            animation: choosePatternMove 20s linear infinite;
        }
        
        @keyframes choosePatternMove {
            0% { transform: translateX(0) translateY(0); }
            100% { transform: translateX(60px) translateY(60px); }
        }
        
        .choose-creative-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }
        
        .choose-creative-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
            transition: left 0.5s;
        }
        
        .choose-creative-card:hover::before {
            left: 100%;
        }
        
        .choose-creative-card:hover {
            transform: translateY(-15px) rotateX(5deg);
            box-shadow: 0 30px 60px -12px rgba(0, 44, 85, 0.3);
        }
        
        .choose-fade-in {
            animation: chooseFadeInUp 1s ease-out forwards;
            opacity: 0;
            transform: translateY(50px);
        }
        
        @keyframes chooseFadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .choose-stagger-1 { animation-delay: 0.2s; }
        .choose-stagger-2 { animation-delay: 0.4s; }
        .choose-stagger-3 { animation-delay: 0.6s; }
        .choose-stagger-4 { animation-delay: 0.8s; }
        .choose-stagger-5 { animation-delay: 1s; }
        
        .choose-morphing-icon {
            /* animation: chooseMorphing 6s ease-in-out infinite; */
            position: relative;
            overflow: hidden;
        }
        
        .choose-morphing-icon::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            animation: chooseIconShine 3s ease-in-out infinite;
        }
        
        @keyframes chooseMorphing {
            0%, 100% { 
                transform: scale(1) rotate(0deg);
                border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
                box-shadow: 0 0 20px rgba(59, 130, 246, 0.4);
            }
            25% { 
                transform: scale(1.15) rotate(90deg);
                border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
                box-shadow: 0 0 30px rgba(59, 130, 246, 0.6);
            }
            50% { 
                transform: scale(0.85) rotate(180deg);
                border-radius: 50% 50% 50% 50% / 60% 40% 60% 40%;
                box-shadow: 0 0 25px rgba(59, 130, 246, 0.5);
            }
            75% { 
                transform: scale(1.05) rotate(270deg);
                border-radius: 40% 60% 40% 60% / 50% 50% 50% 50%;
                box-shadow: 0 0 35px rgba(59, 130, 246, 0.7);
            }
        }
        
        @keyframes chooseIconShine {
            0%, 100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
            50% { transform: translateX(100%) translateY(100%) rotate(45deg); }
        }
        
        .choose-material-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 8px;
            animation: chooseGridPulse 3s ease-in-out infinite;
        }
        
        @keyframes chooseGridPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.02); }
        }
        
        .choose-material-tag {
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            border: 2px solid transparent;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }
        
        .choose-material-tag::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.2), transparent);
            transition: left 0.3s;
        }
        
        .choose-material-tag:hover::before {
            left: 100%;
        }
        
        .choose-material-tag:hover {
            transform: translateY(-3px) scale(1.05);
            border-color: #3b82f6;
            box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.3);
            background: linear-gradient(135deg, #3b82f6 0%, #002c55 100%);
            color: white;
        }
        
        .choose-floating-number {
            animation: chooseFloatingNumber 4s ease-in-out infinite;
            position: relative;
            border: 3px solid rgba(255, 255, 255, 0.3);
            box-shadow: 
                0 0 20px rgba(59, 130, 246, 0.4),
                inset 0 0 20px rgba(255, 255, 255, 0.1);
        }
        
        .choose-floating-number::after {
            content: '';
            position: absolute;
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
        }
        
        @keyframes chooseFloatingNumber {
            0%, 100% { 
                transform: translateY(0px) rotate(0deg) scale(1);
                box-shadow: 
                    0 0 20px rgba(59, 130, 246, 0.4),
                    inset 0 0 20px rgba(255, 255, 255, 0.1);
            }
            50% { 
                transform: translateY(-8px) rotate(0deg) scale(1.05);
                box-shadow: 
                    0 0 30px rgba(59, 130, 246, 0.6),
                    inset 0 0 25px rgba(255, 255, 255, 0.2);
            }
        }
        
        .choose-text-reveal {
            background: linear-gradient(135deg, #002c55 0%, #3b82f6 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: chooseTextShine 3s ease-in-out infinite;
        }
        
        @keyframes chooseTextShine {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
        
        @media (max-width: 768px) {
            .choose-creative-card:hover {
                transform: translateY(-10px);
            }
            
            .choose-material-grid {
                grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            }
        }
        .hero-h{
          font-size: 45px;
  font-weight: 700;
  letter-spacing: 1px;
        }
      .ban-para{
        font-size: 16px;
        line-height: 1.5rem;
      }
      .min-h-screen {
            min-height: calc(100vh - 285px) !important;
        }
.text-div h3{
  background: #fff;
  width: 80%;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-align: center;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;border-bottom: 3px solid #0b2d6f85;
  color: #121212;

}
.text-div{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
  margin-bottom: 20px;
}
.gallery{
  background-color: #fbfbfb;
}.lightbox_img_wrap img{
  border-radius: 10px;
}
	.gall-sec1{
    background-color: #fbfbfb;
  }
  .gall-sec1 .section-title{
    margin-bottom: 10px;
    padding-top: 40px;
    text-align: center;
  }

  .gall-sec2{
    background-color: #e2e8f4;
  }
  .gall-sec2 .section-title{
    margin-bottom: 10px;
    padding-top: 40px;
    text-align: center;
  }

  .gall-sec2 .section-title .gallery{
    margin-bottom: 10px;
    padding-top: 40px;
    text-align: center;    background-color: #e2e8f4;
  }
  .services-div{
    padding: 50px 0px;
  }
  .serv2{
    padding: 50px 0px;
    background-color: aliceblue;
  }
   .serv2 img, .serv1 img{
    border-radius: 10px;
    height:397px
   }
  .serv1{
    margin: 50px 0px;
  }.main-menu-one__inner{
    background-color: #fff;
  }
  .padd-60{
    padding: 40px 0px;
  }
  .padd-80{
    padding: 80px 0px;
  }
  /* .about-p{
    display: flex;
    justify-content: center;
  } */

  #counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #e6e6e7; */
  /* padding: 40px 0px; */
  width: 100%;
  position: relative;
  z-index: 2;
}
/* #counter .item{
  background: #fff;
  width: 200px;
  padding: 15px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
height: 180px;
}  */

#counter .item{

}
.ab-stst{
  background-color: #033e75;
  padding: 20px 10px;
  /* margin-bottom: 30px; */
  border-radius: 10px;
}
.color-w{
  position: relative;
  z-index: 10;
}
#counter .item .count{
  color: #e8b12d;
  margin-bottom: 5px;
  font-size: 40px;
}
#counter .item h3{
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.1px;
}
.iconn-img{
  height: 80px;
  margin-bottom: 15px;
}
.about-secc{
  position: relative;
  background: aliceblue;
  padding: 50px 0;
}
.about-secc::after{
  position: absolute;
  content: "";
  background-color: #002c55;
  height: 100%;
  right: 0;
  top: 0;
  width: 700px;  
}
  .journey-gradient-bg {
            background: linear-gradient(135deg, #002c55 0%, #1e3a8a 50%, #3730a3 100%);
        }
        
        .journey-card-hover {
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .journey-card-hover:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 20px 40px -12px rgba(0, 44, 85, 0.3);
        }
        
        .journey-fade-in {
            animation: journeyFadeInUp 0.8s ease-out forwards;
            opacity: 0;
            transform: translateY(30px);
        }
        
        @keyframes journeyFadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .journey-stagger-1 { animation-delay: 0.1s; }
        .journey-stagger-2 { animation-delay: 0.2s; }
        .journey-stagger-3 { animation-delay: 0.3s; }
        .journey-stagger-4 { animation-delay: 0.4s; }
        
        .journey-counter-animation {
            animation: journeyCountUp 1.5s ease-out forwards;
        }
        
        @keyframes journeyCountUp {
            from { transform: scale(0.8); opacity: 0; }
            to { transform: scale(1); opacity: 1; }
        }
        
        .journey-pulse-glow {
            animation: journeyPulseGlow 2s ease-in-out infinite;
        }
        
        @keyframes journeyPulseGlow {
            0%, 100% { box-shadow: 0 0 15px rgba(59, 130, 246, 0.3); }
            50% { box-shadow: 0 0 25px rgba(59, 130, 246, 0.5); }
        }
        
        .journey-rotate-gear {
            animation: journeyRotateGear 6s linear infinite;
        }
        
        @keyframes journeyRotateGear {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        
        .journey-floating {
            animation: journeyFloating 4s ease-in-out infinite;
        }
        
        @keyframes journeyFloating {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }
        
        .journey-progress-bar {
            animation: journeyProgressFill 1.5s ease-out forwards;
            width: 0%;
        }
        
        @keyframes journeyProgressFill {
            to { width: 100%; }
        }
        
        .journey-compact-card {
            min-height: 200px;
        }
        
        .journey-stat-icon {
            width: 60px;
            height: 60px;
        }
        
        @media (max-width: 768px) {
            .journey-compact-card {
                min-height: 160px;
            }
            
            .journey-stat-icon {
                width: 50px;
                height: 50px;
            }
            
            .display-4 {
                font-size: 2rem !important;
            }
            
            .row {
                margin: 0;
            }
            
            .col-md-6 {
                padding-left: 15px;
                padding-right: 15px;
            }
        }
        
        @media (max-width: 576px) {
            .journey-compact-card {
                min-height: 140px;
            }
            
            .journey-stat-icon {
                width: 45px;
                height: 45px;
            }
            
            .display-4 {
                font-size: 1.75rem !important;
            }
        }
 .gradient-bg {
            background: linear-gradient(135deg, #002c55 0%, #033e75 50%, #002c55 100%);
        }
        
        .card-hover {
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .card-hover:hover {
            transform: translateY(-12px) scale(1.02);
            box-shadow: 0 25px 50px -12px rgba(30, 58, 138, 0.4);
        }
        
        .icon-bounce {
            animation: bounce 2s infinite;
        }
        
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-10px);
            }
            60% {
                transform: translateY(-5px);
            }
        }
        
        .fade-in {
            animation: fadeInUp 0.8s ease-out forwards;
            opacity: 0;
            transform: translateY(30px);
        }
        
        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .stagger-1 { animation-delay: 0.1s; }
        .stagger-2 { animation-delay: 0.2s; }
        .stagger-3 { animation-delay: 0.3s; }
        .stagger-4 { animation-delay: 0.4s; }
        .stagger-5 { animation-delay: 0.5s; }
        
        .pulse-ring {
            animation: pulse-ring 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
        }
        
        @keyframes pulse-ring {
            0% {
                transform: scale(0.8);
                opacity: 1;
            }
            80%, 100% {
                transform: scale(1.2);
                opacity: 0;
            }
        }
        .service-info{
          color: #fff;
          margin-bottom: 35px;
        }
      
        .right-cell span{
          color: #4b4b4b;
          font-weight: 700;
        }
        /* .serv-img{
          width: 570px;
          height: 320px;
        } */
        .machines{
        display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-direction: column;
    margin-bottom: 20px;
        }
   .machines h6{
  font-weight: 600;
  color: #ffc800;
}

        .machines li{
          list-style-type: disc;
          color: #fff;
        }
      .table1 th{
        background-color: #fff !important;
        color: #4b4b4b !important;
      }
      .cta-one__inner{
        height: 60vh !important;
      }
      .cta-one__left .content h3{
        line-height: 45px !important;
      }
      .contact-two__input-box.text-message-box{
        height: 150px !important;
        margin-bottom: 0 !important;
      }
    .service-list{
    padding: 50px 30px;
    margin: 20px 0;
    background: linear-gradient(to top, #e5f3ff, #b2dbfd);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    list-style-type: disc;
    display: flex;
    flex-direction: column;
   text-align: start;
      }
       .service-list li{
        padding-bottom: 5px;
        margin-left: 16px;
        list-style-type: square;
   
       }
      .service-list li span{
        font-weight: 600;
      }
      .breadcrumb-item+.breadcrumb-item::before{
        display: none;
      }
.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dotted #818181;
    background-color: #05437d;
    border-radius: 5px;
    padding: 7px 0;
    color: #fff;
    width: 240px;
    margin: 0 auto;
}
.breadcrumb-item.active {
    color: #dfdfdf;
    font-size: 16px;
}
.breadcrumb-item a{
  color: #d1d1d1;
  font-size: 20px;
}
.slash span{
  padding: 0 20px;
}
.main-h{
  font-size: 26px !important;
}
/* .tabs-section {
  padding: 4rem 1rem;
  background: linear-gradient(to right, #f6f9fc, #eef2f5);
  font-family: 'Segoe UI', sans-serif;
} */

.tabs-container {
  /* max-width: 900px; */
  margin: 0 auto;
  background: #ffffffdd;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.tabs-container1 {
  /* max-width: 900px; */
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}

/* Tab nav */
.tabs-nav {
  display: flex;
  background: #00b4db;
  background: linear-gradient(90deg, #214f79, #002c55);
  /* background: linear-gradient(90deg, #00b4db, #0083b0); */
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.tab:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.tab svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.tab.active {
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}

/* Content panes */
/* .tabs-content {
  padding: 2rem;
  background-color: #fff;
} */

.tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Typography */
.tab-pane h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #333;
}

.tab-pane p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}
.team-one__single {
    position: relative;
    display: block;
    height: 300px;
    /* margin-top: 30px; */
}
.team-page .team-one__single {
    margin-bottom: 90px;
}
.team-one__img-box {
    position: relative;
    display: block;
    height: 265px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    height: 300px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.team-one__share a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 24px;
    color: #fff;
    background-color:#000;
}
.team-one__title{
  color: #fff;
}
/* .tabs-content{
  height: 2000px;
} */
#tab1{
  height: 2000px;
  background-color: transparent;
}
#tab2, #tab-3{
  height: 2000px;
}
/* #tab-3, #tab-4{
    height: 2100px;
} */
#tabc-1,#tabc-3,#tabc-4,#tabc-5,#tab5{
  height: 800px !important;
}
#tabc-2{
  height: 1080px;
}
#tab-1{
  height: 2400px;
  /* height: 1300px; */
}
 #tab-4{
  height: 1530px;
 }
#tab3{
  height: 1200px;
}
.thm-breadcrumb__inner{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dotted #818181;
    background-color: #05437d;
    border-radius: 5px;
    padding: 7px 0;
    color: #fff;
    width: 260px;
    margin: 0 auto;
}
.thm-breadcrumb__inner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px dotted #818181;
    background-color: #05437d; */
    border-radius: 5px;
    padding: 7px 0;
    color: #fff;
    /* width: 260px; */
    margin: 0 auto;
}
.laser-text1{
  background: linear-gradient(45deg, #a7d6ff, #fff, #2e7fc7);
  /* background: linear-gradient(45deg, #438bcb, #fff, #438bcb); */
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: laserGlow 3s ease-in-out infinite;
    font-size: 60px;
    margin-bottom: 40px;
    font-weight: 600;
}
.card-sec{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-one__text{
  margin-top: 20px;
}
.tab-det{
    margin-top: 40px;
    padding: 0 50px;
}
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}
.modal-header{
  padding: 0 10px !important;
}
input[type=text], input[type=email], input[type=password], input[type=search], input[type=tel], select, textarea {
    background: #fff;
    border: 1px solid #eee;
    padding: 7px 10px;
}
input[type="submit"]
{
  color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    background: #002c55;
    border: none; 
    border-radius: 0;
}
.modal-content {
    position: relative;
    background-color: white;
    margin: 15% auto !important;
    padding: 10px !important;
    border-radius: 5px;
    width: 70% !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 40px !important;
    cursor: pointer;
    font-weight: 700;
}
.enquiry-h{
  margin-top: 0px !important;
  margin-bottom: 0px;
  color: #002c55;
  padding: 0 !important;
  font-size: 25px;
  font-weight: 600;
}
.modal-input{
  border-radius: 20px;
  margin-bottom: 10px;
  width: 300px;
}
.submit-btn{
  border-radius: 20px;
  width: 200px;
 padding: 10px !important;
 margin-top: 20px;
text-align: center !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .modal-content{
    width: 90% !important;
    margin: 0 auto !important;
  }
  .modal-input{
width: 200px !important;
  }
  .submit-btn{
    width: 200px;
  }
  .enquiry-modal{
    left: 0 !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px){
  .modal-content{
    width: 90% !important;
    margin: 0 auto !important;
  }
  .enquiry-modal{
    left: 0 !important;
  }
}
.enquiry-btn {
  position: fixed;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #3b82f6 0%, #002c55 100%);
  /* background-color: #0c2d6f;  */
  color: #fff;
  padding: 40px 9px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  writing-mode: sideways-lr;
  text-align: center;
  border-radius: 10px 0 0 10px;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  z-index:1000;
}
.pulseanimation {
animation: pulse-cust 2s infinite;
}
@keyframes pulse-cust {
0% {
    -webkit-box-shadow: 0 0 0 0 #84a6e9;
}

70% {
    -webkit-box-shadow: 0 0 0 25px #9cb8ef75;
}

100% {
    -webkit-box-shadow: 0 0 0 0 #a0bdf92f;
}
}
.icon-bar {
  position: fixed;
  top: 75%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar .whatsapp:hover {
    background-color: #3a8f68;
}
.icon-bar .phone:hover {
    background-color: #3488c9;
}

.whatsapp {
  background: #0e5132;
  color: white;
}
.phone {
  background: #135c94;
  color: white;
}
.dropdown > a {
    pointer-events: auto;
}

/* sidebar icons styling */
#social-share {
  position: fixed;
  bottom: 75px;
  right: 7px;
  z-index: 20;
}

#social-share ul.social-itens {
  list-style: none;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  bottom: 60px;
}

#social-share ul.social-itens .btn-share {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  line-height: 1;
  outline: 0;
  border: 0;
  margin-top: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  width: 50px;
  height: 50px;
}

/* #social-share ul.social-itens .btn-share:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
} */

#social-share ul.social-itens .social-item-1 {
  background-color: #156118;
}

/* #social-share ul.social-itens .social-item-1 i {
  text-shadow: 0px 0px #2e4476, 1px 1px #2e4476, 2px 2px #2e4476, 3px 3px #2e4476, 4px 4px #2e4476, 5px 5px #2e4476;
} */

#social-share ul.social-itens .social-item-2 {
  background-color: #2196F3;
}

#social-share ul.social-itens.open .btn-share {
  transform: scale(1);
  opacity: 1;
}

#social-share ul.social-itens li {
  position: relative;
}

#social-share ul.social-itens li .btn-share {
  transform: scale(0);
  opacity: 0;
}

#social-share ul.social-itens li .btn-share-text {
  position: absolute;
  bottom: 15px;
  right: 100%;
  margin-right: 10px;
  min-width: 75px;
  border-radius: 2px;
  padding: 3px 4px;
  text-align: center;
  font-weight: 300;
  background: rgba(20, 20, 20, 0.7);
  color: #fff;
  display: block;
  opacity: 0;
}

#social-share ul.social-itens li:hover .btn-share-text {
  opacity: 1;
}

#social-share div.social-open-menu .btn-share {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  color: #0c2d70;
  line-height: 1;
  outline: 0;
  border: 0;
  margin-top: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  width: 55px;
  height: 55px;
  background-color:#ddeeff;
  /* background-color: #a74513; */
}

#social-share div.social-open-menu .btn-share:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/* Transitions */
.social-itens.open .social-item-1,
.social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.1s;
}
.social-itens.hidden .social-item-1,
.social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.4s;
}

.social-itens.open .social-item-2,
.social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.2s;
}
.social-itens.hidden .social-item-2,
.social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.3s;
}

.social-itens.open .social-item-3,
.social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.3s;
}
.social-itens.hidden .social-item-3,
.social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.2s;
}

.social-itens.open .social-item-4,
.social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.4s;
}
.social-itens.hidden .social-item-4,
.social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.1s;
}
.freq{
  color: #ffc800 !important;
}
section#counter-stats {
	display: flex;
	justify-content: center;
	padding: 50px 0;
  background-color: #142444;
}
.counting1{
  color: #013463 !important;
}
.counting{
   color: #ffc800;
   margin-bottom: 10px;
}
.stats h5{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.stats {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
section#counter-stats1 {
	display: flex;
	justify-content: center;
	padding: 80px 0;
  /* background-color: #edf4ff; */
  background-image: url("/images/background/back.jpg");
  background-size: cover;  
  background-repeat: no-repeat; 
  background-position: center; 
  position: relative;          
  z-index: 1;  
}
section#counter-stats1::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgb(208 238 247 / 49%);
  z-index: 0;
}

section#counter-stats1 > .container {
  position: relative;
  z-index: 2; /* bring content above overlay */
}
section#counter-stats1 .stats h5{
  color: #111827;
  font-size: 17px;
}

section#counter-stats1 .stats{
  background-color: #ffffff;
  padding: 45px 20px;
  width: 260px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
section#counter-stats1 .stats h5{
  padding-top: 10px;
}

.stats .fa {
  color: #008080;
  font-size: 60px;
}
.service-icon i{
 font-size: 40px;
}
.metal-card{
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.metal-card1 {
  background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 10px;
}
.capabilties {
  background-color: #fff !important;
}
.advantage{
  background-color: #f1fafd !important;
}
#product-carousel .item{
      /* width: 470px; */
    height: 370px;
}
.video-one__right{
  padding-left: 40px;
}
#product-carousel .owl-item {
    height: 370px !important;   
}
#product-carousel .owl-item img {
    height: 100%;
    object-fit: cover; 
}

.cta-one__shape-1{
  top: 50%;
  position: absolute;
  z-index: 999;
  left: -142px;
}
.about-img{
  width: 570px !important;
}
.about-img img{
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
}
.mile-list{
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.yellow-dot {
    display: inline-block;
    width: 12px;         /* size of the ball */
    height: 12px;
    background-color: #ffae00;
    border-radius: 50%;  /* makes it round */
    margin: 0 8px;       /* space between h5 and p */
    vertical-align: middle; /* keeps it aligned with text */
}
.mile-list h5{
  font-weight: 700;
}
.mile-list p{
    font-size: 17px;
    color: #000;
}
.jour{
  color: #013463;
}
.la-card{
  flex-direction: column;
  gap: 15px;
}
.pro-para{
  width: 800px;
  margin: 20px auto !important;
}

#ins-sec, #ins-sec1, #ins-sec2, #ins-sec3{
  scroll-margin-top: 250px; 
}
.about-img {
  margin-left: 30px; /* adjust as needed */
  margin-top: 35px;
}
.new-sec{
  margin-bottom: -45px !important;
}
.abs-para{
  font-size: 17px;
}
.via-spark-orange{
  --tw-gradient-stops: var(--tw-gradient-from), #ffc800 var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}
#social-share {
  position: fixed;
  bottom: 75px; 
  right: 7px;
  z-index: 20;
}


#social-share ul.social-itens {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; 
  bottom: 60px;       
  right: 0;
}

#social-share ul.social-itens li {
  margin-bottom: -4px; 
}


#social-share .social-open-menu {
  position: relative;
  z-index: 25; 
}
.infra-p{
  font-size: 17px;
  margin-bottom: 10px;
  text-align: justify;
}
.machines li span{
  font-weight: 600;
  color: #ffc800;
}
.why-choose-one__text{
  text-align: justify;
}
.loc{
  color: #002c55;
}
.service-icon .serv-img{
  width: 42px;
  height: 40px;
}
.service-icon img{
  width: 42px;
}
.serv-title{
  font-size: 35px !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
  font-weight: 700;
}
.project-one__content p{
     line-height: 1.5;
     margin-top: 5px;
     height: 96px;
}