/**
 * Floorplans CSS
 * Consolidated styles for floor plan pages, cards, filters, and related components
 *
 * Table of Contents:
 * 1. Variables & Base
 * 2. Layout Components
 * 3. Hero Section
 * 4. Filter Panel
 * 5. Floor Plan Cards
 * 6. Suite Elements
 * 7. Included List
 * 8. Video Section
 * 9. Similar Units Slider
 * 10. Roommate Blurb
 * 11. Image Wrapper
 * 12. Utilities
 * 13. Responsive
 */

/*make aside sticky*/
#content-block {
  overflow: clip;
}
.spacer-30{
  height: 30px;
}
/* ==========================================================================
   1. Variables & Base
   ========================================================================== */
:root {
  --fp-color-primary: #121e3a;
  --fp-color-secondary: #111e3a;
  --fp-color-accent: #eb353e;
  --fp-color-accent-alt: #d91e44;
  --fp-color-text: #1b1b1b;
  --fp-color-text-light: #4e4e4e;
  --fp-color-border: #e1e1e1;
  --fp-color-border-light: #ededed;
  --fp-color-bg: #ffffff;
  --fp-color-bg-alt: #f5f5f5;
  --fp-color-bg-muted: #cdd9ed;
  --fp-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.08);
  --fp-shadow-md: 0 10px 40px rgba(15, 76, 129, 0.08);
  --fp-shadow-lg: 0 20px 60px rgba(15, 76, 129, 0.12);
  --fp-font-family: "Open Sans", system-ui, -apple-system, sans-serif;
  --fp-transition: 0.3s ease;
}

/* ==========================================================================
   2. Layout Components
   ========================================================================== */
.fp-section {
  padding: 0;
  position: relative;
}

.fp-layout {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 40px;
  align-items: start;
}

.fp-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.fp-grid--cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}


