/* Adjust Top Nav Width */
@media (min-width: 992px) and (max-width: 1199px) {
        #header .header-nav-main nav > ul > li > a {
                padding: 0.5rem 0.6rem !important;
        }

	.header-logo {
                width: 200px !important;
                height: 42px !important;
        }

        .header-logo img {
                width: 200px !important;
                height: 42px !important;
        }
}

/* Testimonial stars gold */
.custom-list-1 li {
        line-height: 45px;
}

.fa-star {
  color: gold;
}

/* Google Map on Contact page */
  .google-maps {
    position: relative;
    padding-bottom: 50%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

/* Main body font */
body {
	background-color: #FFF;
	color: #777;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 15px;
	line-height: 26px;
	margin: 0;
}

.testimonial blockquote {
    padding: 2.5rem 2rem 2.5rem 3.5rem !important;
}

.testimonial blockquote:before {
    left: 12px !important;
    top: 12px !important;
    font-size: 70px !important;
}
.testimonial blockquote p {
	color: #FFF;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 1em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #212529;
	font-weight: 200;
	letter-spacing: -.05em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 2.6em;
	line-height: 44px;
	margin: 0 0 32px 0;
}

h2 {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 42px;
	margin: 0 0 32px 0;
}

h3 {
	font-size: 1.8em;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 33px;
}

h4 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 27px;
	margin: 0 0 14px 0;
}

h5 {
	font-size: 1em;
	font-weight: 600;
	line-height: 18px;
	margin: 0 0 14px 0;
}

h6 {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 14px 0;
}

h1.big {
	font-size: 4.2em;
	line-height: 54px;
}

h1.small {
	font-size: 2.2em;
	line-height: 42px;
	font-weight: 600;
}

h1.short {
	margin-bottom: 15px;
}

h2.short {
	margin-bottom: 15px;
}

h3.short,
h4.short,
h5.short,
h6.short {
	margin-bottom: 9px;
}

h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
	margin-bottom: 0;
}

h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
	margin-bottom: 33px;
}

h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
	margin-bottom: 44px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
	margin-top: 22px;
}

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
	margin-top: 44px;
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
	color: #212529;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	color: #FFF;
}

h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
/* Headings */


/* Store page table spacing */
.accordion.accordion-modern-status > .card .card-header a {
	position: relative;
	padding: 23px 30px;
	background-color: #f4f4f4;
	transition: ease background-color 300ms, ease color 300ms;
}

html.dark .page-header {
	border-bottom-color: #2c3237;
}

/* Compare Us vs Them Table */
html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
	border-color: #2c3237;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #333940;
}

/* Top of page box with text and carousel sizing */
.custom-carousel {
    height: auto !important;
    max-height: 520px !important;
    overflow: hidden !important;
    margin: 0 !important;
}

/* Footer text color 2024-05 */
#footer a {
    color: #C0C0C0 !important;
}

#footer a:hover {
    color: #FFF !important;
}

#footer .social-icons li a {
	color: #333 !important;
}

#footer .social-icons li a:hover {
	color: #111 !important;
}

#footer .footer-copyright p {
	color: #C0C0C0 !important;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

/* FAQ Line Spacing 2025-04 */

.accordion > .card {
    margin-bottom: 10px;
}

/* Image Gallery copied from theme-elements 2025-08-22*/
/* Image Gallery */
ul.image-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.image-gallery .image-gallery-item {
	margin-bottom: 35px;
}

/* Notice Bar Sticky 2025-10 */

.notice-top-bar {
    z-index: 9999;





}
