:root {
  --black: #000000;

  --primary: #79752f;

  --secondary: #121417;

  --bs-border-radius: 7px;

}

.text-bg-primary {
  background-color: var(--primary) !important;
}

.font-light {
  font-weight: 300;
}

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




.bg-black {
  background: #000;
}

.bg-brown {
  background: var(--primary);
}


.underline {
  color: #000;
  text-decoration: underline;
}




.text-black {
  color: #333;
}


.text-brown {
  color: var(--primary);
}

.text-grey {
  color: var(--secondary);
}





html {
  scroll-behavior: unset;
  overflow-x: hidden;
}

html.blackTheme {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

body,
html {
  width: 100%;
  height: 100%;
  color: #121417;

  font-size: 12.5px;
  line-height: 1.4rem;

  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;


}

main {
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 1.8rem;
}

/* section {
  overflow: hidden;
} */



hr {
  border-top: 1px solid #e9e9e9;
  opacity: 1;
}


a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
}

a:hover {
  color: #000;
}


h1.large {
  font-size: 10rem;
  line-height: 10rem;

  font-weight: 500;
  font-style: normal;
}


strong {
  font-weight: 500;
  font-style: normal;
}

.bold {
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-style: normal;
}

.fonts-basic {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.text-white h2 {
  color: #fff;
}

h2.large {
  font-size: 3.375rem;
  line-height: 3.75rem;
  font-weight: 400;
}

h2 {
  font-size: 2.625rem;
  line-height: 2.875rem;

}


h2.small {
  font-size: 2.2rem;
}


h3 {
  font-size: 1.6875rem;
  line-height: 2rem;
  font-weight: 500;
}


h3 small {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: normal;
}

h5 {
  font-size: 1.4375rem;
  line-height: 1.75rem;
}

h5.small {
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 2px;

}

h6 {
  font-size: 1.25rem;
}



div,
p,
ul li {
  font-size: 1.25rem;
  line-height: 1.8rem;
}

ul li {
  margin-bottom: 5px;
}

p.large {
  font-size: 1.875rem;
  line-height: 2.25rem;

}

/* .btn,
.form-control::placeholder {
  font-size: 1.1rem;
  line-height: 1.25rem;
} */



ul.content {
  padding-left: 20px;
}

ul.content li {
  margin-bottom: 15px;
}

ul.content strong {
  font-weight: 600;
}

/* Remove font-size from span tags in page content */
.page-content-body span,
.page-content-body span[style*="font-size"] {
  font-size: inherit !important;
}

.content-img-right {
    float: right;
    width: 45%;
    margin: 0 0 30px 40px;
}

.content-img-left {
    float: left;
    width: 45%;
    margin: 0 30px 0px 40px;
}

.tab-pane {
    outline: none;
}

/* Remove inline font-size styles from span tags */
.page-content-body span[style] {
  font-size: inherit !important;
}

/* Remove font-size from span tags inside headings - CRITICAL for h2 to work */
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
h1 span[style*="font-size"],
h2 span[style*="font-size"],
h3 span[style*="font-size"],
h4 span[style*="font-size"],
h5 span[style*="font-size"],
h6 span[style*="font-size"],
h1 span[style],
h2 span[style],
h3 span[style],
h4 span[style],
h5 span[style],
h6 span[style] {
  font-size: inherit !important;
}

/* Ensure headings in content use h2 styling */
.page-content-body h1,
.page-content-body h2,
.page-content-body h3,
.page-content-body h4,
.page-content-body h5,
.page-content-body h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.page-content-body h2 {
  font-size: 2.625rem;
  line-height: 2.875rem;
}

/* Force h2 styling globally - especially for pagebuilder sections */
h2 {
  font-size: 2.625rem !important;
  line-height: 2.875rem !important;
}

/* Force h2 styling even when span is inside - override inline styles */
h2 span,
h2 span[style],
h2 span[style*="font-size"] {
  font-size: inherit !important;
}

figure {
  margin: 0px;
  overflow: hidden;
}




.border-grey {
  border: 1px solid #e5e5e5;
}

.round {
  border-radius: 10px;
  overflow: hidden;
}








.img-shadow figure,
.shadow {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.46);
}

