:root {
  --color-primary: #7000ff;
  --bg-main-color: linear-gradient(157deg, #e100ff 0%, rgba(127, 0, 255, 0.99608) 100%);
  --color-secondary: #ff2d92;
  --color-light: #f9f7ff;
  --color-soft: #f6f2ff;
  --color-dark: #1c1a35;
  --color-muted: #6c6b7e;
}

* {
  box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
  color: var(--color-dark);
  background-color: #ffffff;
}
p{
  font-family: "Roboto", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.top-contact-bar {
   background-color: #280120;
    background-image: url(../images/page-bg.png);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
  color: #fff;
  font-size: 0.9rem;
}

.top-contact-bar .small-text span,
.top-social-icons span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.top-social-icons span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  justify-content: center;
}

.top-social-icons span:hover {
  background: rgba(255,255,255,0.15);
}

.site-header {
  background: #fff;
  z-index: 9999;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--color-dark);
}

.bg-purple {
  background: #7000ff !important;
}

/* .btn-purple {
  background: #7000ff;
  color: #fff;
  border-color: transparent;
} */

.btn-purple:hover,
.btn-purple:focus {
  background: #5b00d3;
  color: #fff;
}


.stats-bar {
  background: linear-gradient(90deg, #8F0177 0%, #DE1A58 100%);
    color: white;
    padding: 25px 0;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    border-radius: 10px;
}


.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 20px 40px rgba(112, 0, 255, 0.18);
}

.nav-link {
      color: var(--color-dark);
    font-weight: 500;
    font-size: 15px;
    margin: 0 7px;
}

.nav-link.active,
.nav-link:hover {
  color: var(--color-primary);
}



.hero-section {
    position: relative;
}

.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
       background: var(--purple-main);
    color: #fff;
    font-size: 20px;
    z-index: 99;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-arrow:hover {
    background: #ff2d92;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 30px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}



.hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.22;
}

.hero-shape-1 {
  width: 220px;
  height: 220px;
  top: 24px;
  left: -40px;
  background: radial-gradient(circle, rgba(112, 0, 255, 0.45), transparent 55%);
}

.hero-shape-2 {
  width: 180px;
  height: 180px;
  bottom: 40px;
  right: -40px;
  background: radial-gradient(circle, rgba(255, 45, 146, 0.35), transparent 55%);
}

.hero-shape-3 {
  width: 140px;
  height: 140px;
  top: 120px;
  right: 70px;
  background: radial-gradient(circle, rgba(255, 45, 146, 0.22), transparent 60%);
}

.hero-top-dot {
  position: absolute;
  left: 12%;
  top: 16%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff4747;
}

.hero-left-triangle {
  position: absolute;
  left: 4%;
  top: 55%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 50px solid rgba(0, 255, 0, 0.18);
}

.hero-heading {
  font-size: clamp(3.2rem, 5vw, 4.5rem);
  line-height: 1.02;
  font-weight: 800;
  color: var(--color-dark);
  transition: opacity 0.3s ease;
}

.hero-heading .text-highlight {
  color: var(--color-secondary);
}

.hero-heading .text-primary {
  color: #0b1448;
}

.hero-description {
  max-width: 520px;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.9;
  transition: opacity 0.3s ease;
}

.hero-buttons .btn {
  min-width: 170px;
}

.btn-outline-tertiary {
  color: #ff2d92;
  border-color: rgba(255,45,146,0.6);
  background: transparent;
}

.btn-outline-tertiary:hover {
  background: rgba(255,45,146,0.08);
}

.top-contact-bar {
  background-color: #280120;
    background-image: url(../images/page-bg.png);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
  color: #fff;
  font-size: 0.9rem;
}

.top-contact-bar .small-text span,
.top-social-icons span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.top-social-icons span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  justify-content: center;
}

.top-social-icons span:hover {
  background: rgba(255,255,255,0.15);
}

.hero-counter-card {
  margin-top: 3rem;
  max-width: 760px;
  background: linear-gradient(90deg, rgba(112, 0, 255, 0.95), rgba(255, 45, 146, 0.95));
  border-radius: 22px;
  padding: 1rem 0;
  box-shadow: 0 30px 60px rgba(112, 0, 255, 0.12);
}

.counter-item {
  padding: 1rem 0;
}

.counter-item h3 {
  margin-bottom: 0.35rem;
  font-size: 2rem;
  font-weight: 800;
}

.counter-item span {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.85;
}

.hero-visual {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  overflow: hidden;
}

.hero-curve-shape {
  position: absolute;
  top: -30px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 45% 55% 35% 65% / 35% 45% 55% 65%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 45, 146, 0.35), rgba(112, 0, 255, 0.8) 68%, transparent 85%);
  z-index: 0;
}

.hero-visual-img {
  width: 100%;
  border-radius: 80px 20px 80px 20px;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transition: transform 0.7s ease, opacity 0.5s ease;
}

.hero-visual-img.fade {
  opacity: 0.2;
  transform: scale(0.96);
}

.hero-heading.fade,
.hero-description.fade {
  opacity: 0.35;
  transition: opacity 0.3s ease;
}

.hero-play-button {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 74px;
  height: 74px;
  background: #fff;
  color: var(--color-secondary);
  border: 4px solid rgba(255, 45, 146, 0.2);
  box-shadow: 0 20px 50px rgba(112, 0, 255, 0.14);
}

.hero-play-button span {
  font-size: 2rem;
}

