.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

:root {
    --vers-main-color: #96785e;
    /* rgba(36, 81, 100, 1) */
}

body,
html {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}

h6 {
    font-size: 40px;
    margin: 0;
    font-family: 'Poppins';
}

h1,
.vers-h1-heading {
    font-size: 50px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0;
    font-weight: 700;
}

h2,
.vers-h2-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 35px;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

p {
    font-size: 1em;
}

a.btn.btn-primary {
    padding: 16px 28px;
    border-radius: 5;
    background: #093d87;
    border: none;
    box-shadow: 0 4px 5px -3px #333;
    transition: 0.5s;
    font-weight: bold;
    transition: ease-out 0.4s;
}

a.btn.btn-primary:hover {
    box-shadow: inset 0 0 0 50px #3a639f;
}


a.btn.btn-primary {
    padding: 16px 28px;
    border-radius: 5;
    background: #093d87;
    border: none;
    box-shadow: 0 4px 5px -3px #333;
    transition: 0.5s;
    font-weight: bold;
    transition: ease-out 0.4s;
}

a.btn.btn-primary:hover {
    box-shadow: inset 0 0 0 50px #3a639f;
}

.center {
    text-align: center;
}


/* Global Styles */
.vers-content-wrapper {
    max-width: 1800px;
    width: 98%;
    margin-inline: auto;
}

.vers-section-padding {
    padding: 60px 20px;
}

.vers-main-wrapper {
    display: flex;
    flex-flow: row wrap;
    padding: 35px 10px;
}

.vers-reverse-wrapper {
    flex-wrap: wrap-reverse;
}

.vers-main-left,
.vers-main-right {
    width: 50%;
    margin-inline: auto;
}

.vers-third-1 {
    width: 31.333%;
}


.vers-third-2 {
    width: 65.333%;
}

.vers-text {
    text-align: center;
}


.underline-sm {
    width: 75px;
    height: 3px;
    background-color: var(--vers-main-color);
    border: none;
    margin: 10px auto 15px;
}

.white-underline {
    background-color: #fff;
}

.vers-h1-heading,
.vers-h2-heading,
.vers-h3-heading {
    line-height: 1.3em;
    letter-spacing: .075em;
}

.vers-h1-heading {
    font-size: 2.4em;
    font-weight: 700;
}


.vers-h1-underline {
    width: 70%;
}

.vers-h2-heading {
    font-size: 2.15em;
    font-weight: 600;
    position: relative;
    text-align: center;
}


.vers-h2-heading.vers-h2-alt {
    color: #fff;
}

.vers-h2-subtitle {
    text-align: center;
    color: #000;
    margin: 15px auto;
    position: relative;
    width: fit-content;
}


.vers-h3-heading {
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;
}

.vers-h-alt {
    display: block;
    color: #fff;
    font-size: .6em;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.vers-h-highlight {
    font-style: italic;
    font-weight: 700;
}

.vers-sub-para {
    max-width: 125ch;
    margin: 15px 0 20px;
    font-weight: 600;
    font-style: italic;
    width: fit-content;
    font-size: 1em;

}

.vers-site-button {
    position: relative;
    display: block;
    font-size: .85em;
    font-weight: 500;
    letter-spacing: .05em;
    max-width: fit-content;
    width: 100%;
    text-align: center;
    margin-block: 25px auto;
    padding: 8px 12px;
    text-decoration: none;
    background-color: var(--vers-main-color);
    color: #ffffff;
    border: none;
    border-radius: 3px;
    z-index: 0;
    overflow: hidden;
    transition: all .3s;
    height: fit-content;
}

.vers-alt-button {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid var(--vers-main-color);
}

.vers-site-button a {
    color: #fff;
}

.vers-centered-button {
    margin-inline: auto;
}

.vers-site-button.vers-centered-button {
    background: #fff;
    color: var(--vers-main-color);
}

.vers-site-button:hover,
.vers-site-button:focus,
.vers-site-button:active {
    color: #fff;
    opacity: .8;
    text-decoration: none;

}

/* Global Animation */
.fade-in {
    opacity: 0;
    /* Initially hide the element */
    transition: opacity 2s ease;
    /* Smooth transition for opacity change */
    transition-delay: 3s;
}

/********* Keyframes *********/

@keyframes fadeInLeft {
    0% {
        left: -60px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        left: 60px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}



.vers-page-wrapper {
    max-width: 2200px;
    width: 100%;
    margin-inline: auto;
}

/* Hero Section */
.vers-hero-wrapper {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .55) 25%, rgba(0, 0, 0, .65) 100%), url(/imageserver/UserMedia/briantest6/versetta/versetta-hero001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0;

}

.vers-hero-wrapper-content {
    -webkit-animation: fadeInRight 1.25s both;
    animation: fadeInRight 1.25s both;
    animation-delay: 1s;
}

.vers-h1-heading.vers-hero-title {
    font-size: 65px;
    font-family: "Varela Round", sans-serif;
    color: #fff;
    max-width: 20ch;
    text-shadow: 2px 2px #0000008f;
    font-weight: 600;
    -webkit-animation: fadeInEft .8s both;
    animation: fadeInLeft .8s both;
    animation-delay: 1s;
}

.vers-hero-subtitle.vers-subtitle {
    font-size: 24px;
    color: #fff;
    max-width: 50ch;
    font-style: italic;
}

.logo-div {
    position: absolute;
    padding: 5%;
}

.logo-div img {
    max-width: 350px;
    width: 100%;
}

/* Intro section */

.vers-intro-section {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 25%, rgba(255, 255, 255, 0.92) 100%), url(/imageserver/UserMedia/briantest6/versetta/stone-wallBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.h2-heading {
    text-align: center;
}


.vers-intro-wrapper {
    max-width: 1400px;
    margin-inline: auto;
}


.vers-intro-image {
    text-align: center;
}


.vers-intro-image img {
    height: auto;
    border-radius: 12px;
    position: relative;
    max-width: 520px;
    width: 100%;
}

.vers-intro-text {
    padding: 1% 2%;
}

.intro-list-wrapper {
    margin-block: 35px;
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.vers-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 35px;
}

.vers-info-list-item {
    display: flex;
    gap: 10px;
}

.vers-info-list-item i {
    vertical-align: middle;
}

.intro-list-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
}

.intro-list-item span {
    font-size: 48px;
}

.intro-list-text h3 {
    font-size: 18px;
    margin-block: 0;
}

.intro-list-text p {
    font-size: 16px;
}

.vers-info-list-item i svg {
    fill: var(--vers-main-color);
    height: 24px;
    width: 24px;
}

.vers-info-list-item span {
    color: #000000;
    font-weight: 600;
}


.services-container {
    max-width: 1600px;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    margin: 40px auto;
}

/* Products Section */
.vers-products-cards-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
}


