body {
  font-family: 'Raleway', sans-serif;
  background-color: var(--bs-primary-bg);
  
  font-style: normal;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}

strong, b {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  
}

.smaller {
  font-size: 80%;
}


.main-content {
  /* Top padding scales fluidly from 80px to 120px */
  padding-top: clamp(80px, calc(40px + (40 * ((100vw - 320px) / 960))), 120px);
  padding-left: clamp(10px, calc(10px + (10 * ((100vw - 320px) / 960))), 20px);
  padding-right: clamp(10px, calc(10px + (10 * ((100vw - 320px) / 960))), 20px);
  padding-bottom: clamp(40px, calc(20px + (20 * ((100vw - 320px) / 960))), 80px);
  

  
  font-family: 'IBM Plex Sans', sans-serif;
  color: var(--bs-header-text);
  font-style: normal;
  font-weight: 300;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.main-content .line {
border-bottom: 4px solid grey;
border-bottom-width: thin;
margin: 1.2em auto;
width: 90%;

}
/* ?????????????????????????????? 
.main-content .container table td {
border: 2px solid #e1e8ff;
}



.main-content .container-back {
background-color: #b0e51d;
width: 100vw !important;
padding-top: 1rem;
padding-bottom: 1rem;
}
*/

.main-content p,
a,
li,
span {
font-family: 'Raleway', sans-serif;
color: var(--bs-primary-text);

}

.main-content h1 {
font-weight: 400;
font-style: normal;
text-align: left;
margin-bottom: clamp(16px, calc(16px + (28 - 16) * ((100vw - 320px) / 960)), 28px);
margin-top: clamp(30px, calc(30px + (50 - 30) * ((100vw - 320px) / 960)), 50px);
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
font-size: clamp(1.98rem, calc(1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / 28)), 3.8rem);
line-height: clamp(2.22rem, calc(1.4 * (1.58rem + (3.04 - 1.58) * ((100vw - 20rem) / 28))), 4.26rem);
/*font-size: clamp(2rem, 4vw + 1rem, 3.5rem);*/
}

.main-content h3 {
font-size: clamp(1.7rem, calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28)), 3rem);
line-height: clamp(2.38rem, calc(1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / 28))), 4.2rem);
text-align: left;
}

.main-content h2 {
font-size: clamp(1.18rem, calc(1.18rem + (2 - 1.18) * ((100vw - 20rem) / 28)), 2rem);
line-height: clamp(1.65rem, calc(1.4 * (1.18rem + (2 - 1.18) * ((100vw - 20rem) / 28))), 2.8rem);
text-align: left;
}


.main-content h4 {
font-size: 1rem;
line-height: 1.4rem;
font-weight: 500;
text-align: left;
}

.main-content h5 {
font-size: clamp(1.21rem, calc(1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / 28)), 1.6rem);
line-height: clamp(1.69rem, calc(1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / 28))), 2.24rem);
text-align: left;
}


.main-content .subtitle-soft {
font-size: 1rem;
line-height: 1rem;
font-weight: 500;
color: var(--bs-subtle-text);
text-align: center;
}


