 .brigmore-foundation-body {

     background-color: #FAF8F5;

 }

 #contact-us-banner h3 {
     font-family: Gilroy-SemiBold;
     font-size: 1.5vw;
     letter-spacing: 4.8px;
     text-transform: uppercase;
     color: var(--secondary-900, #A69163);
     margin-bottom: 0;
     margin-top: 1%;
 }

 ul.nav-links li a {
     color: var(--primary-400, #939290);
     font-family: Gilroy-Regular;
     font-size: 1.2vw;
     font-style: normal;
     font-weight: 400;
     line-height: 150%;
 }

 header.reit-header {
     background: transparent;
 }

 ul.nav-links li.contact_us_header a {
     color: #fff;
 }

 .brigmore-foundation-wrapper {

     margin: 0 auto;
     padding: 8% 0;
 }

 .brigmore-foundation-header-section {
     text-align: center;
     margin-bottom: 5%;
 }

 .brigmore-foundation-eyebrow-text {
     font-size: 1.2vw;
     margin-bottom: 20px;
     color: var(--tertiary-900, #778A73);
     text-align: center;
     font-family: Gilroy-SemiBold;
     font-weight: 400;
     line-height: 170%;
     letter-spacing: 3px;
     text-transform: uppercase;
 }

 .brigmore-foundation-main-heading {
     color: var(--primary-900, #282621);
     font-family: Playfair Display;
     font-size: 3.5vw;
     font-weight: 400;
     margin-bottom: 1.5%;
     line-height: normal;
 }

 .brigmore-foundation-intro-paragraph {
     font-size: 1.1vw;
     line-height: 1.7;
     color: #939290;
     max-width: 68%;
     margin: 0 auto;
     font-weight: 300;
 }

 .brigmore-values-grid-container {
     /* display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 60px 50px; */
     margin-top: 5%;
 }

 .brigmore-values-carousel-track {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     row-gap: 3vw;
 }

 input#your-file,
 .upload-error-note {
     display: none;
 }

 .brigmore-value-item-card {
     opacity: 0;
     animation: brigmoreFadeInUp 0.6s ease-out forwards;
 }

 .brigmore-value-item-card:nth-child(1) {
     animation-delay: 0.1s;
 }

 .brigmore-value-item-card:nth-child(2) {
     animation-delay: 0.2s;
 }

 .brigmore-value-item-card:nth-child(3) {
     animation-delay: 0.3s;
 }

 .brigmore-value-item-card:nth-child(4) {
     animation-delay: 0.4s;
 }

 .brigmore-value-item-card:nth-child(5) {
     animation-delay: 0.5s;
 }

 .brigmore-value-item-card:nth-child(6) {
     animation-delay: 0.6s;
 }

 @keyframes brigmoreFadeInUp {
     from {
         opacity: 0;
         transform: translateY(20px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .brigmore-value-icon-wrapper {
     width: 42px;
     height: 42px;
     margin-bottom: 22px;
 }

 .brigmore-value-icon-svg {
     width: 100%;
     height: 100%;
     stroke: #8B7355;
     stroke-width: 1.5;
     fill: none;
 }

 .brigmore-value-heading-text {
     color: var(--primary-900, #282621);
     font-family: Playfair Display;
     font-size: 1.6vw;
     font-weight: 400;
     margin-bottom: 3%;
 }

 .brigmore-value-detail-text {
     font-size: 1.1vw;
     line-height: 1.7;
     color: #939290;
     font-weight: 300;
     width: 95%;
 }

 /* Mobile Navigation */
 .brigmore-mobile-navigation-controls {
     display: none;
     justify-content: center;
     align-items: center;
     gap: 15px;
     margin-top: 50px;
 }

 .brigmore-nav-control-button {
     width: 44px;
     height: 44px;
     border-radius: 50%;
     border: 1px solid #D4C4B0;
     background: transparent;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.3s ease;
 }

 .brigmore-nav-control-button:hover {
     background: #C9A876;
     border-color: #C9A876;
 }

 .brigmore-nav-button-icon {
     width: 16px;
     height: 16px;
     stroke: #8B7355;
     stroke-width: 2;
     fill: none;
 }

 .brigmore-nav-control-button:hover .brigmore-nav-button-icon {
     stroke: white;
 }

 .brigmore-nav-control-button.brigmore-nav-button-active {
     background: #C9A876;
     border-color: #C9A876;
 }

 .brigmore-nav-control-button.brigmore-nav-button-active .brigmore-nav-button-icon {
     stroke: white;
 }

 .brigmore-nav-control-button:disabled {
     cursor: not-allowed;
     opacity: 0.4;
 }

 #contact-us-banner .banner-text-wrapper-contact {
     padding: 12% 0%;
     align-items: flex-start;
     padding-top: 20%;
 }

 #contact-us-banner h2 {
     margin-bottom: 0;
 }

 /* Tablet (iPad) - 768px to 1024px */
 @media (max-width: 1024px) and (min-width: 768px) {
     .brigmore-foundation-wrapper {
         padding: 60px 35px;
     }



     .brigmore-values-grid-container {
         grid-template-columns: repeat(2, 1fr);
         gap: 50px 40px;
     }

     .brigmore-values-carousel-track {
         display: contents;
     }
 }

 /* Mobile - Below 768px */
 @media (max-width: 767px) {
     .brigmore-foundation-wrapper {
         padding: 50px 0px;
     }

     .brigmore-foundation-header-section {
         margin-bottom: 45px;
     }

     .brigmore-foundation-eyebrow-text {
         font-size: 10px;
         letter-spacing: 2.5px;
         margin-bottom: 10px;
     }

     .brigmore-foundation-main-heading {
         font-size: 24px;
         margin-bottom: 20px;
         padding: 0 10px;
     }

     .brigmore-foundation-intro-paragraph {
         font-size: 14px;
         line-height: 1.7;
         padding: 0 5px;
     }

     .brigmore-values-grid-container {
         display: block;
         overflow: hidden;
         margin-top: 40px;
         position: relative;
     }

     .brigmore-values-carousel-track {
         display: flex;
         transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
         width: 100%;
         padding-bottom: 40px !important;
     }

     .brigmore-value-item-card {
         flex: 0 0 100%;
         padding: 20px 20px;
         border-bottom: 1px solid #E8E0D5;
         opacity: 1;
         transform: none;
     }

     .brigmore-value-item-card:last-child {
         border-bottom: 1px solid #E8E0D5;
     }

     .brigmore-value-icon-wrapper {
         width: 38px;
         height: 38px;
         margin-bottom: 18px;
     }

     .brigmore-value-heading-text {
         font-size: 20px;
         margin-bottom: 12px;
     }

     .brigmore-value-detail-text {
         font-size: 13.5px;
         line-height: 1.65;
     }

     .brigmore-mobile-navigation-controls {
         display: flex;
     }

     /* Disable animations on mobile for carousel */
     .brigmore-value-item-card {
         animation: none;
     }
 }

 /* Small mobile - Below 375px */
 @media (max-width: 374px) {
     .brigmore-foundation-wrapper {
         padding: 40px 20px;
     }

     .brigmore-foundation-main-heading {
         font-size: 24px;
     }

     .brigmore-value-item-card {
         padding: 20px 20px;
     }
 }

 /*  */


 section#what-us-banner,
 .tw_img {
     position: relative;
     z-index: 1;
     background-color: #FFFFFF;
 }

 .tw_img {
     position: relative;
     z-index: 1;
     background-color: #FFFFFF;
     width: 100%;
     display: flex;
 }

 .ccq1 {
     width: 70%;
 }

 .ccq2 {
     width: 30%;
 }

 .brigmore-value-icon-wrapper {
     min-width: 60px;
 }

 .brigmore-value-item-card {
     display: flex;
     gap: 30px;
     width: 28%;
 }


 /* 3rd section */


 .bagmane-careers-main-container {

     margin: 0 auto;
     padding: 6% 0;
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 80px;
     align-items: start;
 }

 .bagmane-careers-left-section {
     /* padding-top: 20px; */
 }

 .bagmane-careers-eyebrow-label {
     font-size: 1.25vw;
     letter-spacing: 3px;
     text-transform: uppercase;
     color: var(--primary-600, #696764);
     margin-bottom: 20px;
     font-weight: 400;
     font-family: 'Gilroy-SemiBold';
     line-height: 140%;
 }

 .bagmane-careers-main-title {
     font-family: 'Playfair Display', serif;
     font-size: 3.5vw;
     font-weight: 400;
     /* margin-bottom: 28px; */
     line-height: normal;
     color: var(--secondary-900, #A69163);
     margin-bottom: 0;
 }

 .bagmane-careers-right-section {
     display: flex;
     flex-direction: column;
     gap: 1.5vw;
 }

 .bagmane-job-listing-card {
     background-color: rgba(255, 255, 255, 0.08);
     border: 1px solid rgba(255, 255, 255, 0.1);
     padding: 2% 5%;
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
     cursor: pointer;
     position: relative;
     text-decoration: unset;
     overflow: hidden;
 }

 .bagmane-job-listing-card::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(135deg, rgba(201, 168, 118, 0.1) 0%, transparent 100%);
     opacity: 0;
     transition: opacity 0.3s ease;
 }

 .bagmane-job-listing-card:hover {
     background: var(--primary-800, #3E3C37);
     border-color: #A69163;
     transform: translateX(8px);
 }

 .bagmane-job-listing-card:hover::before {
     opacity: 1;
 }

 .bagmane-job-card-header {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     margin-bottom: 2%;
     position: relative;
     z-index: 1;
     align-items: center;
 }

 .bagmane-job-title-text {
     font-size: 1.4vw;
     font-weight: 400;
     line-height: 136%;
     color: #FFFFFF;
     margin-bottom: 5%;
     letter-spacing: 0.3px;
     font-family: 'Gilroy-Medium';
 }

 .bagmane-job-meta-info {
     display: flex;
     gap: 0.8vw;
     align-items: center;
 }

 .bagmane-job-department-tag,
 .bagmane-job-location-tag {
     font-size: 1vw;
     text-transform: uppercase;
     letter-spacing: 0.8px;
     line-height: 111%;
     font-weight: 400;
     color: var(--secondary-200, #F0E9D7);
     font-family: 'Gilroy-Regular';
 }

 .bagmane-job-meta-separator {
     width: 0.5vw;
     height: 0.5vw;
     background-color: #A0A0A0;
     border-radius: 50%;
 }

 .bagmane-job-arrow-icon {
     width: 30px;
     height: 28px;
     transition: all 0.4s ease;
     position: relative;
     z-index: 1;
 }

 .bagmane-job-arrow-icon svg {
     width: 100%;
     height: 100%;
     stroke: #ffffff;
     stroke-width: 2;
     fill: none;
 }

 .bagmane-job-listing-card:hover .bagmane-job-arrow-icon {
     transform: translate(4px, -4px);
 }

 /* Tablet - 768px to 1024px */
 @media (max-width: 1024px) {
     .bagmane-careers-main-container {
         padding: 60px 40px;
         gap: 60px;
     }



     .bagmane-job-listing-card {
         padding: 24px 28px;
     }

     .bagmane-job-title-text {
         font-size: 18px;
     }
 }

 /* Mobile - Below 768px */
 @media (max-width: 767px) {
     .bagmane-careers-main-container {
         grid-template-columns: 1fr;
         padding: 50px 24px;
         gap: 40px;
     }

     .bagmane-careers-left-section {
         padding-top: 0;
     }

     .bagmane-careers-eyebrow-label {
         font-size: 10px;
         letter-spacing: 2.5px;
         margin-bottom: 20px;
     }

     .bagmane-careers-main-title {
         font-size: 24px;
         line-height: 1.25;
     }

     .bagmane-careers-right-section {
         gap: 20px;
     }

     .bagmane-job-listing-card {
         padding: 22px 24px;
     }

     .bagmane-job-title-text {
         font-size: 16px;
         margin-bottom: 6px;
     }

     .bagmane-job-meta-info {
         gap: 8px;
     }

     .bagmane-job-department-tag,
     .bagmane-job-location-tag {
         font-size: 11px;
         letter-spacing: 0.8px;
     }

     .bagmane-job-arrow-icon {
         width: 18px;
         height: 18px;
     }
 }

 /* Small mobile - Below 375px */
 @media (max-width: 374px) {
     .bagmane-careers-main-container {
         padding: 40px 20px;
     }

     .bagmane-careers-main-title {
         font-size: 24px;
     }

     .bagmane-job-listing-card {
         padding: 20px 20px;
     }

     .bagmane-job-title-text {
         font-size: 16px;
     }
 }

 /* Animation for cards on load */
 @keyframes bagmaneFadeInSlide {
     from {
         opacity: 0;
         transform: translateY(20px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .bagmane-job-listing-card {
     animation: bagmaneFadeInSlide 0.6s ease-out forwards;
     opacity: 0;
 }

 .bagmane-job-listing-card:nth-child(1) {
     animation-delay: 0.1s;
 }

 .bagmane-job-listing-card:nth-child(2) {
     animation-delay: 0.2s;
 }

 .bagmane-job-listing-card:nth-child(3) {
     animation-delay: 0.3s;
 }

 .bagmane-job-listing-card:nth-child(4) {
     animation-delay: 0.4s;
 }

 .bagmane-job-listing-card:nth-child(5) {
     animation-delay: 0.5s;
 }

 section#what-a-banner {
     position: relative;
     z-index: 9;
     background: var(--primary-900, #282621);
     padding: 2.5% 0;
 }

 .bagmane-job-listing-card:hover .bagmane-job-arrow-icon {
     transform: rotate(45deg);
 }



 /* form section */


 .bagmane-application-section-wrapper {
     position: relative;
     min-height: 100vh;
     display: flex;
     z-index: 999;
     align-items: stretch;
     background: var(--secondary-0, #FAF7F2);
 }

 .bagmane-application-image-container {
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     width: 44%;
     overflow: hidden;
 }

 .bagmane-application-hero-image {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center;
 }

 .bagmane-application-form-container {
     margin-left: auto;
     width: 55%;
     padding: 5% 6%;
     display: flex;
     align-items: center;
 }

 .bagmane-application-form-content {
     width: 100%;

 }

 .bagmane-application-main-heading {
     font-family: 'Playfair Display', serif;
     font-size: 2.5vw;
     font-weight: 400;
     margin-bottom: 5%;
     line-height: 139%;
     color: var(--primary-900, #282621);
 }

 .bagmane-form-element-wrapper {
     /* margin-bottom: 28px; */
 }

 .bagmane-form-row-wrapper {
     margin-bottom: 0;
 }

 .bagmane-form-row-two-columns {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 20px;
     margin-bottom: 24px;
 }

 .bagmane-form-label-invisible {
     opacity: 0;
     pointer-events: none;
 }

 .bagmane-form-input-label {
     display: block;
     font-size: 1.25vw;
     font-weight: 400;
     color: var(--primary-900, #282621);
     margin-bottom: 10px;
     /* letter-spacing: 0.2px; */
     line-height: 150%;
 }

 .bagmane-form-label-required {
     color: #2C2C2C;
 }

 .bagmane-form-text-input {
     width: 100%;
     padding: 1vw 18px;
     font-size: 1.2vw;
     font-family: 'Gilroy-Regular';
     background-color: #FFFFFF;
     border: 1px solid #D4C4B0;
     color: #979797;
     transition: all 0.3s ease;
     appearance: none;
     /* background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%232C2C2C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); */
     background-repeat: no-repeat;
     background-position: right 18px center;
     padding-right: 45px;
     transition: all 0.3s ease;
 }

 .bagmane-form-text-input::placeholder {
     color: #A0A0A0;
     font-weight: 300;
 }

 .bagmane-form-text-input:focus {
     outline: none;
     border-color: #C9A876;
     box-shadow: 0 0 0 3px rgba(201, 168, 118, 0.1);
 }

 .bagmane-form-phone-wrapper {
     /* display: grid;
     grid-template-columns: 5vw 1fr; */

 }

 .bagmane-form-phone-wrapper input#phoneNumber {
     border-left: 0;
 }

 .bagmane-form-country-code {
     padding: 14px 12px;
     font-size: 1.2vw;
     font-family: 'Raleway', sans-serif;
     background-color: #FFFFFF;
     border: 1px solid #D4C4B0;
     border-right: 0;
     color: #2C2C2C;
     cursor: pointer;
     transition: all 0.3s ease;
 }

 .bagmane-form-country-code:focus {
     outline: none;
     border-color: #C9A876;
     box-shadow: 0 0 0 3px rgba(201, 168, 118, 0.1);
 }

 .bagmane-form-select-dropdown {
     width: 100%;
     padding: 1vw 18px;
     font-size: 1.2vw;
     font-family: 'Raleway', sans-serif;
     background-color: #FFFFFF;
     border: 1px solid #D4C4B0;

     color: #2C2C2C;
     cursor: pointer;
     appearance: none;
     background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%232C2C2C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
     background-repeat: no-repeat;
     background-position: right 18px center;
     padding-right: 45px;
     transition: all 0.3s ease;
 }

 .bagmane-form-select-dropdown:focus {
     outline: none;
     border-color: #C9A876;
     box-shadow: 0 0 0 3px rgba(201, 168, 118, 0.1);
 }

 .bagmane-form-select-dropdown option {
     color: #2C2C2C;
     padding: 10px;
 }

 .bagmane-form-upload-button {
     padding: 14px 24px;
     font-size: 1.2vw;
     font-family: 'Gilroy-Regular';
     font-weight: 400;
     background-color: #fff;
     border: 1px solid #D4C4B0;

     color: #5F97FF;
     cursor: pointer;
     display: flex;
     align-items: center;
     /* justify-content: center; */
     gap: 8px;
     transition: all 0.3s ease;
     white-space: nowrap;
 }

 .bagmane-form-upload-full-width {
     width: 100%;
 }

 .bagmane-form-upload-button:hover {
     background-color: #F9F7F5;
     border-color: #C9A876;
 }

 .bagmane-upload-icon-svg {
     width: 16px;
     height: 16px;
     stroke: #5B9BD5;
     stroke-width: 2;
     fill: none;
 }

 .bagmane-form-submit-button {
     margin-top: 5%;
     padding: 3% 4%;
     font-size: 1.25vw;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: 1.5px;
     background-color: #C9A876;
     border: none;
     border-radius: 50px;
     color: #FFFFFF;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 0.5vw;
     transition: all 0.3s ease;
 }

 .bagmane-form-submit-button:hover {

     box-shadow: 0 6px 20px rgba(201, 168, 118, 0.3);
     color: #FFFFFF;
 }

 button.bagmane-form-submit-button:hover span.bagmane-submit-arrow-icon {

     transform: rotate(45deg);

 }

 .bagmane-submit-arrow-icon {
     width: 2vw;
     top: -2px;
     height: 1.75vw;
     transition: transform 0.3s ease;
     position: relative;
 }


 .bagmane-submit-arrow-icon svg {
     width: 100%;
     height: 100%;
     stroke: #FFFFFF;
     stroke-width: 2.5;
     fill: none;
 }

 .bagmane-form-submit-button:hover .bagmane-submit-arrow-icon {
     transform: translateX(4px);
 }

 section .container {
     width: 92%;
 }

 /* Tablet - 768px to 1024px */
 @media (max-width: 1024px) {
     .bagmane-application-image-container {
         width: 40%;
     }

     .bagmane-application-form-container {
         width: 60%;
         padding: 60px 50px 60px 70px;
     }

     .bagmane-application-main-heading {

         margin-bottom: 40px;
     }

     .bagmane-form-element-wrapper {
         margin-bottom: 24px;
     }
 }

 /* Mobile - Below 768px */
 @media (max-width: 767px) {
     .bagmane-application-section-wrapper {
         flex-direction: column;
         min-height: auto;
     }

     .bagmane-application-image-container {
         position: relative;
         width: 100%;
         height: 300px;
     }

     .bagmane-application-form-container {
         width: 100%;
         margin-left: 0;
         padding: 50px 24px;
     }

     .bagmane-application-form-content {
         max-width: 100%;
     }

     .bagmane-application-main-heading {
         font-size: 24px !important;
         margin-bottom: 20px;
         line-height: 1.25;
     }

     .bagmane-form-element-wrapper {
         margin-bottom: 22px;
     }

     .bagmane-form-row-two-columns {
         grid-template-columns: 1fr;
         gap: 22px;
         margin-bottom: 0;
     }

     .bagmane-form-input-label {
         font-size: 13px;
         margin-bottom: 8px;
     }

     .bagmane-form-text-input,
     .bagmane-form-select-dropdown {
         padding: 12px 16px;
         font-size: 14px;
     }

     .bagmane-form-phone-wrapper {
         grid-template-columns: 80px 1fr;

     }

     .bagmane-form-country-code {
         padding: 12px 10px;
         font-size: 14px;
     }

     .bagmane-form-label-invisible {
         display: none;
     }

     .bagmane-form-upload-button {
         padding: 12px 20px;
         font-size: 13px;
         justify-content: center;
     }

     .bagmane-form-submit-button {
         width: 100%;
         justify-content: center;
         padding: 15px 40px;
         font-size: 14px;
         margin-top: 32px;
     }
 }

 /* Small mobile - Below 375px */
 @media (max-width: 374px) {
     .bagmane-application-image-container {
         height: 250px;
     }

     .bagmane-application-form-container {
         padding: 40px 20px;
     }

     .bagmane-application-main-heading {
         font-size: 24px;
         margin-bottom: 20px;
     }

     .bagmane-form-phone-wrapper {
         grid-template-columns: 75px 1fr;

     }
 }

 button.bagmane-form-submit-button {
     border-radius: 38px;
     background: linear-gradient(82deg, #CDB47A 1.39%, #AA8D4A 94.88%);
 }


 @media (max-width:767px) {

     #contact-us-banner h2 br,
     .bagmane-careers-main-title br {
         display: none;
     }

     #contact-us-banner h2 {
         padding-right: 0;
         margin-top: 25px;
     }

     .brigmore-foundation-eyebrow-text,
     .bagmane-careers-eyebrow-label {
         font-size: 16px;
         text-align: left;
     }

     .brigmore-foundation-main-heading,
     .brigmore-foundation-intro-paragraph {
         text-align: left;
         padding: 0;
     }

     .brigmore-value-item-card {
         border: 1px solid var(--primary-100, #D4D4D3);
         background: #FFF;
     }

     .bagmane-careers-main-container {

         padding: 50px 0px;
     }

     span.bagmane-careers-title-highlight {
         font-size: 24px !important;
         line-height: 1.25;
         margin-left: 2%;
     }

     .bagmane-job-meta-separator {
         width: 8px;
         height: 8px;
     }

     .bagmane-job-arrow-icon {
         width: 32px;
         height: 30px;
     }

     .bagmane-job-title-text {
         font-size: 16px !important;
         margin-bottom: 10px;
     }

     span.bagmane-job-department-tag,
     span.bagmane-job-location-tag {
         font-size: 12px !important;
         color: #F0E9D7;
         width: auto;
     }

     section#what-a-banner .container {
         padding: 0;
     }

     .bagmane-form-input-label {
         font-size: 18px;
     }

     .bagmane-form-text-input,
     .bagmane-form-select-dropdown {
         padding: 16px 16px;

     }

     section#what-us-banner .container {
         padding: 0;
     }

     header.reit-header {
         position: unset;
     }

     header.reit-header a {
         width: auto;
     }
 }

 @media (min-width:768px) and (max-width:1024px) {

     .brigmore-foundation-intro-paragraph,
     .brigmore-value-detail-text {
         font-size: 1rem;
     }

     .brigmore-foundation-eyebrow-text,
     .bagmane-careers-eyebrow-label,
     .bagmane-form-input-label {
         font-size: 0.9rem;
     }

     .bagmane-careers-main-container {
         padding: 40px 0;
     }

     .bagmane-careers-left-section {
         position: sticky;
         top: 45px;
     }

     .bagmane-form-row-two-columns {
         display: grid;
         grid-template-columns: 1fr;
     }

     .bagmane-form-upload-full-width {
         margin-top: -45px;
     }

     .bagmane-job-title-text {
         font-size: 16px;
     }
 }

 @media (max-width:767px) {
     .brigmore-foundation-wrapper {
         padding: 40px 0px;
     }



     .bagmane-form-row-two-columns {
         gap: 0;
     }

     .bagmane-submit-arrow-icon {
         width: 28px;
         height: 26px;
     }

     .brigmore-foundation-intro-paragraph {
         max-width: 100%;
     }

     .brigmore-value-item-card {
         display: flex;
         gap: 20px;
         width: 100%;
         min-height: 230px;
     }

     .brigmore-value-icon-wrapper {
         min-width: 50px;
     }

     .brigmore-value-detail-text {
         width: 100%;
         font-size: 14px !important;
         line-height: 171%;
         margin-bottom: 0;
     }

     .swiper-button-next:after,
     .swiper-button-prev:after {
         content: none !important;
     }

     .swiper-button-next,
     .swiper-button-prev {
         position: absolute;
         bottom: 7% !important;
         top: unset !important;
         left: 48% !important;
         width: 45px !important;
     }

     .swiper-button-prev {
         right: 55% !important;
         left: unset !important;
     }

     .swiper-button-prev.swiper-button-disabled img.img-fluid.disabled-one {
         display: none;
     }

     .swiper-button-prev img.img-fluid.disabled-one {
         display: block;
         transform: rotate(180deg);
     }

     .swiper-button-prev.swiper-button-disabled img.img-fluid {
         display: block;
     }

     .swiper-button-next.swiper-button-disabled img.img-fluid.disabled-one {
         display: block;
         transform: rotate(180deg);
     }

     .swiper-button-next img.img-fluid.disabled-one {
         display: none;
     }

     .swiper-button-next.swiper-button-disabled img.img-fluid {
         display: none;
     }


     .swiper-button-prev img.img-fluid {
         display: none;
     }

     .swiper-button-prev.swiper-button-disabled {
         opacity: 1;
     }

     section#get-intouch .inner-get-card:hover p.first-get-text,
     section#get-intouch .inner-get-card:hover a {
         color: #fff;
     }

     section#get-intouch p.first-get-text {
         font-size: 14px !important;
         line-height: 19px;
     }
 }