/*! -----------------------------------------------------------------
[Master Stylesheet]

Project:     Skyflex
Version:     1.0
Last change: 06/12/2015
Primary use: Coming Soon

------------------------------------------------------------------
[General Styles]
*/

body{
	background:#fff;
	font-family:'Raleway', sans-serif;
	letter-spacing:0.65px;
	line-height:1.8;
	font-weight:400;
	font-size:13px;
	color:#222;
	-ms-overflow-style:scrollbar;
	overflow-x:hidden;
}

img{
	max-width:80%;
	height:auto;
}

/* Navbar Styles */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    transition: all 0.3s ease;
    padding: 15px 0;
}

.navbar-default.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    border-color: transparent;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 10px 0;
}

.navbar-logo {
    height: 40px;
    width: auto;
    max-width: 150px;
}

.navbar-default .navbar-brand {
    padding: 5px 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #2c3e50;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #951f20;
}

/* Button Styles */
.btn-base, .btn-primary {
    background-color: #951f20;
    border-color: #951f20;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-base:hover, .btn-primary:hover {
    background-color: #7a1818;
    border-color: #7a1818;
    color: #fff;
}

/* Module Title and Subtitle */
.module-title, .module-subtitle {
    color: #2c3e50;
}

.module-title b, .module-subtitle b {
    color: #951f20;
}

/* Iconbox Styles */
.iconbox-icon {
    color: #951f20;
}

.iconbox-title {
    color: #2c3e50;
}

/* Hero Content Above Overlay */
.hero-caption {
    position: relative;
    z-index: 2;
}

.floating-objects {
    position: relative;
    z-index: 2;
}

/* Hero Slideshow Overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(44,62,80,0.6) 0%, rgba(149,31,32,0.4) 100%);
    z-index: 1;
}

/* Hero Slideshow */
.hero-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide:nth-child(1) {
    background-image: url('../images/BoxV021404.png');
}

.hero-slide:nth-child(2) {
    background-image: url('../images/BoxV021406.png');
}

/* .hero-slide:nth-child(3) {
    background-image: url('../images/module-1.jpg');
} */

/* Product Cards */
.product-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(44,62,80,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(44,62,80,0.15);
}

.product-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(149,31,32,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-actions {
    text-align: center;
}

.product-info {
    padding: 20px;
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}

.product-price {
    font-size: 24px;
    font-weight: 700;
    color: #951f20;
    margin-bottom: 10px;
}

.product-description {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 0;
}

/* Featured Product Showcase */
.featured-product {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(44,62,80,0.1);
    margin: 40px 0;
}

.product-3d-container {
    position: relative;
    perspective: 1000px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-main img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 30px rgba(149,31,32,0.3));
    animation: float 3s ease-in-out infinite;
}

.floating-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.floating-img {
    position: absolute;
    max-width: 120px;
    opacity: 0.7;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.2));
}

.floating-img-1 {
    top: 10%;
    right: 10%;
    animation: float-rotate 4s ease-in-out infinite;
}

.floating-img-2 {
    bottom: 10%;
    left: 10%;
    animation: float-rotate-reverse 4s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

@keyframes float-rotate {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(5deg); }
}

@keyframes float-rotate-reverse {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(-5deg); }
}

.product-360-view {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 30px;
    box-shadow: 0 25px 50px rgba(149,31,32,0.15);
    border-radius: 20px;
    padding: 30px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.product-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 80px;
    flex-shrink: 0;
}

.main-product-display {
    flex: 1;
    position: relative;
    text-align: center;
}

.product-content {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
}

.product-main-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: #951f20;
    border-radius: 2px;
}

.product-main-price {
    font-size: 32px;
    font-weight: 700;
    color: #951f20;
    margin-bottom: 30px;
}

.product-main-description {
    font-size: 16px;
    line-height: 1.8;
    color: #7f8c8d;
    margin-bottom: 30px;
}

