/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
   color: #fc0303; font-size: 36px; font-family: 'Josefin Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold; padding: 20px;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer .copyright {
    margin: 0;
    padding: 20px 0;
}

ul.icons {
    padding: 20px 0;
    list-style: none;
}

ul.icons li {
    display: inline-block;
    padding: 0 1.25em 0 0;
    font-size: 1.75em;
}

ul.icons li a {
    text-decoration: none;
}
.brand {
    display: block;
    margin: 0 auto;
    padding: 40px 20px 20px;
    text-align: center;
    font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(22px, 4vw, 42px);
    line-height: 1.3;
    color: #ffffff;
    max-width: 900px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.address-bar {
    display: block;
    margin: 0 auto;
    padding: 10px 20px 25px;

    text-align: center;

    font-size: clamp(13px, 1.5vw, 16px);
    font-weight: 400;
    line-height: 1.6;

    color: rgba(255, 255, 255, 0.9);

    /* Reduce harsh spacing */
    letter-spacing: 0.5px;

    /* Improve readability */
    max-width: 900px;

    /* Subtle modern shadow */
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.clock-container {
    display: flex;
    flex-wrap: wrap;        /* Wrap to new line if needed */
    justify-content: center; /* Horizontal centering */
    gap: 20px;               /* Space between clocks */
    padding: 20px 0;
}
.wgi-list {
    list-style-type: none;          /* Remove default bullets */
    padding-left: 0;                /* Remove default padding */
    font-family: 'Josefin Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 2em;
    color: #333;
}

.wgi-list li {
    position: relative;
    padding-left: 30px;            /* Space for custom bullet */
    margin-bottom: 10px;
}

/* Custom red checkmark bullet */
.wgi-list li::before {
    content: "✔";                  /* Unicode checkmark */
    position: absolute;
    left: 0;
    top: 0;
    color: #fc0303;
    font-weight: bold;
}
/* Logos */
.logo-container {
    text-align: center;
    margin: 20px 0;
}
.logo-img {
    max-width: 100%;
    width: 400px;
    height: auto;
}

/* Countdown Timer */
.countdown-timer {
    display: block;
    text-align: center;
    margin: 20px auto;
    font-weight: bold;
}

/* Main content */
.wgi-content {
    font-family: 'Josefin Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.05em;
    line-height: 1.8em;
    color: #333;
}

/* Features list */
.wgi-features {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

/* Documents list */
.wgi-documents {
    list-style-type: none;
    padding-left: 0;
}
.wgi-documents li {
    margin-bottom: 10px;
}

/* Golden Rules */
.wgi-rules {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
}

/* Headings */
.wgi-content h3 {
    color: #fc0303;
    margin-top: 30px;
    margin-bottom: 15px;
}
.contact-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    max-width: 900px;
    margin: 32px auto;
}

.custom-input {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    font-size: 15px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.custom-input:focus {
    border-color: #0066ff;
    box-shadow: 0 0 0 3px rgba(0,102,255,0.1);
    outline: none;
}

.custom-primary-btn {
    background: #0066ff;
    color: #fff;
    padding: 12px 40px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    transition: 0.3s ease;
    margin-top: 32px;
}

.custom-primary-btn:hover {
    background: #004bcc;
}

.custom-secondary-btn {
    background: #f5f7fa;
    border: 1px solid #dce1e7;
    border-radius: 8px;
    padding: 12px;
    font-weight: 500;
    transition: 0.3s ease;
}

.custom-secondary-btn:hover {
    background: #e9edf2;
}
.map-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: #0066ff;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    z-index: 999;
}

.back-to-top:hover {
    background: #004bcc;
    transform: translateY(-3px);
}
.myimg{
    width: 836px;
    height: auto;
}
.mylogo{
    width: 400px;
    height: auto;
}
/* Style for the heading */
.motto-heading {
    font-size: 2em;          /* Main heading size */
    line-height: 1.3;        /* Spacing between lines */
    margin: 40px 0;          /* Space above and below */
}

/* Style for the second line */
.motto-heading .motto-line {
    display: block;           /* Forces new line */
    font-size: 1.2em;         /* Slightly smaller than main heading */
    font-weight: 500;         /* Medium weight */
    color: #CE93D8;           /* Optional color for emphasis */
    max-width: 60%;            /* Make it only 60% width for styling */
    margin: 10px auto 0 auto;  /* Center it horizontally with margin */
    text-align: center;       /* Ensure centered text */
}
.mycol{
    display: flex;
    justify-content: center;
}
.mycol svg{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .row {
    margin-right: 0!important;
    margin-left: 0 !important;
}
.myimg{
    width: 100%;
    height: auto;
}
.mylogo{
    width: 100%;
    height: auto;
}
.mynavbar-brand {
    padding: 15px 15px;
    font-size: 18px;
    margin-bottom: 16px;
}
.wgi-content h3 {
    font-size: 19px;
}
p {
    font-size: 16px;
    line-height: inherit;
    color: #000;
}
}
@media screen and (min-width:768px) {
 

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }
    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
@media (max-width: 576px) {
    .brand {
        padding: 30px 15px 15px;
        font-size: 20px;
        line-height: 1.4;
    }
    .address-bar {
        padding: 8px 15px 20px;
        font-size: 13px;
        line-height: 1.5;
    }
}