@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  margin: 0px;
  padding: 0px;
}
body::-webkit-scrollbar, .main-section .position-sticky::-webkit-scrollbar {
  width: 0.5em;
}
body::-webkit-scrollbar-track, .main-section .position-sticky::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #999;
}
body::-webkit-scrollbar-thumb, .main-section .position-sticky::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 1px solid var(--primary-color);
}
html {
  scroll-behavior: smooth;
}

:root {
  --primary-color: #2d2d92;
  --secondary-color: #000;
}
*,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
p {
  font-size: 18px;
  color: #000;
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
a,
button {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  text-decoration: none;
}
button:focus,
input:focus,
textarea:focus,
select:focus,
a:hover {
  outline: none;
  box-shadow: none;
}
section {
  padding: 70px 0 70px;
}
.title4{
    font-size:16px;
}

.large_heading {
  font-size: clamp(1.5rem, 3vw, 3.2rem);
  font-weight: 700;
}
.heading {
  font-size: clamp(1.2rem, 2.5vw, 3rem);
}
.sub_heading {
  font-size: clamp(1.1rem, 2vw, 2.2rem);
}
.max-length {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.small_heading {
  font-size: clamp(1rem, 1.5vw, 1.6rem);
  font-weight: 500;
}
.title {
  font-size: 20px;
}
.fontWeight300 {
  font-weight: 300;
}
.fontWeight400 {
  font-weight: 400;
}
.fontWeight500 {
  font-weight: 500;
}
.fontWeight600 {
  font-weight: 600;
}
.fontWeight700 {
  font-weight: 700;
}
.fontWeight800 {
  font-weight: 800;
}
.fontWeight900 {
  font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fontHeading {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.text_secondary {
  color: var(--secondary-color);
}
.text_primary {
  color: var(--primary-color);
}
.bgPrimary {
  background: var(--primary-color);
}
.bgSecondary {
  background: var(--secondary-color);
}
.containerFull {
  max-width: 1680px;
  margin: 0 auto;
}
body {
  overflow-x: hidden;
}

.sticky-info-bar {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  z-index: 1000;
}

.sticky-info-bar .workshop-title {
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}

.sticky-info-bar .badge {
  font-size: 14px;
  padding: 6px 12px;
}

.hero-section {
  background: linear-gradient(to right, #2d2d92, #3a2d85);
  color: white;
}

.card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
}
.bgGrey {
    background: #f8f8f8;
}

.card-image {
  object-fit: cover;
  height: 200px;
  width: 100%;
}
.sticky-form {
  position: sticky;
  top: 100px;
  z-index: 10;
}

.small-form {
  max-width: 100%;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.form-body {
  padding: 0;
}

.form-label {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.required-star {
  color: red;
  font-weight: bold;
}
.equal-width-btn {
  width: 200px;
}
/* .header-design{
   background: linear-gradient(90deg, #1f2937 0%, #3b82f6 100%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} */

.form-control {
  font-size: 14px !important;
  height: 40px;
  border: 1px solid #ccc;
}
.form-control:focus,
.custom-input-group .form-control:focus {
  border-color: #2d2d92;
  box-shadow: 0 0 0 0.15rem rgba(45, 45, 146, 0.25);
  outline: none;
}
.custom-height {
  height: 90px;
}

.btn-submit {
  background-color: #2d2d92;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-submit:hover {
  background-color: #1f1f70;
  color: #fff;
}

.custom-checklist {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 30px;
}

.custom-checklist li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: white;
  font-size: 1rem;
}

.circle-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 14px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #b0b0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
}
.circle-img {
  width: 65%;
  height: 65%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.icon-circle::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px dotted var(--primary-color);
  z-index: -1;
  transition: all 0.3s ease;
}

.icon-circle:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.bg-blue {
  background-color: rgba(0, 123, 255, 0.1);
}

.bg-purple {
  background-color: rgba(153, 102, 255, 0.1);
}

.bg-green {
  background-color: rgba(40, 167, 69, 0.1);
}
.agenda-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 20px;
  height: 100%;
  border: 0.5px solid #ddd;
  transition: all 0.3s ease;
}

.agenda-icon-box {
  width: 60px;
  height: 60px;
  min-width: 50px;
  border-radius: 50%;
  background: #3a2d85;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  overflow: hidden;
}
.agenda-icon-box2 {
  width: 50px;
  height: 50px;

  border-radius: 50%;
  background: #3a2d85;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  overflow: hidden;
}
.icon-img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.agenda-icon-box:hover .icon-img {
  transform: scale(1.15) rotate(5deg);
}
.mobile-button-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.mobile-fixed-btn {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #1e40af, #9333ea);
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.agenda-icon-box img {
  width: 70%;
  height: 70%;
  object-fit: contain;
  transition: transform 0.3s ease;
  filter: brightness(0) invert(1);
  padding: 2px;
}
.agenda-icon-box:hover img {
  transform: scale(1.2) rotate(5deg);
}
.agenda-icon-box:hover i {
  animation: pulseIcon 0.6s ease-in-out;
}

@keyframes pulseIcon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.agenda-title {
  font-weight: 600;
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
}

.agenda-subtitle {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}

.agenda-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.agenda-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.agenda-list li::before {
  content: "\f26e";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: -5px;
  color: var(--primary-color);
  font-size: 22px;
}
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 0px;
  right: 15px;
  color: #fff;
  background-color: var(--primary-color);
  z-index: 999;
  width: 45px;
  text-align: center;
  height: 45px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  overflow: hidden;
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.whatsApp {
  position: fixed;
  bottom: 15px;
  left: 0px;
  width: 150px;
  z-index: 99;
}
.whatsApp img {
  max-width: 40%;
}

.faq-clean .accordion-button {
  font-weight: 700;
  font-size: 1.2rem;
  background-color: #fff;
  color: #111;
}

.faq-clean .accordion-button:not(.collapsed) {
  background-color: #5555aa;
  color: #fff;
}

.bonus-segment {
  background: linear-gradient(135deg, #2d2d92, #6f6fff);

  /* background: linear-gradient(to right, #2d2d92, #3a2d85); */
}

.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: transparent !important;
}
.main-footer {
  z-index: 10;
  background-color: #f8f9fa;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #dee2e6;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.cta-section {
  /* background: linear-gradient(135deg, #1e40af, #9333ea); */
  background: linear-gradient(to right, #2d2d92, #3a2d85);
}
.btnlight3 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  padding: 15px 35px;
  z-index: 1;
  color: #000;
  background: #fff;
}

.btnlight3:after {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: var(--primary-color);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btnlight3:hover:after {
  width: 100%;
}
.btnlight3:hover {
  color: #fff;
}
.btnlight {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  padding: 15px 35px;
  z-index: 1;
  color: #000;
  background: #fff;
}

.btnlight:after {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: var(--primary-color);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btnlight:hover:after {
  width: 100%;
}
.btnlight:hover {
  color: #fff;
}
.btnlight2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  padding: 15px 35px;
  z-index: 1;
  color: var(--primary-color);
  background: #fff;
}

.btnlight2:after {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: #060270;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.form-select {
  font-size: 14px !important;
  height: 40px;
}
.header-design {
  background: linear-gradient(to right, #ffffff 0%, #e0f0ff 50%, #d2b052 100%);
}

.form-select:focus {
  border-color: #2d2d92;
  box-shadow: 0 0 0 0.15rem rgba(45, 45, 146, 0.25);
  outline: none;
}
.btnlight2:hover:after {
  width: 100%;
}
.btnlight2:hover {
  color: #fff;
}
.max-cont {
  max-width: 800px;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.walkaway-section-dark {
  background: linear-gradient(to right, #2d2d92, #3a2d85);
}

.icon-circle2 {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #6f6fff, #a855f7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.bgclr {
  background-color: var(--primary-color);
}
.icon-circle2:hover {
  transform: scale(1.1);
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.6);
}

.icon-circle i {
  font-size: 24px;
  color: #fff;
}

.walkaway-item p {
  font-size: 15px;
  color: #e5e7eb;
}
/* .organizer-section {
  /* background: linear-gradient(to right, #f5f9ff 0%, #e0ecff 50%, #d0e3ff 100%); */

.bg-clr {
  background-color: var(--primary-color);
}
.card-title {
  font-size: 3.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #6f6fff, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.highlighted-box {
  background-color: var(--primary-color);
}

.card-blue {
  background: #fff;
  color: #000;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--primary-color);
  transition: all 0.4s ease;
}

.card-blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #2d2d92;
  transition: right 0.4s ease;
  z-index: 0;
}

.card-blue:hover::before {
  right: 0;
}

.card-blue .card-title,
.card-blue .card-text {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

.card-blue:hover .card-title,
.card-blue:hover .card-text {
  color: #fff;
}

.cuet-section {
  background: linear-gradient(135deg, #2d2d92, #6f6fff);
}
.bg-clr2 {
  background-color: #f1f1f1;
}
.cuet-box {
  max-width: 800px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
}
/* .testimonialSwiper .swiper-wrapper {
  align-items: stretch;
}

.testimonialSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 220px;
} */
.testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-card p {
  flex-grow: 1;
}

.main-section .position-sticky {
  height: 100vh;
  overflow: auto;
}