.btn-explore {
  font-weight: 300;
  padding: 0;
}

.btn-explore span {
  font-size: 9px;
  line-height: 10px;
}

.btn.active,
.btn.show {
  color: var(--primary);
  background-color: transparent;
  border-color: transparent;
}

.btn-check-label,
.btn-check + .btn:hover {
  padding: 9px 35px 9px 10px;
  border: 1px solid #dedede;

}

.btn-check:checked + .btn{
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.check-button{
  position: relative;
}

.btn-check {
  position: absolute;
  clip: unset;
  pointer-events: auto;
  right: 10px;
  top: 12px;
}

.letter-spacing {
  letter-spacing: 2px;
}


.text-white p {
  font-weight: 400;
}

.text-white a {
  color: #fff;
}

hr.thick-line {
  border-top: 6px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}




.newsletter .btn {
  background: var(--primary);
  font-size: 1.3rem;
  padding: 15px 20px;
  font-weight: 500;
}

.newsletter .form-control {
  padding-left: 15px;
}

.newsletter img{
  height: 300px;
  object-fit: cover;
}

.btn-primary.filled {
  background: var(--primary);
  color: #fff;

}

.btn-primary.filled:hover {
  background: transparent;
  color: var(--secondary);

}



.btn-primary {
  background: #fff;
  font-size: 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 14px 18px;
  color: var(--secondary);
  border: 1px solid var(--primary);
  z-index: 1;
  text-decoration: none;

}

.btn-primary:hover {
  color: #fff;
  background: var(--primary);
  text-decoration: none;
  border: 1px solid var(--primary);

}

.btn-primary:hover i.fa-arrow-right {
  transform: rotate(0deg);
}

.btn-primary i.fa-arrow-right {
  transform: rotate(-45deg);
  margin-left: 6px;
}

.btn-secondary {
  background: transparent;
  font-size: 1.25rem;
  line-height: 0.875rem;
  font-weight: 500;
  color: var(--secondary);
  border-radius: 0;
  z-index: 1;
  text-decoration: none;

  padding: 12px 0px;
  border: 0;
  border-bottom: 2px solid var(--primary);
  text-transform: uppercase;
}

.btn-secondary:hover, .btn-secondary:active {
  background: none !important;
  color: var(--primary) !important;
}


.btn-secondary:hover i.fa-arrow-right {
  transform: rotate(0deg);
}

.btn-secondary i.fa-arrow-right {
  transform: rotate(-45deg);
  margin-left: 6px;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: none;
}



.btn-small {
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1.25rem;
}



.btn-reset {
  font-size: 1.25rem;
  text-align: right;
  display: block;
  font-weight: bold;
  color: var(--primary);
}

.btn-reset i {
  margin-right: 5px;
}


.btn-transparent:after {
  background: transparent;
  width: 0%;
}

.btn-transparent:hover:after {
  width: 100%;
  background: var(--primary);
}

.btn-transparent {
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-transparent:hover {
  border: 2px solid var(--primary);
  color: #fff;
}







.input-group .btn {
  border: 0;
}


.preLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eee;
  z-index: 10;
  display: table;
}

.preLoaderContent {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}


.lds-ellipsis {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 15px;
  height: 15px;
  border-radius: 1%;
  background: var(--primary);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  border-radius: 50%;
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 28px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 48px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 46px;
  background-color: var(--primary);
  z-index: 5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-top: 21px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

#scroll span {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: #000;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}


/*----------------- Header -------------------*/

header {
  position: relative;
  width: 100%;
  z-index: 6;
  padding: 10px 0 0px;

}

header.fixedTop {
  animation: smoothScroll 0.5s forwards;
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px;
  top: 0px;
  -webkit-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  position: fixed;

  padding-top: 8px;
}



body.fixedTop-padding {
  padding-top: 95px;
}

.top-menu-mobile {
  display: none;
}

.top-menu a.btn-primary {
  padding: 10px 14px !important;
}


.top-menu a.btn-primary:hover {
  color: #fff;
}


.navbar-brand img {
  width: 180px;
}

.top-menu {
  color: #818181;
  display: flex;
  justify-content: right;
  gap: 9px;
  font-size: 1rem;
  align-items: center;
}

.top-menu a {
  color: #818181;
  font-weight: 400;
  position: relative;
}

.top-menu a:hover,
.top-menu a.active {
  color: #333333;
}

/* .top-menu a.active::before{
  content: "";
  height: 4px;
  background: var(--primary);
  display: block;
  bottom: -8px;
  position: absolute;
  width: 100%;
} */

.top-menu a,
.navbar-nav a {
  font-size: 1.125rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.top-menu a {
  display: flex;
  align-items: center;
  gap: 6px;
}



.navbar-nav a.active {
  font-weight: bold;
}


.navbar-nav a.show::before,
.navbar-nav a:hover::before,
.navbar-nav .nav-link.active::before {
  content: "";
  height: 4px;
  background: var(--primary);
  display: block;
  bottom: -8px;
  position: absolute;
  width: calc(100% - 12px);
}





.navbar-expand-xl .navbar-nav .dropdown-menu {
  position: absolute;
  background: rgba(240, 240, 240, 0.9);
  border-radius: 4px;
  border-color: var(--primary);
}


.banner aside {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.27) 1%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.banner-details {
  color: #fff;
}

.banner-details h2 {
  font-size: 3.375rem;
  line-height: 3.75rem;
  font-weight: 400;
}

.banner-details ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 10px;
  color: #494949;
}

.banner-details ul li {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  border-radius: var(--bs-border-radius);
  backdrop-filter: blur(5px);
  flex-basis: 200px;
}

.banner-details ul li span {
  color: var(--primary);
  font-size: 2rem;
  margin: 15px 0;
  display: block;
}

.banner-details ul p {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.banner-details ul p strong {
  font-weight: 700;
  margin-bottom: 4px;
  font-family: 1.25rem;
  display: block;
}

.banner-form {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: var(--bs-border-radius);
  backdrop-filter: blur(5px);
}

.banner-form .form-control,
.banner-form .form-select {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #bbb;
  padding: 10px;
  color: var(--bs-secondary-color);
}

.banner-form .form-check label {
  font-size: 1.125rem;
}

.banner-form span img {
  width: 40px;
  border-radius: var(--bs-border-radius);
  margin-right: 5px;
}

.icon {
  position: relative;
}

.icon i {
  position: absolute;
  right: 22px;
  top: 13px;
  color: var(--primary);
}



.banner-form h3.small {
  font-size: 1.625rem;
}

.banner-logos {
  display: none !important;
}

/* Hide poll results slider section */
.survey-ticker,
.slider.survey-ticker {
  display: none !important;
}

.sub-banners figure img {
    aspect-ratio: 6/1.8;
    object-fit: cover;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary);
  box-shadow: none;
}

.survey-ticker {
  padding: 10px;
  border-radius: var(--bs-border-radius);
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.6);
}

.survey-ticker.bg-grey {
  background: #f5f5f5;
}

.survey-ticker .btnPrev,
.survey-ticker .btnNext {
  top: 20px;
  right: 20px;
  font-size: 18px;
}

.survey-ticker .btnPrev {
  right: 50px;
}

.survey-ticker  .slick-list{
  margin: 0 70px 0 10px;
}


.breadCrumbs {
  padding: 10px 0;
  text-transform: uppercase;
}


.breadCrumbs ul {
  padding: 0;
  font-size: 1.125rem;
  color: #666;
}

.breadCrumbs li {
  position: relative;
  padding-right: 1em;
  font-size: 1.125rem;
}

.breadCrumbs li:not(:last-child):after {
  content: "\f105";
  position: absolute;
  right: -2px;
  top: 0px;
  font-family: 'font awesome 5 free', fontawesome;
  text-transform: none
}

.breadCrumbs li a {
  text-decoration: none;
  color: #666;
  font-size: 1.125rem;
}

.breadCrumbs li:last-child {
  font-weight: 500;
  color: var(--primary);
}



.highlight {
  background: #E9E9E9;
  padding: 5px 10px;
  border-radius: var(--bs-border-radius);
  display: inline-block;
  margin-bottom: 10px;
}


.pagination .page-link {
  color: var(--primary);
  padding: 10px 14px;
}

.pagination .page-link.active {
  z-index: 3;
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  font-weight: 500;
}

.pagination .page-item.active a {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  border-color: var(--primary);
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #eee;
}

.methodology {
  background: #F6F6F6;
  border: 1px solid #ddd;
  border-radius: var(--bs-border-radius);
  padding: 20px;
  height: 100%;
}

.methodology span {
  color: var(--primary);
  font-size: 2rem;
  margin: 15px 0;
  display: block;
}

.methodology h3 {
  font-size: 1.25rem;
}

.methodology i {
  color: var(--primary);
}



@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}






