@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans+Narrow:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans+Narrow:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans+Narrow:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.main-heading-title {
  font-size: 3rem;
  color: white;
  word-spacing: 2px;
}

.hero-subtitle {
  font-size: 18px;
  color: white;
  margin: 20px 0;
}

.headings-title-light {
  font-size: 40px;
  color: white;
  font-weight: 700;
  /* font-family: "Roboto", sans-serif; */
}

.headings-title-dark {
  font-size: 40px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  /* font-family: "Roboto", sans-serif; */
}

.para {
  color: #000000;
  font-weight: 450;
  line-height: 1.6;
  font-family: Open Sans;
  font-size: 17px;
  align-items: center;
}

.para-white {
  color: #ffffff;
  font-weight: 450;
  line-height: 1.6;
  font-family: Open Sans;
  font-size: 17px;
  align-items: center;
}


/* hero-section start */
.hero-section {
  background-color: #3f06a3;
  /* padding: 25px 0; */
  padding-top: 80px;
}
@media (max-width: 1140.98px) {
   .hero-section {
    padding-top: 90px;
}
}

.text-primary {
  color: white !important;
  font-weight: 500;
  font-family: Open Sans;
  font-size: 15.6px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  background: #ee7818;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  transition: 0.3s;
  border-radius: 6px;
}

