/*** 
DC restyle
****/
.hero-2 .carousel-item h2 {
  padding-top: 20px;
  font-size: 84px;
}

.hero-2 .carousel-item .cafex-dates {
  color: var(--cafex-orange);
  font-size: 2.5rem;
}

.hero-2 .carousel-item .btn-outline {
    background-color: transparent;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    border-color: color-mix(in srgb, var(--default-color), transparent 50%);
    padding: 8px 32px;
    border-radius: 6px;
    transition: 0.5s;
    margin: 10px;
    border: 1px solid #ffffff;
    letter-spacing: 1px;
    display: inline-block;
}
.hero-2 .carousel-item .btn-outline:hover {
       background-color: var(--cafex-orange);
}

.hero-2 .btn-get-started {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 6px;
    transition: 0.5s;
    margin: 10px;
    animation: fadeInUp 1s both 0.4s;
}

.header .btn-getstarted, .header .btn-getstarted:focus {
    color: #ffffff; /* var(--contrast-color); */
    font-size: 14px;
    background: var(--accent-color);
    padding: 8px 25px;
    margin: 0px 0px 0px 30px;
    border-radius: 6px;
    transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: #ffffff; /* var(--contrast-color); */
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}


html[data-theme=light] .hero-2 h4, html[data-theme=light] .hero-2 h2 {
    color: #ffffff !important;
} 

html[data-theme=light] .hero-2 .carousel-item .cafex-dates {
    color: var(--cafex-orange) !important;
    font-size: 2.5rem;
} 

html[data-theme=light] .hero-2 p, html[data-theme=light] .hero-2 .section-title p {
    color: #ffffff;
}

html[data-theme=light] .feature-item {
    background: #f6f5f1 !important;
    border-color: rgba(17, 19, 24, .10) !important;
    color: #23262d !important;
}

.post-list-4 .readall {
    background-color: transparent;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    border-color: color-mix(in srgb, var(--default-color), transparent 50%);
    padding: 8px 32px;
    border-radius: 6px;
    transition: 0.5s;
    margin: 10px;
    border: 1px solid #ff7002;
    color: #ff7002;
    letter-spacing: 1px;
    display: inline-block;
}
.post-list-4 .readall:hover {
       background-color: var(--cafex-orange);
       color: #ffffff;
}

