
*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family:  inter, sans-serif;
}
.toggle-button{
	display: none;
}
header{
	width: 100%;
}
nav{
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	color: #222;
	position: fixed;
	top: 	0px;
	left: 0px;
	z-index: 9999;
}
.logo{
	max-width: 200px;
	border-radius: 10px;
	padding-top: 10px;
}
.navbar{
	max-width: 1370px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}

.menu-bar{
	display: flex;
	align-items: center;
	}
.menu-bar ul{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.menu-items a {
  text-decoration: none;
  color: #222;
  padding: 8px 20px;
  display: block;
}

.menu-items a:hover {
  background-color: #ffdd57;
  color: black;
  border-radius: 5px;
}

.header-icons{
	width: 24px;
	margin-right:10px ;
	}


.phone-btn{
	padding: 10px 30px;
	border: none;
	outline: none;
	background-color: blue;
	border-radius: 20px;
	border-bottom-right-radius: 0;
	animation: blink 0.8s infinite; 
}
@keyframes blink {
      0% { background-color: #FFCF40; }
      50% { background-color: #0963B0; }
      100% { background-color: #FFCF40; }
    }

 .phone-btn a{
	color: white;
	font-size: 24px;
	font-weight: bold;
}

.mobile-btn{
	display: none;
}

/*banner section start*/

#banner-section{
	width: 100%;
	margin-top: 100px;
	background-image: url('../images/2890292.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-section-mid{
	max-width: 1270px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0px;
}
.banner-section-content{
	flex-basis: 45%;
	}
#legender{
	font-size: 38px;
	letter-spacing: 0.1em;
}


 .banner-section-content-text {
      opacity: 0;
      transform: scale(0.8);
      transition: opacity 1s, transform 1s;
    }

    .banner-section-content-text.animate {
      opacity: 1;
      transform: scale(1);
    }

.banner-section-content-text{
	padding: 20px;
}

.banner-section-content-text h1{
	color: white;
line-height: 1.8em;
margin-bottom: 40px;
font-size: 32px;
}
.banner-section-content-text p{
	font-size: 24px;
		color: white;
		line-height: 1.8em;
/*		margin-bottom: 30px;*/
}
.banner-section-content-text h3{
		color: white;
		font-size: 16px;
		margin-bottom: 10px;
}


.banner-section-bgvideo{
	flex-basis: 50%;
	}

     #bgvideo-container {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        #background-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;

        }

/*        baling section*/


#baling-material-section{
	width: 100%;
}
.baling-material-section-mid{
	max-width: 1270px;
	margin:auto;
	padding: 50px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 100px;
}

.baling-material{
	max-width: 800px;
	text-align: center;
	align-content: center;
}



.baling-material>p {
font-size: 22px;
line-height: 1.8em;
color: #7D7D7D;

}
.baling-material>h2{
	color: #6C6C6C;
	font-size: 36px;
	margin-bottom: 30px;
}

.baling-container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	gap: 20px;
	padding-bottom: 20px;
}
.baling-items{
	flex-basis: 15%;
	/*background-color: #F4F4F4;
	border-radius: 12px;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.baling-items img{
	width: 180px;
	height: 180px;
	border: 1px solid #ccc;
	border-radius: 50%;
	transition: transform 0.5s ease;

}
.baling-items:hover{
	transform: scale(1.1);
	text-decoration: underline;
}


  

/*ytvideo section staRT*/


.location-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0px;
	gap: 10px;
	text-transform: uppercase;

}
#packing{
	color: #035fae;
		font-size: 30px;
		font-weight:bold;
}
#vdo{
	color: #FFCF3F;
		font-size: 30px;
		font-weight: bold;
}
#ytvideo-section{
	width: 100%;
			}

.ytvideo-section-mid{
	max-width: 1270px;
	padding: 20px 30px;
	margin:  auto;

}
.ytvideo-container{
	width: 100%;
	display:flex ;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
		padding: 20px 0px;
}

.ytvideo h3{
	text-align: center;
	padding: 10px;
	color: #005EAD;

}
.ytvideo{
	flex-basis: 30%;
}
.ytvideo>iframe{
			border-radius: 12px;
}

