/* ==========================================================================
   GOLDEN INSIGNIA - UPDATED STYLES
   Google Fonts: Cinzel (headings) + Lato (body)
   ========================================================================== */

/* --------------------------------------------------------------------------
   TYPOGRAPHY - Google Fonts Integration
   -------------------------------------------------------------------------- */

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #ffd946;
    background-color: #000;
}

/* Headings - Cinzel */
h1, h2, h3, h4, h5, h6,
.title,
.footer-heading,
.navbar-nav > li > a {
    font-family: 'Cinzel', serif;
}

h1 { font-size: 42px; font-weight: 600; }
h2 { font-size: 32px; font-weight: 600; }
h3 { font-size: 24px; font-weight: 500; }
h4 { font-size: 20px; font-weight: 500; }

/* Section Titles */
.title {
    font-family: 'Cinzel', serif;
    color: #ffd946;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

/* Body Text - Lato */
p, li, span, a, input, textarea, button {
    font-family: 'Lato', sans-serif;
}

/* --------------------------------------------------------------------------
   NAVIGATION
   -------------------------------------------------------------------------- */

.navbar-white {
    background: rgba(0,0,0,1);
    height: 81px;
}

.navbar-white.scrolling {
    background: rgba(0,0,0,1);
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 250px;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 40px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    background: rgba(0,0,0,0);
    color: #ffd946;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.borbot .navbar-nav > li > a {
    color: #ffd946;
}

.nav > li > a:focus,
.nav > li > a:hover,
.navbar-nav > li > a:hover {
    color: #fff;
    background: rgba(0,0,0,0);
}

.active a {
    color: #fff;
    background: #000 !important;
}

.navbar {
    box-shadow: none;
}

.borbot {
    border-bottom: 1px solid rgba(255, 217, 70, 0.3);
}

/* Logo behavior on scroll */
.logo { }
.logot { opacity: 0; }
.scrolling { opacity: 1; }
.navbar-brand > img.scrolling-logo { display: none; }
.borbot .logo { display: none; }
.borbot .navbar-brand > img.scrolling-logo { display: block; }

/* --------------------------------------------------------------------------
   LINKS
   -------------------------------------------------------------------------- */

a {
    color: #dddddd;
    transition: color 0.3s ease;
}

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

/* --------------------------------------------------------------------------
   CAROUSEL / HEADER
   -------------------------------------------------------------------------- */

header#myCarousel {
    padding-top: 0px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-control {
    width: 10%;
    filter: alpha(opacity=10);
    opacity: .1;
}

.carousel-control:hover {
    filter: alpha(opacity=20);
    opacity: .2;
}

.carousel-control:focus {
    filter: alpha(opacity=15);
    opacity: 0.15;
}

.carousel.fade {
    opacity: 1;
}

.carousel.fade .item {
    transition: opacity ease-out .7s;
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}

.carousel.fade .item:first-child {
    top: auto;
    opacity: 1;
    position: relative;
}

.carousel.fade .item.active {
    opacity: 1;
}

.carousel-indicators {
    display: none;
}

/* --------------------------------------------------------------------------
   SECTIONS
   -------------------------------------------------------------------------- */

section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #000;
    color: #fff;
}

.about {
    background: #000;
    color: #fff;
}

#gallery {
    height: 100%;
    background: url(https://goldeninsignia.b-cdn.net/5_custom_made_family_seal_wax_stamp.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* --------------------------------------------------------------------------
   FOOTER - NEW ELEGANT DESIGN
   -------------------------------------------------------------------------- */

footer {
    background: linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%);
    color: #fff;
    padding: 0;
}

.footer-main {
    padding: 80px 0 60px 0;
    border-top: 1px solid rgba(255, 217, 70, 0.2);
}

/* Footer Brand Column */
.footer-brand {
    text-align: center;
    padding: 0 30px;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer-tagline {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.footer-divider {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffd946, transparent);
    margin: 20px auto;
}

.footer-heritage {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
}

.footer-heritage strong {
    color: #ffd946;
    font-weight: 600;
}

.footer-heritage .est {
    font-style: italic;
    color: rgba(255, 217, 70, 0.7);
}

/* Footer Headings */
.footer-heading {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffd946;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 217, 70, 0.2);
    text-align:center;
}