.post-details .hero-img {
    position: relative;
    width: 100%;
    height: 500px;
    margin: -60px auto 3rem;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
/*
.intro .stats-banner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-shadow: 0 16px 48px color-mix(in srgb, var(--accent-color), transparent 65%);
    gap: 0px;
    background: #1f2739;
    color: #ffffff;
    border-color: var(--accent-color);
    border-radius: 20px;
    border-top-left-radius: ;
    border-top-right-radius: ;
    border-bottom-right-radius: ;
    border-bottom-left-radius: ;
    overflow: hidden;
}
*/

.intro .stats-banner {
    box-shadow: 0 16px 48px color-mix(in srgb, var(--accent-color), transparent 65%);
    background: #1f2739;
}



html[data-theme=light] .intro .stats-banner {
    background: #ffffff;
}

.intro .stats-banner .stat-item .stat-content .stat-number,
.intro .stats-banner .stat-item .stat-content .stat-text,
.intro .stats-banner .stat-item .stat-content .stat-suffix,
.intro .stats-banner .stat-item>i
{
    color: #ffffff;
    background: color-mix #92b3ff26 (in srgb, #92b3ff, transparent 85%);
}

html[data-theme=light] .intro .stats-banner .stat-item .stat-content .stat-number,
html[data-theme=light] .intro .stats-banner .stat-item .stat-content .stat-text,
html[data-theme=light] .intro .stats-banner .stat-item .stat-content .stat-suffix,
html[data-theme=light] .intro .stats-banner .stat-item>i
{
    color: #000000;
    background: color-mix #92b3ff26 (in srgb, #92b3ff, transparent 85%);
}
.category-header-3 .active-filters .filter-tag {
    border-radius: 8px;
}
.post-details .hero-img .meta-overlay .meta-categories .category {
    border-radius: 8px;
}
.post-details .article-content .meta-bottom .tags .tag {
    border-radius: 8px;
}
.post-details .article-content .meta-bottom .social-links a {
    border-radius: 8px;
}
.page-title:before {
    background-color: color-mix(in srgb, #1c253b, transparent 30%);
}
/*
html[data-theme=light] .scrolled .header, html[data-theme=light] body.scrolled .header, html[data-theme=light] .index-page.scrolled .header {
    background: #101c2d; !important;
    border-bottom: 1px solid rgba(17, 19, 24, .08) !important;
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 32px rgba(17, 19, 24, .08) !important;
}
*/
.about-2 .exlink {
    background-color: transparent;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    border-color: color-mix(in srgb, var(--default-color), transparent 50%);
    padding: 8px 32px;
    border-radius: 6px;
    transition: 0.5s;
    margin: 10px;
    border: 1px solid #ff7002;
    color: #ff7002;
    letter-spacing: 1px;
    display: inline-block;
}
.about-2 .exlink:hover {
       background-color: var(--cafex-orange);
       color: #ffffff;
}

.category-header-3 {
    padding-bottom: 20px;
}

.category-header-3 .searchbtn {
       background-color: var(--cafex-orange);
       border-color: var(--cafex-orange);
}

.team .staff-card .staff-details .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.team .staff-card .staff-details .contact-item i {
  flex-shrink: 0;
  font-size: 18px;
  color: var(--accent-color);
  margin-top: 4px;
  margin-right: 15px;
  line-height: 1;
}

.contact-2 .info-panel .social-connect .social-icons a {
    border-radius: 8px;
}

.footer .social-links a {
    border-radius: 8px;
    color: #ffffff;
}

html[data-theme=light] .scrolled .header, html[data-theme=light] body.scrolled .header, html[data-theme=light] .index-page.scrolled .header {
    background: #101c2d !important;
}

html[data-theme=light] .scrolled .header .cafex-logo, 
html[data-theme=light] body.scrolled .header .cafex-logo, 
html[data-theme=light] .scrolled .header .logo, 
html[data-theme=light] body.scrolled .header .logo, 
html[data-theme=light] .scrolled .header .logo h1, 
html[data-theme=light] body.scrolled .header .logo h1, 
html[data-theme=light] .scrolled .navmenu>ul>li>a, 
html[data-theme=light] body.scrolled .navmenu>ul>li>a, 
html[data-theme=light] .scrolled .navmenu>ul>li>a:focus, 
html[data-theme=light] body.scrolled .navmenu>ul>li>a:focus {
    color: #ffffff !important;
}
/***
html[data-theme=light] .scrolled .navmenu>ul>li>a:focus, 
html[data-theme=light] body.scrolled .navmenu>ul>li>a:focus {
    color: #ff7002 !important;
}
***/
/* ==========================================================
   CAFEX Footer
   Одинаковый footer для Light и Dark
   ========================================================== */

.footer,
#footer,
.site-footer,
.footer-wrapper {
    background: #101c2d !important;
    color: rgba(255,255,255,.78);
    border-top: 1px solid rgba(255,255,255,.06);
}

/* ссылки */

.footer a,
#footer a,
.site-footer a {
    color: rgba(255,255,255,.82);
    transition: .25s ease;
}

.footer a:hover,
#footer a:hover,
.site-footer a:hover {
    color: #ff7002;
}

/* заголовки */

.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #ffffff;
}

/* обычный текст */

.footer p,
.footer li,
.footer span,
.footer address,
#footer p,
#footer li,
#footer span,
#footer address {
    color: rgba(255,255,255,.72);
}

/* разделители */

.footer .footer-top,
.footer .footer-links,
.footer .footer-contact,
.footer .copyright,
.footer .credits {
    border-color: rgba(255,255,255,.08);
}

/* иконки */

.footer i,
.footer svg {
    color: #ff7002;
}

/* social */

.footer .social-links a,
#footer .social-links a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.15);
    color: #ffffff;
    background: transparent;
    transition: all .25s ease;
}

.footer .social-links a:hover,
#footer .social-links a:hover {
    background: #ff7002;
    border-color: #ff7002;
    color: #ffffff;
}

/* copyright */

.footer .copyright,
.footer .credits,
#footer .copyright,
#footer .credits {
    color: rgba(255,255,255,.55);
}

/* ===========================================
   Footer одинаковый в обеих темах
   =========================================== */

html[data-theme="light"] .footer,
html[data-theme="dark"] .footer,
html[data-theme="auto"] .footer {
    background: #101c2d !important;
}

html[data-theme="light"] .footer h4,
html[data-theme="dark"] .footer h4,
html[data-theme="auto"] .footer h4 {
    color: #ffffff !important;
}

html[data-theme="light"] .footer h1,
html[data-theme="dark"] .footer h1,
html[data-theme="auto"] .footer h1 {
    color: #ffffff !important;
}

html[data-theme="auto"]  .footer .social-links a,
html[data-theme="light"] .footer .social-links a,
html[data-theme="dark"]  .footer .social-links a,
html[data-theme="auto"]  #footer .social-links a,
html[data-theme="dark"]  #footer .social-links a,
html[data-theme="light"] #footer .social-links a {
    border-radius: 8px;
    color: #ffffff;
}

.footer i,
.footer svg {
    color: #ffffff;
}

html[data-theme=light] .page-title h1 {
    color: #ffffff !important;
}
html[data-theme=light] .page-title p {
    color: #b6bbc4;
}
.post-list-4 .post-item {
    border-radius: 10px;
}