.product-features {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.product-features li {
    padding: 10px 0;
    font-size: 16px;
    color: #2c3e50;
}

.product-features i {
    color: #951f20;
    margin-right: 15px;
    font-size: 18px;
}

.product-actions-main {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-default {
    background-color: transparent;
    border: 2px solid #951f20;
    color: #951f20;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-default:hover {
    background-color: #951f20;
    border-color: #951f20;
    color: #fff;
}

/* Product Simple View */
.product-simple-view {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e9ecef 100%);
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(149,31,32,0.15);
    padding: 40px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

.product-simple-view::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(149,31,32,0.05) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
    z-index: 1;
}

.product-image-display {
    position: relative;
    text-align: center;
}

.product-image-display img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(149,31,32,0.2);
    transition: transform 0.5s ease;
}

.product-image-display:hover img {
    transform: scale(1.05);
}

.product-info-section {
    padding: 20px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-title {
    font-size: 32px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #2c3e50 0%, #951f20 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.price-display {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 25px;
}

.currency {
    font-size: 20px;
    font-weight: 600;
    color: #951f20;
}

.price-amount {
    font-size: 42px;
    font-weight: 900;
    color: #951f20;
    line-height: 1;
}

.price-period {
    font-size: 18px;
    font-weight: 500;
    color: #7f8c8d;
}

.product-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

.product-features {
    margin-bottom: 30px;
}

.product-features .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(255,255,255,0.9);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.product-features .feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(149,31,32,0.15);
}

.product-features .feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #951f20 0%, #7a1818 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}

.product-features .feature-text h4 {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.product-features .feature-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.product-action {
    text-align: left;
}

@media (max-width: 768px) {
    .product-simple-view {
        padding: 20px;
    }
    
    .product-image-display img {
        height: 300px;
    }
    
    .product-info-section {
        padding: 20px 0 0 0;
    }
    
    .product-title {
        font-size: 28px;
    }
    
    .price-amount {
        font-size: 36px;
    }
}

/* Product Simple Layout */
.product-simple-layout {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(149,31,32,0.12);
    padding: 40px;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}

.product-simple-layout::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -30%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(149,31,32,0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

.product-image-section {
    position: relative;
    text-align: center;
    z-index: 2;
}

.product-main-image {
    width: 100%;
    max-width: 500px;
    height: 400px;
    object-fit: contain;
    border-radius: 15px;
    transition: transform 0.5s ease;
}

.product-main-image:hover {
    transform: scale(1.05);
}

.product-info-section {
    padding: 20px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.product-name {
    font-size: 32px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #2c3e50 0%, #951f20 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.product-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

.product-price-info {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 30px;
}

.currency {
    font-size: 20px;
    font-weight: 600;
    color: #951f20;
}

.price-amount {
    font-size: 42px;
    font-weight: 900;
    color: #951f20;
    line-height: 1;
}

.price-period {
    font-size: 18px;
    font-weight: 500;
    color: #7f8c8d;
}

.vat-text {
    font-size: 12px;
    font-weight: 400;
    color: #7f8c8d;
    margin-left: 10px;
    font-style: italic;
}

.riyal-icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
}

.product-action {
    text-align: left;
}

@media (max-width: 768px) {
    .product-simple-layout {
        padding: 20px;
    }
    
    .product-main-image {
        height: 300px;
        max-width: 100%;
    }
    
    .product-info-section {
        padding: 20px 0 0 0;
    }
    
    .product-name {
        font-size: 28px;
    }
    
    .price-amount {
        font-size: 36px;
    }
}

/* Advanced Product Showcase */
.advanced-product-showcase {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e9ecef 100%);
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(149,31,32,0.15);
    padding: 60px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

.advanced-product-showcase::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(149,31,32,0.05) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.product-360-view {
    display: flex;
    gap: 40px;
    align-items: center;
    position: relative;
}

.main-product-display {
    flex: 1;
    position: relative;
    text-align: center;
}

.primary-product-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 2;
}

.product-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(149,31,32,0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse 3s ease-in-out infinite;
    z-index: 1;
}

@keyframes pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.8; }
}

