/**
Author: Muhammad Amir (amir.idl4@gmail.com)
**/
.m-40{
	margin-top:40px;
}
.m-20{
	margin-top:20px;
}
.m-20{
	margin-top:20px;
}
.text-accent{
	color:#096abc!important;
}
.text-brand{
	color:#041e3a!important;
}
.text-center{
	text-align: center;
}

/**Main Menu**/
.landing.header-area.headroom--unpinned {
	background: #041e3a;
	border-bottom: 1px solid #041e3a;
}
.landing .mainmenu>ul li a{
	color:#fff;
}
.landing .mainmenu>ul li a:hover,.landing .mainmenu>ul li a:focus{
	color:#096abc;
}
.landing .mainmenu>ul li a.active {
    color: #096abc;
}
.landing .mainmenu li.has-child>a:before{
	color:#fff;
}
.landing .mainmenu li.has-child>a:hover:before{
	color: #096abc;
}
.landing .header-right-menu>ul>li a{
	color:#fff;
}
.landing .header-right-menu>ul>li a:hover,.landing .header-right-menu>ul>li a:focus{
	color:#096abc;
}
.pageimg a{
	display: block;
}

.pageimg{
	text-align: center;
}
.pageimg img{
	width: 100%;
}
.top-search i{
	font-size:20px;
}
.about h2 {
    color: #041e3a;
    font-size: 22px;
    margin-bottom: 20px;
}
.about p a{
	color:#096abc;
}
.about p a:hover,.about p a:focus{
	color:#096abc;
}
.header_section{
	position: relative;
}
.drop-menu{
	width:300px;
}
.heroimg {
    position: relative;
    text-align: center;
}

.heroimg img {
    width: 100%;
    display: block;
}

.heroimg p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    text-align: center;
    width: 95%;
}
.titlehead h2{
	font-size:28px;
	font-weight: bold;
	color:#000;
}


/**Product Cards**/

.product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    width: 100%;
    aspect-ratio: 4 / 5; /* Matches your image ratio */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures image fills area without cropping */
}

.product-info {
    padding: 10px;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
}

.product-title a {
    text-decoration: none;
    color: #000;
}

.product-category {
    font-size: 14px;
    color: #666;
}

.product-article {
    display: block;
    font-size: 13px;
    color: #096abc;
    margin-top: 3px;
}

/* Mobile responsiveness */
@media (max-width: 576px) {
    .grid-item {
        width: 100%;
    }
    .product-title {
        font-size: 14px;
    }
}


.sin-product h5.pro-title a {
    display: block;
    height: 40px;
    overflow: hidden;
}
.pro-img {
    width: 100%;
    aspect-ratio: 4 / 5; /* Matches your image ratio */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.pro-img img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Keeps full image visible */
}
@media (max-width: 768px) {
   	

}
.landing{
	position: absolute;
	width: 100%;
	z-index: 999;
}
.landing.header-area{
	background:transparent;
}
.pro-category{
	text-align: right;
}
.banner {
	padding-top:40px;
}
.sizedetail p{
	padding:0px;
	color: #636363;
}
.sizedetail b{
	color: #636363;
}
.registration{
	padding:50px 0px;
}
.registration-section .certificate-box {
    background-color: #fff;
    border: 1px solid #f9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 15px;
    border-radius: 8px;	
}

.registration-section .certificate-box img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

