body{
  margin: 0 auto; 
  background-color: white;
}

.mt0-imp {
  margin-top: 0 !important;
}

.img-fluid-top-logo {
  max-height: 40px;
}

.background-image-section {
  background-image: url('../images/ignite-Ai/e82561a8a129d936b06c11f6e124dae84f9d26b3.png');
  background-size: cover;
  background-position: center;
}

.img-fluid-image-section {
  max-width: 45%; 
  height: auto;
}

.text-justify {
  text-align: justify !important;
}

.fw-bold-image-section {
  font-size: 1.9rem;
  font-family: 'Manrope', sans-serif;
  line-height: 1.4;
}

.btn-styling-image-section {
  background-color: #EA3131;
  color: white; 
  font-weight: 800; 
  font-size: 12px; 
  border-radius: 30px;
}

.btn-styling-image-section:hover {
    background-color: #c00000;
    color: white; 
}

.date-labeling-image-section {
  font-size: 16px;
  font-weight: 400;
  font-family: inter;
}

.bg-right-section {
  background-color: #152d6b !important;
}

.bg-right-section-in {
  background-color: #364C85 !important;
  font-family: 'Inter', sans-serif;
}

.font-18-500 {
  font-size: 18px;
  font-weight: 500;
}

.cta-section {
  position: relative;
  top: -30px;
  z-index: 2;
}

/* .cta-section-style {
  z-index: 1;
} */

/* .footer-section-styling {
    background-color: #001358; background-size: cover; background-position: center; padding-top: 120px; z-index: 1;
}

.footer-img-fluid{
  max-width: 150px;
}

.bg-footer-section {
  background-color: #152D6B;
} */
 .footer-widget-wrap {
  top: 30px;
  padding-top: 10px;
  padding-bottom: 40px;
}

.footer-section {
    position: relative;
    font-size: medium;
    font-family: inter;
    background-color: #000c29;
    background-size: cover;
    background-position: center;
    padding-top: 120px; /* reduced from 190px */
    margin-top: -30px; /* pulls it upwards */
    z-index: 1;
}


.footer-logo {
  display: block;
  width: 70%;
}
.footer-logo img {
  width: 100%;
  height: auto;
}

.widget-info {
  padding-top: 20px;
  margin-left: -35px;
}

.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.widget-info ul li .info-icon i {
  display: inline-block;
  color: #005de0;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 2px;
}

.widget-info ul li .info-text{
  font-size: 16px;
  line-height: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #c4c5c7;
  text-decoration: none;
}

.text-address {
  font-size: 16px;
  line-height: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #c4c5c7;
  text-decoration: none;
}

.widget-info ul li .info-text :hover {
    color: #005de0;
}


.footer-widget .footer-widget-title {
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.widget-link {
  padding-top: 22px;
}

.widget-link .link li {
  margin-top: 7px;
}

.widget-link .link li a {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #c4c5c7;
  transition: all 0.3s linear;
}

.widget-link .link li a:hover {
  color: #005de0;
  padding-left: 10px;
}

.footer-copyright-area {
  border-top: 1px solid #1a253f;
  padding-top: 15px;
  padding-bottom: 10px;
}
.copyright-text p {
  padding-top: 15px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #c4c5c7;
}

.copyright-social {
  margin-top: 15px;
  text-align: right;
}

.copyright-social .social li {
  display: inline-block;
  margin-right: 10px;
}

.copyright-social .social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
  padding-bottom: 18px;
}

.copyright-social .social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #15203b;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.copyright-social .social li a:hover {
  background-color: #005de0;
}

.is-invalid {
  border: 1px solid red;
}

.error-msg {
  display: block;
  margin-top: 2px;
}

.modal-content {
  background-color: #152d6b;
  color: white;
  border-radius: 8px;
  padding: 15px;
}

.inner-container {
  background-color: #364C85;
  padding: 20px;
  border-radius: 8px;
}

.form-control {
  border-radius: 6px;
  margin-bottom: 12px;
}


.footer-icons-social{
  width: 32px; 
  height: 32px;
}

