/*---------- HOMEPAGE HEADER DESKTOP SECTION ------------*/
#Homepage-Header-Desktop {
    padding-top: 100px;
    padding-bottom: 130px;
    width: 100%;
    min-height: 600px; /* Fixed missing px unit */
    background: url(../img/header.jpg) no-repeat top center scroll;
    background-size: cover;
    color: #0d0d0d;
    position: relative;
}

#Homepage-Header-Desktop .col-md-12 {
    position: static;
}

/* H1 now flows naturally under the image */
#Homepage-Header-Desktop h1 {
    font-family: "montserrat";
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    margin: 20px 0 0 0; /* Adds a little space between the image and the H1 */
    text-align: center;
}

/* Tagline takes over the absolute positioning at the bottom */
#Homepage-Header-Desktop .tagline {
    font-family: "montserrat"; 
    font-weight: 400; 
    font-size: 26px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 15px; /* Prevents text from hitting the exact edge on smaller screens */
    text-align: center;
}

@media(max-width:768px) {
    #Homepage-Header-Desktop h1 {
        font-size: 30px;
    }
    #Homepage-Header-Desktop .tagline {
        font-size: 20px;
    }
}
/*------------- END HOMEPAGE HEADER DESKTOP -----------*/

/*--------------- WELCOME SECTION --------------*/
#welcome {
    padding-top: 30px;
    padding-bottom:20px;
    width: 100%;
    height: auto;
    background-color: #fff;
}
#welcome h2 {
    font-size: 36px;
    font-family: montserrat;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    color: #0d0d0d;
}
@media(max-width:768px) {
    #welcome h2 {
        font-size: 22px;
    }
}
#welcome p {
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    color: #0d0d0d;
}
@media(max-width:768px) {
    #welcome p {
        font-size: 16px;
    }
}
#welcome h4 {
    font-size: 22px;
    font-family: montserrat;
    font-weight: 500;
    text-align: center;
    text-transform: none;
    color: #0d0d0d;
}
@media(max-width:768px) {
    #welcome h4 {
        font-size: 20px;
    }
}
/*------------------- End Welcome -------------------*/

/*--------------- Events Section --------------*/
#events {
    padding-top: 30px;
    padding-bottom:20px;
    width: 100%;
    height: auto;
    background-color: #08001a;
}
#events h2 {
    font-size: 36px;
    font-family: montserrat;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    color: #f2f2f2;
    margin-top: 20px;
}
@media(max-width:768px) {
    #events h2 {
        font-size: 26px;
    }
}
#events p {
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    color: #f2f2f2;
}
@media(max-width:768px) {
    #events p {
        font-size: 16px;
    }
}
#events h3 {
    font-size: 26px;
    font-family: montserrat;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    color: #f2f2f2;
    margin-bottom: 10px;
}
@media(max-width:768px) {
    #events h3 {
        font-size: 22px;
    }
}
/*------------------- End Events -------------------*/

/*--------------- About SECTION --------------*/
#about {
    padding-top: 30px;
    padding-bottom:20px;
    width: 100%;
    height: auto;
    background-color: #fff;
}
#about h2 {
    font-size: 30px;
    font-family: montserrat;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    color: #0d0d0d;
}
@media(max-width:768px) {
    #about h2 {
        font-size: 22px;
    }
}
#about h3 {
    font-size: 26px;
    font-family: montserrat;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    color: #0d0d0d;
    margin-bottom: 20px;
    margin-top: 30px;
}
@media(max-width:768px) {
    #about p {
        font-size: 22px;
    }
}
#about h4 {
    font-size: 22px;
    font-family: montserrat;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    color: #0d0d0d;
    margin-bottom: 0px;
}
@media(max-width:768px) {
    #about h4 {
        font-size: 20px;
    }
}
#about p {
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    color: #0d0d0d;
    margin-bottom: 10px !important;
}
@media(max-width:768px) {
    #about p {
        font-size: 16px;
    }
}
#about ul {
    margin-top: 0px !important;      /* REMOVES DEFAULT TOP SPACE */
    padding-left: 20px; /* KEEPS BULLETS ALIGNED NICELY */
    margin-bottom: 15px; /* Sane spacing for whatever comes after the list */
}

#about li {
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    color: #0d0d0d;
    padding-bottom: 5px; /* Optional: adds a tiny bit of breathing room between bullet items */
}
@media(max-width:768px) {
    #about li {
        font-size: 16px;
    }
}
/*---------------- End About ---------------*/

