p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
}

:root {
  --primary: #FF6701;
  --secondary:#171749;
  --black: #131314;
  --grey: #F8F8FA;
  --white: #fff;
  --bold: 700;
  --medium: 600;
  --semibold: 500;
  --regular: 400;
  --light: 300;
  --extralight: 200;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    color: var(--black);
    overflow-x: hidden;
}
/* Hide scroolbar for chrome, safari, opera */
body::-webkit-scrollbar{
    display: none;
}
/* Hide scroolbar for firefox */
html{
    scrollbar-width: none;
}
/*Hide scrollbar for IE */
body{
    -ms-overflow-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

p {
    margin-bottom: 8px;
    line-height: 1.6;
    color: var(--black);
    opacity: 0.7;
    font-size: 1rem;
}

.text-black{
    color:var(--black);
    opacity: 1;
}

.inverse {
    color: #fff !important;
}


.primary-btn {
    display: inline-flex;
    padding:0.50rem 1rem !important;
    background-color: var(--primary);
    color: var(--white);
    border-radius: 2rem;
    transition: all 0.3s;
    font-weight: var(--semibold);
    border: 0;
    border: 1px solid var(--primary);
    font-size: 1rem;
}

.primary-btn:hover {
    background-color: var(--white) !important;
    color: var(--primary) !important;
    box-shadow: unset;
    border: 1px solid var(--primary);
}

.secondary-btn {
    display: inline-flex;
    padding:0.50rem 1rem !important;
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 2rem;
    transition: all 0.3s;
    font-weight: var(--semibold);
    border: 1px solid var(--white);
    font-size: 1rem;
    min-width: 7rem;
    justify-content: center;
    align-items: center
}
.secondary-btn:hover {
    opacity: 0.8;
    color: var(--white) !important;
    box-shadow: unset;
    border: 1px solid var(--white);
}

.primary-btn-inverse {
    display: inline-flex;
    padding: 0.50rem 1rem;
    background-color: var(--white);
    color: var(--primary);
    border-radius: 2rem;
    transition: all 0.3s;
    font-weight: var(--semibold);
    /* box-shadow: 0px 4px 10px rgba(227, 69, 45, 0.25); */
    border: 1px solid var(--primary);
    font-weight: 1rem;
}

.primary-btn-inverse:hover {
    background-color: var(--primary);
    color: var(--white);
    box-shadow: unset;
    border: 1px solid var(--primary);
}

.btn-arrow{
    color:var(--primary);
    background: var(--white);
    border-radius: 50%;
}

.primary-btn:hover .btn-arrow{
    color:var(--white);
    background: var(--primary);
}

.btn-arrow-sec{
    color:var(--white);
    background: var(--primary);
    border-radius: 50%;
}
.primary-btn-inverse:hover .btn-arrow-sec{
    color:var(--primary);
    background: var(--white);
}
.btn-holder {
    margin-top: 2rem;
}

.page-section {
    padding: 7rem 0px;
}

.extra-pt-60 {
    padding-top: 7.5rem;
}
.text-primary{
    color:var(--primary);
}

.section-title {
    font-size: 2.5rem;
    font-weight: var(--bold);
    color: var(--black);
    margin-bottom: 1rem;
    font-family: Helvetica, Arial, sans-serif;
}

.owl-dot span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 1.25rem;
    background-color: #DFDDDD;
    margin: 0.25rem;
}

.owl-dot.active span {
    background-color: var(--primary)
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -3rem;
}

.supporting-title {
    font-size: 1.25rem;
    font-weight: var(--regular);
    color: var(--black);
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.w-90 {
    width: 90%;
}

.bodyImg-holder img {
    width: 100%;
    border-radius: 12px;
}

.bold {
    font-weight: var(--bold);
}

.text-primary {
    color: var(--primary) !important;
}


.form-group {
    margin-bottom: 1.25rem;
}

.form-control {
    border: 1px solid #C8C9CC;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
}

.form-control:focus {
    outline: none;
    border: 1px solid var(--primary);
    box-shadow: none;
}

label, .hsfc-FieldLabel  {
    font-weight: var(--regular) !important;
    color: var(--black) !important;
    margin-bottom: 0.5rem;
    font-size: 1rem !important;
    font-family: 'Inter', sans-serif !important;
}
input::placeholder {
    color: #ADAEBC !important;
    font-size: 1rem !important;
}
input::-webkit-input-placeholder { /* Chrome, Safari, Edge */
   color: #ADAEBC !important;
    font-size: 1rem !important;
}
input:-moz-placeholder { /* Firefox 18- */
   color: #ADAEBC !important;
    font-size: 1rem !important;
}
input::-moz-placeholder { /* Firefox 19+ */
   color: #ADAEBC !important;
    font-size: 1rem !important;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #ADAEBC !important;
    font-size: 1rem !important;
}
textarea::placeholder {
   color: #ADAEBC !important;
    font-size: 1rem !important;
}
#linkPopup{
        background: #ffffff14;
  backdrop-filter: blur(16px);
}
#linkPopup .modal-dialog{
    max-width: 35rem;
}
#linkPopup .modal-body h2{
font-size: 2rem;
}
#linkPopup .modal-content{
  border-radius: 24px;
   background: #fff url('../img/modal-background.png');
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: unset;
        width: 100%;
        padding: 0px 2rem;
    }
    html {
        font-size: 15px;
    }
}

@media(max-width:992px) {
    html {
        font-size: 14px;
    }
    .page-section{
        padding: 3.75rem 0px;
    }
    .section-title {
        font-size: 2.25rem;
    }
    .ctaBlock {
        padding: 4rem;
    }
}

@media screen and (max-width:767px) {
    /* .row.d-flex {
        display: block !important;
    } */
    .page-section {
        padding: 3rem 0px;
    }
    
    .col-inv{
        display: flex;
        flex-direction: column-reverse;
    }
    .row-inv{
        display: flex;
        flex-direction: row-reverse;
    }

}

@media screen and (max-width:680px) {
    .ctaBlock {
        padding: 1rem;
    }
    .ctaContent {
        padding: 2rem;
    }
    .section-title {
        font-size: 1.75rem;
    }
    .section-title-cta {
        font-size: 1.75rem;
    }
    .w-90 {
        width: 100%;
    }
    .supporting-title::before {
        width: 2rem;
    }
    
    .container {
        padding: 0px 1.5rem;
    }
    .owl-dot span {
        width: 10px;
        height: 10px;
    }
}

/* Fullscreen Loader Overlay */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Gradient Ring Loader */
.loader-gradient-ring {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(
    from 0deg,
    var(--primary),
    #ff8f40,
    #ffb87f,
    var(--primary)
  );
  animation: rotateRing 1.2s linear infinite;
}

.loader-gradient-ring::before {
  content: "";
  position: absolute;
  inset: 10px;
  background: var(--white);
  border-radius: 50%;
}

/* Rotation Animation */
@keyframes rotateRing {
  100% {
    transform: rotate(360deg);
  }
}

/* Fade-Out Effect */
#loader.fade-out {
  opacity: 0;
  visibility: hidden;
}
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
img, svg {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}
