@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

button {
  cursor: pointer;
}

.btn-warning {
  background-color: #F4811F !important;
  border-color: #F4811F !important;
  border-radius: 20px !important;
}

.rounded-pill {
  border-radius: 20px !important;
}

.signup {
  color: #242424;
  font-size: 14px;
  font-weight: 500;
}

.login-btn {
  border-radius: 20px !important;
  width: 85px;
  font-size: 14px !important;
  padding: 10px !important;
  font-weight: 500 !important;
  border: none !important;
}

footer {
  background: #081229;
  color: #fff;
}
footer .text-uppercase {
  letter-spacing: 1px;
  font-size: 0.95rem;
  font-weight: 600;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  font-size: 0.96rem;
}
footer .Footer_links h6 {
  font-size: 16px;
  font-weight: 400;
}
footer .Footer_credit .lineheight {
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.2);
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #F4811F;
  text-decoration: none;
}

.floating-call-icon_callButton {
  position: fixed;
  right: 34px;
  bottom: 120px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  background: #ff7c04;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
}

.text-orange {
  color: #F4811F !important;
}

.banner-section {
  background-image: url(../HeroBG.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 452px;
  height: 100%;
}
.banner-section .banner-text h1 {
  max-width: 465px;
  width: 100%;
  font-size: 42px;
}
.banner-section .banner-text p {
  max-width: 465px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
.banner-section .banner-text a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: -moz-fit-content;
  width: fit-content;
}
.banner-section .banner-img {
  -o-object-fit: contain;
     object-fit: contain;
  justify-content: end;
  display: flex;
  top: 0;
  position: absolute;
  right: 10%;
}

.banner-blue {
  background: linear-gradient(135deg, #0b2447 80%, #19376d 100%);
  color: #fff;
  border-radius: 40px;
  margin: 40px auto;
}
.banner-blue .banner-img {
  max-height: 260px;
  margin-left: -40px;
}

.btn-warning {
  background-color: #F4811F;
  color: #fff;
  border: none;
}
.btn-warning:hover {
  color: #fff;
}

.about-section {
  background: #fff;
}
.about-section .about-imgs {
  display: flex;
  gap: 16px;
  justify-content: end;
  position: relative;
}
.about-section .about-shape {
  position: absolute;
  left: 34%;
  top: 50px;
}
.about-section .about-img-right {
  width: 230px;
  height: 268px;
  position: absolute;
  bottom: 15%;
  left: 27%;
  z-index: 1;
}
@media (max-width: 1020px) {
  .about-section .about-img-right {
    width: 50%;
    height: auto;
    bottom: 0;
    left: 0;
  }
}
.about-section .about-box h2 {
  font-size: 36px;
  color: #000000;
  font-weight: 400;
}
.about-section .about-box p {
  font-size: 14px;
  font-weight: 400;
  color: #242424;
}
.about-section .about-box h5 {
  font-size: 18px;
  font-weight: 600;
}
.about-section .about-box strong {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.about-section .about-box .small {
  color: #6A6A6A;
}
.about-section .about-icon {
  font-size: 1.4rem;
  color: #F4811F;
  vertical-align: middle;
}

.ldtrans h2 {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
}
.ldtrans p {
  font-size: 14px;
  font-weight: 400;
  color: #6A6A6A;
}

.ld-accordion .ld-accordion-item {
  margin-bottom: 1rem;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px rgba(20, 72, 129, 0.1490196078);
  border: 1px solid #C9D9E6 !important;
  border-radius: 15px !important;
}
.ld-accordion .ld-accordion-btn {
  border-radius: unset;
}
.ld-accordion .ld-accordion-btn .ld-icon {
  background: #F2F6F9;
  border-radius: 10px;
  padding: 5px;
}
.ld-accordion .ld-accordion-btn .ld-title {
  font-weight: 600;
  font-size: 15px;
}
.ld-accordion .ld-accordion-btn .ld-icon img {
  height: 28px;
  width: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ld-accordion .ld-accordion-btn:not(.collapsed) {
  box-shadow: 0 4px 14px rgba(255, 153, 0, 0.09);
  color: #F4811F;
  background-color: transparent !important;
}
.ld-accordion .ld-accordion-btn:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23F4811F' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
}
.ld-accordion .ld-accordion-body {
  background: #fff;
  padding: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #6A6A6A;
  border-top: 1px solid #eee;
}

/* Why Choose Section */
.why-choose-section {
  background: #0b1f3f;
  color: #fff;
  background-image: url(../WhyBg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.why-choose-section .text-orange {
  color: #F4811F;
}
.why-choose-section h2 {
  font-size: 36px;
  font-weight: 400;
}
.why-choose-section .why-icon {
  margin: auto;
}
.why-choose-section .why-text {
  font-size: 16px;
  font-weight: 400;
  color: #9DA5B2;
}

/* Courses Section */
.courses-section {
  background: #F2F6FC;
}
.courses-section h2 {
  font-size: 36px;
  font-weight: 400;
}
.courses-section .course-card {
  border: 0.5px solid #C9D9E6;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.courses-section .course-card .card-img-top {
  padding: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.courses-section .course-card .card-body .card-title {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}
.courses-section .course-card .card-body .reviewtxt {
  font-size: 12px;
  font-weight: 500;
  color: #242424;
}
.courses-section .course-card .card-body .card-text {
  font-size: 12px;
  font-weight: 400;
  color: #6A6A6A;
}
.courses-section .course-card .card-footer a {
  background: #F2F6F9;
  border-radius: 15px;
}
.courses-section .course-card .stars img {
  height: 12px;
}
.courses-section .course-card .btn-light {
  border: 1px solid #F2F6F9;
  color: #1e293b;
}
.courses-section .course-card .btn-light:hover {
  background: #F4811F;
  color: #fff;
}

.improve-section {
  background-image: url(../Banner-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.improve-section h2 {
  font-size: 24px;
  font-weight: 400;
}
.improve-section .fullstack {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  width: -moz-fit-content;
  width: fit-content;
}
.improve-section .fullstack p {
  color: #fff;
  padding-inline: 12px;
}
.improve-section a {
  width: 180px;
  white-space: nowrap;
  gap: 5px;
}

.banner-sectioncourse {
  background: #16264c;
}
.banner-sectioncourse .enroll {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: -moz-fit-content;
  width: fit-content;
}
.banner-sectioncourse h1 {
  font-size: 30px;
  font-weight: 500;
}
.banner-sectioncourse h3{
  font-size: 25px;
  font-weight: 400;
}
.banner-sectioncourse h3 span{
  font-size: 17px;
  color: #6A6A6A;
}
.banner-sectioncourse p {
  max-width: 500px;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.7;
}
.banner-sectioncourse .stars img {
  height: 12px;
}
.banner-sectioncourse .reviewtxt {
  font-size: 12px;
  font-weight: 500;
}

.banner-img-container {
  position: relative;
  display: inline-block;
  padding: 12px;
  border-radius: 27px;
  overflow: hidden;
}
.banner-img-container .courseimg {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}

.banner-img-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); /* white with 0.5 opacity */
  z-index: 1;
}

.text-orange {
  color: #F4811F !important;
}

.info-cards {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
}
.info-cards .flex-fill {
  border-right: 1px solid #eee;
}
.info-cards .flex-fill:last-child {
  border-right: none;
}
.info-cards .flex-fill .text-clr {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6A6A6A;
}
.info-cards .flex-fill .text-dec {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.card-title i {
  vertical-align: middle;
  font-size: 1.1em;
}

.form-card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
}
.form-card h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.form-card h4 span {
  font-weight: 600;
}
.form-card p {
  font-size: 12px;
  font-weight: 400;
  color: #6A6A6A;
}
.form-card .btn-warning {
  background-color: #F4811F;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 2rem;
  transition: background 0.2s;
}
.form-card .btn-warning:hover {
  background-color: #e68900;
  color: #fff !important;
}

input.form-control {
  background: #F4F4F4;
  border-radius: 10px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  color: #D0D0D0;
  height: 40px;
}

.select {
  background: #F4F4F4;
  border-radius: 10px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  color: #D0D0D0;
  height: 40px;
}
.select .form-select,
.select input {
  background-color: transparent;
  border: none !important;
  outline: none;
}

.breadcrumb {
  background: transparent;
}
.breadcrumb li {
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.body-section {
  margin-top: -25px !important;
}

.card {
  border: 0.5px solid #C9D9E6 !important;
  border-radius: 15px !important;
}

.card-body .lineheight {
  width: 100%;
  height: 1px;
  background: #eee;
}
.card-body .list-unstyled li {
  /* display: flex; already here */
   display: ruby;/* this one change new */
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #6A6A6A;
}
.card-body .card-title img {
  padding: 10px;
  background: #F2F6F9 0% 0% no-repeat padding-box;
  border: 0.5px solid #C9D9E6;
  border-radius: 10px;
}
.card-body .card-text {
  font-size: 12px;
  font-weight: 400;
  color: #6A6A6A;
}
.card-body .listed {
  list-style: disc !important;
}
.card-body .listed li {
  color: #6A6A6A;
  font-size: 12px;
  font-weight: 400;
}
.card-body .listed strong {
  font-weight: 600;
}

.syllabus-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(40, 41, 61, 0.08);
  border: 1px solid #f3f3f6;
}

.syllabus-title {
  font-size: 1.22rem;
  font-weight: 600;
  color: #24292e;
}

.syllabus-icon img {
  vertical-align: middle;
}

.syllabus-accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.syllabus-accordion .accordion-item {
  background: #f8f9fb !important;
  border-radius: 13px !important;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 10px 0 rgba(40, 41, 61, 0.04);
}

.syllabus-accordion-btn {
  background: none !important;
  border-radius: unset !important;
  font-size: 14px !important;
  font-weight: 400;
  color: #000000 !important;
  border: none;
  box-shadow: none;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.75rem;
  box-shadow: none !important;
}

.syllabus-accordion-btn:not(.collapsed) {
  box-shadow: none;
  color: #000000 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
}

.syllabus-section-num {
  display: inline-block;
  min-width: 32px;
  margin-right: 0.5rem;
  font-weight: 600;
  color: #F4811F;
  font-size: 16px;
  background: none;
  letter-spacing: 0.02em;
}

.syllabus-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border-top: 1px solid #eee;
}

.syllabus-list li {
  font-size: 12px;
  color: #000000;
  margin-block: 0.8rem;
  font-weight: 400;
}

hr {
  opacity: 0.3;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.faq-title {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  letter-spacing: -0.5px;
}

.faq-accordion .faq-card {
  background: #fff;
  border-radius: 13px !important;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 10px 0 rgba(40, 41, 61, 0.04);
  margin-bottom: 0.8rem;
}

.faq-btn {
  background: none !important;
  border-radius: unset !important;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  box-shadow: none !important;
  border: none;
  padding: 0.85rem 1.1rem 0.85rem 1rem;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Hide default Bootstrap arrow */
.faq-btn::after {
  display: none !important;
}

.faq-btn:focus {
  box-shadow: none;
}

.faq-btn .faq-icon {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  width: 28px;
  height: 28px;
  justify-content: center;
  border-radius: 50%;
  background: #F2F6F9;
  color: #6A6A6A;
  font-size: 1.25rem;
  transition: background 0.2s;
  position: relative;
}

.faq-btn:not(.collapsed) {
  color: #000000 !important;
}

.faq-btn:not(.collapsed) .faq-icon {
  background: #F4811F;
  color: #fff;
}

.faq-btn.collapsed .faq-icon::before {
  content: "+";
  font-size: 1.22rem;
  font-weight: 700;
}

.faq-btn:not(.collapsed) .faq-icon::before {
  content: "-";
  font-size: 1.22rem;
  font-weight: 700;
}

.faq-body {
  font-size: 12px;
  color: #6A6A6A;
  font-weight: 400;
  padding: 0.7rem 1.1rem 1rem 1.1rem;
  border-top: 1px solid #eee;
}

@media (max-width: 767px) {
  .faq-title {
    font-size: 1.5rem;
    margin-bottom: 1.1rem;
  }
  .faq-accordion .faq-card {
    margin-bottom: 0.6rem;
  }
}
.desc-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #24292e;
}

.desc-content {
  font-size: 12px;
  font-weight: 400;
  color: #6A6A6A;
}

.desc-text.short {
  /* Show only the brief intro */
}

.desc-text.long ul {
  list-style: disc !important;
}
.desc-text.long ul li {
  margin-bottom: 10px;
}

.desc-toggle-btn {
  background: none;
  border: none;
  color: #F4811F;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  text-align: left;
  transition: color 0.2s;
}

.desc-toggle-btn:hover,
.desc-toggle-btn.read-less {
  color: #F4811F;
}

.courses-section {
  background: #F2F6FC;
}
.courses-section h2 {
  font-size: 36px;
  font-weight: 400;
}
.courses-section .course-card {
  border: 0.5px solid #C9D9E6;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.courses-section .course-card .card-img-top {
  padding: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.courses-section .course-card .card-body .card-title {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}
.courses-section .course-card .card-body .reviewtxt {
  font-size: 12px;
  font-weight: 500;
  color: #242424;
}
.courses-section .course-card .card-body .card-text {
  font-size: 12px;
  font-weight: 400;
  color: #6A6A6A;
}
.courses-section .course-card .card-footer a {
  font-size: 14px;
  font-weight: 600;
  background: #F2F6F9;
  border-radius: 15px;
}
.courses-section .course-card .stars img {
  height: 12px;
}
.courses-section .course-card .btn-light {
  border: 1px solid #F2F6F9;
  color: #1e293b;
}
.courses-section .course-card .btn-light:hover {
  background: #F4811F;
  color: #fff;
}
.error {
      color: red;
      font-size: 0.9em;
      margin-top: 2px;
      word-wrap: break-word;
    }
    #phoneError {
      position: absolute;
    margin-top: 2.5%;
    font-size: 13px;
    }
.thankyou-container {
   background-color: #fff6ee;
}
 .thankyou-container .thankyou h3 {
   font-size: 40px;
   font-weight: 700;
   color: #000;
}
 .thankyou-container .thankyou p {
   font-size: 18px;
   font-weight: 600;
   color: #020202 EB;
}
.card-text1{
    font-size: 11px;
    font-weight: 400;
    color: #6A6A6A;
    font-style: italic;
}
.card-text1 span{
  color: red;
}


.alpha-paren {
  list-style: none;
  counter-reset: alpha;
}

.alpha-paren li {
  counter-increment: alpha;
  margin: 6px 0;
}

.alpha-paren li::before {
  content: counter(alpha, lower-alpha) ") ";
  margin-right: 4px;
}