/*---------- SEAMLESS TEAM IMAGES BAND SECTION ------------*/
#Team-Band {
    padding-top: 0 !important;   /* Strips top space from the section */
    padding-bottom: 0 !important;/* Strips bottom space from the section */
    background-color: #ffffff; 
    overflow: hidden;            /* Ensures clean edges */
}

#Team-Band .seamless-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#Team-Band .seamless-row {
    margin-left: 0 !important;  /* Counteracts standard Bootstrap row side-margins */
    margin-right: 0 !important;
}

#Team-Band .team-image-col {
    padding-left: 0 !important;  /* Strips standard Bootstrap column gutters */
    padding-right: 0 !important;
    margin-bottom: 0 !important; /* Removes vertical gaps entirely */
    line-height: 0;              /* Prevents inline microscopic spacing issues at the bottom of images */
}

/* Enforces a perfect 1:1 square ratio */
#Team-Band .img-square-ratio {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover; 
    border-radius: 0;            /* Stripped border radius for a continuous block layout */
    display: block;
}

/* Optional clean layout line-up on hover */
#Team-Band .img-square-ratio:hover {
    opacity: 0.9;
    transition: opacity 0.2s ease-in-out;
}

/* Responsive adjustment rules for tablets and mobile */
@media(max-width: 991px) {
    #Team-Band .team-image-col {
        margin-bottom: 0 !important; /* Forces zero gap even when stacked 2x2 or 1x1 */
    }
}
/*------------- END TEAM IMAGES BAND -----------*/


/*---------- OFFICIAL STORE SECTION ------------*/
#Store-Section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url('/img/Store-BG.jpg') no-repeat center center scroll;
    background-size: cover;
    position: relative;
    font-family: "montserrat", sans-serif;
    overflow: hidden;
}

#Store-Section .container {
    position: relative;
    z-index: 2;
}

/* Small accent text above main header */
#Store-Section .store-tagline {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff5722; /* Use your brand accent color here */
    margin-bottom: 10px;
}

#Store-Section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#Store-Section p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 30px;
}

/* Enhances the default Bootstrap 3 button layout specifically for this block */
#Store-Section .btn-default {
    font-family: "montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 30px;
    transition: all 0.2s ease-in-out;
}

/* Clean UI layout for the feature image */
#Store-Section .store-feature-img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); 
    border-radius: 6px;
    width: 100%;
    max-width: 500px; 
}

/* Desktop Alignment Adjustment */
@media(min-width: 992px) {
    /* Aligns text and image vertically centered relative to each other */
    #Store-Section .vertical-align-row {
        display: flex;
        align-items: center;
    }
}

/* Responsive Adjustments for Tablets/Mobile */
@media(max-width: 991px) {
    #Store-Section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    #Store-Section .store-content-col {
        text-align: center;
        margin-bottom: 40px; 
    }
    
    #Store-Section p {
        font-size: 15px;
    }
    
    #Store-Section h2 {
        font-size: 28px;
    }
}
/*------------- END OFFICIAL STORE SECTION -----------*/





/*--------------- SERVICES ------------------*/
#services {
    padding-top: 30px;
    padding-bottom:40px;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
}
#services h2 {
    font-size: 30px;
    font-family: montserrat;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    color: #0d0d0d;
}
@media(max-width:768px) {
    #services h2 {
        font-size: 22px;
    }
}
#services p {
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    color: #0d0d0d;
}
@media(max-width:768px) {
    #services p {
        font-size: 16px;
    }
}

/*------------------ End Services ------------------*/

/*-------------- Flip Cards  -------------------*/
/* The container holding the card */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px; /* Removes the 3D effect if removed */
  margin: 0 auto;
}

/* This container is rotated when you hover over the flip-card */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* Important for the flip effect */
}

/* Style the front and back */
.flip-card-front {
  background-color: transparent;
  color: black;
}

.flip-card-back {
  background-color: #333;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
/*----------------------- END Flip Cards ---------------*/





/*-------------- Testimonial Slider ------------*/
#testimonials {
    padding-top: 30px;
    padding-bottom:40px;
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
}

.testimonial-card {
    padding: 40px;
    background: #fff;
    border: 1px solid #eee;
}

.stars {
    color: #FFD700; /* Gold color */
    margin-bottom: 15px;
    font-size: 1.2em;
}
#testimonials h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
    color: #0d0d0d;
}