.logo-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.logo-box .reg-logo {
    object-fit: contain;
}
.why-card {
		background-color: #096abc;
		padding: 20px;
		border-radius: 10px;
		color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		text-align: center;
	}

	.why-title {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.why-title span {
		color: #ffffff;
		font-weight: 600;
	}

	.why-text {
		text-transform: capitalize;
		color: #fff;
		font-size: 16px;
	}
.feature-area3{
	padding:50px 0;
}
.hiw-card {
		background-color: #04040452;
		padding: 15px;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		height: 100%;
	}

	.hiw-title {
		color: #ffffff;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.hiw-text {
		color: #d3d3d3;
		text-transform: capitalize;
	}
	
.our-story {
    padding: 30px 0px;
}
.ourstory_video video {
    width: 100%;
    height: auto;
    display: block;
}
.our-story .left-img {
    padding: 30px 20px 0px 20px;
}

.our-story .left-img img {
}

.our-story .right-txt {
    margin: 0px 0px 16px 0px;
}

.our-story .right-txt h2 {
    color: #096abc;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 0px;
}

.our-story .right-txt h3 {
    color: #191919;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.2em;
    letter-spacing: 0px;
}

.our-story .right-txt p {
    color: #191919;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
}

.our-story .right-txt .bottom-txt {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.our-story .right-txt .bottom-txt .icon {
    display: inline-block;
    vertical-align: top;
    margin-top: 23px;
    padding-right: 5px;
}

.our-story .right-txt .bottom-txt .icon i {
    font-size: 24px;
    color: #191919;
}

.our-story .right-txt .bottom-txt .txt {
    display: inline-block;
}

.our-story .right-txt .bottom-txt .txt h4 {
	color:#191919;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.21em;
    letter-spacing: 0px;
        margin-top: 20px;
}

.our-story .right-txt .bottom-txt .txt p {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 0px;
}
.craftmanship_section{
	padding:50px 0px 20px;
}
.section_tagline{
	text-align: center;
	color:#333;
	padding:0px 20px;
	font-size:14px;
}
.story_section {
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden;
}


.story_left {
  background: url("../../media/images/storysection_newbg.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  position: relative;
   padding: 40px;
}

.story_left::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 40, 100, 0.66);
  z-index: 1;
}

.story_data {
  position: relative;
  z-index: 2;
  font-size: 18px;
  text-align: justify;
}

.story_right {
  background-color: #fff;
  text-align: center;
}

.collection_slider {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto;
}

.collection_slider .slide {
  display: none;
  width: 100%;
  height: auto;
}

.collection_slider .slide.active {
  display: block;
}

/* Section Base */
.customblocks {
  background-color: #fff;
  padding-bottom:20px;
  margin: 0 auto;
}

/* Layout */
.custom-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.custom-block.reverse {
  flex-direction: row-reverse;
}

/* Image wrapper */
.cblock-image-wrapper {
  position: relative;
  height: 400px;
  flex: 1 1 45%;
  overflow: hidden;
}

.cblock-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cblock-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 120%;
  object-fit: cover;
  object-position: center;
}
.cblock-image.rellax {
  transform: translate3d(0, 0, 0); /* Ensures it starts at top */
  will-change: transform;
}
/* Content */
.cblock-content {
  flex: 1 1 45%;
  padding: 1rem 4rem;
}

.inner-text h2 {
  font-size: 28px;
  margin-bottom: 1rem;
  color: #000;
  font-weight: bold;
}

.inner-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}
.inner-text p a{
	color:#096abc;
}
.inner-text p a:hover,.inner-text p a:focus{
	color:#096abc;
}
/* Responsive */
@media (min-width: 769px) and (max-width:979px) {

	.cblock-image-wrapper {
    height: 580px;
}
.cblock-content {
    padding: 0rem 2rem;
}
}
@media (max-width: 768px) {
  .custom-block,
  .custom-block.reverse {
    flex-direction: column;
  }

 .cblock-image-wrapper {
        height: 250px;
        width: 100%;
        flex: none;
    }

  .cblock-image {
    position: relative;
    height: 100%;
    min-height: unset;
    object-fit: cover;
    transform: none !important;
  }

  .cblock-content {
    padding: 1rem 2rem;
  }
}

