* {
  margin: 0px;
  font-family: "Nunito Sans";
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

#property-header .dropdown-menu {
  position: absolute;
  padding: 0.5rem 0 0.5rem 0;
  left: 0rem;
  white-space: nowrap;
  text-align: left;
  padding: 0px 0 0px 0;
  background-color: #0b1f44;
  z-index: 556;
  transition: all 0.3s linear;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  display: block;
  margin-top: 0;
}

#property-header .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

#property-header .navbar-nav li {
  position: relative;
  /* padding: 0.5rem 1rem; */
}

.header-area .sticky-logo-img {
  display: none;
}

.sticky_header .sticky-logo-img {
  display: block;
}

.sticky_header .header-logo-img {
  display: none;
}

#property-header .navbar-nav .nav-item .nav-link::after {
  content: unset;
}

#property-header .navbar-nav .nav-item .nav-link i {
  padding-left: 14px;
}

#property-header .nav-link {
  letter-spacing: 1px;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  align-items: center;
  transition: 0.4s;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 15px;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover {
  transition: all 0.3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #1f487c;
  transition: all 0.3s linear;
  border-bottom: 2px solid #1f487c;
}

#property-header .dropdown-item.active,
.dropdown-item:active {
  color: #dee1e3;
  text-decoration: none;
  background-color: #0071e3;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover.nav-link::before {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover:after {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .dropdown-item:hover {
  color: #0071e3;
  background-color: transparent;
}

#property-header .dropdown-item {
  color: #dee1e3;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: "Nunito Sans";
  letter-spacing: 1px;
  transition: 0.3s ease-out;
  padding: 0.6rem 1rem 0.6rem 1rem;
}

/* #property-header .nav-link.active {
    color: #0784C7 !important;
} */

#property-header .nav-link.active.nav-link::before {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .navbar-collapse {
  flex-grow: 0 !important;
}

.bg_load {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(../images/GCPIT_loading-Icons.gif) 50% 50% no-repeat #fff;
}

.bg-contact .navbar {
  background-color: #f6cabf !important;
  border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
  position: absolute;
  z-index: 1;
  width: 100%;
}

#property-header .navbar-light .navbar-nav .nav-link.active-menu {
  border-bottom: 3px solid #1a244d;
  width: fit-content;
}

.sticky_header {
  position: fixed !important;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation-name: fadeInDown;
  animation-duration: 1s;
}

.header-area.sticky_header {
  background: #003a88;
  width: 100%;
}

.scrollToTop {
  background-image: url(../images/apple-scroll-to-top.png);
  width: 46px;
  height: 40px;
  position: fixed;
  right: 82px;
  bottom: 63px;
  background-repeat: no-repeat;
  z-index: 99;
}

.navbar-collapse.collapse.show li.nav-item {
  color: #000;
}

/* /----onscroll animation start-----/ */
.in-view.anim-delay2 {
  -webkit-transition-delay: 0.4s !important;
}

.in-view.anim-delay3 {
  -webkit-transition-delay: 0.8s !important;
}

.in-view.anim-delay4 {
  -webkit-transition-delay: 1.2s !important;
}

.in-view.anim-delay5 {
  -webkit-transition-delay: 1.6s !important;
}

.in-view.anim-delay6 {
  -webkit-transition-delay: 2s !important;
}

.animation-element.slide-top {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(0px, -60px, 0px);
  -webkit-transform: translate3d(0px, -60px, 0px);
  -o-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate3d(0px, -60px, 0px);
}

.animation-element.fadein {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.animation-element.slide-bottom {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(0px, 60px, 0px);
  -webkit-transform: translate3d(0px, 60px, 0px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate3d(0px, 60px, 0px);
}

.animation-element.slide-left {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(-50px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
  -o-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-right {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(50px, 0, 0);
  -webkit-transform: translate3d(50px, 0, 0);
  -o-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate3d(50px, 0, 0);
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view,
.animation-element.fadein.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.header-area {
  padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 26px;
  text-transform: uppercase;
  color: #0784c7;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #0071e3;
}

.navbar-dark .navbar-nav .nav-link:hover {
  transition: all 0.3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
  opacity: 1;
  transition: all 0.3s linear;
}

a.nav-link {
  position: relative;
}

.header-button {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 12rem;
  padding: 0.375rem 1.55rem;
  border-radius: 50px;
  background-color: #62cec5;
}

.container {
  padding-right: 5vw !important;
  padding-left: 5vw !important;
  margin: unset !important;
  max-width: unset;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 2px 0;
}

.navbar {
  padding: 10px 0px;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
}

.btn:focus {
  box-shadow: unset;
}

.header-area {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  background: transparent;
}

.scrollToTop {
  background-image: url(../images/apple-scroll-to-top.png);
  width: 46px;
  height: 40px;
  position: fixed;
  right: 82px;
  bottom: 56px;
  background-repeat: no-repeat;
  z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
  background: #f36a3a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: unset !important;
}

.sticky_header .top-header {
  display: none;
}

#thank-you {
  padding-bottom: 40px;
}
#thank-you h2 {
  text-align: center;
  margin-bottom: 40px;
}
.thank-you-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.sticky-social {
  position: fixed;
  bottom: 100px;
  right: 75px;
  padding: 0px;
  margin: 0px;
}
.sticky-social .social {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sticky-social .social li a img {
    width: 60px;
}
@media (max-width: 767px) {
  .top-header {
    padding: 0;
    background-color: transparent !important;
  }

  .header-btn .zoop-btn {
    padding: 0rem 0rem !important;
    font-weight: 400 !important;
    color: #000 !important;
  }

  .sticky-social {
    right:15px;
    bottom:60px;
  }

  .h-height {
    height: 156px;
  }

  .navbar-dark .navbar-toggler {
    color: unset !important;
    border-color: #fff !important;
    box-shadow: unset !important;
  }

  .scrollToTop {
    right: 20px;
  }

  .container {
    padding: 0px 15px !important;
  }

  .navbar-dark .navbar-nav .nav-link::before {
    content: unset;
  }

  .navbar {
    padding: 10px 0px;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }

  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 27px;
    bottom: 50px;
    background-repeat: no-repeat;
    z-index: 99;
  }

  .header-area {
    background-color: #ffffff;
  }

  .header-button {
    margin-left: unset !important;
    padding: 8px 20px !important;
  }

  .navbar-dark .navbar-nav .nav-link:after {
    position: unset !important;
  }

}

.expiredshow{
  font-size: 14px;
  display: block;
  margin-top: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-dark .navbar-nav .nav-link::before {
    content: unset;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 0.5rem 0rem;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }

  .header-btn .zoop-btn {
    padding: 0rem 0rem;
  }

  .header-btn .zoop-btn {
    font-weight: 400;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-weight: 400 !important;
  }

  .header-btn .zoop-btn.btn-primary:hover {
    background: transparent !important;
  }

  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 40px;
    bottom: 50px;
    background-repeat: no-repeat;
    z-index: 99;
  }

  .header-button {
    margin-left: unset !important;
  }
}

@media (max-width: 575px) {
  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 50px;
    background-repeat: no-repeat;
    z-index: 99;
  }
}

/* =====================
    Own Css Starts
===================== */

/* Common Css */
h1 {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  font-family: "Advent Pro";
}

h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  font-family: "Advent Pro";
}

h2 span {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  font-family: "Advent Pro";
  color: #004f95;
}

h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  font-family: "Advent Pro";
}