.testimonial-card p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #0d0d0d;
}

.testimonial-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    color: #0d0d0d;
}
.swiper {
    width: 100%;
    padding: 40px 0;
}

.swiper-pagination-bullet-active {
    background: #333 !important; /* Matches your brand color */
}

/* Ensure cards are centered in the slide */
.swiper-slide {
    display: flex;
    justify-content: center;
}
/*------------- End Testimonial Slider -------------*/

/*---------------- FAQ -----------------*/
#faq {
    padding-top: 30px;
    padding-bottom:30px;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
}

.faq-item {
    margin-bottom: 30px;
}

#faq h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #0d0d0d;
}

#faq h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #0d0d0d;
}

#faq p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color:#0d0d0d;
}
/*------------------ End FAQ ------------------*/


/*------------------- Process Section -------------------*/
#process {
    padding-top: 30px;
    padding-bottom:30px;
    width: 100%;
    height: auto;
    background-color: #fff;
}

#process h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0d0d0d;
}

#process h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0d0d0d;
}

#process p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    padding: 0 15px;
    color: #0d0d0d;
}
/*----------------- End Process Section ------------------*/


/*------------------ Quote Band ---------------*/
#quote-band {
    padding-top: 30px;
    padding-bottom:0px;
    width: 100%;
    height: auto;
    background-color: #31019F;
}

#quote-band h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;       /* Lighter weight for an elegant look */
    font-size: 36px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: none;
}
@media(max-width:768px) {
    #quote-band h2 {
        font-size: 28px;
    }
}


/*------------------ End Quote Band -----------------*/

/*--------------- Contact Homepage ---------------*/
#contact {
    padding-top: 30px;
    padding-bottom:30px;
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
}

#contact h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
    color: #0d0d0d;
}

#contact p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
    color:#0d0d0d;
}

/* Style the inputs to match your clean aesthetic */
.form-control {
    border-radius: 0;
    border: 1px solid #0d0d0d;
    font-family: 'Montserrat', sans-serif;
}


/*---------------- End Contact Homepage ---------------*/


/*--------------- Maintenance and Support Section ----------*/
#maintenance {
    padding-top: 30px;
    padding-bottom:30px;
    width: 100%;
    height: auto;
    background-color: #f8f8f8;
}
#maintenance h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #0d0d0d;
    text-align: center;
    font-size: 30px;
}
#maintenance p {
    font-family: montserrat;
    font-weight: 400;
    color: #0d0d0d;
    text-align: center;
    font-size: 18px;
}

.service-box {
    padding: 30px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.service-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.service-box i {
    color: #0d0d0d;
    margin-bottom: 20px;
}

.service-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0d0d0d;
}

.service-box p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #0d0d0d;
}
/*---------------- End Maintenance and Support ----------------*/


footer {
    padding: 50px 0;
  background-color: #fff; 
}
footer h3 {
    font-size: 18px;
    font-family: montserrat;
    font-weight: 500;
    text-align: center;
    color: #0d0d0d;
}
footer p {
    margin: 0;
  font-size: 14px;
  font-family: montserrat;
  font-weight: 300;
  color: #0d0d0d;
}



body {
    width: 100%;
    height: 100%;
    font-family: montserrat;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #288DBC;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

.light {
    font-weight: 400;
}

.nav-justified {
width: 98%;
}
.nav-justified > li {
float: none;
}
@media (min-width: 768px) {

    .nav-justified {
        width: 97%;
    }
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid #0d0d0d ;
    text-transform: uppercase;
    font-family: Montserrat;
    background-color: #fff;
  
}

.navbar-custom .navbar-brand {
    font-weight: 700;
  text-transform:none;
  font-family: montserrat;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #0d0d0d;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #0d0d0d;
  font-weight: 500;
  font-size: 20px;
  font-family: montserrat;
  text-decoration:none;
  text-transform: none;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #a6a6a6;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #0d0d0d;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 0px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: #fff;
        border-bottom: 2px solid #0d0d0d;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #fff;
        border-bottom: 2px solid #0d0d0d;
    }
}




.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/header.jpg) no-repeat top center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
  font-family: montserrat;
  font-weight: 300;
}

@media(min-width:768px) {
    .intro {
        height: 70%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}



.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 30px;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #31019F;
    color: #fff;
    background-color: #31019F;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #0d0d0d;
    outline: 0;
    color: #000;
    background-color: #fff;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}



::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
