@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Noto+Sans+Arabic:wght@400;700&display=swap');


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', 'Noto Sans Arabic', sans-serif;
  font-weight: 700;
}

.border-primary {
  border-color: var(--primary-color) !important;
}

.h1 {
  font-size: 40px;
}

.h2 {
  font-size: 35px;
}

.h3 {
  font-size: 28px;
}

.h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 20px !important;
}

.h6 {
  font-size: 19px;
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.bg-primary {
  background-color: rgba(var(--primary-color-rgb), var(--bs-bg-opacity, 1)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.fs-1 {
  font-size: 30px !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.btn {
  font-size: 14px !important;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.color-text {
  color: #1E2D43;
}

.mh-75 {
  min-height: 75px;
}

.header-styled {
  position: relative;
}

.header-styled:before {
  content: "••••••••••••";
  display: block;
  font-size: 68%;
  line-height: 1;
}

.fb-container-fluid {
  max-width: 100%;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-link-btn,
.calendar_wrap caption,
.fb-popular-posts .count,
.fb-patigation .page-numbers,
body .wpcf7 input[type="submit"],
body .wpcf7 input[type="button"],
.entry-metas ul li.posted-date a,
.jetpack_subscription_widget input[type="submit"]:hover,
#single-content-area-wrap ul.social-icons-list li a:hover,
.secondary-widget-area .fb-instagram-widget .follow-permalink a,
.screen-reader-shortcut,
body .wpforms-container .wpforms-form input[type=submit],
body .wpforms-container .wpforms-form button[type=submit],
body .wpforms-container .wpforms-form .wpforms-page-button,
.wp-block-button__link,
.header-link-btn {
  background: #0f6a38;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button#load-comments:hover,
.post-format-icon,
.fascinate-toTop:hover,
.post-link-btn:hover,
.entry-tags .post-tags a:hover,
.fb-patigation a.page-numbers:hover,
body .wpcf7 input[type="submit"]:hover,
body .wpcf7 input[type="button"]:hover,
.entry-metas ul li.posted-date a:hover,
.single-page-style-2 .entry-metas ul li.posted-date a:hover,
.secondary-widget-area .fb-instagram-widget .follow-permalink a:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.jetpack_subscription_widget input[type="submit"]:hover,
body .wpforms-container .wpforms-form input[type=submit]:hover,
body .wpforms-container .wpforms-form button[type=submit]:hover,
body .wpforms-container .wpforms-form .wpforms-page-button:hover,
.wp-block-button__link:hover,
.header-link-btn:hover {
  background: #2e6da4;
  color: #ffffff !important;
  /* background: linear-gradient(-45deg, #008a3d, #a8a9ac70, #ea6d20); */

}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.post-link-btn,
.wp-block-button__link,
.header-link-btn {
  padding: 15px 30px;
  border-radius: 0;
  font-size: 16px;
  color: #ffffff !important;
  background: var(--secondary-color);
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.post-link-btn:hover,
.wp-block-button__link:hover,
.header-link-btn:hover {
  background: var(--primary-color);
}

.header-link-btn {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 2px;
}

.fb-container {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

body.no-sidebar .alignfull {
  width: 100%;
  max-width: 100%;
}

body.no-sidebar .alignwide {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
}

.single-page-entry .editor-entry {
  margin-bottom: 0;
}

.breadcrumb-banner .fb-container {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
}

/* ============================
  Header
==============================*/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

body.header-sticked .page--wrap {
  padding-top: 270px;
}

.site-header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 997;
  padding: 0px 0;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

.site-header.sticky.fade_down_effect {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.header-sticked #site-navigation ul li a {
  line-height: 50px;
}

.header-sticked .primary-menu li.menu-item-has-children::after {
  top: 20px;
}

header.header-style-1 .fb-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.header-style-1 .site-branding {
  max-width: 200px;
  display: block;
  padding: 0;
}

.site-header.sticky .site-branding {
  max-width: 100px;
}

.header-style-1 .header-top {
  border-bottom: 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0px;
}

.header-style-1 .header-top .row {
  padding: 10px 0 10px 0px;
}

.header-style-1 .mid-header {
  padding: 0 0 !important;
  text-align: left;
}

header .social-icons ul {
  text-align: left;
}

.social-icons ul li a {
  font-style: normal;
  font-size: 14px;
  padding: 5px !important;
  width: 24px;
  height: 24px;
  background: #4d4d4f;
  color: #e4e4e4;
  line-height: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.header-link-buttons {
  text-align: right;
}

.header-content-wrap {
  height: 100%;
}

.header-content-wrap .header-content-block {
  padding-top: 0px;
  padding-bottom: 0px;
}

.header-content-wrap .header-content-block.border-left {
  border-left: 1px solid #cccccc;
}

.header-content-wrap .header-content-txt {}

.header-content-wrap .header-content-txt h4 {
  font-size: 16px;
  line-height: 1.5;
}

.header-bottom {
  border: 0px !important;
  padding: 15px 0 0;
}

.nav-logo {
  display: none !important;
  float: left;
  padding: 10px 20px 8px 0;
}

.site-header.sticky .header-top,
.site-header.sticky .mid-header {
  /*display: none;*/
}

.site-header.sticky .header-bottom {
  padding: 0;
}

.site-header.sticky .nav-logo {
  display: block !important;
}

.main-menu-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

ul.primary-menu {
  display: flex;
}

.primary-menu li {
  flex-grow: 1;
}

.primary-menu li.menu-item-has-children::after {
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 10%;
  top: 25px;
}

#site-navigation ul.primary-menu li a {
  font-size: 24px !important;
  font-weight: 400;
  color: #000000;
  display: block;
  width: 100%;
}

.primary-menu li a:hover {
  background: #1E2D43 !important;
}

#site-navigation ul li a::after {
  display: none;
}

body .header-style-1 .main-menu-wrapper {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

#site-navigation ul.primary-menu li ul.sub-menu li a {
  font-size: 19px !important;
}

@media (max-width: 991px) {
  .site-header.sticky {
    padding: 0 0;
  }

  #site-navigation ul {
    display: block;
    background: #ffffff;
    padding: 0 15px;
  }

  .main-menu-wrapper .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-menu li.menu-item-has-children::after {
    display: none;
  }

  #site-navigation ul li a {
    padding: 15px 0;
  }

  .site-header.sticky .header-inner {
    position: relative;
  }

  .header-sticked .menu-toggle {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0px;
  }

  .header-sticked .header-style-1 .menu-toggle span {
    background: #000000;
  }

  .header-sticked .header-style-1 .main-menu-wrapper {
    background: #ffffff;
  }

  .nav-logo {
    padding: 10px 20px 10px 15px;
    float: none;
  }

  .header-sticked #site-navigation ul li a {
    line-height: 1;
  }
}

@media (max-width: 575px) {
  body .header-style-1 .main-menu-wrapper {
    background: #ffffff;
  }

  .header-style-1 .menu-toggle span {
    background: #000000;
  }

  .header-link-btn {
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 1px;
    display: inline-block;
  }

  .header-link-buttons {
    text-align: center;
    margin-top: 12px;
  }

  header .social-icons ul {
    text-align: center;
  }

  .header-content-wrap .header-content-txt h3 {
    font-size: 20px;
  }

  .header-content-wrap .header-content-txt h4 {
    font-size: 18px;
  }

  .header-content-wrap .header-content-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-style-1 .site-branding {
    max-width: 252px;
  }

  .header-style-1 .header-top {
    margin-bottom: 7px;
  }

  .menu-toggle {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -150px;
  }

  .header-sticked .menu-toggle {
    top: 0px;
  }

  .header-bottom {
    border: 0px !important;
    padding: 5px 0 0;
  }
}

/* ========================================
  Breadcrumb
=========================================== */
.breadcrumb-banner {
  padding: 30px 0;
  background-image: url('../images/about-head-bg.jpeg') !important;
}

.fb-breadcrumb-wrap .mask {
  background: none;
}

.fb-breadcrumb-wrap .fb-breadcrumb {
  display: none;
}

.fb-breadcrumb-wrap .page-title {
  text-align: left;
  padding: 0;
  margin: 0;
  border: none;
}

.fb-breadcrumb-wrap .page-title:before {
  content: "";
  width: 40px;
  border-top: 3px dotted #ffffff;
  display: block;
  margin-bottom: 10px;
}


/* ========================================
  Home Banner
=========================================== */
.home-banner-main {
  clear: both;
}

.home-banner-wrapper {
  position: relative;
}

.home-banner-image {
  min-height: 200px;
}

.home-banner-image img {
  object-fit: cover;
  width: auto;
  height: 200px;
}

.home-banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px;
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
}

.home-banner-text {
  font-size: 32px;
  color: #ffffff;
  line-height: 1.15;
}

#custom_html-2 {
  margin-bottom: 0;
}

/* =============================
  Common
============================= */
.editor-entry h1,
.editor-entry h2,
.editor-entry h3,
.editor-entry h4,
.editor-entry h5,
.editor-entry h6 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.editor-entry p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

.wp-block-column.block-image-content-lr.has-background {
  overflow: hidden;
}

.block-image-content-lr .wp-block-columns {
  gap: 0px;
  min-height: 220px;
  height: 100%;
}

.block-image-content-lr.nmh .wp-block-columns {
  min-height: 80px;
}

.block-image-content-lr .wp-block-button {
  margin-bottom: 0;
}

.block-image-content-lr .wp-block-buttons {
  margin-bottom: 0;
}

.block-image-content-lr .block-image-content-text {
  padding: 20px;
}

.editor-entry .block-image-content-lr .block-image-content-text h1,
.editor-entry .block-image-content-lr .block-image-content-text h2,
.editor-entry .block-image-content-lr .block-image-content-text h3,
.editor-entry .block-image-content-lr .block-image-content-text h4,
.editor-entry .block-image-content-lr .block-image-content-text h5,
.editor-entry .block-image-content-lr .block-image-content-text h6 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.editor-entry .block-image-content-lr .wp-block-button__link {
  padding: 10px 25px;
  background: #000000;
}

.editor-entry .block-image-content-lr .wp-block-button__link:hover {
  background: #d4631b;
}

.block-image-content-lr .wp-block-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.editor-entry .block-image-content-lr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  margin-bottom: 0;
}

figure.wp-block-gallery.has-nested-images {
  margin-bottom: 0;
}

.wp-embed-responsive .gallery-video-container .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  display: none;
}

.wp-embed-responsive .gallery-video-container .wp-has-aspect-ratio iframe {
  min-height: 165px;
  position: static;
}

.exhibitor-list figure.wp-block-image {
  height: 100%;
}

.exhibitor-list .wp-block-column {
  margin-bottom: 25px;
}

.exhibitor-list .exhibitorsimgtext figcaption {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.5;
  margin: 7px 0;
}

.exhibitor-list .exhibitorsimgtext img {
  padding: 10px;
}

.flex-content-col-wrap .block-image-content-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.flex-content-col-wrap .block-image-content-text h3 {
  margin-bottom: 0 !important;
}

.flex-content-col-wrap .block-image-content-text .wp-block-buttons {
  flex-grow: 1;
  align-items: end;
}

.editor-entry .lh-165-content p {
  line-height: 1.65;
}


.fixh-block-list-content .wp-block-buttons {
  margin-bottom: 0;
}

.fixh-block-list-content .wp-block-button {
  margin-bottom: 0;
}

.fixh-block-list-content .fixh-block-list-content-block {
  margin-bottom: 60px;
  padding-top: 10px;
}

.fixh-block-list-content .wp-block-spacer.header-styled {
  margin-bottom: -15px;
}

.fixh-block-list-content .fixh-block-list-content-block-img .wp-block-image {
  height: 100%;
}

.fixh-block-list-content .fixh-block-list-content-block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu-list .menu-list-item.active,
.menu-list .menu-list-item:hover {
  background: #1E2D43;
}

.menu-list .menu-list-item.active a,
.menu-list .menu-list-item:hover a {
  color: #ffffff;
}

/* =======================================
  Footer
========================================== */
footer.dark .footer-inner {
  background: #000000;
}

footer.dark .footer-inner .footer-top .fb-container,
footer.dark .footer-inner .footer-bottom .fb-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.footer-widget-block {
  color: #ffffff;
}

.footer-widget-block-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-widget-block-content p {
  padding: 2px 0 !important;
}

.footer-widget-block-content .social-icons {
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-widget-block-content .social-icons ul li a {
  font-style: normal;
  font-size: 20px;
  padding: 5px !important;
  width: 40px;
  height: 40px;
  background: #1E2D43;
  border: 1px solid #1E2D43;
  color: #ffffff;
  line-height: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
}

.footer-widget-block-content .social-icons ul li a:hover,
.footer-widget-block-content .social-icons ul li a:focus {
  background: #000000;
}

.footer-bottom,
footer.dark .footer-bottom {
  background: #1a1831;
  color: #ffffff;
  font-size: 14px;
  padding: 30px 0;
}

.footer-bottom .footer-bottom-links {
  display: flex;
  align-items: flex-start;
  padd-mg-left: 50px
}

.footer-bottom-link a {
  color: #000000 !important;
  padding: 10px;
  margin-right: 5px;
}

.footer-bottom-link a:hover {
  color: #1E2D43;
}

@media (max-width: 768px) {
  .footer-bottom .footer-bottom-links {
    margin: 20px 0;
    justify-content: center;
  }

  .footer-bottom-copy-wrap {
    width: 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .footer-bottom-copy {
    margin-top: 30px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .footer-bottom-organised-by {
    text-align: center;
  }

  .footer-bottom .footer-bottom-links {
    margin: 30px 0 20px;
  }

  .footer-bottom-copy {
    margin-top: 0px;
  }
}

/*********************************************/

.spacercolor {
  background: #eaeaea;
}

.nomargin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.lineunder {
  text-decoration: underline;
}

.marginseven {
  margin-bottom: 7px !important;
}

.netp {
  font-family: 'Poppins', 'Noto Sans Arabic', sans-serif;
  font-weight: 400;
  color: #1d1b43;
}

.netfont a {
  color: #335AA7 !important;
  font-weight: 400;

}

.nogap {
  gap: 0 !important;
}

.ambassadorfont {
  font-family: 'Poppins', 'Noto Sans Arabic', sans-serif;
  font-weight: 500 !important;
  color: #333645;
}

.ambassadorsimgtext {
  cursor: pointer;
}

.ambassadorsimgtext figcaption {
  font-family: oswald;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 1;
  background: #F69F40;
  margin: 0 !important;
  padding: 10px 15px;
}

.ambassadorimgtaxt2 {
  font-family: oswald;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1;
}

.ambassadorimgtaxt3 {
  font-family: oswald;
  color: #ffffff !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1;
}

.ambassadorsimgtext2 figcaption {
  font-family: oswald;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 1;
  background: #F69F40;
  margin: 0 !important;
  padding: 10px 15px;
}

.greycolor {
  color: #333645;
  font-family: 'Poppins', 'Noto Sans Arabic', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.contactsectionpadding {
  padding: 0px 0px 0px 70px !important;
}

.contactfont {
  line-height: 1.5;
}

exhibitingline-height {
  line-height: 1.2;
}

.font-weight500 {
  font-weight: 500;

}

.font-weight400 {
  font-weight: 400;
}

.border-white {
  border: solid #ffffff;
}

.exhibiting-sectionpadding {
  padding: 0px 0px 0px 90px !important;
}

.exhibiting-sectionpadding2 {
  padding: 0px 120px 0px 90px !important;
}

.buyerbutton-padding .wp-block-button__link {
  padding: 10px 20px !important;
}

.font-19 {
  font-size: 19px;
}

.cosmo-sectionpadding {
  padding: 0px 120px 0px 0px !important;
}

.font-28 {
  font-size: 28px;
}

.font-24 {
  font-size: 24px;
}

.padding1 li {
  padding: 1px 0 !important;
}

.cosmo-sectionpadding2 {
  padding: 0px 60px 0px 60px !important;
}

.border-black {
  border-bottom: 1px solid #000000 !important;
}

.divider {
  width: 40%;
  height: 1px;
  background-color: #000000;
}

.nomargin-bottom {
  margin-bottom: 0px !important;
}

.press-sectionpadding2 {
  padding: 0px 50px 0px 50px !important;
}

.font-weight600 {
  font-weight: 600;

}

.mpartner-sectionpadding2 {
  padding: 0px 90px 0px 90px !important;
}

.smallbuttton-padding {
  padding: 13px 20px;
}

.gap1 {
  gap: 1em !important;
}

.nomargin-top {
  margin-top: 0px !important;
}

.vsquote-pad {
  padding-left: 15px;
}

.bordertop-ligthgrey {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.padding-10 {
  padding: 10px 0 10px 0;
}

.line-height1-6 {
  line-height: 1.6;
}

.mx-height300 {
  max-height: 300px;
}

.editor-entry .hght300 img {
  height: 300px;
}

.gap1-5 {
  gap: 1.5em !important;
}

.bordertop-ligtwhite {
  border-top: 1px solid #c5c4c4;
}

.exhibiting-sectionpadding3 {
  padding: 0px 0px 0px 30px !important;
}

.line-height1-7 {
  line-height: 1.7 !important;
}

.padding15 a {
  padding: 15px 15px !important;
}

.mn-height165 {
  min-height: 165px !important;
}

.abs-popup .modal-content {
  position: relative;
  z-index: 10000;
  background-color: #fff;
  padding: 20px;
  max-width: 60% !important;
}

.abs-popup .modal-header {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0px !important;
}

.nomargin-bottom {
  margin-bottom: 0px !important;
}

.nomargin-top {
  margin-top: 0px !important;
}

.text-white {
  color: #ffffff !important;
}

.colred {
  color: #dc3545 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  height: 42px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 9px;
}

textarea,
.author-box,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
.nice-select,
.comment-respond,
.category-description-inner,
.error-404-page-entry,
.nothing-found-page-entry,
.author-box .social-icons-list li a,
.calendar_wrap table th,
.calendar_wrap table td,
.secondary-widget-area .widget,
.author-box .top-wrap .author-thumb img,
.comments-area .comment-body,
.widget_tag_cloud .tagcloud a {
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.bordr-white {
  border: 0px solid #ffffff !important;
}

.bgcolor-light {
  background-color: #f5f5f5 !important;
  box-shadow: inset 0 1px 2px 0 rgb(0 0 0 / 18%) !important;
}


.wpcf7 select,
.wpcf7 input[type="tel"] {
  width: 100%;
  margin-top: 10px;
  height: 42px;
  border-radius: 5px;
  border: 1px solid #ddd !important;
}

.exhibitorsimgtext figcaption {
  font-family: oswald;
  color: #000000 !important;
  font-weight: 700;
  font-size: 15px !important;
  line-height: 1;
  /* background: #ffa500; */
  margin: 0 !important;
  padding: 8px 12px;

}

.exhibitorsimgtext {
  box-shadow: rgb(0 0 0 / 40%) 0px 1px 4px !important;
  padding: 0px 28px !important;
}

.newimgsize img {
  height: 219px !important;
  width: 230px !important;

}

.padding-y30 {
  padding: 0 30px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
  min-width: 170px;
}

.popstyle .modal-content {
  max-width: 40% !important;
}

.subscribe-style {
  background: #15bd87 !important;
  border: 2px solid #000000 !important;
}

.lablfont {
  font-weight: 400;
  font-size: 14px;
  color: #333645;
}

.wpcf7 label {
  min-width: 240px !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 select,
.wpcf7 input[type="tel"] {
  font-size: 14px;
  font-weight: 400;
  padding: 7px 10px;
}

.padding-bottom10 {
  padding-bottom: 10px;
}

.padding-bottom5 {
  padding-bottom: 5px;
}

.padding-bottom12 {
  padding-bottom: 12px;
}



/* ================================= Tabs ===================================== */
/*============================
 ts schedule
 ===========================*/
.ts-schedule-info {
  position: relative;
}

.ts-schedule-info ul {
  position: relative;
  text-align: center;
  border: none;
  min-height: 380px;
}

.ts-schedule-info ul li a {
  height: 245px;
  width: 245px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background-image: -webkit-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: -o-linear-gradient(135deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: -webkit-linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  background-image: -ms-linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
  opacity: 0.502;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  padding: 100px 0;
}

.ts-schedule-info ul li a h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  opacity: .5;
}

.ts-schedule-info ul li a span {
  text-transform: uppercase;
  opacity: .5;
}

.ts-schedule-info ul li:nth-child(1) a {
  top: 140px;
  background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
  background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%);
}

.ts-schedule-info ul li:nth-child(2) a {
  left: 130px;
  top: -15px;
}

.ts-schedule-info ul li:nth-child(3) a {
  top: 100px;
  left: auto;
  right: 0;
  background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
  background-image: -o-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
  background-image: radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
}

.ts-schedule-info ul li a.active {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  opacity: 1;
  z-index: 2;
}

.ts-schedule-info ul li a.active h3,
.ts-schedule-info ul li a.active span {
  opacity: 1;
}

.schedule-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.schedule-listing .schedule-slot-time {
  background: #105c8e;
  color: #fff;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
  text-align: center;
}

.schedule-listing .schedule-slot-time span {
  display: block;
  line-height: 26px;
}

.schedule-listing .schedule-slot-info {
  position: relative;
  padding: 25px;
  border: 1px solid #e5e5e5;
  border-left: none;
  width: 100%;
}

/*.schedule-listing .schedule-slot-info .schedule-slot-speakers {
      position: absolute;
      left: 40px;
      top: 0;
      height: 80px;
      width: 80px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      bottom: 0;
      margin: auto; }*/
.schedule-listing .schedule-slot-info .schedule-slot-title {
  font-size: 24px;
}

.schedule-listing .schedule-slot-info .schedule-slot-title strong {
  font-size: 14px;
  color: #888888;
  margin-left: 12px;
}

.schedule-listing .schedule-slot-info p {
  margin-bottom: 0;
}

/*.schedule-listing:hover .schedule-slot-title {
    color: #278b4a; }*/
.schedule-listing:nth-of-type(even) .schedule-slot-time {
  background: #0b4870;
}

.schedule-listing.launce .schedule-slot-time {
  padding: 28px 28px;
}

.schedule-listing.launce .schedule-slot-title {
  float: left;
  margin-bottom: 0;
}

.schedule-listing.launce .schedule-slot-info-content img {
  float: right;
}

.schedule-listing-btn {
  text-align: center;
  margin-top: 60px;
}

.schedule-tabs .tab-pane.active,
.direction-tabs .tab-pane.active {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ts-schedule-nav {
  text-align: center;
  margin-bottom: 50px;
}

.ts-schedule-nav ul {
  border: none;
}

.ts-schedule-nav ul li {
  margin: 0 3px;
}

.ts-schedule-nav ul li a {
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
  background: #f1f0f6;
  display: block;
  padding: 15px 30px;
  position: relative;
}

.ts-schedule-nav ul li a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #105c8e transparent transparent;
  position: absolute;
  left: 0;
  bottom: -15px;
  content: '';
  opacity: 0;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ts-schedule-nav ul li a h3 {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 0;
  text-transform: capitalize;
}

.ts-schedule-nav ul li a.active {
  background: #105c8e;
  color: #fff;
}

.ts-schedule-nav ul li a.active h3 {
  color: #fff;
}

.ts-schedule-nav ul li a.active:before {
  opacity: 1;
}

.schedule-tabs-item .schedule-listing-item {
  position: relative;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-time {
  font-size: 14px;
  color: #278b4a;
  margin-bottom: 10px;
  display: block;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-title {
  margin-bottom: 10px;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-name {
  font-size: 14px;
  line-height: 36px;
  color: #888888;
  font-weight: 700;
  margin-bottom: 5px;
}

.schedule-tabs-item .schedule-listing-item .schedule-slot-speakers {
  position: absolute;
  top: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(315deg, #82e182 0%, #0acbf5 100%);
  background-image: -o-linear-gradient(315deg, #82e182 0%, #0acbf5 100%);
  background-image: linear-gradient(135deg, #82e182 0%, #0acbf5 100%);
}

.schedule-tabs-item .schedule-listing-item:before {
  position: absolute;
  top: -30px;
  width: 2px;
  height: 100%;
  content: '';
  background: #f1f0f6;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.schedule-tabs-item .schedule-listing-item:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  border: 2px solid #278b4a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  top: 80px;
  background: #fff;
}

.schedule-tabs-item .schedule-listing-item.schedule-left {
  padding: 60px 125px 20px 0;
  text-align: right;
  margin-top: 245px;
}

.schedule-tabs-item .schedule-listing-item.schedule-left .schedule-slot-speakers {
  right: 30px;
}

.schedule-tabs-item .schedule-listing-item.schedule-left:before {
  right: -17px;
}

.schedule-tabs-item .schedule-listing-item.schedule-left:after {
  right: -21px;
}

.schedule-tabs-item .schedule-listing-item.schedule-right {
  padding: 60px 20px 0px 125px;
  text-align: left;
}

.schedule-tabs-item .schedule-listing-item.schedule-right .schedule-slot-speakers {
  left: 30px;
}

.schedule-tabs-item .schedule-listing-item.schedule-right:before {
  left: -15px;
}

.schedule-tabs-item .schedule-listing-item.schedule-right:after {
  left: -19px;
}

.schedule-tabs-item .schedule-listing-item:hover:before {
  background: #278b4a;
}

@media (min-width: 1024px) {
  .box-style {
    padding-bottom: 150px;
  }

  .box-style .row {
    position: relative;
  }

  .box-style .row .item .about-intro-text {
    padding: 50px 55px 0 55px;
  }

  .box-style .indicator {
    position: absolute;
    content: "";
    height: 100%;
    left: 33.3333333333%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    -o-transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
    width: 33.3333333333%;
    z-index: -1;
    -webkit-box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  .box-style .row .item:nth-child(1):hover~.indicator {
    left: 0;
  }

  .box-style .row .item:nth-child(3):hover~.indicator {
    left: 66.6666666%;
  }
}


.schedule-listing .schedule-slot-info {
  padding: 0px;
}

.schedule-listing .schedule-slot-info .schedule-slot-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.schedule-listing .schedule-slot-info {
  font-size: 14px;
}

.schedule-listing .schedule-slot-info p {
  margin-bottom: 7px;
}

.schedule-slot-content {
  margin-top: 15px;
}

.schedule-hall-wrapper {
  padding: 15px;
}

.hall-crystal-banquet {
  background: #fce4d6;
}

.hall-aryabhata {
  background: #dbdbdb;
}

.hall-bhabha {
  background: #ffe699;
}

.hall-raman {
  background: #bdd7ee;
}

/* ================================= Tabs ===================================== */

/*===========================================
	Read More / Less
=============================================*/
.data_more_less_inner {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.action_less {
  display: none;
}

.less_active .action_less {
  display: inline-block;
}

.less_active .action_more {
  display: none;
}

.data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  height: 80px;
}

.data_more_less.action_disabled .more_less_action {
  display: none;
}

h1 {
  margin-bottom: 0px;
}

.data_more_less .btn {
  color: #444;
  text-decoration: none;
  border: none;
  padding: 5px 10px;
  font-size: 13px;
  color: #278b4a;
}

.data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
  background: transparent !important;
}

/* ========================================
  Registration Stepper (7 Steps) - Premium UI
=========================================== */
.registration-stepper-container {
  padding: 40px 0 60px;
  width: 100%;
  background: transparent;
}

.registration-stepper {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  list-style: none;
}

.registration-stepper .step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Connector Line with Gradient Transition */
.registration-stepper .step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  /* Center of 44px circle */
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #f1f3f5;
  z-index: -1;
  transition: background-color 0.4s ease;
}

.registration-stepper .step-item.active:not(:last-child)::after,
.registration-stepper .step-item.completed:not(:last-child)::after {
  background-color: #1a7458;
}

.registration-stepper .step-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ced4da;
  margin-bottom: 15px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.registration-stepper .step-label {
  font-size: 13px;
  font-weight: 600;
  color: #adb5bd;
  text-align: center;
  line-height: 1.4;
  transition: all 0.4s ease;
  padding: 0 10px;
  font-family: 'Poppins', sans-serif;
}

/* Active State & Animation */
@keyframes circlePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(26, 116, 88, 0.4);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(26, 116, 88, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(26, 116, 88, 0);
  }
}

.registration-stepper .step-item.active .step-circle {
  background-color: #1a7458;
  border-color: #1a7458;
  color: #fff;
  animation: circlePulse 2s infinite;
  transform: scale(1.05);
}

.registration-stepper .step-item.active .step-label {
  color: #1a7458;
  font-weight: 700;
  transform: translateY(2px);
}

/* Completed State */
.registration-stepper .step-item.completed .step-circle {
  background-color: #1a7458;
  border-color: #1a7458;
  color: #fff;
}

.registration-stepper .step-item.completed .step-label {
  color: #1a7458;
}

/* Hover effects for interactive feel */
.registration-stepper .step-item:not(.active):hover .step-circle {
  border-color: #adb5bd;
  color: #868e96;
}

@media (max-width: 991px) {
  .registration-stepper {
    max-width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .registration-stepper .step-label {
    font-size: 10px;
    padding: 0 4px;
    font-weight: 500;
  }

  .registration-stepper .step-circle {
    width: 36px;
    height: 36px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .registration-stepper .step-item:not(:last-child)::after {
    top: 18px;
    height: 2px;
  }
}



/* Deepak Dubey 16-04-2026 : CPHI New UI Update - High Specificity Overrides */
#registrationform .form-control,
#registrationform .form-select,
#registrationform select.form-control,
#registrationform textarea.form-control,
.form-control,
.form-select {
  border-radius: 0px !important;
  padding: 12px 20px !important;
  /* Adjusted for better fit */
  border: 1px solid #222222 !important;
  font-family: var(--font-family) !important;
  height: 50px !important;
  /* Forced height to override 34px */
  line-height: 1.5 !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  background-color: #222222 !important;
  box-shadow: none !important;
}

/* Deepak Dubey 16-04-2026 : CPHI New UI Update - High Specificity Overrides End */

#registrationform .form-control:focus,
#registrationform .form-select:focus {
  border-color: var(--secondary-color) !important;
  box-shadow: 0 0 0 3px rgba(0, 181, 140, 0.15) !important;
}

.pmec-theme .form-control:focus,
.pmec-theme .form-select:focus {
  border-color: var(--pmec-primary);
  box-shadow: 0 0 0 3px rgba(18, 61, 92, 0.15);
}

.btn-primary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  font-weight: 600;
  padding: 0px 30px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-outline-primary {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(0, 65, 65, 0.2);
  transform: translateZ(0);
}

.btn-outline-primary {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-outline-primary:hover {
  background-color: var(--primary-color) !important;
  color: white !important;
}

/* Multi-step Form */
.registration-container {
  max-width: 1100px;
  margin: 20px auto 0;
}

.step-indicator {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}

.step-indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--border-color);
  z-index: 1;
  transform: translateY(-50%);
}

/* New Registration Tracker (Matches Screenshot) */
.registration-steps {
  max-width: 100%;
  margin: 0 auto 50px auto;
  padding: 0 20px;
}

.step-progress-line {
  position: absolute;
  top: 15px;
  left: 6.25%;
  right: 6.25%;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}

.step-tracker {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.step-tracker_blank .step-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  line-height: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  color: #999;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e0e0e0;
  line-height: 26px;
  font-weight: 600;
  margin: 0 auto 10px auto;

  transition: all 0.3s ease;
  color: #999;
}

.step-label {
  font-size: 12px;
  color: #999;
  max-width: 80px;
  margin: 0 auto;
  font-weight: 500;
}

.step-tracker.active .step-circle {
  background: #fff;
  border-color: #282561;
  color: #282561;
  box-shadow: 0 0 0 5px rgba(37, 131, 118, 0.2);
}

.step-tracker.active .step-label {
  color: var(--primary-color);
  font-weight: 600;
}

.step-tracker.completed .step-circle {
  background: #ce2929;
  border-color: #ce2929;
  color: #fff;
}

.step-tracker.completed .step-label {
  color: var(--primary-color);
}

.section-title {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 0px;
  margin-bottom: 35px;
  border-bottom: none;
  /* Removed underline as per mockup */
  color: #ce2929;
  position: relative;
  background: transparent !important;
}

.sub-section-title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
}



input.otp-digit {
  width: 65px;
  height: 70px !important;
  font-size: 24px !important;
  border-radius: 16px;
  border: 2px solid #e2e8f0;
  text-align: center;
  font-weight: 600;
}

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  appearance: none;
  cursor: pointer;
  accent-color: var(--secondary-color);
  border: 2px solid #ddd !important;
}

input[type="checkbox"] {
  border-radius: 4px;
}

input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
}

input:checked[type=radio] {
  --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
}

input[type="radio"] {
  border-radius: 50%;
}

/* Checkbox checked */
input[type="checkbox"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* Radio checked */
input[type="radio"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: var(--secondary-color) !important;
  background-image: var(--bs-form-check-bg-image);
}

.pmec-theme .section-title {
  color: var(--pmec-primary);
}

.pmec-theme .section-title::after {
  background: var(--pmec-primary);
}

.text-primary {
  color: var(--primary-color) !important;
}

/* PMEC Theme Overrides */
/* .pmec-theme h1, .pmec-theme h2, .pmec-theme h3, .pmec-theme h4, .pmec-theme h5 {
    color: var(--pmec-primary) !important;
} */

.pmec-theme .text-primary {
  color: var(--pmec-primary) !important;
}

.pmec-theme .btn-primary {
  background-color: var(--pmec-primary) !important;
  border-color: var(--pmec-primary) !important;
}

.pmec-theme .btn-success {
  background-color: var(--pmec-primary) !important;
  border-color: var(--pmec-primary) !important;
}

.pmec-theme .step-tracker.active .step-circle,
.pmec-theme .step-tracker.completed .step-circle {
  background-color: var(--pmec-primary) !important;
  border-color: var(--pmec-primary) !important;
}

.pmec-theme .step-tracker.active .step-label,
.pmec-theme .step-tracker.completed .step-label {
  color: var(--pmec-primary) !important;
}



/* Mobile Input Styling */
.mobile-input-group {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  width: 100%;
}

.country-code-select {
  width: 120px !important;
  flex: none !important;
}

.number_field {
  flex: 1 !important;
}

/* Dependency Sections (Hidden by default) */
.dependency-section {
  display: none;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 20px;
  border-left: 4px solid var(--primary-color);
}

.pmec-theme .dependency-section {
  border-left-color: #4b2a6d;
}

/* Cart Icon in Pass Selection */
.pass-cart-indicator {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  cursor: pointer;
  display: none;
}

.pass-cart-indicator i {
  font-size: 1.5rem;
  color: var(--primary-color);
}

.pmec-theme .pass-cart-indicator i {
  color: #4b2a6d;
}

/* Custom Checkboxes and Radios */
.form-check-label {
  padding-left: 8px;
  font-size: 0.95rem;
  cursor: pointer;
}

/* Enhanced Cards */
.card {
  border: 1px solid #edf2f7;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card:hover {
  box-shadow: 0 10px 5px 0px rgba(0, 0, 0, 0.08), 0 5px 5px -5px rgba(0, 0, 0, 0.04);
}

.reg-header {
  background: linear-gradient(135deg, var(--primary-color) 0%, #005a5a 100%);
  color: white;
  padding: 0px;
  border-radius: 16px 16px 0 0;
  overflow: hidden !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  /* margin-top: 23px; */
}

.reg-header img {
    display: block;
    width: 100%;
    border-radius: 16px 16px 0 0 !important; 
}
.pmec-theme .reg-header {
  background: linear-gradient(135deg, var(--pmec-primary) 0%, #1a567d 100%);
}

.reg-content {
  background: #080708;
  padding: 3rem;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03)
}

/* Social Login Buttons */
.btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 5px;
  color: white;
  font-weight: 500;
  text-decoration: none;
}

.btn-linkedin {
  background-color: #0077b5;
}

.btn-facebook {
  background-color: #3b5998;
}

/* Admin Dashboard */
.sidebar {
  height: 100vh;
  background-color: var(--primary-color);
  color: white;
  padding: 20px;
}

.sidebar .nav-link {
  color: rgba(255, 255, 255, 0.7);
  padding: 12px 15px;
  border-radius: 5px;
}

.sidebar .nav-link.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.stat-card {
  border-left: 4px solid var(--secondary-color);
}

/* Razorpay Style Modal */
.razorpay-modal .modal-content {
  border-radius: 4px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.razorpay-header {
  background-color: #3395ff;
  color: white;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.razorpay-header div h6 {
  margin: 0;
  opacity: 0.9;
  font-size: 0.85rem;
  font-weight: 500;
}

.razorpay-header div h4 {
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
}

.razorpay-header .amount-section {
  text-align: right;
}

.razorpay-header .amount-section span {
  display: block;
  font-size: 0.75rem;
  opacity: 0.8;
}

.razorpay-header .amount-section strong {
  font-size: 1.5rem;
  font-weight: 800;
}

.razorpay-body {
  background: #fff;
}

.payment-method-header {
  background: #f8f9fa;
  padding: 10px 20px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.payment-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.2s;
}

.payment-item:hover {
  background-color: #fcfcfc;
}

.payment-item .icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #3395ff;
}

.payment-item .details h6 {
  margin: 0;
  font-weight: 600;
  font-size: 0.9rem;
  color: #444;
}

.payment-item .details p {
  margin: 0;
  font-size: 0.75rem;
  color: #999;
}



/* Responsive Media Queries */
@media (max-width: 768px) {
  .registration-container {
    margin: 0;
    padding: 0;
  }

  .reg-header {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 0;
  }

  .reg-header .text-end {
    text-align: center !important;
    margin-top: 15px;
  }

  .reg-header img {
    height: auto !important;
    max-width: 100%;
  }

  .reg-content {
    padding: 2rem 1.0rem;
    border-radius: 0;
  }

  /* Step Tracker Mobile Optimization */
  .registration-steps {
    padding: 0 10px;
    margin-bottom: 30px !important;
  }

  .step-progress-line {
    left: 5%;
    right: 5%;
    top: 18px;
  }

  .step-circle {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 0.8rem;
  }

  .step-label {
    display: none;
    /* Hide all labels by default */
    font-size: 0.65rem;
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0;
  }

  .step-tracker.active .step-label {
    display: block;
    /* Only show active label */
    color: var(--primary-color);
    font-weight: 700;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .pmec-theme .step-tracker.active .step-label {
    color: var(--pmec-primary);
  }

  /* Form spacing on mobile */
  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .mb-4 {
    margin-bottom: 1.5rem !important;
  }

  .section-title {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

/* Razorpay Style Modal Responsive */
@media (max-width: 480px) {
  .razorpay-modal .modal-dialog {
    margin: 0;
    height: 100%;
  }

  .razorpay-modal .modal-content {
    height: 100%;
    border-radius: 0;
  }
}

.razorpay-footer {
  padding: 15px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.razorpay-logo-text {
  font-size: 0.7rem;
  font-weight: 800;
  color: #ccc;
  letter-spacing: 1px;
}

.razorpay-logo-text span {
  color: #3395ff;
}

.razorpay-modal .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.8;
}

/* OTP Input Styling */
.otp-input-wrapper .otp-input {
  width: 60px;
  height: 70px;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  font-size: 1.5rem;
  transition: all 0.2s ease;
}

.otp-input-wrapper .otp-input:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 4px rgba(0, 181, 140, 0.1);
  outline: none;
}

.pmec-theme .otp-input-wrapper .otp-input:focus {
  border-color: var(--pmec-primary);
  box-shadow: 0 0 0 4px rgba(18, 61, 92, 0.1);
}

@media (max-width: 576px) {
  .otp-input-wrapper .otp-input {
    width: 50px;
    height: 60px;
  }
}

/* Deepak Dubey 16-04-2026 : CPHI New UI Update */
.already-registered-bar {
  background-color: #004141;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.already-registered-bar .btn-download {
  background-color: white;
  color: #004141;
  font-weight: 700;
  border-radius: 50px;
  padding: 6px 20px;
  text-decoration: none;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.reg-panel {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin-bottom: 0 !important;
}

.reg-panel .panel-body {
  padding: 0 !important;
}

.reg-panel .panel-heading {
  display: none !important;
  /* Titles are handled by section-title h2 */
}

/* Ensure labels are clean */
.form-label {
  display: block;
  color: #ffff !important;
  font-weight: 600 !important;
}

/* Social Login Buttons */
.btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 15px;
  padding: 14px;
  border-radius: 8px;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}

.btn-social:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: white;
}

.btn-linkedin {
  background-color: #0077b5;
}

.btn-facebook {
  background-color: #3b5998;
}

.glassmorphism {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.fw-light {
  font-weight: 300;
}

.opacity-75 {
  opacity: .75 !important;
}

.opacity-25 {
  opacity: .25 !important;
}

.opacity-50 {
  opacity: .50 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.small,
small {
  font-size: .875em;
}

.gap-2 {
  gap: .5rem !important;
}

.gap-3 {
  gap: 16px !important;
}

.rounded-2 {
  border-radius: 0.375rem !important;
}

.rounded-3 {
  border-radius: 0.5rem !important;
}

.rounded-4 {
  border-radius: 1rem !important;
}

.email_reg_trigger {
  font-size: 100%;
}

.social-login {
  max-width: 400px;
  margin: 30px auto;
}

.btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}

.btn-group-lg>.btn,
.btn-lg {
  font-size: 1.25rem !important;
}

.btn-linkedin {
  background-color: #0077b5;
  color: white;
}

.btn-facebook {
  background-color: #1877f2;
  color: white;
}

.or-divider {
  position: relative;
  margin: 30px 0;
  text-align: center;
}

.or-divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #eee;
}

.or-divider span {
  position: relative;
  background: white;
  padding: 0 20px;
  color: #999;
  font-size: 0.9rem;
}

/* Package Selection Cards */
.package-card {
  position: relative;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  overflow: visible;
}

.package-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-color) !important;
}

.package-card.selected {
  border-color: var(--primary-color) !important;
  background-color: #f0fdf9;
  z-index: 2;
}

.package-card.scale-105 {
  transform: scale(1.03);
}

.package-card.disabled-card,
.pass-card.disabled-card {
  opacity: 0.6;
  pointer-events: none;
  filter: grayscale(0.5);
}

.popular-badge {
  background-color: var(--secondary-color) !important;
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fw-black {
  font-weight: 900 !important;
}

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

.transition-all {
  transition: all 0.3s ease-in-out;
}

.package-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.package-features li {
  padding: 8px 0;
  font-size: 14px;
  color: #4b5563;
  display: flex;
  align-items: center;
  gap: 10px;
}

.package-features li::before {
  content: "\f26a";
  font-family: Bootstrap-icons;
  color: #10b981;
}

.package-features li.excluded {
  color: #9ca3af;
  text-decoration: line-through;
}

.package-features li.excluded::before {
  content: "\f62a";
  color: #ef4444;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  letter-spacing: 0;
  line-height: calc(1em + 4px);
  font-weight: 700;
  font-family: 'Poppins', 'Noto Sans Arabic', sans-serif;
  color: var(--primary-color);
}

.display-5 {
  font-size: 2rem;
}


.display-6 {
  font-size: 40px;
}

.display-5 {
  font-size: 48px;
}



@media (min-width: 1200px) {

  .h3,
  h3 {
    font-size: 28px;
  }
}

.lead {
  font-size: 20px;
  font-weight: 300;
}

/* Deepak Dubey 16-04-2026 : CPHI New UI Update End */



/* Deepak Dubey 16-04-2026 : CPHI New UI Update */
.fourcolumn .checkbox-group {
  column-count: 4;
}

.fourcolumn .checkbox label {
  font-weight: 400 !important;
}

.btn.btn-primary {
  border-radius: 6px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 label {
  font-weight: 400 !important;
}

.form-group label {
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

#registrationform .form-group {
  margin: 18px 0 !important;
  min-height: 30px !important;
  padding: 0;
}

.customcat-font {
  font-size: 19px !important;
  font-weight: 400 !important;
  font-family: 'IBM Plex Sans';
}

.category-section-title {
  font-weight: 500 !important;
}

.form-group .checkbox-group .checkbox {
  display: inline-block;
  min-width: 270px;
  margin-right: 20px;
}

#registrationform .form-control,
#registrationform .form-select,
#registrationform .country-code-select,
#registrationform .multiselect {
  height: 50px !important;
  color: #fff  !important;
  font-family: 'IBM Plex Sans';
  border-radius: 0px !important;
}

#registrationForm .form-lable {
  font-weight: 600 !important;
  font-size: 16px !important;
}

#registrationform .multiselect.dropdown-toggle:hover {
  border: 1px solid #cccccc !important;
}

#registrationForm .checkbox label {
  font-weight: 600 !important;
  font-size: 16px !important;
}

.multiselect-native-select ul.multiselect-container {
  width: 100%;
  top: 34px;
  max-height: 300px;
  overflow-y: scroll;
}

.multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox,
.multiselect-container>li.multiselect-group label {
  font-size: 15px;
  color: #000000;
}

.form-group .multiselect-container li .checkbox {
      width: 100%;
    margin-right: 0 !important;
    padding-left: 15px;
    font-weight: 400 !important;
}

.form-group .multiselect-container li.multiselect-group label,
.form-group .multiselect-container li.multiselect-all label {
  padding-left: 15px;
}

.form-group .multiselect-container li.multiselect-group.group-level-2 label {
  padding-left: 22px;
}

.multiselect-container .multiselect-filter .input-group {
  margin: 2%;
  width: 96%;
}

.fb-container {
  max-width: 1200px !important;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 575px) {
  .resp {
    display: flex !important;
    justify-content: center !important;
  }

  .resp-text {
    font-size: 15px !important;
  }

  .header-style-1 .site-branding {
    margin: 0 auto;
  }

  .header-content-wrap .header-content-txt h4 {
    font-size: 15px;
    text-align: center;
  }

  .site-header.sticky .header-link-buttons,
  .site-header.sticky .header-content-wrap {
    display: none;
  }
}

.form-step-wrapper {
  padding: 15px;
}


.submit-wrapper {
  padding: 15px;
}

.submit-wrapper .btn-primary,
.verification-container .btn-primary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  font-weight: 600;
  padding: 12px 30px !important;
  border-radius: 8px;
  font-size: 1.2rem !important;
  border: none !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.paynow-button.btn-primary {
  font-size: 1.2rem !important;
}

.submit-wrapper .btn-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white !important;
}

.payment_page .btn-outline-secondary,
.verification-container .btn-outline-secondary,
.submit-wrapper .btn-outline-secondary {
  background-color: transparent;
  border-color: var(--bs-secondary-color);
  font-weight: 600;
  padding: 12px 30px !important;
  border-radius: 8px;
  font-size: 20px !important;
  border: 1px solid var(--bs-secondary-color);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.payment_page .btn-outline-secondary:hover,
.verification-container .btn-outline-secondary:hover,
.submit-wrapper .btn-outline-secondary:hover {
  background-color: var(--bs-secondary-color);
  border-color: var(--bs- secondary-color);
  color: white !important;
}


.package-card {
  cursor: pointer;
  border-radius: 16px;
  border-color: #eee !important;
}

.pass-card {
  cursor: pointer;
  border-radius: 16px;
  border-color: #eee !important;
  transition: all 0.3s ease;
}


.checkbox-group,
.radio-group {
  display: flex;
  flex-wrap: wrap;
  /* column-gap: 40px; */
  line-height: 2;
}

.checkbox-group label,
.radio-group label {
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}



.payment-card {
  background: #fff;
  border: var(--card-border);
  border-radius: var(--card-radius);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  transition: transform 0.2s ease;
}

.payment-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #1a202c;
}

.payment-card-title i {
  color: var(--primary-color);
  font-size: 1.1rem;
}

/* Summary Styling */
.totals-con {
  margin-top: 1rem;
}

.total-detail {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  font-size: 1rem;
  color: #4a5568;
}

.total-detail-head {
  font-weight: 500;
}


/* Payment Method UI */
.payment-method-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.payment-option-card {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.25rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.payment-option-card:hover {
  border-color: var(--primary-color);
  background-color: #f9fafb;
}

.payment-option-card.active {
  border: 2px solid var(--primary-color);
  background-color: rgba(var(--primary-rgb), 0.04);
}

.option-radio {
  margin-top: 4px !important;
  width: 20px;
  height: 20px;
  accent-color: var(--primary-color);
}

.method-icon-group {
  margin-left: auto;
  display: flex;
  gap: 0.75rem;
  font-size: 1.25rem;
  color: #718096;
}

.method-info-box h6 {
  margin: 0 0 0.25rem 0;
  font-weight: 700;
  font-size: 1rem;
  color: #1a202c;
}

.method-info-box p {
  margin: 0;
  font-size: 0.85rem;
  color: #718096;
  line-height: 1.4;
}

/* Visitor Detail Card */
.visitor-row {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #f7fafc;
}

.visitor-row:last-child {
  border-bottom: none;
}

.visitor-label {
  font-weight: 600;
  color: #718096;
  width: 100px;
}

.visitor-value {
  font-weight: 500;
  color: #2d3748;
  text-align: right;
}


/* Responsive tweaks */
@media (max-width: 768px) {
  .reg-header {
    flex-direction: column;
    text-align: center;
    padding: 0 !important;
  }

  .reg-header>div:last-child {
    margin: 1rem 0 0 0 !important;
    max-width: 100% !important;
  }
}

/* Deepak Dubey 16-04-2026 : CPHI New UI Update End */


.section-description-panel {
  max-height: 300px;
  overflow-y: scroll;
  box-shadow: none;
}

.section-description-panel:hover {
  box-shadow: none;
}

.section-description-panel::-webkit-scrollbar {
  width: 5px;
}

.section-description-panel::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.section-description-panel::-webkit-scrollbar-thumb {
  background: #888;
}

.section-description-panel::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* ======================================
	Cart Status Responsive Styles
========================================= */

@media (max-width: 1400px) {
  .registration-container {
    max-width: 1000px;
  }

  .form-group label {
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    font-size: 12px !important;
  }

  .small,
  small {
    font-size: 0.75rem !important;
  }

  p,
  span,
  li,
  td,
  button,
  div,
  th,
  select,
  label {
    font-size: 0.8rem !important;
  }

  .checkbox-group label,
  .radio-group label {
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
  }

  .btn {
    font-size: 12px !important;
  }


  .sub-section-title {
    font-size: 14px;
  }

  .submit-wrapper .btn-primary,
  .verification-container .btn-primary,
  .submit-wrapper .btn-outline-secondary {
    font-size: 1.0rem !important;
  }

  .paynow-button.btn-primary {
    font-size: 1.0rem !important;
  }
}

@media (max-width: 991px) {

  .submit-wrapper .btn-primary,
  .submit-wrapper .btn-outline-secondary {
    padding: 10px 15px !important;
    font-size: 15px !important;
  }
  
     .paynow-button.btn-primary{
          padding: 10px;
          width: 100% !important;
          font-size: 15px !important;
      }
  
  .payment_page .btn-outline-secondary,
    .verification-container .btn-outline-secondary,
    .submit-wrapper .btn-outline-secondary {
      background-color: transparent;
      border-color: var(--bs-secondary-color);
      font-weight: 600;
      padding: 10px 25px !important;
      border-radius: 8px;
      font-size: 13px !important;
      border: 1px solid var(--bs-secondary-color);
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }


  .checkbox-group,
  .radio-group {
    grid-template-columns: 1fr;
  }

  .section-description-panel {
    height: 200px;
    overflow-y: scroll;
    box-shadow: none;
  }

  .payment-card {
    padding: 1.5rem;
  }



  #cart-selection-status {
    position: fixed;
    right: 0;
    bottom: 20%;
    width: auto !important;
    z-index: 1050;
    margin-bottom: 0 !important;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #cart-selection-status .cart-status-wrapper {
    width: 65px;
    height: 65px;
    border-radius: 40px 0 0 40px !important;
    border-width: 2px 0 2px 2px !important;
    box-shadow: -5px 5px 20px rgba(0, 161, 145, 0.25) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    background: #ffffff;
  }

  /* Open State */
  #cart-selection-status.cart-open .cart-status-wrapper {
    width: 320px;
    height: 180px;
    min-height: 100px;
    border-radius: 20px 0 0 20px !important;
    padding: 25px 20px !important;
    cursor: default;
    justify-content: flex-start;
  }

  #cart-selection-status .cart-icon-container {
    margin: 10px !important;
    padding: 0 !important;
    background: transparent !important;
    flex-shrink: 0;
  }

  #cart-selection-status .cart-details,
  #cart-selection-status .cart-actions,
  #cart-selection-status .drawer-close-btn {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: opacity 0.3s;
  }

  #cart-selection-status.cart-open .cart-details,
  #cart-selection-status.cart-open .cart-actions,
  #cart-selection-status.cart-open .drawer-close-btn {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  #cart-selection-status.cart-open .cart-icon-container {
    background: rgba(0, 161, 145, 0.1) !important;
    padding: 12px !important;
    border-radius: 12px;
    margin-bottom: 10px !important;
  }

  #cart-selection-status .cart-content-row {
    flex-wrap: nowrap;
    margin: 0 !important;
    width: 100%;
  }

  #cart-selection-status.cart-open .cart-content-row {
    flex-wrap: wrap;
  }

  #cart-selection-status .drawer-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent;
    color: var(--primary-color) !important;
    width: 15px;
    height: 28px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
  }

  #cart-selection-status .cart-details p {
    font-size: 10px !important;
  }

  #cart-selection-status .cart-details h6 {
    font-size: 15px !important;
  }

  #cart-selection-status.cart-open .cart-actions {
    border-top: 1px solid #f1f5f9;
    margin-top: 15px;
    padding-top: 5px;
    width: 100%;
  }

  #cart-selection-status .cart-actions button {
    padding: 0 !important;
    font-size: 13px;
  }

  .totals-con .fs-3 {
    font-size: 1.25rem !important;
  }
}









