.contact1 h3{
	font-size:40px;
	font-weight:bold;
	color:#fff;
}
.contact1 p{
	font-size:20px;
	color:#fff;
}

.contact2 h4{
	font-size:32px;
	font-weight:bold;
	color:#fff;
}


.contact2 {
	background-color: var(--color-black) !important;
	padding: 80px 0 !important;
}

.contact2 .row > .col:first-child .col-inner {
	background: transparent !important;
	border: none !important;
	padding-bottom: 30px !important;
}

.contact2 .connect-title {
	color: var(--color-white);
	font-size: 32px;
	font-weight: bold;
}

.contact2 .row > .col:not(:first-child) .col-inner {
	background: var(--card-bg); 
	border-radius: 15px;
	padding: 40px 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	transition: var(--transition-fast);
	text-align: center;
	height: 100%; 
}

.contact2 .row > .col:not(:first-child) .col-inner:hover {
	transform: translateY(-5px);
	border-color: var(--color-main);
	background: #5c5b5b;
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.contact2 .icon-box-img {
	width: 70px !important;
	height: 70px !important;
	margin: 0 auto 15px !important;
	background: #1a1a1a; 
	border-radius: 50% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.contact2 .email .icon-box-img {
	background:#532a38;
}

.contact2 .icon-box-img img {
	width: 32px !important;
	height: auto;
}

.contact2 h3 {
	color: var(--color-white);
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact2 p {
	color: var(--color-white);
	opacity: 0.7;
	font-size: 14px;
	margin: 0;
}

.contact2 .icon-box.text-left {
	text-align: center !important;
}

.contact2 .icon-box-text {
	padding: 0 !important;
}

.contact2 .tele .icon-box-img{
	background: #243f4d;
}

.contact3{
	background:#000000;
}
.contact3 .col{
	background:#2d2d2d;
	border-radius:20px !important;
	padding:20px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
} 
.contact3 h3{
	font-size: 28px;
	color: #fff;
}
.contact3 p{
	font-size: 14px;
	color: #fff;
}
@media (max-width: 549px) {
	.contact2 .connect-title {
		font-size: 24px;
	}
}