.hero-slider-nav {
  position: absolute;
  right: -80px;
  top: 40%;
  transform: translateY(-50%);
}

.hero-slider-nav .slider-index {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
}

.hero-slider-nav .slider-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: transparent;
  cursor: pointer;
}

.hero-slider-nav .slider-dot.selected {
  background: #ff2d92;
  border-color: #ff2d92;
}

.hero-side-dot {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 45, 146, 0.2);
  top: 20%;
  left: 12%;
}

.hero-side-dot-small {
  width: 24px;
  height: 24px;
  top: 70%;
  left: 18%;
  background: rgba(112, 0, 255, 0.22);
}

.hero-shape-3 {
  width: 140px;
  height: 140px;
  top: 120px;
  right: 70px;
  background: radial-gradient(circle, rgba(255, 45, 146, 0.22), transparent 60%);
}

.hero-play-button {
  animation: pulse 2.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: translateY(-50%) scale(1); }
  50% { transform: translateY(-50%) scale(1.05); }
}

.info-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.info-card {
  min-height: 220px;
}

.info-card:nth-child(1) {
  grid-column: 1;
}

.info-card:nth-child(2) {
  grid-column: 2;
  margin-top: 3rem;
}

.info-card:nth-child(3) {
  grid-column: 1 / span 1;
}

.info-card-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.highlight-card {
  border: 1px solid rgba(112, 0, 255, 0.12);
  background: #fff;
}

.why-join-box {
  position: relative;
}

.why-join-box::before {
  content: '';
  position: absolute;
  left: -38px;
  top: 28px;
  width: 72px;
  height: 72px;
  background: rgba(255, 45, 146, 0.12);
  border-radius: 28px;
  z-index: -1;
}

@media (max-width: 991px) {
  .hero-visual {
    max-width: 100%;
  }
  .hero-side-nav {
    right: 0;
    position: static;
    transform: none;
    flex-direction: row;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
  }
  .hero-play-button {
    right: 1.2rem;
    top: 48%;
  }
}

.section-about,
.section-gallery,
#speakers,
#schedule,
#pricing,
#register {
  position: relative;
}

.section-title {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.section-title .section-label {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-size: 0.8rem;
}

.section-title h2 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.05;
}

.feature-card {
  border: none;
  padding: 2rem;
  border-radius: 32px;
  background: #fff;
}

.feature-card-highlight {
  background: linear-gradient(180deg, rgba(112,0,255,.95), rgba(255,45,146,.95));
  color: #fff;
}

.feature-card-highlight .icon-box span {
  color: var(--color-primary);
}

.why-cards .feature-card {
  position: relative;
  z-index: 1;
}

.why-cards .feature-card:nth-child(2) {
  margin-top: 40px;
}

.icon-box {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}

.icon-box span {
  font-size: 1.75rem;
  color: var(--color-primary);
}

.feature-card h5 {
  font-size: 1.05rem;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

.bullet-dot {
  display: inline-flex;
  width: 10px;
  height: 10px;
  margin-right: 0.85rem;
  border-radius: 50%;
  background: var(--color-primary);
}

.mini-card {
  border: 1px solid rgba(112,0,255,0.12);
}

.mini-card span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(112,0,255,0.08);
  font-size: 1.55rem;
}

.gallery-grid .img-fluid {
  min-height: 220px;
  object-fit: cover;
}

.speaker-card {
  border: none;
}

.speaker-card img {
  height: 300px;
  object-fit: cover;
}

.social-icons span {
  font-size: 1.15rem;
  color: var(--color-muted);
}

.social-icons span:hover {
  color: var(--color-primary);
}

.schedule-tabs .nav-link {
  margin: 0 0.5rem 0.5rem 0.5rem;
  border-radius: 18px;
  border: 1px solid rgba(112,0,255,0.16);
  color: var(--color-dark);
  padding: 0.9rem 1.3rem;
  min-width: 110px;
  text-align: center;
}

.schedule-nav-wrapper {
  margin-bottom: 2rem;
}

.schedule-tabs .nav-link.active {
  background: var(--color-primary);
  color: #fff;
  border-color: transparent;
}

.badge-time {
  background: var(--color-light);
  color: var(--color-primary);
  border-radius: 18px;
  padding: 0.55rem 1rem;
  font-weight: 700;
}

.event-item {
  transition: transform 0.3s ease;
}

.event-item:hover {
  transform: translateY(-5px);
}

.pricing-card {
  border: 1px solid rgba(112,0,255,0.12);
}

.pricing-card-highlight {
  border: none;
  background: linear-gradient(180deg, var(--color-primary), var(--color-secondary));
  color: #fff;
}

.pricing-card-highlight .btn {
  color: var(--color-dark);
}

.price-value {
  font-size: 2.5rem;
  font-weight: 800;
}

.period {
  font-size: 1rem;
  color: inherit;
  font-weight: 500;
}

.testimonial-card {
  border: 1px solid rgba(112,0,255,0.12);
}

.testimonial-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--color-secondary);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(255,45,146,0.2);
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(112,0,255,.8), rgba(255,45,146,.7));
}

.post-card {
  border: none;
}

.post-card .card-body h5 {
  font-size: 1.15rem;
  font-weight: 700;
}

.read-more {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: none;
}