.main-content .bolder {
font-weight: 500;
}
/* START: index.html: links under title heading */
.main-content h3 a {
padding: 3px;
color: var(--bs-heading-color);
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
/* END: index.html: links under title heading */



.main-content a {
text-decoration: none;
font-weight: 400;
display: inline-block;
position: relative;
color: #0087ca;
}

.main-content a:hover {
color: #0087ca;
text-decoration: underline;
}

.main-content a.btn {
    
    text-decoration: none;
    font-family: (var(--bs-btn-font-family), 'Raleway', sans-serif);
    font-weight: 600 !important;


}
.main-content a.btn:hover {
    color: #fff;
    text-decoration: none;
}
.main-content .btn {
  color: var(--bs-heading-color);
}
.main-content .btn:hover {
  color: var(--bs-btn-hover-color);
}

.btn {
  color: var(--bs-heading-color);
}

/* START: hover animation for main-content
.main-content a::after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: #0087ca;
transition: transform 0.25s ease-out;
}

.main-content a:hover::after {
transform: scaleX(1);
}

.main-content a.left::after {
transform-origin: bottom right;
}

.main-content a.left:hover::after {
transform-origin: bottom left;
}
/* END: hover animation for main-content */






/* HERO SECTION */

.heroText h1 {
  margin-top: 0; /* Or any other value you need */
}

.heroCard {
  float: left; 
  margin-right: 1.4em; 
  margin-top: 1.8rem;
  margin-bottom: 1.5rem; 
  width: 30%;

}
.priceCard {
  float: none;
  margin: 1.8rem auto 1.5rem; /* top, horizontal auto, bottom */
  width: 50%;
}
.priceCard h1,
.priceCard h2,
.priceCard h4,
.priceCard h5 {
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 500 !important;
  line-height: 1.2em !important;
}



/* Main-content Video Cards */
.videoCardVideoLeft {
  float: left; 
  margin-right: 1.4rem; 
  margin-bottom: 1rem;
  width: 50%;
}
.videoCardVideoRight {
  float: right; 
  margin-left: 1.4rem; 
  margin-bottom: 1rem;
  width: 50%;
}

.footer-container {
  background-color: var(--bs-primary-bg);
  padding: 1rem;
  margin-top: 2rem;
}
.footer-container ul {
  text-align: left !important;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .heroCard {
    float: none;     /* Remove float so it stacks */
    width: 100%;     /* Full width on small screens */
    margin-right: 0; /* Remove extra margin if necessary */
    margin-top: 0;
    margin-bottom: 1em; /* Optional spacing */
  }
  .heroText {
    padding: 0;
    text-align: center;
  }

  .videoCardVideoLeft {
    float: none; 
    margin-right: 0; 
    margin-bottom: 1rem;
    width: 100%;
  }
  .videoCardVideoRight {
    float: none; 
    margin-left: 0; 
    margin-bottom: 1rem;
    width: 100%;
  }

}
.heroCardIndex {
  margin-right: 1rem; 
}
.heroCard img,
.heroCardIndex img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0.7rem;
}


#heroImage .card-body {
  padding: 8px !important;  /*Adjust this value as needed */
}

 #heroImage.subtitle-soft,
 #heroImage a {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  color: var(--bs-subtle-text);
  text-align: center;
}

.herohref {
  font-size: clamp(1.21rem, calc(1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / 28)), 1.6rem);
  line-height: clamp(1.69rem, calc(1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / 28))), 2.24rem);
  text-align: left;
}


.form-label {
  color: #5e574b;
}

.form-control::placeholder {
  color: #cfdae4; /* Bootstrapâ€™s â€œtextâ€‘mutedâ€ gray */
  opacity: 1;     /* ensure full opacity */
}

/* For broader browser support, you can include vendor prefixes: */
.form-control::-webkit-input-placeholder {
  color: #cfdae4;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #cfdae4;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #cfdae4;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #cfdae4;
  opacity: 1;
}

  .form-container {
    max-width: 700px;
    margin: 30px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fafafa;
    font-family: Arial, sans-serif;
  }
  .form-section {
    margin-bottom: 24px;
  }
  .form-section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    color: #333;
  }
  .form-group {
    margin-bottom: 16px;
  }
  .form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
  }
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"],
  .form-group select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #bbb;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .form-group input[type="text"]:focus,
  .form-group input[type="email"]:focus,
  .form-group input[type="tel"]:focus,
  .form-group select:focus {
    outline: none;
    border-color: #007bff;
  }
  .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .form-row .col-half {
    flex: 1 1 calc(50% - 8px);
    min-width: 200px;
  }
  .form-row .col-third {
    flex: 1 1 calc(33.333% - 10.666px);
    min-width: 180px;
  }
  .btn-submit {
    background-color: #007bff;
    color: #fff;
    padding: 10px 22px;
    font-size: 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
  }
  .btn-submit:hover {
    background-color: #0056b3;
  }
  @media (max-width: 576px) {
    .form-row .col-half,
    .form-row .col-third {
      flex: 1 1 100%;
    }
  }
  /* 1) Make all selects the same height as our text inputs (38px here) */