.product-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 100px;
}

.thumbnail {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.thumbnail:hover {
    transform: scale(1.05);
    border-color: #951f20;
    box-shadow: 0 6px 20px rgba(149,31,32,0.3);
}

.thumbnail.active {
    border-color: #951f20;
    box-shadow: 0 8px 25px rgba(149,31,32,0.4);
    transform: scale(1.1);
}

.product-advanced-info {
    flex: 1.5;
    padding: 0 40px;
}

.product-header {
    margin-bottom: 40px;
    text-align: center;
}

.product-advanced-title {
    font-size: 48px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #2c3e50 0%, #951f20 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.price-container {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin: 30px 0;
}

.currency {
    font-size: 24px;
    font-weight: 600;
    color: #951f20;
}

.price-amount {
    font-size: 56px;
    font-weight: 900;
    color: #951f20;
    line-height: 1;
}

.price-period {
    font-size: 20px;
    font-weight: 500;
    color: #7f8c8d;
}

.product-features-advanced {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin: 50px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(149,31,32,0.1);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(149,31,32,0.15);
    border-color: rgba(149,31,32,0.3);
}

.feature-group {
    margin-bottom: 50px;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(149,31,32,0.08);
}

/* Equal height for Core Security & Construction cards */
.feature-group:nth-of-type(1) .feature-card {
    height: 400px;
    display: flex;
    flex-direction: column;
}

.feature-group:nth-of-type(1) .feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.feature-group:nth-of-type(1) .feature-image {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.feature-group:nth-of-type(1) .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.feature-group:nth-of-type(1) .feature-image:hover img {
    transform: scale(1.05);
}

.group-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    text-align: left;
    position: relative;
}

.group-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: translateX(0);
    width: 60px;
    height: 3px;
    background: #951f20;
    border-radius: 2px;
}

.feature-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(149,31,32,0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(149,31,32,0.15);
}

.feature-image {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.feature-image:hover img {
    transform: scale(1.05);
}

.feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.feature-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.feature-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    flex: 1;
}

.warranty-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #951f20 0%, #7a1818 100%);
    border-radius: 25px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
}

.warranty-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
}

.warranty-card {
    background: rgba(255,255,255,0.95);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.warranty-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #951f20 0%, #7a1818 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    margin: 0 auto 30px;
}

.warranty-content h3 {
    font-size: 28px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* Quick Features */
.quick-features {
    /* margin: 30px 0;
    padding: 25px; */
    background: rgba(255,255,255,0.8);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.quick-features h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
}

.quick-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: rgba(149,31,32,0.05);
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.quick-feature {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px;
    background: rgba(149,31,32,0.05);
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    text-align: center;
    flex-direction: row;
}

.quick-feature.awesome {
    background: linear-gradient(135deg, rgba(149,31,32,0.1) 0%, rgba(149,31,32,0.05) 100%);
    border: 2px solid rgba(149,31,32,0.2);
    box-shadow: 0 8px 25px rgba(149,31,32,0.15);
    position: relative;
    overflow: hidden;
}

.quick-feature.awesome::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

.quick-feature.awesome:hover {
    background: linear-gradient(135deg, rgba(149,31,32,0.15) 0%, rgba(149,31,32,0.1) 100%);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(149,31,32,0.25);
}

.quick-feature.awesome i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #951f20 0%, #7a1818 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.quick-feature.awesome span {
    font-size: 13px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
    line-height: 1.2;
}

.quick-feature.awesome small {
    font-size: 11px;
    font-weight: 500;
    color: #951f20;
    font-style: italic;
    opacity: 0.9;
}

