:root {

	--autoskyn-black: #000000;
	--autoskyn-red: #DC0144;
	--autoskyn-red2: #FF0000;
    --autoskyn-white: #FFFFFF;
    --autoskyn-gray: #E6E6E6;
    --autoskyn-gray2: #808080;
    --autoskyn-gray3: #9B9B9B;
    --autoskyn-gray4: #F4F4F4;

	--font-njord: 'Njord', sans-serif;
	--font-montserrat: "Montserrat", sans-serif;
}

.bg-autoskyn-black { background: var(--autoskyn-black); }
.bg-autoskyn-red { background: var(--autoskyn-red); }
.bg-autoskyn-red2 { background: var(--autoskyn-red2); }
.bg-autoskyn-white { background: var(--autoskyn-white); }
.bg-autoskyn-gray { background: var(--autoskyn-gray); }
.bg-autoskyn-gray2 { background: var(--autoskyn-gray2); }
.bg-autoskyn-gray3 { background: var(--autoskyn-gray3); }
.bg-autoskyn-gray4 { background: var(--autoskyn-gray4); }

.color-autoskyn-black { color: var(--autoskyn-black); }
.color-autoskyn-red { color: var(--autoskyn-red); }
.color-autoskyn-red2 { color: var(--autoskyn-red2); }
.color-autoskyn-white { color: var(--autoskyn-white); }
.color-autoskyn-gray { color: var(--autoskyn-gray); }
.color-autoskyn-gray2 { color: var(--autoskyn-gray2); }
.color-autoskyn-gray3 { color: var(--autoskyn-gray3); }
.color-autoskyn-gray4 { color: var(--autoskyn-gray4); }


* {
    box-sizing: border-box;
}
html {
    height: 100%;
    scroll-behavior: smooth;
    font-size: 16px; /* Base font size */
}

@media only screen and (min-width: 1921px) {
    html {
        font-size: 0.833vw;
    }
}

body {
    color: var(--autoskyn-black);
    font-family: var(--font-montserrat);
	font-size: 1.125rem; /* 18px */
	line-height: 178%;
	font-weight: 400;
    height: 100%;
    margin: 0;
    min-height: 100%;
}
@media only screen and (max-width:767px) {

	body{
		font-size: 1rem; /* 16px */
	}

}
body.no-scroll{
	overflow: hidden;
}
/* Visually hidden (screen reader only) utility */
.sr-only,
.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
img, svg {
    vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.media img{
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: 0.4s all ease;
}
.image-hover img{
    transition: 0.4s all ease;
}
.image-hover:hover img{
    transform: scale(1.10);
}
.icon-hover .card-icon{
    position: relative;
    transition: 0.3s all ease;
    left: 0;
}
.icon-hover:hover .card-icon{
    left: .9375rem;
}
.media picture{
    width: 100%;
    height: 100%;
	max-height: 100%;
	display: block;
}
svg path{
    transition: 0.3s all ease;
}
iframe, video {
    max-width: 100%;
    height: 100%;
	object-fit: cover;
}
#page {
	overflow-x: clip;
}
a{
	color: var(--autoskyn-red);
	font-weight: 400;
    text-decoration: underline;
    transition: 0.3s all ease;
    outline: none;
	box-shadow: none;
}
button, input, textarea, select {
    outline: none;
	box-shadow: none;
}
a[href^=tel] {
    text-decoration: inherit;
}
.underline-text{
	text-decoration: underline;
}
p{
    margin-top: 0;
    margin-bottom: 0.9375rem; /* 15px */
}
p:last-of-type {
    margin-bottom: 0;
}
p strong,
b {
    font-weight: 600;
}

ul {
	padding-left: 1.875rem;
}
ul.autoskyn-lists{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.autoskyn-lists li{
	position: relative;
	padding-left: 1rem;
}
ul.autoskyn-lists li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: var(--autoskyn-red);
  border-radius: 50%;
}

h1,.h1-style, 
h2,.h2-style,
h3,.h3-style,
h4,.h4-style,
h5,.h5-style,
h6,.h6-style {
	margin-top: 0;
	margin-bottom: 0.9375rem; /* 15px */
	font-weight: 700;
}
h1,
.h1-style {
	font-family: var(--font-njord);
	font-size: 3.375rem; /* 54px */
	line-height: 148%;
	font-weight: 400;
	letter-spacing: 0.2rem;
}
h2,
.h2-style {
	font-size: 2.25rem; /* 36px */
	line-height: 150%;
	font-weight: 600;
	letter-spacing: 0.023rem;
}
h3,
.h3-style {
	font-size: 2rem; /* 32px */
	font-weight: 700;
	letter-spacing: 0.04rem;
}
h4,
.h4-style {
	font-size: 1.5rem; /* 24px */
}
h5,
.h5-style {
	font-size: 1.25rem; /* 20px */
	font-weight: 700;
	line-height: 122%;
}
h6,.h6-style {
	font-size: 1.125rem; /* 18px */
	font-weight: 700;
}
@media only screen and (max-width:991px) {
	h1,
	.h1-style {
		font-size: 2.75rem; /* 44px */
	}
	h2,
	.h2-style {
		font-size: 1.875rem; /* 30px */
	}
	h3,
	.h3-style {
		font-size: 1.625rem; /* 26px */
	}
	h4,
	.h4-style {
		font-size: 1.375rem; /* 22px */
	}
	h5,
	.h5-style {
		font-size: 1.125rem; /* 18px */
	}
	h6,.h6-style {
		font-size: 1rem; /* 16px */
	}
}

