@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff5f7;
  background-image: radial-gradient(#ffa5a5 1px, transparent 1px);
  background-size: 20px 20px;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
}

p {
  font-family: Inter, sans-serif !important;
}

.custom-navbar {
  background: white;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
}

a {
  color: white;
  text-decoration: none;
}

.navbar-brand img {
  max-width: 100px;
}

.nav-link {
  color: rgb(51, 51, 51) !important;
  font-weight: 500;
  padding: 8px 15px !important;
  font-size: 14px;
}

.active-pill {
  background: linear-gradient(90deg, #ff2a2a, #c40000);
  color: white !important;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(216, 27, 96, 0.3);
}

.btn-register {
  background: linear-gradient(90deg, #ff2a2a, #c40000);
  color: white !important;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 600;
  border: none;
  transition: transform 0.2s ease;
  box-shadow: rgba(216, 27, 96, 0.3) 0px 4px 15px;
  width: fit-content;
  display: block;
  margin: 0 auto;
  background-image: linear-gradient(90deg, rgb(255, 42, 42), rgb(196, 0, 0));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.btn-register:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.navbar-nav .nav-item {
  margin: 0 2px;
}

.main-footer {
  padding: 80px 0 40px;
  background: linear-gradient(135deg, #7a1414 0%, #4a0a0a 100%);
  position: relative;
  background-image: linear-gradient(135deg, rgb(122, 20, 20) 0%, rgb(74, 10, 10) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.main-footer .h5 {
  text-align: start;
}

.badge-outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.1);
}

.badge-solid {
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 50px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.15);
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.fb {
  background: #1877f2;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(24, 119, 242);
}

.ig {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  background-image: linear-gradient(45deg, rgb(240, 148, 51), rgb(230, 104, 60), rgb(220, 39, 67), rgb(204, 35, 102), rgb(188, 24, 136));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.tt {
  background: #000000;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: white;
  padding-left: 5px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.05);
}

.glass-box {
  display: flex;
  gap: 30px;
  row-gap: 30px;
  column-gap: 30px;
}

.contact-card i {
  background: red;
  padding: 20px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: red;
}

.scroll-top-btn {
  width: 45px;
  height: 45px;
  background: var(--brand-pink);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 15px;
}

.hero-section {
  padding: 40px 0;
}

.container {
  max-width: 1340px !important;
  padding-left: 15px;
  padding-right: 15px;
}

.badge-tag {
  display: block;
  width: fit-content;
  background: white;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 18px;
  color: red;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 8vw, 7rem);
  font-weight: 600;
  margin: 20px 0;
  color: rgb(26, 25, 25);
  font-family: "Cormorant Garamond", serif;
}

.hero-content h1 span {
  color: red;
  font-family: "Cormorant Garamond", serif;
}

.btn-primary-gradient {
  background: linear-gradient(90deg, #ff2a2a, #c40000);
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  box-shadow: rgba(216, 27, 96, 0.2) 0px 10px 20px;
  background-image: linear-gradient(90deg, rgb(255, 42, 42), rgb(196, 0, 0));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.btn-outline-glass {
  border: 1px solid red;
  color: var(--magenta);
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  margin-left: 15px;
}

.stats-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}

.stats-row h3 {
  color: var(--magenta);
  font-weight: 700;
  margin-bottom: 0px;
}

.hero-section img {
  margin-top: 90px !important;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 40px;
}

.gallery {
  padding: 100px 0px;
}

.gallery h1,
h2,
h3,
p,
h4 {
  text-align: center;
}

.gallery span {
  color: red;
}

.gallery img {
  border-radius: 20px;
}

span {
  color: red;
}

.glass-box .small {
  color: white !important;
}

.legacy-vision-section {
  padding: 100px 0;
}

.legacy-vision-section h1 {
  text-align: center;
}

.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  padding: 50px;
  height: 100%;
  box-shadow: rgb(196, 0, 0) 0px 5px, rgba(220, 0, 0, 0.3) 0px 10px, rgba(220, 0, 0, 0.2) 0px 15px, rgba(220, 0, 0, 0.1) 0px 20px, rgba(220, 0, 0, 0.05) 0px 25px;
  transition: transform 0.3s ease;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.7);
}

.glass-card:hover {
  transform: translateY(-5px);
}

.glass-card h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  margin-bottom: 25px;
  font-weight: 500;
}

.glass-card p {
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 20px;
}

.features-section {
  padding: 80px 0;
  background-color: rgb(255, 240, 243);
}

.feature-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
  transition: transform 0.3s ease;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 20px 0 10px;
  color: rgb(51, 51, 51);
}