.quick-feature:hover {
    background: rgba(149,31,32,0.1);
    transform: translateY(-2px);
}

.quick-feature i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #951f20 0%, #7a1818 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.quick-feature span {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

/* Glassmorphism Effect */
.glassmorphism {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    position: relative;
    overflow: hidden;
	height: 380px;
}

.glassmorphism::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    pointer-events: none;
}

/* Enhanced Warranty */
.warranty-card.modern-design {
    background: rgba(255,255,255,0.95);
    border-radius: 25px;
    padding: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 25px 50px rgba(149,31,32,0.2);
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255,255,255,0.2);
}

.warranty-badge {
    position: absolute;
    top: -20px;
    right: 30px;
    background: linear-gradient(135deg, #951f20 0%, #7a1818 100%);
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(149,31,32,0.3);
}

.warranty-badge i {
    font-size: 20px;
}

.warranty-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.warranty-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    background: rgba(149,31,32,0.05);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.warranty-feature:hover {
    transform: translateY(-5px);
    background: rgba(149,31,32,0.1);
}

.warranty-feature i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #951f20 0%, #7a1818 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.warranty-feature span:first-of-type {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.warranty-feature span:last-of-type {
    font-size: 14px;
    color: #666;
}

/* Combined Specifications and Measurements Section */
.specifications-measurements-section {
    padding: 80px 0;
    overflow: hidden;
}

.subsection-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}

.subsection-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: translateX(0);
    width: 60px;
    height: 3px;
    background: #951f20;
    border-radius: 2px;
}

.specifications-top {
    margin-bottom: 60px;
    padding: 0 15px;
    min-height: 500px;
}
    .specifications-top > .row {
        display: flex;
        gap: 30px;
        justify-content: center;
        margin-bottom: 50px;
        
    }



    .measurements-bottom {
        text-align: center;
        padding: 0 15px;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.measurements-bottom .measurements-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(149,31,32,0.2);
    margin: 20px 0;
}

.spec-card {
    background: #fff;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 15px 35px rgba(149,31,32,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(149,31,32,0.1);
}

.spec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(149,31,32,0.15);
}

.spec-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.spec-card h4::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #951f20;
    border-radius: 1px;
}

.spec-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    background: rgba(149,31,32,0.03);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.spec-row:hover {
    background: rgba(149,31,32,0.08);
}

.spec-row span:first-child {
    font-weight: 600;
    color: #2c3e50;
    font-size: 13px;
}

.spec-row span:last-child {
    font-weight: 700;
    color: #951f20;
    font-size: 13px;
}

.specifications-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #951f20;
    text-align: center;
    margin-bottom: 50px;
}

.spec-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(149,31,32,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.spec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(149,31,32,0.15);
}

.spec-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.spec-card h4::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #951f20;
    border-radius: 2px;
}

.spec-table {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: rgba(149,31,32,0.03);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.spec-row:hover {
    background: rgba(149,31,32,0.08);
}

.spec-row span:first-child {
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.spec-row span:last-child {
    font-weight: 700;
    color: #951f20;
    font-size: 14px;
}

/* 3D Hover Effects */
.feature-card.glassmorphism {
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: all 0.6s ease;
}

.feature-card.glassmorphism:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 50px rgba(149,31,32,0.25);
}

/* Animated Counters */
@keyframes countUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.feature-card.glassmorphism {
    animation: countUp 0.8s ease-out;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .quick-features {
        padding: 20px;
    }
    #contact > .container > .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .quick-feature {
        padding: 12px;
    }
    
    .warranty-card.modern-design {
        padding: 30px;
    }
    
    .warranty-badge {
        position: static;
        margin-bottom: 20px;
        display: inline-flex;
    }
    
    .warranty-features-grid {
        grid-template-columns: 1fr;
    }
    
    .spec-card {
        padding: 20px;
    }
    
    .spec-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

.warranty-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
}