h6 {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  font-family: "Advent Pro";
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

a {
  color: currentColor;
}

a:hover {
  color: currentColor;
}

.common-btn {
  background-color: #0155a8;
  padding: 12px 24px;
  border-radius: 24px;
  text-decoration: none !important;
  color: #ffffff !important;
  display: block;
  width: fit-content;
}

/* header Css */
.header-area.sticky_header .top-nav {
  display: none;
}

.top-nav {
  background-color: #003a88;
  padding: 8px 0px;
}

.top-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-nav-left p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

.top-nav-right {
  display: flex;
  gap: 20px;
}

.top-nav-right a p {
  font-size: 12px;
  font-weight: 400;
}

.top-nav-right a {
  color: #ffffff;
  text-decoration: none;
}

/* Own DropDown  */
.drpdwn {
  position: relative;
}

.drpdwn>a {
  line-height: 3rem;
  color: #fafafa;
  padding: 0 0.8rem;
  letter-spacing: 1px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}

.drpdwn>a>i {
  margin-left: 0.2rem;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 12rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 10;
}

.dropdown ul {
  position: relative;
  padding: 0;
  list-style: none;
}

.dropdown-link>a {
  text-decoration: none;
  display: flex;
  gap: 10px;
  background-color: #ffffff;
  color: #003a88;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}

.dropdown-link:hover>a {
  background-color: #003a88;
  color: #ffffff;
}

.drpdwn:hover>.dropdown,
.dropdown-link:hover>.dropdown {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.head-login {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.common-btn.signIn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}


/*sibly-04-11-2025*/
.common-btn.signUp {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    position: relative;
    overflow: visible;
}

.common-btn.signUp .cart-total {
    border-radius: 50px;
    background-color: #0156a9;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

/* footer css*/
#footer {
  background-color: #0156a9;
  position: relative;
}

.footer-top {
  padding-top: 60px;
}

.footer-info ul {
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  margin: 0;
}

.footer-info ul li {
  display: inline-block;
  width: 48%;
  margin-bottom: 18px;
}

.footer-info ul li a {
  text-decoration: none;
  color: #ffffff;
}

.footer-info h6 {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-info.address p {
  color: #ffffff;
}

.footer-info.address a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.footer-info.address a:first-of-type {
  margin: 20px 0px;
}

.btm-footer {
  border-top: 1px solid #dddddd;
  padding: 16px 0px;
  margin-top: 40px;
  text-align: center;
}

.btm-footer p {
  color: #fff;
}

.footer-social-icon {
  position: absolute;
  bottom: 40px;
  left: -5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-social-icon a {
  text-align: center;
}

.footer-social-icon p {
  color: #ffffff;
  transform: rotate(-90deg);
  margin-top: 20px;
}

#homeBanner {
  position: relative;
}

.common-banner-cloud {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 150px;
  background-image: url("../images/cmn_banner_cloud_img.webp");
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: cloudDrift 50s linear infinite;
}


#cmn-banner {
  background-image: url("../images/cmn_banner_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 130px 0px 170px;
  position: relative;
}

.common-banner-cloud {
  position: absolute;
  bottom: -2px;
  width: 100%;
}

.cmn-banner-inner {
  margin: auto;
  text-align: center;
}

.custom-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 15px;
}

.custom-breadcrumb p a {
  color: #ffffff;
  text-decoration: none;
}

.custom-breadcrumb img {
  width: 24px;
}

/* ===================
  Home page Css
=================== */
.custom-carousel .carousel-item .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 10%;
  right: 10%;
}

.custom-carousel .carousel-item .carousel-caption h1 {
  margin: 40px 0px;
}

.custom-carousel .carousel-item .carousel-caption .common-btn {
  margin: auto;
}

.countdown {
  display: flex;
  gap: 24px;
  padding: 24px 36px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  border: 1px solid #ffffff;
  justify-content: center;
  align-items: center;
  /* margin-top: 50px; */
  width: 80%;
  margin: 50px auto;
}

.countdown div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.countdown div h2 {
  font-size: 72px;
  font-weight: 700;
  color: #fff;
}

.countdown span {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  color: #ffffff;
}

.countdown-dots {
  font-size: 90px !important;
}

#about-section {
  padding: 40px 0px 20px;
}

.about-section-cont p {
  margin: 30px 0px;
}

#client-logo {
  padding: 40px 0px;
  background-color: #ffffff;
}

.client-logo-inner {
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #0155A8;
  border-radius: 8px;
  overflow: auto;
}

#ad-carousel {
  padding: 40px 0px 190px;
  position: relative;
  background:#F7F8FA;
}

.ad-cloud-img {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
}

.ad-carousel-inner .carousel-control-prev-icon {
  background-image: url("../images/ad_carousel_left.svg");
  background-size: contain;
  width: 48px;
  height: 48px;
}

.ad-carousel-inner .carousel-control-next-icon {
  background-image: url("../images/ad_carousel_right.svg");
  background-size: contain;
  width: 48px;
  height: 48px;
}

.ad-carousel-inner .carousel-control-next,
.ad-carousel-inner .carousel-control-prev {
  width: 5%;
  height: fit-content;
}

.ad-carousel-inner .carousel-control-prev {
  right: 100px;
  top: -70px;
  left: auto;
  opacity: 1 !important;
}

.ad-carousel-inner .carousel-control-next {
  top: -70px;
  opacity: 1 !important;
}

#ad-tabs {
  padding: 60px 0px 100px;
  background-color: #015cb3;
  position: relative;
}

.ad-tab-bottom {
  position: absolute;
  bottom: -1px;
  width: 100%;
}

.custom-nav-pills {
  flex-direction: column;
  position: sticky;
  top: 150px;
}

.custom-nav-pills .pills {
  padding: 40px 0px;
  border: 0;
  border-bottom: 1px solid #6588de;
  border-radius: 0;
  background-color: transparent;
  display: block;
  text-decoration: none;
  opacity: 0.6;
}

.custom-nav-pills .pills h2 {
  font-size: 42px;
  color: #ffffff;
}

.custom-nav-pills .pills h2 img {
  width: 30px;
  transition: all 0.5s ease-in-out;
}

.custom-nav-pills .pills.active {
  opacity: 1;
}

.custom-nav-pills .pills.active h2 img {
  width: 60px;
}

.tab-pane-inner-ad h6 {
  margin-top: 24px;
}

.tab-pane-inner-ad h6,
.tab-pane-inner-ad p {
  color: #e4e4e4;
}

.tab-pane-inner-ad h3 {
  color: #ffffff;
  margin: 24px 0px;
}

.tab-pane-inner-ad .common-btn {
  background-color: #ffffff;
  color: #2853bd !important;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}

.tab-pane-inner-ad {
  padding-bottom: 32px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 32px;
}

#our-goal {
  padding: 40px 0px;
  background-image: url("../images/our_goal_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.our-goal-accordian h2 {
  margin-bottom: 30px;
}

.our-goal-accordian {
  background-color: rgb(249, 250, 255, 0.9);
  padding: 48px 36px;
  border-radius: 18px;
}

.our-goal-accordian .accordion-button {
  color: #004f95 !important;
  font-size: 26px !important;
  font-weight: 700 !important;
}

.our-goal-accordian .accordion-body ul {
  padding-left: 15px !important;
}

.our-goal-accordian .accordion-body ul li {
  margin-bottom: 15px !important;
}

.our-goal-accordian .accordion-item {
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #d9d9d9 !important;
}

.our-goal-accordian .accordion-item:first-of-type {
  border-radius: 0 !important;
}

.our-goal-accordian .accordion-item:last-of-type {
  border-radius: 0 !important;
}

.our-goal-accordian .accordion-button {
  background-color: transparent !important;
}

.our-goal-accordian .accordion-button:focus {
  box-shadow: none !important;
}

.our-goal-accordian .accordion-button::after {
  background-image: url("../images/our_goal_plus_icon.svg");
  background-size: contain;
}

.our-goal-accordian .accordion-button:not(.collapsed)::after {
  transform: rotate(-45deg);
}

/* vimal css start  */
.event-box {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

/* Image zoom effect on hover */
.event-box-img img {
  transition: transform 0.4s ease;
}

/* Hover styles */
.event-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.event-box:hover .event-box-img img {
  transform: scale(1.05);
}

#carouselExampleControls .carousel-indicators [data-bs-target] {
  background-color: #015cb3;
}

#carouselExampleControls .carousel-indicators {
  bottom: -50px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.gallery-item {
  width: 100%;
  height: 300px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}



/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.lightbox-content,
.lightbox-video {
  max-width: 90%;
  max-height: 80%;
  display: none;
}

.lightbox.show .lightbox-content,
.lightbox.show .lightbox-video {
  display: block;
}

.close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}

.prev { left: 30px; }
.next { right: 30px; }

.advertisement {
  background-image: url(../images/advertisement-sec.png);
  background-size: cover;
}

.s-post-box {
  position: relative;
}

.s-post-cont {
  color: #fff;
  background: #0155a8;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
}

.s-post-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.latest-posts .col-md-6 .row .col-md-6 {
  margin-bottom: 20px;
}

.s-post-cont span {
  font-size: 12px;
  width: 100px;
}

.s-post-cont p {
  white-space: nowrap;
  overflow: hidden;
}

.s-post-box img {
  width: 100%;
}

.leaders-cont {
  padding: 18px 18px 24px;
  border: 1px solid #a2a2a2;
      border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.leaders-cont h3 {
  font-size: 24px;
  line-height: 40px;
}

.leaders-cont h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 48px;
}

.priorities-left-cont {
  background: #0155a8;
  color: #fff;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  position: relative;
}