.font-16-500 {
  font-size: 16px;
  font-weight: 500;
}

.font-12-500 {
  font-size: 12px;
  font-weight: 500;
}

.form-width-right-section {
  max-width: 340px;
}

.form-right-section {
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  border: 2px solid #BCBABA;
}

.btn-form-submit {
  background-color: #62C86C; 
  color: white; 
  font-weight: 500; 
  font-size: 12px; 
  border-radius: 6px; 
  border: 2px solid white;
}
button.btn-form-submit:hover {
  background-color: #009b0f !important;
  border: 2px solid white;
}

.privacy-notice-right {
  font-size: 11px;
  color: #99CDDF;
}

.font-16 {
  font-size: 16px;
}

.font-22-700 {
  font-size: 22px;
  font-weight: 700;
}

.font-24-700 {
  font-size: 24px;
  font-weight: 700;
}

.font-20-700 {
  font-size: 20px;
  font-weight: 700;
}

.font-18-400 {
  font-size: 18px;
  font-weight: 400;
}

.font-18-600 {
  font-size: 18px;
  font-weight: 600;
}

.font-16-600 {
  font-size: 16px;
  font-weight: 600;
}

.font-16-500-r {
  color: #C10606;
  font-weight: 500;
  font-size: 16px;
}

.font-16-400-c {
  font-size: 16px;
  font-weight: 400;
  color: #1A4157;
}

.font-20-600 {
  font-size: 20px;
  font-weight: 600;
}

.font-20-600-bold {
  font-size: 20px;
  font-weight: 600;
  font-weight: bold;
}

.font-20 {
  font-size: 20px;
}

.font-15-400 {
  font-size: 15px;
  font-weight: 400;
}

.How-We-Help-Section-width {
  max-width: 880px
}

.font-26-700 {
  font-size: 26px;
  font-weight: 700;
}

.card-bg-color{
  background-color: #ADB7D0;
}

.font-24-700 {
  font-size: 24px;
  font-weight: 700;
}

.font-20-700-half {
  font-size: 20px;
  font-weight: 700; 
  width: 50%;
}

.table-height{
  height: 50px;
}

.font-20-500-half {
  font-size: 20px;
  font-weight: 500; 
  width: 50%;
}

.font-16-700{
  font-size: 16px; 
  font-weight: 700;
}

.font-16-400{
  font-size: 16px; 
  font-weight: 400;
}

/**/
.custom-accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  background-color: #D9D9D9;
  color: black;
  font-weight: 600;
  border-radius: 8px;
  position: relative;
  text-align: left;
  gap: 0.5rem;
}

/* Arrow Style */
.arrow-icon {
  width: 12px;
  height: 12px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

/* Rotate arrow when expanded */
button[aria-expanded="true"] .arrow-icon {
  transform: rotate(-135deg);
}

.text-navy {
  color: #1A4157;
}

.text-dark-blue {
  color: #152D6B;
}

.text-dark-blue-Q {
  color: #364C85;
  font-size: 18px;
  font-weight: 600;
}

.text-dark-blue-D {
  color: #324474;
  font-size: 16px;
  font-weight: 400;
}

.table-bordered-custom {
  border: 4px solid #D9D9D9;
}

.table-bordered-custom th,
.table-bordered-custom td {
  border: 3px solid #D9D9D9;
  color: #1A4157;
}

.bg-custom-content {
  background-color: #D9D9D9;
  color: #1A4157;
}

.custom-header th {
  background-color: #ABC3FF;
  color: #1A4157;
}

.table-header th {
  background-color: #D9D9D9;
  color: #152D6B;
}

.table-content td {
  background-color: #D9D9D9;
  color: #1A4157;
}

.table-bordered-white th,
.table-bordered-white td {
  border: 5px solid white !important;
}


.bg-custom-alt {
  background-color: #EDEBEB;
}

#collapseOne, #collapseTwo, #collapseThree, #collapseFour, .font-inter {
    font-family: inter;
}
.accordion-button {
  background-color: #001358 !important; 
  color: white !important;
}

