/******************************************
20. footer
******************************************/
./* Contact Section Styles */
.contact-section {
  background-color: #f8f9fa;
}

.contact-card {
  transition: transform 0.3s ease;
}
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  font-size: 42px;
  color: #007bff;
  margin-bottom: 15px;
}

.contact-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.contact-text {
  font-size: 16px;
  color: #555;
}

.contact-text a {
  color: #007bff;
  text-decoration: none;
}

.contact-text a:hover {
  text-decoration: underline;
}

.divider-icon {
  font-size: 24px;
  color: #007bff;
}

@media (max-width:530px) {
.collapsed-block {
	padding-top: 15px;
	margin: 0
}
.collapsed-block h4 {
	padding: 5px 15px 5px
}
.collapsed-block .tabBlock {
	display: none;
	padding: 0px 15px 5px
}
.collapsed-block .expander {
	float: right;
	cursor: pointer;
	padding: 0 8px;
	margin-top: -5px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff
}
}
footer {
	padding: 50px 0 0;
	overflow: hidden;
	color: #777;
	background: #000
}
footer h3 {
	color: #eee;
	font-size: 16px;
	margin: 0 0 8px;
	padding: 0 0 8px;
	letter-spacing: 1px;
	text-transform: none;
	border-bottom: 1px solid #333
}
footer .footer-links ul {
	margin: 0px;
	padding: 0px
}
footer .footer-links ul li {
	list-style-type: none;
	padding: 5px 0
}
footer .footer-links ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	display: inline-block !important;
	cursor: pointer;
	line-height: 20px;
	margin-right: 5px
}
footer .footer-links ul li a {
	color: #999;
	transition: all .3s ease-in-out 0s
}
footer .footer-links ul li a:hover {
	transition: all .3s ease-in-out 0s;
	padding-left: 10px;
	color: #0083c1
}
footer a {
	color: #999;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
.footer-logo {
	text-align: center;
	margin: 0px 0 12px
}

.footer-logo a img {
  width: 176px; /* or your desired size */
  filter: brightness(0) invert(1) !important; /* makes the logo white */
  transition: filter 0.3s ease;
}

/* Example: Change color on hover */
.footer-logo a img:hover {
  filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(200deg);
}

.footer-content p {
	display: inline-block;
	padding-left: 5px;
}
.footer-newsletter {
	background: #111;
	padding-bottom: 35px;
	text-align: center
}
.newsletter-inner {
	/*display: inline-block;
	margin-top: 40px  */
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

.newsletter-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0; /* You can add gap if you want space between input and button */
}
.footer-newsletter h3 {
	
	
    margin-top: 35px;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    border: none;
	text-transform: none;
	letter-spacing: 0.5px;
}
.footer-newsletter p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	text-transform: none
}
.footer-newsletter .newsletter-email {
	/*float: left; */
	font-size: 13px;
	font-weight: 300;
	border: 0;
	background: #1c1c1c;
	color: #fff;
	padding: 12px;
	width: 450px;
	border-radius: 50px 0px 0px 50px;
	padding-left: 20px
}
@media (max-width:479px) {
.footer-newsletter .newsletter-email {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 50px
}
.footer-content p {
	font-size: 12px;
}
}
@media (min-width:480px) and (max-width:1023px) {
.footer-newsletter .newsletter-email {
	width: 250px
}
}

.footer-newsletter .email {
	text-transform: none;
	float: left
}
button.subscribe:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 13px;
	padding-right: 8px
}
.footer-newsletter .subscribe {
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
	/*float: left; */
	color: #fff;
	border-radius: 0 50px 50px 0;
	text-decoration: none;
	background: #0083c1;
	padding: 10px 25px 10px 18px;
	border: 2px solid #0083c1
}
@media (max-width:479px) {
.footer-newsletter .subscribe {
	border-radius: 50px;
	float: none
}
}
.social ul.inline-mode li a:before {
	content: ""
}
.social ul.inline-mode li a {
	border: 1px solid #666;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	width: 45px;
	display: inline-block;
	text-align: center
}
.social .fb a:hover {
	background: #3C5B9B
}
.social .tw a:hover {
	background: #359BED
}
.social .googleplus a:hover {
	background: #E33729
}
.social .rss a:hover {
	background: #FD9F13
}
.social .instagram a:hover {
	background: #3f729b
}
.social .linkedin a:hover {
	background: #027ba5
}
.social h4 {
	margin: 25px 0 5px
}
.social ul {
	margin: 0;
	list-style: none;
	text-align: right;
	float: right;
	margin-top: 4px;
}
@media (max-width:640px) {
.social ul {
	float: none;
	text-align: center
}
}
.social ul li {
	margin-left: 7px;
	display: inline-block
}
.social a {
	transition: background 400ms ease-in-out;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out
}
@media (max-width:640px) {
.social ul li {
	margin-left: 0px;
}
.social {
	float: none;
	margin-bottom: 5px;
	text-align: center
}
}
@media (min-width:1024px) and (max-width:1080px) {
.footer-newsletter .newsletter-email { width:232px;}
.footer-newsletter h3{ font-size:15px;}
.footer-newsletter p{ font-size:12px;}
.social ul li{ margin-left:4px;}

.social ul.inline-mode li a {
    height: 38px;
    line-height: 38px;
    width: 38px;
 
}

}
.payment {
	margin-top: 14px;
	display: inline-block;
	width: 100%;
	text-align: right;
}
.payment img {
	width: 40px;
	height: auto;
}
@media only screen and (min-width:300px) and (max-width:640px) {
.payment {
	text-align: center
}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
.payment {
	margin-bottom: 14px;
}
.social ul li {
	margin-left: 3px;
}
.social ul.inline-mode li a {
	height: 40px;
	line-height: 40px;
	width: 40px;
}
}
@media only screen and (min-width:1024px) and (max-width:1169px) {
.payment {
	margin-bottom: 14px
}
}
.payment ul {
	padding: 0px;
	margin: auto;
}
.payment li {
	display: inline-block;
	list-style: none;
	margin-right: 6px
}
.footer-coppyright {
	padding-bottom: 10px;
	border-top: 1px solid #343434;
	margin-top: 30px;
}
.coppyright {
	padding-top: 12px
}
@media (max-width:640px) {
.coppyright {
	float: none;
	margin-bottom: 10px;
	text-align: center
}
}
@media (max-width:480px) {
.mm-toggle-wrap {
	display: block
}
}