.warranty-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: left;
}

.warranty-features li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #2c3e50;
}

.warranty-features i {
    color: #951f20;
    font-size: 16px;
}

.warranty-cta {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .feature-group {
        padding: 20px;
        margin-bottom: 30px;
    }


    .navbar-default{
        background:white;
    }

    .group-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .feature-card {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .warranty-card {
        padding: 30px;
    }
    
    .warranty-content h3 {
        font-size: 24px;
    }
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #951f20 0%, #7a1818 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}

.feature-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.feature-text p {
    font-size: 14px;
    color: #7f8c8d;
    margin: 0;
    line-height: 1.6;
}

.product-actions-advanced {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.btn-xl {
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    text-transform: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-xl::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn-xl:hover::before {
    width: 300px;
    height: 300px;
}

.btn-xl i {
    margin-left: 8px;
}

iframe{
	border:0;
}

.wrapper{
	position:relative;
	z-index: 1;
}
/*!------------------------------------------------------------------
[Countdown]
*/

#countdown{
	text-align:center;
	line-height:1;
}

#countdown > div{
	display:inline-block;
	margin:0 30px 15px;
}

#countdown > div > div{
	margin-bottom:22px;
	font-weight:200;
	font-size:48px;

}

#countdown > div > i{
	text-transform:uppercase;
	letter-spacing:1.3px;
	font-style:normal;
	font-weight:700;
	font-size:13px;
}
/*!------------------------------------------------------------------
[Typography]
*/

a{
	color:#951f20;
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
}

a:hover, a:focus{
	text-decoration:none;
	outline:none;
	color:#b8282a;
}

h1, h2, h3, h4, h5, h6{
	font-family:'Raleway', sans-serif;
	line-height:1.4;
	font-weight:700;
	margin:0 0 20px;
}

h1{
	font-weight:300;
	font-size:48px;
}

h2{
	font-weight:300;
	font-size:32px;
}

h3{
	font-size:24px;
}

h4{
	font-size:16px;
}

h5{
	font-size:14px;
}

h6{
	font-size:13px;
}

p, ul, ol, .form-group{
	margin:0 0 30px;
}

.lead{
	line-height:1.8;
	font-weight:400;
	font-size:14px;
}

.text-left{
	text-align:left !important;
}

@media (max-width: 767px){

	.text-sm-center{
		text-align:center !important;
	}
    .specifications-top > .row {
        display: flex;
        gap: 30px;
        justify-content: center;
        margin-bottom: 50px;
        flex-direction: column;
    }
}

@media (max-width: 991px){

	.text-md-center{
		text-align:center !important;
	}

}

/*!------------------------------------------------------------------
[Preloader]
*/

.page-loader{
	background:#fff;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:9998;
}

.loader{
	position:absolute;
	width:50px;
	height:50px;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	text-indent:-9999em;
	background-color:transparent;
	border:5px solid #ECEFF1;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	animation: pulse 1.5s ease-in-out infinite;
}

.loader:after{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:40px;
	height:40px;
	padding:2px;
	border-width:3px;
	border-style:solid;
	border-color:#951f20 transparent transparent transparent;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	animation:ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
	-webkit-animation:ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
}

@keyframes ringrotate{

	0%{
		-webkit-transform:rotateZ(0deg);
		-moz-transform:rotateZ(0deg);
		-o-transform:rotateZ(0deg);
		transform:rotateZ(0deg);
	}

	100%{
		-webkit-transform:rotateZ(360deg);
		-moz-transform:rotateZ(360deg);
		-o-transform:rotateZ(360deg);
		transform:rotateZ(360deg);
	}

}

@-webkit-keyframes ringrotate{

	0%{
		-webkit-transform:rotateZ(0deg);
		-moz-transform:rotateZ(0deg);
		-o-transform:rotateZ(0deg);
		transform:rotateZ(0deg);
	}

	100%{
		-webkit-transform:rotateZ(360deg);
		-moz-transform:rotateZ(360deg);
		-o-transform:rotateZ(360deg);
		transform:rotateZ(360deg);
	}

}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.1);
		opacity: 0.7;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.1);
		opacity: 0.7;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