/* Footer Contact Column */
.footer-contact {
    padding: 0 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-item i {
    width: 36px;
    height: 36px;
    background: rgba(255, 217, 70, 0.1);
    border: 1px solid rgba(255, 217, 70, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffd946;
    font-size: 14px;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.contact-item:hover i {
    background: #ffd946;
    color: #000;
}

.contact-item span,
.contact-item a {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #ffd946;
}

.footer-languages {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.languages-title {
    font-family: 'Cinzel', serif;
    font-size: 12px;
    color: rgba(255, 217, 70, 0.8);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.languages-list {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}

.languages-note {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
}

/* Footer Form Column */
.footer-form-wrapper {
    padding: 0 30px;
}

.footer-form {
    width: 100%;
}

.form-row {
    margin-bottom: 12px;
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 217, 70, 0.2);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.form-input:focus {
    outline: none;
    border-bottom: 1px solid #ffd946 !important;
    background: rgba(255, 217, 70, 0.05);
    box-shadow: 0 1px 0 0 #ffd946 !important;
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-textarea {
    min-height: 80px;
    resize: vertical;
}

.captcha-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-row #captcha {
    width: 120px;
    height: 40px;
    border-radius: 4px;
}

.captcha-input {
    flex: 1;
}

.btn-submit {
    width: 100%;
    padding: 14px 24px;
    font-family: 'Cinzel', serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    background: linear-gradient(135deg, #ffd946 0%, #d4a84b 100%);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #fff 0%, #ffd946 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(255, 217, 70, 0.3);
}

.btn-submit i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.btn-submit:hover i {
    transform: translateX(5px);
}

/* Footer Bottom Bar */
.footer-bottom {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 217, 70, 0.1);
}

.copyright {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.footer-links {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    margin: 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffd946;
}

.link-divider {
    color: rgba(255, 255, 255, 0.2);
    margin: 0 10px;
}

/* --------------------------------------------------------------------------
   UTILITY CLASSES
   -------------------------------------------------------------------------- */

.m-0 { margin: 0px; }
.mb-0 { margin-bottom: 0px !important; }
.mb-1 { margin-bottom: 10px !important; }
.mb-2 { margin-bottom: 20px !important; }
.mt-0 { margin-top: 0px; }
.mt-1 { margin-top: 10px; margin-bottom: 5px; }
.mr-5 { margin-right: 15px; }
.pr-0 { padding-right: 0px; }
.pl-0 { padding-left: 0px; }
.p-0 { padding: 0px; }
.p-20 { padding: 25px; }

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify; }

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.uppercase { text-transform: uppercase; }

.white { color: white; }
a.white:hover, a.white:focus { color: #ddd; text-decoration: none; }

.red { color: #f2322d; }
.red-text { color: #f2322d; }

/* --------------------------------------------------------------------------
   GALLERY
   -------------------------------------------------------------------------- */

.thumbnail {
    margin-bottom: 30px !important;
    overflow: hidden;
    max-width: 355px;
    border-right-width: 4px;
    border-right-color: #fff;
    padding-right: 0px;
}

.thumbnail .caption {
    position: absolute;
    background: rgba(0,0,0,0.8);
    width: 326px;
    margin-top: -35px;
    text-align: center;
    text-transform: uppercase;
}

.galhead {
    position: absolute;
    z-index: 999;
    bottom: 0%;
    width: 100%;
    background: rgba(0,0,0,0.85);
}

.galhead h3 {
    font-family: 'Cinzel', serif;
    margin: 20px 0 15px 0px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

.img-fluid {
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}

.img-fluid:hover {
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.project-image a img { opacity: 0.85; }
.project-image a:hover img { opacity: 1; }
.full-opacity { opacity: 1; }

/* --------------------------------------------------------------------------
   TABLES
   -------------------------------------------------------------------------- */

.table { background: #fff; }
.table td, .table th { text-align: center; vertical-align: center; }
.table td.tal { text-align: left !important; }
.table td.tar { text-align: right !important; }
.table td.tac { text-align: center !important; }
.table tr:hover td { transition: background-color 0.10s ease; background: rgba(79,116,167,0.2); cursor: pointer; }
.table tr:hover td a { color: #000; cursor: pointer; }
.table tr:hover td a { color: #000; text-decoration: underline; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.tac { text-align: center !important; }

/* --------------------------------------------------------------------------
   LISTS
   -------------------------------------------------------------------------- */

ul { list-style-type: square; }

.col-md-4 ul, .col-md-3 ul {
    list-style-type: none;
    padding-left: 0;
}

.col-md-4 ul li, .col-md-3 li {
    margin-bottom: 7px;
}

ol { margin-top: 10px; padding-left: 27px; }
ol li { margin-bottom: 10px; }

/* --------------------------------------------------------------------------
   PRELOADER
   -------------------------------------------------------------------------- */

body {
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 99;
    display: none;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    background-image: url(https://goldeninsignia.b-cdn.net/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/* --------------------------------------------------------------------------
   RESPONSIVE ADJUSTMENTS
   -------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
    .footer-brand,
    .footer-contact,
    .footer-form-wrapper {
        text-align: center;
        margin-bottom: 40px;
        padding: 0 15px;
    }

    .contact-item {
        justify-content: center;
    }

    .footer-heading {
        text-align: center !important;
    }

    .footer-bottom .text-right {
        text-align: center !important;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .title {
        font-size: 22px;
        letter-spacing: 2px;
    }

    h1 { font-size: 32px; }
    h2 { font-size: 26px; }
    h3 { font-size: 20px; }

    .footer-main {
        padding: 50px 0 30px 0;
    }

    .navbar-nav > li > a {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 30px;
    }
}

/* --------------------------------------------------------------------------
   PARALLAX & MAP
   -------------------------------------------------------------------------- */

.parallax-window {
    min-height: 600px;
    background: transparent;
}

#map {
    height: 300px;
    width: 100%;
    position: absolute;
    left: 0%;
    margin-top: 115px;
}

.flex-center p {
  margin-bottom: 7px;
}
input[type="date"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="password"], input[type="search-md"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], textarea.md-textarea {
  width: 90%;
}