/** Services **/
@media (max-width: 768px) {
	 .heroimg p {
        font-size: 1.2rem !important;
    }
.services_section .col-md-4.center {
        margin: 24px 0;
    }
    .services_section{
    	    padding: 0 0 1rem!important;
    }
    .btn-services{
    	height: auto!important;
    	padding:30px 0px!important;
    	margin-top:24px;
    }
    .btn-services .vertical-label {
    	    writing-mode: horizontal-tb!important;
    	    transform: none!important;
    }
}
.services_section{
	padding:0 1rem 1rem;
}

.card-hover {
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.zoom-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:rgba(0,0,0,0.4);
  z-index: 2;
  transition: all 0.3s ease;
}

.card-overlay h5 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
  font-size:24px;
}

.card-overlay p {
  margin-bottom: 1.5rem; /* spacing below paragraph */
  color: #fff;
  font-size: 0.875rem;
}

.hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.card-hover:hover .card-img {
  transform: scale(1.1);
}

.card-hover:hover .card-overlay {
  background:rgba(9, 108, 188, 0.8);
}

.card-hover:hover .hover-icon {
  opacity: 1;
}
.btn-services{
	background:#333333;
}
.btn-services:hover,.btn-services:focus{
	background:#096abc;
}


.contact_section{
	margin-bottom:50px;
}

.contact_box{
	background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
}

.contact_box .section-heading h3{
	padding-bottom:20px;
}
.contact_box .section-heading h3:after{
	top:55px;
	display: none;
}

/**FAQs**/
.faq_section{
	padding:50px 0px ;
}

 .faq-toggle {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size:18px;
    text-align: left;
    white-space: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding:20px;
  }

  .faq-toggle:hover {
    color: #096abc;
     text-decoration: none;
  }
.btn-link:hover,.btn-link:focus{
	text-decoration: none;
	color:#096abc;
}
  .faq-toggle[aria-expanded="true"] .faq-question {
    color: #096abc;
}
.faq-question i{
	color: #096abc;
	margin-right:20px;
	font-size: 20px;
}
  .faq-arrow {
    transition: transform 0.3s ease;
  }

  .faq-toggle.collapsed .faq-arrow {
    transform: rotate(0deg);
  }

  .faq-toggle:not(.collapsed) .faq-arrow {
    transform: rotate(180deg);
  }
.faq_section .card{
	border: 0;
    margin-top: 15px;
    box-shadow:0px 5px 25px 0px rgba(0,0,0, 0.06);
    border:1px solid #dee2e6;
}
  .faq_section .card-header {
    border-bottom: none;
  }

  .faq_section .card-body {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
  }

/**Get Started**/

.gs_detail p{
	font-size:1rem;
}
        ul.timeline {
            list-style-type: none;
            position: relative;
        }

        ul.timeline:before {
            content: ' ';
            background: #d4d9df;
            display: inline-block;
            position: absolute;
            left: 29px;
            width: 2px;
            height: 100%;
            z-index: 400;
        }

        ul.timeline>li {
            margin: 20px 0;
            padding-left: 20px;
        }

        ul.timeline>li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #096abc;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }



        .timeline h2 {
            font-size: 18px;
            margin: 0;
            font-weight: 500 !important;
            color: #333;
            padding-bottom: 20px;
            text-transform: uppercase;
            padding-left:40px;
        }
.timeline p{
	padding-left:40px;
}
  

/**End**/
.sub_button:hover{
	background-color: #096abc;
	color:#fff;
	border:1px solid #096abc;
}