.btnPrev,
.btnNext {
  position: absolute;
  top: -40px;
  right: 0px;
  z-index: 2;
  font-size: 25px;
  text-decoration: none;
  margin-top: -10px;
}

.btnPrev {
  right: auto;
  right: 40px;

  -webkit-transform: scaleX(1);
  transform: scaleX(1);

}

.testimonial-slider .btnNext {
  right: 15px;
}

.testimonial-slider .btnPrev {
  right: 55px;
}


.btnPrev i::before,
.btnNext i::before {
  color: var(--primary);
}





.slick-prev::before,
.slick-next::before {
  font-size: 25px;
  color: var(--black);
  opacity: 1;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}





.slick-dots {
  left: 0;
  bottom: 0px;
}

.slick-dots {
  background: rgba(0, 0, 0, 0.1);
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 17px;
  padding: 0px 4px 3px 7px;
}


.slick-dots li button::before {
  background: #fff;
  content: "";
  font-size: 10px;
  opacity: 1;
  border-radius: 50px;
  width: 15px;
  height: 15px;
}



.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #fff;
}

.img-content {
  aspect-ratio: 8/2.5;
  object-fit: cover;
}


/* ------------ new ----------- */

.survey-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.survey-box figure {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.img-label {
  position: relative;
}

.img-label figure span,
.news-box span,
.survey-box figure span {
  background: #E5E4C9;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  padding: 5px 10px;
  font-size: 1.125rem;
}

.survey-box figure img {
  aspect-ratio: 3/1.8;
  object-fit: cover;

}

.survey-box:hover figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);

}

