:root {
    --sb-primary: #CBF56D;
	--sb-secondary: #4F8AFF;
	--sb-heading: #E7E7E7;
    --sb-white: #ffffff;
    --sb-text-color: #9E9E9E;
    --black: #0000;
    --sb-sec-bg: #F9F9F9;
    --font-inter-sans: "Inter", sans-serif;
    --font-zalando-sans: "Zalando Sans SemiExpanded", sans-serif;
    --font-instrument-sans: "Instrument Sans", sans-serif;
   
}
 
.bg-lgcg-primary { background: var(--sb-primary); }
.bg-lgcg-secondary { background: var(--sb-secondary); }
* {
    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(--sb-text-color);
    font-family: var(--font-instrument-sans);
	font-size: 1.125rem; /* 18px */
	line-height: 140%;
	font-weight: 500; 
    letter-spacing: -0.0112rem;
    height: 100%;
    margin: 0;
    min-height: 100%;
    background-color: #121212;
}
p{
	letter-spacing: -0.0112rem;
    font-family: var(--font-inter-sans);
}
@media only screen and (max-width:767px) {

	body{
		font-size: 0.938rem;
		line-height: 140%;
	}
    

}
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: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, button, input, textarea, select {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}
a[href^=tel] {
    text-decoration: inherit;
}
p{
    margin-top: 0;
    margin-bottom: 0.9375rem; /* 15px */
}
p:last-of-type {
    margin-bottom: 0;
}
p strong,
b {
    font-weight: 500;
}
a:not(.site-btn) {
	color: var(--denby-navy);
	font-weight: 500;
    text-decoration: underline;
    transition: 0.3s all ease;
}
ul {
	padding-left: 0;
}
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 */
    letter-spacing: -0.06rem;
	font-weight: 600;
    color: var(--sb-heading);
    font-family: var(--font-zalando-sans);
}
h1,
.h1-style {
	font-size: 3rem; /*  48px*/
    line-height: 130%;
}
h2,
.h2-style {
	font-size: 2.5rem;
    line-height: normal;
}
h3,
.h3-style {
	font-size: 2rem;
    line-height: normal;
}
h4,
.h4-style {
	font-size: 1.5rem; /* 24px */
}
h5,
.h5-style {
	font-size: 1.25rem; /* 20px */
}
h6,.h6-style {
	font-size: 1.125rem; /* 18px */
}
@media only screen and (max-width:991px) {

	h1,
	.h1-style {
		font-size: 2.2rem; 
	}
	h2,
	.h2-style {
		font-size: 2rem; 
	}
	h3,
	.h3-style {
		font-size: 1.5rem; 
	}

}

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

	h1, 
	.h1-style{
		font-size: 1.8750rem;
	}
	h2,
	.h2-style {
		font-size: 1.5rem;
	}
	h3,
	.h3-style {
		font-size: 1.5625rem;
	}
	h4,
	.h4-style {
		font-size: 1.2rem;
	}
	h5,
	.h5-style {
		font-size: 1.1250rem;
	}
}
.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: 3.1250rem;
        padding-right: 3.1250rem;
    }
	.layout-margin{
        margin-left: 3.1250rem;
        margin-right: 3.1250rem;
    }

}

.sb-container{
  max-width: 1344px;
  margin-right: auto;
  margin-left: auto;
}

/* BreadCrumb Style */

.denby-campervans-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: .6875rem;
	margin-top: 2rem;
}
.denby-campervans-breadcrumb {
	color: var(--denby-campervans-black);
}
.denby-campervans-breadcrumb a{
	text-decoration: none;
	color: #A0A0A0;
}
.denby-campervans-breadcrumb a:hover{
	color: var(--denby-navy);
}
.denby-campervans-breadcrumb .breadcrumb-separator {
	color: var(--denby-red);
}
/* BreadCrumb Style End */

/* Pagination Style Start */

.pagination{
	margin-top: 6.25rem; /* 100px */
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem; /* 20px */
}
.pagination .nav-links .page-numbers {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  color: var(--denby-navy);
}
.pagination .nav-links .page-numbers.current {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.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 */

.site-btn {
    font-size: 1.2500rem;
    line-height: normal;
    letter-spacing: -0.0375rem;
    background: #4F8AFF;
    padding: 16px 32px;
    border-radius: 40px;
    transition: 0.3s all ease;
    color: var(--sb-white);
    font-family: var(--font-instrument-sans);
}
.site-btn:hover {
    color: #000;
    background-color: var(--sb-white);
}



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

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

/* 404 Content Wrapper */
.error-404-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 600px;
    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
============================================================
*/