.priorities-left-cont-wrap {
  width: 75%;
  padding: 40px 20px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tags a {
    text-decoration: none;
}
.s-priority-box .s-priority-item {
  margin-bottom: 5px;
  margin-left: 5px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.s-priority-box .dsvy-service-title {
  font-size: 20px;
  margin: 0;
  line-height: 28px;
}

.s-priority-box .dsvy-service-title a {
  color: #fff;
  text-decoration: none;
}

.s-leader-box {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 10px;
}

.s-leader-box:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}

.s-post-box {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 10px;
}

.s-post-box:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}

.leaders-cont a {
  text-decoration: none;
}

.s-priority-box .s-priority-wrapper img {
  width: 100%;
  display: block;
}

.s-priority-box .dsvy-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease;
  gap: 10px;
  align-items:center;
}

.s-priority-box:hover .dsvy-meta {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.s-priority-box .designervily-box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(1, 85, 168, 0.898) 0%,
      rgba(1, 85, 168, 0.6) 50%,
      rgba(1, 85, 168, 0) 100%);
  padding: 30px;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
  color: #fff;
}

.s-priority-box:hover .designervily-box-content {
  transform: translateY(0%);
}

.s-priority-box .dsvy-service-btn a {
  display: inline-block;
  padding: 10px 20px;
  background: #e63946;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.s-priority-box .dsvy-service-btn a:hover {
  background: #fff;
  color: #222;
}

.dsvy-meta h3 {
  color: #222;
  font-size: 18px;
}

.dsvy-meta h3 a {
  text-decoration: none;
}

.dsvy-meta img {
  width: auto !important;
}

.owl-nav {
  position: absolute;
  left: -10%;
  top: 50%;
}

/* inner pages css  */

section.inner-page-about-sec {
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfd 100%);
}

h4 {
  color: #262626;
  font-size: 26px;
  font-weight: 700;
  font-family: "Advent Pro";
  line-height: 33px;
}

.inner-page-about-cont p {
  padding: 10px 0;
}

.inner-banner-cont a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}

.s-about-btm-box h3 {
  display: -webkit-box;
  display: box; /* older syntax fallback */
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size:26px;
  height:62px;
}

.s-about-btm-box p {
  margin: 15px 0;
      max-height: 96px;
    overflow: hidden;
}
.inner-page-about-cont h2 {
    font-size: 36px;
}
.dept-card .s-about-btm-box p{
    display: block !important;
    max-height: none;
}

.s-about-btm-box {
  border: 1px solid #0156a9;
  padding: 36px 24px;
  border-radius: 24px;
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}

.s-about-btm-box:hover {
  background: #0156a9;
  color: #fff;
}

.s-about-btm-box:hover img {
  filter: brightness(0) invert(1);
}

.s-about-btm-box a img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%);
  padding-left: 8px;
}

.s-about-btm-box a {
  text-decoration: none;
}

.designervily-box-content a {
  text-decoration: none;
  padding-top: 15px;
}

/* speakers css start  */

.s-speaker-box a {
  color: #0a0794;
  text-decoration: none;
}

.s-speaker-box>img {
  width: 100%;
}

.s-speaker-box p {
  margin: 12px 0;
  margin-top: 3px;
  min-height:48px;
}

.s-speaker-box h3 {
  margin-top: 15px;
  font-size: 24px;
}
.s-speaker-box>img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.s-speaker-box {
  padding: 16px 16px 24px;
  border: 1px solid #2853bd;
  border-radius: 15px;
  margin-bottom: 20px;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.s-speaker-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.speakers-top-cont {
  margin-bottom: 40px;
}

.blog-nav {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 18px;
}

.blog-nav .form-select {
  width: 22%;
  height: 48px;
  border-radius: 30px;
  padding: 0px 22px;
}

.speaker-detail-cont h6 {
  font-size: 18px;
  padding: 15px 0px;
}

.speaker-detail-cont p {
  padding-bottom: 15px;
  line-height: 24px;
}

.speaker-detail-cont h3 {
  padding-top: 15px;
}

.tags p {
  font-weight: 700;
}

.tags .tag {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid #0156a9;
}

.speaker-details-socialLinks {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  margin: 30px 0px;
}

.speaker-details-socialLinks p {
  margin: 0;
  font-weight: 700;
}

.speaker-details-blue-bg-sec {
  background: #0156a9;
  color: #fff;
  border-radius: 15px;
  padding: 30px 15px;
}

.s-speaker-details-rit-cont {
  padding: 20px 0;
}

.s-speaker-details-rit-cont p {
  font-weight: 700;
  line-height: 36px;
}

.s-speaker-details-rit-cont {
  border-bottom: 1px solid;
}

.s-speaker-details-rit-cont a {
  text-decoration: none;
  font-weight: 700;
}

.speaker-form-sec {
  border: 1px solid #0156a9;
  padding: 20px;
  border-radius: 15px;
}

.form-floating input,
.form-floating textarea {
  border-radius: 30px;
  border: 1px solid #0156a9;
}

/* Checkbox + label */
.consent {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 15px;
}

.consent input[type="checkbox"] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

/* ================
    Blogs Css
================ */
.blog-inner {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  grid-auto-rows: auto;
  gap: 20px;
}

.blog-box:first-child {
  grid-column: span 2;
  /* grid-row: span 2; */
  width: 100%;
  height: 100%;
}

#blogs-container {
  padding: 5px 0px 40px;
  background-color: #fff;
}

.blog-nav {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 18px;
}

.blog-nav .form-select {
  width: 24%;
  height: 48px;
  border-radius: 30px;
  padding: 0px 22px;
}

.blog-box {
  border-radius: 8px;
  overflow: hidden;
}

.blog-box-content {
  background-color: #0155a8;
  padding: 15px 20px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.blog-box:first-child .blog-box-content {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.blog-box:first-child h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 334px;
  display: block;
}

.blog-box-content h6 {
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-box:first-child p {
  display: none;
}

.blog-box-content p {
  color: #fff;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-box-content span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.blog-box-content .common-btn {
  background-color: #fff;
  color: #2853bd !important;
}

.blog-box:first-child .blog-box-content .common-btn {
  display: none;
}

.blog-box:first-child .blog-box-content .know-more-btn {
  display: none;
}

.blog-box a {
  text-decoration: none;
}

#blog-details {
  padding: 24px 0px 40px;
}

.blog-details-right {
  background-color: #0156a9;
  padding: 30px 24px;
  border-radius: 16px;
  height: fit-content;
}

.blog-details-right h3 {
  color: #ffffff;
  margin-bottom: 20px;
}

.blog-details-right ul li {
  color: #ffffff;
  margin-bottom: 10px;
}
.blog-details-left>img {
    border-radius: 16px;
}
.s-leader-box>a img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.blog-details-date {
  background-color: #0156a9;
  padding: 8px 16px;
  border-radius: 50px;
  display: block;
  width: fit-content;
  color: #ffffff;
  margin: 24px 0px;
}

.blog-details-left p {
  margin-bottom: 18px;
  color: #414141;
}

.blog-details-left h6 {
  margin: 24px 0px 16px;
}

.blog-details-socialLinks {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  margin: 30px 0px;
}

.blog-details-socialLinks p {
  margin: 0;
  font-weight: 700;
}

.blog-details-tags p {
  font-weight: 700;
}

.blog-details-tags .tag {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid #0156a9;
  text-decoration:none;
}

.related-blogs {
  padding-top: 40px;
}

.related-blogs h2 {
  margin-bottom: 30px;
  text-align: center;
}

/* ===================
      Events Css
=================== */
#events-section {
  padding: 0px 0px 40px;
}

#events-section .blog-nav .form-select {
  width: 20%;
}

.categories-sticky {
  position: sticky;
  top: 70px;
  padding: 10px 0px;
  background-color: #fff;
  z-index: 8;
}

.blog-nav .date-wrapper {
  width: 20%;
}

.blog-nav .date-wrapper input {
  border: 1px solid #0156a9;
  border-radius: 50px;
  height: 48px;
  padding: 0px 20px;
  width: 100%;
}

.event-box {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
}

.event-box-cont {
  padding: 24px 24px 30px;
  border: 1px solid #ebebeb;
}

.event-box-cont span {
  color: #414141;
  font-size: 18px;
  font-weight: 700;
}