/*slider section*/
#slider-section{
	width: 100%;
}
.slider-section-mid{
	max-width: 1170px;
	padding: 0px 20px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.slider-section-slider{
	flex-basis: 55%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 30px 0px;
}
           .slider-container {
            position: relative;
            width: 100%;
            height: 400px;
            overflow: hidden;
            cursor: pointer;

        }

        .slider {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            transition: transform 0.5s ease;

        }

        .slide {
            width: 100%;
            height: 100%;
            flex-shrink: 0;
            border-radius: 10px;

        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;

        }
      

        .nav-button {
            position: absolute;
            top: 50%;
            width: 30px;
            height: 30px;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            z-index: 1000;
        }

        .prev {
            left: 10px;
        }

        .next {
            right: 10px;
        }
.enlarged {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); /* Dark background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.enlarged img {
    max-width: 90%;
    max-height: 90%;
    object-fit: cover;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1001;
    font-size: 20px;
    border-radius: 50%;
}
.slider-section-right{
	flex-basis: 40%;
	padding: 20px;
	align-items: center;
}


.features-hp>p{
	font-size: 28px;
	text-transform: uppercase;
	padding-bottom: 40px;
	line-height: 1.5em;

	animation: colorChange 5s infinite;
}
@keyframes colorChange {
    0% {
        color: #ff9999;
    }
    25% {
        color: #ffcc99;
    }
    50% {
        color: #ffff99;
    }
    75% {
        color: #ccff99;
    }
    100% {
        color: #99ff99;
    }
}


.features-hp>p>a{
	font-size: 16px;
	color: #007BFF;
	text-transform: capitalize;
}

.features-container{
	flex-basis: 80%;
	}
	.features-container-mid{
		display: flex;
	  gap: 20px;
	}
.features-container-mid p{
	font-size: 14px;
	color: #313131;
	text-align: justify;
}
.features-items{
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-bottom: 25px;
}

/*        slider ended*/

#benefits-section{
	width: 100%;
	height: 100vh;
	background-image: url('../images/tagline.png');
	background-position:bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.benefits-section-mid{
	max-width: 1170px;
	margin: auto;
	padding: 50px 30px;
	color: white;

	
}
.benefits-text{
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;

}
.benefits-text>p {
font-size: 22px;
line-height: 1.8em;
text-align: center;

}
.benefits-text>h2{
	font-size: 36px;
	margin-bottom: 30px;
	text-align: center;
}
.benefits-container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}
.benefits-content{
	flex-basis: 25%;
	text-align: center;
	padding-top: 50px;
	
}
.benefits-content>h3{
	margin-top: 40px;
	text-align: center;
}


#why-section{
	width: 100%;
	margin-bottom: 10px;
	
}
.why-section-mid{
	max-width: 1170px;
	margin: auto;
	padding: 0px 30px;
}
.why-us{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.why-heading{
	text-align: center;
	padding: 20px 0px;
	gap: 10px;
	text-transform: uppercase;
	align-items: center;
	font-size: 24px;
}
.why-us p{
	font-size: 18px;
	line-height: 1.8em;
	text-align: justify;
	padding: 10px;
	margin-bottom: 20px;
}
.why-container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
/*	padding: 50px;*/

}
.why-us h3{
	text-align: center;
}

.why-items{
	flex-basis: 15%;
/*	padding: 20px;*/
/*	background-color: #F4F4F4;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	border-radius: 12px;
}
.why-items>p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}


#footer-section{
	width: 100%;
	height: auto;
	background: url('../images/footer.png');
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 150px;
}
.footer-section-mid{
	max-width: 1170px;
	margin: auto;
	color: white;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.footer-icons{
	width: 20px;
}
.footer-left{
	flex-basis: 30%;
	padding: 100px 0px;
}
.copyright{
	margin-top: 15px;
}

.footer-right{
	flex-basis: 65%;
	display: flex;
	justify-content: space-between;
}
.footer-menu{
	flex-basis: 35%;
}
.footer-menu ul li{	
	margin-top: 18px;
}

.footer-menu a{
	color: white;
	font-size: 16px;
}

.footer-address{
	flex-basis: 50%;
}
.address-items{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.features-items, .mob{
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.address-items a{
	color: white;
		font-size: 16px;

}
.office-address h3{
	margin-bottom: 15px;
	font-size: 18px;
}

#services-section{
	width: 100%;
	padding: 20px 0px;
	background-color: #F4F4F4;
	}
.services-section-mid{
	max-width: 1170px;
	margin: auto;
}

.services-section-mid h2{
	text-align: center;
}
.services-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

.service-card {
   flex-basis: 30%;
    box-sizing: border-box;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-content {
    padding: 20px;
    text-align: center;
}

.service-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px;
}



.service-content p {
    color: #333;
    text-align: justify;
    line-height: 1.5em;
}
.service-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15);
        }
.service-content h2{
    color:#035FAE ;
    margin-bottom: 2px;    
    }

    .subscription-form {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            max-width: 1170px;
            margin: 50px auto 0px;
            margin-bottom: 40px; 
                   }
        .subscription-form h3 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 1.5em;
            color:#035FAE;
        }
         .subscription-form p{
            line-height: 1.5em;
            margin-bottom: 5px;
         }
        .subscription-form input[type="email"] {
            width: calc(100% - 22px);
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            margin-bottom: 10px;
            font-size: 1em;
        }
        .subscription-form button {
            padding: 10px 20px;
            font-size: 1.2em;
            color: #fff;
            background-color: #035FAE;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        .subscription-form button:hover {
            background-color: #FFCF3F;
        }
