:root {
  --color-1: #00707b;
  --color-2: #cab739;
  --color-white: #ffffff;
  --font-base: 16px;
}

/* 1. Reset Styles */

* {
font-family: 'DM Sans', 'Open Sans', 'Bai Jamjuree', 'Parkinsans', 'Unbounded', sans-serif; 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 2. Base Styles */
body {
  font-family: inherit;
  font-size: 16px;
  line-height:22.4px;
  color: #68718B;
  background-color: var(--color-white);
}
input {
  text-align: left;
  width: 100%;
  padding: 13px 22px;
  border: 1px solid #d1e4ff;
  border-radius: 8px;
  background: #ffffff;
  transition: 0.3s ease;
  font-family: DM Sans;
  font-weight: 700;
  font-size: 24px;
  line-height: 26.4px;
  color: #1B2559;
}
p {
margin-bottom: 15px;
}

/* 3. Layout */
.ol-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  /* background: #2121211f; */
}

/* Subtext (Paragraph) */
.ol-subtext {
color: #d1e4ff;
font-size: 18px;
line-height: 1.6;
margin: 10px 0 30px;
}
.ol-subtext-light {
color: #d1e4ff;
font-size: 18px;
line-height: 1.6;
margin-bottom: 48px;
}
.ol-subtext-dark {
color: #68718B;
font-size: 18px;
line-height: 1.2;

}

.form-display-wrapper{
  text-align: justify;
  text-justify: inter-word;
}
.form-display-wrapper p {
  margin-bottom: 10px;
  margin-top: 10px;
}

form label[class= inline]{
  padding-top: 10px;
  padding-bottom: 5px;
}

form input[type=radio]{
    cursor: pointer;
}

form input[type=checkbox]{
  cursor: pointer;
  margin-right: 10px;

}
/* ================================
 Global Heading Styles
================================ */

/* H1 - Large Heading */
h1 {
color: white;
font-family: "DM Sans", sans-serif;
font-weight: 700;
font-size: 60px;
line-height: 66px;
letter-spacing: -3px;
text-align: center;
margin-bottom: 24px;
}

/* ================================
 H2 Styles - Three Variants
================================ */

/* H2 - Style 1 (Primary Blue) */
h2 {
color: #14358A;
font-family: "DM Sans", sans-serif;
font-weight: 700;
font-size: 48px;
line-height: 50.4px;
letter-spacing: -1px;
}

.ol-h2-primary {
color: #14358A;    
margin-bottom: 64px;
}

/* H2 - Style 2 (White & Centered) */
.ol-h2-white {
color: white;  
text-align: center;
margin-bottom: 64px;
}

.ol-h2-white-left {
color: white;  
text-align: left;
margin-bottom: 43px;
}
.ol-h2-white-center {
  color: white;
  text-align: center;
  margin-bottom: 43px;
}
/* H2 - Style 3 (Blue & Centered) */
.ol-h2-primary-center {
color: #14358A; 
text-align: center;
margin-bottom: 10px;

}

/* ================================
 H3, H4, H5, H6 Styles
================================ */
h3, h4, h5, h6 {
color: #14358A;
font-family: "DM Sans", sans-serif; 
}

      /* 4. Components */
/* Button Styling */
/* .ol-btn-large {
  display: inline-flex;
  color: white;
  padding: 0px 40px;
  border-radius: 10px;
  height: 64px;
  text-decoration: none;
  transition: 0.3s ease;
  background: linear-gradient(112.8deg, #6A36FF -15.76%, #AC5FE6 102.86%);
  font-family: DM Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 24.3px;
  align-items: center;
}

.ol-btn-large:hover {
background-color: #a32bd8;
} */
.ol-btn-large {
display: inline-flex;
color: white;
padding: 0px 40px;
border-radius: 10px;
height: 64px;
text-decoration: none;
transition: all 0.3s ease-in-out;
background: linear-gradient(112.8deg, #6A36FF -15.76%, #AC5FE6 102.86%);
font-family: DM Sans;
font-weight: 700;
font-size: 18px;
line-height: 24.3px;
align-items: center;
justify-content: center;
border: none;
cursor: pointer;
position: relative;
overflow: hidden;
}

/* Add an animated gradient hover effect */
.ol-btn-large::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 300%;
height: 300%;
background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
transition: all 0.4s ease;
transform: translate(-50%, -50%) scale(0.1);
opacity: 0;
}