/*!------------------------------------------------------------------
[Forms]
*/

.form-control{
	background:#fff;
	border:2px solid #dadada;
	height:44px;
	padding:13px 16px;
	font-family:'Raleway', sans-serif;
	text-transform:uppercase;
	letter-spacing:1.3px;
	font-weight:700;
	font-size:13px;
	color:#222;
	-webkit-appearance:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
}

.form-control:focus{
	border-color:#951f20;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

.form-control.no-boder{
	border-color:#fff;
}

.ajax-response{
	text-align:center;
}

.ajax-response p{
	margin:20px 0;
}

/*! Form placeholders */

.form-control::-webkit-input-placeholder{
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	color:rgba( 34, 34, 34, 0.25 ) !important;
}

.form-control:focus::-webkit-input-placeholder{
	color:#222 !important;
}

.form-control::-moz-placeholder{
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	color:rgba( 34, 34, 34, 0.25 ) !important;
}

.form-control:focus::-moz-placeholder{
	color:#222 !important;
}

.form-control:-moz-placeholder{
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	color:rgba( 34, 34, 34, 0.25 ) !important;
}

.form-control:focus:-moz-placeholder{
	color:#222 !important;
}

.form-control:-ms-input-placeholder{
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	color:rgba( 34, 34, 34, 0.25 ) !important;
}

.form-control:focus:-ms-input-placeholder{
	color:#222 !important;
}
/*!------------------------------------------------------------------
[Buttons]
*/

.btn{
	font-family:'Raleway', sans-serif;
	text-transform:uppercase;
	letter-spacing:1.3px;
	font-weight:700;
	font-size:13px;
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
	padding:12px 30px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline:0;
}


.btn-base, .btn-base:focus{
	background:#951f20;
	color:#fff;
}
.btn-base:hover{
	background:#b8282a;
	color:#fff;
}

/*! Button sizes */

.btn.btn-lg{
	letter-spacing:3px;
	font-size:12px;
	padding:12px 45px;
}

.btn.btn-sm{
	letter-spacing:1px;
	font-size:10px;
	padding:6px 25px;
}

.btn.btn-xs{
	letter-spacing:1px;
	font-size:9px;
	padding:4px 19px;
}
/*!------------------------------------------------------------------
[Iconbox]
*/

.iconbox{
	margin:40px 0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.iconbox-icon{
	font-size:32px;
	color:#951f20;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.iconbox-header{
	margin:25px 0 20px;
}

.iconbox-title{
	text-transform:uppercase;
	letter-spacing:1.3px;
	font-size:13px;
}

.iconbox:hover .iconbox-icon{
	color:#b8282a;
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	transform:translateY(-10px);
}
/*!------------------------------------------------------------------
[Team]
*/

.team-item{
	text-align:center;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}

.team-item > img{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.team-inner{
	padding:30px 0;
}

.team-name{
	text-transform:uppercase;
	letter-spacing:1.3px;
	font-size:13px;
	margin:0 0 22px;
}

.team-item p:last-child{
	margin:0;
}

/*!------------------------------------------------------------------
[Module Hero]
*/

.module-hero{
	position:relative;
	overflow:hidden;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:100vh;
}

.hero-caption{
	position:relative;
	display:table;
	height:100%;
	width:80%;
	text-align:center;
	margin:0 auto;
	z-index:2;
}

.hero-text{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	height:100%;
	color: #dadada;
}

@media (max-width: 1024px){

    .module-hero {
        padding: 100px 0;
        height: 100vh;
    }

}

@media (max-width: 991px){
	.module{
		padding:80px 0;
	}
	
	.module-sm{
		padding:60px 0;
	}
	
	.module-title{
		font-size:32px;
	}
	
	.module-subtitle{
		font-size:28px;
	}
	
	#countdown > div{
		margin:0 15px 15px;
	}
	
	#countdown > div > div{
		font-size:36px;
	}
}

@media (max-width: 767px){
	.module{
		padding:60px 0;
	}
	
	.module-sm{
		padding:40px 0;
	}
	
	.module-title{
		font-size:28px;
		margin:0 0 40px;
	}
	
	.module-subtitle{
		font-size:24px;
		margin:0 0 40px;
	}
	
	h1{
		font-size:36px;
	}
	
	h2{
		font-size:28px;
	}
	
	#countdown > div{
		margin:0 10px 10px;
	}
	
	#countdown > div > div{
		font-size:28px;
	}
	
	.hero-caption{
		width:90%;
	}
	
	.iconbox{
		margin:30px 0;
	}
	
	.team-item{
		margin-bottom:40px;
	}
}