@media only screen and (max-width: 767px) {
	h1,
	.h1-style {
		font-size: 2rem; /* 32px */
	}
	h2,
	.h2-style {
		font-size: 1.5rem; /* 24px */
	}
	h3,
	.h3-style {
		font-size: 1.375rem; /* 22px */
	}
	h4,
	.h4-style {
		font-size: 1.25rem; /* 20px */
	}
	h5,
	.h5-style {
		font-size: 1.125rem; /* 18px */
	}
	h6,.h6-style {
		font-size: 1rem; /* 16px */
	}
}
.card-grid{
	display: grid;
	gap: 1.25rem; /* 20px */
}
.columns-3{
	grid-template-columns: repeat(3, 1fr);
}
.columns-2{
	grid-template-columns: repeat(2, 1fr);
}
.columns-4{
	grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width:991px) {

	.columns-4{
		grid-template-columns: repeat(3, 1fr);
	}
	.columns-4 .content-card:last-of-type{
		grid-column: span 3;
	}
}
@media only screen and (max-width:767px) {
	
	.columns-2{
		grid-template-columns: repeat(1, 1fr);
	}
	.columns-3{
		grid-template-columns: repeat(1, 1fr);
	}
	.columns-4{
		grid-template-columns: repeat(1, 1fr);
	}
	.columns-4 .content-card:last-of-type{
		grid-column: inherit;
	}

}


