.tmg-contact-icon .elementor-icon-list-icon {
	border: 1px solid #0a0a5f;
	padding: 10px 8px !important;
	border-radius: 50%;
	margin-right: 5px;
}

.tmg-contact-card a{
	color: #000000;
	text-decoration: none !important;
}

.tmg-contact-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}
.tmg-contact-card {
    transition: transform 0.3s ease;
}

/* Style for Scroll to Top button */
/* Hide full button until scroll */
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;
}

/* Style icon wrapper */
#scrollTopBtn .elementor-icon-wrapper {
    background: linear-gradient(97deg, #1c429e 3%, #0a0a5f 87%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tmg-tb-scroll-show {
    animation: fadeUp 0.4s ease forwards;
}

.tmg-tb-scroll-hide {
    animation: fadeDown 0.3s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(30px);
    }
}

.custom-404-page {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	padding: 50px;
}

.error-title{
    font-size: 120px;
    font-weight:700;
    margin: 0 0 30px 0;
    color:#0A0A5F;
}

.error-heading{
    font-size: 1.625em;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0 0 30px 0;
    color: #0A0A5F;
}

.error-text{
    font-size: 1.125em;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    color: #000000;
    margin: 0 0 30px 0;
}

.back-home-btn{
    font-family: "Open Sans", sans-serif;
    font-size: 1em !important;
    line-height: 1;
    letter-spacing: 0;
    border: 0 !important;
    text-align: center;
    border-radius: 10px !important;
    background: linear-gradient(97deg, #1c429e 3%, #0a0a5f 87%);
    padding: 11px 20px !important;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block;
} 



/**************** Contact Form Start **************/
.tmg-cf7-wrapper {
	/*     max-width: 800px; */
	margin: 0 auto;
}
.tmg-cf7-wrapper p{
	margin: 0;
}

.tmg-row {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 15px;
}

.tmg-col {
	flex: 1;
	min-width: 280px;
}

.tmg-col-full {
	flex: 100%;
}

.tmg-label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #333;
}

.tmg-label .required {
	color: #e00;
}

.tmg-input,
.tmg-select,
.tmg-textarea {
	width: 100% !important;
	padding: 10px 10px !important;
	border: 1px solid #d1d1d1 !important;
	border-radius: 10px !important;
	font-size: 1em !important;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Open Sans", sans-serif;
	transition: all 0.3s !important;
	background: transparent;
}

.tmg-input:focus,
.tmg-select:focus,
.tmg-textarea:focus {
	outline: none;
}

.tmg-select {
	height: 46px;
}

.tmg-textarea {
	height: 120px;
	resize: vertical;
}


.tmg-submit {
	font-family: "Open Sans", sans-serif;
	font-size: 1em !important;
	line-height: 1;
	letter-spacing: 0;
	border: 0 !important;
	text-align: center;
	border-radius: 10px !important;
	background: linear-gradient(97deg, #1c429e 3%, #0a0a5f 87%);
	padding: 14px 30px !important;
	color: #fff !important;
}

.tmg-input::placeholder,
.tmg-textarea::placeholder {
	font-size: 1em !important;
	opacity: 0.8;
}

/**************** Contact Form End **************/

/****************** Product Box CSS Start  ******************************/
.tmg-slider.swiper {
	overflow: hidden;
}

.tmg-product-pagination.swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: -40px;
}

.tmg-product-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 0.15;
}

.tmg-product-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0A0A5F;
	width: 12px;
	height: 12px;
}

.tmg-button-navigation.swiper-button-prev::after,
.tmg-button-navigation.swiper-button-next::after {
	font-size: 30px;
	color: #0A0A5F;
}

.tmg-slider .tmg-slide-item {
	text-align: left;
	border-radius: 30px;
	overflow: hidden;
	background-color: #D3D3D333;
	line-height: 0;
}

.tmg-slide-img {
	width: 100%;
	aspect-ratio: 1.2 / 1;
	object-fit: cover;
}

.tmg-slide-content {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}

.tmg-slide-content h3 {
	font-size: 1.625em;
	line-height: 1.2;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0;
	font-weight: 600;
	margin: 0;
	color: #0A0A5F;
}

.tmg-slide-content span {
	font-size: 14px;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0;
	font-weight: 400;
	color: #000000;
}

.tmg-slide-content p {
	font-size: 1.125em;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0;
	font-weight: 400;
	color: #000000;
	margin: 5px 0 20px 0;
}

.tmg-slide-content .tmg-product-price {
	font-size: 1.375em;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0;
	font-weight: 500;
	margin: 5px 0 0 0;
	color: #000000;
}
.tmg-product-button {
	font-family: "Open Sans", sans-serif;
	font-size: 1em !important;
	line-height: 1;
	letter-spacing: 0;
	border: 0 !important;
	text-align: center;
	border-radius: 10px !important;
	background: linear-gradient(97deg, #1c429e 3%, #0a0a5f 87%);
	padding: 11px 20px !important;
	color: #fff !important;
	text-decoration: none !important;
/* 	margin-top: 30px; */
	display: inline-block;
}

/************** Product Box CSS End ********************/
@media(max-width: 1200px){
	.tmg-button-navigation {
		top: 43%;
	}
}
@media(max-width: 1024px) {
	.tmg-slide-content h3 {
		font-size: 1.375em;
	}

	.tmg-slide-content .tmg-product-price, .tmg-slide-content p {
		font-size: 1.125em;
	}
	.custom-404-page {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media(max-width: 768px) {
	.tmg-slide-content h3 {
		font-size: 1.25em;
	}

	.tmg-slide-content .tmg-product-price, .tmg-slide-content p {
		font-size: 1em;

	}
	.custom-404-page {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 600px) {
	.tmg-col {
		flex: 100%;
		min-width: 100%;
	}
}