.about-3 .video-image {
    border-radius: 20px;
}

html[data-theme=light]  .contact-2 .info-panel .panel-header h3,
html[data-theme=auto]  .contact-2 .info-panel .panel-header h3,
html[data-theme=auto]  .contact-2 .info-pannel .panel-header p ,
html[data-theme=light]  .contact-2 .info-pannel .panel-header p {
        color: #ffffff;
}

html[data-theme=light] .team-7  h4,
html[data-theme=auto]  .team-7  h4 {
    color: #f77005 !important;
}

html[data-theme=light]  .team-7 .member .member-info-content span,
html[data-theme=auto]  .team-7 .member .member-info-content span {
    color: #ffffff !important;
}

.intro .btn-primary-action {
    border-radius: 8px;
}
.intro .contact-info i {
    border-radius: 50%;
}

.footer .footer-newsletter form input[type=email] {
    color: #ffffff;
}
.footer .footer-newsletter form input[type=email], 
html[data-theme=light] .footer .footer-newsletter form input[type=email], 
html[data-theme=auto] .footer .footer-newsletter form input[type=email] {
    color: #ffffff;
}

.contact-2 .info-panel,
html[data-theme=auto]  .contact-2 .info-panel,
html[data-theme=light] .contact-2 .info-panel {
    background: #28334b;
}

.contact-2 .info-panel,
html[data-theme=auto]  .contact-2 .info-panel h3,
html[data-theme=light] .contact-2 .info-panel h3 {
    color: #ffffff !important;
}

.contact-2 .info-panel .method-item .method-icon {
    background: #fcfcfc;
}
.contact-2 .info-panel .method-item .method-details a, .contact-2 .info-panel .method-item .method-details span {
    color: #fcfcfc;
}

.contact-2 .info-panel .method-item .method-details a, .contact-2 .info-panel .method-item .method-details span {
   color: #fcfcfc;
}
html[data-theme=light] .contact-2 .info-panel .method-item, 
html[data-theme=auto] .contact-2 .info-panel .method-item {
    background: color-mix(in srgb, var(--contrast-color) 10%, transparent);
   /* background: color-mix(in srgb, var(--accent-color) 12%, transparent); */
}

.contact-2 .info-panel .method-item {
    background: color-mix(in srgb, #f7f9ff 10%, transparent);
}
.contact-2 .info-panel .panel-header .section-badge {
    background: color-mix(in srgb, #b9c7e9 15%, transparent);
    border-radius: 8px;
}

/****** banners reset ******/
.cfx-sponsor-item {
    padding: 10px;
}
.cfx-sponsor-item img {
     max-height: unset;
}

.featured-programs .isotope-filters li {
    border-radius: 8px;
}
.featured-programs .program-badge {
    border-radius: 8px;
}
.featured-programs .readall {
    background-color: transparent;
    color:  color-mix(in srgb, var(--default-color), transparent 20%);
    border-color:  color-mix(in srgb, var(--default-color), transparent 50%);
    padding: 8px 32px;
    border-radius: 6px;
    transition: 0.5s;
    margin: 10px;
    border: 1px solid #ff7002;
    color: #ff7002;
    letter-spacing: 1px;
    display: inline-block;
}

.featured-programs .readall:hover {
    background-color: var(--cafex-orange);
    color: #ffffff;
}

.cfx27-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 56px;
}
/*--------------------------------------------------------------
# Hero 22 Section
--------------------------------------------------------------*/
.hero-22 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #090a0d;
  background-image: var(--hero22-bg-image);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/*
 * Theme styles use an !important background shorthand for all sections.
 * Restore the hero image explicitly so light/dark/auto switch only the UI,
 * not the photographic background.
 */
html[data-theme=light] section.hero-22,
html[data-theme=dark] section.hero-22 {
  background-color: #090a0d !important;
  background-image: var(--hero22-bg-image) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

@media (max-width: 768px) {
  .hero-22 {
    background-attachment: scroll;
    min-height: 90vh;
  }
}

.hero-22 .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(5, 7, 11, 0.75) 0%, rgba(5, 7, 11, 0.75) 100%);
  z-index: 1;
}

html[data-theme=light] .hero-22,
html[data-theme=dark] .hero-22 {
  color: #ffffff !important;
}

html[data-theme=light] .hero-22 h1,
html[data-theme=light] .hero-22 h2,
html[data-theme=light] .hero-22 h3,
html[data-theme=light] .hero-22 h4,
html[data-theme=dark] .hero-22 h1,
html[data-theme=dark] .hero-22 h2,
html[data-theme=dark] .hero-22 h3,
html[data-theme=dark] .hero-22 h4 {
  color: #ffffff !important;
}