.ol-btn-large:hover::before {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}

/* Change background on hover */
.ol-btn-large:hover {
background: linear-gradient(112.8deg, #a32bd8 -15.76%, #6A36FF 102.86%);
box-shadow: 0 10px 25px rgba(163, 43, 216, 0.4);
transform: translateY(-3px);
}

/* Click effect */
.ol-btn-large:active {
transform: translateY(2px);
box-shadow: 0 5px 12px rgba(163, 43, 216, 0.2);
}

/* .ol-btn {
  display: inline-flex;
  color: white;
  padding: 0px 40px;
  border-radius: 10px;
  height: 54px;
  text-decoration: none;
  transition: 0.3s ease;
  background: linear-gradient(112.8deg, #6A36FF -15.76%, #AC5FE6 102.86%);
  font-family: DM Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
  align-items: center;
  border: none;
  cursor: pointer;
}

.ol-btn:hover {
background-color: #a32bd8;
} */


.ol-btn , form button {
display: inline-flex;
z-index: 1;
color: white;
padding: 0px 40px;
border-radius: 10px;
height: 54px;
text-decoration: none;
transition: all 0.3s ease-in-out;
background: linear-gradient(112.8deg, #6A36FF -15.76%, #AC5FE6 102.86%);
font-family: DM Sans;
font-weight: 700;
font-size: 16px;
line-height: 22.4px;
align-items: center;
justify-content: center;
border: none;
cursor: pointer;
position: relative;
overflow: hidden;
}

/* Add an animated gradient hover effect */
.ol-btn::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 300%;
height: 300%;
background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
transition: all 0.4s ease;
transform: translate(-50%, -50%) scale(0.1);
opacity: 0;
}

.ol-btn:hover::before {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}

/* Change background on hover */
.ol-btn:hover {
background: linear-gradient(112.8deg, #a32bd8 -15.76%, #6A36FF 102.86%);
box-shadow: 0 8px 20px rgba(163, 43, 216, 0.4);
transform: translateY(-3px);
}

/* Click effect */
.ol-btn:active {
transform: translateY(2px);
box-shadow: 0 4px 10px rgba(163, 43, 216, 0.2);
}

.ol-btn-login {
  display: inline-flex;
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 88px;
  height: 44px;
  align-items: center;
  justify-content: center;
}

.ol-btn-login:hover {
  background: white;
  color: #004aad; /* Adjust to match the gradient background */
}

.ol-btn-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-decoration: none;
  padding: 0px 40px;
  height: 54px;
  border: 1px solid #6A36FF;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
  color: #6A36FF;
  background: transparent;
  transition: 0.3s ease;
}

/* Add an animated gradient hover effect */
.ol-btn-outline::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 300%;
height: 300%;
background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
transition: all 0.4s ease;
transform: translate(-50%, -50%) scale(0.1);
opacity: 0;
}

/* Hover Effect */
.ol-btn-outline:hover {
color: white;
background: linear-gradient(112.8deg, #a32bd8 -15.76%, #6A36FF 102.86%);
box-shadow: 0 8px 20px rgba(163, 43, 216, 0.4);
transform: translateY(-3px);
border-color: transparent;
}

/* Expand animated gradient on hover */
.ol-btn-outline:hover::before {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}

/* 5. Utilities */
.ol-bullet-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.ol-bullet-list li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #68718B;
  margin-bottom: 6px;
}

.ol-bullet-list li::before {
  content: "●";
  color: #0097FE;
  font-size: 20px;
  line-height: 0px;
  position: absolute;
  left: 0;
  top: 12px;
}

/* Bold Text */
.ol-bold-text {
font-weight: 700;
}
.ol-d-none
{
  display: none !important;
}
.ol-text-center
{
  text-align: center;
}
.ol-text-right-im {
  text-align: right !important;
  margin-right: auto;
  display: block;
}
.ol-text-blue
{
color: #1C2B96 !important;
}

.ol-text-gray
{
color: #9E9E9E !important;
}
.ol-text-green
{
color:  #8FC193 !important;
}
.ol-bg-transparent
{
  background-color: transparent !important;
}

/* ===================================
 Header start
=================================== */
.ol-header-button {
width: max-content;
}
.ol-menu-toggle {
display: none;
}
.ol-header + section {
padding-top: 88px;
}
.ol-logo {
width: 171px;
}
.ol-nav-menu {
width: 100%;
max-width: 100%;
}
.ol-logo img {
width: 100%;
}
.ol-nav {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
list-style: none;
padding: 10px;
flex-wrap: wrap;
}
.ol-nav-item {
margin-right: 30px;
}