.newsletter-section {
  background: linear-gradient(135deg, #7000ff 0%, #ff2d92 100%);
}

.newsletter-form .form-control {
  border-radius: 50px;
}

.sponsor-logo {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid rgba(112,0,255,0.12);
  color: var(--color-dark);
  font-weight: 600;
  background: #fff;
}

.register-illustration {
  min-height: 420px;
}

.registration-form {
  max-width: 560px;
}

.registration-form .form-control {
  border-radius: 50px;
}

footer {
  font-size: 0.95rem;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.social-footer span {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.75);
}

.social-footer span:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .hero-section {
    padding-top: 60px;
  }
  .hero-shape-1,
  .hero-shape-2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 2.15rem;
  }
  .hero-stats {
    flex-direction: column;
  }
  .hero-image {
    max-width: 100%;
  }
  .register-illustration {
    min-height: auto;
  }
}
















  :root {
            --purple-main: linear-gradient(90deg, #8F0177 0%, #DE1A58 100%);
            --dark-blue: #0b0d39;
            --accent-red: #8F0177;
        }


        .hero-section {
            position: relative;
            height: 65vh;
            background-color: #ffebfb;
    overflow: visible;
        }

        /* --- ANIMATED ICONS CSS --- */
        .bg-icon {
            position: absolute;
            z-index: 1;
            opacity: 0.2;
            animation: floatingIcon 6s ease-in-out infinite;
        }

        /* 16 Dots (8x2 Grid) */
        .dots-grid {
            top: 15%;
            left: 5%;
            display: grid;
            grid-template-columns: repeat(8, 8px);
            grid-gap: 12px;
        }
        .dots-grid span {
            width: 8px;
            height: 8px;
            background: #ccc;
            border-radius: 50%;
        }

        /* Circle Shape */
        .shape-circle {
            top: 20%;
            left: 35%;
            width: 40px;
            height: 40px;
            border: 5px solid var(--purple-main);
            border-radius: 50%;
            animation-delay: 1s;
        }

        /* Triangle Shape */
        .shape-triangle {
            bottom: 25%;
            left: 10%;
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-bottom: 35px solid var(--accent-red);
            animation-delay: 2s;
        }

        @keyframes floatingIcon {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(10deg); }
        }

        /* --- Baki ka original style --- */
        .hero-slider, .slick-list, .slick-track { height: 100%; }

        .single-slide {
            height: 90vh;
            outline: none;
            display: flex !important;
            align-items: center;
            position: relative;
        }

  .right-full-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 5;
}

        .right-full-image img {
            width: 100%;
            height: 100%;
            /*object-fit: fill;*/
        }
.play-btn-container {
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999 !important;
    pointer-events: auto !important;
}

.play-btn {
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    z-index: 99999 !important;
    pointer-events: auto !important;
    cursor: pointer;
}

.slick-slide {
    pointer-events: none;
}

.slick-slide.slick-active {
    pointer-events: auto;
}

.play-btn,
.play-btn * {
    pointer-events: auto !important;
}


.play-btn,
.play-btn *{
    pointer-events:auto !important;
}

        /*.play-btn-container {*/
        /*    position: absolute;*/
        /*    left: -45px;*/
        /*    top: 50%;*/
        /*    transform: translateY(-50%);*/
        /*    z-index: 10;*/
        /*}*/

        /*.play-btn {*/
        /*    width: 90px;*/
        /*    height: 90px;*/
        /*    background: #fff;*/
        /*    border-radius: 50%;*/
        /*    display: flex;*/
        /*    align-items: center;*/
        /*    justify-content: center;*/
        /*    text-decoration: none;*/
        /*    position: relative;*/
        /*    box-shadow: 0 10px 20px rgba(0,0,0,0.1);*/
        /*}*/

        .play-btn i {
            color: var(--accent-red);
            font-size: 24px;
            margin-left: 5px;
        }

        .play-btn::after {
            content: '';
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 2px solid #fff;
            position: absolute;
            top: 0;
            left: 0;
            animation: pulse-border 2s linear infinite;
        }

        @keyframes pulse-border {
            0% { transform: scale(1); opacity: 1; }
            100% { transform: scale(1.7); opacity: 0; }
        }

        .content-wrap { position: relative; z-index: 2; }

        .hero-content h1 {
            font-size: clamp(40px, 8vw, 50px);
            font-weight: 900;
            color: var(--dark-blue);
            line-height: 1.1;
            margin-bottom: 20px;
        }

        .hero-content h1 span { color: #b0125a}

        .hero-content p {
            font-size: 16px;
            color: rgb(34, 27, 104);
            max-width: 500px;
            margin-bottom: 30px;
        }

        .btns a { margin-bottom: 10px; }
        .btn-purple { 
              background: var(--purple-main);
    color: white;
    padding: 8px 26px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    font-size: 15px;
             }

        .btn-outline-purple { border: 1px solid var(--accent-red); color: var(--accent-red); padding: 12px 30px; border-radius: 5px; font-weight: bold; text-decoration: none; display: inline-block; }

        .slick-active .hero-content h1 { animation: fadeInUp 0.8s both; }
        .slick-active .hero-content p { animation: fadeInUp 0.8s 0.3s both; }
        .slick-active .btns { animation: fadeInUp 0.8s 0.6s both; }

        @media (max-width: 991px) {
            .hero-section, .single-slide { height: auto; min-height: 100vh; padding: 0px 0; }
            
            .custom-arrow {
    top: 23%;
    width: 32px;
    height: 32px;
    font-size: 15px;}
            
            
            .right-full-image { position: relative; width: 100%; height: 300px; order: -1; }
            .play-btn-container { left: 50%; top: auto; bottom: 10px; transform: translateX(-50%); }
            .play-btn { width: 50px; height: 50px; }
            .single-slide { flex-direction: column; justify-content: center; }
            .hero-content { text-align: center; padding: 30px 1px; }
            .hero-content p { margin-left: auto; margin-right: auto; }
            .slick-dots { bottom: 20px; right: 0; left: 0; top: auto; transform: none; display: flex !important; justify-content: center; width: 100%; }
        }

        .slick-dots { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); list-style: none; z-index: 10; padding: 0; }
        .slick-dots li button { width: 12px; height: 12px; border: 2px solid #ccc; border-radius: 50%; background: transparent; font-size: 0; }
        .slick-dots li.slick-active button { background: var(--accent-red); border-color: var(--accent-red); }




        /* --- Google Fonts (Similar Typography) --- */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    color: #1a1a3a;
} */