.hero-22 .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 120px 0 80px;
}

@media (max-width: 768px) {
  .hero-22 .hero-content {
    padding: 100px 0 60px;
  }
}

.hero-22 .hero-text {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .hero-22 .hero-text {
    margin-bottom: 40px;
  }
}

.hero-22 .hero-title {
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.2;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .hero-22 .hero-title {
    font-size: 5.5rem;
  }
}

@media (max-width: 768px) {
  .hero-22 .hero-title {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}

.hero-22 .hero-subtitle {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;/* #f77005; */
  font-weight: 700;
}

@media (max-width: 768px) {
  .hero-22 .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
}

.hero-22 .event-details {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .hero-22 .event-details {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}

.hero-22 .detail-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  font-weight: 500;
}

.hero-22 .detail-item i {
  font-size: 1.2rem;
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .hero-22 .detail-item {
    font-size: 1rem;
  }
}

.hero-22 .countdown-section {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .hero-22 .countdown-section {
    margin-bottom: 40px;
  }
}

.hero-22 .countdown-label {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .hero-22 .countdown-label {
    font-size: 1rem;
    margin-bottom: 24px;
  }
}

.hero-22 .countdown {
  gap: 30px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .hero-22 .countdown {
    gap: 20px;
  }
}

.hero-22 .countdown div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 24px 20px;
  min-width: 120px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.hero-22 .countdown div:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .hero-22 .countdown div {
    padding: 16px 12px;
    min-width: 90px;
  }
}

.hero-22 .countdown div h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1;
}

@media (max-width: 768px) {
  .hero-22 .countdown div h3 {
    font-size: 2rem;
  }
}

.hero-22 .countdown div h4 {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color) 90%, white 15%);
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .hero-22 .countdown div h4 {
    font-size: 0.8rem;
  }
}

.hero-22 .cta-section {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .hero-22 .cta-section {
    margin-bottom: 50px;
  }
}

.hero-22 .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .hero-22 .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.hero-22 .btn-cta {
  padding: 16px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
}

@media (max-width: 768px) {
  .hero-22 .btn-cta {
    padding: 14px 28px;
    font-size: 1rem;
    min-width: 160px;
  }
}

.hero-22 .btn-cta.btn-primary {
  color: var(--contrast-color);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.hero-22 .btn-cta.btn-primary:hover {
  transform: translateY(-2px);
}

.hero-22 .btn-cta.btn-secondary {
  background: transparent;
  border: 2px solid var(--default-color);
  color: var(--default-color);
}

.hero-22 .btn-cta.btn-secondary:hover {
  transform: translateY(-2px);
}

.hero-22 .cta-note {
  color: color-mix(in srgb, var(--contrast-color), transparent 30%);
  font-size: 0.95rem;
  font-style: italic;
  margin: 0;
}

@media (max-width: 768px) {
  .hero-22 .cta-note {
    font-size: 0.9rem;
  }
}

.hero-22 .sponsors-section {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 40px;
}

@media (max-width: 768px) {
  .hero-22 .sponsors-section {
    padding-top: 30px;
  }
}

.hero-22 .sponsors-label {
  color: color-mix(in srgb, var(--contrast-color), transparent 25%);
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .hero-22 .sponsors-label {
    font-size: 0.85rem;
    margin-bottom: 24px;
  }
}

.hero-22 .sponsors-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .hero-22 .sponsors-logos {
    gap: 12px;
  }
}

.hero-22 .sponsor-logo {
  display: block;
  width: auto;
  max-width: 150px;
 /* height: 52px; */
  object-fit: contain;
  filter: none;
  opacity: 0.92;
  transition: all 0.3s ease;
}

.hero-22 .hero-sponsor-item {
  min-width: 126px;
  min-height: 76px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  /* background:  rgba(255, 255, 255, 0.88); */
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.hero-22 .hero-sponsor-item:hover {
  transform: translateY(-3px);
  background: #ffffff;
  border-color: rgba(255, 112, 2, 0.55);
}

.hero-22 .hero-sponsor-item:hover .sponsor-logo {
  opacity: 1;
}

@media (max-width: 768px) {
  .hero-22 .hero-sponsor-item {
    min-width: 104px;
    min-height: 64px;
    padding: 10px 14px;
  }

  .hero-22 .sponsor-logo {
    max-width: 120px;
    height: 40px;
  }
}



.hero-22 .cafex-dot {
    display: inline-block;
    position: relative;
    width: .22em;
    height: .22em;
    margin-left: .055em;
    margin-bottom: .2em;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--cafex-red) 0%, var(--cafex-orange) 48%, var(--cafex-orange-2) 100%);
    box-shadow: 0 0 18px rgba(255, 112, 2, .45), 0 0 42px rgba(255, 112, 2, .18);
}
/*
.active-filters .news-search-form form button {
    color: #ffffff;
    font-size: 14px;
    background: var(--accent-color);
    padding: 8px 25px;
    margin: 0px 0px 0px 30px;
    border-radius: 6px;
    transition: 0.3s;
}
.active-filters .news-search-form .btn .btn-search, 
.active-filters .news-search-form .btn .btn-search:focus {
    color: #ffffff;
    font-size: 14px;
    background: var(--accent-color);
    padding: 8px 25px;
    margin: 0px 0px 0px 30px;
    border-radius: 6px;
    transition: 0.3s;
}
*/