.fp-card-base {
  background: var(--fp-color-bg);
  box-shadow: var(--fp-shadow-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.fp-card-indent {
  margin-left: 2rem;
}
.fp-grid--cards .fp-card__btn{height: 50px;}
/* ==========================================================================
   3. Hero Section
   ========================================================================== */
.floorplans-template .sold-out-badge{
display:block;
}
.la-badge-hero{font-size: 36px; }
.fp-hero {
padding-top: 90px;
}

.fp-hero__content {
  color: var(--fp-color-primary);
}

.single-floorplans .fp-hero__title {
  color: var(--fp-color-primary);
  font-weight: 800;
  font-size: 50px;
  line-height: 60px !important;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.fp-hero__subtitle {
  font-size: 20px;
  color: var(--fp-color-primary);
  margin-bottom: 50px;
  max-width: 520px;
  font-family: var(--fp-font-family);
  font-weight: 800;
  text-transform: uppercase;
}

.fp-hero__actions {
  padding: 0;
}

.fp-hero__media {
  position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.fp-hero__image {
     width: auto;
    height: auto;
    object-fit: contain;
    max-width: 90%;
}

.fp-hero__placeholder {
  padding: 60px;
  text-align: center;
  background: linear-gradient(
    135deg,
    rgba(15, 76, 129, 0.16),
    rgba(15, 76, 129, 0.02)
  );
  font-weight: 600;
  color: #0f4c81;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   4. Filter Panel
   ========================================================================== */
.fp-filter {
  position: sticky;
  top: 100px;

  padding: 0;

  min-height: 300px;
}

.fp-filter__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 25px;
}

.fp-filter__close {
  display: none;
}

/* Desktop: hide toggle button, show search in filter group */
.fp-filter-input {
  display: block;
  margin-bottom: 26px;
}

.fp-filter__toggle {
  display: none;
}

.fp-filter__group {
  margin-bottom: 24px;
}

.fp-filter__label {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.fp-filter__label--title {
  /* text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #0f4c81;
    font-size: 13px;
    margin-bottom: 20px; */
}

.fp-filter__search {
  width: 100%;
  border: 1px solid var(--fp-color-border);
  transition: border-color 0.2s ease;
  box-sizing: border-box;
  font-family: var(--fp-font-family);
  font-size: 16px;
  line-height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M18.8424%2020.082L14.4681%2015.7078C15.6415%2014.3588%2016.3519%2012.5987%2016.3519%2010.6749C16.3519%206.44035%2012.9075%203%208.67694%203C4.44235%203%201.002%206.44435%201.002%2010.6749C1.002%2014.9055%204.44634%2018.3499%208.67694%2018.3499C10.6007%2018.3499%2012.3608%2017.6395%2013.7098%2016.4661L18.084%2020.8404C18.1878%2020.9441%2018.3275%2021%2018.4632%2021C18.5989%2021%2018.7386%2020.9481%2018.8424%2020.8404C19.0499%2020.6328%2019.0499%2020.2896%2018.8424%2020.082ZM2.07561%2010.6749C2.07561%207.03503%205.03703%204.07761%208.67295%204.07761C12.3129%204.07761%2015.2703%207.03902%2015.2703%2010.6749C15.2703%2014.3109%2012.3129%2017.2763%208.67295%2017.2763C5.03703%2017.2763%202.07561%2014.3149%202.07561%2010.6749Z%22%20fill%3D%22%234E4E4E%22%2F%3E%3C%2Fsvg%3E");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 11px 20px 11px 40px;
}

.fp-filter__checkboxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px 24px;
}

.fp-filter__checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-weight: 600;
  color: var(--fp-color-text);
}

.fp-filter__checkbox input {
  appearance: none;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border: 1px solid var(--fp-color-border);
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.fp-filter__checkbox input::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 5px;
  height: 11px;
  border: solid var(--fp-color-accent);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.1s ease;
}

.fp-filter__checkbox input:checked::after {
  opacity: 1;
}

.fp-filter__checkbox-label {
  font-size: 16px;
  line-height: 26px;
  color: var(--fp-color-text-light);
  font-family: var(--fp-font-family);
  font-weight: 400;
}

.fp-filter__clear {
  background: var(--fp-color-bg-alt);
  color: #cacad0;
  border: none;
  padding: 10px 11px;
  font-weight: 700;
  font-size: 12px;
  font-family: var(--fp-font-family);
  cursor: pointer;
}

.fp-filter__toggle {
  display: none;
}

/* ==========================================================================
   5. Floor Plan Cards
   ========================================================================== */
.fp-card,
.fp-suite-card {
  background-color: var(--fp-color-bg);
  border: 1px solid var(--fp-color-border-light);
  overflow: hidden;
  transition: transform var(--fp-transition), box-shadow var(--fp-transition);
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  padding: 20px;
  min-width: 320px;
  max-width: 450px;
  width: auto;
position: relative;
}
 

.fp-card__badge {
  top: 2.2em;
  left: -4.6em;
  color: #fff;
  display: block;
  position: absolute;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  background-color: #e32135;
  padding: 0.5em 5em 0.4em 5em;
  
  font: bold 16px/1.2em Arial, Sans-Serif;
  -webkit-transform: rotate(-45deg) scale(0.75, 1);
  z-index: 10;
}
.fp-card__badge:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: -0.3em -5em;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);

}

.la-badge{
	padding: 0.5em 4em 0.4em 4em;
    top: 3.2em;
    left: -5.6em;
}

.fp-card__media {
  display: flex;
  align-items: center;
  min-height: 50%;
}

.fp-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fp-card__placeholder {
  width: 100%;
  height: 200px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 1.2rem;
}

.fp-card__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fp-card .fp-card__title,
.fp-card__body .fp-card__title{
  font-size: 34px;
  color: var(--fp-color-secondary);
  font-weight: 800;
  line-height: 37px;
  text-transform: uppercase !important;
  margin-bottom: -2px;
}

.fp-card__subtitle {
  margin: 0 0 16px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--fp-color-primary);
}