.event-box-cont h3 {
  font-size: 32px;
  margin: 14px 0;
  min-height: 77px;
  display: -webkit-box;
-webkit-line-clamp: 2; /* show only 2 lines */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.event-box-cont p {
  color: #414141;
}
.event-box-highlights h6 {
    font-size: 20px;
}
.event-box-highlights {
  display: flex;
  gap: 36px;
  justify-content: start;
  align-items: center;
  margin: 16px 0px;
}

.event-box-highlights span {
  height: 100px;
  width: 1px;
  background-color: #d9d9d9;
}
.event-box-highlights button{
    background:transparent ;
    border: none;
}
.event-box a {
  color: #414141;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.event-box a img {
  filter: brightness(0);
}

#event-details-tab {
  padding: 40px 0px;
}

#event-details-tab .custom-nav-pills {
  top: 100px;
}

#event-details-tab .custom-nav-pills .pills h2 {
  color: #2853bd;
  font-size: 36px;
  font-weight: 700;
}

#event-details-tab .custom-nav-pills .pills {
  padding: 30px 0px;
}

.event-details-tab-inner {
  margin-bottom: 50px;
}

#event-details-faq {
  background-image: url("../images/event-details_faq_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px;
}

#event-details-faq .our-goal-accordian {
  background-color: #ffffff;
}

#event-details-faq .row {
  display: flex;
  flex-wrap: wrap;
}

#event-details-faq .col-md-8,
#event-details-faq .col-md-4 {
  display: flex;
  flex-direction: column;
}

#event-details-faq .our-goal-accordian,
#event-details-faq .speaker-form-sec {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.event-details-inner-left .details-date {
  background-color: #0156a9;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
  display: inline-block;
}

.event-details-inner-left h3 {
  margin: 24px 0px 16px;
}

.event-details-inner-left h6 {
  margin-bottom: 16px;
}
.tags-wrap span {
    cursor: pointer;
}
.event-details-inner-right {
  background-color: #0156a9;
  padding: 36px 24px;
  border-radius: 16px;
}
s {
    font-size: 18px;
    padding-right: 10px;
}
.event-details-inner-right h3 {
  color: #ffffff;
  font-size: 32px;
}

.event-details-inner-cont {
  padding: 16px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.event-details-inner-cont:last-child {
  border: none;
  padding-bottom: 0;
}

.event-details-inner-cont span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  display: inline-block;
}

.event-details-inner-cont p,
.event-details-inner-cont ul li,
.event-details-inner-cont p a {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

.events-details-schedule {
  border: 1px solid #0156a9;
  padding: 36px 24px;
  border-radius: 16px;
}

.events-details-schedule .common-date {
  color: #414141;
  font-size: 16px;
  font-weight: 700;
}

.events-details-schedule h3 {
  color: #262626;
  margin: 5px 0px 30px;
}

.schedule-box-inner span {
  color: #2853bd;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-top: 20px;
  display: block;
}
.common-speaker::before {
  display: none;
}
.common-speaker {
  font-size: 20px;
}

.schedule-box-inner span::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #d9d9d9;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: -32px;
  transition: all 0.5s ease-in-out;
}

.schedule-box-inner {
  padding: 16px 0px;
  border-bottom: 1px solid #d9d9d9;
}

.schedule-box-inner h6 {
  font-size: 26px;
  margin: 12px 0px;
}

.schedule-box {
  padding-left: 26px;
  border-left: 1px solid #d9d9d9;
  margin-bottom: 40px;
}

.schedule-box-inner:hover span::before {
  background-color: #2853bd;
}



.s-document-cont-box {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}

/*.document-rit-cont-wrap {*/
  /*border: 1px solid #0156a9;*/
/*  padding: 40px 20px;*/
/*  border-radius: 18px;*/
/*}*/
.document-rit-cont-wrap .row {
  border-bottom: 1px solid #0000003d;
  padding: 20px 0px;
  /*border-radius: 18px;*/
}

.s-doc-cont-wrap span {
  color: #2853bd;
  font-weight: 700;
  font-size: 16px;
}

.s-doc-cont-wrap h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  margin-top: 5px;
}

.s-doc-cont-wrap p {
  color: #262626;
  line-height: 24px;
  padding: 12px 0;
}

.s-doc-cont-wrap a {
  text-decoration: none;
  color: #0a0794;
}

.ticket-booking-sec {
  padding: 40px 20px;
  border: 1px solid #0156a9;
  border-radius: 18px;
}

.s-ticket-booking-box span {
  color: #2853bd;
  font-weight: 700;
}

.s-ticket-booking-box a {
  text-decoration: none;
  color: #0a0794;
}

.s-ticket-booking-box p {
  padding-bottom: 12px;
}

.s-ticket-booking-box {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}

.s-member-price-box.bg-blue {
  background: #0d3bb5;
}

.s-member-price-box {
  text-align: center;
  border-radius: 20px;
  color: #fff;
  padding: 20px;
}

.s-member-price-box.bg-green {
  background: #00a54f;
}

.s-member-price-box.bg-purple {
  background: #500794;
}

.s-member-btm-box {
  border: 1px solid;
  border-radius: 18px;
  padding: 20px;
}

a.common-btn.bg-blue {
  background: #0d3bb5;
}

a.common-btn.bg-green {
  background: #00a54f;
}

a.common-btn.bg-purple {
  background: #500794;
}

.s-member-btm-box li {
  line-height: 42px;
}

.footer-mbl-mail-wrap {
  justify-content: space-between;
  align-items: center;
 margin-top: 40px;  
}

.footer-mbl-mail-wrap a {
  padding-left: 40px;
  position: relative;
}

.icon-left {
  padding-left: 40px;
  position: relative;
}

.icon-left::before {
  position: absolute;
  content: "";
  background-image: url(../images/f-location.svg);
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}

.footer-mbl-mail-wrap a.mail::before {
  position: absolute;
  content: "";
  background-image: url(../images/f-mail.svg);
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}

.footer-mbl-mail-wrap a.tel::before {
  position: absolute;
  content: "";
  background-image: url(../images/f-call.svg);
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}

.subscription-box {
  text-align: left;
}

.input-container {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}

.input-container input {
  border: none;
  padding: 10px;
  flex: 1;
  font-size: 14px;
  outline: none;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
}

.input-container button {
  background: #d0e4ff;
  border: none;
  padding: 15px;
  cursor: pointer;
}

.input-container button:hover {
  background: #a9c9ff;
}

.input-container button svg {
  width: 20px;
  height: 20px;
  fill: #0056a6;
}

.inner-page-about-cont h6 {
  font-size: 20px;
  line-height: 36px;
}

/* shibly New 09/09/2025 */
.carousel-control-next-icon {
  background-image: url("../images/banner_right_icon.svg");
  width: 48px;
  height: 48px;
}

.carousel-control-prev-icon {
  background-image: url("../images/banner_left_icon.svg");
  width: 48px;
  height: 48px;
}

.owl-nav {
  position: absolute;
  left: -10%;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transform: translateY(-50%);
}

.owl-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50px;
}

.owl-nav button span {
  opacity: 0 !important;
}

.owl-nav .owl-prev {
  background: url("../images/our_priorities_prev_icon.svg") !important;
  background-size: contain !important;
}

.owl-nav .owl-next {
  background: url("../images/our_priorities_next_icon.svg") !important;
  background-size: contain !important;
}

/* ====================
    Directory Css
==================== */
.directory-inner {
  margin: 40px 0px 20px;
}

.directory-inner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  align-items: stretch;
  border-radius: 16px;
    overflow: hidden;
}

.directory-inner-box-cont {
  padding: 24px;
  width: 75%;
}

.directory-inner-box-cont span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 12px;
  border-radius: 6px;
}

.details-left-sticky {
  position: sticky;
  bottom: 0;
  align-self: flex-end;
}

.directory-inner-box-cont h4 {
  color: #000000;
  margin: 18px 0px;
}

.directory-inner-box-cont a {
  color: #414141;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.directory-inner-box-cont a img {
  filter: brightness(0);
  margin-left: 8px;
}

#directory-details {
  padding: 40px 0px;
}

.directory-details-left-imgs span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 12px;
  border-radius: 6px;
}

.directory-details-left-imgs {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.directory-details-left-cont span {
  color: #262626;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin: 18px 0px;
}

.directory-details-left-cont p {
  margin-bottom: 18px;
}

.directory-details-sub h6 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

#directory-subscription {
  padding: 40px 0px 20px;
}

.directory-subscription-head {
  text-align: center;
  margin-bottom: 24px;
}

.directory-subscription-box {
  margin-bottom: 20px;
}

.directory-subscription-box .price {
  padding: 30px 0px;
  border-radius: 16px;
  text-align: center;
}

.directory-subscription-box .price h2 {
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
}

