@charset "UTF-8";

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/subset-Outfit-Regular.eot');
    src: url('../fonts/subset-Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Outfit-Regular.woff2') format('woff2'),
        url('../fonts/subset-Outfit-Regular.woff') format('woff'),
        url('../fonts/subset-Outfit-Regular.ttf') format('truetype'),
        url('../fonts/subset-Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/subset-Outfit-Medium.eot');
    src: url('../fonts/subset-Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Outfit-Medium.woff2') format('woff2'),
        url('../fonts/subset-Outfit-Medium.woff') format('woff'),
        url('../fonts/subset-Outfit-Medium.ttf') format('truetype'),
        url('../fonts/subset-Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/subset-Outfit-SemiBold.eot');
    src: url('../fonts/subset-Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/subset-Outfit-SemiBold.woff') format('woff'),
        url('../fonts/subset-Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/subset-Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/subset-Outfit-Bold.eot');
    src: url('../fonts/subset-Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Outfit-Bold.woff2') format('woff2'),
        url('../fonts/subset-Outfit-Bold.woff') format('woff'),
        url('../fonts/subset-Outfit-Bold.ttf') format('truetype'),
        url('../fonts/subset-Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

.header {
    background-color: #fff;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-bottom: #f0f0f0 1px;
    z-index: 100;
}

.container {
    max-width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

p {
	margin: 0 0 23px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 38px;
	color: #274869;
}

h2 {
    font-size: 48px;
    line-height: 1;
}

h2 span {
    display: block;
    font-size: 0.4583333333333333em;
    /* 22px */
    font-weight: normal;
    color: #333333;
    margin-top: 0.5909090909090909em;
}

h3 {
	font-size: 32px;
	line-height: 1.3;
}

h4 {
	font-size: 24px;
	margin-bottom: 15px;
}

hr {
    margin: 2px;
  }

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;
}

img.fitImage {
	display: block;
	width: 100%;
	margin: 33px 0;
	border-radius: 16px;
}

strong {
	font-weight: 600;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

/* trust seals */
.content-columns .action-buttons .trust-seals .logos {
	display: flex;
	margin: 32px 0 0;
	padding: 0;
	justify-content: center;
	flex-wrap: wrap;
}

.content-columns .action-buttons .trust-seals .logos li {
	margin: 0 32px;
	padding: 0;
	list-style: none;
}

.content-columns .action-buttons .trust-seals .logos li img {
	display: block;
	height: 64px;
}

.product-title {
    font-size: 28px;
    margin: 20px 0;
    text-align: center;
}

.content-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.video-container {
    flex: 1 1 65%;
    text-align: center;
    margin: 10px 0;
}

.video-container iframe {
    width: 100%;
    height: 450px;
    max-width: 100%;
}

.action-buttons {
    flex: 1 1 35%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.action-buttons a {
    text-decoration: none;
    color: #fff;
    background-color: #1a2a4e;
    padding: 12px 0;
    border-radius: 10px;
    margin: 10px;
    display: inline-block;
    font-size: 16px;
    flex: 1 1 30%;
    text-align: center;
    transition: background-color 0.3s ease;
}

.action-buttons a:hover {
    background-color: #0056b3;
}

.product-description {
    font-size: 18px;
    line-height: 1.6;
    margin: 30px 0;
    text-align: justify;
}

.product-description img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.product-description ul {
    list-style-type: disc;
    margin-left: 20px;
}

/* Footer Styles */
.footer {
    background-color: #333;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.about-us {
    /*flex: 1 1 48%;*/
    text-align: left;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.about-us img {
    max-width: 250px;
    margin-right: 20px;
    border-radius: 10px;
}

.about-us-text {
    font-size: 16px;
    line-height: 1.6;
}

.tax-info {
    /*flex: 1 1 48%;*/
    text-align: center;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .product-title {
        font-size: 24px;
    }

    .content-columns {
        flex-direction: column;
        align-items: center;
    }

    .video-container iframe {
        height: 300px;
    }

    .action-buttons a {
        font-size: 14px;
        padding: 10px 0;
        flex: 1 1 45%;
    }

    .trust-seals img {
        width: 40px;
        margin: 5px;
    }

    .about-us {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-us img {
        margin-bottom: 20px;
    }

    .tax-info {
        text-align: center;
    }
}