.package-comparison-container {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #f1f5f9;
}

.comparison-table {
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.comparison-table thead th {
  background: #f8fafc;
  border-bottom: 2px solid #edf2f7;
  padding: 25px 20px;
  vertical-align: top;
}

.feature-label-col {
  min-width: 200px;
  background: #f5f5f5 !important;
  color: var(--primary-color) !important;
  padding: 24px !important;
  border-top-left-radius: 12px;
}

.feature-label-col h5 {
  color: var(--primary-color) !important;
}

.feature-label-col small {
  color: var(--primary-color) !important;
  font-style: italic;
}

/* Plan Header Colors */
.plan-col {
  width: calc(70% / <?php echo count($plandlist); ?>);
  transition: all 0.3s ease;
  color: white !important;
  padding: 20px !important;
  vertical-align: middle;
}

.package-mobile-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.plan-col:nth-child(2) {
  background-color: #f5f5f5 !important;
  color: #000 !important;
}

/* Standard - Blue */
.plan-col:nth-child(3) {
  background-color: var(--primary-color) !important;
}

/* Explorer - Green */
.plan-col:nth-child(4) {
  background-color: #f5f5f5 !important;
  color: #000 !important;
}

/* Leader - Gold */

.plan-col h4,
.plan-col .plan-price {
  color: var(--primary-color) !important;
  margin: 0;
}

.plan-col:nth-child(3) h4,
.plan-col:nth-child(3) .plan-price {
  color: #ffffff !important;
}

.plan-tagline {
  font-size: 0.75rem;
  font-style: italic;
  opacity: 0.9;
  line-height: 1.2;
  margin-top: 5px;
}



.comparison-table tbody td:nth-child(3) {
  background-color: var(--primary-color-light) !important;
}


.comparison-table tbody td {
  padding: 8px 10px;
  border-bottom: none;
  border-color: #00000022 !important;
  border-right: none;
  transition: all 0.2s ease;
}

.feature-label {
  font-weight: 600;
  color: #1a365d;
  font-size: 0.85rem;
  position: sticky;
  left: 0;
  background: #ffffff !important;
  z-index: 9;
  padding: 10px !important;
}

.feature-info-wrapper {
  display: block;
}

.feature-text {
  display: block;
  margin-bottom: 5px;
}

.feature-label small {
  display: block;
  font-weight: 400;
  font-size: 0.85rem;
  color: #4a5568;
  line-height: 1.4;
}

.info-icon-container {
  position: relative;
  cursor: pointer;
}

.custom-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #1a202c;
  color: white;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 400;
  width: 250px;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 100;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}

