/* custom-np - Start*/

.cta-primary--download{
	display: inline-flex;
    letter-spacing: 2px;
    font-size: 14px;
    align-items: center;
    position: relative;
    padding: 24px 65px 24px 24px;
}
.cta-primary--download .icon-wrapper{
    width: 16px;
    position: absolute;
    right: 25px;
    flex-direction: column;
}

.cta-primary--download:hover {
    background-color: var(--primary-color-11);
    color: var(--primary-color-1);
    border: 1px solid var(--primary-color-1);
}

.cta-primary--download:hover .icon-wrapper .icon-arrow-download {
    transform: translateY(-3px);
    fill: var(--primary-color-1);
}

.cta-primary--download:hover .icon-wrapper .icon-download-bottom-vector, .cta-primary--download:hover .icon-wrapper .icon-download-bottom-vector path, .cta-primary--download:hover .icon-wrapper .icon-arrow-download path{
	stroke: var(--primary-color-1);
}

.download-reports__label {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 21px;
}

.download-reports__title {
    font-weight: 500;
    margin-bottom: 45px;
}

.download-reports__content-wrapper .cta-primary {
    width: 100%;
    text-align: left;
}

.download-reports__list {
    margin-top: 50px;
}
.download-reports__list-item {
    margin-bottom: 25px;
}

.download-reports__list-item .cta-primary{
	text-align: left;
}

.download-reports__dropdown-toggle {
    width: 100%;
    height: 48px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-light);
    text-transform: uppercase;
    text-align: right;
    background: transparent;
    color: #676767;
    font-size: 14px;
    border-color: var(--primary-color-10);
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 16px;
    letter-spacing: 1.5px;
    border-radius: 4px;
}

.download-reports__dropdown-toggle:hover {
    background: transparent;
    color: #676767;
}

.download-reports__dropdown-toggle.active{
border-bottom: 0;
border-radius: 4px 4px 0 0;
}
.annual-report-chart .download-reports__dropdown-toggle{
border-radius: 4px;border: 1px solid var(--primary-color-10);
}

.download-reports__dropdown {
    position: relative;
}

.download-reports__dropdown-menu {
    position: absolute;
    top: 48px;
    background: var(--mono1);
    z-index: 1;
    border: 1px solid var(--primary-color-10);
    width: 100%;
    border-radius: 0 0 4px 4px;
}

.download-reports__dropdown-menu label {
    display: block;
    padding: 16px 16px;
    cursor: pointer;
}

.download-reports__dropdown-menu label:hover {
    background: var(--primary-color-1);
    color: var(--mono1);
}

.download-reports__image_bg {
    min-height: 435px;
}
/*cta style start*/