.accordion-button:not(.collapsed)::after {
  filter: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.cta-box {
    background: linear-gradient(to right, #0072ff, #00c6ff);
    padding: 4rem 3rem; /* reduced padding for smaller screens */
    border-radius: 0.25rem;
    background-image: url('../images/ignite-Ai/ffd7272dfb90bcce6d8209839e7d49679594d07f.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap; /* allow wrapping on smaller screens */
    justify-content: space-between;
    align-items: center;
    color: white;
    font-family: 'Segoe UI', sans-serif;
    position: relative;
    transform: translateY(50%);
    z-index: 3;
}

.cta-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    flex: 1 1 300px; /* allow flexibility and minimum width */
}

.carousel-indicators [data-bs-target] {
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background-color: #c0c0c0;
   margin: 0 6px;
}

.carousel-indicators .active {
  background-color: #005de0 !important;
}

.contact-icons i {
  color: #72E7FC;
}

.cta-phone {
    font-size: 1.4rem;
    font-weight: 600;
    flex: 0 1 auto;
    margin-left: 1rem;
}

/* Responsive tweaks */
@media (max-width: 992px) { /* tablets and below */
    .cta-box {
        padding: 3rem 2rem;
        transform: translateY(50%);
    }
    .cta-title {
        font-size: 1.3rem;
        text-align: center;
    }
    .cta-phone {
        font-size: 1.2rem;
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
        text-align: center;
    }
    .table-bordered-custom th,
    .table-bordered-custom td {
      font-size: 0.9rem;
      padding: 0.75rem;
    }
}

@media (max-width: 576px) { /* mobile */
    .cta-box {
        padding: 1.5rem;
        flex-direction: column;
        transform: translateY(30%);
    }
    .cta-title {
        padding-top: 15px;   
        margin-bottom: 0.5rem; 
        font-size: 2rem;
        text-align: center;
        width: 100%;
    }
    .cta-phone {
        font-size: 1.7rem;
        text-align: center;
        margin-top: -180px;
        margin-bottom: 20px;
        width: 100%;
        margin-left: 0;
    }
    .table-bordered-custom th,
    .table-bordered-custom td {
      font-size: 0.85rem;
      padding: 0.5rem;
    }

        .footer-widget {
      text-align: start;
      margin-bottom: -20px;
      margin-left: 30px;
    }

    .widget-link {
      float: none !important;
    }

    .widget-link ul {
      padding-left: 0;
      list-style: none;
    }

    .widget-link ul li a {
      font-size: 1rem;
      color: #ffffff;
      text-decoration: none;
    }

    .footer-copyright-wrap .row {
    flex-direction: column;
    text-align: center;
  }

  .copyright-text {
    margin-bottom: 1rem;
  }

  .copyright-social {
    text-align: center !important;
  }

  .copyright-social ul {
    justify-content: center !important;
    padding-left: 0;
    margin: 0;
  }

  .copyright-social li {
    display: inline-block;
    margin: 0 0.5rem;
  }
    
}

@media (max-width: 768px) {
      .footer-copyright-wrap .row {
    flex-direction: column;
    text-align: center;
  }

  .copyright-text {
    margin-bottom: 1rem;
  }

  .copyright-social {
    text-align: center !important;
  }

  .copyright-social ul {
    justify-content: center !important;
    padding-left: 0;
    margin: 0;
  }

  .copyright-social li {
    display: inline-block;
    margin: 0 0.5rem;
  }
}

.cta-box {
  position: relative;
  overflow: hidden;
}

/* Flashlight animation */
.cta-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: flashlight 3s linear infinite;
  pointer-events: none;
  z-index: 4;
}

/* Keyframes for light motion */
@keyframes flashlight {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}


/*--  Preloader Styles  --*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 80%);
  z-index: 999999;
}

#preloader .preloader {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 48%;
  background-color: white;
  border-radius: 50px;
}

#preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #005de0;
  -webkit-animation: preloader 1.3s linear infinite;
          animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