.autoskyn-container {
	max-width: 80rem; /* 1280px */
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.layout-padding {
	padding-left: 1.25rem; /* 20px */
	padding-right: 1.25rem; /* 20px */
}

.layout-margin {
	margin-left: 1.25rem; /* 20px */
	margin-right: 1.25rem; /* 20px */
}


@media only screen and (max-width: 767px) {
	
	.layout-padding.layout-padding0 {
		padding-left: 0;
		padding-right: 0;
	}
	.layout-padding-mobile {
		padding-left: 1.25rem; /* 20px */
		padding-right: 1.25rem; /* 20px */
	}
	.layout-margin-mobile {
		margin-left: 1.25rem; /* 20px */
		margin-right: 1.25rem; /* 20px */
	}
}

@media only screen and (min-width: 1200px) {
	
	.layout-padding {
		padding-left: 2rem; /* 32px */
		padding-right: 2rem; /* 32px */
	}
	.layout-margin {
		margin-left: 2rem; /* 32px */
		margin-right: 2rem; /* 32px */
	}
}
@media only screen and (min-width: 1600px) {

	.layout-padding{
        padding-left: 8.75rem; /* 140px */
        padding-right: 8.75rem; /* 140px */
    }
	.layout-margin{
        margin-left: 8.75rem; /* 140px */
        margin-right: 8.75rem; /* 140px */
    }

}

/* Global Slick Arrow Styles */

.autoskyn-slick-arrow {
	width: 3.4375rem; /* 55px */
	height: 3.4375rem; /* 55px */
	border-radius: 50%;
	border: none;
	background: var(--autoskyn-black);
	padding: 0.625rem; /* 10px */
	cursor: pointer;
	transition: background 0.3s ease;
	overflow: hidden;
	position: relative;
}


.autoskyn-slick-arrow .arrow-icon {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.autoskyn-slick-arrow svg {
	width: 100%;
	height: 100%;
	display: block;
}

/* Global Slick Arrow Container */
.autoskyn-slick-arrow-container {
	display: flex;
	gap: 2.625rem; /* 42px */
	justify-content: center;
	align-items: center;
	margin-top: 3.125rem; /* 50px */
}

/* Responsive - Mobile */
@media only screen and (max-width: 767px) {
	.autoskyn-slick-arrow-container {
		flex-wrap: wrap;
		column-gap: 3.625rem; /* 58px */
		row-gap: 1.5625rem; /* 25px */
		margin-top: 1.25rem; /* 20px */
	}
	.autoskyn-slick-arrow-container .section-cta {
		order: 3;
		width: 100%;
		text-align: center;
	}
}

/* BreadCrumb Style */

.autoskyn-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: .3125rem; /* 5px */
	margin-top: .625rem; /* 10px */
	margin-bottom: .625rem; /* 10px */
}
.autoskyn-breadcrumb {
	color: var(--autoskyn-black);
}
.autoskyn-breadcrumb a{
	text-decoration: none;
	color: #A0A0A0;
}
.autoskyn-breadcrumb a:hover{
	color: var(--autoskyn-black);
}
.autoskyn-breadcrumb .breadcrumb-separator {
	color: var(--autoskyn-red);
}
.inner-hero-breadcrumb.bg-autoskyn-gray .autoskyn-breadcrumb{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: .625rem 0;
}
/* BreadCrumb Style End */

/* Pagination Style Start */

.pagination{
	margin-top: 5rem;
}
.pagination .page-numbers {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.25rem; /* 20px */

}
.pagination .page-numbers .page-numbers,
.pagination .page-numbers .page-numbers{
	text-decoration: none;
	color: var(--autoskyn-black);
	width: 2.75rem;
	height: 2.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.063rem solid transparent;
	border-radius: 50%;
}
.pagination .page-numbers .page-numbers.current  {
	border-color: var(--autoskyn-black);
}
.pagination .prev span, .pagination .next span {
	display: flex;
	align-items: center;
}
.pagination .prev svg,
.pagination .next svg{
	width: .5rem; /* 8px */
}
@media only screen and (max-width:991px) {

	.pagination{
		margin-top: 4.375rem; /* 70px */
	}

}
@media only screen and (max-width:767px) {

	.pagination{
		margin-top: 3.125rem; /* 50px */
	}

}

/* Pagination Style End */

.btns{
    display: flex;
    flex-wrap: wrap;
    column-gap: 3.125rem; /* 50px */
    row-gap: 1.5625rem; /* 25px */
}
/* Button Base Styles */
.site-btn {
	display: inline-flex;
	align-items: center;
	gap: .875rem; /* 14px */
	padding: 1.25rem 1.5625rem; /* 20px 25px */
	font-size: 1rem; /* 16px */
	letter-spacing: 0.04375rem; /* 0.7px */
	line-height: 119%; /* 19px */
	font-weight: 700;
	text-decoration: none;
	border-radius: 2.25rem; /* 36px */
	transition: all 0.4s ease;
	cursor: pointer;
	border: none;
	text-align: center;
}
.site-btn .btn-text{
	position: relative;
	right: -1.0544rem; /* 16.87px */
	transition: 0.4s all ease;
}
.site-btn:hover .btn-text{
	right: -.3125rem; /* 5px */
}
.site-btn .btn-icon {
	width: 1.0544rem; /* 16.87px */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	right: -.3125rem; /* 5px */
	opacity: 0;
	transition: 0.4s all ease;
}
.site-btn:hover .btn-icon {
	opacity: 1;
	right: 0;
}
@media only screen and (max-width:767px) {
	.site-btn{
		font-size: 1rem; /* 16px */
		padding: .9375rem 1.5625rem; /* 15px 25px */
	}
	.site-btn .btn-icon {
		width: 1rem; /* 16px */
	}
}


/* Button Style Variants */
.site-btn.red-btn {
	background: var(--autoskyn-red);
	color: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.site-btn.red-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(92deg, #DC0144 0%, #6E0323 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}
.site-btn.red-btn:hover::before {
	opacity: 1;
}


.site-btn.black-btn {
	background: var(--autoskyn-black);
	color: #ffffff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.site-btn.black-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(92deg, #000000 0%, #910831 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}
.site-btn.black-btn:hover::before {
	opacity: 1;
}

.error-404 .site-btn{
	width: max-content;
	margin-left:auto;
	margin-right:auto;
}

/* Global Submit Field Wrapper with Icon */

.action-field {
	display: flex;
	margin-bottom: 0;
	column-gap: 1.25rem; /* 20px */
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5625rem; /* 25px */
}
@media only screen and (max-width:767px) {

	.action-field {
		flex-direction: column;
		margin-bottom: 0;
		row-gap: 1.25rem; /* 20px */
		justify-content: center;
		align-items: center;
		margin-top: 0;
	}
}


/*
============================================================
404 Error Page Styles
============================================================
*/

/* 404 Page Main Container */
.error-404 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 404 Content Wrapper */
.error-404-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 75rem; /* 1200px */
    margin: 0 auto;
}

/* CAA Character Image Container */
.error-404-character {
    margin-bottom: 2rem; /* 32px */
}
/* CAA Character Image Styling */
.caa-character-404 {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}
.caa-character-404:hover {
    transform: translateY(-2px);
}

/* 404 Page Header */
.error-404 .page-title {
    margin-bottom: 0.5rem; /* 8px */
}

/* 404 Page Content */
.error-404 .page-content {
    width: 100%;
}

.error-404 .page-content > p {
    margin-bottom: 2rem; /* 32px */
}

/* 404 Action Button Container */
.error-404-actions {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem; /* 24px */
}



/* Responsive Design */
@media (max-width: 767px) {
	.error-404 {
		padding-top: 0;
	}
    .caa-character-404 {
        max-width: 150px;
    }
    .error-404-character {
        margin-bottom: 1.5rem; /* 24px */
    }
    
    .error-404 .page-content > p {
        margin-bottom: 1.5rem; /* 24px */
    }
}


/*
============================================================
Default Theme Style End
============================================================
*/