.feature-area3{
	background-image: url('../../media/images/bg/2.jpg');
	background-size: cover;
}
.social2 ul li{
	border: 2px solid #eee;
	border-radius: 50%;	
}
.social2 ul .fb{
	padding: 10px 16px 5px 16px;
}
.social2 ul .insta{
	padding: 10px 13px 5px 13px;
}
.social2 ul .linkedin{
	padding: 10px 13px 5px 13px;
}
.social2 ul .email{
	padding: 10px 13px 5px 13px;
}
.social2 ul li:hover{
	background-color: #096abc;
	border: 2px solid #096abc;
	cursor: pointer;
}
.forgot{
	text-decoration: none;
	color: #096abc;
}
.forgot:hover{
	color: #000;
}
#mobile-search-box{
	padding-left: 15px;
	margin-left: 15px;
}
.sin-banner-con-right {
    bottom: 0px;
    width: 100%;
    padding: 5px 30px;
}
.contact-info{
	padding-top: 50px;
}
.mobile-social-icons a i{
    color: #2e2e2e;
    padding: 0px 5px;
    font-size: 16px;
    margin: 10px 0px;
}
.mobile-contacts{
    color: #2e2e2e;
}
.mobile-contacts a{
    color: #2e2e2e;
    text-decoration: none;
}
.mobile-contacts a:hover,.mobile-contacts a:focus{
	color:#096abc;
}
/* @media(min-width: 1200px){
	.home-page-img{
		min-height: 350px !important;
	}
} */
@media(max-width: 1500px) {
    .color-variation{
    	text-align: left;
    }	
}
@media(max-width: 1199px){
	#password{
		margin-top: 30px;
	}	
}
@media(max-width: 991px){
	.mobile-header{
	height: auto;
	}
	.slider-wrapper .item {
		margin-top: 97px;
	}
	.mobile-open{
		top: 20px;
		right: -20px;
	}	
}
   
@media(max-width: 767px){

	.mobile-header{
	height: auto;
	}
	
	.slider-wrapper .item {
		margin-top: 0px;
	}
	/* .mobile-open{
		top: 0px;
		right: 0px;
	} */	
}
@media(max-width: 680px){
	.sin-banner-inner-wrap h4,span,h3{
		padding-bottom: 5px;
		font-size: 20px !important;
	}	
}
@media(max-width: 604px){
	.contact-info img{
		margin-bottom: 30px;
	}	
}
@media(max-width: 590px){
	.mobile-open{
		top: 12px;
	}	
}

@media (max-width: 575px) {
	
    .add-tocart-wrap a.add-to-cart{
    	float: none;
    }
    .add-tocart-wrap{
    	text-align: center;
    	
    }
    .main-frame-img{
    	height: 400px !important;
    }
    .thumb-img{
    	height: 100px !important;
    }
}    
@media(max-width: 460px){
	.mobile-open{
		top: 0px;
	}	
}

.productionsteps {
    display: flex;
    justify-content: center;
}


.footer-animation-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    background: linear-gradient(#f1f9ff, #f4fdff);
    overflow: hidden;
}

  .road {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
    background: #494949;
    border-top: 6px solid #2a2a2a;
    border-bottom: 6px solid #2a2a2a;
  }

  .center-line {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(
      to right,
      white 0px,
      white 25px,
      transparent 25px,
      transparent 50px
    );
    opacity: 0.8;
  }

  /* VEHICLE BASE */
  .vehicle {
    position: absolute;
    bottom: 50px;
    width: 120px;
    height: auto;
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.15));
  }

  /* LEFT TO RIGHT VAN */
  .van {
    animation: vanMove 16s linear infinite;
    left: -150px;
  }

  @keyframes vanMove {
    0% { transform: translateX(0); }
    100% { transform: translateX(140vw); }
  }

  /* RIGHT TO LEFT TRUCK */
  .truck {
    animation: truckMove 20s linear infinite;
    right: -150px;
        width: 200px;
    bottom: 20px;
    
  }

  @keyframes truckMove {
    0% { transform: translateX(0); }
    100% { transform: translateX(-140vw); }
  }

  /* PLANE */
  .plane {
    position: absolute;
    top: 30px;
    width: 160px;
    animation: planeFly 22s linear infinite;
  }

  @keyframes planeFly {
    0% { left: -150px; top: 20px; }
    50% { top: 5px; }
    100% { left: 120vw; top: 20px; }
  }