.vers-product-card {
    flex: 1 1 300px;
    max-width: 520px;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
}

.vers-product-card-image {
    text-align: center;
}

.vers-product-card-image img {
    max-width: 495px;
    width: 100%;
}

.vers-product-card h3 {
    text-align: center;
    font-weight: 600;
}

.vers-product-card .vers-site-button {
    margin-inline: auto;
}

/* Grid Cards */
.vers-cards-section {
    background: var(--vers-main-color);
    color: #fff;
}

.vers-cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.vers-card-icon-container svg {
    width: 50px;
    height: 50px;
    fill: #fff;
}


.vers-card {
    max-width: 650px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    padding: 60px 10px;
    text-align: center;
}

.vers-card-icon-container .st0 {
    fill: #ffffff;
}


.vers-flex-row {
    display: flex;
    justify-content: space-around;
    gap: 12px;
}

.vers-flex-col-2 {
    max-width: 50%;
    flex: 1 450px;
}

.vers-logo-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	flex-flow: row wrap;
}

.vers-logo-wrapper img {
    max-width: 150px;
    width: 100%;
}


.vers-how-text .vers-how-list li {
    margin-block: 8px;
}

.vers-products-selector {
    position: relative;
    max-width: 1400px;
    margin: 0 auto 30px;
}

.selector-options {
    display: flex;
    position: relative;
    background: #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
}

.selector-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--vers-main-color);
    border-radius: 6px;
    transition: left 0.3s ease, width 0.3s ease;
    z-index: 1;
}

.option {
    position: relative;
    z-index: 2;
    flex: 1;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
    color: var(--vers-main-color);
    user-select: none;
    transition: color 0.3s ease;
}

.option.active {
    color: #fff;
}

.vers-color-options {
    display: flex;
    gap: 35px;
    align-items: baseline;
    justify-content: center;
    flex-flow: row wrap;
}

.vers-color-options img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    max-width: 250px;
}

.vers-accessory-image img {
    max-width: 720px;
    width: 100%;
}

.vers-color-options figure {
    width: 63.333%;
    max-width: 380px;
}



.vers-products-wrapper .vers-color-options figure {
	width: 23.333%;
	max-width: 380px;
	font-size: 14px;
	position: relative;
	counter-increment: myIndex;
	padding-inline: 20px;
}

.vers-products-wrapper .vers-color-options figure::before {
	content: counter(myIndex);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	left: -25px;
	line-height: 1.6;
	border: 2px solid #fff;
	background-color: #95775d;
	color: #fff;
	top: 50%;
	text-align: center;
	font-weight: 600;
	font-size: 1.35em;
	transform: translateY(-50%);
	z-index: 999;
}

.vers-color-options figure a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: var(--vers-main-color);
}

.vers-color-options figure img {
    margin-inline: auto;
    max-width: 200px;
}

.vers-install-section {
    position: relative;
    background-color: var(--vers-main-color);
    color: #fff;
    text-align: center;
}

.vers-remodeler-section {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 100%), url(/imageserver/UserMedia/briantest6/versetta/versetta-hero002.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.vers-accessories-additional {
	display: flex;
	justify-content: center;
	gap: 19px;
	align-items: center;
	flex-flow: row wrap;
}

.vers-accessories-additional figure {
    text-align: center;
}

.vers-accessories-additional figure a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: var(--vers-main-color);
}

.vers-accessories-additional figure img {
    max-width: 250px;
    width: 100%;
    margin-inline: auto;
}

@media (max-width: 1200px) {
#widget3 .vers-products-wrapper .vers-main-left, 
#widget3 .vers-products-wrapper  .vers-main-right {
	width: 100%;
	margin-inline: auto;
text-align: center;
}
}

@media (max-width: 981px) {
    
    .vers-main-left,
    .vers-main-right {
        width: 100%;
        margin-inline: auto;
    }
}

@media (max-width: 768px) {
    .vers-section-padding {
	padding: 15px 10px;
}
.vers-products-wrapper .vers-color-options figure {
	width: 40.333%;
}
}

@media (max-width: 500px) {

.vers-products-wrapper .vers-color-options figure {
	width: 68.333%;
}
}