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

:root {
	--h1size: 52px;
	--h2size: 42px;
	--h3size: 26px;
	--h4size: 22px;
	--h5size: 20px;
	--h6size: 18px;
	--bodysize: 16px;
	--h1height: 60px;
	--h2height: 50px;
	--h3height: 34px;
	--h4height: 30px;
	--h5height: 28px;
	--h6height: 30px;
	--bodyheight: 30px;
	--pfamily: 'Rubik', sans-serif;
	--red: #ff3838;
	--gray: #777777;
	--text: #555555;
	--blue: #1494a9;
	--white: #ffffff;
	--chalk: #f5f5f5;
	--green: #11b76b;
	--purple: #b12fad;
	--orange: #e86121;
	--yellow: #ffab10;
	--body: #f5f6f7;
	--border: #e8e8e8;
	--heading: #1E5128;
	--secondary: #E2D7AB;
	--primary1: #F2EFC9 ;
	--primary: #0F4414;
	--background: #F6F1EB;
	--sub-heading: #4E9F3D;
	--green-chalk: #ddffd5;
	--green-dark: #072f17;
	--gray-chalk: #cccccc;
	--light-shade: #D8E9A8;
	--intro-bg: #f8fffa;
	--facebook: #3b5998;
	--linkedin: #0e76a8;
	--twitter: #00acee;
	--google: #E60023;
	--instagram: #F77737;
	--primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	--primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

* {
	margin: 0px;
	padding: 0px;
	outline: 0px
}

.footer-part {
	padding-top: 40px;
	padding: 15px !important;
	color: #fff !important;
background: linear-gradient(rgba(0, 34, 102, 0.585), rgba(2, 60, 2, 0.799) ), url(../images/Background-images/BG4.jpg);
	/* Replace with your actual image path */
	background-size: cover;
	/* Ensures the image covers the entire div */
	background-position: center;
	/* Centers the image */
	background-repeat: repeat;
	/* Prevents the image from repeating */
	background-attachment: fixed;
	/* Optional: keeps the background fixed on scroll */
}
/* .footer-bottom .footer-copytext a{
	color: white !important ;
} */

.footer-top-1{
    background: url(../images/Background-images/store-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
  }
  .footer-top-2{
   
    background: linear-gradient(rgba(216, 233, 168, 0.897),rgba(216, 233, 168, 0.699)),url(../images/Background-images/green-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .f-card{
    background-color: rgba(212, 232, 203, 0.741);
    padding: 12px;
    margin: 0px;

	a{
		color: #000000;
	}
	a:hover{
		color: var(--primary);
	}
  }



@media (max-width: 767px) {
	.footer-bottom {
		padding: 25px 15px 75px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.footer-copytext {
		margin-bottom: 10px
	}

	.footer-card a {
		margin: 0px 3px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.footer-bottom {
		padding: 25px 30px 75px
	}
}
.footer-bottom {
    padding-bottom: 0 !important;
}



.footer-desc {
	margin-bottom: 10px;
	font-weight: 500;
}

.footer-card a {
	margin-left: 1px
}

.footer-card a img {
	width: 50px;
	border-radius: 3px
}

.footer-widget.contact {
	margin-left: 30px
}

.hidden {
	display: none;
}

/* .read-more {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    display: inline-block;
    margin-left: 10px;
} */

.footer-contact .last-four {
	display: none;
}

.show-more .last-four {
	display: block;
}

.read-more {
	cursor: pointer;
	color: var(--heading);
	margin-left: 5px;
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin-top: 10px;
	transition: background-color 0.3s ease;
}

.read-more:hover {
	color: green;
	/* green on hover */
}



.footer-contact li a {
	display: flex;
	color: #e3ffe0;
	align-items: center; 
	font-weight: 400;
}
.footer-contact li a:hover{
	color: #fff !important;
}
.contact1{
	line-height: 200%;
}
.footer-contact li:last-child {
	margin-bottom: 0px
}

.footer-contact li a i {
	font-size: 30px;
	margin-right: 15px;
	color: #e5f0d6
}

.footer-contact li a span {
	display: block
}

.footer-links {
	display: -ms-grid;
	display: grid;
	grid-gap: 50px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr
}

.footer-links ul li {
	margin-bottom: 15px
}

.footer-links ul li:last-child {
	margin-bottom: 0px
}

.footer-links ul li a {
	color: #fff;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.footer-links ul li a:hover {
	color: #fff;
	text-decoration: underline
}



.footer-app a img {
	width: 100%
}

.footer-bottom {
	/* margin-top: 30px; */
	padding: 5px 40px;
	background-color: #404040;
	border-top: 1px solid var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer-copytext {
	font-size: 15px;
	color: var(--white)
}

.footer-copytext a {
	color: white !important;
	font-weight: bold;
}

.footer-copytext a:hover {
	text-decoration: underline;
	color: #16d13e !important;
}

.footer-title {
	white-space: nowrap;
	margin-bottom: 25px;
	letter-spacing: -0.3px;
	text-transform: capitalize;
	color: #fff;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.footer-title a{
	color: #fff;
}
.lineheightset li {
	margin-bottom: 5px !important;
}


.footer-contact li a:hover {
	color: #fff;
	font-weight: 600;
}
.footer-contact i {
    font-size: 17px !important ; /* Adjust as needed */
    margin-right: 5px; /* Space between icon and text */
    color: #fff; /* Adjust color if necessary */
    vertical-align: middle; /* Align properly with text */
}


.last-four {
	display: none;
	overflow: hidden;
}