/*--------------------------------------------------------------
# CTA newsletter — Telegram button
--------------------------------------------------------------*/
.call-to-action-3 .cta-telegram {
  display: flex;
  justify-content: center;
  padding: 30px 0 34px;
}

.call-to-action-3 .cta-telegram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 76px;
  padding: 9px 20px 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  /* background:  radial-gradient(circle at 12% 50%, rgba(255, 112, 2, 0.18), transparent 35%),   linear-gradient(135deg, #111111 0%, #282828 100%); */
  background: radial-gradient(circle at 12% 50%, rgba(255, 112, 2, 0.18), transparent 35%), linear-gradient(135deg, #101c2d 0%, #101c2d 100%);  
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.call-to-action-3 .cta-telegram-link:hover,
.call-to-action-3 .cta-telegram-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 112, 2, 0.72);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24), 0 0 0 4px rgba(255, 112, 2, 0.08);
  color: #ffffff;
}

.call-to-action-3 .cta-telegram-link:focus-visible {
  outline: none;
}

.call-to-action-3 .cta-telegram-icon {
  width: 84px;
  height: 56px;
  flex: 0 0 auto;
  object-fit: contain;
}

.call-to-action-3 .cta-telegram-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.15;
  text-align: left;
}

.call-to-action-3 .cta-telegram-question {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.call-to-action-3 .cta-telegram-action {
  margin-top: 5px;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 750;
}

.call-to-action-3 .cta-telegram-arrow {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 50%;
  background: rgba(255, 112, 2, 0.14);
  color: #ff7002;
  font-size: 1.25rem;
  line-height: 1;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.call-to-action-3 .cta-telegram-link:hover .cta-telegram-arrow,
.call-to-action-3 .cta-telegram-link:focus-visible .cta-telegram-arrow {
  background: #ff7002;
  color: #ffffff;
  transform: translate(2px, -2px);
}

@media (max-width: 575px) {
  .call-to-action-3 .cta-telegram {
    padding: 24px 0 28px;
  }

  .call-to-action-3 .cta-telegram-link {
    width: 100%;
    gap: 10px;
    padding: 8px 14px 8px 6px;
    border-radius: 18px;
  }

  .call-to-action-3 .cta-telegram-icon {
    width: 70px;
    height: 48px;
  }

  .call-to-action-3 .cta-telegram-question {
    font-size: 0.66rem;
    letter-spacing: 0.045em;
  }

  .call-to-action-3 .cta-telegram-action {
    font-size: 0.94rem;
  }

  .call-to-action-3 .cta-telegram-arrow {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
}

.cfx27-video {
   /* padding-top:20px; */
}


/*--------------------------------------------------------------
# Service Details 3 Section
--------------------------------------------------------------*/
.service-details-3 .content-intro .category-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.service-details-3 .content-intro h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 16px;
}

.service-details-3 .content-intro p {
  font-size: 16px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 32px;
  max-width: 560px;
}

.service-details-3 .content-intro .intro-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.service-details-3 .content-intro .btn-primary-action {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
}

.service-details-3 .content-intro .btn-primary-action:hover {
  background: color-mix(in srgb, var(--accent-color), #000 12%);
  color: var(--contrast-color);
}

.service-details-3 .content-intro .btn-ghost-action {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: transparent;
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
}

.service-details-3 .content-intro .btn-ghost-action:hover {
  background: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.service-details-3 .intro-image {
  border-radius: 8px;
  overflow: hidden;
}

.service-details-3 .intro-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.service-details-3 .stats-bar {
  padding: 32px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  border-radius: 16px;
  margin-bottom: 20px;
  margin-top: 48px;
}

.service-details-3 .stats-bar .stat-item {
  text-align: center;
  padding: 8px 16px;
}

.service-details-3 .stats-bar .stat-item .stat-value {
  font-size: 36px;
  font-weight: 700;
  color: var(--accent-color);
  font-family: var(--heading-font);
  line-height: 1.2;
}

.service-details-3 .stats-bar .stat-item .stat-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--default-color);
  margin-top: 4px;
}

.service-details-3 .stats-bar .stat-item .stat-meta {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-top: 2px;
}

.service-details-3 .section-label {
  margin-bottom: 32px;
}

.service-details-3 .section-label h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.service-details-3 .section-label p {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  max-width: 480px;
  margin: 0;
}

.service-details-3 .opportunities-section {
  margin-bottom: 64px;
}

.service-details-3 .opportunities-section .opportunity-card {
  padding: 24px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.2s ease;
}

.service-details-3 .opportunities-section .opportunity-card:hover {
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-details-3 .opportunities-section .opportunity-card .card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  margin-bottom: 16px;
}

.service-details-3 .opportunities-section .opportunity-card .card-icon i {
  font-size: 20px;
  color: var(--accent-color);
}

.service-details-3 .opportunities-section .opportunity-card .card-body-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.service-details-3 .opportunities-section .opportunity-card .card-body-content p {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  line-height: 1.6;
  margin-bottom: 16px;
}

.service-details-3 .opportunities-section .opportunity-card .card-body-content .return-badge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  border-radius: 6px;
}

.service-details-3 .opportunities-section .opportunity-card .card-body-content .return-badge .return-label {
  font-size: 12px;
  font-weight: 500;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.service-details-3 .opportunities-section .opportunity-card .card-body-content .return-badge .return-value {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-color);
}

.service-details-3 .process-section {
  margin-bottom: 64px;
}

.service-details-3 .process-section .process-step {
  padding: 24px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  border-radius: 8px;
  height: 100%;
  transition: all 0.2s ease;
}

.service-details-3 .process-section .process-step:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 60%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.service-details-3 .process-section .process-step .step-number {
  font-size: 32px;
  font-weight: 700;
  color: color-mix(in srgb, var(--accent-color), transparent 40%);
  font-family: var(--heading-font);
  line-height: 1;
  margin-bottom: 16px;
}

.service-details-3 .process-section .process-step h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.service-details-3 .process-section .process-step p {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  line-height: 1.6;
  margin: 0;
}

.service-details-3 .reviews-section .review-card {
  padding: 24px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
}

.service-details-3 .reviews-section .review-card .review-text {
  font-size: 15px;
  line-height: 1.65;
  color: var(--default-color);
  margin: 0;
  font-style: italic;
}

.service-details-3 .reviews-section .review-card .review-divider {
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 90%);
  margin: 16px 0;
}