.module-download-reports .download-reports__list .buttons-container .cta-primary:hover .link_text, .module-download-reports .download-reports__inner-wrapper .download-reports__content-wrapper .buttons-container .cta-primary:hover{
  color: var(--primary-color-1);
  z-index: 1;
}
.module-download-reports .download-reports__list .buttons-container .cta-primary.internal .icon-wrapper span,
.module-download-reports .download-reports__list .buttons-container .cta-primary.external .icon-wrapper span,.module-download-reports .download-reports__inner-wrapper .download-reports__content-wrapper .buttons-container .cta-primary.internal .icon-wrapper span,.module-download-reports .download-reports__inner-wrapper .download-reports__content-wrapper .buttons-container .cta-primary.external .icon-wrapper span{
  display: inline-block;
  width: 13px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M7 1L12 6L7 11' stroke='%23FFFFFF' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 6L1 6' stroke='%23FFFFFF' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E") 
    no-repeat right center;
  background-size: contain;
}
.module-download-reports .download-reports__list .buttons-container .cta-primary.internal:hover .icon-wrapper span,
.module-download-reports .download-reports__list .buttons-container .cta-primary.external:hover .icon-wrapper span,.module-download-reports .download-reports__inner-wrapper .download-reports__content-wrapper .buttons-container .cta-primary.internal:hover .icon-wrapper span,.module-download-reports .download-reports__inner-wrapper .download-reports__content-wrapper .buttons-container .cta-primary.external:hover .icon-wrapper span  {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M7 1L12 6L7 11' stroke='%23004A33' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 6L1 6' stroke='%23004A33' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
.module-download-reports .download-reports__list .buttons-container .cta-primary,.module-download-reports .download-reports__inner-wrapper .download-reports__content-wrapper .buttons-container .cta-primary{
  display:flex;
  background:var(--primary-color-1);
  gap:20px;
/*   justify-content: center; */ 
  align-items:center;
}
/*.module-download-reports .download-reports__list .buttons-container .cta-primary:hover,.module-download-reports .download-reports__inner-wrapper .download-reports__content-wrapper .buttons-container .cta-primary:hover{
  background:var(--primary-color-11)
  }*/
  
  .module-download-reports .download-reports__list .buttons-container .cta-primary:before,.module-download-reports .download-reports__inner-wrapper .download-reports__content-wrapper .buttons-container .cta-primary:before{
position: absolute;
    content: "";
    height: 100%;
    width: 0;
    transition: width 0.5s;
    background: var(--primary-color-11);
    z-index: 0;
    left: 0;
}
  
.module-download-reports .download-reports__list .buttons-container .cta-primary:hover:before,.module-download-reports .download-reports__inner-wrapper .download-reports__content-wrapper .buttons-container .cta-primary:hover:before{
width: 100%;
}
.module-download-reports .download-reports__list .buttons-container .cta-primary.media .icon-wrapper span,.module-download-reports .download-reports__inner-wrapper .download-reports__content-wrapper .buttons-container .cta-primary.media .icon-wrapper span{
  display: inline-block;
  width: 18px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%2013.3633V16.9996H1V13.3633%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M9%2012.6364V1%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M12.2727%209.36328L9.00002%2012.636L5.72729%209.36328%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E") no-repeat right center;
  background-size: contain;
}
.module-download-reports .download-reports__list .buttons-container .cta-primary.media:hover .icon-wrapper span,.module-download-reports .download-reports__inner-wrapper .download-reports__content-wrapper .buttons-container .cta-primary.media:hover .icon-wrapper span{
  background: url('/~/media/Images/B/Barratt-Developments-V2/icons/media-cta-hover');
  background-repeat: repeat;
  background-size: auto;
  width: 18px;
  height: 24px;
  background-repeat: no-repeat;
}
.module-download-reports .download-reports__list .buttons-container .cta-primary .icon-wrapper span, .module-download-reports .download-reports__inner-wrapper .download-reports__content-wrapper .buttons-container .cta-primary .icon-wrapper span{
  position: relative;
  background-size: auto;
  background-size: 18px 18px;
  display: inline-flex;
  height: 18px;
  width: 18px;
}

.module-download-reports .download-reports__list .buttons-container .cta-primary .link_text, .module-download-reports .download-reports__inner-wrapper .download-reports__content-wrapper .buttons-container .cta-primary .link_text{
  color: var(--mono-1);
  z-index: 1;
}


/*cta style end*/
label.download-reports__dropdown-menu--item.active{
background: var(--primary-color-1);
    color: white;
}

@media all and (max-width: 1100px){
	.module-download-reports{
        padding-top: 56px;
    	padding-bottom: 56px !important;
    }
}

@media all and (max-width: 767px){
	.module-download-reports{
        padding-top: 20px;
    	padding-bottom: 20px !important;
    }
    .download-reports__label{
    	margin-bottom: 16px;
    }
    .download-reports__title{
    	margin-bottom: 32px;
    }
    .download-reports__image{
    	margin: 32px 0;
    }
	.download-reports__image_bg{
    	min-height: 350px;
    }
}

@media all and (max-width: 480px){
	.download-reports__image_bg{
    	min-height: 160px;
    }
}
@media only screen and (max-width:992px){
.logo-section .card-logo img{
max-width: unset;
    width: 100%;
    object-fit: contain;
}
}

/* custom-np - End*/

/* custom-vidhi - Start */
.logo-section .card-logo img{max-width: unset;}
.container-fluid-mx{
max-width:1920px;
margin:0 auto;
}
.module_wrapper{
	padding-bottom: 90px;
    padding-top: 90px;
}

.row-reverse{flex-direction: row-reverse;}
.module-three-column-signpost{
margin-top:16px;
}
.media-left .video-text__media-column {
    left: 0;
}
.bg-primary-color-7 {
  background-color: var(--primary-color-6);
}
.bg-primary-color-8 {
  background-color: var(--primary-color-13);
}
.bg-primary-color-9 {
  background-color: var(--primary-color-12);
}
.report_banner_size {
  min-height: 483px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.report-banner {
  position: relative;
  overflow: hidden;
}
.report-banner .image-banner-page__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.report-banner .image-banner-page__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report-banner .banner_content_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 64px;
  gap: 53px;
}
.report-banner h1 {
  font-size: 72px;
  font-weight: 500;
  line-height: 82px;
  letter-spacing: -1px;
  text-align: center;
}
.report-banner .cta-primary.white {
  display: inline-flex;
  height: 70px;
  padding: 23px 30px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.report-banner h1 {
  margin: 0;
}
.module-video-with-text-quote.module_wrapper{padding-bottom:0;}
.module-video-with-text-quote .video-text__video-player-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module-video-with-text-quote .video {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: ease-in-out 0.3s;
}
.module-video-with-text-quote .video-text__main-wrapper.media-left  .video-text__content-wrapper{padding-left:15px;row-gap: 32px;}
.module-video-with-text-quote .video-text__main-wrapper.media-right  .video-text__content-wrapper{padding-right:15px}

.module-video-with-text-quote .video__play-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 50%;
}
.module-video-with-text-quote .video__play-button::before {
  content: "";
  margin-left: 4px;
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #004A33;
}
.module-video-with-text-quote .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  transition: ease-in 0.3s;
}
 .module-video-with-text-quote .video-text__main-wrapper {
/*   display: flex; */
  align-items: stretch; 
  min-height: 550px;
  position:relative;
}
.module-video-with-text-quote .video-text__media-column {
  position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

.module-video-with-text-quote .video-text__video-player-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module-video-with-text-quote .video {
  position: relative;
  width: 100%;
  height: 100%;
/*   min-height: 600px; */
  overflow: hidden;
  transition: ease-in-out 0.3s;
}
.module-video-with-text-quote .video__poster {
  position: absolute;
  inset: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
}
.module-video-with-text-quote .video__poster-img {
  width: 100%;
  height: 100%;
/*   object-fit: cover; */
  display: block;
}
.module-video-with-text-quote .video__play-button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.module-video-with-text-quote .video__play-button::before {
  content: "";
  margin-left: 4px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #004A33;
}
.module-video-with-text-quote .video iframe {
  width: 100%;
  height: 100%;
  display: block;
  transition: ease-in 0.3s;
}
.module-video-with-text-quote .image-banner-page__background {
  height: 100%;
}
.image-banner-page__image{
max-height: 500px;
}
.image-banner-page__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-video-with-text-quote .video-left{
  align-items: stretch;
  min-height: 500px; 
  flex-direction: row-reverse;
}
.module-video-with-text-quote .quote{font-size:2.4rem;font-weight:500}
  
.module-video-with-text-quote .user-info .label{
  font-size:1.4rem;
  font-weight:700;
  color: var(--primary-color-6);
  margin-bottom: 10px;
}

.module-video-with-text-quote .content-wrapper__title {
  font-size: 72px;
  line-height: 82px;
  font-weight: 500;margin-bottom: 54px;
}
.module-video-with-text-quote .content-wrapper-secondary__title{
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}
.module-video-with-text-quote .content-wrapper__text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.module-video-with-text-quote .content-wrapper__name-text {    
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.module-video-with-text-quote .content-wrapper__role-text { 
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
.module-video-with-text-quote .content-wrapper__section-title{
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color:var(--primary-color-6);text-transform: uppercase;}    
.module-video-with-text-quote .video-right .video-text__content-wrapper{padding-left:30px}
.module-video-with-text-quote .video-left .video-text__content-wrapper{ padding-right:30px} 
.module-video-with-text-quote .video-text__content-wrapper {
  display: flex;
  height: 100%; 
  min-height: 500px;
}

.card {
  display: flex;
  flex-direction: column;
  background: #f4f4f4;
  width: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: box-shadow 0.2s;
  position: relative;
/*   cursor: pointer; */ 
    
}
/*  .card-image {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 320px;
}  */
/* .card-image {
  width: 100%;
  min-height: 320px; 
  max-height: 320px; 
  overflow: hidden;
  position: relative;
} */

/* .card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  } */
  
  .card-image {
  width: 100%;
  display: block;
  height: 320px; /* Fixed height for desktop as per Figma */
  overflow: hidden; /* Prevent image overflow */
  position: relative;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 94px;
  padding: 17px 138px;
  gap: 8px;
  box-sizing: border-box;
  flex: 1 1 auto;
  text-align: center;
  z-index: 1;
}
.logo-section .card-logo {
    display: flex;
}
.card .card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
}
/*  .module-three-column-signpost .row [class*="col-"]{ padding-right:0;}   */

/* cta style */
.report-banner .banner_content_wrapper .buttons-container .cta-primary.internal .icon-wrapper span,
.report-banner .banner_content_wrapper .buttons-container .cta-primary.external .icon-wrapper span{
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'><path d='M7 1L12 6L7 11' stroke='%23004A33' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/><path d='M11 6L1 6' stroke='%23004A33' stroke-width='1.4' stroke-linecap='round'/></svg>")no-repeat right center;
  background-size: 13px 12px;
}
.report-banner .banner_content_wrapper .buttons-container .cta-primary{
  display:flex;
  background:var(--mono1);
  gap:20px;
  justify-content: center;
  align-items:center;
}
.report-banner .banner_content_wrapper .cta-primary:hover{
  background:var(--primary-color-11) }
  
.report-banner .banner_content_wrapper .buttons-container .cta-primary.media .icon-wrapper span{
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%2013.3633V16.9996H1V13.3633%22%20stroke%3D%22%23004A33%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M9%2012.6364V1%22%20stroke%3D%22%23004A33%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M12.2727%209.36328L9.00002%2012.636L5.72729%209.36328%22%20stroke%3D%22%23004A33%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E") no-repeat right center;
}
.report-banner .banner_content_wrapper .buttons-container .cta-primary .icon-wrapper span{
  position: relative;
  background-size: auto;
  background-size: 18px 18px;
  display: inline-flex;
  height: 18px;
  width: 18px;
}
.report-banner .banner_content_wrapper .buttons-container  .cta-primary.media{
    max-height: 70px;
}
.report-banner .banner_content_wrapper .buttons-container  .cta-primary.media:hover .icon-wrapper span {
  background: url('/~/media/Images/B/Barratt-Developments-V2/icons/media-cta-hover');
  background-repeat: repeat;
  background-size: auto;
  width: 18px;
  height: 24px;
  background-repeat: no-repeat;
  
}
.report-banner .banner_content_wrapper .buttons-container .cta-primary .link_text{
  color: var(--primary-color-1);
}
.module-video-with-text-quote .video-text__content-wrapper .buttons-container .cta-primary:hover .link_text{
  color: var(--primary-color-1);
}
.module-video-with-text-quote .video-text__content-wrapper .buttons-container .cta-primary.internal .icon-wrapper span,
.module-video-with-text-quote .video-text__content-wrapper .buttons-container .cta-primary.external .icon-wrapper span{
  display: inline-block;
  width: 13px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M7 1L12 6L7 11' stroke='%23FFFFFF' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 6L1 6' stroke='%23FFFFFF' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E") 
    no-repeat right center;
  background-size: contain;
}
.module-video-with-text-quote .video-text__content-wrapper .buttons-container .cta-primary.internal:hover .icon-wrapper span, .module-video-with-text-quote .video-text__content-wrapper .buttons-container .cta-primary.external:hover .icon-wrapper span  {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M7 1L12 6L7 11' stroke='%23004A33' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11 6L1 6' stroke='%23004A33' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
.module-video-with-text-quote .video-text__content-wrapper .buttons-container .cta-primary{
  display:flex;
  background:var(--primary-color-1);
  gap:20px;
  justify-content: center;
  align-items:center;
}
.module-video-with-text-quote .video-text__content-wrapper .buttons-container .cta-primary:hover{
  background:var(--primary-color-11)}
.module-video-with-text-quote .video-text__content-wrapper .buttons-container .cta-primary.media .icon-wrapper span{
  display: inline-block;
  width: 18px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%2013.3633V16.9996H1V13.3633%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M9%2012.6364V1%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M12.2727%209.36328L9.00002%2012.636L5.72729%209.36328%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E") no-repeat right center;
  background-size: contain;
}
.module-video-with-text-quote .video-text__content-wrapper .buttons-container .cta-primary.media:hover .icon-wrapper span{
  background: url('/~/media/Images/B/Barratt-Developments-V2/icons/media-cta-hover');
  background-repeat: repeat;
  background-size: auto;
  width: 18px;
  height: 24px;
  background-repeat: no-repeat;
}
.module-video-with-text-quote .video-text__content-wrapper .buttons-container .cta-primary .icon-wrapper span{
  position: relative;
  background-size: auto;
  background-size: 18px 18px;
  display: inline-flex;
  height: 18px;
  width: 18px;
}
.module-video-with-text-quote .video-text__content-wrapper .buttons-container .cta-primary.media:hover .icon-wrapper span {
  background: url('/~/media/Images/B/Barratt-Developments-V2/icons/media-cta-hover');
  background-repeat: repeat;
  background-size: auto;
  width: 18px;
  height: 24px;
  background-repeat: no-repeat;
}
.module-video-with-text-quote .video-text__content-wrapper .buttons-container .cta-primary .link_text{
  color: var(--mono-1);
}
/* cta style */


/* Mobile responsiveness (below 768px) */
@media all and (max-width:1024px){
  .module-video-with-text-quote .content-wrapper__title{
    margin-bottom: 48px;
  }
  .module_wrapper{
    padding-top: 70px;
  }
  .module-video-with-text-quote .content-wrapper-secondary__title{
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 10px;
  }
  .module-video-with-text-quote .content-wrapper__text{
    letter-spacing: 0.5px;
  }
  .module-video-with-text-quote .video-text__main-wrapper{
    min-height: 433px;
  }
  .module-video-with-text-quote .video-text__content-wrapper{
    min-height: 433px;
  }
}
@media (max-width: 767px) {
.module-video-with-text-quote .video-text__main-wrapper{
min-height:auto;
}
.module-video-with-text-quote .content-wrapper__title{
margin-bottom: 32px;
}
.module-video-with-text-quote.module_wrapper,.annual-report-chart.module_wrapper{padding-top:20px !important; padding-bottom:20px !important;}
.module-video-with-text-quote .video-text__media-column {
    position: relative;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
  .module-video-with-text-quote .buttons-container{margin-top:25px;display:flex;width:100%}
  .module-video-with-text-quote .video-right .video-text__content-wrapper {
    margin-left:0;
  }
  .module-video-with-text-quote .quote{
    font-size:2rem !important;
    font-weight:500 !important;
    line-height:3.2rem !important;}
  .module-video-with-text-quote .content-wrapper__title {
    font-size: 40px !important;
        line-height: 48px !important;
        font-weight: 500 !important;
  }
/*   .module-video-with-text-quote .user-info .large-body{
    padding-bottom:32px} */
  .module-video-with-text-quote .content-wrapper-secondary__title{
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 32px !important;margin: 0;
  }
 
  .card{
    margin-bottom: 14px;
  }
  .report-banner h1 {
    font-size: 40px !important;
    line-height: 48px !important;
  }
  .report-banner .banner_content_wrapper {
    padding-top: 110px;
    padding-bottom: 32px;
  }
  .report_banner_size {
    min-height: 248px;
  }
   .card-image {
    height: 160px;
  } 
/* .card-image {
    min-height: 160px;
    max-height: 160px;
  } */
  .module-three-column-signpost {
    padding-left:19px;
    padding-right:19px;
  } 
  .module-video-with-text-quote .text-quote_wrapper {margin-top:23px;
    margin-bottom:0}
   .module-video-with-text-quote .video-right .video-text__content-wrapper{
    padding-left:0}
  .module-video-with-text-quote .video-left .video-text__content-wrapper{
    padding-right:0} 
  .logo-section {
    padding:17px 32px;
  }
   .module-video-with-text-quote .video-text__media-column{position: relative;width: 100%;}
    
   .module-video-with-text-quote .video-text__content-wrapper .buttons-container .cta-primary{
  margin-top:0;width:100%;justify-content:space-between;text-align: left;
  
 }
 
 .module-video-with-text-quote .video-text__main-wrapper {
    display: flex;
    flex-direction: column; 
  }

  .module-video-with-text-quote .video-text__media-column {
    order: -1; 
  }

  .module-video-with-text-quote .video-text__content-column {
    order: 2;  
  }
  .module-video-with-text-quote .video-text__main-wrapper.media-left  .video-text__content-wrapper{padding-left:0}
.module-video-with-text-quote .video-text__main-wrapper.media-right  .video-text__content-wrapper{padding-right:0}
.module-video-with-text-quote .video-text__content-wrapper {
  min-height: 0;
}
.module-video-with-text-quote .video__play-button {
  width: 72px;
  height: 72px;
}
.module-video-with-text-quote .video__play-button::before {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #004A33;
}

}
@media all and (min-width:1366px){
.module-video-with-text-quote .video-text__media-column{
overflow: hidden;
}
.module-video-with-text-quote .video{
min-height: max-content;
}
}
/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px){
  .report-banner h1{
    font-size: 56px;
    line-height: 64px;
    font-weight: 500;
  }
  .report-banner .banner_content_wrapper {
    padding-top: 150px;
    padding-bottom: 32px;
  }
  .module-video-with-text-and-quote .module-wrapper{padding-top:0 !important; padding-bottom:0 !important;}

  .module-video-with-text-quote .content-wrapper__title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
  }
  .module-video-with-text-quote .quote{
    font-size:2rem;
    font-weight:500;
    line-height:3.2rem}
  .module-video-with-text-quote .content-wrapper__title {
    font-size: 56px;
    line-height: 64px;
    font-weight: 500;
  }
  .module-video-with-text-quote .content-wrapper-secondary__title{
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
  }
   .card-image {
    height: 193px;
  } 
  
/*     .card-image {
    min-height: 266px;
    max-height: 266px;
  } */
  
  .logo-section {
    padding:0}
   .module-video-with-text-quote .video-right .video-text__content-wrapper{
    padding-left:0}
  .module-video-with-text-quote .video-left .video-text__content-wrapper{
    padding-right:0}   
}

/* Tablet Landscape */
/*@media (min-width: 1024px) and (max-width: 1199.98px) and (orientation: landscape)   {
  .module-video-with-text-quote .title-wrapper{ padding: 0 !important} 
  .logo-section {
    padding:17px 32px;
  }
  .image-banner-page__image{
max-height: 400px;
}
}*/

@media only screen and (min-width:1024px) and (max-width:1200px){
.logo-section{
padding:0 0;
}
}

/* Mobile Landscape */
@media only screen and (max-width: 740px) and (orientation: landscape) {
  .report-banner .banner_content_wrapper .banner_heading  {
    padding-top: 32px;
  }
}
@media only screen and (min-width:1920px){
.card{
min-height: 530px;
}
.card-image{
height: 400px;
}
}

/* custom-vidhi - End */

/* custom-Smit - Start */
/*.banner_main_wrapper .banner-description {
    color: #fff;
    font-family: "Gotham";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 22px;
    margin-top: 27px;
}*/
.in-page-navigation {
  border-bottom: 1px solid #A3A3A3;
/*   margin-bottom: 16px; */ 
}
.in-page-navigation .in-page-navigation-wrapper ul{
  gap: 24px;

}
.in-page-navigation .in-page-navigation-wrapper ul li {
  padding: 16px 0;
}
.in-page-navigation .in-page-navigation-wrapper ul li.active{
  border-bottom: 6px solid  var(--primary-color-1);
}
.in-page-navigation .in-page-navigation-wrapper ul li a{
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
}

.annual-report-chart p.author-designation {
    font-weight: 700;
    font-family: var(--font-bold);
}
.in-page-navigation .in-page-navigation-wrapper ul li a.active::after{
  /*     position: absolute;
  content:'';
  width: 100%;
  height: 6px;
  background: var(--primary-color-1);
  bottom: 0;
  left: 0; */
}
.tabbed-content .tab-wrapper .tabs .image-wrapper{height:80px;width:80px;}
.tabbed-content .tab-wrapper .tabs .image-wrapper img{object-fit:none; height:80px;width:80px;}
.tabbed-content .section-title-wrapper{margin-bottom: 32px;text-transform: uppercase;}
.tabbed-content .section-title-wrapper .section-title{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.5px;
}
.tabbed-content .tab-wrapper{padding: 48px 0;}
.tabbed-content .tab-wrapper .tabs .tab{
  /* min-width: 234px; */
  text-align: center;
  /* padding-bottom: 20px; */
  height: 91px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
  border: 0.5px solid #E0D9DB;  
  gap:11px;
  flex: 1;
}
.tabbed-content.module---tabbed-content{
background-color: #F9F7F7;
}
.tabbed-content .tab-wrapper .tabs .tab .image-wrapper{
  border:1px solid #A3A3A3;
  background-color:#fff
}
.tabbed-content .tab-wrapper .tabs .tab.active .image-wrapper, .tabbed-content .tab-wrapper .tabs .tab:hover .image-wrapper{
  background-color:var(--primary-color-11); transition:0.3s all ease-in-out;
}
.tabbed-content .tab-wrapper .tabs .tab.active, .tabbed-content .tab-wrapper .tabs .tab:hover{background:var(--primary-color-1);color:white;  transition:0.3s all ease-in-out;}
.tabbed-content .tab-wrapper .tabs .tab.active:focus-visible{outline-color: var(--primary-color-6);}
.tabbed-content .item-title-wrapper {margin-bottom: 49px;    width: 80%;}
.tabbed-content .item-title-wrapper h2{
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 82px;
  color: var(--primary-color-1);}
.tabbed-content .inner-content-wrapper .content-wrapper{
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.tabbed-content .casestudy-swiper .image-wrapper img{
  position: absolute;
/*   width: 100%; */
  width: 99.5%;
  left: 0;
  top: 0;
  height: 100%;
  object-fit:cover;
}
.tabbed-content .casestudy-swiper .image-wrapper::after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
/*   width: 100%; */
  width: 99.5%;
  background:rgba(0,0,0,0.5)
}
.tabbed-content .casestudy-swiper .image-wrapper .box-border{
  height: 100%;
  padding: 20px;
  min-height: 441px;
  position: relative;
  z-index: 1;
}
.tabbed-content .casestudy-swiper .image-wrapper .box-border .title-and-link-wrapper{
  padding: 27px;
  border: 1px solid white;
  height: 100%;
  flex-direction: column;
  min-height: 400px;
}
.tabbed-content .casestudy-swiper .image-wrapper .box-border .title-and-link-wrapper .case-study-title{
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  color: white;
}
.tabbed-content .casestudy-swiper .image-wrapper .box-border .title-and-link-wrapper .case-study-details-page{
  width: fit-content;
  display: flex;
  gap: 10px;
  padding: 23px 30px;
  align-items:center;
}
.tabbed-content .casestudy-swiper .image-wrapper .box-border .title-and-link-wrapper .case-study-details-page:hover{
  background-color: var(--primary-color-11);
  color:var(--primary-color-1)
}
.tabbed-content .inner-content-wrapper .stats-wrapper{
    padding: 89px 0 47px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    }
.tabbed-content .inner-content-wrapper .stats-wrapper .stats-content{
  padding-top: 20px;
  border-top: 3px solid var(--primary-color-1);
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.tabbed-content .inner-content-wrapper .stats-wrapper .stats
{
/*   font-size: 59px; */
    font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  color: var(--primary-color-1);
}
.tabbed-content .inner-content-wrapper .bottom-cta-wrapper a{
  display: inline-flex;
  gap: 20px;
      text-align: start;
}
.tabbed-content .inner-content-wrapper .bottom-cta-wrapper a .icon-wrapper{
  flex-direction: column;
  width: 16px;
}   
.tabbed-content .inner-content-wrapper .bottom-cta-wrapper a .icon-wrapper i{
  width: 100%;
}
.tabbed-content .inner-content-wrapper .bottom-cta-wrapper a:hover .icon-wrapper .icon-arrow-download{
  transform: translateY(-5px);
  fill: var(--primary-color-1);
}
.tabbed-content .inner-content-wrapper .bottom-cta-wrapper a .icon-wrapper .icon-arrow-download{
  transition: 0.2s ease-in-out all;
}
.tabbed-content .inner-content-wrapper .bottom-cta-wrapper a:hover .icon-wrapper .icon-download-bottom-vector path ,.tabbed-content .inner-content-wrapper .bottom-cta-wrapper a:hover .icon-wrapper .icon-arrow-download path { 
  stroke:  var(--primary-color-1);
}
.tabbed-content .inner-content-wrapper .bottom-cta-wrapper a:hover .icon-wrapper .icon-arrow-download path {
  fill: var(--primary-color-1);

}

/* .tabbed-content .inner-content-wrapper .bottom-cta-wrapper a .icon-wrapper i.icon-arrow-download{
height: 13px;
background-image: url('/~/media/Images/B/Barratt-Developments-V2/icons/download-arrow');
background-position: center;
background-size: auto;
background-repeat: no-repeat;
}
.tabbed-content .inner-content-wrapper .bottom-cta-wrapper a .icon-wrapper i.icon-download-bottom-vector{
height: 4px;
background-image: url('/~/media/Images/B/Barratt-Developments-V2/icons/dowload-bottom-vector');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
} */
.tabbed-content .inner-content-wrapper .bottom-cta-wrapper a:hover{
  background-color: var(--primary-color-11);
  color:var(--primary-color-1);
  border:1px solid var(--primary-color-1);
}
.tabbed-content .item-swiper-buttons{position: absolute;top:52.5%}
.tabbed-content .item-swiper-buttons .swiper-button:after{
  content:unset
}

.tabbed-content .item-swiper-buttons .swiper-button{
  opacity: 1;
  width: 62px;
  height: 62px;
  background: var(--primary-color-1);
  color: white;
}
.tabbed-content .item-swiper-buttons .swiper-button:hover{
background:var(--primary-color-11);
color:var(--primary-color-1);
}
.tabbed-content .item-swiper-buttons .swiper-button:focus-visible {
    outline: 2px dashed var(--primary-color-6);
    outline-offset: 5px;
}
.tabbed-content .item-swiper-buttons .swiper-button-disabled{
  background-color:var(--mono1);
  color: #676767;
}
.tabbed-content .item-swiper-buttons .swiper-button-next{
  left:79px;
}
.tabbed-content .inner-content-wrapper .casestudy-swiper-buttons{
  position: absolute;
  bottom: 50px;
  right: 43px;
  display: flex;
  flex-direction: row;
  gap: 7px;
}
.tabbed-content .inner-content-wrapper .casestudy-swiper-buttons .casestudy-button{
  background: var(--primary-color-1);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 62px;
  width: 62px;
  cursor:pointer;
  color:var(--mono1);
}
.tabbed-content .inner-content-wrapper .casestudy-swiper-buttons .casestudy-button.swiper-button-disabled , .tabbed-content .inner-content-wrapper .casestudy-swiper-buttons .casestudy-button.swiper-button-disabled:hover{
background:var(--mono1);
color:var(--primary-color-1);
cursor:default;
}
.tabbed-content .inner-content-wrapper .casestudy-swiper-buttons .casestudy-button:hover{
background:var(--primary-color-11);
color:var(--primary-color-1);
}
@media all and (max-width:1023.98px){
.in-page-navigation-wrapper{
overflow: auto;
overflow-y:hidden;scrollbar-width: none;
}
.in-page-navigation .in-page-navigation-wrapper ul{

width:991px;
}
}
@media only screen and (max-width:992px){
.tabbed-content .item-swiper-buttons{
position: absolute;
    top: auto;
    bottom: 40%;
}
  .tabbed-content .inner-content-wrapper .content-wrapper{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 32px;
  }
  .tabbed-content .inner-content-wrapper .casestudy-swiper-buttons{
    width: 100%;
    justify-content: space-between;
/*     padding: 0 10px; */ 
    bottom: 50%;
    right: 0;
  }
  .tabbed-content .inner-content-wrapper .casestudy-swiper-buttons .casestudy-button{
    width: 40px;
    height: 40px;
  }
  .dropdown-wrapper {
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #A3A3A3;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
  }
  .tabs {
    display: none;
    border: 1px solid #ccc;
  }
  .tabs.open {
    display: block;
  }
  .tabs .tab {
    display: block;
    padding: 10px 16px;
    background: #fff;
/*     border-top: 1px solid #eee; */ 
  }
  .tabs .tab.active {
  background: #f9f9f9;
  }
  .tabbed-content .tab-wrapper .tabs .tab{
    justify-content: center;
    height: auto;
    padding: 16px;
    text-transform: uppercase;
        text-align: start;
        align-items: start;
        letter-spacing:1.5px;
                font-size: 14px;
        line-height: 16px;
        font-weight: 500;
  }
  .tabbed-content .tab-wrapper .tabs .tab:hover{
  background: var(--primary-color-1);
    color: var(--mono1);
  }
  .tabbed-content .tab-wrapper{
    padding: 0 0 16px 0;
  }
  .tabbed-content .inner-content-wrapper .icon-image-wrapper{
    width: 80px;
    height: 80px;
    background-color:var(--primary-color-11);
    border:1px solid #004A33;
    margin-bottom: 16px;
    margin-left:1px;
  }
  .tabbed-content .inner-content-wrapper .icon-image-wrapper img{
  object-fit:none;
  height:100%;
  }
  .tabbed-content .casestudy-swiper .image-wrapper .box-border .title-and-link-wrapper .case-study-details-page{
  padding:16px;
  }
}

@media only screen and (max-width:767px){

.container{
  padding-right: 20px;
  padding-left: 20px;
}
.tabbed-content .inner-content-wrapper .casestudy-swiper-buttons{
bottom: -12%;
        justify-content: center;
        gap:10px;
}
.tabbed-content.module_wrapper{padding-top:16px !important; padding-bottom:16px !important;}
  .tabbed-content .item-swiper-buttons{
    display: none;
  }
  .tabbed-content .item-title-wrapper{
    margin-bottom: 32px;
  }
  .tabbed-content .item-title-wrapper h2{
    font-size: 40px !important;
        font-style: normal;
        line-height: 48px !important;
  }
  .tabbed-content .inner-content-wrapper .stats-wrapper{
    padding:0 0 32px 0;
  }
  .tabbed-content  .casestudy-swiper{
    margin-top: 32px;
    overflow: visible;
        min-height: 310px;
  }
  .tabbed-content .casestudy-wrapper{
    order: 3;
            min-height: 380px;
  }
  .tabbed-content .inner-content-wrapper .bottom-cta-wrapper a{
    width: auto;
  }

  .tabbed-content .casestudy-swiper .image-wrapper .box-border{
    padding: 16px 19px;
    min-height: 257px;
  }
  .tabbed-content .casestudy-swiper .image-wrapper .box-border .title-and-link-wrapper{
    padding: 16px;
    min-height: 223px
  }
  .tabbed-content .casestudy-swiper .image-wrapper .box-border .title-and-link-wrapper .case-study-title{
    font-size: 24px;
    line-height: 32px;
  }
  .tabbed-content .section-title-wrapper{
    margin-bottom: 32px 0;
    padding: 0 20px;
  }
  .tabbed-content.module_wrapper .container {
    padding: 0;
  }
  .tabbed-content.module_wrapper .container > .row{
  	margin: 0;
  }
  .tabbed-content.module_wrapper .container > .row > [class*='col-']{
  	padding: 0;
  }
  .tabbed-content .tab-wrapper{
  	padding: 0 20px 16px 20px;
  }
  .tabbed-content .casestudy-tabbed{
  	padding: 0 35px;
  }
  .tabbed-content .inner-content-wrapper .stats-wrapper{
  	padding: 0 20px 32px 20px;
  }
  .tabbed-content .bottom-cta-wrapper{
  	padding: 0 20px;
  }
}
@media only screen and (min-width:992px){
.tabbed-content .inner-content-wrapper .bottom-cta-wrapper{
    margin-left: 1px;
}
}
/* custom-Smit - End */