.survey-box:hover .post figure img{
  transform: unset;
  -webkit-transform: unset;
}

.survey-box .btn {
  margin-top: auto;
}

.survey-box p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

}


.featured-reports .slick-slide img {
  aspect-ratio: 3/1.8;
  object-fit: cover;
  border-radius: var(--bs-border-radius) !important;
}


.slick-dots li.slick-active button::before {
  background: var(--primary);

}



.rating-panel {
  background: url('../images/ratings-pattern.png') #2b2a29 center center no-repeat;
  background-size: 80% auto;
  min-height: 160px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: var(--bs-border-radius) !important;
}

.rating-panel ul {
  color: #fff;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.rating-panel ul li {
  font-size: 1.75rem;
  line-height: 2.5rem;
  display: flex;
  gap: 15px;
}

.rating-panel ul li span {
  font-size: 4rem;
  margin-top: 8px;
}

.rating-panel h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
  margin: 0;
}

.plus::after {
  content: "+";
  font-weight: 500;
  margin-left: 4px;
}

.surveyforu {
  position: relative;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;

}

.surveyforu figure img {
  aspect-ratio: 2/3.1;
  object-fit: cover;
}

.surveyforu aside {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  color: #fff;

  background: #000000;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.7) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 42%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.surveyforu aside h3 {

  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 400;

}