.ol-nav-link {
text-decoration: none;
color: white;
font-weight: 400;
font-size: 16px;
transition: 0.3s ease;
}

.ol-nav-link:hover {
color: #ffffffa1;
}
.ol-header {
background-color: transparent;
position: absolute;
width: 100%;
padding: 21px 0px;
top: 0px;
left: 0px;
z-index: 9;
}
.ol-header-inner {
display: flex;
justify-content: space-between;
align-items: center;    gap: 10px;
}
/* ===================================
 sub header section start
=================================== */
.ol-sub-header {
background-color: transparent;
background-image: url(../images/BackgroundHero.png);
background-position: top center;
min-height: 410px;
background-size: cover;
padding-bottom: 60px;
}
.ol-sub-header-inner {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
padding-top: 80px;
}
/* ===================================
 sub header 2 section start
=================================== */
.ol-sub-header-2 {
background-color: transparent;
background-image: url(../images/subheader-2.jpg);
background-position: bottom center;
min-height: 339px;
background-size: cover;
padding-bottom: 60px;
}
.ol-sub-header-2-inner {
width: 88%;
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
padding-top: 80px;
}
/* ===================================
 hero section start
=================================== */
.ol-hero {
background-color: transparent;
background-image: url(../images/BackgroundHero.png);
background-position: center bottom;
min-height: 806px;
background-size: cover;
}
.ol-hero-inner {
width: 548px;
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
padding-top: 80px;
z-index: 1;
position: relative;
}

/* ===================================
 graph section start
=================================== */
.ol-graph {
margin-top: -357px;
position: relative;
overflow: hidden;
}
.ol-graph-inner img {
width: 100%;
}

/* ===================================
 Brand Logo Section start
=================================== */
.ol-brand {
padding: 0px 0px 80px 0px;
text-align: center;
}

.ol-brand-inner {
display: flex;
justify-content: center;
align-items: center;
gap: 35px;
flex-wrap: wrap;
}
.ol-brand-item {
max-width: 190px;
width: 100%;
}
.ol-brand-item img {
max-width: 100%;
width: 100%;
height: auto;
}

/* ===================================
 Trusted Agents Section start
=================================== */
.ol-trusted-agents {
padding: 80px 0;
background: #fff;
}

.ol-trusted-agents-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
}

/* Left Content */
.ol-trusted-agents-content {
width: 42%;
}
.ol-trusted-agents-content h2 {
margin-bottom: 20px;
}

.ol-trusted-agents-content p {
font-size: 16px;
margin: 15px 0 25px;
}

