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% ); background: linear-gradient( 90deg, #000 10%, rgba(0, 0, 0, 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; }

/* Breadcrumb */
.gm-breadcrumb { color: #fff; font-size: 14px; }
.gm-breadcrumb .breadcrumb-item a { color: inherit; text-decoration: none; }
.gm-breadcrumb .breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before { color: inherit; opacity: 0.8; }

@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-tab-wrapper .btn.show { background: inherit; color: inherit; }

/* 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-secondary-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.1s ease, box-shadow 0.1s 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: 14px; 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; }
}

.gm-desktop-menu { display: flex; flex-basis: auto; align-items: center; flex-grow: 1; }
.gm-mobile-menu-wrap,
.gm-mobile-humburger { display: none; }
@media ( max-width: 992px ) {
    .gm-desktop-menu { display: none; }
    .gm-mobile-menu-wrap { position: fixed; display: block; overflow-y : auto; top: 0px; left: -1000px; bottom: 0px; width: 100%; background-color: rgba(0, 0, 0, 0.2); z-index: 1021; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; transition: all 350ms linear; }
    .gm-mobile-menu-wrap.active { left: 0; }
    .gm-mobile-menu-wrap .gm-mobile-menu { background-color: #fff; width: 100%; max-width: 300px; height: 100%; padding: 0px 0px 80px 0px; overflow-y: auto; }
    .gm-mobile-menu-wrap .--children-dropdown{ display: none; padding: 0 20px; }
    .gm-mobile-menu-wrap .--children-dropdown .--children-dropdown { padding: 0; }
    .gm-mobile-menu-wrap .--parent-item { display: flex; justify-content: space-between; align-items: center; padding: 0 20px; }
    .gm-mobile-menu-wrap .--children .--parent-item { padding: 0; }
    .gm-mobile-menu-wrap .--parent-item  .--icon { width: 20px; text-align: center; cursor: pointer; transform: rotate(-90deg); transition: all 300ms linear; }
    .gm-mobile-menu-wrap .--parent-list.active > .--parent-item  .--icon,
    .gm-mobile-menu-wrap .--parent-list.active li.active > .--parent-item  .--icon{ transform: rotate(0deg); }
    
    .gm-mobile-menu-wrap ul { list-style: none; padding-left: 0; }
    .gm-mobile-menu-wrap li + li { border-top: 1px solid rgba(35, 35, 35, 0.1); }
    .gm-mobile-menu-wrap li a { padding: 10px 0; display: block; font-size: inherit; color: inherit; text-decoration: none; }
    .gm-mobile-menu-wrap ul.--parent { font-size: 14px; font-weight: 500; color: #3a4047; }
    .gm-mobile-menu-wrap ul ul { padding-left: 10px; font-size: 13px; }
    .gm-mobile-menu-wrap ul ul li a { padding-top: 8px; }
    
    .gm-mobilemenu-close { display: flex; align-items: center; justify-content: center; cursor: pointer; background: #fff; width: 50px; height: 50px; color: #000; transition: all 350ms ease-out; }
	.menu-icon {display: inline-block;vertical-align: middle;width: 27px;height: 27px;margin-right: 8px;}
	.gm-mobile-logo-wrap { display: flex; gap: 5px; justify-content: space-between; align-items: center; padding: 10px 15px; border-bottom: 1px solid #ccc; position: -webkit-sticky; position: -moz-sticky; position: sticky; top: 0px; z-index: 3; background: #fff; box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; }
	.gm-mobile-logo-wrap .logo { max-width: 120px; }
	.gm-mobile-humburger { display: block; border: 0; padding: 5px; border-radius: 5px; background: #e8e8e8; }
}