.surveyforu aside p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;

  height: 0;

}

.surveyforu:hover aside p {
  height: 120px;

}

.surveyforu .btn-secondary {
  color: #fff;
  border-color: #fff;
}





.news-box {
  position: relative;
  border-radius: var(--bs-border-radius) !important;
  overflow: hidden;
}

.news-box>figure img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.news-box aside {
  background: rgba(121, 117, 47, 0.8);
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  backdrop-filter: blur(5px);
}

.news-box aside p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.post figure img {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.post h5 {
  font-size: 1rem;
}

.post {
  display: flex;
  align-items: center;
  gap: 15px;
}

.text-limit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.survey-box .post figure {
  width: unset;
}

.news-list {
  list-style: none;
  padding: 0;
}

.news-list li a {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
  text-decoration: none;
}

.news-list h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.news-list li a>figure {
  width: 170px;
  flex-shrink: 0;
}

.news-list li figure img.news-thumb {
  width: 100%;
  aspect-ratio: 3/2.8;
  object-fit: cover;
  border-radius: var(--bs-border-radius) !important;
}

.news-list span {
  background: #E5E4C9;
  padding: 5px 10px;
  font-size: 1.125rem;
}


.zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
}

.testimonial-slider {
  margin: 0 -15px;
}

.testimonial-slider .slick-slide>div {
  border: 1px solid #ccc;
  padding: 30px;
  margin: 15px;
  border-radius: var(--bs-border-radius) !important;
}


.testimonial {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
}

.testimonial figure {
  width: 100px;
  flex-shrink: 0;
}

.testimonial img {
  aspect-ratio: 2/2;
  width: 100%;
  border-radius: var(--bs-border-radius) !important;
  object-fit: cover;
}


.newsletter {
  background: #2B2A29;
  overflow: hidden;
  width: 100%;
}

.shadow {
  -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.15) !important;
}




.clients-logos {
  padding: 0 0px;
}

.clients-logos .slick-prev {
  left: 0;
}

.clients-logos .slick-next {
  right: 0;
}


.clients-logos img {
  width: 100%;
}

.clients-logos .slick-track {
  display: flex;
}

.clients-logos .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 0 0px;
}

.slick-prev::before,
.slick-next::before {
  font-size: 25px;
  color: var(--primary);
  opacity: 1;
}


/* --------- survey process ---------- */

.survey-process {
  position: relative;
}

.survey-process h3 {
  font-size: 3.75rem;
  font-weight: 300;
}

.survey-process h4 {
  font-size: 2.125rem;
  line-height: 2.5rem;
}


.survey-process aside {
  position: absolute;
  inset: 0;
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
  border-radius: var(--bs-border-radius);
  z-index: 2;
  overflow: hidden;
  color: #333;

  background: #F4F4F4;
  background: -webkit-linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F4F4F4", endColorstr="#FFFFFF", GradientType=0);
}

.survey-process figure {
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  border: 1px solid #eee;
}

.survey-process figure img{
  height: 400px;
  object-fit: cover;
}

.survey-process:hover figure img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);

}

.survey-process.black aside {
  color: #fff;

  background: #000000;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#FFFFFF", GradientType=0);
}


.right-btns .btn-primary {
  padding: 11px 18px;
}

.right-btns .form-select,
.right-btns .btn-primary {
  border-color: #bbb;
  min-width: 150px;
  font-weight: 400;
}

.rating-habits {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  text-align: center;
  flex-wrap: wrap;
}

.rating-habits li {
  background: #FAF9EE;
  border: 1px solid #ccc;
  padding: 25px;
  border-radius: var(--bs-border-radius);
}

.flag-platform {
  list-style: none;
  padding: 0;
}

