* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
/* HERO FEATURES DESIGN */
.hero-features {
  list-style: none;
}
.hero-features li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 5px;
}
.feature-item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #4ade80;
  border-radius: 50%;
  display: inline-block;
}
.side-logo {
  max-height: 30px !important;
}
.thankyou-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center !important;
  height: 75vh;
  color: #ffffff;
}
.thankyou-content h1 {
  padding-bottom: 20px;
  color: #ffffff;
}
/* ==========================================================================
   1. ROOT VARIABLES
   ========================================================================== */ :root {
  --primary-green: #0b6e3a;
  --hero-bg-green: #005a2b;
  --text-dark: #111111;
  --text-muted: #666666;
  --white: #ffffff;
  --border-light: #f0f0f0;
  --poppins: 'Poppins', sans-serif;
  --primary-orange: #FFA92C;
  --border-color: #dcdcdc;
  --button-reset: #e0e0e0;
}
/* ==========================================================================
   2. RESET
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--poppins);
  background-color: var(--white);
  color: var(--text-dark);
  line-height: 1.6;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
/* ==========================================================================
   3. HEADER
   ========================================================================== */
.header {
  background-color: #ffffff;
  padding: 15px 0;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-left .divider {
  width: 1px;
  height: 35px;
  background-color: #ccc;
}
.logo {
  max-height: 45px;
  width: auto;
}
/* ==========================================================================
   4. HERO SECTION
   ========================================================================== */
.hero-section {
  background-color: var(--hero-bg-green);
  background-image: url('../assets/bg.png');
  background-size: cover;
  background-position: top;
  padding: 40px 0;
  color: var(--white);
}
.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.hero-content {
  flex: 1.2;
}
.hero-tags {
  display: inline-flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 20px;
  border-radius: 50px;
  gap: 20px;
  margin-bottom: 25px;
}
.hero-tags span {
  font-size: 13px;
}
.hero-content h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 20px;
}
.hero-content p {
  font-size: 16px;
  margin-bottom: 30px;
}
.hero-list {
  list-style: none;
}
.hero-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 14px;
}
.hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #63a4d1;
  border-radius: 50%;
}
/* FORM CARD */
.hero-form-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: var(--text-dark);
  flex-shrink: 0;
}
.hero-form-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.required-note {
  font-size: 12px;
  text-align: right;
  margin-bottom: 15px;
  color: var(--text-muted);
}
input:focus {
  outline: none;
  border: none;
}
.submit-btn {
  width: 50%;
  background-color: var(--primary-green);
  color: #ffffff;
  border: none;
  padding: 14px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.submit-btn:hover {
  background-color: #1f7744;
}
.reset-btn {
  width: 50%;
  background-color: var(--button-reset);
  color: #000;
  border: none;
  padding: 14px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.reset-btn:hover {
  background-color: #b4bbb7;
}
.buttons {
  display: flex;
}
/* ==========================================================================
   5. MFA SECTION
   ========================================================================== */
.mfa-importance-section {
  padding: 100px 0;
  background-image: url('../assets/bg-2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
.mfa-intro {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}
.mfa-text {
  flex: 1.5;
}
.bg-gray {
  background: #3d4046;
  background-size: cover;
  border-radius: 30px
}
.mfa-illustration {
  flex: 1;
}
.mfa-pdf-form {
  flex: 1;
  padding: 40px;
}
.pdf-bg {
  background: url("../assets/pdf-dowload.jpg") no-repeat bottom center;
  background-size: 100%;
}
.pdf-form {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: var(--text-dark);
  flex-shrink: 0;
  position: relative;
}
.mfa-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.mfa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.icon-box img {
  width: 28px;
}
/* Icon colors */
.icon-blue {
  background: #d1e3f8;
}
.icon-red {
  background: #fbd5d5;
}
.icon-orange {
  background: #ffe8d1;
}
.icon-green {
  background: #d1f3e0;
}
.icon-pink {
  background: #fce1f0;
}
.icon-light-blue {
  background: #e1f5fe;
}
.light-green {
  background: #f2f7f4;
}
.mfa-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 600;
}
.mfa-item p {
  font-size: 14px;
  color: var(--text-muted);
}
/* ==========================================================================
   6. INDUSTRIES SECTION
   ========================================================================== */
.industries-section {
  padding: 80px 0;
  background-color: #faf6f3;
}
.section-header {
  margin-bottom: 50px;
}
.section-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}
.sub-heading {
  font-size: 18px;
  font-weight: 600;
}
.intro-text {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 900px;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.industry-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  justify-content: space-between;
}
.industry-card:hover {
  transform: translateY(-5px);
}
.card-content {
  padding: 30px;
}
.card-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.card-content p {
  font-size: 14px;
  margin-bottom: 12px;
}
.card-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
/* =========================================
   7a. TRUSTED LOGOS SECTION
   ========================================= */
.trusted-section {
  background-color: #ffffff;
  padding: 0px 0 80px 0;
  text-align: center;
  overflow: hidden;
}
.trusted-section h2 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0px;
}
.logo-scroller-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
.logo-track {
  display: flex;
  width: max-content;
  animation: scroll-logos 30s linear infinite;
}
.logo-track:hover {
  animation-play-state: paused;
}
.logo-box {
  width: 180px;
  height: 80px;
  margin: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}
.logo-box img {
  object-fit: contain;
}
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ==========================================================================
   7. CTA SECTION
   ========================================================================== */
.cta-section {
  background-color: #0b0213;
  background-image: url('../assets/bg-3.png');
  background-size: cover;
  background-position: center;
  padding: 150px 0;
  color: var(--white);
  position: relative;
}
.cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.cta-content h1 {
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.2;
  ;
}
.cta-content p {
  font-size: 16px;
  margin-bottom: 30px;
}
.btn-primary {
  display: inline-block;
  background: var(--primary-orange);
  color: #000000;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}
.cta-graphic img {
  max-width: 90%;
}
/* ==========================================================================
   8. TRUSTED LOGOS
   ========================================================================== */
.trusted-section {
  padding: 30px 0 80px 0;
  text-align: center;
}
.logo-scroller-wrapper {
  overflow: hidden;
  margin-top: 30px;
}
.logo-track {
  display: flex;
  width: max-content;
  animation: scroll-logos 30s linear infinite;
}
.logo-box {
  width: 180px;
  height: 80px;
  background: #f2f2f2;
  margin: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ==========================================================================
   9. DISCLAIMER / FOOTNOTES
   ========================================================================== */
.disclaimer-section {
  background-color: #ffffff;
  padding: 60px 0;
}
.disclaimer-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  color: #555555;
}
/* Small asterisk note */
.footnote-asterisk {
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: 400;
}
/* Numbered footnotes list */
.footnote-list {
  list-style-type: decimal;
  padding-left: 18px;
  margin: 0;
}
.footnote-list li {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 1.5;
  color: #555555;
}
/* ==========================================================================
   11. Redington info
   ========================================================================== */

.redington-info{
    background:#f0f0f0;
    padding:80px 0px;
}
.redington-info .twoCol{
    display: flex;
    align-items: center;
    gap: 60px;
}
.redington-info .twoCol .one{flex:1;}
.redington-info .twoCol .two{flex:1;}
.redington-info ul{margin: 0px; padding: 0px;}
.redington-info ul li{margin-left:0px; padding-left:0px; display: flex; gap:20px;flex-direction: row; list-style: none;    align-items: center; margin-bottom:10px; }
.redington-info ul li img{    background: #d1e3f8;
    height: auto;
    width: 60px;
    padding: 12px;
    border-radius: 100px; }
/*.redington-info ul li::marker{color:#00b94e;}*/
.redington-info h2{
     font-size: 36px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;  
}
.redington-info img {border-radius: 12px; width:100%;}
.redington-info p {
    margin-bottom: 20px;
}
.btn-primary-border{
     color: #ffffff;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 100px;
    list-style: none;
    text-decoration: none;
    margin-left:15px;
    display: inline-block;
}
/* ==========================================================================
   10. FOOTER
   ========================================================================== */
.main-footer {
  background-color: #0e1b2a;
  text-align: center;
  padding: 25px 20px;
}
.main-footer p {
  color: #ffffff;
  font-size: 12px;
}
/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */
/* Tablet */
@media (max-width:1024px) {
  .mfa-illustration {
    display: none;
  }
  .container {
    padding: 0 30px;
  }
  .hero-inner {
    gap: 30px;
  }
  .hero-content h1 {
    font-size: 34px;
  }
  .hero-container {
    flex-direction: column;
    text-align: left;
    gap: 30px;
  }
  .hero-form-card {
    max-width: 600px;
    width: 100%;
    padding: 30px;
  }
  .hero-features {
    text-align: left;
  }
  .mfa-intro {
    flex-direction: column;
    text-align: left;
  }
  .mfa-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-container {
    flex-direction: column;
    text-align: center;
  }
    .redington-info .twoCol{
            flex-direction: column;
        text-align: left;
        gap: 30px;
}
    .btn-primary-border{
    margin-left:0px;
    margin-top:10px;
}
}
/* Mobile */
@media (max-width:768px) {
  .cta-section {
    padding: 70px 0;
  }
  .mfa-illustration {
    display: none;
  }
  .header-inner {
    flex-direction: column;
    gap: 15px;
  }
  .hero-inner {
    flex-direction: column;
    align-items: center;
  }
  .hero-content {
    max-width: 100%;
    text-align: left;
    margin-bottom: 0px;
  }
  .hero-tags {
    justify-content: center;
    gap: 5px;
    column-gap: 10px;
  }
  .logo-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .hero-section {
    padding: 50px 0;
  }
  .hero-content h1 {
    font-size: 32px;
  }
  .mfa-text h2 {
    font-size: 28px;
  }
  .mfa-grid {
    grid-template-columns: 1fr;
  }
  .industry-grid {
    grid-template-columns: 1fr;
  }
  .cta-content h1 {
    font-size: 32px;
  }
}
.thankyouhero {
  background-color: var(--primary-green);
  color: var(--text-light);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.thankyouhero-bg-graphic {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thankyouhero-bg-graphic svg, .thankyouhero-bg-graphic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thankyouhero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.pdf-button {
  margin-top: 30px;
}
.mfa-intro.form-bg {
  background: #43464b;
}
.mfa-intro.bg-gray {
  align-items: stretch;
}
.mfa-intro.bg-gray .mfa-text {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mfa-intro.bg-gray .mfa-text h2 {
  color: #fff;
  margin-left: 40px;
  margin-top: 40px;
}
.mfa-intro.bg-gray .mfa-text p {
  color: #fff;
  margin-left: 40px;
  margin-top: 20px;
}
#download-pdf {
  padding-top: 80px;
}
@media (max-width:1024px) {
  .mfa-intro.bg-gray .mfa-text {
    background: #2e3034;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-right: 30px;
  }
  .mfa-intro.bg-gray {
    gap: 0;
  }
  .pdf-form {
    min-width: 100%;
  }
  .hero-form-card {
    min-width: 100%;
  }
}
#floating-button {
  position: fixed;
    background: var(--primary-orange);
    color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  z-index: 9999;
  text-decoration: none;
  transition: .3s;
}
@media (min-width:992px) {
  #floating-button {
    display: block;
    position: fixed;
    z-index: 100;
    right: 25px;
    top: 45%;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: right top;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
  }
  #floating-button.show {
    opacity: 1
  }
}
@media (max-width:991px) {
  #floating-button {
    right: 50%;
    margin-right: -120px;
    bottom: 20px;
    transform: translateX(0);
    border-radius: 50px;
    opacity: 0;
    width: 240px;
    text-align: center;
  }
  #floating-button.show {
    opacity: 1
  }
  .main-footer {
    padding-bottom: 80px
  }
}
.anchor-link {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -30px;
  display: block;
}
.light-green-color {
  color: #4ade80;
}
.link-text {
  color: #f8c7a2;
}
.link-text:hover {
  text-decoration: none;
}