img { max-width: 100%; height: auto; }
@media (min-width: 1280px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1240px; }
}
@media (min-width: 1320px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1280px; }
}
@media (min-width: 992px) {
    .sticky-column { position: sticky; top: 90px; }
}
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.gm-box-shadow { box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
.gm-btn { background: rgb(var(--bs-primary-rgb)); color: #fff; border-radius: 50px; padding: 12px 26px; font-size: 14px; transition: all 300ms ease; font-weight: 700; }
.gm-btn:hover { background: rgb(var(--bs-secondary-rgb)); color: #fff; }
.gm-float-animation,
.gm-float-down-animation { transition-duration: .3s; transition-property: all; transition-timing-function: ease-out; }
.gm-float-animation:hover { transform: translateY(-8px); }
.gm-float-down-animation:hover { transform: translateY(8px); }
.section-padding,
.section-padding-top { padding-top: 40px; }
.section-padding,
.section-padding-bottom{ padding-bottom: 40px; }
.section-margin,
.section-margin-top { margin-top: 40px; }
.section-margin,
.section-margin-bottom{ margin-bottom: 40px; }
.hero-title { font-size: 56px; font-weight: 800; line-height: 1.1; letter-spacing: -1px; }
.section-heading { font-size: 40px; font-weight: 800; }
.hero-sub { font-size: 16px; }
.hero-section { min-height: 500px; display: flex; align-items: center; padding-top: 90px; padding-bottom: 30px; }
.hero-section::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: linear-gradient( 90deg, #0b3a5b 10%, rgba(6, 25, 38, 0.5) 50%, rgba(0, 0, 0, 0.5) 100% ); }
.video-wrapper,
.gm-slider-wrapper { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; }
.gm-slider-wrapper .gmBannerSlider { height: 100%; }
.video-wrapper video,
.gm-slider-wrapper img{ max-width: 100%; height: 100%; width: 100%; object-fit: cover; }
.hero-section .content { color: #fff; position: relative; z-index: 2; }
.bg-image-absolute { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; z-index: 1; }
.bg-image-absolute img { width: 100%; height: 100%; object-fit: cover; border-radius: 25px; }
.gm-background-image { background-size: cover; background-position: center; background-repeat: no-repeat; }
.gm-loading-dots { display: flex; gap: 6px; align-items: center; padding: 15px; }
.gm-loading-dots span { width: 8px; height: 8px; background-color: #97C89D; border-radius: 50%; animation: gm-loading-dots 1s infinite ease-in-out; padding: 0; }
.gm-loading-dots span:nth-child(2) { animation-delay: 0.2s; }
.gm-loading-dots span:nth-child(3) { animation-delay: 0.4s; }
/* Keyframe Animation */
@keyframes gm-loading-dots {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}

.gm-overlay { content: ''; background: rgba(0, 0, 0, 0.5); position: fixed; inset: 0px 0 0 0; z-index: 4; visibility: hidden; opacity: 0; transition: all 300ms ease; }
.gm-overlay.active { visibility: visible; opacity: 1; }

.pagination { justify-content:center; margin-top:30px; border-radius: 0.25rem; overflow-x: auto; }
.pagination li{margin:0 5px}
.pagination a,
.pagination span{color: rgb(var(--bs-primary-rgb)); padding: 5px 10px; font-size: 14px; font-weight:400; line-height: 20px; text-decoration:none; background-color:#fff; border:1px solid #ddd; min-width: fit-content; }
.pagination .current{z-index:2;color:#fff;background-color: rgb(var(--bs-primary-rgb));border-color: rgb(var(--bs-primary-rgb))}
.pagination a:hover,
.pagination span:hover{ color:#fff; background-color: rgb(var(--bs-primary-rgb)); border-color: rgb(var(--bs-primary-rgb)); }
.pagination .disabled a,
.pagination .disabled span{color:#6c757d;pointer-events:none;background-color:#fff; border-color:#ddd}
.pagination .first,
.pagination .last{font-size:1.25rem;font-weight:bold}
.pagination .prev,
.pagination .next { font-size: 12px; font-weight: 600; }
.page-numbers:first-child { border-radius: 4px 0 0 4px; }
.page-numbers:last-child { border-radius: 0 4px 4px 0; }

.gm-slider-nav button { background: transparent; border: 1px solid rgba(255,255,255,0.4); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.gm-slider-nav button:hover { border-color: #fff; }

@media (max-width: 991px) {
    .hero-title { font-size: 40px; }
    .section-heading { font-size: 36px; }
}
@media (max-width: 768px) {
    .hero-section { min-height: 400px; padding-bottom: 20px; padding-top: 120px; }
    .hero-title { font-size: 30px; }
    .hero-sub { font-size: 14px; }
    .section-heading { font-size: 26px; }
    .section-padding,
    .section-padding-top{ padding-top: 20px; }
    .section-padding,
    .section-padding-bottom { padding-bottom: 20px; }
    .section-margin,
    .section-margin-top { margin-top: 20px; }
    .section-margin,
    .section-margin-bottom{ margin-bottom: 20px; }
}
@media (max-width: 640px) {
  .hero-title { font-size: 24px; }
  .section-heading { font-size: 22px; }
}

.dropdown-item.active, 
.dropdown-item:active { background-color: rgb(var(--bs-primary-rgb)); }

/* GM Form CSS */
.form-control::placeholder { font-weight: 600; }
.gm-contact-form { padding-left: 10px; padding-right: 10px; }
.gm-form-consent { font-size: 12px; margin-bottom: 30px; }
.gm-form-consent a { color: inherit; }
.gm-form-consent a:hover{color: rgb(var(--bs-primary-rgb));}
.gm-custom-select { position: relative; cursor: pointer; }
.gm-select-selected::after { content: "▼"; float: right; font-size: 11px; margin-top: 3px; }
.gm-select-items { display: none; position: absolute; left: 0; right: 0; background: #fff; border: 0px solid #ddd; max-height: 200px; overflow-y: auto; z-index: 10; padding: 0; margin: 0; list-style: none; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); border-radius: 0 0 5px 5px; }
.gm-custom-select.active .gm-select-items { display: block; }
.gm-select-items li { padding: 10px; cursor: pointer; color: #181818; font-size: 13px; line-height: 16px; font-weight: 500; }
.gm-select-items li + li { border-top: 1px solid #f1f1f1; }
.gm-select-items li:hover { background: #f1f1f1; }
.gm-select-items li.selected { background: #f1f1f1; }
.gm-select-open .gm-select-items { display: block; }
.gm-contact-form .form-control { border-radius: 0; font-size: 13px; padding: 10px; }
.gm-contact-form.transparent-field-bg input,
.gm-contact-form.transparent-field-bg select,
.gm-contact-form.transparent-field-bg .gm-select-selected { background: transparent; outline: 0; box-shadow: 0 0 0 0; }
.gm-contact-form.input-white input,
.gm-contact-form.input-white select,
.gm-contact-form.input-white .gm-select-selected,
.gm-contact-form.input-white input::placeholder { color: #fff; }
.gm-contact-form.input-border-bottom input,
.gm-contact-form.input-border-bottom select,
.gm-contact-form.input-border-bottom .gm-select-selected { border-width: 0 0 1px 0; padding-left: 0; box-shadow: 0 0 0 0; }
.gm-contact-form.input-border-bottom.input-white input,
.gm-contact-form.input-border-bottom.input-white select,
.gm-contact-form.input-border-bottom.input-white .gm-select-selected { border-color: #4B4E50; }
.gm-contact-form.input-border-bottom.input-white input:focus,
.gm-contact-form.input-border-bottom.input-white select:focus,
.gm-contact-form.input-border-bottom.input-white .gm-select-selected:focus { border-color: #737473; }
.gm-contact-form.input-round input { padding: 14px 18px; border-radius: 30px; border: none; background: #f2f2f2; }
.gm-contact-form.btn-full .gm-btn{ width: 100%; }

.gm-has-dropdown { position: relative; }
.gm-dropdown-menu { position: absolute; top: 100%; left: 0; background: #fff; min-width: 210px; padding: 0; list-style: none; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.25s ease; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; border-radius: 0 0 5px 5px; border-color: #4a6bdf; border-width: 4px 0 0 0; max-height: 240px; overflow-y: auto; }
.gm-has-dropdown:hover > .gm-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.navbar-expand-lg .navbar-nav .gm-dropdown-link { padding: 9px 14px; display: block; color: #000; font-size: 14px; line-height: 16px; }
.navbar-expand-lg .navbar-nav .gm-dropdown-link:hover,
.navbar-expand-lg .navbar-nav .current-menu-item > .gm-dropdown-link { background: rgb(var(--bs-primary-rgb)); color: #fff; }
.gm-menu-arrow { display: inline-block; margin-left: 6px; transition: transform 0.3s; }
.gm-has-dropdown:hover .gm-menu-arrow { transform: rotate(180deg); }
.gm-dropdown-menu li + li { border-top: 1px solid #ccc; }

.gm-header-sticky { position: sticky; position: -webkit-sticky; position: -moz-sticky; top: 0; z-index: 1020; }
header .gm-brand-info { font-size: 14px; font-weight: 600; }
header .custom-logo-link img { max-width: 140px; }
.gm-header { font-size: 14px; }
.gm-header > nav { background: #fff; transition: background-color 0.3s ease, box-shadow 0.3s ease; }
.gm-header.header-transparent > nav { background: transparent; margin-bottom: -92px; }
.gm-header #gmPrimaryNav a.nav-link:not(.gm-dropdown-link) { color: inherit; padding-top: 27px; padding-bottom: 27px; text-transform: uppercase; font-size: 13px; font-weight: 700; position: relative; z-index: 2; }
.gm-header.header-transparent #gmPrimaryNav a.nav-link:not(.gm-dropdown-link) { color: #d7d7d7; transition: all 300ms linear; }
.gm-header.header-transparent #gmPrimaryNav a.nav-link:not(.gm-dropdown-link):hover,
.gm-header.header-transparent #gmPrimaryNav .current_page_item a.nav-link:not(.gm-dropdown-link),
.gm-header.header-transparent #gmPrimaryNav .current_page_ancestor a.nav-link:not(.gm-dropdown-link){ color: #fff; }
.gm-header.scrolled > nav { background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.15); }
.gm-header.scrolled #gmPrimaryNav a.nav-link:not(.gm-dropdown-link) { color: #000000a8; }
.gm-header.scrolled #gmPrimaryNav a.nav-link:not(.gm-dropdown-link):hover,
.gm-header.scrolled #gmPrimaryNav .current_page_item a.nav-link:not(.gm-dropdown-link),
.gm-header.scrolled #gmPrimaryNav .current_page_ancestor a.nav-link:not(.gm-dropdown-link){ color: rgb(var(--bs-primary-rgb)); }
.gm-footer { background: radial-gradient(circle at right, #1a1a1a, #000); padding-top: 80px; margin-top: -70px; }
.gm-footer p, 
.gm-footer ul { font-size: 13px; font-weight: 600; }
.gm-footer a { color: #fff; text-decoration: none; }
.gm-footer a:hover { color: rgb(var(--bs-secondary-rgb))}
.gm-footer .gm-footer-top { padding-top: 40px; padding-bottom: 30px; }
.gm-footer .gm-copyright { border-top: 1px solid #3b3b3b; padding: 15px 0; font-size: 13px; font-weight: 600; }
.footer-title { font-weight: 700; font-size: 20px; margin-bottom: 1rem; color: rgb(var(--bs-secondary-rgb)); }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links-inline li{ display: inline-block; margin: 0 5px; }
.footer-links-inline li + li:before {content: '';border-left: 1px solid;padding-left: 11px;margin-right: -3px;}
.footer-social { margin-top: 30px; }
.footer-social .social-icon { width: 36px; height: 36px; border-radius: 50%; background: #fff; color: #000; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; }
.footer-social .social-icon:hover { color: #fff; background: rgb(var(--bs-secondary-rgb)); }
.footer-contact li { margin-bottom: 0.75rem; }
.min-vh-50 { min-height: 50vh; }

@media (max-width: 768px) {
    header .custom-logo-link img { max-width: 90px; }
}