p {
    color: #312d52;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    /* color: rgb(34, 27, 104); */
    font-family: Oswald, sans-serif;
    /* font-weight: 700; */
    text-transform: capitalize;
    transition: 0.3s ease-in;
}

/* --- Section Layout --- */
.event-section {
    padding: 80px 0;
    background-color: #fff;
    z-index: 1;
}

/* --- Cards Styling & Animations --- */
.custom-card {
    background: #ffffff;
    border-radius: 16px;
    border: none;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    z-index: 2;
}

.custom-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
}

.icon-box.red-icon {
    color: #ff4a5a; /* Coral/Red accent color from image */
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #161c42;
}

.learn-more-link {
    color: #161c42;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.learn-more-link:hover {
    color: #ff4a5a;
}

.learn-more-link i {
    transition: transform 0.3s ease;
}

.learn-more-link:hover i {
    transform: translateX(5px);
}

/* --- Typography & Right Content --- */
.sub-title {
    color: #8a2be2; /* Purple top tag */
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.main-heading {
    font-size: 2.8rem;
    font-weight: 700;
}

.highlight-text {
    color: #ff4a5a;
}



/* --- Button Styling --- */
.btn-join {
    background: #a020f0; /* Purple button */
    color: #ffffff;
    padding: 12px 35px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-join:hover {
    background: #8015c8;
    color: #ffffff;
    transform: scale(1.03);
}

/* --- Floating Background Shapes & Ambient Animation --- */
.bg-shape {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
    animation: floatingAmbient 6s ease-in-out infinite alternate;
}

.shape-plus {
    top: 5%;
    left: 3%;
    font-size: 2.5rem;
    color: #e2e8f0;
    font-weight: 300;
}

.shape-circle-lg {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(240,240,245,1) 0%, rgba(255,255,255,0) 70%);
    top: 20%;
    left: -5%;
}

.shape-circle-sm {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
    border-radius: 50%;
    right: 5%;
    top: 45%;
    filter: blur(1px);
}

.shape-zigzag {
    right: 12%;
    top: 15%;
    transform: rotate(-15deg);
}

/* Smooth ambient drifting for background objects */
@keyframes floatingAmbient {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    100% {
        transform: translateY(15px) rotate(5deg);
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .main-heading {
        font-size: 2.2rem;
    }
    .shape-zigzag, .shape-circle-sm {
        display: none; /* Hides tiny details on smaller viewports to prevent clutter */
    }
}




/* --- About Section Core Layout --- */
.about-section {
    
       /* background: #fafafa;  */
           /* background-color: #280120; */
    /* background-image: url(../images/page-bg.png); */
    background-size: cover;
    background-position: center;
    padding: 20px 0;
}

.about-sub-title {
    color: #8a2be2; /* Same purple identity */
    font-size: 0.85rem;
    letter-spacing: 1px;
}

/* .about-heading {
    font-size: 2.6rem;
    font-weight: 700;
    color: #161c42;
    line-height: 1.3;
} */

.highlight-coral {
    color: #ff4a5a; /* Coral red contrast color */
}

/* .about-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a5073;
    text-align: justify;
} */

/* --- Bullet Customizations --- */
.about-list li {
        color: rgb(27 21 80);
    font-size: 15px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

.bullet-dot {
    width: 6px;
    height: 6px;
    background-color: #280120;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}

/* --- Button Styling --- */
.btn-learn-more {
    background: #a020f0;
    color: #ffffff;
    padding: 12px 35px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    display: inline-block;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-learn-more:hover {
    background: #8015c8;
    color: #ffffff;
    transform: scale(1.03);
}

/* --- Image Grid Custom Border Radius --- */
.img-wrapper {
    overflow: hidden;
    border-radius: 16px; /* Controls identical round borders matching image */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.grid-img-top {
    height: 280px;
    object-fit: cover;
}

.grid-img-bottom {
    height: 200px;
    object-fit: cover;
}

/* Image Subtle Zoom Animation */
.animate-img img {
    transition: transform 0.5s ease;
}

.animate-img:hover img {
    transform: scale(1.04);
}

/* --- Background Vector Elements --- */
.about-shape {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
}

.shape-zigzag-top {
    left: 2%;
    top: 8%;
    transform: rotate(25deg);
    animation: floatingZigZag 5s ease-in-out infinite alternate;
}

/* Dot Grid layout using CSS grid */
.shape-dot-grid {
    bottom: 5%;
    left: 8%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    animation: driftDots 7s ease-in-out infinite alternate;
}

.shape-dot-grid .dot {
    width: 8px;
    height: 8px;
    background-color: #a3e635; /* Soft neon green dots */
    border-radius: 50%;
    opacity: 0.6;
}

/* --- Ambient Animations --- */
@keyframes floatingZigZag {
    0% { transform: translateY(0px) rotate(25deg); }
    100% { transform: translateY(12px) rotate(20deg); }
}

@keyframes driftDots {
    0% { transform: translate(0px, 0px); }
    100% { transform: translate(10px, -8px); }
}

/* Responsive Scaling fixes */
@media (max-width: 991px) {
    .about-heading {
        font-size: 2.1rem;
    }
    .grid-img-top {
        height: 220px;
    }
}




/* --- Testimonial Section Core Layout --- */
.testimonial-section {
    padding: 60px 0 6px;
    background-color: #ffffff;
}

.testi-sub-title {
    color: #8a2be2;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.testi-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #161c42;
    line-height: 1.3;
}

.highlight-coral {
    color: #ff4a5a;
}

/* .testi-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a5073;
} */

/* --- Testimonial Slider Cards --- */
.testimonial-card {
    background: #fff8fa75;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.02);
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03); */
    margin: 15px 0;
    transition: transform 0.3s ease;
    box-shadow: 1px 1px 0px 2px #86154061;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.avatar-wrapper {
text-align: center;
}

.avatar-wrapper img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
}

.quote-mark {
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 4.5rem;
    font-family: 'Georgia', serif;
    color: #ff4a5a;
    line-height: 1;
    opacity: 0.8;
}

.client-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #161c42;
}

.client-designation {
    font-size: 0.85rem;
    color: #2a2c5a;
    font-weight: 600;
}

/* --- Navigation Controls Layout --- */
.slider-controls {
    position: relative;
    z-index: 2;
}

.control-btn {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.prev-btn {
    background-color: #2f0b1e;
    color: #ffffff;
    border: none;
}

.prev-btn:hover {
    background-color: #2f0b1e;
}

.next-btn {
    background-color: #ffffff;
    color: #2f0b1e;
    border: 1px solid #2f0b1e;
}

.next-btn:hover {
    background-color: #2f0b1e;
    color: #ffffff;
}

/* --- Background Vector Circles & Details --- */
.testi-shape {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
}

.shape-zigzag-left {
    left: 3%;
    top: 8%;
    transform: rotate(-10deg);
}

/* Large abstract circular layers from design */
.shape-ring-bottom-left {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 24px solid rgba(255, 74, 90, 0.15);
    left: 4%;
    bottom: 8%;
}

.shape-ring-top-right {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 15px solid #ededf5;
    right: 2%;
    top: 2%;
}

.shape-ring-bottom-right {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(240,240,245,1) 0%, rgba(255,255,255,0) 70%);
    right: 10%;
    bottom: -5%;
}

/* Responsive updates */
@media (max-width: 991px) {
    .testi-heading {
        font-size: 2.2rem;
    }
    .testimonial-card {
        margin: 10px 5px;
    }
    .slider-controls {
        margin-bottom: 30px;
    }
}






.exexpo-section {
    padding: 35px 0;
    /* Clean premium pink ambient gradient flow */
    background: linear-gradient(180deg, #fff2f6 0%, #ffd0e0 60%, #f4629a 100%);
    min-height: 100vh;
}

/* --- Header Section Typography --- */
.exexpo-sub-title {
    color: #b0125a;
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.exexpo-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #b0125a;
    line-height: 1.2;
}

.exexpo-heading .highlight-dark {
    color: #1e1124;
}

.exexpo-description {
   
    line-height: 1.6;
    max-width: 95%;
}

/* --- Action Button --- */
.btn-gradient {
    background: linear-gradient(90deg, #810953 0%, #b0125a 100%);
    color: #ffffff;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(129, 9, 83, 0.3) !important;
}

/* --- Feature Cards Structure --- */
.feature-box {
    border-radius: 16px;
    border: none;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
    min-height: 135px; /* Ensures balanced height uniformity */
}

.feature-title {
       font-size: 16px;
    font-weight: 500;
    color: #1e1124;
}

.feature-text {
    color: #5c4d61 !important;
    line-height: 1.5;
}

.icon-circle {
    color: #b0125a !important;
    background: rgba(176, 18, 90, 0.06);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* --- Center Exhibition Graphic Setup --- */
.center-image-mask {
    width: 100%;
    max-width: 360px;
    height: 490px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
}

.main-center-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.center-image-mask:hover .main-center-img {
    transform: scale(1.05);
}

/* --- Smooth Mechanical Spinning Sticker --- */
.rotating-badge {
    position: absolute;
    top: -25px;
    right: 12%;
    z-index: 10;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rotating-badge svg {
    animation: spinBadge 20s linear infinite;
    width: 100%;
    height: 100%;
}

.badge-center-dot {
    position: absolute;
    width: 48px;
    height: 48px;
    background: radial-gradient(circle, #f4629a 0%, #b0125a 100%);
    border-radius: 50%;
    box-shadow: inset 0 2px 5px rgba(255,255,255,0.3);
}

@keyframes spinBadge {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* --- Card Hover Effects --- */
.animate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(129, 9, 83, 0.12) !important;
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
    .exexpo-heading {
        font-size: 2.4rem;
    }
    .center-image-mask {
        height: 390px;
        max-width: 310px;
    }
    .rotating-badge {
        right: 18%;
        top: -15px;
    }
    .feature-box {
        min-height: auto;
    }
}



/* --- Section Master Wrapper --- */
.wynim-premium-section {
    background-color: #280120; /* Target precise color token */
    background-image: url('../images/page-bg.png'); /* Pattern file */
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    /* min-height: 100vh; */
}

/* --- Typographical Elements --- */
.wynim-tag {
    color: #e6397b;
    font-size: 0.8rem;
    letter-spacing: 4px;
}

.wynim-title {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -1px;
}

.text-gradient-pink {
    background: linear-gradient(90deg, #ff5294 0%, #b0125a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wynim-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6) !important;
}

/* --- Luxury Card Component Styling --- */
.premium-service-card {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    height: 100%;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
}

/* Picture Lens Masking */
.card-image-lens {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.card-image-lens img {
    width: 100%;
    object-fit: fill;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Premium Gradient overlay mask over image to prevent illegible text nodes */
.card-image-lens::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* From clear to solid corporate deep background tone mapping */
    background: linear-gradient(180deg, rgba(40, 1, 32, 0) 50%, rgba(40, 1, 32, 0.75) 62%, #280120 95%);    z-index: 2;
    transition: opacity 0.4s ease;
}

/* Card Metadata Text Layer */
.card-overlay-details {
    position: relative;
    z-index: 3;
    width: 100%;
}

.card-icon-sphere {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5294;
    font-size: 1.15rem;
    margin-bottom: 20px;
    transition: background 0.3s, transform 0.3s;
}

.card-motivational {
    color: #e6397b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-uppercase: uppercase;
    display: block;
}

.card-headline {
       font-size: 20px;
    font-weight: 700;
}

.card-summary {
      line-height: 1.6;
    color: rgb(255 255 255 / 69%) !important;
    /* color: rgb(255 255 255 / 87%) !important; */
    margin-bottom: 3px;
    font-size: 14px;
}

.card-action-trigger {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s;
}

.card-action-trigger i {
    transition: transform 0.3s ease;
}

/* --- Row 2 Custom Aspect Sizing (Longer Panels) --- */
.premium-service-card.horizontal-variant {
    min-height: 380px;
}

/* --- Interactive Micro Actions --- */
.animate-card:hover {
    transform: translateY(-8px);
    border-color: rgba(230, 57, 123, 0.4);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5) !important;
}

.animate-card:hover .card-image-lens img {
    transform: scale(1.08);
}

.animate-card:hover .card-icon-sphere {
    background: linear-gradient(135deg, #b0125a 0%, #e6397b 100%);
    border-color: transparent;
    color: #ffffff;
    transform: rotate(10deg);
}

.animate-card:hover .card-action-trigger {
    color: #e6397b;
}

.animate-card:hover .card-action-trigger i {
    transform: translateX(5px);
}

/* --- Ambient Glowing Orbs Background Effect --- */
.glow-blur-element {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(230, 57, 123, 0.12) 0%, rgba(40, 1, 32, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}
.placement-top { top: -10%; left: -5%; }
.placement-bottom { bottom: -10%; right: -5%; }

/* --- Fully Responsive Fluid Breakpoints --- */
@media (max-width: 991px) {
    .wynim-title {
        font-size: 2.4rem;
    }
    .premium-service-card, 
    .premium-service-card.horizontal-variant {
        min-height: 420px;
        margin-bottom: 10px;
    }
}




/* --- Section Master Wrapper (Clean White Background) --- */
.wynim-contact-section-white {
    background-color: #ffffff; /* Clean Solid White Background */
    padding: 18px 0;
    /* min-height: 100vh; */
}

/* --- Left Column Elements (Updated for Light Theme) --- */
.contact-tag {
    color: #e6397b;
    font-size: 0.85rem;
    letter-spacing: 2.5px;
}

.contact-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #280120; /* Dark corporate color for strong readability */
    line-height: 1.25;
    letter-spacing: -0.5px;
}

.contact-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: #5c4856 !important; /* Muted dark tone instead of white-opacity */
}

/* --- Information Details Card Panel --- */
.info-details-card {
    background: linear-gradient(135deg, #b0125a 0%, #700639 100%);
    border-radius: 10px;
    border: none;
    box-shadow: 0 15px 35px rgba(176, 18, 90, 0.15);
}

.info-icon-circle {
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1rem;
    flex-shrink: 0;
}

.info-label {
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500;
    text-uppercase: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    font-size: 0.95rem;
    line-height: 1.5;
}

/* --- Right Column Form Panel (Soft Pastel Tint Area) --- */
.contact-form-card {
    background: #fff0fa; /* Light pink/pastel soft tint backdrop as per image template */
    border-radius: 10px;
    border: 1px solid rgba(230, 57, 123, 0.1);
    box-shadow: 0 20px 40px rgba(40, 1, 32, 0.04);
}

.form-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #280120;
    letter-spacing: -0.5px;
}

.text-pink {
    color: #e6397b;
}

.form-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5c4856 !important;
}

/* --- Form Fields Input Control Architecture --- */
.custom-input, 
.custom-textarea {
    background: #ffffff !important;
    border: 1px solid rgba(40, 1, 32, 0.08) !important;
    border-radius: 50px !important; /* Capsule pill shapes */
    padding: 14px 24px !important;
    font-size: 0.95rem;
    color: #280120 !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.custom-textarea {
    border-radius: 20px !important; /* Rounded box for message text */
    resize: none;
}

/* Focus States */
.custom-input:focus, 
.custom-textarea:focus {
    border-color: #e6397b !important;
    box-shadow: 0 0 0 4px rgba(230, 57, 123, 0.15) !important;
    outline: none;
}

/* Input Placeholder color adjustments */
.custom-input::placeholder,
.custom-textarea::placeholder {
    color: #a4919e !important;
    font-weight: 400;
}

/* --- Submit Action Button --- */
.btn-submit {
    background: linear-gradient(90deg, #b0125a 0%, #e6397b 100%);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(230, 57, 123, 0.3);
}

/* --- Fluid Screen Responsive Breaks --- */
@media (max-width: 991px) {
    .contact-heading {
        font-size: 2.2rem;
    }
    .form-title {
        font-size: 1.8rem;
    }
    .contact-form-card {
        padding: 30px 20px !important;
    }
}




/* --- Master Section Layout Wrapper --- */
.confex-footer {
    background-color: #1e0216;
    background-image: url('../images/page-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 85px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.92rem;
    overflow: hidden;
}

.footer-top-wrapper {
    position: relative;
    z-index: 3;
}

/* --- General Navigation Links Sizing --- */
.footer-heading {
    font-size: 1rem;
    letter-spacing: 0.8px;
    margin-bottom: 24px !important;
}
.contact-circle-badge i{
  color: #36022b;
}
.footer-links-list li {
    margin-bottom: 12px;
}

.footer-links-list li a {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none;
    font-size: 0.92rem;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Bullets Animation */
.footer-links-list li a::before {
    content: '•';
    position: absolute;
    left: -14px;
    opacity: 0;
    color: #ff3b80;
    transition: opacity 0.2s ease;
}

.footer-links-list li a:hover {
    color: #ffffff !important;
    transform: translateX(4px);
}

.footer-links-list li a:hover::before {
    opacity: 1;
}

/* --- Expanded Contact Panel Specifications --- */
.footer-contact-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: rgba(255, 255, 255, 0.02);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.contact-circle-badge {
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.contact-row-title {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45) !important;
    text-uppercase: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.contact-row-value {
    font-size: 0.94rem;
    line-height: 1.4;
}

.address-fix {
    display: inline-block;
    max-width: 100%;
}

/* --- Bottom Area & New Horizontal Social Icons Row --- */
.border-top-custom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bottom-social-row {
    margin: 5px 0;
}

.bottom-social-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-social-icon:hover {
    background: linear-gradient(135deg, #cc115c 0%, #ff3b80 100%);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255, 59, 128, 0.3);
    border-color: transparent;
}

.copyright-text, .legal-link {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45) !important;
    text-decoration: none;
}

.legal-link:hover {
    color: #ffffff !important;
}

/* --- Sticky Top Arrow Capsule --- */
.scroll-top-arrow-btn {
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #cc115c 0%, #ff3b80 100%);
    color: #ffffff !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 10;
    transition: all 0.3s ease;
}

.scroll-top-arrow-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(255, 59, 128, 0.45);
}

/* --- Responsive Layout Configurations --- */
@media (max-width: 991px) {
    .confex-footer {
        padding-top: 55px;
    }
    .footer-heading {
        margin-top: 20px;
    }
    .footer-links-list li a::before {
        display: none;
    }
    .footer-contact-stack {
        padding: 10px;
    }
}





/* --- Core Blog Section Parameter Wrappers --- */
.confex-blog-section {
       background-image: url(../images/price-plan-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin-top: 30px;
}

/* --- Section Title Typography Layout --- */
.blog-subtitle {
    color: #e61c5d; /* Dark Pink/Red branding tone used in your screen captures */
    font-size: 0.88rem;
    letter-spacing: 2px;
    display: inline-block;
}

.blog-main-title {
    font-size: 2.3rem;
    letter-spacing: -0.5px;
}

.title-highlight {
    color: #e61c5d;
}

.blog-header-desc {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* --- Core Grid Blog Card Box Element Elements --- */
.blog-card-item {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    flex-direction: column;
}

.blog-card-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(230, 28, 93, 0.08) !important;
}

/* --- Image Scale Animation Mechanics --- */
.blog-image-wrap {
    height: 220px;
}

.blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card-item:hover .blog-img {
    transform: scale(1.06);
}

/* --- Floating Meta Badges Area --- */
.blog-category-badge {
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #bd0a47 0%, #e61c5d 100%);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(230, 28, 93, 0.25);
}

/* --- Inner Details Typography Setup --- */
.blog-meta-data {
    font-size: 0.82rem;
    font-weight: 500;
}

.blog-card-title {
    font-size: 15px;
    line-height: 1.42;
    font-weight: 500;
    font-family: 'Roboto';
}

.blog-card-title a {
    transition: color 0.2s ease;
}

.blog-card-title a:hover {
    color: #e61c5d !important;
}

.blog-card-excerpt {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #5c4d61 !important;
    line-height: 1.5;
    font-size: 13px;
}
/* --- Interactive Action Controls Link --- */
.blog-readmore-btn {
    color: #e61c5d;
    font-size: 0.88rem;
    margin-top: auto; /* Aligns to bottom edge smoothly */
    transition: gap 0.2s ease;
}

.blog-readmore-btn i {
    transition: transform 0.2s ease;
}

.blog-readmore-btn:hover {
    color: #bd0a47;
}

.blog-readmore-btn:hover i {
    transform: translateX(4px);
}

/* --- Fluid Grid Layout Media Fixes --- */
@media (max-width: 767px) {
    .confex-blog-section {
        padding: 60px 0;
    }
    .blog-main-title {
        font-size: 1.85rem;
    }
    .blog-image-wrap {
        height: 200px;
    }
}





.ticker-wrapper-row {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    display: flex;
}

/* Base Track Flex Model */
.ticker-track {
    display: flex;
    gap: 15px;
    width: max-content;
    white-space: nowrap;
}

/* --- AB SAARI ROWS EK HI DIRECTION (LEFT) ME CHALINGI --- */
.move-left, .move-right {
    animation: tickerForward 35s linear infinite;
}

/* Hover par smoothly pause hone ke liye */
.ticker-wrapper-row:hover .ticker-track {
    animation-play-state: paused;
}

/* Forward Animation Keyframe (Right to Left) */
@keyframes tickerForward {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(calc(-50% - 12px), 0, 0);
    }
}

/* --- Modern Glassmorphism Card Design --- */
.client-logo-card {
    width: 183px;
    height: 94px;
    /* background: #ffffff; */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-shadow: 0 4px 15px rgba(30, 2, 22, 0.04);
    border: 1px solid rgba(30, 2, 22, 0.05);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-shrink: 0;
}
.client-logo-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
     filter: grayscale(100%); 
     opacity: 0.65; 
    transition: all 0.3s ease;
}

/* Hover Effects */
.client-logo-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(230, 28, 93, 0.12);
    border-color: rgba(230, 28, 93, 0.2);
}

.client-logo-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Responsive Speed Setup */
@media (max-width: 991px) {
    .client-logo-card {
        width: 170px;
        height: 85px;
        padding: 12px;
    }
    .move-left, .move-right {
        animation-duration: 25s;
    }
}





       /* --- Core Brand Global Variables --- */
        :root {
            --bg-dark-prime: #13010e;
            --brand-pink-glow: #DE1A58;
            --brand-purple-dark: #8F0177;
            --home-gradient: linear-gradient(90deg, #8F0177 0%, #DE1A58 100%);
            --font-heading: 'Urbanist', sans-serif;
            --font-body: 'Plus Jakarta Sans', sans-serif;
        }

        body.bg-smooth-light {
            font-family: var(--font-body);
            background-color: #fcfcfd;
            color: #2b2327;
        }

        /* --- Typo Hierarchy Configuration --- */
        .exexpo-heading {
            font-family: var(--font-heading);
            font-size: 2.8rem;
            font-weight: 700;
            color: #b0125a;
            line-height: 1.25;
            letter-spacing: -0.5px;
        }

        .exexpo-heading .highlight-dark {
            color: #2b2327;
        }

        .heading-font {
            font-family: var(--font-heading);
        }

        .fw-black {
            font-weight: 900;
        }

        .tracking-wider {
            letter-spacing: 1px;
        }

        .gradient-text-accent {
            background: var(--home-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* --- Hero Banner Style --- */
        .gallery-hero-section {
            background-color: var(--bg-dark-prime);
            background-image: linear-gradient(rgba(19, 1, 14, 0.9), rgba(19, 1, 14, 0.9)),
                url('../images/page-bg.png');
            background-size: cover;
            background-position: center;
            padding: 120px 0;
            position: relative;
            overflow: hidden;
        }

        .gallery-badge-tag {
            background: rgba(222, 26, 88, 0.1);
            border: 1px solid rgba(222, 26, 88, 0.2);
            color: #ff3c78;
            padding: 6px 16px;
            border-radius: 50px;
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 1px;
            display: inline-flex;
        }

        .gallery-hero-section .breadcrumb-item a {
            color: rgba(255, 255, 255, 0.5);
            text-decoration: none;
            font-size: 0.9rem;
        }

        .gallery-hero-section .breadcrumb-item.active {
            color: var(--brand-pink-glow);
            font-size: 0.9rem;
        }

        /* --- Modern Filter Tabs Design --- */
        .gallery-filter-wrap {
            background: #f4edf2;
            padding: 6px;
            border-radius: 40px;
        }

        .filter-tab-btn {
            background: transparent;
            border: none;
            color: #61555d;
            padding: 10px 24px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.9rem;
            transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .filter-tab-btn:hover {
            color: var(--brand-pink-glow);
        }

        /* .filter-tab-btn.active {
            background: var(--home-gradient);
            color: #ffffff;
            box-shadow: 0 8px 20px rgba(143, 1, 119, 0.2);
        } */

        /* --- Premium Clean Gallery Card System --- */
        .gallery-portfolio-card {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(19, 1, 14, 0.03);
            background: #ffffff;
            transition: box-shadow 0.4s ease;
        }

        .gallery-portfolio-card:hover {
            box-shadow: 0 15px 35px rgba(143, 1, 119, 0.1);
        }

        .gallery-media-box {
            height: 280px;
            cursor: pointer;
            display: block;
        }

        .gallery-media-box img {
            width: 100%;
            height: 100%;
             object-fit: fill;
        }

        .portfolio-zoom {
            transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        }

        /* Pure Zoom Effect on Hover */
        .gallery-portfolio-card:hover .portfolio-zoom {
            transform: scale(1.06);
        }

        /* Customize Lightbox Overlay Background */
        .lightboxOverlay {
            background-color: #13010ecc !important;
            opacity: 0.95 !important;
        }

        /* --- Responsive Layout Configurations --- */
        @media (max-width: 991px) {
            .exexpo-heading {
                font-size: 2.2rem;
            }

            .gallery-hero-section {
                padding: 80px 0;
            }

            .gallery-media-box {
                height: 240px;
            }

            .gallery-filter-wrap {
                width: 100%;
                justify-content: flex-start;
            }
        }