.service-details-3 .reviews-section .review-card .review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-details-3 .reviews-section .review-card .review-author .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.service-details-3 .reviews-section .review-card .review-author .author-info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.service-details-3 .reviews-section .review-card .review-author .author-info span {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.service-details-3 .reviews-section .trust-indicators {
  margin-top: 24px;
  padding: 20px 24px;
  background: color-mix(in srgb, var(--accent-color), transparent 96%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  border-radius: 8px;
}

.service-details-3 .reviews-section .trust-indicators .trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
}

.service-details-3 .reviews-section .trust-indicators .trust-item i {
  font-size: 16px;
  color: var(--accent-color);
  width: 20px;
  text-align: center;
}

.service-details-3 .reviews-section .trust-indicators .trust-item span {
  font-size: 13px;
  font-weight: 500;
  color: var(--default-color);
}

.service-details-3 .inquiry-card {
  padding: 32px;
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 100px;
}

.service-details-3 .inquiry-card .inquiry-header {
  margin-bottom: 24px;
}

.service-details-3 .inquiry-card .inquiry-header h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.service-details-3 .inquiry-card .inquiry-header p {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 0;
}

.service-details-3 .inquiry-card .form-field {
  margin-bottom: 16px;
}

.service-details-3 .inquiry-card .form-field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--default-color);
  margin-bottom: 6px;
}

.service-details-3 .inquiry-card .form-control,
.service-details-3 .inquiry-card select.form-control {
  height: 40px;
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 75%);
  border-radius: 6px;
  font-size: 14px;
  color: var(--default-color);
  background-color: var(--surface-color);
  transition: all 0.2s ease;
}

.service-details-3 .inquiry-card .form-control:focus,
.service-details-3 .inquiry-card select.form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 85%);
  outline: none;
}

.service-details-3 .inquiry-card .form-control::placeholder,
.service-details-3 .inquiry-card select.form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.service-details-3 .inquiry-card textarea.form-control {
  height: auto;
  min-height: 80px;
}

.service-details-3 .inquiry-card .btn-submit {
  width: 100%;
  height: 40px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  transition: background 0.2s ease;
  margin-top: 8px;
}

.service-details-3 .inquiry-card .btn-submit:hover {
  background: color-mix(in srgb, var(--accent-color), #000 12%);
}

.service-details-3 .inquiry-card .btn-submit:focus {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent-color), transparent 80%);
}