.fp-card__btn {
  text-decoration: none;
  width: auto;
  max-width: 100%;
  color: var(--fp-color-accent-alt);
  border-color: var(--fp-color-accent-alt);
  font-family: var(--fp-font-family);
  font-size: 16px;
  line-height: 20px;
  max-height: 50px;
  height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Suite card (in grid view) */
.fp-suite-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 0.25s ease, transform 0.25s ease;
  padding: 1rem;
}

.fp-suite-card.is-hidden {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

.fp-suite-card[hidden] {
  display: none;
}

/* ==========================================================================
   6. Suite Elements
   ========================================================================== */
.fp-suite-elements {
  display: flex;
  gap: 36px;
  margin-bottom: 16px;
}

.fp-suite-elements__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.fp-suite-elements .fp-suite-elements__item:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}
.text-e {
  font-size: 32px;
  line-height: 26px;
  color: var(--fp-color-accent);
  font-weight: 700;
}
.fp-suite-elements__icon {
  width: 36px;
  height: 25px;
  margin: 0 1rem 0 10px;
}

.fp-suite-elements__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==========================================================================
   7. Included List
   ========================================================================== */
.fp-included-list {
  column-count: 2;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  
}

.fp-included-list li {
  padding: 7px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.fp-included-list li::before {
  width: 8px;
  height: 8px;
  background: var(--fp-color-accent);
  display: inline-block;
  content: "";
  margin-right: 10px;
	margin-bottom:3px;
}

.fp-not-included {
  margin-top: 0.5rem;
  font-size: 11.7px;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  position: super;
  color: var(--fp-color-text-light);
}

/* ==========================================================================
   8. Video Section
   ========================================================================== */
.fp-video {
  margin: 40px 0;
}

.fp-video__header h2 {
  font-family: var(--fp-font-family);
  font-weight: 800;
  font-size: 34px;
  line-height: 37px;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--fp-color-primary);
}

.fp-video__embed {
  position: relative;
  padding: 0 39px 40px 0;
  overflow: hidden;
}

.fp-video__embed iframe {
  width: 100%;
  min-height: 666px;
  border: 0;
  display: block;
}

/* ==========================================================================
   9. Similar Units Slider
   ========================================================================== */
.floorplans-template .swiper-wrapper{
	min-height:630px;
}
.fp-similar {
  margin-top: 90px;
}

.fp-single-page section h2.fp-similar__title {
  font-size: 50px;
  line-height: 60px;
}

.fp-similar__group {
  margin-top: 40px;
}

.fp-similar__slider {
  margin-top: 20px;
  padding-bottom: 40px;
}

.fp-similar__slider .swiper-slide {
  height: 100% !important;
}

.fp-similar__slider .swiper-slide article {
  justify-content: space-between;
  height: calc(100% - 44px);
}

.fp-similar__nav {
  color: var(--fp-color-secondary);
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: var(--fp-color-bg-muted);
  border: 1px solid var(--fp-color-primary);
  top: 45%;
}

/* ==========================================================================
   10. Roommate Blurb
   ========================================================================== */
.fp-blurb {
  margin: 7px 0 0;
  background-color: var(--fp-color-bg);
  border-left: 4px solid var(--fp-color-accent);
  padding: 1rem 1.25rem;
  box-shadow: var(--fp-shadow-sm);
  transition: all var(--fp-transition);
}

.fp-blurb:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.fp-blurb__container {
  display: flex;
  flex-direction: column;
}

.fp-blurb__head {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.fp-blurb__icon {
  flex-shrink: 0;
  color: var(--fp-color-accent);
  margin-right: 0.75rem;
}

.fp-blurb__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--fp-color-secondary);
  line-height: 1.4;
}

.fp-blurb__content p {
  margin: 0;
  color: var(--fp-color-text-light);
  line-height: 1.6;
  font-size: 1rem;
}

/* ==========================================================================
   11. Image Wrapper (for template-floor-new-design)
   ========================================================================== */