.directory-subscription-box .price h2 span {
  font-size: 32px;
  color: #ffffff;
  margin-right: 5px;
}

.directory-subscription-box .price p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.price-detail {
  padding: 36px 24px;
  border-radius: 16px;
  /*height:545px;*/
}

.price-detail ul {
  margin: 24px 0px;
  padding-left: 24px;
  height:750px;
}

.price-detail ul li {
  font-size: 16px;
  color: #262626;
  font-weight: 400;
  margin-bottom: 16px;
}
div#tab2 {
    border-bottom: 1px solid #fff;
}
/* ========================
    Publications Style
======================== */
#publications-container {
  padding: 10px 0px 20px;
}


.s-leader-box {
  margin-bottom: 20px;
}



#publications-container .leaders-cont a {
  text-decoration: none;
}

#publication-detail {
  padding: 40px 0px;
}

.publication-detail-right h2 {
  font-weight: 700;
  font-size: 56px;
  color: #0155a8;
  margin: 24px 0px;
}

.publication-detail-right .sub-price {
  font-weight: 700;
  font-size: 22px;
  color: #0155a8;
  margin-right: 8px;
}

.quantity {
  display: flex;
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  overflow: hidden;
  width: fit-content;
  height: 48px;
}

.quantity button {
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0px 16px;
}

.quantity span {
  width: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  position: relative;
  margin: 0;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quantity span::before,
.quantity span::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e4e4e4;
  position: absolute;
}

.quantity span::before {
  left: 0;
}

.quantity span::after {
  right: 0;
}

.publication-detail-right .btns {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 18px;
}

.publication-detail-right-content span {
  font-size: 16px;
  color: #414141;
  margin-bottom: 15px;
  display: inline-block;
}

.publication-detail-right-content p {
  color: #414141;
  margin-bottom: 18px;
}

.publication-detail-right-content h3 {
  color: #414141;
  font-size: 22px;
  margin-bottom: 18px;
}

#related-posts {
  padding: 40px 0px 20px;
}


/* New 27/10/2025 */
.form-floating > .form-control {
  padding: 16px 24px;
}
.form-floating > label {
  padding: 16px 24px;
}
.s-speaker-box a,
.know-more-btn,
.s-about-btm-box a,
.event-box-cont a,
.pass-inner a,
.directory-inner-box-cont a,
.common-btn {
  display: flex ;
  align-items: center;
}
.s-speaker-box a .arrow,
.s-sourcing-box a .arrow,
.know-more-btn img,
.s-about-btm-box a img,
.event-box-cont a img,
.pass-inner a .arrow,
.directory-inner-box-cont a img,
.common-btn .arrow {
  transform: translateX(-25px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  margin-left:8px !important;
}
.s-speaker-box a:hover .arrow,
.s-sourcing-box a:hover .arrow,
.know-more-btn:hover img,
.s-about-btm-box a:hover img,
.event-box-cont a:hover img,
.pass-inner a:hover .arrow,
.directory-inner-box-cont a:hover img,
.common-btn:hover .arrow {
  opacity: 1;
  transform: translateX(0);
}
.head-login .common-btn {
    padding-right: 20px;
}
button.common-btn {
    border: none;
}
/* New */
#events-contact-form {
  padding: 40px 0px;
}

#events-contact-form .speaker-form-sec {
  border: none;
}

.price-detail h3 {
  font-size: 36px;
  height:86px;
}

.accordion-body p {
  padding-bottom: 15px;
}

.tags-wrap span {
  background: #a7a4a4;
}

.tags-wrap {
  display: flex;
  gap: 10px;
  padding: 15px 0;
  flex-wrap: wrap;
}

.leaders-cont p {
  line-height: 24px;
  margin: 10px 0;
}

.custom-select-wrapper select {
  padding: 1rem;
  border-radius: 30px;
  border: 1px solid #0156a9;
}

input#company_logo {
  padding-top: 1rem;
}

#company_logo_label {
  border: 1px solid #007bff;
  border-radius: 25px;
  padding: 12px 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: #666;
  background: #fff;
}

#company_logo_label:hover {
  border-color: #0056b3;
  color: #000;
}

.custom-nav-pills .pills:last-child {
  border: none;
}

.form-select {
  border-radius: 30px;
  border: 1px solid #0156a9;
  padding: 16px 12px;
}



/* cart css  */
#cart-section {
  background-color: #FFFFFF;
  padding: 40px 0px 67px;
}

.custom-table {
  width: 100%;
}

.cart-table-head th {
  color: #1D1B1B;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.cart-table-head th:nth-child(1) {
  width: 45%;
}

.cart-table-head th:nth-child(2) {
  width: 15%;
}

.cart-table-head th:nth-child(3) {
  width: 25%;
}

.cart-table-head th:nth-child(4) {
  width: 15%;
}

.custom-table .cart-table-inner td {
  padding: 35px 0px;
}

.cart-table-inner {
  border-bottom: 1px solid #D9D9D9;
}

.increDecre {
  width: 65%;
}

.increDecre {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #655F5F;
  border-radius: 6px;
  padding: 8px 8px;
}