@media (max-width: 992px) {
  .service-details-3 .content-intro h2 {
    font-size: 32px;
  }

  .service-details-3 .content-intro p {
    max-width: 100%;
  }

  .service-details-3 .intro-image img {
    height: 260px;
  }

  .service-details-3 .inquiry-card {
    position: static;
    margin-top: 32px;
  }
}

@media (max-width: 576px) {
  .service-details-3 .content-intro h2 {
    font-size: 28px;
  }

  .service-details-3 .content-intro .intro-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .service-details-3 .content-intro .intro-actions .btn-primary-action,
  .service-details-3 .content-intro .intro-actions .btn-ghost-action {
    text-align: center;
    justify-content: center;
  }

  .service-details-3 .stats-bar {
    padding: 24px 16px;
  }

  .service-details-3 .stats-bar .stat-item {
    padding: 12px 0;
  }

  .service-details-3 .stats-bar .stat-item .stat-value {
    font-size: 28px;
  }

  .service-details-3 .inquiry-card {
    padding: 24px;
  }
}
.service-details-3 .intro-image img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

/**** tabs program ****/
/*--------------------------------------------------------------
# Events 2 Section
--------------------------------------------------------------*/
.events-2 .sidebar-panel .panel-block {
  background-color: var(--surface-color);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: border-color 0.3s;
}

.events-2 .sidebar-panel .panel-block:hover {
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.events-2 .sidebar-panel .panel-block h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.events-2 .sidebar-panel .panel-block h4 i {
  color: var(--accent-color);
  font-size: 20px;
}

.events-2 .sidebar-panel .panel-block.search-block form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.events-2 .sidebar-panel .panel-block.search-block form .form-control {
  border-radius: 8px;
  height: 44px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  font-size: 14px;
  color: var(--default-color);
  background-color: var(--surface-color);
}

.events-2 .sidebar-panel .panel-block.search-block form .form-control:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.events-2 .sidebar-panel .panel-block.search-block form .form-control::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.events-2 .sidebar-panel .panel-block.search-block form .search-btn {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 8px;
  height: 42px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
}

.events-2 .sidebar-panel .panel-block.search-block form .search-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.events-2 .sidebar-panel .panel-block.category-tags .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.events-2 .sidebar-panel .panel-block.category-tags .tags-wrapper .tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--default-color), transparent 92%);
  transition: all 0.3s;
}

.events-2 .sidebar-panel .panel-block.category-tags .tags-wrapper .tag-pill span {
  font-size: 11px;
  opacity: 0.6;
}

.events-2 .sidebar-panel .panel-block.category-tags .tags-wrapper .tag-pill:hover,
.events-2 .sidebar-panel .panel-block.category-tags .tags-wrapper .tag-pill.active {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.events-2 .sidebar-panel .panel-block.category-tags .tags-wrapper .tag-pill:hover span,
.events-2 .sidebar-panel .panel-block.category-tags .tags-wrapper .tag-pill.active span {
  opacity: 1;
}

.events-2 .sidebar-panel .panel-block.highlight-event .spotlight-card {
  border-radius: 10px;
  overflow: hidden;
}

.events-2 .sidebar-panel .panel-block.highlight-event .spotlight-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s;
}

.events-2 .sidebar-panel .panel-block.highlight-event .spotlight-card:hover img {
  transform: scale(1.05);
}

.events-2 .sidebar-panel .panel-block.highlight-event .spotlight-card .spotlight-info {
  padding: 16px 0 0;
}

.events-2 .sidebar-panel .panel-block.highlight-event .spotlight-card .spotlight-info h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--heading-color);
}

.events-2 .sidebar-panel .panel-block.highlight-event .spotlight-card .spotlight-info span {
  display: block;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 12px;
}

.events-2 .sidebar-panel .panel-block.highlight-event .spotlight-card .spotlight-info span i {
  margin-right: 5px;
  color: var(--accent-color);
}

.events-2 .sidebar-panel .panel-block.highlight-event .spotlight-card .spotlight-info .btn-spotlight {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 6px;
  border: 2px solid var(--accent-color);
  color: var(--accent-color);
  transition: all 0.3s;
}

.events-2 .sidebar-panel .panel-block.highlight-event .spotlight-card .spotlight-info .btn-spotlight:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.events-2 .sidebar-panel .panel-block.mini-calendar .cal-widget .cal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.events-2 .sidebar-panel .panel-block.mini-calendar .cal-widget .cal-header h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.events-2 .sidebar-panel .panel-block.mini-calendar .cal-widget .cal-header .cal-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 88%);
  color: var(--accent-color);
  transition: all 0.3s;
}

.events-2 .sidebar-panel .panel-block.mini-calendar .cal-widget .cal-header .cal-nav-btn:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.events-2 .sidebar-panel .panel-block.mini-calendar .cal-widget .cal-grid {
  width: 100%;
  border-collapse: collapse;
}