.flag-platform li {
  display: flex;
  border-radius: var(--bs-border-radius);
  border: 1px solid #ccc;
  background: #eee;
  align-items: center;
  gap: 14px;
  margin-bottom: 15px;
}

.flag-platform li figure {
  background: #fff;
  border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius);
  padding: 10px;
  min-width: 80px;
}

.flag-platform li p {
  margin: 8px;
}

.top-menu i {
  border-radius: 50%;
  background: #aaa;
  color: #fff;
  padding: 4px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-info {
  border: 1px solid #ccc;
  background: transparent;
  padding: 10px 15px;
}

.btn-info:hover {
  background: transparent;
  border: 1px solid var(--primary);
}


.rating-habits {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  text-align: center;
  flex-wrap: wrap;
}

.rating-habits li {
  background: #FAF9EE;
  border: 1px solid #ccc;
  padding: 25px;
  border-radius: var(--bs-border-radius);
}

.profile-summary {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  text-align: left;
  flex-wrap: wrap;
}

.profile-summary li {
  background: #FAF9EE;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: var(--bs-border-radius);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.profile-summary li * {
  margin: 0;
}

.profile-summary li p {
  flex-basis: 100px;
  line-height: 1.6rem;
}

.profile-edit-list {
  padding: 0;
  list-style: none;
}
.profile-edit-list > li {
  border-bottom: 1px solid #dedede;
  padding: 0.8rem 0px;
  display: flex;
  align-items: center;
}
.profile-edit-list li strong {
  width: 30%;
  display: inline-block;
  flex-shrink: 0;
}
.profile-edit-list > li p {
  margin: 0;
}
.iti__divider {
  display: none;
}

.iti__country,
.iti__selected-dial-code {
  font-size: 1.2rem;
}

.survey-steps{
  background: var(--primary);
  color: #fff;
  border-radius: var(--bs-border-radius);
}

.progress-bar {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  text-align: left;
}

.progress-bar li span {
  background: #fff;
  width: 100%;
  display: block;
  margin-top: 5px;
  border-right: 2px solid var(--primary);
  color: var(--primary);
  padding: 3px 8px;
  font-size: 1.1rem;
  font-weight: 500;
}

.progress-bar li:first-child span {
  border-radius: 4px 0 0 4px;
}

.progress-bar li:last-child span {
  border-radius: 0 4px 4px 0;
}


.btn-primary.bg:hover{
  background: #eee;
  color: var(--secondary);
}
.select2-container {
   width: 100% !important;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
  min-height: 38px;
  padding-left: 4px;
  font-size: 1.2rem;
  padding-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 5px;
}

.select2-results__option, .select2-selection__rendered li{
  font-size: 1.1rem;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid #dedede;
  padding-bottom: 0;
  border-radius: var(--bs-border-radius);
}

.select2-container--default.select2-container--focus .select2-selection {
  border-color: var(--primary);
}

.select2-container--default .select2-search--inline .select2-search__field {
  height: 30px;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary);
}





/* .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0px 5px 0 22px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #dedede;
  padding-bottom: 0;
}

.select2-container .select2-search--inline {
  float: left;
  width: 100%;
  border: 1px solid #dedede;
  padding: 5px;
  border-radius: var(--bs-border-radius);
} */

.list-highlight {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  text-align: left;
  flex-wrap: wrap;
}

.list-highlight li {
  background: #E5E4C9;
  padding: 8px 10px;
  border-radius: var(--bs-border-radius);
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: space-between;
}

.list-highlight li * {
  margin: 0;
}

.vline {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  border-right: 1px solid #e9e9e9;
}


.nav-tabs .nav-link {
  padding: 15px 25px;
  color: var(--primary);
  border: 0;
}

.nav-tabs .nav-item {
  margin: 0;
}

.nav-tabs .nav-link.active {
  background: var(--primary);
  color: #fff;
}

.login-panel {
  border: 1px solid #dedede;
  max-width: 420px;
  margin: 0 auto;
  padding: 20px 30px;

  background: rgba(255, 255, 255, 0.7);
  border-radius: var(--bs-border-radius);
  backdrop-filter: blur(5px);

}