.page-template-template-floor-new-design .why-us .angle {
  height: 75%;
}
.fp-image-wrapper {
  float: right;
}

.fp-image-wrapper--child {
  margin-top: -300px;
  margin-right: auto;
  background-color: transparent;
  border: 10px solid #fff;
  border-bottom: 0;
  border-left: 0;
  padding: 0;
  margin-left: -100px;
  max-width: 320px;
}

.why-us {
  padding: 120px 0 55px;
}

.fp-why-us-title,
.why-us-text h3 {
  font-size: 20px;
  color: var(--fp-color-accent);
  font-weight: 800;
  margin-right: 10px;
}

.why-us-text h3:not(:first-of-type) {
  margin-top: 44px;
}
/* ==========================================================================
   12. Utilities
   ========================================================================== */
.fp-download {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--fp-color-primary);
}

.fp-results {
  padding-bottom: 40px;
}

.fp-results__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.fp-empty {
  margin-top: 32px;
  padding: 24px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  text-align: center;
}

.fp-section-title {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 37px;
}

/* Single floorplan page specific */
.fp-single-page {
  color: var(--fp-color-text);
}

.fp-single-page section {
  height: auto;
}

.fp-single-page section h2 {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 37px;
}

/* Header overrides for single floorplan */
.single-floorplans header {
  color: var(--fp-color-text);
  background: var(--fp-color-bg);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

.single-floorplans header:not(.scrolled) nav > ul a,
.single-floorplans header:not(.scrolled) nav .menu-item-has-children a {
  color: var(--fp-color-secondary);
}

.single-floorplans header.scrolled {
  position: fixed;
}

/* Animation keyframes */
@keyframes fpFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fp-blurb.visible {
  display: block !important;
  animation: fpFadeIn 0.5s ease forwards;
}

/* ==========================================================================
   13. Responsive
   ========================================================================== */

@media (min-width: 1024px) {
  .swiper-pagination {
    display: none;
  }
}

@media (max-width: 1599px) {
  .fp-single .banner .banner-content {
    padding: 44px 0 0 60px;
  }
}

@media (max-width: 991px) {
  .fp-filter.is-open {
    margin-bottom: 40px;
  }
  .fp-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fp-grid {
    grid-template-columns: 1fr;
  }

  .fp-hero__media {
    order: -1;
  }
  .why-us {
    padding: 0;
  }
  /* Filter panel mobile styles */
  .fp-filter {
    position: relative;
    min-height: unset;
    height: auto;
    max-width: 100%;
    width: 100%;
    z-index: 99;
    padding: 0;
    top: 0;
  }

  .fp-filter__heading {
    display: none;
  }

  /* Search input + toggle button row */
  .fp-filter-input {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
  }

  .fp-filter-input .fp-filter__search {
    flex: 1;
  }

  /* Toggle button styling */
  .fp-filter__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--fp-color-border);
    background: var(--fp-color-bg);
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    transition: background-color 0.2s ease;
  }

  .fp-filter__toggle:hover {
    background-color: var(--fp-color-bg-alt);
  }

  /* Toggle button SVG icon */
  .fp-filter__toggle svg {
    transition: opacity 0.2s ease;
  }

  /* X icon for close state (hidden by default) */
  .fp-filter__toggle::before,
  .fp-filter__toggle::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--fp-color-text-light);
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .fp-filter__toggle::before {
    transform: rotate(45deg);
  }

  .fp-filter__toggle::after {
    transform: rotate(-45deg);
  }

  /* When filter is open, show X and hide filter icon */
  .fp-filter.is-open .fp-filter__toggle svg {
    opacity: 0;
  }

  .fp-filter.is-open .fp-filter__toggle::before,
  .fp-filter.is-open .fp-filter__toggle::after {
    opacity: 1;
  }

  /* Filter groups - hidden by default, slide down when open */
  .fp-filter .fp-filter__group {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    padding: 0;
  }

  .fp-filter.is-open .fp-filter__group {
    max-height: 500px;
    opacity: 1;
    padding: 20px 0;
  }

  /* Clear button - hidden by default */
  .fp-filter .fp-filter__clear {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    padding: 0;
    margin: 0;
  }

  .fp-filter.is-open .fp-filter__clear {
    max-height: 50px;
    opacity: 1;
    padding: 10px 11px;
    margin-top: 10px;
  }

  .fp-filter__close {
    display: none;
  }
}