@media (max-width: 480px){
	.module{
		padding:40px 0;
	}
	
	.module-title{
		font-size:24px;
	}
	
	.module-subtitle{
		font-size:20px;
	}
	
	h1{
		font-size:28px;
	}
	
	#countdown > div{
		margin:0 5px 10px;
	}
	
	#countdown > div > div{
		font-size:24px;
	}
	
	#countdown > div > i{
		font-size:11px;
	}
	
	.btn{
		padding:10px 20px;
		font-size:12px;
	}
	
	.btn.btn-lg{
		padding:10px 30px;
		font-size:11px;
	}
}
/*!------------------------------------------------------------------
[Modules]
*/

.module, .module-sm, .module-xs{
	background-color:#fff;
	background-attachment:fixed;
	padding:140px 0;
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.module-sm{
	padding:100px 0;
}

.module-title{
	letter-spacing:2.1px;
	text-align:center;
	line-height:1.4;
	font-weight:300;
	font-size:38px;
}

.module-subtitle{
	text-align:center;
	line-height:1.3;
	font-weight:300;
	font-size:32px;
}

.module-title, .module-subtitle{
	margin:0 0 70px;
}

.module-title + .module-subtitle{
	margin-top:-35px;
}
/*!------------------------------------------------------------------
[Overlays]
*/

.mbYTP_wrapper{
	z-index:-1 !important;
}

.module-video{
	z-index:0;
}

.bg-gray{
	background-color:#f8f8f8;
}

.overlay-dark:before, .overlay-light:before{
	position:absolute;
	height:100%;
	width:100%;
	z-index:0;
}

.overlay-light:before{
	background-image:url(../images/overlay.png);
	opacity:0.75;
	content:"";
	left:0;
	top:0;
}

.overlay-dark:before{
	background-image:url(../images/overlay-dark.png);
	opacity:0.5;
	content:"";
	left:0;
	top:0;
}

.overlay-dark{
	color:#fff;

}

.overlay-dark h1, .overlay-dark h2, .overlay-dark h3, .overlay-dark h4, .overlay-dark h5, .overlay-dark h6{
	color:#fff;
}

#fss > canvas{
	position:absolute;
	top:0;
	left:0;
}
/*!------------------------------------------------------------------
[Maps Module]
*/

.module-map{
	position:relative;
	overflow:hidden;
	height:450px;
	width:100%;
	-webkit-transform:translateZ(0px);
	        transform:translateZ(0px);
}

#map{
	height:100% !important;
	width:100%;
}
/*!------------------------------------------------------------------
[Dividers]
*/

.divider{
	margin:0;
}