/* Right Video Box */
.ol-trusted-agents-video {
width: 46%;
display: flex;
justify-content: center;
}
.ol-video-box ,video{
width: 100%;
height: 372px;
background: linear-gradient(180deg, #f8f9fc, #eef1f7);
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
border: 2px solid #2d6cdf;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
position: relative;
}

.ol-play-btn img {
width: 60px;
height: 60px;
}

/* ===================================
 Affiliations Section
=================================== */
.ol-affiliations {
background: linear-gradient(135deg, #0A1D56 0%, #14358A 100%);
background-image: url(../images/Background\ Integrations.png);
padding: 80px 0;
text-align: center;
position: relative;
overflow: hidden;
min-height: 1050px;
display: flex;
align-items: center;
background-size: cover;
background-position: center;
}

/* Section Inner Wrapper */
.ol-affiliations-inner {
max-width: 1200px;
margin: 0 auto;
}

/* Affiliations Grid */
.ol-affiliations-grid {
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}

/* Card Styles */
.ol-affiliation-card {
background: white;
border-radius: 12px;
padding: 24px 12px;
text-align: center;
width: 285px;
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.ol-affiliation-card:hover {
transform: translateY(-5px);
}

/* Logo */
.ol-affiliation-logo {
max-width: 80px;
margin-bottom: 24px;
}

/* Title */
.ol-affiliation-title {
color: #14358A;
font-family: "DM Sans", sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 24px;
margin-bottom: 12px;
}

/* Description */
.ol-affiliation-desc {  
font-family: "DM Sans", sans-serif;
font-size: 14px;
line-height: 20px;
margin-bottom: 48px;
}

/* ===================================
 blog section start
=================================== */
/* Blog Section */
.ol-blog-section {  
padding: 80px 0;
text-align: center;
}
.ol-blog-section-inner {
display: flex;
gap: 23px;
row-gap: 46px;
flex-wrap: wrap;
justify-content: space-between;
}

/* Blog Card */
.ol-blog-card {
width: 351px;
background: #ffffff;
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
overflow: hidden;
}

/* Blog Image */
.ol-blog-card img {
width: 100%;
height: auto;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

/* Blog Content */
.ol-blog-content {
width: 100%;
height: auto;
padding: 24px;
text-align: left;
}

/* Blog Title */
.ol-blog-title {
font-family: 'DM Sans', sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 26.4px;
letter-spacing: -0.03em;
color: #14358A; /* Primary blue */
margin-bottom: 12px;
}

/* Blog Description */
.ol-blog-description {
font-family: 'DM Sans', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 22.4px;
letter-spacing: 0%;
color: #68718B;
}

/* Button Wrapper */
.ol-blog-button-wrapper {
margin-top: 48px;
}

/* ===================================
 CTA Section
=================================== */
.ol-cta-section {
height: 392px; /* Set section height */
background: #EBF7FF; /* Light blue background */
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 40px;
padding-top: 50px;
}

/* CTA Inner Wrapper */
.ol-cta-section-inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

/* CTA Description */
.ol-cta-description {
margin-top: 24px;
width: 60%;
}

/* CTA Buttons Wrapper */
.ol-cta-buttons {
margin-top: 48px; /* Spacing between description and buttons */
display: flex;
gap: 16px; /* Space between buttons */
justify-content: center;
}
/* ===================================
 main form section start
=================================== */
p.ol-main-form-text {
width: 577px;
margin: auto;
text-align: center;
padding: 49px 0px;
}
.ol-sub-header .ol-subtext-light {
/* width: 52%; */
}
.ol-main-form-wrap-inner {
padding: 43px 54px;
background-color: white;
/*height: -webkit-fill-available;*/
height: auto;
  border-radius: 10px;
display: flex;
width: 100%;
align-items: center;
flex-direction: column;
}
.ol-main-form {
margin-top: -65px;
position: relative;
}
.ol-main-form-inner img {
width: 100%;
}
.ol-main-form-wrap {
width: 1016px;
/* height: 440px; */
background: #4D5BE21A;
backdrop-filter: blur(175px);
position: relative;
border-radius: 10px;
margin: auto;
padding: 24px;
box-shadow: 0px 0px 60px 0px hsl(240deg 7% 62% / 36%);
}
/* ===================================
 Main Form
=================================== */
/* Main Form Styles */
.ol-form-one-time-payment {
gap: 53px;
display: flex;
width: 80% !important;
}
.ol-one-time-payment {
text-align: center;
}
.ol-form-heading {
font-family: DM Sans;
font-weight: 700;
font-size: 40px;
line-height: 42px;
color: #14358A;
margin-bottom: 40px;
}
.ol-form {
width: 100%;
max-width: 100%;
margin: 0 auto;
}

/* Form Row - For 2 Column Layout */
.ol-form-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 30px;
}

/* Form Group */
.ol-form-group {
flex: 1;
min-width: 250px;
}

/* Labels */
.ol-form-label {
display: block;
color: #1A3EA9;
margin-bottom: 5px;
font-family: DM Sans;
font-weight: 500;
font-size: 16px;
line-height: 19.6px;
}

form label{
  display: block;
  margin-bottom: 5px;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.6px;
}

.form-input-wrapper button {
  margin-bottom: 30px;
  /*margin-left : 10px;*/
  /*margin-right : 10px;*/
}
/* Input Fields */
.ol-form-input , form select {
width: 100%;
padding: 13px 22px;
border: 1px solid #d1e4ff;
border-radius: 8px;
background: #ffffff;
transition: 0.3s ease;
font-family: DM Sans;
font-weight: 700;
font-size: 20px;
line-height: 26.4px;
letter-spacing: -3%;
color: #1B2559;
}
form input , form textarea {
  width: 100%;
  padding: 13px 22px;
  border: 1px solid #d1e4ff;
  border-radius: 8px;
  background: #ffffff;
  transition: 0.3s ease;
  font-family: DM Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 26.4px;
  letter-spacing: -3%;
}


.ol-form-input::placeholder
{
color: #68718b79;
}

.ol-form-input:focus {
border-color: #6A36FF;
outline: none;
box-shadow: 0 0 5px rgba(106, 54, 255, 0.2);
}
.ol-form-select {
padding: 15px 22px;
}
/* Action Section (Button + Link) */
.ol-form-action {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 20px;
}

/* Alternative Link */
.ol-form-link {
color: #1A3EA9;
transition: 0.3s ease;
font-family: DM Sans;
font-weight: 500;
font-style: italic;
font-size: 14px;
line-height: 19.6px;
text-decoration: underline;
  cursor: pointer;
}

.ol-form-link:hover {
text-decoration: underline;
color: #AC5FE6;
}
/* ===================================
  Form related content
=================================== */
/* CTA Negotiation */
.ol-cta-negotiate-settlement {
text-align: center;
max-width: 759px;
}
/* Paragraph Text */
.ol-cta-negotiate-settlement p {
font-family: 'DM Sans', sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 25.2px;
margin: 0 auto;

color: #68718B; /* Adjust color if needed */
}
/* CTA Question */
.ol-cta-question {
font-weight: 700;
margin-top: 10px;
color: #1C41AC !important;
}
/* ===================================
   CTA Single Payment 
=================================== */
/* CTA Negotiation */
.ol-cta-single-payment {
text-align: center;
max-width: 759px;
}
/* Paragraph Text */
.ol-cta-single-payment p {
font-family: 'DM Sans', sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 25.2px;
margin: 0 auto;

color: #68718B; 
}
/* CTA Question */
.ol-cta-question {
font-weight: 700;
margin-top: 10px;
color: #1C41AC !important;
}
/* ===================================
   Payment Plan  
=================================== */

/* Payment Plan Heading  */
.ol-payment-plan-heading {
text-align: center;
margin-bottom: 47px;
}
/* Heading */
.ol-payment-plan-heading h2 {
font-family: 'DM Sans', sans-serif;
font-weight: 700;
font-size: 33px;
line-height: 34.65px;
color: #14358A;
margin-bottom: 16px;
}

/* Description */
.ol-payment-plan-heading p {
font-family: 'DM Sans', sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 25.2px;
color: #68718B; /* Adjust as needed */
margin: 0 auto;
max-width: 700px;
}
.ol-payment-plan-form {
display: flex;
gap: 20px;
justify-content: center;
}
.ol-payment-plan-form .ol-form-action {
margin-bottom: 30px;
}
/* ===================================
 Image Text Section Start
=================================== */
.ol-image-text {
padding: 80px 0;
background: #fff;
}

.ol-image-text-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 5%;
}

/* Left Content */
.ol-image-text-content {
width: 44%;
}

.ol-image-text-content h2 {
margin-bottom: 20px;
}

.ol-image-text-content p {
font-size: 16px;
margin: 15px 0 25px;
}

/* Right Image Box */
.ol-image-text-media {
width: 47%;
display: flex;
justify-content: center;
}

.ol-media-box {
width: 100%;
height: auto;
background: linear-gradient(180deg, #f8f9fc, #eef1f7);
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
border: none;
position: relative;
}
.ol-media-box img {
width: 100%;
}
/* ===================================
scheduled-payments-section
=================================== */
.ol-scheduled-payments-section {
background-image: url(../images/scheduled-payments.png);
min-height: 1060px;
background-position: center;
background-size: cover;
padding: 136px 0px;
}
.ol-chart-box img {
width: 100%;
}

.ol-chart-form {
border: 2px solid #1A3EA9;
border-radius: 5px;
padding: 30px;
margin-bottom: 64px;
width: 100%;
}
.ol-form-subtitle {
font-family: DM Sans;
font-weight: 500;
font-size: 18px;
letter-spacing: 0%;
color: #68718B;
margin-bottom: 20px;
line-height: 24px;
height: 30px;
overflow: hidden;
}

/*-----------------------/

/* Policy Text */
.ol-form-text {
color: #68718B;
margin-bottom: 20px;
font-family: DM Sans;
font-weight: 300;
font-size: 13px;
line-height: 18.2px;
}

/* Policy Links */
.ol-policy-links {
padding-left: 18px;
margin-bottom: 60px;
}

.ol-policy-links li {
margin-bottom: 0px;
}

.ol-policy-links a {
color: #68718B;
font-weight: 300;
font-size: 13px;
line-height: 18.2px;
text-decoration: underline;
}

.ol-policy-links a:hover {
color: #1A3EA9;
text-decoration: underline;
}

/* Consent Checkbox */
.ol-form-consent {
display: flex;
align-items: center;
margin-bottom: 60px;
}

.ol-form-consent input {
margin-right: 10px;
}

.ol-form-consent label {
color: #1A3EA9;
font-weight: 500;
font-size: 16px;
line-height: 22.4px;
letter-spacing: 0%;
}

.ol-form-consent a {
color: #1A3EA9;
font-weight: bold;
text-decoration: none;
}

.ol-form-consent a:hover {
text-decoration: underline;
}

/* Payment Notice */
.ol-form-note {
font-size: 12px;
color: #68718B;
text-align: center;
margin-top: 40px;
}
.ol-payment-form .ol-btn,  form button {
margin: auto;
display: block;
}
.ol-text-heading-payment-ins {
padding: 75px 0px 43px 0px;
}
.ol-text-heading-payment-ins h2 {
margin-bottom: 42px;
}
.ol-warning-description {
margin-bottom: 20px;
}
.ol-payment-options-chart {
position: relative;
border-radius: 10px;
padding: 45px;
box-shadow: 0px 0px 60px 0px #9797a547;
margin-bottom: 43px;
}
.ol-payment-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 22px;
}
.ol-payment-insufficient-inner {
padding: 0px 20px;
}
.ol-cta-payment-ins {
display: flex;
flex-direction: column;
align-items: center;
gap: 26px;
margin-bottom: 100px;

}

.ol-payment-graph {
  height: 30vh;
}

.ol-chart-container {
border-radius: 10px;
background: #fff;
padding: 20px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
width: 100%;
  height: 30vh;
}
canvas {
  width: 100%;
  height: 100%;
}
/*------------------------   table*/
.ol-table-container {
width: 100%;
background: #fff;
padding: 45px;
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.ol-chart-table-box {
background-image: url(../images/t1.png);
padding: 28px;
border-radius: 10px;
background-size: 105% 105%;
background-repeat: no-repeat;
background-position: center;
border: 1px solid #ffffff42;
}
.ol-table-container {
overflow: scroll;
}
.ol-table {
width: 100%;

border-collapse: separate;
border-spacing: 18px 0px;
}

.ol-table {
  line: red solid 2px;
}

.ol-table th  {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #14358A;
  padding-bottom: 10px;

}

.ol-table td {
padding: 10px 0;
}

.ol-input  {
width: 100%;
height: 52px;
border: 1px solid #E0E0E0;
border-radius: 8px;
padding: 0 15px;
color: #1B2559;
background: #fff;
display: flex;
align-items: center;

font-family: DM Sans;
font-weight: 700;
font-size: 24px;
line-height: 26.4px;
letter-spacing: unset;
}

.ol-input-box, ol-input-box-method {
  text-align: left;
  width: 100%;
  padding: 13px 22px;
  border: 1px solid #d1e4ff;
  border-radius: 8px;
  background: #ffffff;
  transition: 0.3s ease;
  font-family: DM Sans;
  font-weight: 700;
  font-size: 24px;
  line-height: 26.4px;
  color: #1B2559;
}
/*------------------------*/
.ol-compny-img-txt .ol-container {
display: flex;
flex-direction: column;
gap: 80px;
}

.ol-compny-img-txt .ol-image-text-inner {

gap: 3%;
}
.ol-compny-img-txt .ol-image-text-content {
width: 50%;
}
.ol-compny-img-txt .ol-image-text-media {
width: 47%;

}
/*------------------------*/
.ol-promise {
min-height: 1062px;
padding: 136px 0;
background: #1C2994;
display: flex;
align-items: center;
}

.ol-promise-list {
display: flex;
flex-direction: column;
gap: 26px;
align-items: center;
margin-top: 40px;
}

.ol-promise-item {
width: 100%;
min-height: 153px;
padding: 39px 48px;
border-radius: 10px;
background: #fff;
display: flex;
align-items: center;
justify-content: flex-start;

}

.ol-promise-item p {
font-weight: 400;
font-size: 18px;
line-height: 25.2px;
letter-spacing: 0%;
}
/*-----------------------*/
.ol-contact-info {
padding: 100px 0;
}

.ol-contact-info h2 {
margin-bottom: 20px;
font-weight: 700;
font-size: 41px;
line-height: 43.05px;
}
.ol-contact-info a {
color: #68718b;
}
.ol-contact-info strong {
font-weight: 700;
font-size: 21px;
line-height: 29.4px;
color: #1c3ba8;
}
.ol-contact-info p {
text-align: left;
margin-bottom: 20px;

font-weight: 500;
font-size: 18px;
line-height: 25.2px;
}

.ol-contact-info ul {
text-align: left;
margin-bottom: 20px;
margin-left: 20px;

font-weight: 500;
font-size: 18px;
line-height: 25.2px;
}

.ol-contact-info h3 {
color: #14358A;
margin-bottom: 20px;
font-family: DM Sans;
font-weight: 700;
font-size: 23px;
line-height: 32.2px;
}

.ol-payment-options {
display: flex;
gap: 20px;
margin-top: 28px;
margin-bottom: 42px;
max-width: 684px;
}
.ol-box {
flex: 1;
padding: 21px 12px;
border: 1px solid #14358a;
border-radius: 10px;
}

.ol-box h4 {
margin-bottom: 10px;
font-weight: 700;
font-size: 18px;
line-height: 25.2px;
color: #0097fe;
}
.ol-job-list li {
font-size: 18px;
margin-bottom: 10px;
font-weight: 500;
}
ul.ol-job-list {
padding-left: 15px;
}

/*------------------------*/
/* contact us form */
.ol-contact {
padding: 100px 0;
}

.ol-contact-form {
max-width: 719px;
margin: 0 auto;
padding: 20px;
border: 2px solid #0097fe;
border-radius: 10px;
margin-bottom: 100px;
padding-top: 42px;
padding-right: 36px;
padding-bottom: 42px;
padding-left: 36px;
background-color: #f5f5f5;
}


.ol-contact-form label {
display: block;
font-weight: bold;
margin: 10px 0 5px;
}

.ol-contact-form .ol-btn , form button {
display: block;
margin: auto;
margin-top: 30px;
}

.ol-contact-form input,
.ol-contact-form textarea {
width: 100%;
padding: 10px;
border: none;
border-radius: 5px;
margin-bottom: 4px;
background-color: white;
}

.dz-button{
  background:#8c8787;
  font-size: 14px ;

}
.ol-form-p-top{
  color:  #14358a;
  font-size: 14px ;
  padding-top: 10px;
  font-weight: bold;
}

.ol-form-p-botton{
  color:  #14358a;
  font-size: 12px ;
  padding-top: 20px;
}

.ol-contact .ol-container {
max-width: 987px;
}
.ol-contact-details {
display: flex;
justify-content: space-between;
gap: 4%;
margin-bottom: 42px;
}


.ol-info-box {
width: 32%;
padding: 20px;
border: 2px solid #0097fe;
border-radius: 10px;
}

.ol-info-box h3 {
color: #14358a;
}

.ol-info-box a {
color: inherit;
font-weight: 500;
}

.p-address {
  font-size: 14px;
}
.ol-hours {
}
.ol-hours p {
margin-bottom: 15px;
font-weight: 500;
}

.ol-hours h3 {
margin-bottom: 6px;
font-weight: 700;
font-size: 21px;
line-height: 29.4px;
}
.ol-info-box h3 {
color: #0097fe;
font-family: DM Sans;
font-weight: 700;
font-size: 18px;
line-height: 25.2px;
margin-bottom: 20px;
}

/**/
.ol-form-consent input[type="checkbox"] {
width: 29px !important;
height: 18px !important;
margin-right: 22px;
margin-top: 4px;
}
.ol-form-consent {
align-items: flex-start;
}
/*--------------------------- Single post*/
.ol-single-post {
padding: 60px 0;
}
.ol-single-post img {
width: 100%;
margin-bottom: 42px;
}
.ol-single-post h2 {
margin-bottom: 20px;
font-weight: 700;
font-size: 41px;
line-height: 43.05px;
}

.ol-single-post a {
color: #68718b;
}

.ol-single-post strong {
font-weight: 700;
font-size: 21px;
line-height: 29.4px;
color: #1c3ba8;
}

.ol-single-post p {
text-align: left;
margin-bottom: 20px;
font-weight: 500;
font-size: 18px;
line-height: 25.2px;
}

.ol-single-post h3 {
color: #14358A;
margin-bottom: 20px;
font-family: DM Sans;
font-weight: 700;
font-size: 23px;
line-height: 32.2px;
}
/* Popup Overlay (Hidden by Default) */
.popup-overlay {

position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(5px);
z-index: 1000;
justify-content: center;
align-items: center;
  display: none;
}

/* Popup Content Box */
.popup-content {
width: 816px;
height: 499px;
background: white;
border-radius: 10px;
border: 3px solid #a1c89b;
padding: 76px 55px 55px 55px;
text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

/* Popup Close Button */
.popup-close-icon {
position: absolute;
top: 15px;
right: 20px;
font-size: 30px;
font-weight: bold;
cursor: pointer;
}

/* Heading */
.popup-title {
color: #7daa7c;
font-size: 46px;
line-height: 58px;
font-weight: 700;
margin-bottom: 18px;
  background: white;
}

/* Text */
.popup-text {

font-size: 18px;
margin-bottom: 18px;
}

/* Highlighted Text */
.highlight {
color: #4c9141;
font-weight: bold;
}

/* Button Container */
.popup-buttons {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 40px;
margin-top: 40px;
}

/* Main Button */
.popup-btn {
background: #7daa7c;
color: white;
padding: 12px 20px;
border: none;
border-radius: 8px;
cursor: pointer;
font-size: 16px;
transition: 0.3s;
}

.popup-btn:hover {
background: #6a8f6c;
}

/* Outline Button */
.popup-btn-outline {
background: none;
border: 2px solid #7daa7c;
color: #7daa7c;
padding: 12px 20px;
border-radius: 8px;
cursor: pointer;
font-size: 16px;
transition: 0.3s;
}

.popup-btn-outline:hover {
background: #7daa7c;
color: white;
}

/* Contact Info */
.popup-contact {
color: #888;
font-size: 16px;
margin-top: 20px;
line-height: 32px;
margin-bottom: 30px;
}

.popup-contact i {
font-style: italic;
font-weight: bold;
}

/* Footer Note */
.popup-footer {
font-size: 12px;

margin-top: 10px;
}

/* Show Popup */
.popup-overlay.active {
display: flex;
}
/* ===================================
Footer start
=================================== */

.ol-footer {
background-image: url(../images/Background-Footer.png);
color: white;
background-position: center top;
min-height: 806px;
background-size: cover;
display: flex;
align-content: flex-end;
flex-wrap: wrap;
background-color: #EBF7FF;
margin-top: -71px;

position: relative;
}

.ol-footer-content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 38px;
}
.ol-footer-left {
width: 302px;
}
.ol-footer-logo {
width: 150px;
margin-bottom: 15px;
}
.ol-footer-text {
margin-bottom: 31px;
}
.ol-social-icons {
display: flex;
gap: 10px;
margin-bottom: 31px;
}
.ol-footer-note {
font-weight: 400;
font-size: 12px;
line-height: 16.8px;
}
.ol-social-link img {
width: 48px;
height: 48px;
border-radius: 10px;
}
.ol-footer-policies .ol-footer-menu a {
text-decoration: none;
color: white;
transition: 0.3s;
}
.ol-footer-policies .ol-footer-menu a:hover {

}
.ol-footer-nav, .ol-footer-policies {
  text-decoration: none;
width: 181px;
}
.ol-footer-title {
font-size: 18px;
font-weight: 700;
line-height: 24px;
margin-bottom: 15px;
color: white;
}
.ol-footer-menu {
list-style: none;
padding: 0;

}
.ol-footer-menu li {
margin-bottom: 18px;
  text-decoration: none;
}

.ol-footer-menu a {
color: white;
text-decoration: none;
transition: 0.3s;

}
.ol-footer-menu a:hover {
text-decoration: underline;
}
.ol-footer-bottom {
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.3);
padding-top: 24px;
padding-bottom: 24px;

}

#neg-11-minval {
  color: red;
  font-weight: bold;
  display: none;
  padding: 2%;
}
#pos-11-maxval {
  color: red;
  font-weight: bold;
  display: none;
  padding: 2%;
}

#pos-11-offerval{
  color: red;
  font-weight: bold;
  display: none;
  padding: 2%;
}

#pos-40-maxval, #pos-40-minval {
  color: red;
  font-weight: bold;
  display: none;
}

#neg-loading-submit {
  display: none;
}

#neg-loading {
  display: none;
}