@media (max-width: 767px) {
	.la-badge-hero{font-size: 26px;}
    .fp-grid {
        gap: 30px;
    }
  .fp-filter .fp-filter__group{
    margin-bottom: 0;
  }
  .fp-blurb {
    padding: 1rem;
  }

  .fp-blurb__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .fp-blurb__icon {
    margin-bottom: 0.5rem;
  }

  .fp-card .fp-card__title, .fp-card__body .fp-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 600px) {
	
	.why-us .col-lg-5{order:2;padding-top: 0px;}
	.why-us .col-lg-7{
		margin-top: 40px;
	}
	.why-us .col-lg-7 .angle {
        display: block;
    }
	.image-wrapper > img{
		max-width: 315px;
    margin: 15px;
	}
.fp-image-wrapper--child {
    margin-top: -180px;
    margin-left: -37px;
    max-width: 170px;
}
	.banner-pg .angle{
		display:block;
	}
.banner-title {
    position: relative;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
}
	
	
	.why-us .image-wrapper{
		        display: block;
	}
	


   .why-us-text .angle-bl {
        display: block;
    }
	
.why-us-text .angle-bl:before {
    height: 15px;

}
.why-us-text .angle-bl:after {
    width: 15px;
}
	.why-us-text .color-primary{
		    margin-left: 30px;
	}

  .fp-single-page section h2.fp-similar__title {
    font-size: 34px;
    line-height: 37px;
  }

  .fp-similar__title {
    font-size: 25px;
    line-height: 30px;
  }

  .single-floorplans .banner {
    padding: 40px 0 0;
    margin-bottom: 0;
  }

  .single-floorplans .angle {
    display: block;
  }

  .single-floorplans .fp-hero__title {
    font-size: 34px;
    line-height: 37px;
    margin-top: 30px;
    margin-left: 30px;
    text-align: left;
  }

  .fp-hero__subtitle {
    text-align: left;
    margin-left: 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .fp-suite-elements {
    flex-wrap: wrap;
    margin-left: 30px;
  }

  .banner .banner-content .btn:last-of-type {
    max-width: 254px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .fp-hero__actions {
    padding: 0;
    text-align: left;
    margin-left: 30px;
  }

  .fp-card-indent {
    margin-left: 0;
  }

  .fp-included-list {
    column-count: 1;
     display: inline;
  }

  .fp-video__embed {
    padding: 0 15px 15px 0;
  }

  .fp-video__embed iframe {
    width: 100%;
    min-height: auto;
    border: 0;
    display: block;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .fp-video__embed .angle-bl {
    display: block;
  }

  .fp-video__embed .angle-bl:before {
    width: 50%;
    height: 15px;
    bottom: 0;
    right: 0;
    left: unset;
  }

  .fp-video__embed .angle-bl:after {
    height: 50%;
    width: 15px;
    right: 0;
    bottom: 0;
  }

  .fp-similar {
    margin: 40px 0;
  }

  /*slider*/
  .fp-similar__nav {
    width: 45px;
    height: 45px;
    top: unset;
  }
  .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #636363;
    width: 15px;
    height: 15px;
  }
  .swiper-pagination-bullet-active {
    background: #cdd9ed;
    border: 1px solid #111e3a;
    width: 15px;
    height: 15px;
  }
	.fs-25{
		font-size:25px !important;
	}
    .banner .banner-content .btn:last-of-type{
        margin-bottom: 0;
    }
}

/* Swiper pagination override */
.fp-section .swiper-pagination {
  display: none;
}