.events-2 .sidebar-panel .panel-block.mini-calendar .cal-widget .cal-grid th,
.events-2 .sidebar-panel .panel-block.mini-calendar .cal-widget .cal-grid td {
  text-align: center;
  padding: 7px;
  font-size: 13px;
}

.events-2 .sidebar-panel .panel-block.mini-calendar .cal-widget .cal-grid thead th {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.events-2 .sidebar-panel .panel-block.mini-calendar .cal-widget .cal-grid td {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  cursor: default;
}

.events-2 .sidebar-panel .panel-block.mini-calendar .cal-widget .cal-grid td.event-day {
  position: relative;
  color: var(--contrast-color);
  font-weight: 700;
  z-index: 1;
}

.events-2 .sidebar-panel .panel-block.mini-calendar .cal-widget .cal-grid td.event-day::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--accent-color);
  z-index: -1;
}

.events-2 .event-cards .card-event {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--surface-color);
  margin-bottom: 24px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.3s;
}

.events-2 .event-cards .card-event:hover {
  box-shadow: 0 8px 30px color-mix(in srgb, var(--default-color), transparent 88%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 60%);
}

.events-2 .event-cards .card-event:hover .card-img-wrapper img {
  transform: scale(1.06);
}

.events-2 .event-cards .card-event .card-img-wrapper {
  position: relative;
  min-width: 240px;
  max-width: 240px;
  overflow: hidden;
}

.events-2 .event-cards .card-event .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.events-2 .event-cards .card-event .card-img-wrapper .date-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 14px;
  border-radius: 8px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.events-2 .event-cards .card-event .card-img-wrapper .date-badge .badge-day {
  font-size: 22px;
  font-weight: 800;
  font-family: var(--heading-font);
  line-height: 1;
}

.events-2 .event-cards .card-event .card-img-wrapper .date-badge .badge-month {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

.events-2 .event-cards .card-event .card-body-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.events-2 .event-cards .card-event .card-body-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.events-2 .event-cards .card-event .card-body-content .card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 14px;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.events-2 .event-cards .card-event .card-body-content .card-meta span {
  display: inline-flex;
  align-items: center;
}

.events-2 .event-cards .card-event .card-body-content .card-meta span i {
  margin-right: 6px;
  color: var(--accent-color);
  font-size: 15px;
}

.events-2 .event-cards .card-event .card-body-content p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.7;
  margin-bottom: 16px;
  font-size: 14px;
  flex-grow: 1;
}

.events-2 .event-cards .card-event .card-body-content .btn-details {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
  transition: all 0.3s;
}

.events-2 .event-cards .card-event .card-body-content .btn-details:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.events-2 .pager-nav {
  margin-top: 16px;
  margin-bottom: 10px;
}

.events-2 .pager-nav .page-link {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: var(--default-color);
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  transition: all 0.3s;
}

.events-2 .pager-nav .page-link:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.events-2 .pager-nav .page-item.active .page-link {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.events-2 .pager-nav .page-item.disabled .page-link {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  border-color: color-mix(in srgb, var(--default-color), transparent 90%);
}

@media (max-width: 992px) {
  .events-2 .sidebar-panel {
    margin-top: 40px;
  }

  .events-2 .event-cards .card-event .card-img-wrapper {
    min-width: 200px;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .events-2 .event-cards .card-event {
    flex-direction: column;
  }

  .events-2 .event-cards .card-event .card-img-wrapper {
    min-width: 100%;
    max-width: 100%;
    height: 200px;
  }

  .events-2 .event-cards .card-event .card-body-content .card-meta {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 576px) {
  .events-2 .event-cards .card-event .card-body-content {
    padding: 18px 16px;
  }

  .events-2 .event-cards .card-event .card-body-content h3 {
    font-size: 18px;
  }

  .events-2 .sidebar-panel .panel-block {
    padding: 20px 16px;
  }
}
/*--------------------------------------------------------------
# Tabs + Events 2 integration
--------------------------------------------------------------*/
.tabs .tab-content .content-details.events-2 {
  width: 100%;
  margin-bottom: 0;
}

.tabs .tab-content .content-details.events-2 .event-cards {
  width: 100%;
}

.tabs .tab-content .content-details.events-2 .event-cards .card-event:last-child {
  margin-bottom: 0;
}

/* Keep the event image proportional inside the narrower tab column. */
@media (min-width: 992px) and (max-width: 1199px) {
  .tabs .tab-content .content-details.events-2 .event-cards .card-event .card-img-wrapper {
    min-width: 190px;
    max-width: 190px;
  }
}



.tabs .tab-content .content-footer .action-btn {
    border-radius: 16px;
}
.events-2 .event-cards .card-event .card-img-wrapper {
    min-width: 200px;
    max-width: 200px;
}

.tabs .tab-content .content-footer {
    padding-top: 15px;
}