.increDecre img {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.cart-prod-detail {
  display: flex;
  gap: 10px;
}

.cart-detail-inner h3 {
  font-size: 24px;
}

.cart-detail-inner h6 {
  font-size: 18px;
  color: #414141;
  font-weight: 500;
  padding-bottom: 8px;
}

.address-box,
.summary-box {
  padding: 30px;
  border: 1px solid #D8D9E0;
  border-radius: 12px;
  margin-bottom: 24px;
  background: #EFEFEF;
}



.cart-summary-head h3 {
  color: #414141;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.cart-summary-content p,
.cart-item p {
  color: #414141;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.cart-summary-head h3:nth-child(1),
.cart-summary-content p:nth-child(1) {
  width: 60%;
}

.cart-summary-head h3:nth-child(2),
.cart-summary-content p:nth-child(2) {
  width: 25%;
  text-align: center;
}

.cart-summary-head h3:nth-child(3),
.cart-summary-content p:nth-child(3) {
  width: 15%;
  text-align: end;
}

.cart-item p:nth-child(1) {
  width: 80%;
  text-align: start;
}

.cart-item p:nth-child(2) {
  width: 20%;
  text-align: end;
}

.cart-table-inner td {
  vertical-align: top;
}

.cart-table-price p {
  color: #262626;
  font-size: 22px;
  font-weight: 700;
}

.cart-table-price s {
  color: #AAAAAA;
  font-weight: 600;
}

tr.cart-total {
  border-bottom: 1px solid #d9d5d5;
}

.continue-shopping img {
  filter: brightness(0.3);
}

.continue-shopping a {
  text-decoration: none;
  margin-top: 30px;
  display: inline-block;
}

.contact-top-box {
  text-align: center;
  padding: 12px;
  border: 1px solid #0156A9;
  border-radius: 8px;
  background: #F9FAFF;
}

.contact-top-box p {
  font-size: 24px;
  color: #212529;
  font-weight: 700;
  font-family: 'Advent Pro';
}

.contact-top-box p img {
  padding-right: 20px;
}
.contact-cont h3 {
    padding: 5px 0 !important;
}
section.contact-us {
  background-image: url(../images/Contact_bg.webp);
  background-size: cover;
}

.s-contact-left-box {
  border: 1px solid #0156A9;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 12px;
}

.s-contact-left-box.ph-mail {
  display: flex;
  gap: 20px;
  align-items: center;
}

.s-contact-left-box.ph-mail a {
  text-decoration: none;
}

.contact-left-box h3 {
  font-size: 28px;
  padding: 12px 0;
}

.s-country-box {
  border: 1px solid #0156A9;
  padding: 20px 30px;
  border-radius: 8px;
  background: #F9FAFF;
  margin-bottom: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.c-loc-wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.c-loc-wrap img {
  width: 24px;
  height: 24px;
}

.c-loc-wrap a {
  text-decoration: none;
}

.s-country-box h3 {
  padding: 20px 0;
}

.s-country-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.s-country-box h3 {
  transition: color 0.3s ease;
}

.s-country-box:hover h3 {
  color: #007bff;
}

.s-country-box a {
  color: inherit;
  transition: color 0.3s ease;
}

.s-country-box a:hover {
  color: #007bff;
}

.c-loc-wrap img {
  transition: transform 0.3s ease;
}

.c-loc-wrap:hover img {
  transform: scale(1.1) rotate(-5deg);
}

.blog-details-left {
  position: sticky;
  bottom: 0;
  align-self: flex-end;
}

.source-details-left {
  position: sticky;
  bottom: 0;
  align-self: flex-end;
}
.source-details-left .row > * {
    display: flex;
}
.s-sourcing-box {
  border: 1px solid #0156A9;
  padding: 30px 24px;
  border-radius: 8px;
  background: #F9F9F9;
  margin-bottom: 24px;
  transition: all 0.5s ease-in-out;
}

.s-sourcing-box a {
  text-decoration: none;
}

.s-sourcing-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
}

.s-sourcing-box h4 {
  color: #0155A8;
  padding: 10px 0 0;
  transition: all 0.5s ease-in-out;
}

.s-sourcing-box:hover {
  color: #fff;
  background: #0156A9;
}

.s-sourcing-box:hover h4 {
  color: #fff;
}

span.tag.buy {
  padding: 8px 15px;
  background: #00A54F;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
}

span.tag.sell {
  padding: 8px 16px;
  background: #FF4245;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
}

.source-details-left p {
  margin-bottom: 15px;
}

.blog-details-right {
  color: #fff;
}

.source-details-left h3 {
  padding: 15px 0 0;
}

.source-details-left h4 {
  color: #0155A8;
  font-size: 32px;
}
.s-sourcing-box p {
  width: 100%;
}
.event-box-cont a.jus-end {
    justify-content: end;
}
/* ========================
    myprofile Style
======================== */
#my-account {
  padding: 40px 0px;
}

.my-account-left-nav {
  background-color: #f9f9f9;
  padding: 0px 26px;
  border-radius: 12px;
}

.my-account-left-nav h6 {
  padding: 30px 0px;
  color: #aeaeae;
}

.my-account-left-nav a {
  text-decoration: none;
  border-bottom: 1px solid #efefef;
  display: block;
}

.my-account-left-nav a:last-child {
  border: none;
}

.my-account-inner-right h2 {
  margin-bottom: 30px;
}

.manage-sourcing-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.manage-sourcing-head h2 {
  margin: 0;
}

.manage-sourcing {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 30px 24px;
}

.manage-sourcing span {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.manage-sourcing h3 {
  color: #414141;
  font-size: 32px;
  margin: 15px 0px;
}

.manage-sourcing-top .head .active {
  margin-left: 15px;
  position: relative;
}

.manage-sourcing-top .head .active::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #1fc16b;
  border-radius: 50px;
  box-shadow: 0 0 0 rgba(76, 175, 80, 0.7);
  animation: pulseShadow 1s infinite;
}

@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
  }

  70% {
    box-shadow: 0 0 12px 6px rgba(76, 175, 80, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
  }
}

.manage-sourcing-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.manage-sourcing-top .edit-delete {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.manage-sourcing-top .edit-delete .common-btn:hover {
  padding-right: 20px;
}

.manage-sourcing-mid {
  display: flex;
  gap: 48px;
  justify-content: start;
  align-items: center;
  margin: 24px 0px;
}

.manage-sourcing-mid span {
  margin: 12px 0px;
}

.manage-sourcing-mid h4 {
  font-size: 22px;
  color: #414141;
  margin: 0;
}

.manage-sourcing-mid-source {
  position: relative;
}

.manage-sourcing-mid-source::before,
.manage-sourcing-mid-source::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}

.manage-sourcing-mid-source::before {
  left: -24px;
}

.manage-sourcing-mid-source::after {
  right: -24px;
}

.manage-sourcing-bottom span {
  margin-bottom: 8px;
}

.manage-sourcing-bottom p {
  margin-bottom: 10px;
  width: 100%;
}

.form-select {
  border-radius: 30px;
  border: 1px solid #0156a9;
  padding: 16px 24px;
}

.form-control::file-selector-button {
  padding: 0px;
}

.form-floating #directory_logo {
  padding: 16px 0px 16px 80px;
}

.tag-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid #1e73be;
  border-radius: 30px;
}

.tag {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #1e73be;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 14px;
  color: #1e73be;
}

.tag span {
  margin-left: 6px;
  cursor: pointer;
  font-weight: bold;
}

.tag-input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  flex: 1;
  min-width: 120px;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::file-selector-button {
  visibility: hidden;
}

.radio-form {
  display: flex;
  align-items: center;
  justify-content: start;
}

.radio-form p {
  font-size: 18px;
  font-weight: 700;
  color: #262626;
  margin-right: 24px;
}

.radio-form input {
  margin: 0px 8px;
}

.my-account-inner-right table {
  width: 100%;
}

.my-account-inner-right thead tr {
  background-color: #f9f9f9;
}

.my-account-inner-right table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.my-account-inner-right table tr th {
  font-size: 22px;
  font-weight: 700;
  color: #414141;
}

.my-account-inner-right table tr td,
.my-account-inner-right table tr th {
  border: 1px solid #d9d9d9;
  padding: 12px;
  font-family: "Advent Pro";
}

.my-account-inner-right table tr td {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 700;
  max-width: 180px;
  cursor: help;
}

/* New Style 18/09/25 */
.related-blogs .blog-box .blog-box-content {
  flex-direction: column;
  height: fit-content;
  justify-content: center;
  align-items: start;
}

.related-blogs .blog-box .blog-box-content h6 {
  width: 100%;
}

.related-blogs .blog-box .blog-box-content p {
  display: -webkit-box;
}

.related-blogs .blog-box .blog-box-content .know-more-btn {
  display: block;
}
.head-login .common-btn:hover {
    padding-right: 20px;
}
.head-login .common-btn img {
    opacity: 1 !important;
    transform: translateX(0px) !important;
}
.head-login .common-btn {

    gap: 8px;
}
.carousel-caption .common-btn {
    background-color: #ffffff;
    color: #2853bd !important;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
}
/* Ticket Booking 22-09-2025 */
.pass-inner {
  border: 1px solid #0156a9;
  border-radius: 8px;
  padding: 24px 18px;
  height: 100%;
}
.pass-inner span {
  color: #0156a9;
  font-size: 16px;
  font-weight: 700;
}
.pass-inner h2 {
  font-size: 46px;
  color: #000000;
  margin: 16px 0px;
}
.pass-inner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.pass-inner ul li {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.pass-inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.pass-inner ul li.in::before {
  background-image: url("../images/in_icon.svg");
}

.pass-inner ul li.out::before {
  background-image: url("../images/out_icon.svg");
}
.pass-inner a {
  font-size: 16px;
  font-weight: 400;
  color: #0156a9;
  text-decoration: none;
  display: block;
  margin-top: 20px;
}
.speaker-details .row > *,
#directory-details .row > *{
  display: flex;
}
.speaker-details-right-cont .form-inner .col-md-12 {
    width: 100%;
}

.speaker-details-right-cont .form-inner .form-floating {
    width: 100%;
}
.footer-info.event-categories {
    color: #fff;
}

.footer-info.event-categories a {
    text-decoration: none;
}
/* New 23/09/2025 */
.ad-tabs-inner {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
.pills-sticky {
  width: 25%;
  position: sticky;
  top: 90px !important;
}
.custom-pills {
  width: 75%;
}


/* New Style 24/09/2025 */
.head-login .common-btn {
  width: max-content;
}
.customer-reviews-section {
  margin-top: 40px;
}
.overall-review {
  padding: 30px 0px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.customer-reviews-section h6 {
  font-size: 22px;
  font-weight: 700;
  color: #262626;
  margin: 16px 0px 0px;
}
.overall-review-left h6 span {
  font-size: 68px;
  font-weight: 700;
  color: #262626;
  margin-right: 5px;
  font-family: "Advent Pro";
}
.cutomer-review-detail {
  display: flex;
  justify-content: start;
  align-items: start;
  margin: 20px 0px;
}
.cutomer-review-detail p:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  color: #262626;
  margin: 0px 0px 4px;
}
.cutomer-review-detail p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  margin: 0;
}
.customer-review {
  padding: 30px 0px;
  border-bottom: 1px solid #d9d9d9;
}
.customer-review:last-child {
  border-bottom: none;
}
.customer-review p {
  margin: 20px 0px;
}
.reply-review {
  border-left: 1px solid #d9d9d9;
  margin-left: 24px;
  padding-left: 34px;
}
.review-form {
  margin-top: 40px;
}
.review-form h3 {
  font-size: 32px;
  font-weight: 700;
  color: #0b0b0b;
}
.review-form .form-inner .form-floating {
  width: 100%;
}
.rating-stars {
  margin: 30px 0px;
  display: flex;
  gap: 8px;
  font-size: 24px;
  cursor: pointer;
}
.rating-stars i {
  color: #e0e0e0;
  transition: color 0.2s ease;
}
.rating-stars i.active {
  color: #f9d13a;
}

