:root {
  --insur-font: "Outfit", sans-serif;
  --insur-font-two: "Poppins", sans-serif;
  --insur-gray: #6B7B8D;
  --insur-gray-rgb: 107, 123, 141;
  --insur-base: #1B5AAF;
  --insur-base-rgb: 27, 90, 175;
  --insur-black: #0F2A4A;
  --insur-black-rgb: 15, 42, 74;
  --insur-primary: #E8F0FE;
  --insur-primary-rgb: 232, 240, 254;
  --insur-extra: #F0F5FF;
  --insur-extra-rgb: 240, 245, 255;
  --insur-bdr-color: #B8D4F0;
  --insur-bdr-color-rgb: 184, 212, 240;
}

.row {
  --bs-gutter-x: 36px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
  }
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  background-color: var(--insur-base);
}

.mobile-nav__contact li > i {
  background-color: var(--insur-base);
}

.thm-btn-three {
  background-color: var(--insur-base);
}

.thm-btn-three:hover {
  background-color: #143F7A;
}

/* Art gallery specific styles */
.main-slider-six__content {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.section-title-four__tagline {
  color: var(--insur-base);
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}

.feature-six__icon span {
  color: var(--insur-base);
}

.counter-three__icon span {
  color: #fff;
}

.services-six__single:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

/* Elegant gallery hover effect */
.service-one__img img {
  transition: transform 0.5s ease;
}

.services-one__single:hover .service-one__img img {
  transform: scale(1.05);
}

/* Footer subtle gradient */
.site-footer {
  background-color: #0F2A4A;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Mobile menu - white text */
.mobile-nav__content {
  background-color: #0F2A4A;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  color: #fff !important;
}

.mobile-nav__content .mobile-nav__contact li,
.mobile-nav__content .mobile-nav__contact li a {
  color: #fff !important;
}

.mobile-nav__container .mobile-nav__close {
  color: #fff;
}

/* Footer - white text */
.site-footer,
.site-footer p,
.site-footer a,
.site-footer li,
.site-footer .text p,
.site-footer .footer-widget__about-text,
.site-footer .footer-widget__title,
.site-footer .footer-widget__contact-list .text p,
.site-footer .footer-widget__contact-list .text p a,
.site-footer .footer-widget__phone-text a,
.site-footer .footer-widget__phone-text p,
.site-footer .footer-widget__open-hour-title,
.site-footer .footer-widget__open-hour-text,
.site-footer .site-footer__bottom-text,
.site-footer .footer-widget__gallery ul li a {
  color: #fff !important;
}

.site-footer a:hover {
  color: #B8D4F0 !important;
}

.site-footer .footer-widget__contact-list .icon span {
  color: var(--insur-base) !important;
}

/* Page header overlay for art feel */
.page-header-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(15, 42, 74, 0.85), rgba(27, 90, 175, 0.7));
}
