@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Thin.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Black.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Thin.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-ExtraBold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Black.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-ExtraBold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Bold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Medium.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Bold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Light.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Medium.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Light.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "MADE TOMMY", sans-serif;
  line-height: 1.6;
  color: #12244B;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-bar {
  background-color: #D47E2E;
  color: #fff;
  padding: 8px 0;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #173650;
}
.top-bar img {
  top: 3px;
  position: relative;
}
.top-bar-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.top-bar a {
  color: #fff;
  text-decoration: none;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.header {
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 5px solid #D47E2E;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #173650;
}
.logo-icon {
  width: 40px;
  height: 40px;
  background-color: #173650;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.nav-desktop {
  display: none;
}
.nav-desktop ul {
  display: flex;
  list-style: none;
  gap: 25px;
  align-items: center;
}
.nav-desktop .nav-buttons {
  position: relative;
}
.nav-desktop .nav-buttons:not(.has-submenu) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}
.nav-desktop .nav-buttons:not(.has-submenu) a {
  text-align: center;
  white-space: nowrap;
}
.nav-desktop .nav-dropdown-toggle {
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
}
.nav-desktop .nav-dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
}
.nav-desktop .nav-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 8px 0;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
  align-items: stretch;
}
.nav-desktop .nav-buttons:hover .nav-dropdown-menu,
.nav-desktop .nav-buttons:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-desktop .nav-dropdown-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 16px;
  white-space: nowrap;
  color: #12244B;
  text-align: left !important;
  text-decoration: none;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  transition: background-color 0.3s, color 0.3s;
}
.nav-desktop .nav-dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #173650;
  flex: 0 0 18px;
}
.nav-desktop .nav-dropdown-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.nav-desktop .nav-dropdown-menu li {
  text-align: left;
}
.nav-desktop .nav-dropdown-menu li a {
  text-align: left;
}
.nav-desktop .nav-dropdown-link:hover {
  background-color: #F6F6F6;
  color: #D47E2E;
}
.nav-desktop .nav-dropdown-divider {
  height: 1px;
  background-color: #E5E5E5;
  margin: 8px 0;
  width: 100%;
}
.nav-desktop .nav-avatar {
  display: inline-flex;
  align-items: center;
}
.nav-desktop .nav-avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.nav-desktop .nav-dropdown-label {
  display: inline-block;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #12244B;
}
.nav-desktop .nav-dropdown-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
}
.nav-desktop .nav-user-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav-desktop .nav-user-name {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #12244B;
}
.nav-desktop .nav-user-email {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
}

