/**
Theme Name: MTS
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mts
Template: astra
*/

html, body{
	overflow-x: hidden;
}

a {
	text-decoration: none !important;
}

a:focus {
	outline: unset !important;
}

input:focus {
	border-style: solid !important;
}

.ast-container {
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.ast-container #primary{
	margin: 0px !important;
}
.ast-container #primary .site-main .projects{
	padding: 0px !important;
}
h1, h2, h3, h4, h5, h6{
	line-height: 100% !important;
}

.top_header {
  background: linear-gradient(to right, #C5A367, #DDC28C, #E7D4AA, #DDC289, #DBBF86, #D9BC83);
}

.high-txt {
  background: linear-gradient(to bottom, #C5A367, #DDC28C, #E7D4AA, #DDC289, #DBBF86, #D9BC83);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.grad-btn a{
/* 	background: linear-gradient(to right, #C5A367, #DDC28C, #E7D4AA, #DDC289, #DBBF86, #D9BC83) !important; */
/* 	background: linear-gradient(to right, #DDC289, #DBBF86, #D9BC83, #E7D4AA, #C5A367, #DDC28C) !important; */
	background: linear-gradient(to right, #e0c794, #e9d7ae, #dfc48f) !important;
}
.grad-btn a:hover{
	background: #C7A365 !important;
}

.ft-form .elementor-button{
	background: linear-gradient(to right, #C5A367, #DDC28C, #E7D4AA, #DDC289, #DBBF86, #D9BC83) !important;
}
.ft-form .elementor-button:hover{
	background: #C7A365 !important;
}

.vip-car-img img {
  transition: transform 0.5s ease-in-out;
}

.vip-car-img img:hover {
  transform: scale(1.1);
}


/* ================================  Service Css Start =========================== */

.service-col {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease;
  max-height: 550px;
}

.service-col .elementor-cta__description, .service-col .elementor-cta__button-wrapper {
  display: none;
}

.service-col:hover .elementor-cta__description, .service-col:hover .elementor-cta__button-wrapper {
  display: block;
}

.service-col:hover {
  max-height: 900px;
  transition: max-height 0.5s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


/*.service-col .service-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 16px;
}
.service-col .service-img img{
  width: 100%;
  height: auto;
  transition: transform 0.6s ease; 
}

.service-col:hover .service-img img {
  transform: scale(1.1);
}

.service-title {
  transition: transform 0.4s ease;
  transform: translateY(0);
} */

.service-col .service-call .elementor-cta__bg-wrapper{
	border-radius: 16px;
}
/* .service-col .service-call:hover .elementor-cta__bg{
	border-radius: 16px;
} */
.service-col .service-call .elementor-cta__content{
	background: none !important;
/*     padding-right: 20px !important;
	padding-left: 20px !important; */
}
.service-col .service-call .elementor-cta__button-wrapper .elementor-cta__button{
	background: linear-gradient(to right, #e0c794, #e9d7ae, #dfc48f) !important;
}
.service-col .service-call .elementor-cta__button-wrapper .elementor-cta__button:hover{
	background: #c7A365 !important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25098039215686274)
}

/* ================================  Service Css End =========================== */


/* ================================  Counter Css Start =========================== */


.counter-det {
  transition: transform 0.6s ease;
}

.counter-col:hover .counter-det {
  transform: translateX(30px);
}

/* ================================  Counter Css End =========================== */


@media (min-width: 1401px) and (max-width: 1619px){
	.ft-form .elementor-field-type-submit{
		width: 35% !important;
	}
}

@media (min-width: 1201px) and (max-width: 1400px){
	.ft-form .elementor-field-type-submit{
		width: 40% !important;
	}
	.service-col{
		max-height: 580px;
	}
	.service-col:hover {
	  max-height: 1050px;
	}
}


@media (min-width: 1025px) and (max-width: 1200px){
	.ft-form .elementor-field-type-submit{
		width: 45% !important;
	}
	.service-col {
	  max-height: 520px;
	}
	.service-col:hover {
	  max-height: 950px;
	}
}


@media (min-width: 768px) and (max-width: 1024px){
	.ft-form .elementor-field-type-submit{
		width: 50% !important;
	}
	.service-col {
	  max-height: 460px;
	}
	
}
@media (min-width: 881px) and (max-width: 1024px){
	.service-col:hover {
	  max-height: 800px;
	}
}
@media (min-width: 768px) and (max-width: 880px){
	.service-col:hover {
	  max-height: 700px;
	}
}


@media (max-width: 767px){	
	.counter-col:hover .counter-det {
	  transform: translateX(0px);
	}
	.service-col .elementor-cta__description, .service-col .elementor-cta__button-wrapper {
	  display: block;
	}
	.service-col {
	  max-height: 625px;
	}
	.service-col:hover {
	  max-height: 625px;
	}
}

/* ================================  START OF CUSTOM LOGIN SCREEN =========================== */

/* LOGIN BOX GLASSMORPHISM & ROUNDED CORNERS */
body.login #login {
    background: rgba(0, 0, 0, 0.4); /* semi-transparent white */
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.47);
	margin-top: 100px;
}

/* ROUNDED INPUTS & BUTTON */
body.login input[type="text"],
body.login input[type="password"],
body.login input[type="submit"] {
    border-radius: 8px !important;
}

/* GRADIENT ANIMATED BACKGROUND */
body.login {
    background: linear-gradient(-45deg, #353535, #191919, #353535, #333333);
    background-size: 400% 400%;
    animation: animatedBackground 15s ease infinite;
    color: #ffffff;
}

@keyframes animatedBackground {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Styles the colour of the border around the login fields */
.login form {
    margin: 24px 0;
    padding: 26px 24px;
    font-weight: 400;
    overflow: hidden;
    background: #fff0; 
    border: 1px solid #e8d68e;
	border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* Styles the colour of the text below the login fields */
.login #backtoblog a, .login #nav a {
	text-decoration: none;
	color: #e8d68e;
}

/* Changes the log in button */
.wp-core-ui .button-primary {
    background: #e8d68e !important;
    border-color: #e8d68e !important;
    color: #000 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

/* Changes the log in button on hover */
.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
    background: #000 !important;
    border-color: #e8d68e !important;
    color: #000 !important;
}

/* Changes the log in text colour on hover */
.wp-core-ui .button-secondary:hover, .wp-core-ui .button.hover, .wp-core-ui .button:hover {
	color: #e8d68e !important;
}

/* Styles the password protected page */
.login h1 a {
	background-image: url(https://motiontransportservices.com/wp-content/uploads/2025/09/MTS-Logo-Text-Website.webp);
	background-image: none,url(https://motiontransportservices.com/wp-content/uploads/2025/09/MTS-Logo-Text-Website.webp);
	background-size: 243px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #3c434a;
	height: 65px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 auto 24px;
	padding: 0;
	text-decoration: none;
	width: 245px;
	text-indent: -9999px;
	outline: 0;
	overflow: hidden;
	display: block;
}

/* Disable WordPress login logo link */
#login h1 a {
    pointer-events: none;
    cursor: default;
}

/* ================================  END OF CUSTOM LOGIN SCREEN =========================== */