.custom-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1a202c transparent transparent transparent;
}

.info-icon-container:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

.info-icon-container:hover i {
  opacity: 1;
  color: #258376;
}

.feature-status {
  font-size: 1.2rem;
}

.feature-val-text {
  font-size: 0.75rem;
  font-weight: 500;
  font-style: italic;
  color: #4a5568;
  line-height: 1.2;
  margin-top: 4px;
}

.status-icon.success-icon {
  color: #258376;
  filter: drop-shadow(0 2px 4px rgba(37, 131, 118, 0.2));
}

.status-icon.fail-icon i {
  font-size: 1.4rem;
  color: #e53e3e !important;
  opacity: 0.8;
}

.selected-plan-cell {
  background: rgba(37, 131, 118, 0.02);
}

.comparison-table tr:hover td {
  background: #fdfdfd;
}

.comparison-table tr:hover .feature-label {
  background: #f8fafc !important;
  color: #258376;
}

.comparison-scroll-wrapper {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e0 #f8fafc;
}

.comparison-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}

.comparison-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .feature-label-col {
    min-width: 150px;
    font-size: 0.85rem;
  }

  .plan-col {
    min-width: 160px;
  }

  .plan-header-box h4 {
    font-size: 0.95rem;
  }

  .plan-price {
    font-size: 1.1rem !important;
  }
  
  .already-registered-bar {
      justify-content: center;
      gap: 10px;
  }
  
  .total-payable-row .fs-4.fw-bold{
      font-size: 13px !important;
  }
}