/* New 25/09/2025 */
.input-container .submit-btn {
  margin: 0 !important;
  padding: 17px 16px 17px 12px;
  background-color: #b2c3ef;
}
.input-container .submit-btn:hover {
  cursor: pointer;
}
.publication-detail-left {
  position: sticky;
  top: 90px;
}
.about-btm-cont-wrap.dept-card .s-about-btm-box {
  height: 430px;
}
.s-about-btm-box.dept-card1{
    height:840px;
}
.s-about-btm-box.dept-card2{
    height:446px;
}
.blog-box-content h6 {
    line-height: 28px;
}
.about-btm-cont-wrap.dept-card .s-about-btm-box h3 {
    height: auto;
    padding-top: 15px;
}
section.dept-card img {
    padding-bottom: 15px;
}
/*New Style 29/09/2025*/
.categories-sticky .blog-nav select optgroup {
  font-family: "Nunito Sans",Arial, sans-serif !important;
  font-style: normal !important;
}
.categories-sticky .blog-nav select option {
  font-family: "Nunito Sans",Arial, sans-serif !important;
  font-style: normal !important;
}

/*New Style 23/10/2025*/
    .common-btn.profile{
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    #company_logo{
        border-radius: 30px;
      border: 1px solid #0156a9;
      padding: 16px 24px;
    }
    .blog-details-right ul li a{
        text-decoration:none;
    }
    .blog-details-right ul li a:hover{
        text-decoration:underline;
    }
    .manage-sourcing-top .edit-delete .common-btn {
      padding: 10px 25px !important;
    }
    .choices__inner{
        background-color:transparent !important;
        border:1px solid #0156a9 !important;
        border-radius:30px !important;
        padding:16px 24px !important;
        
    }
    .choices__input{
        margin:0 !important;
        padding:0 !important;
        background-color:transparent !important;
        font-size:1rem !important;
    }
    .s-document-cont-box img {
      width: 240px;
      height: 340px;
    }
    .cart-prod-detail .list-inline-item img {
      width: 120px;
      height: 168px;
    }
    .remove-prdct .delete-icon:hover {
      cursor: pointer;
    }
    .blog-details-socialLinks h6 {
      margin: 0;
    }
    .blog-details-tags>div {
        flex-wrap: wrap;
    }
    #terms-conditions-inner {
      padding-bottom: 30px;
    }
    .terms-inner h3 {
      margin-bottom: 10px;
    }
    .terms-inner p {
      margin-bottom: 20px;
    }
    .leaders-cont h5 span s {
      font-size: 18px;
    }
    
    .password-input {
        position: relative;
    }
    .password-toggle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        cursor: pointer;
        background-color: transparent;
        border: none;
    }
    select optgroup {
      font-family: "Nunito Sans",Arial, sans-serif !important;
      font-style: normal !important;
    }
    .note-icon-caret::before {
      content: "\ea10";
      display: none !important;
    }
    
    /* Shibly New 11/11/2025 */
    .select2-container{
        border: 1px solid #0156a9;
        border-radius: 30px;
        height: 48px;
        padding: 0 22px;
    }
    .select2-container .select2-selection{
        background-color: transparent !important;
        border: none !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
    }
    .select2-selection__arrow {
      height: 100% !important;
      top: 50% !important;
      transform: translateY(-50%);
      right: 10px !important;
    }
   .form-floating .select2-container,.membership-form-wrap .select2-container,.my-account-inner-right .select2-container{
      height: 58px !important;
    }
   .swal2-popup.swal2-modal.swal2-icon-success.swal2-show .select2 {
      display: none !important;
    }
.schedule-box .common-date {
    display: inline-block;
        background: #003a88;
    padding: 10px 10px;
    border-radius: 5px;
    margin-top: 20px;
    color: #fff;
}
.blog-details-tags>p {
    padding-bottom: 10px;
}
/* Responsive Css For Phone */
@media screen and (min-width:992px) {
    .directory-details-left-imgs img {
    max-width: 250px;
}
  .common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* no space initially */
    transition: all 0.3s ease;
    padding: 10px 0 10px 20px;
    /* adjust as needed */
    background-color: #0155a8;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    overflow: hidden;
  }
  .common-btn img {
    width: 16px;
    opacity: 0;
    transform: translateX(-25px);
    transition: all 0.3s ease;
  }
  .common-btn:hover {
    padding-right: 20px;
    cursor:pointer;
  }
  .common-btn:hover img {
    opacity: 1;
    transform: translateX(0);
  }
  .speaker-detail-cont>img {
    max-width: 270px;
}
.event-box-cont p{
    min-height: 200px;
}
.directory-inner-box .d-flex img {
    width: 200px;
}
.s-sourcing-box h3{
    min-height:57px;
}
.s-sourcing-box p{
   min-height: 72px; 
}
.leaders-cont p{
     max-height: 72px;
        overflow: hidden;
}
.leaders-cont h3{
    min-height:80px;
    overflow:hidden;
}
.related-blogs .blog-box .blog-box-content h6{
    min-height: 56px; 
}
}

@media screen and (max-width: 991px) {
    .price-detail ul {
 
  height:auto;
}
    .pills-sticky {
  overflow: scroll;
}
  .top-nav-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .navbar {
    background-color: #003a88;
  }

  .custom-carousel .carousel-item .carousel-caption {
    padding-top: 50px;
  }

  .bannerBG {
    height: 100vh;
  }

  .custom-carousel .carousel-item .carousel-caption h1 {
    font-size: 32px;
    margin:30px 0px;
  }
  .custom-carousel .carousel-item .carousel-caption .banner-logo{
      height:66px;
  }
  .countdown {
    gap: 17px;
    width:100%;
    margin:30px 0px;
  }

  .countdown div h2,
  .countdown-dots {
    font-size: 40px;
  }

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

  .about-section-cont {
    margin-bottom: 30px;
  }

  #ad-carousel {
    padding: 0px 0px 80px;
  }

  .ad-carousel-inner .carousel-control-prev {
    right: 65px;
    top: -50px;
  }

  .ad-carousel-inner .carousel-control-next {
    top: -50px;
  }

  .priorities-left-cont {
    border-radius: 0;
    margin-bottom: 20px;
    padding: 30px 0px;
  }

  .owl-nav {
    top: -260px;
    transform: none;
    left: auto;
    right: 10px;
  }

  .s-leader-box {
    margin-bottom: 30px;
  }

  .latest-posts .sec-top-cont {
    flex-direction: column;
    gap: 10px;
  }

  .add-img-wrap {
    margin: 30px 0px;
  }

  section.latest-posts .col-md-6 .row .col-md-6 {
    margin: 0;
  }

  .s-post-box {
    margin-bottom: 20px;
  }

  .footer-top {
    padding-top: 40px;
  }

  .footer-social-icon {
    position: relative;
    bottom: auto;
    left: auto;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .footer-social-icon p {
    transform: none;
    margin: 0;
  }

  .btm-footer {
    margin-top: 30px;
  }

  .footer-info ul li {
    width: 48%;
  }

  #cmn-banner {
    padding: 180px 0px 70px;
  }

  .about-btm-cont-wrap {
    padding: 40px 0px 16px;
  }

  .blog-nav {
    flex-direction: column;
    align-items: start;
  }

  .blog-nav .form-select {
    width: 100% !important;
  }

  .blog-nav .date-wrapper {
    width: 100%;
  }

  .event-box-cont h3 {
    height: auto;
  }

  .blog-details-socialLinks p {
    margin: 0;
  }

  .blog-details-tags {
    margin-bottom: 20px;
  }

  .blog-details-tags div {
    flex-wrap: wrap;
  }

  .s-document-cont-box {
    flex-direction: column;
  }

  .blog-box:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .related-blogs .blog-box {
    margin-bottom: 20px;
  }

  .top-nav {
    display: none;
  }

  /* NEW */
  .inner-page-about-wrap .row {
    flex-direction: column-reverse;
  }

  .blog-box:first-child .blog-box-content {
    justify-content: start;
    flex-direction: column;
  }

  .blog-box:first-child h6 {
    width: 100%;
  }

  .blog-box:first-child p {
    display: block;
  }

  .blog-box:first-child .blog-box-content .know-more-btn {
    display: block;
  }
  .gallery {
  grid-template-columns: 1fr;
}
.about-btm-cont-wrap.dept-card .s-about-btm-box {
  height: fit-content !important;
}
.s-about-btm-box.dept-card1{
    height:fit-content !important;
}
.s-about-btm-box.dept-card2{
    height:fit-content !important;
}