.divider.striped-icon{
	position:absolute;
	top:0;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.striped-icon{
	position:relative;
	background:rgba( 126, 126, 126, 0.1);
	text-align:center;
	color:#951f20;
	font-size:24px;
	z-index:2;
	width:70px;
	height:70px;
	margin:auto;
	cursor:pointer;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	transition:all .2s;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.striped-icon i, .striped-icon span{
	line-height:70px !important;
}

.striped-icon:after{
	position:absolute;
	background:content-box #fefefe;
	border:1px solid rgba(0,0,0,.08);
	content:'';
	z-index:-1;
	top:4px;
	left:4px;
	right:4px;
	bottom:4px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}
/*!------------------------------------------------------------------
[Footer]
*/

.footer{
	background-color:#fff;
	padding:40px 0;
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;

}

.social-icons{
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
}

.social-icons a{
	font-size:18px;
	color:#bebebe;
	margin:5px 15px;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}

.social-icons a:hover{
	color:#951f20;
}
/*!------------------------------------------------------------------
[Multi-columns-row]
*/

.multi-columns-row .first-in-row{
	clear:left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3){ clear:left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4){ clear:left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5){ clear:left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7){ clear:left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13){ clear:left; }

@media (min-width: 768px){

	.multi-columns-row .col-xs-6:nth-child(2n + 3){ clear:none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4){ clear:none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5){ clear:none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7){ clear:none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13){ clear:none; }

	.multi-columns-row .col-sm-6:nth-child(2n + 3){ clear:left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4){ clear:left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5){ clear:left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7){ clear:left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13){ clear:left; }
    

}

@media (min-width: 992px){

	.multi-columns-row .col-sm-6:nth-child(2n + 3){ clear:none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4){ clear:none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5){ clear:none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7){ clear:none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13){ clear:none; }

	.multi-columns-row .col-md-6:nth-child(2n + 3){ clear:left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4){ clear:left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5){ clear:left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7){ clear:left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13){ clear:left; }
}

@media (min-width: 1200px){

	.multi-columns-row .col-md-6:nth-child(2n + 3){ clear:none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4){ clear:none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5){ clear:none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7){ clear:none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13){ clear:none; }

	.multi-columns-row .col-lg-6:nth-child(2n + 3){ clear:left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4){ clear:left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5){ clear:left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7){ clear:left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13){ clear:left; }

}

/*!------------------------------------------------------------------
[Floating Objects]
*/

.floating-objects {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.floating-object {
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	animation: float 10s ease-in-out infinite;
}

.floating-object-1 {
	width: 20px;
	height: 20px;
	top: 20%;
	left: 10%;
	animation-delay: 0s;
}

.floating-object-2 {
	width: 30px;
	height: 30px;
	top: 50%;
	left: 80%;
	animation-delay: 2s;
}

.floating-object-3 {
	width: 15px;
	height: 15px;
	top: 70%;
	left: 20%;
	animation-delay: 4s;
}

.floating-object-4 {
	width: 25px;
	height: 25px;
	top: 30%;
	left: 70%;
	animation-delay: 6s;
}

.floating-object-5 {
	width: 18px;
	height: 18px;
	top: 80%;
	left: 50%;
	animation-delay: 8s;
}

@keyframes float {
	0%, 100% {
		transform: translateY(0px) translateX(0px);
		opacity: 0.5;
	}
	25% {
		transform: translateY(-20px) translateX(10px);
		opacity: 0.8;
	}
	50% {
		transform: translateY(-40px) translateX(-10px);
		opacity: 0.6;
	}
	75% {
		transform: translateY(-20px) translateX(5px);
		opacity: 0.7;
	}
}

@-webkit-keyframes float {
	0%, 100% {
		-webkit-transform: translateY(0px) translateX(0px);
		opacity: 0.5;
	}
	25% {
		-webkit-transform: translateY(-20px) translateX(10px);
		opacity: 0.8;
	}
	50% {
		-webkit-transform: translateY(-40px) translateX(-10px);
		opacity: 0.6;
	}
	75% {
		-webkit-transform: translateY(-20px) translateX(5px);
		opacity: 0.7;
	}
}
