:root {
    --alside-main-color: #021e8d;
    --alside-secondary-color: #4d4d4d;
}

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

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

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

h2,
.alside-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;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
    max-width: 350px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card img {
    border-radius: 5px 5px 0 0;
}

.card p {
    max-width: 300px;
}

.card-content {
    padding: 2px 16px;
}


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;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

th {
    background-color: #0073BF;
    color: white;
}

td,
th {
    border: 1px solid black;
    text-align: right;
    padding: 2px 8px;
}

td:first-child {
    background-color: #dddddd;
}

.center {
    text-align: center;
}


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

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

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

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

.alside-main-left,
.alside-main-right {
    width: 48%;
    margin-inline: auto;
}

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


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

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


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

.underline-left {
    margin-left: 0;
}

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

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

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


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

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


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

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


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

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

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

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

}

.alside-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(--alside-secondary-color);
	color: #ffffff;
	border: none;
	border-radius: 3px;
	z-index: 0;
	overflow: hidden;
	transition: all .3s;
	height: fit-content;
}

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

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

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

/* .site-button-white {
color: var(--primary-color);
background: #fff;
} */

.alside-site-button:hover,
.alside-site-button:focus,
.alside-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;
    }
}



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

/* Hero Section */
.alside-hero-wrapper {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71) 25%, rgba(0, 0, 0, 0.84) 100%), url(/imageserver/UserMedia/briantest6/alside-doors/alside-door-hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 150px 0;
}


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

.alside-h1-heading.alside-hero-title {
	font-size: 60px;
	color: #fff;
	max-width: 24ch;
	text-shadow: 2px 2px #0000008f;
	font-weight: 600;
	-webkit-animation: fadeInEft .8s both;
	animation: fadeInLeft .8s both;
	animation-delay: 1s;
}

.alside-hero-subtitle.alside-subtitle {
    font-size: 24px;
    color: #fff;
    font-style: italic;
}

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

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

/* Intro section */

.alside-intro-section {
	background: linear-gradient(180deg, #0025a0 0%, #03197f 100%);
	color: #fff;
}

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


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


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


.alside-intro-image img {
	height: auto;
	border-radius: 12px;
	position: relative;
	max-width: 635px;
	width: 100%;
	border: 4px solid #fff;
}

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

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

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

.alside-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;
}

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

.alside-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 */
.alside-products-cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
}


.alside-product-card {
	display: flex;
	max-width: 800px;
	gap: 30px;
	padding: 30px 20px;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.21);
	transition: all 0.3s ease;
	background: #fff;
	margin-inline: auto;
	align-items: center;
	flex-flow: row wrap;
	justify-content: center;
}

.alside-product-card-image {
	text-align: center;
	flex: 1 235px;
}

.alside-product-card-image img {
    max-width: 350px;
    width: 100%;
}


.alside-product-card-content {
	flex: 1 250px;
}

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

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


.alside-card {
    max-width: 800px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    padding: 60px 10px;
    text-align: center;
    margin-inline: auto;
}

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


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

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

.service-details {
    display: none;
    font-size: 16px;
    color: #333;
}

.service-details.active {
    display: block;
}

.services-offered-row {
    padding: 20px 15px 30px;
}

.service-offered-text {
    text-align: start;
}

.alside-doors-item img {
    max-width: 65px;
}

.alside-doors-item p {
    font-size: 14px;
}


.service-offered-list-title {
    font-weight: 600;
    text-align: start;
    margin: 30px auto 20px;
}

.service-offered-image {
    text-align: center;
    margin-block: 15px 30px;
}

.alside-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

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



.alside-warranty-section {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 25%, rgba(255, 255, 255, 0.89) 100%), url(/imageserver/UserMedia/briantest6/alside-doors/sliding-doorBG.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    text-align: center;
}

.alside-warranty-section img{
    max-width: 200px;
    width: 100%;
}


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

@media (max-width: 900px) {
.alside-products-cards-wrapper {
	grid-template-columns: 1fr;
}
}

@media (max-width: 800px) {
    .alside-cards-container {
	grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {
    .alside-section-padding {
	padding: 15px 10px;
}
}

@media (max-width: 560px) {
    .alside-cards-container {
	grid-template-columns: repeat(1, 1fr);
}
}