.hero-btn:hover {
  background: #e66a04;
}
.hero-btn:hover .arrow-icon {
  transform: translateX(6px);
}
.hero-image {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Mobile tweaks */
@media (max-width: 991.98px) {
  .text-primary {
    font-size: 1rem;
  }
  .main-heading-title{
    font-size: 2rem;
    line-height: 1.4;
  }

  .hero-section .hero-subtitle {
    font-size: 1.2rem;
    padding: 0 1rem;
  }

  .hero-section .btn {
    font-size: 1rem;
  }

  .hero-section img {
    max-height: 300px;
  }
}

@media (max-width: 767.98px) {
  .text-primary {
    font-size: 1rem;
  }
  .main-heading-title{
    font-size: 2rem;
    line-height: 1.4;
  }

  .hero-section .hero-subtitle {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .hero-section .btn {
    font-size: 1rem;
  }

  .hero-section img {
    max-height: 300px;
  }
}

/* Extra small screens */
@media (max-width: 576px) {
    .text-primary {
    font-size: 0.80rem;
  }
  .main-heading-title{
    font-size: 1.7rem;
  }

  .hero-section .hero-subtitle {
    font-size: 1.00rem;
  }

  .hero-section img {
    max-height: 250px;
  }
}


@media (max-width: 991.98px) {
  .headings-title-dark {
    font-size: 2rem;
  }

  .para {
    font-size: 1.05rem;
  }
}

@media (max-width: 767.98px) {
  .headings-title-dark {
    font-size: 1.8rem;
  }

  .para {
    font-size: 1rem;
    /* padding: 0 1rem; */
  }

  .course-section {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .headings-title-dark {
    font-size: 1.6rem;
  }

  .para {
    font-size: 0.95rem;
    /* padding: 0 1rem; */
  }
}

/* hero-section end */



/* Course-section start */
.course-section {
  padding: 3rem 1rem;
}

.intro-text {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
  padding-top: 60px;
}

/* Course-section end*/



/* section-old-1 start*/
.section-old-1 {
  background-color: #3f06a3;
  /* padding: 30px 10px; */
}


.section-old-1 h1 {
  font-size: 3rem;
  line-height: 1.3;
}

.section-old-1 .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.section-old-1 .btn-outline-dark {
  border-width: 2px;
}

.intro-text-3 {
  max-width: 900px;
  margin: 0 auto 0px;
  text-align: center;
}

.hero-title-3 {
  font-size: 22px;
  font-weight: 600;
  font-family: Open Sans;
  color: white;
}


@media (max-width: 991.98px) {
  .headings-title-light {
    font-size: 2rem;
  }

  .para-white {
    font-size: 1.05rem;
  }

  .hero-title-3 {
    font-size: 1.45rem;
  }

  .hero-subtitle-3 {
    font-size: 1.1rem;
  }

  .section-old-1 .row {
    text-align: center;
  }

  .section-old-1 .col-md-6 {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .headings-title-light {
    font-size: 1.8rem;
  }

  .para-white {
    font-size: 1rem;
    /* padding: 0 1rem; */
  }

  .hero-title-3 {
    font-size: 1.1rem;
  }

  .section-old-1 .row {
    flex-direction: column;
  }

  .section-old-1 .col-md-6 {
    margin-bottom: 2rem;
  }

  .section-old-1 img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .headings-title-light {
    font-size: 1.6rem;
  }

  .para-white {
    font-size: 0.95rem;
  }

  .hero-title-3 {
    font-size: 1.1rem;
  }

  .hero-subtitle-3 {
    font-size: 0.9rem;
    padding: 0 1rem;
  }

  .section-old-1 img {
    max-height: 250px;
  }

  .section-old-1 .row {
    flex-direction: column;
  }

  .section-old-1 .col-md-6 {
    text-align: center;
  }
}


.hero-title-white {
  font-size: 22px;
  font-weight: 600;
  font-family: Open Sans;
  color: rgb(0, 0, 0);
}

.hero-text {
  /* padding: 0 2rem; */
}

.hero-image-wrapper img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .hero-title-white {
    font-size: 1.5rem;
  }

  .hero-text {
    /* padding: 0 1.5rem; */
  }

  .hero-image-wrapper img {
    max-width: 90%;
    height: auto;
  }

  .row {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .hero-title-white {
    font-size: 1.3rem;
  }

  .hero-image-wrapper img {
    max-width: 80%;
    height: auto;
  }

  .hero-text {
    /* padding: 0 1rem; */
  }

  .row {
    flex-direction: column;
    text-align: center;
  }

  .col-md-6 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 575.98px) {
  .hero-title-white {
    font-size: 1.2rem;
  }

  .hero-image-wrapper img {
    max-width: 75%;
    height: auto;
  }

  .hero-text {
    /* padding: 0 1rem; */
  }

  .row {
    flex-direction: column;
    text-align: center;
  }

  .col-md-6 {
    margin-bottom: 1.5rem;
  }
}

/* section-old-1 end*/


/* success stories start */
.support-section {
  min-height: 100vh;
  overflow: hidden;
}

.card {
  border: none;
  border-radius: 0.5rem;
}

.card-body {
  padding: 10px;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.card-text {
  font-size: 1rem;
  line-height: 1.5;
}

.card-link {
  font-size: 1rem;
  color: #007bff;
  text-decoration: none;
}

.card-link:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .support-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .headings-title-dark{
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }

  .card-body {
    padding: 1.5rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .card-text {
    font-size: 0.95rem;
  }

  .card-link {
    font-size: 0.95rem;
  }

  .row {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .headings-title-dark {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .card-body {
    padding: 1rem;
  }

  .card-title {
    font-size: 1.1rem;
  }

  .card-text {
    font-size: 0.9rem;
  }

  .card-link {
    font-size: 0.9rem;
  }

  .row {
    flex-direction: column;
    text-align: center;
  }

  .col-lg-4 {
    width: 100%;
  }
  .col-md-4 {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .headings-title-dark {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .card-body {
    padding: 1rem;
  }

  .card-title {
    font-size: 0.85rem;
  }

  .card-text {
    font-size: 0.80rem;
  }

  .card-link {
    font-size: 0.75rem;
  }

  .row {
    flex-direction: column;
    text-align: center;
  }

  .col-lg-4 {
    width: 100%;
  }

  .col-md-4 {
    margin-bottom: 1.5rem;
  }
}

/* Success stories end */


/* Image grid end*/

.tilted-img {
  transform: rotate(-5deg);
  border-radius: 10px;
}

.tilted-img2 {
  transform: rotate(2deg);
  border-radius: 10px;
}

.tilted-img3 {
  transform: rotate(-2deg);
  border-radius: 10px;
}

.tilted-img4 {
  transform: rotate(3deg);
  border-radius: 10px;
}

/* Common styles for all tilted images */
.tilted-img,
.tilted-img2,
.tilted-img3,
.tilted-img4 {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 10px;
  cursor: pointer;
}

/* Hover effect - Zoom and highlight */
.tilted-img:hover,
.tilted-img2:hover,
.tilted-img3:hover,
.tilted-img4:hover {
  transform: scale(1.1) rotate(0deg);
  /* zoom and straighten */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  /* highlight */
  z-index: 2;
  position: relative;
}

.custom-card {
  border: none;
  border-top: 6px solid #3f06a3;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  padding: 1.5rem;
  height: 100%;
}

.custom-card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3f06a3;
}

.custom-card .card-text {
  color: #3f06a3;
  margin-top: 10px;
  margin-bottom: 20px;
}

.custom-card .card-link {
  color: #3f06a3;
  text-decoration: underline;
  font-weight: 500;
}

/* Tilt image effects - optional */
.tilted-img {
  transform: rotate(-3deg);
}

.tilted-img2 {
  transform: rotate(2deg);
}

.tilted-img3 {
  transform: rotate(-2deg);
}

.tilted-img4 {
  transform: rotate(3deg);
}

/* Media Queries */
@media (max-width: 767.98px) {
  .image-grid h1 {
    font-size: 1.75rem;
  }

  .image-grid p {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .image-grid .btn {
    width: 40%;
    font-size: 1rem;
  }

  .image-grid .row>div {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {

  .image-grid .btn {
    padding: 0.65rem 1rem;
  }
}
/* image-grid end */

.responsive-bg {
  background-image: url('https://media.istockphoto.com/id/1087482366/photo/elegant-blue-wave-abstract-background.jpg?s=612x612&w=0&k=20&c=3aEw6xpyFqzTOzgxetSgCPioQZd1U1fTEeiBJaq-bl4=');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 250px; /* or whatever suits your layout */
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-item {
  border: none;
  /* border-bottom: 1px solid #ddd; */
}

.accordion-button {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000000;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.accordion-button::after {
  content: "+";
  font-size: 2rem;
  color: #9eb2ae;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: "×";
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit !important;
  /* text color same rahe */
  box-shadow: none !important;
  /* koi shadow bhi na ho */
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  font-size: 1.1rem;
  color: #000000;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991.98px) {
  .faq-title {
    font-size: 1.75rem;
  }

  .accordion-button {
    font-size: 1rem;
  }

  .accordion-body {
    font-size: 0.95rem;
  }
}

/* Small Screens (Phones in landscape, 576px to 767px) */
@media (max-width: 767.98px) {
  .faq-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .accordion-button {
    font-size: 0.95rem;
  }

  .accordion-body {
    font-size: 0.9rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Extra Small Screens (Portrait Phones, less than 576px) */
@media (max-width: 575.98px) {
  .faq-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .accordion-button {
    font-size: 0.9rem;
  }

  .accordion-body {
    font-size: 0.85rem;
  }

  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.lms-preview {
  max-width: 100%;
  height: auto;
  max-height: 700px; /* Large screen limit */
  object-fit: contain;
}

/* Tablets and smaller */
@media (max-width: 991px) {
  .lms-preview {
    max-height: 500px;
    transform: scale(1); /* Remove excessive zoom */
  }
}

/* Mobile screens */
@media (max-width: 576px) {
  .lms-preview {
    max-height: 300px;
  }
}