.feature-card p {
  font-size: 0.95rem;
  color: rgb(102, 102, 102);
  line-height: 1.6;
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.orange-grad {
  background: linear-gradient(135deg, #ffb347, #ffcc33);
  background-image: linear-gradient(135deg, rgb(255, 179, 71), rgb(255, 204, 51));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.blue-grad {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  background-image: linear-gradient(135deg, rgb(106, 17, 203), rgb(37, 117, 252));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.green-grad {
  background: linear-gradient(135deg, #00b09b, #96c93d);
  background-image: linear-gradient(135deg, rgb(0, 176, 155), rgb(150, 201, 61));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.purple-grad {
  background: linear-gradient(135deg, #a18cd1, #fbc2eb);
  background-image: linear-gradient(135deg, rgb(161, 140, 209), rgb(251, 194, 235));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.teal-grad {
  background: linear-gradient(135deg, #4facfe, #00f2fe);
  background-image: linear-gradient(135deg, rgb(79, 172, 254), rgb(0, 242, 254));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.pink-grad {
  background: linear-gradient(135deg, #f093fb, #f5576c);
  background-image: linear-gradient(135deg, rgb(240, 147, 251), rgb(245, 87, 108));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.impact-section {
  background-color: rgb(177, 18, 38);
  padding-top: 100px;
  padding-bottom: 100px;
}

.impact-section h1 {
  color: white;
}

.badge-custom {
  background: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.4);
}

.stat-card {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 25px;
  height: 100%;
  color: white;
  text-align: left;
  transition: transform 0.3s ease;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.2);
}

.icon-box {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 1.2rem;
}

.blue-bg {
  background-color: rgb(49, 169, 225);
}

.green-bg {
  background-color: rgb(38, 194, 103);
}

.purple-bg {
  background-color: rgb(140, 104, 242);
}

.pink-bg {
  background-color: rgb(242, 104, 168);
}

.stat-card h3 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.stat-card .label {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.stat-card .description {
  color: rgb(255, 255, 255);
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0;
}

.hero-wrapper-prof {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  margin-top: -115px !important;
  background-image: url('image/Untitled-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  display: flex;
  align-items: center;
}

.hero-content {
  padding-top: 60px;
}

.timeline-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 100%;
  background-color: rgb(248, 179, 179);
  z-index: 0;
}

.timeline-card {
  border-radius: 26px;
  position: relative;
  z-index: 2;
  background-color: rgb(255, 255, 255);
}

.timeline-item h3 {
  font-size: 40px !important;
  text-align: start;
}

.year-label {
  color: rgb(206, 212, 218);
  font-weight: 700;
  font-size: 2.5rem;
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.badge-pill {
  width: fit-content;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 50px;
  color: white;
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 10px;
}

.line-dot {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
}

.timeline-section p {
  font-size: 16px;
  text-align: start;
  line-height: 1.5;
}

.dot-right {
  right: -22.5%;
  transform: translate(50%, -50%);
}

.dot-left {
  left: -22.5%;
  transform: translate(-50%, -50%);
}

.bg-blue {
  background-color: rgb(58, 134, 255);
}

.bg-cyan {
  background-color: rgb(0, 210, 255);
}

.bg-green {
  background-color: rgb(6, 214, 160);
}

.bg-purple {
  background-color: rgb(131, 56, 236);
}

.bg-orange {
  background-color: #fb5607;
}

.bg-pink {
  background-color: rgb(255, 0, 110);
}

.copyright {
  width: 100px;
}

.glass-card1 {
  background-color: rgb(143, 29, 29);
  box-shadow: none;
  color: white !important;
}

.legacy-vision-section .glass-card1 {
  color: white !important;
}

.trustedby {
  padding-top: 100px;
  padding-bottom: 80px;
}

.trustedby h1 {
  text-align: center;
}

.Workshop {
  background-image: linear-gradient(to top, #d92573, #df6ead, #dfa4d8, #e6d4f3, #ffffff);
  color: #272727;
}

.Workshop h1 {
  text-align: center;
}

.testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  margin: auto;
  text-align: center;
}

#testimonials {
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  background-color: rgb(249, 249, 249);
}

.container {
  max-width: 1340px !important;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-card {
  background: linear-gradient(135deg, rgb(255, 235, 235) 0%, rgb(255, 255, 255) 100%);
  border-radius: 16px;
  padding: 40px;
  margin: 20px auto;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 20px;
  transition: transform 0.3s ease;
  text-align: center;
  max-width: 800px;
  background-image: linear-gradient(135deg, rgb(255, 235, 235) 0%, rgb(255, 255, 255) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 8px 30px;
}

.quote-icon {
  font-size: 60px;
  color: rgb(255, 193, 214);
  line-height: 1;
  margin-bottom: 20px;
}

.stars {
  color: rgb(255, 215, 0);
  font-size: 20px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-style: italic;
  color: rgb(85, 85, 85);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.video {
    width: 100% !important;
    height: auto !important;
    display: block !important;

  pointer-events: auto !important;
  opacity: 1 !important;
  z-index: 10 !important;
  position: relative !important;}
.author-name {
  font-weight: 700;
  color: rgb(51, 51, 51);
  font-size: 18px;
  margin-bottom: 5px;
}

.author-title {
  color: red;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.workshops-section {
  background: linear-gradient(to bottom, #ffffff, #fff5f8);
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 245, 248));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.ls-2 {
  letter-spacing: 2px;
}

.header-line {
  width: 60px;
  height: 3px;
  background-color: rgb(139, 0, 0);
  border-radius: 2px;
}

.workshop-card {
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  overflow-x: hidden;
  overflow-y: hidden;
}

.workshop-card:hover {
  transform: translateY(-10px);
  box-shadow: rgba(214, 51, 132, 0.1) 0px 15px 30px !important;
}

.workshop-img-wrapper {
  position: relative;
  height: 220px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.workshop-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.5s ease;
}

.workshop-card:hover .workshop-img-wrapper img {
  scale: 1.1;
}

.workshop-overlay {
  position: absolute;
  top: 15px;
  right: 15px;
}

.btn-outline-pink {
  border-color: #d63384;
  color: red;
}

.btn-outline-pink:hover {
  background-color: #d63384;
  color: white;
}

.btn-pink-solid {
  background: linear-gradient(90deg, #ff2a2a, #c40000);
  color: white;
  border: none;
  box-shadow: rgba(214, 51, 132, 0.3) 0px 4px 15px;
  background-image: linear-gradient(90deg, rgb(255, 42, 42), rgb(196, 0, 0));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(214, 51, 132);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.btn-pink-solid:hover {
  background-color: rgb(188, 42, 113);
  color: white;
  transform: translateY(-2px);
  box-shadow: rgba(214, 51, 132, 0.3) 0px 8px 20px;
}

.contact-section {
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
}

.contact-info-box {
  background: linear-gradient(135deg, #fffafc 0%, #fff0f5 100%);
  border-radius: 24px;
  background-image: linear-gradient(135deg, rgb(255, 250, 252) 0%, rgb(255, 240, 245) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.contact-icon {
  width: 45px;
  height: 45px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(214, 51, 132, 0.1) 0px 4px 10px;
  font-size: 1.2rem;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 51, 132, 0.1);
  background-color: #fff !important;
  border: 1px solid #d63384 !important;
}

.form-floating>label {
  color: #6c757d;
}

.btn-pink-solid {
  background-color: #d63384;
  color: white;
  transition: all 0.3s ease;
}

.btn-pink-solid:hover {
  background-color: #bc2a71;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(214, 51, 132, 0.3);
}

.professionals-section {
  background: url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?w=1920') center/cover;
  padding: 80px 20px;
  position: relative;
  background-image: url("https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?w=1920");
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.professionals-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.5);
}

.professionals-section .container {
  position: relative;
  z-index: 1;
}

.section-title {
  color: white;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

.service-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 40px;
  transition: transform 0.3s ease;
  height: 100%;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service-card:hover {
  transform: translateY(-10px);
}

.card-image {
  position: relative;
  height: 350px;
  overflow: hidden;
  background: #000;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 0, 0);
}

.card-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.card-image video.playing {
  display: block;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}

.video-thumbnail.hidden {
  display: none;
}

.play-pause-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  z-index: 10;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.9);
}

.play-pause-btn:hover {
  background: white;
  transform: scale(1.1);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
}

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  border: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transition: all 0.3s ease;
  z-index: 10;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.95);
}

.play-overlay:hover {
  background: white;
  transform: translate(-50%, -50%) scale(1.1);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
}

.play-overlay.hidden {
  display: none;
}

.badge-service {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #00d4aa;
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(0, 212, 170);
}

.badge-video {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ff4081;
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 64, 129);
  row-gap: 5px;
  column-gap: 5px;
}

.video {
    width: 100% !important;
    height: auto !important;
    display: block !important;

  pointer-events: auto !important;
  opacity: 1 !important;
  z-index: 10 !important;
  position: relative !important;
}
.card-content {
  padding: 30px;
}

.card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(51, 51, 51);
  margin-bottom: 15px;
}

.card-description {
  color: rgb(102, 102, 102);
  font-size: 1rem;
  line-height: 1.6;
}

.nextevent {
  padding-top: 100px;
  padding-bottom: 100px;
}

.card-participants {
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgb(196, 0, 0) 0px 5px, rgba(220, 0, 0, 0.3) 0px 10px, rgba(220, 0, 0, 0.2) 0px 15px, rgba(220, 0, 0, 0.1) 0px 20px, rgba(220, 0, 0, 0.05) 0px 25px;
}

.nextevent h1 {
  text-align: center;
}

body {
  font-family: Poppins, sans-serif;
  background-color: rgb(255, 245, 247);
  background-image: radial-gradient(rgb(255, 165, 165) 1px, transparent 1px);
  background-size: 20px 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", serif;
}

.gallery h1, h2, h3, p, h4 {
  text-align: center;
}

.form-control:focus {
  box-shadow: rgba(214, 51, 132, 0.1) 0px 0px 0px 0.25rem;
  background-color: rgb(255, 255, 255) !important;
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(214, 51, 132) !important;
  border-right-color: rgb(214, 51, 132) !important;
  border-bottom-color: rgb(214, 51, 132) !important;
  border-left-color: rgb(214, 51, 132) !important;
}

.form-select:focus {
  box-shadow: rgba(214, 51, 132, 0.1) 0px 0px 0px 0.25rem;
  background-color: rgb(255, 255, 255) !important;
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-style: solid !important;
  border-right-style: solid !important;
  border-bottom-style: solid !important;
  border-left-style: solid !important;
  border-top-color: rgb(214, 51, 132) !important;
  border-right-color: rgb(214, 51, 132) !important;
  border-bottom-color: rgb(214, 51, 132) !important;
  border-left-color: rgb(214, 51, 132) !important;
}

.form-floating > label {
  color: rgb(108, 117, 125);
}

.c2582 {
  max-width: 600px;
}

.c3248 {
  max-width: 700px;
}

.c7371 {
  height: 150px;
}

.c7136 {
  display: none;
}

.c7528 {
  max-width: 600px;
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.cropped-image-parent, :has(.cropped-image) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
}

@media (max-width: 767.98px) {
  .timeline-line {
    left: 20px;
  }
  .timeline-item {
    justify-content: flex-end !important;
    padding-left: 15px;
  }
  .dot-right,
    .dot-left {
    display: none;
  }
  .timeline-item h3 {
    font-size: 20px !important;
  }
  .testimonial-card {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .professionals-section {
    padding: 40px 15px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .card-image {
    height: 250px;
  }
  .glass-card {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .hero-btns {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    row-gap: 15px !important;
    column-gap: 15px !important;
  }
  .btn-primary-gradient,
    .btn-outline-glass {
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
  }
  .legacy-vision-section {
    padding: 40px 0;
  }
}

@media (max-width: 992px) {
  .hero-wrapper-prof {
    background-position: 75% center;
  }
  .hero-content h1 {
    font-size: 2.5rem;
  }
  .glass-card {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .legacy-vision-section {
    padding: 40px 0;
  }
  .gallery {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .hero-wrapper {
    background-position: 85% center;
  }
  .glass-card {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .legacy-vision-section {
    padding: 40px 0;
  }
}