.form-control,
.form-select {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 7px 10px;
  font-size: 1.2rem;
}

.form-check-input {
  border: 1px solid #dedede;
}

.form-check-input[type="checkbox"] {
  border-radius: .25em;
  border: 1px solid #cbcbcb;
  width: 1.1em;
  height: 1.1em;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
  font-size: 1.2rem !important;
  line-height: 1.2rem;
}



.ui-widget.ui-widget-content {
  border: 0;
  border-radius: var(--bs-border-radius);
  padding: 4px 4px;
  width: 250px;
  border: 1px solid #ddd;
}


.survey-overview {
  list-style: none;
  padding: 0;
}

.survey-overview li span {
  color: var(--primary);
  margin-right: 10px;
}

.survey-overview li {
  border-bottom: 1px solid #e0e0e0;
  padding: 3px 0 7px 0;
}


/* .content-img-right - Float removed, now using Bootstrap grid layout in template */

/* Ensure inline image layouts use Bootstrap grid properly - no floats */
/* Fix for "Why do we use this method?" section - text left, image right */
.row.align-items-center {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row !important;
  width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}

.row.align-items-center > [class*="col-"] {
  float: none !important;
  position: relative !important;
  display: block;
  box-sizing: border-box;
}

/* Explicit order control - ensure content appears before image for right_inline */
.row.align-items-center > [class*="col-"][style*="order: 1"] {
  order: 1 !important;
}

.row.align-items-center > [class*="col-"][style*="order: 2"] {
  order: 2 !important;
}

/* Prevent any float-based positioning that might interfere */
.row.align-items-center figure,
.row.align-items-center img {
  float: none !important;
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
}

/* Ensure proper column behavior on desktop - maintain explicit order */
@media (min-width: 768px) {
  .row.align-items-center {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
  }

  .row.align-items-center > .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }

  /* Ensure no transform or positioning that could reorder elements */
  .row.align-items-center > .col-md-6 {
    transform: none !important;
    left: auto !important;
    right: auto !important;
  }
}

/*------------ footer --------------*/

.footer-bg {
  position: relative;
  background: #999999;
  background: -webkit-linear-gradient(180deg, rgba(153, 153, 153, 0.27) 0%, rgba(153, 153, 153, 0.03) 51%, rgba(153, 153, 153, 0) 100%);
  background: -moz-linear-gradient(180deg, rgba(153, 153, 153, 0.27) 0%, rgba(153, 153, 153, 0.03) 51%, rgba(153, 153, 153, 0) 100%);
  background: linear-gradient(180deg, rgba(153, 153, 153, 0.27) 0%, rgba(153, 153, 153, 0.03) 51%, rgba(153, 153, 153, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#999999", GradientType=0);

}



footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}



footer hr {
  border-top: 1px solid #333;
}

footer p,
footer a,
footer ul li {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 8px;
}


footer h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 2px;
}

.certificate {
  text-align: right;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.social-media i {
  font-size: 1.85rem;
}

.social-media a:hover i {
  transform: scale(1.1);
}

#surveyElement .sd-body.sd-completedpage::before,
#surveyElement .sd-body.sd-completedpage::after {
    display: none;
}

#surveyElement .sd-body.sd-completedpage {
    padding: 4rem 0;
}
#surveyElement .sd-body.sd-completedpage h3 {
    font-size: 2rem;
    font-weight: 600;
}
.bg-shadow {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}



/*----cookie---*/

#gdpr {
  padding: 20px;
  background: #161616;
  color: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#gdpr p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  text-align: center;
}

#gdpr_btn:hover {
  color: var(--primary);
}

#gdpr p a {
  color: #fff;
}




.zoom img,
.zoom:hover img,
.btn-secondary i,
.btn-primary i,
.survey-box figure img,
.surveyforu aside p,
.survey-process figure img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