/*New Responsive Style*/
.overall-review {
  flex-direction: column;
  gap: 30px;
  align-items: start;
}
.sign-up-form .form-inner {
  width: 100% !important;
}
.my-account-left-nav {
  margin-bottom: 30px;
}
.manage-sourcing-head {
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.my-account-inner-right {
  overflow-x: scroll;
}

}
@media screen and (max-width: 991px) {
  .categories-sticky {
    top: 89px;
    padding: 10px 0px;
    overflow: scroll;
  }
  .categories-sticky .blog-nav {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
  }
  .categories-sticky .blog-nav .form-select {
    width: 250px !important;
    height: 35px;
  }
  .categories-sticky .blog-nav .date-wrapper {
    width: fit-content !important;
  }
  .categories-sticky .blog-nav .date-wrapper input {
    width: 250px !important;
    height: 35px;
  }
  .categories-sticky .blog-nav .common-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    font-size: 14px;
  }
  .categories-sticky .blog-nav .common-btn img {
    width: 16px;
  }

  .ad-tabs-inner {
    flex-direction: column;
  }
  .custom-nav-pills {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: max-content;
    z-index: 9;
    justify-content: start;
    align-items: center;
  }
  .pills-sticky {
    width: 100%;
    background-color: #fff;
    z-index: 9;
  }
  #ad-tabs .ad-tabs-inner .pills-sticky {
    background-color: #015cb3;
  }
  .custom-pills {
    width: 100%;
  }
  .custom-nav-pills .pills {
    padding: 20px 0px !important;
    border: none;
  }
  .custom-nav-pills .pills h2 {
    font-size: 30px !important;
  }
  .custom-nav-pills .pills h2 img {
    display: none;
  }
  .custom-nav-pills .pills.active h2 {
    text-decoration: underline;
  }
  /* New Style 24/09/2025 */
  .head-login .common-btn span {
    display: none;
  }
  .head-login .common-btn {
    background-color: transparent;
    padding: 10px 8px;
  }
  .head-login .common-btn:hover {
    padding: 10px 8px;
  }
  .head-login {
    position: absolute;
    top: 20px;
    right: 90px;
  }
}
@media (max-width: 767px) {
/*    .s-speaker-box>img {*/
/*    height: 130px;*/
/*}*/
    img.logo{
    width:140px;
}
  .gallery {
    grid-template-columns: 1fr;
    /* single column on small screens */
    padding-bottom: 10px;
  }


  .common-banner-cloud {
    display: none;
  }

  .bannerBG {
    height: 700px;
  }

  section#client-logo .col-lg-2.col-md-4.col-sm-6 {
    display: flex;
    width: 50%;
  }

  section#client-logo .row {
    display: flex;
  }

  section#ad-tabs {
    padding: 0;
  }

  .custom-nav-pills .pills h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .tab-pane-inner-ad h3 {
    margin: 15px 0;
  }

  .our-goal-accordian {
    padding: 40px 0;
  }

  .our-goal-accordian {
    padding-top: 20px;
  }

  .priorities-left-cont-wrap.h-100 {
    width: 80%;
    padding: 15px;
  }

  .dsvy-meta {}

  .dsvy-meta {
    align-items: center;
  }

  section#directory-subscription {
    padding-top: 0px;
  }

  h2 {
    font-size: 42px;
  }

  .price-detail {
    padding: 24px 15px;
    height: fit-content;
  }

  .price-detail h3 {
    font-size: 28px;
  }

  img.gallery-item {
    padding: 20px 10px 10px;
  }

  .footer-mbl-mail-wrap {
    flex-wrap: wrap;
    padding-bottom: 20px;
    gap: 20px;

  }

  section#cmn-banner {
    padding: 100px 0 50px;
  }

  h1 {
    font-size: 48px;
  }

  section.inner-page-about-sec {
    padding: 40px 0;
  }

  section#our-goal {
    padding-top: 0;
  }

  .speakers-top-cont {
    margin-bottom: 20px;
  }

  section.speakers {
    padding: 20px 0;
  }
  .tags div {
    flex-wrap: wrap;
}

.speaker-details-socialLinks {
    flex-wrap: wrap;
}

.speaker-details-blue-bg-sec {
    margin-top: 40px;
}

.speaker-details-socialLinks p {
    display: block;
    width: 100%;
}
.speaker-form-sec {
    margin-bottom: 40px;
}
  section#event-details-tab {
    padding: 0;
    overflow-x: hidden;
}

.blog-details-socialLinks p {
    width: 100%;
}

.blog-details-socialLinks {
    flex-wrap: wrap;
}
.our-goal-accordian h2 {
    padding-left: 20px;
}

button.accordion-button {
    align-items: flex-start;
}

.speaker-form-sec {
    margin-top: 20px;
}

section#event-details-faq {
    padding-bottom: 0px;
}


section#directory {
    padding: 20px 0;
}

.directory-inner-box {
    flex-wrap: wrap;
}

.directory-inner-box-cont {
    width: 100%;
    border-left: none !important;
    border-top: 1px solid #0d3bb5;
}

.tags-wrap {
    flex-wrap: wrap;
}
section#directory-details .row {
    margin-top: 0 !important;
}

.directory-details-left-imgs {
    flex-wrap: wrap;
}

.directory-details-left-imgs .d-flex.justify-content-start.align-items-end.gap-3 {
    flex-wrap: wrap;
}
.directory-details-sub h6 {
    width: 100%;
}

section#directory-details {
    padding: 40px 0 0;
}
section.sourcing {
    padding: 10px 0 20px;
}
.blog-details-right {
    padding: 20px 15px;
}
section.contact-us {
    padding: 40px 0;
}

section.country {
    padding: 40px 0 20px;
}
div#tab3 h2 {
    padding: 20px 0;
}

div#tab2 h2 {
    padding-bottom: 20px;
}
.row.ticket-pass {
    gap: 20px;
}
.publication-detail-right {
    padding: 20px 0;
}

.publication-detail-right h2 {
    font-size: 36px;
}

.publication-detail-right .btns {
    flex-wrap: wrap;
}
section.sign-up-form {
    padding: 40px 0;
}
section.membership-form {
    padding: 40px 0;
}
/*.speakers-wrap .col-md-3 {*/
/*    width: 50%;*/
/*}*/

.s-speaker-box h3 {
    font-size: 18px;
}

.s-speaker-box {
    padding: 10px;
}
.cart-table-head {
        display: none;
    }
    .cart-table-inner{
        display: flex;
        flex-direction: column;
    }
    .cart-prod-detail{
        flex-direction: column;
    }
    .cart-detail-inner{
        width: 100%;
    }
    .cart-detail-inner h3{
        max-width: 100%;
        font-size: 25px;
    }
    .cart-prod-detail .list-inline-item{
        width: 50%;
    }
    .cart-detail-inner>.color-detail,.cart-detail-inner>.size-detail, .cart-detail-inner>.material-detail{
        flex-direction: row;
    }
    .custom-table .cart-table-inner td{
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 30px;
        padding: 10px 0px;
    }
    #cart-section {
    padding-bottom: 20px;
}
    .remove-prdct{
        margin: 0 !important;
    }
    .summary-box {
    margin-top: 40px;
    margin-bottom: 0;
}
    .cart-total{
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 20px 0px;
    }
    .cart-total td{
        padding: 0;
    }
    .custom-table .cart-table-inner td>.increDecre{
        width: 50%;
    }
/*    div#tab2 .col-md-4,div#tab3 .col-md-4 {*/
/*    width: 50%;*/
/*    padding: 0.3rem;*/
/*}*/
.inner-page-about-cont h2 {
    font-size: 36px;
}
.s-speaker-box p {
min-height:48px;
}
.speakers-wrap .col-md-3 {
    padding: 0.3rem;
}
section.speaker-details {
    padding-top: 40px;
}
.s-about-btm-box p {
      max-height: unset;
}
.ticket-pass > div{
    flex:1 !important;
    max-width:100% !important;
}
}


/*New Shibly*/
.event-details-inner-left p {
  margin: 15px 0px;
}

.form-group .iti {
  display:block !important;
  
}
.form-group .iti .iti__flag-container .iti__selected-flag{
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}
.form-group .iti .mobile{
    height:58px !important;
    border: 1px solid #0156a9 !important;
    border-radius: 30px !important;
   
}
div.choices .choices__list--dropdown,
div.choices .choices__list[aria-expanded="true"] {
    z-index: 2 !important;
}