.nav-desktop > ul > li {
  position: relative;
}
.nav-desktop a {
  text-decoration: none;
  color: #12244B;
  font-size: 15px;
  transition: color 0.3s;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.nav-desktop a:hover {
  color: #D47E2E;
}
.nav-desktop .has-submenu {
  position: relative;
}
.nav-desktop .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px 0;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nav-desktop .submenu li {
  padding: 0;
  width: 100%;
}
.nav-desktop .submenu a {
  display: block;
  padding: 10px 20px;
  color: #12244B;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
}
.nav-desktop .submenu a:hover {
  background-color: #F6F6F6;
  color: #D47E2E;
}
.nav-desktop .has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-primary {
  background-color: #D47E2E;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
}

.btn-secondary {
  background-color: #173650;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s;
}
.btn-secondary:hover {
  background-color: #0f2840;
}

.btn-outline {
  background-color: transparent;
  color: #fff;
  padding: 12px 13px;
  border: 2px solid #fff;
  border-radius: 7px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  text-transform: uppercase;
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 16px;
}
.btn-outline.secondary {
  background: #173650;
  color: #FFF;
}
.btn-outline.secondary > img {
  filter: brightness(1);
}
.btn-outline.dark {
  color: #1a3a52;
  border-color: #1a3a52;
}
.btn-outline.dark > img {
  filter: brightness(0);
}
.btn-outline img {
  top: 2px;
  position: relative;
}

.dotted {
  position: relative;
  margin-top: 1em;
  overflow-x: hidden;
}
.dotted a {
  position: relative;
  z-index: 1;
}
.dotted > img {
  pointer-events: none;
  z-index: 0;
}
.dotted.right {
  padding-bottom: 2em;
  overflow-y: hidden;
}
.dotted.right > img {
  position: relative;
  top: 49px;
  right: 100px;
}
.dotted.middle {
  max-width: 300px;
}
.dotted.middle > img {
  position: relative;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.menu-toggle {
  display: block;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #173650;
}

.offcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}
.offcanvas.active {
  right: 0;
}
.offcanvas-header {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #173650;
}
.offcanvas-body {
  padding: 20px;
}
.offcanvas-body ul {
  list-style: none;
}
.offcanvas-body > ul > li {
  margin-bottom: 15px;
}
.offcanvas-body a {
  text-decoration: none;
  color: #12244B;
  font-size: 16px;
  display: block;
  padding: 10px 12px;
}
.offcanvas-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.has-submenu-mobile {
  position: relative;
}
.has-submenu-mobile > .submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.has-submenu-mobile .arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.has-submenu-mobile.active .arrow {
  transform: rotate(-180deg);
}
.has-submenu-mobile.active .submenu-mobile {
  max-height: 200px;
}

.submenu-mobile {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 20px;
}
.submenu-mobile li {
  margin-bottom: 10px;
}
.submenu-mobile a {
  padding: 8px 12px;
  font-size: 15px;
  color: #666;
}
.submenu-mobile a:hover {
  color: #D47E2E;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 999;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.btn-line {
  margin-left: 8px;
  margin-right: 8px;
}

.hero {
  background: url("../media/header-bg.png") no-repeat center center/cover;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 90px 0;
  border-bottom: 5px solid #D47E2E;
}
.hero > .container {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.hero-tag {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #D47E2E;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

h1 {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 78px;
}

h2 {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 39px;
  margin-top: 25px;
  margin-bottom: 25px;
}

p.lead {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 37px;
}

p {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
}

.section {
  padding: 60px 0;
}
.section-tag {
  color: #D47E2E;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.two-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.two-column.reverse {
  flex-direction: column;
}

.column {
  flex: 1;
}

.image-placeholder {
  width: 100%;
  height: 300px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.image-placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.play-button::after {
  content: "▶";
  color: #173650;
  font-size: 20px;
  margin-left: 4px;
}

.name-tag {
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 4px;
  font-weight: bold;
  color: #173650;
}

.quote {
  margin: 20px 0;
  font-family: "Raleway";
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #D47E2E;
}

.bg-light {
  background-color: #F6F6F6;
}

.stats-box {
  background-color: #D47E2E;
  color: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  bottom: -30px;
  right: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.stats-box .number {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.stats-box .label {
  font-size: 16px;
  margin-top: 10px;
}

.state-list {
  list-style: none;
  margin-top: 20px;
}
.state-list li {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 4px solid #D47E2E;
  font-size: 16px;
  margin-bottom: 1em;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #12244B;
}
.state-list .count {
  font-weight: bold;
  color: #173650;
  background: #FFF;
  padding: 4px;
  position: relative;
  top: 20px;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  color: #12244B;
  padding-left: 10px;
}

.cta-section {
  text-align: center;
  padding: 80px 0;
  background-color: #F6F6F6;
}
.cta-section h2 {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 39px;
  text-align: center;
  color: #12244B;
}
.cta-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
.cta-section .subtitle {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 600;
  font-size: 47px;
  line-height: 39px;
  text-align: center;
  color: #D47E2E;
}

.footer {
  background-color: #2b2b2b;
  color: #fff;
}
.footer .top-footer {
  padding: 25px 0;
}
.footer .top-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.footer .top-footer .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.footer .top-footer .col img {
  max-width: 280px;
  height: auto;
}
.footer .top-footer .vertical-line {
  display: none;
}
.footer .top-footer .vertical-line img {
  height: 200px;
  width: auto;
}
.footer .top-footer .contact-detail {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.footer .top-footer .contact-detail img {
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
.footer .top-footer .contact-detail a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.footer .top-footer .contact-detail a:hover {
  color: #fff;
}
.footer .top-footer .social-media {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.footer .top-footer .social-media a {
  display: inline-block;
  transition: transform 0.3s ease;
}
.footer .top-footer .social-media a:hover {
  transform: translateY(-3px);
}
.footer .top-footer .social-media a img {
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
.footer .bottom-footer {
  background-color: #1a1a1a;
  padding: 25px 0;
}
.footer .bottom-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.footer .bottom-footer a {
  color: #666;
  text-decoration: underline;
  font-size: 14px;
  transition: color 0.3s ease;
  display: block;
}
.footer .bottom-footer a:hover {
  color: #fff;
}
.footer .bottom-footer span {
  color: #666;
  font-size: 14px;
  display: block;
}

.img-container {
  position: relative;
  width: 100%;
  height: auto;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

.p-light * {
  color: #555555;
}

.chapter-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2em;
  margin: 30px 0;
}

.tab-btn {
  background-color: #D47E2E;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 7px;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tab-btn:hover {
  background-color: #173650;
}

.chapter-section {
  margin-top: 40px;
}

.state-heading {
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 32px;
  color: #12244B;
  margin: 30px 0 20px 0;
  margin-bottom: 0px;
  border-bottom: 3px solid #D47E2E;
}

.chapter-list {
  display: flex;
  flex-direction: column;
}

.chapter-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #F6F6F6;
  border-radius: 4px;
  flex-wrap: wrap;
  gap: 15px;
}
.chapter-item:nth-child(even) {
  background-color: #fff;
}

.chapter-name {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #12244B;
  flex: 1;
}

.btn-chapter {
  background-color: #173650;
  color: #fff;
  padding: 10px 25px;
  border-radius: 7px;
  text-decoration: none;
  font-family: "MADE TOMMY";
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn-chapter:hover {
  opacity: 0.8;
}

.chapter-details-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}

.chapter-badge {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 20px;
  padding-right: 20px;
}
.chapter-badge::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -8px;
  width: 168px;
  height: 72px;
  background-image: radial-gradient(circle, #D47E2E 2px, transparent 2px);
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: 0 0;
  pointer-events: none;
  z-index: 0;
}

.badge-frame {
  width: 280px;
  height: 280px;
  background-color: #fff;
  border: 8px solid #F6F6F6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1;
}
.badge-frame::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent #D47E2E transparent transparent;
}
.badge-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chapter-info h2 {
  margin-bottom: 30px;
}

.chapter-details-grid {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.detail-box {
  background-color: #F6F6F6;
  padding: 25px;
  border-radius: 4px;
  width: 100%;
}
.detail-box h4 {
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 18px;
  color: #12244B;
  margin-bottom: 10px;
}
.detail-box p {
  font-family: "MADE TOMMY";
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin: 0;
}

.membership-stats {
  margin-top: 60px;
}

.stats-heading {
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 32px;
  color: #12244B;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #D47E2E;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.stat-box {
  background-color: #12244B;
  padding: 14px 30px;
  border-radius: 0px;
  text-align: center;
  color: #fff;
  max-width: 337px;
}

.stat-label {
  font-family: "MADE TOMMY";
  font-weight: 500;
  font-size: 14px;
  color: #D47E2E;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: left;
  /* VISITORS */
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height, or 150% */
  color: #D47E2E;
}

.stat-number {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 128px;
  line-height: 160px;
  text-align: center;
  color: #FFFFFF;
}
.stat-number.small {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 65px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .nav-desktop {
    display: block;
  }
  .hero h1 {
    font-size: 48px;
  }
  .two-column {
    flex-direction: row;
  }
  .two-column.reverse {
    flex-direction: row-reverse;
  }
  .image-placeholder {
    height: 400px;
  }
  .footer .top-footer .container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .footer .top-footer .col {
    align-items: flex-start;
  }
  .footer .top-footer .col:first-child {
    flex: 0 0 auto;
  }
  .footer .top-footer .vertical-line {
    display: block;
    flex: 0 0 auto;
  }
  .footer .top-footer .contact-detail a {
    font-size: 15px;
  }
  .footer .bottom-footer .container {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .chapter-details-layout {
    flex-direction: row;
    align-items: flex-start;
  }
  .chapter-details-grid {
    gap: 20px;
  }
  .chapter-details-grid .detail-box {
    width: 50%;
  }
  .chapter-details-grid .detail-box:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .chapter-details-grid .detail-box:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .chapter-tabs {
    grid-template-columns: repeat(4, 1fr);
  }
}
.membership-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 40px 0;
}
.membership-layout.reverse {
  flex-direction: column-reverse;
}

.membership-image {
  text-align: center;
}
.membership-image img {
  max-width: 450px;
  width: 100%;
  height: auto;
}

.membership-content h2 {
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 32px;
  color: #12244B;
  margin-bottom: 20px;
}
.membership-content p {
  font-family: "MADE TOMMY";
  font-size: 16px;
  line-height: 26px;
  color: #12244B;
  margin-bottom: 20px;
}
.membership-content ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.membership-content ul li {
  font-family: "MADE TOMMY";
  font-size: 16px;
  line-height: 26px;
  color: #12244B;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.membership-content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #D47E2E;
  font-size: 20px;
}

.btn-apply {
  display: inline-block;
  background-color: #173650;
  color: #fff;
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 16px;
  padding: 15px 35px;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.btn-apply:hover {
  opacity: 0.9;
}

.form-required {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-decoration-line: underline;
  color: #D47E2E;
  margin-bottom: 30px;
}

.application-form,
.contact-form,
.share-data-form {
  margin-top: 30px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen {
  .form-group {
    width: 100%;
  }
}
.form-group label {
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 16px;
  color: #12244B;
  margin-bottom: 10px;
}
.form-group input,
.form-group textarea,
.form-group select {
  height: 58px;
  background: #fff;
  border: 1px solid #C4C4C4;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  padding: 0 20px;
  font-family: "MADE TOMMY";
  font-size: 16px;
  color: #12244B;
  transition: border-color 0.3s ease;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #D47E2E;
}
.form-group textarea {
  height: auto;
  padding: 20px;
  resize: vertical;
}
.form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.select-wrapper {
  position: relative;
}
.select-wrapper select {
  width: 100%;
  padding-right: 50px;
}
.select-wrapper .select-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 20px;
  height: auto;
}

.form-agreement {
  margin: 30px 0;
}
.form-agreement .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  cursor: pointer;
  margin-bottom: 15px;
}
.form-agreement .checkbox-label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.form-agreement .checkbox-label input[type=checkbox]:checked + .checkbox-custom {
  background-color: #D47E2E;
  border-color: #D47E2E;
}
.form-agreement .checkbox-label input[type=checkbox]:checked + .checkbox-custom:after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.form-agreement .checkbox-label .checkbox-custom {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: #fff;
  border: 1px solid #656565;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.17);
  border-radius: 3px;
  position: relative;
  transition: all 0.3s ease;
}
.form-agreement .checkbox-label .checkbox-text {
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 16px;
  color: #12244B;
}
.form-agreement .agreement-text {
  font-family: "MADE TOMMY";
  font-size: 14px;
  line-height: 22px;
  color: #666;
}

.btn-submit,
.btn-login {
  background-color: #173650;
  color: #fff;
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 16px;
  padding: 15px 15px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn-submit:hover,
.btn-login:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .section {
    padding: 80px 0;
  }
  .hero {
    padding: 30px 0;
  }
  .hero.hero-main {
    padding: 90px 0;
  }
  .footer .top-footer {
    padding: 80px 0;
  }
  .footer .top-footer .container {
    gap: 50px;
  }
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .stats-grid .stat-box:nth-child(4),
  .stats-grid .stat-box:nth-child(5) {
    grid-column: span 1;
  }
}
.chapter-info {
  width: 100%;
}

.contact-heading {
  text-align: center;
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 36px;
  color: #12244B;
  margin-bottom: 50px;
}

.contact-info-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 25px;
}

.contact-icon img {
  width: 80px;
  height: 80px;
}

.contact-details .contact-label {
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 14px;
  color: #D47E2E;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact-details .contact-value {
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 24px;
  color: #12244B;
  margin: 0;
}

.social-section {
  text-align: center;
  margin-top: 60px;
}

.social-heading {
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 36px;
  color: #12244B;
  margin-bottom: 10px;
}

.social-subheading {
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 14px;
  color: #D47E2E;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.social-icons-large {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.social-icons-large a img {
  width: 80px;
  height: 80px;
  transition: opacity 0.3s ease;
}
.social-icons-large a:hover img {
  opacity: 0.8;
}

.login-container {
  max-width: 100%;
  margin: 0 auto;
}

.login-heading {
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 32px;
  color: #12244B;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 3px solid #D47E2E;
}

.login-form, .donation-form {
  margin-top: 30px;
  max-width: 400px;
}
.login-form .form-group, .donation-form .form-group {
  margin-bottom: 25px;
}
.login-form .btn-login, .donation-form .btn-login {
  margin-top: 10px;
}

.donation-form {
  max-width: 800px;
}

.login-links {
  margin-top: 25px;
}
.login-links p {
  font-family: "MADE TOMMY";
  font-size: 14px;
  color: #12244B;
  margin-bottom: 10px;
}
.login-links p a {
  color: #007BFF;
  text-decoration: none;
}
.login-links p a:hover {
  text-decoration: underline;
}

.profile-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 40px 0;
}

.profile-photo {
  text-align: center;
}
.profile-photo img {
  max-width: 280px;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.profile-info h2 {
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 32px;
  color: #12244B;
  margin-bottom: 10px;
}
.profile-info .profile-chapter {
  font-family: "MADE TOMMY";
  font-size: 16px;
  color: #12244B;
  margin-bottom: 30px;
}

.profile-details-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.profile-detail-box {
  background-color: #F6F6F6;
  padding: 25px;
  border-radius: 4px;
}
.profile-detail-box p {
  font-family: "MADE TOMMY";
  font-size: 16px;
  color: #12244B;
  margin-bottom: 10px;
}
.profile-detail-box p:last-child {
  margin-bottom: 0;
}
.profile-detail-box .detail-business {
  font-weight: 700;
  font-size: 18px;
}
.profile-detail-box.profile-links p a {
  color: #007BFF;
  text-decoration: none;
}
.profile-detail-box.profile-links p a:hover {
  text-decoration: underline;
}

.share-data-section {
  margin-top: 60px;
}

.share-heading {
  font-family: "MADE TOMMY";
  font-weight: 700;
  font-size: 32px;
  color: #12244B;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 3px solid #D47E2E;
}

.share-data-form {
  max-width: 500px;
}
.share-data-form .form-group {
  margin-bottom: 25px;
}
.share-data-form .btn-submit {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .membership-layout {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
  .membership-layout.reverse {
    flex-direction: row-reverse;
  }
  .membership-image {
    flex: 0 0 450px;
  }
  .membership-content {
    flex: 1;
  }
  .form-row {
    flex-direction: row;
  }
  .contact-info-grid {
    flex-direction: row;
    gap: 80px;
  }
  .profile-layout {
    flex-direction: row;
    align-items: flex-start;
  }
  .profile-photo {
    flex: 0 0 280px;
  }
  .profile-info {
    flex: 1;
  }
  .profile-details-grid {
    flex-direction: row;
    gap: 0;
  }
  .profile-details-grid .profile-detail-box {
    width: 50%;
  }
  .profile-details-grid .profile-detail-box:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .profile-details-grid .profile-detail-box:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}

.p-bottom-0 {
  padding-bottom: 0px;
}

.p-top-0 {
  padding-top: 0px;
}

.text-a-dark a {
  color: #12244B !important;
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  /* identical to box height, or 180% */
  text-decoration-line: underline;
  color: #12244B;
}

.member-info h4 {
  font-family: "MADE TOMMY";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  /* identical to box height */
  color: #000000;
}

.faqs-section ul {
  padding-left: 20px;
  margin-left: 0;
}

.faqs-section li {
  margin-left: 0;
}
/*# sourceMappingURL=styles.css.map */