.form-container select {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.2;          /* ensures text is vertically centered */
  height: 38px;              /* match the input height */
  border: 1px solid #bbb;
  border-radius: 8px;
  box-sizing: border-box;
}

/* 2) Create a utility class for â€œnumericâ€ selects to restrict their width */
.small-select {
  max-width: 20ch;            /* roughly 4 digits wide */
}

/* Example: if you need an inâ€line override for a specific select */
.small-select-narrow {
  max-width: 20ch;
}





/*
.assessment-button .btn {
  color: var(--bs-heading-color);

}






.submit-btn {
  color: #6286f3;
  font-weight: bold;
}
*/


/* TESTIMONIALS */
.testimonials .card{
  background-color: #fff4e85d;
  margin-top: 12px;
  margin-bottom: 20px;
  font-weight: 400;
  font-style: italic;
  font-size:smaller;
}
.testimonials .card-body {
  padding-bottom: 8px;
  padding-top: 8px;
}
.testimonials h5 {
  font-size: 1.2rem;
  line-height: 1rem;
  font-weight: 400;
  text-align: left;
  margin:0;
}

.display-none {
  display: none;
}

.t-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.shadow {
  box-shadow: 0 30px 100px 25px rgba(80, 125, 231, 0.35);
}



.m-top {
  margin-top: 30px;
}


/* Style the accordion header container */


/*NEW ACCORDION*/
.accordion-item {
  border-bottom: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  font-size: 1.2rem;
}


/* Remove padding from the header and use border/background as before */
.accordion-header {
  border-top: 1px solid #ccc;
  background-color: #f8f8f8;
  padding: 0;         /* Remove padding */
  position: relative; /* Helps if you need absolute positioning later */
}

/* Make the entire accordion-button clickable by displaying it as a block that fills the header */
.accordion-button {
  display: block;                       /* Make anchor a block element */
  width: 100%;                          /* Fill the header container */
  padding: 1rem;                        /* Apply padding here */
  background-color: transparent !important;  /* Transparent to show header background */
  color: var(--bs-header-text);         /* Use your header text color */
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  text-align: left;
  border: none;
}

/* Ensure the arrow icons are still visible */
.accordion-button::after {
  display: block !important;
  filter: none;
}

/* Styling the expanded state and removing border/box-shadow */
.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:hover {
  text-decoration: none !important;
}

.accordion-button:not(.collapsed) {
  border-bottom: none !important;
  box-shadow: none !important;
}

/* FAQ Accordion Collapse (body) remains unchanged */
.accordion-body {
  background-color: #ffffff;
  padding: 1.5rem;
  font-family: 'Raleway', sans-serif;
}


/* Style the table */
 
    .fees-table {
      width: 80%;
      margin: 0 auto;
      border-collapse: collapse;
      margin: 2rem 0;
      font-family: 'Raleway', sans-serif;
    }
    .fees-table thead {
      background-color: #f8f8f8;
    }
    .fees-table th,
    .fees-table td {
      padding: 0.75rem 1rem;
      border: 1px solid #ccc;
      text-align: left;
      background-color: var(--bs-primary-bg);
    }
 
 /* END: Style the table */


/*
.price {
  border-radius: 15%;
  border: none;
  padding: 2rem;
  width: 450px;
  height: 500px;
}

.mt {
  margin-top: 3rem;
  font-weight: bold;
  color: #686562;
}

.fw {
  font-weight: bold;
}

.fw-rochelle {
  font-weight: bold;
  color: rgb(211, 126, 15);
}

.block-bord {
  border-left: 2px solid rgb(41, 39, 39);
  padding-left: 4rem;
}

.secret-top {
  margin-top: 8rem;
}

.container-table {
  margin: auto;
}

.sign {
  padding-right: 1rem;
}

.login {
  width: 600px;
  height: 600px;
}

.drag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 400px;
  height: 400px;
  background-color: #8b8884;
}

.inp-margin {
  margin-top: 50px;
  border-radius: 20px;
  border: none;
}

.login-color {
  color: greenyellow;
}

*/