/*====================================================================
	Colors variables
=====================================================================*/
/*===============================================================
	Resets
=================================================================*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

a:active {
  outline: none;
  text-decoration: none;
  opacity: 1;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  outline: none;
  text-decoration: none;
  opacity: 1;
}

ul {
  list-style-type: none;
  margin-bottom: 1rem;
}

li {
  list-style: none;
  color: #363636;
}

iframe {
  border: none;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

/*===============================================================
	Margin classes
=================================================================*/
.mr-0 {
  margin: 0;
}

.mrt-small {
  margin-top: 0.75rem;
}

.mrt-normal {
  margin-top: 1.5rem;
}

.mrt-large {
  margin-top: 2rem;
}

.mrt-big {
  margin-top: 2.5rem;
}

.mrt-huge {
  margin-top: 3.2rem;
}

.mrb-small {
  margin-bottom: 0.75rem;
}

.mrb-normal {
  margin-bottom: 1.5rem;
}

.mrb-large {
  margin-bottom: 2rem;
}

.mrb-big {
  margin-bottom: 2.5rem;
}

.mrb-huge {
  margin-bottom: 3.2rem;
}

/*===============================================================
	Padding classes
=================================================================*/
.pd-0 {
  padding: 0;
}

.pdt-small {
  padding-top: 0.75rem;
}

.pdt-normal {
  padding-top: 1.5rem;
}

.pdt-large {
  padding-top: 2rem;
}

.pdt-big {
  padding-top: 2.5rem;
}

.pdt-huge {
  padding-top: 3.2rem;
}

.pdb-small {
  padding-bottom: 0.75rem;
}

.pdb-normal {
  padding-bottom: 1.5rem;
}

.pdb-large {
  padding-bottom: 2rem;
}

.pdb-big {
  padding-bottom: 2.5rem;
}

.pdb-huge {
  padding-bottom: 3.2rem;
}

/*===============================================================
	Sections
=================================================================*/
.section {
  transition: all 1s ease;
}

.section-hidden {
  opacity: 0;
  transform: translateY(8rem);
}

.section-entry {
  padding: 5rem 0;
  overflow: hidden;
}

.section-title {
  margin-bottom: 20px;
}

.section-title-center {
  text-align: center;
}

/*===============================================================
	Global
=================================================================*/
.bg-dark {
  background-color: #2b2b2b;
}

.spacer {
  height: 300px;
}

.hr-spacer {
  display: inline-block;
  margin-right: 40px;
}

.main-wrapper {
  position: relative;
  overflow: hidden;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

/*===============================================================
	Common font sizes and styles
=================================================================*/
h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #d72645;
  margin-bottom: 0.75rem;
}

p {
  color: #363636;
  margin-bottom: 1rem;
}

.txt-center {
  text-align: center;
}

.txt-upper {
  text-transform: uppercase;
}

.txt-capitalize {
  text-transform: capitalize;
}

.txt-light {
  color: #ffffff;
}

body.dark {
  background-color: #2b2b2b;
}
body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark h5, body.dark h6 {
  color: #ffffff;
}
body.dark p {
  color: #f7f7f7;
  font-weight: 300;
}

.title-accent {
  position: relative;
  margin-bottom: 2rem;
}
.title-accent::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #ffae19;
}

.title-dual {
  font-weight: 400;
}
.title-dual span {
  font-weight: 800;
  color: #d81155;
}

.title-bg {
  text-transform: uppercase;
  font-weight: 800;
  color: transparent;
  background-image: url("../img/mountain.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
          background-clip: text;
}

.title-gradient {
  text-transform: uppercase;
  font-weight: 800;
  color: transparent;
  background: linear-gradient(#d72645, #d81155);
  -webkit-background-clip: text;
          background-clip: text;
}

.title-bg-dual {
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  background-color: #fac952;
  color: #d81155;
  padding-left: 5px;
}
.title-bg-dual span {
  display: inline-block;
  background-color: #d81155;
  color: #fac952;
  padding: 0 5px;
}

.title-oblique {
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  background-color: #d72645;
  position: relative;
  padding-left: 5px;
}
.title-oblique::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  right: -2%;
  width: 50%;
  background-color: #ffffff;
  transform: skewX(45deg);
}

.title-pseudo {
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  background-color: #d72645;
  position: relative;
  padding: 0 10px;
  display: inline-block;
}
.title-pseudo::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
  width: 10px;
  background-color: #d72645;
}

.title-end {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  padding-right: 10px;
  display: inline-block;
}
.title-end::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: -6px;
  width: 8px;
  height: 8px;
  background-color: #d81155;
}

.title-shadow {
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  margin-top: 5rem;
}
.title-shadow::before {
  content: "this is a heading";
  position: absolute;
  left: 0;
  right: 0;
  top: -75px;
  font-size: 70px;
  color: #ffffff;
  background-color: #ffffff;
  text-shadow: -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada;
}

/*====================================================================
	Buttons style-1
=====================================================================*/
.c-btn {
  position: relative;
  padding: 0.5rem 2rem;
  text-decoration: none;
  background-color: #d72645;
  color: #ffffff;
  border-radius: 50px;
  text-transform: capitalize;
}
.c-btn:hover {
  color: #ffffff;
  background-color: #04113e;
}

body.dark .c-btn {
  background-color: #ffffff;
  color: #d72645;
}
body.dark .c-btn:hover {
  background-color: #efefef;
}

/*====================================================================
	Buttons style-2
=====================================================================*/
.c-btn.s2 {
  background-color: transparent;
  color: #d72645;
  border-color: #d72645;
  border-radius: 50px;
  text-transform: capitalize;
}
.c-btn.s2:hover {
  color: #ffffff;
  background-color: #d72645;
}

/*====================================================================
	Buttons style-3
=====================================================================*/
.c-btn.s3 {
  font-size: 20px;
  text-transform: uppercase;
  background-color: transparent;
  color: #444;
  box-shadow: inset 0 10px 5px rgba(0, 0, 0, 0.05), 0 25px 8px rgba(0, 0, 0, 0.05), 0 20px 15px rgba(0, 0, 0, 0.05), inset 0 -10px 15px rgba(255, 255, 255, 0.9);
}
.c-btn.s3::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  width: 65%;
  height: 5px;
  background-color: #ffffff;
}

.dark .c-btn.s3 {
  background-color: transparent;
  color: #efefef;
  box-shadow: inset 0 10px 5px rgba(255, 255, 255, 0.05), 0 25px 8px rgba(255, 255, 255, 0.05), 0 20px 15px rgba(255, 255, 255, 0.05), inset 0 -10px 15px rgba(0, 0, 0, 0.9);
}
.dark .c-btn.s3:hover {
  background-color: #363636;
}
.dark .c-btn.s3::before {
  background-color: #363636;
}

/*====================================================================
	Buttons style-4
=====================================================================*/
.c-btn.s4 {
  background-color: #0690fd;
  border-radius: 0;
  color: #ffffff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  box-shadow: 0 20px 25px rgba(6, 146, 253, 0.25);
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
}
.c-btn.s4:hover {
  width: 200px;
  transition-delay: 0.5s;
}
.c-btn.s4::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.c-btn.s4:hover::before {
  transform: rotate(45deg) translate(50px, -50px);
}
.c-btn.s4::after {
  content: "";
  position: absolute;
  left: -50px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg) translate(-50px, 50px);
  transition: all 0.5s;
}
.c-btn.s4:hover::after {
  transform: rotate(45deg) translate(50px, -50px);
  transition-delay: 1s;
}
.c-btn.s4 span {
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.5s;
  transform: translateX(-30px);
}
.c-btn.s4:hover span {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.75s;
  transform: translateX(10px);
}

.dark .c-btn.s4 {
  background-color: #0690fd;
  color: #2b2b2b;
  box-shadow: 0 20px 25px rgba(6, 146, 253, 0.25);
}
.dark .c-btn.s4::before {
  border-top: 3px solid #2b2b2b;
  border-right: 3px solid #2b2b2b;
}
.dark .c-btn.s4::after {
  border-top: 3px solid #2b2b2b;
  border-right: 3px solid #2b2b2b;
}
.dark .c-btn.s4:hover {
  color: #2b2b2b;
}

/*====================================================================
	Togglers section
=====================================================================*/
.toggler-list {
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.toggler-list li {
  margin-right: 70px;
}
.toggler-list li img {
  max-width: 50px;
}

.toggler-list-white {
  background-color: #d72645;
}

/*====================================================================
	Cards general
=====================================================================*/
.card {
  border: none;
  border-radius: 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.card-img {
  border-radius: 0;
}

.card-title {
  color: #d72645;
  margin-bottom: 12px;
}

/*====================================================================
	Card layout-1
=====================================================================*/
.card-1 {
  height: 100%;
  background-color: #efefef;
  padding: 1rem;
  text-align: center;
}
.card-1__icon {
  padding: 1.5rem;
}
.card-1__icon i {
  font-size: 50px;
  color: #fac952;
}

.dark .card-1 {
  background-color: #363636;
}

/*====================================================================
	Card layout-2
=====================================================================*/
.card-2 {
  position: relative;
  height: 100%;
  background-color: #efefef;
}
.card-2__content {
  padding: 1rem 1.5rem 4rem;
}
.card-2__title {
  padding: 0.5rem;
}
.card-2__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 1rem;
}

.dark .card-2 {
  background-color: #252525;
}

/*====================================================================
	Card side layout-1
=====================================================================*/
.card-side {
  display: flex;
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.card-side__image {
  position: relative;
  overflow: hidden;
  flex: 0 0 40%;
}
.card-side__body {
  padding: 20px;
  flex: 0 0 60%;
}
.card-side__content {
  margin-bottom: 0.75rem;
}
.card-side__title {
  font-size: 1.2rem;
}
.card-side a {
  display: inline-block;
}

.dark .card-side {
  background-color: #363636;
}

/*====================================================================
	Banners style 1 Bootstrap carousel
=====================================================================*/
#digiCarousel .carousel-item {
  position: relative;
  width: 100%;
  padding-bottom: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
#digiCarousel .carousel-item1 {
  background-image: url("../img/banner-1.jpg");
}
#digiCarousel .carousel-item2 {
  background-image: url("../img/banner1.jpg");
}
#digiCarousel .carousel-item3 {
  background-image: url("../img/thanpa-banner.jpg");
}
#digiCarousel .carousel-caption {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  text-align: center;
}
#digiCarousel .carousel-caption h5 {
  color: #ffffff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600;
}
#digiCarousel .carousel-caption p {
  color: #ffffff;
  padding-right: 0;
}
#digiCarousel .carousel-caption .carouse-btn {
  margin-top: 25px;
}
#digiCarousel .carousel-caption .carouse-btn a {
  position: relative;
  padding: 14px 35px;
  font-size: 16px;
  color: #ffffff;
  background-color: #d72645;
  border: 1px solid #d72645;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
}
#digiCarousel .carousel-caption .carouse-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #d72645;
  z-index: -1;
  transition: width 0.4s ease;
}
#digiCarousel .carousel-caption .carouse-btn a:hover::before {
  width: 100%;
}
#digiCarousel .carousel-caption .carouse-btn a:hover {
  color: #fff;
}

/*====================================================================
	Modal style-1
=====================================================================*/
.nav-item-modal {
  display: flex;
  align-items: center;
}

.navbar .nav-link.c-btn {
  color: #ffffff;
  line-height: unset;
  padding: 0.5rem 1rem;
}

.dark .navbar .nav-link.c-btn {
  background-color: #ffffff;
  color: #d72645;
}
.dark .navbar .nav-link.c-btn:hover {
  background-color: #efefef;
}

.digi-modal {
  width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5rem;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
  z-index: 10000;
  transition: all 0.5s;
  background-color: #ffffff;
}

.digi-modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 100;
  transition: all 0.5s;
}

.btn-close-modal {
  font-family: inherit;
  color: inherit;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  font-size: 4rem;
  cursor: pointer;
  border: none;
  background: none;
}

/*====================================================================
	Page banners layout-1
=====================================================================*/
.page-banner {
  position: relative;
  width: 100%;
  padding-bottom: 30%;
}
.page-banner--about {
  background-image: url("../img/banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-banner--contact {
  background-image: url("../img/banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-banner--sponshership {
  background-image: url("../img/thanpa-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-banner .page-banner-caption {
  position: absolute;
  left: 10%;
  bottom: 20%;
}
.page-banner .page-banner-caption h5 {
  font-size: 2.5rem;
}

.page-banner.carousel {
  padding: 0;
}

@media (max-width: 768px) {
  .page-banner .page-banner-caption h5 {
    font-size: 20px !important;
  }
}
/*====================================================================
	Tabs style-1
=====================================================================*/
.tabs-section-1 {
  max-width: 100rem;
  margin: 5rem auto 0 auto;
  background-color: #efefef;
}
.tabs-section-1 .tabs-btn-wrap {
  display: flex;
  justify-content: center;
}
.tabs-section-1 .tabs-sc-btn {
  margin-right: 2.5rem;
  transform: translateY(-50%);
  border-radius: 50px;
}
.tabs-section-1 .tabs-sc-btn span {
  margin-right: 1rem;
  font-weight: 600;
  display: inline-block;
}
.tabs-section-1 .tabs-sc-btn-1 {
  background-color: #fac952;
}
.tabs-section-1 .tabs-sc-btn-1:hover {
  background-color: #ffae19;
}
.tabs-section-1 .tabs-sc-btn-2 {
  background-color: #35e753;
}
.tabs-section-1 .tabs-sc-btn-2:hover {
  background-color: #16bb32;
}
.tabs-section-1 .tabs-sc-btn-3 {
  background-color: #ff728b;
  margin: 0;
}
.tabs-section-1 .tabs-sc-btn-3:hover {
  background-color: #e5536d;
}
.tabs-section-1 .tabs-sc-btn-active {
  transform: translateY(-66%);
}
.tabs-section-1 .tabs-content {
  display: none;
  padding: 2.5rem 7rem 6.5rem 7rem;
}
.tabs-section-1 .tabs-content-active {
  display: block;
}
.tabs-section-1 .tabs-header {
  font-size: 1.8rem;
  font-weight: 500;
  align-self: center;
}

.dark .tabs-section-1 {
  background-color: #363636;
}

.default-btn {
  position: relative;
  padding: 14px 35px;
  font-size: 16px;
  color: #ffffff;
  background-color: #d72645;
  border: 1px solid #d72645;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  display: inline-table;
  text-decoration: none;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #d72645;
  z-index: -1;
  transition: width 0.4s ease;
}
.default-btn:hover::before {
  width: 100%;
}
.default-btn:hover {
  color: #fff;
}

.hm-about-wrapper h1 {
  font-weight: 600;
  font-size: 40px;
}
.hm-about-wrapper h5 {
  color: #242424;
  font-weight: 400;
}

.hm-counter-wrapper {
  background: #d7263d;
}
.hm-counter-wrapper .counter-row {
  display: flex;
  flex-wrap: wrap;
}
.hm-counter-wrapper .counter-box {
  flex: 1;
  text-align: center;
  padding: 50px 20px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
.hm-counter-wrapper .counter-box:last-child {
  border-right: none;
}
.hm-counter-wrapper .counter-box i {
  font-size: 40px;
  margin-bottom: 15px;
  display: block;
}
.hm-counter-wrapper .counter-box .counter {
  font-size: 42px;
  font-weight: 700;
  margin: 10px 0;
  color: #ffffff;
}
.hm-counter-wrapper .counter-box p {
  font-size: 18px;
  margin: 0;
  opacity: 0.9;
  color: #ffffff;
}
.hm-counter-wrapper .counter-box:hover {
  background: rgb(193.3300395257, 34.1699604743, 54.8517786561);
}
@media (max-width: 768px) {
  .hm-counter-wrapper .counter-box {
    flex: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.key-notes-speaker-wrapper {
  background-color: #f8f8f8;
}
.key-notes-speaker-wrapper h1 {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
}
.key-notes-speaker-wrapper p {
  text-align: center;
  margin-bottom: 4rem;
}
.key-notes-speaker-wrapper .speaker-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.key-notes-speaker-wrapper .speaker-card img {
  width: 100%;
  display: block;
}
.key-notes-speaker-wrapper .speaker-card .overlay {
  position: relative;
  color: #fff;
  z-index: 2;
  padding: 15px;
}
.key-notes-speaker-wrapper .speaker-card .overlay h3 {
  margin: 0;
  font-size: 20px;
  text-align: center;
  color: #000;
}
.key-notes-speaker-wrapper .speaker-card .overlay p {
  margin: 5px 0 0;
  font-size: 16px;
  opacity: 1;
  text-align: center;
  color: #d72645;
}
.key-notes-speaker-wrapper .speaker-card .social-icons {
  position: absolute;
  top: 35%;
  left: -60px;
  transform: translateY(-50%);
  background: #d7263d;
  padding: 10px 0;
  transition: 0.4s;
  z-index: 3;
}
.key-notes-speaker-wrapper .speaker-card .social-icons a {
  display: block;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  transition: 0.3s;
}
.key-notes-speaker-wrapper .speaker-card .social-icons a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.key-notes-speaker-wrapper .speaker-card:hover::after {
  opacity: 1;
}
.key-notes-speaker-wrapper .speaker-card:hover .social-icons {
  left: 0;
}

.event-planner-wrapper {
  background: #f8f8f8;
}
.event-planner-wrapper h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.event-planner-wrapper .event-pills {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  gap: 20px;
}
.event-planner-wrapper .event-pills .nav-link {
  border: none;
  background: transparent;
  color: #444;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.event-planner-wrapper .event-pills .nav-link i {
  color: #e91e63;
  font-size: 20px;
}
.event-planner-wrapper .event-pills .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -21px;
  width: 0;
  height: 3px;
  background: #e91e63;
  transition: 0.4s;
}
.event-planner-wrapper .event-pills .nav-link.active {
  background: transparent;
  color: #222;
}
.event-planner-wrapper .event-pills .nav-link.active::after {
  width: 100%;
}
.event-planner-wrapper .event-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.event-planner-wrapper .default-btn {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid #e91e63;
  color: #e91e63;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s;
}
.event-planner-wrapper .default-btn:hover {
  background: #e91e63;
  color: #fff;
}

.event-cta-section {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("https://images.unsplash.com/photo-1511578314322-379afb476865?q=80&w=1400&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.event-cta-section .cta-content {
  max-width: 1100px;
  margin: auto;
}
.event-cta-section .cta-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 40px;
}
.event-cta-section .cta-content .cta-btn {
  display: inline-block;
  padding: 18px 45px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  transition: 0.4s ease;
}
.event-cta-section .cta-content .cta-btn:hover {
  background: #e91e63;
  border-color: #e91e63;
}

@media (max-width: 991px) {
  .event-cta-section {
    padding: 120px 0;
  }
  .event-cta-section .cta-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .event-cta-section {
    padding: 90px 0;
  }
  .event-cta-section .cta-content h2 {
    font-size: 30px;
  }
  .event-cta-section .cta-content .cta-btn {
    padding: 14px 30px;
    font-size: 16px;
  }
  .page-banner .page-banner-caption h5 {
    font-size: 30px !important;
  }
}
.hm-contact-wrapper {
  background-image: url("../img/hm-contact.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-blend-mode: hue;
  background-color: rgba(79, 79, 79, 0.79);
}
.hm-contact-wrapper .heading-wrap h2 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}
.hm-contact-wrapper .heading-wrap p {
  color: #ddd;
}
.hm-contact-wrapper .input-control {
  padding: 0.6rem 0.75rem !important;
}
.hm-contact-wrapper .hm-contact-info-wrap h3 {
  color: #ffffff;
}
.hm-contact-wrapper .hm-contact-info-wrap p {
  color: #ddd;
}
.hm-contact-wrapper .hm-contact-info-wrap .contact-col-grid {
  padding: 15px;
  border-radius: 10px;
}
.hm-contact-wrapper .hm-contact-info-wrap .contact-col-grid .icon-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}
.hm-contact-wrapper .hm-contact-info-wrap .contact-col-grid .icon-wrap i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e91e63;
  color: #fff;
  border-radius: 6px;
  font-size: 18px;
  flex-shrink: 0;
}
.hm-contact-wrapper .hm-contact-info-wrap .contact-col-grid .icon-wrap h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.hm-contact-wrapper .hm-contact-info-wrap .contact-col-grid p {
  margin: 0;
  color: #ddd;
  padding-left: 45px;
}
.hm-contact-wrapper .hm-contact-info-wrap .contact-col-grid a {
  color: #ddd;
}

.contact-form-wrapper .contact-form-box h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.contact-form-wrapper .contact-form-box .form-control {
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 12px 20px;
  font-size: 16px;
  box-shadow: none;
}
.contact-form-wrapper .contact-form-box .form-control:focus {
  border-color: #e91e63;
  box-shadow: none;
}
.contact-form-wrapper .contact-form-box textarea.form-control {
  height: auto;
  resize: none;
}
.contact-form-wrapper .contact-form-box .default-btn {
  background: #e91e63;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.4s ease;
}
.contact-form-wrapper .contact-form-box .default-btn:hover {
  background: #c2185b;
}

@media (max-width: 767px) {
  .contact-form-wrapper .contact-form-box {
    padding: 30px 20px;
  }
  .contact-form-wrapper .contact-form-box h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .main-wrapper {
    margin-top: 97px;
  }
  .navbar {
    background-color: #ffffff !important;
    color: #000;
  }
  .navbar .logo-img {
    width: 82px !important;
    display: block !important;
    position: relative !important;
  }
  .navbar .nav-link {
    color: #000000 !important;
    border-bottom: solid 1px #b5b4b4;
  }
}
.who-attend-wrapper {
  background: #f8f8f8;
}
.who-attend-wrapper .sub-title {
  display: inline-block;
  color: #e91e63;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.who-attend-wrapper h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}
.who-attend-wrapper p {
  color: #666;
  line-height: 1.8;
}
.who-attend-wrapper .attend-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 15px;
  height: 100%;
  transition: 0.4s ease;
  border: 1px solid #eee;
}
.who-attend-wrapper .attend-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.who-attend-wrapper .attend-card .icon {
  width: 70px;
  height: 70px;
  background: rgba(233, 30, 99, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.who-attend-wrapper .attend-card .icon i {
  color: #e91e63;
  font-size: 28px;
}
.who-attend-wrapper .attend-card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
  color: #363636;
}
.who-attend-wrapper .attend-card p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 991px) {
  .who-attend-wrapper h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .who-attend-wrapper h2 {
    font-size: 30px;
  }
  .who-attend-wrapper .attend-card {
    padding: 25px 20px;
  }
  .who-attend-wrapper .attend-card h3 {
    font-size: 20px;
  }
}
.agenda-topic-wrapper h2 {
  font-weight: 800;
}
.agenda-topic-wrapper .agenda-item {
  perspective: 1000px;
}
.agenda-topic-wrapper .agenda-card {
  position: relative;
  width: 100%;
  min-height: 320px;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
  cursor: pointer;
}
.agenda-topic-wrapper .agenda-item:hover .agenda-card {
  transform: rotateY(180deg);
}
.agenda-topic-wrapper {
  /* Front Side */
}
.agenda-topic-wrapper .agenda-front,
.agenda-topic-wrapper .agenda-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
}
.agenda-topic-wrapper .agenda-front {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.agenda-topic-wrapper .agenda-front .agenda-number {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e91e63, #e91e63);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(233, 30, 99, 0.25);
}
.agenda-topic-wrapper .agenda-front h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: #111;
}
.agenda-topic-wrapper {
  /* Back Side */
}
.agenda-topic-wrapper .agenda-back {
  background: linear-gradient(135deg, #e91e63, #d72645);
  color: #fff;
  padding: 35px;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
}
.agenda-topic-wrapper .agenda-back ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.agenda-topic-wrapper .agenda-back ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  line-height: 1.7;
  color: #fff;
}
.agenda-topic-wrapper .agenda-back ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
}

@media (max-width: 767px) {
  .agenda-topic-wrapper .agenda-card {
    min-height: 380px;
  }
  .agenda-topic-wrapper .agenda-front {
    padding: 25px;
  }
  .agenda-topic-wrapper .agenda-front h3 {
    font-size: 22px;
  }
  .agenda-topic-wrapper .agenda-back {
    padding: 25px;
  }
}
.about-info-wrapper h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

/* =========================
   GLOBAL
========================= */
.about-patiala-wrapper {
  background: #f7f9fc;
  padding: 100px 0;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.py-100 {
  padding: 100px 0;
}

.about-patiala-wrapper .container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

/* =========================
   HERO
========================= */
/* =========================================
   MODERN SPLIT LAYOUT
========================================= */
.about-hero {
  display: grid;
  gap: 60px;
  align-items: center;
  margin-bottom: 90px;
  position: relative;
}

/* LEFT CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 138, 0, 0.12));
  border: 1px solid rgba(146, 39, 143, 0.15);
  color: #d72645;
  border-radius: 60px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.about-hero h2 {
  font-size: 50px;
  line-height: 1.08;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
  letter-spacing: -2px;
}

.about-hero h2 span {
  background: linear-gradient(135deg, #d72645, #d72645);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-hero p {
  font-size: 18px;
  line-height: 2;
  color: #555;
  max-width: 100%;
}

/* RIGHT SIDE FEATURE BOX */
.hero-side-box {
  background: linear-gradient(135deg, #92278f, #5e1762);
  padding: 45px;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 25px 60px rgba(146, 39, 143, 0.25);
}

.hero-side-box::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -60px;
  right: -60px;
}

.hero-side-box::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  bottom: -40px;
  left: -30px;
}

.hero-side-box h4 {
  font-size: 32px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.hero-side-box p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.9;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

/* =========================================
   NEW INFO CARD DESIGN
========================================= */
.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}

/* HORIZONTAL CARD */
.info-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 35px;
  align-items: flex-start;
  background: #fff;
  border-radius: 30px;
  padding: 45px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  transition: all 0.4s ease;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
}

/* LEFT ICON COLUMN */
.icon {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  background: linear-gradient(135deg, #d72645, #d72645);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.icon::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: rgba(255, 255, 255, 0.12);
  transform: rotate(45deg);
  top: -50%;
  left: -50%;
}

.icon i {
  font-size: 38px;
  color: #fff;
  position: relative;
  z-index: 2;
}

/* CONTENT */
.info-card-content h3 {
  font-size: 34px;
  margin-bottom: 20px;
  color: #111;
  font-weight: 700;
  line-height: 1.3;
}

.info-card-content p {
  color: #666;
  line-height: 2;
  font-size: 17px;
}

/* CARD ACCENT */
.info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(to bottom, #d72645, #d72645);
}

/* BACKGROUND DECOR */
.info-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(146, 39, 143, 0.03);
  right: -60px;
  bottom: -60px;
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 1200px) {
  .about-hero {
    grid-template-columns: 1fr;
  }
  .hero-side-box {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .about-hero h2 {
    font-size: 42px;
  }
  .info-card {
    grid-template-columns: 1fr;
    padding: 35px;
  }
  .icon {
    width: 80px;
    height: 80px;
    border-radius: 22px;
  }
  .icon i {
    font-size: 30px;
  }
  .info-card-content h3 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .about-hero h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  .hero-side-box {
    padding: 35px;
  }
  .info-card {
    padding: 28px;
  }
}
/* =========================
   SECTION HEADING
========================= */
.section-heading {
  margin-bottom: 40px;
}

.section-heading.text-center {
  text-align: center;
}

.section-heading h2 {
  font-size: 42px;
  color: #111;
  margin-bottom: 15px;
}

.section-heading p {
  color: #666;
  font-size: 17px;
}

/* =========================
   DESTINATIONS
========================= */
.destination-section {
  margin-bottom: 100px;
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.destination-card {
  background: #fff;
  padding: 35px;
  border-radius: 22px;
  border: 1px solid #eee;
  transition: 0.3s;
}

.destination-card:hover {
  background: linear-gradient(135deg, #92278f, #6d1c6b);
  transform: translateY(-8px);
}

.destination-card:hover h4,
.destination-card:hover span,
.destination-card:hover p {
  color: #fff;
}

.destination-card h4 {
  font-size: 24px;
  margin-bottom: 8px;
  transition: 0.3s;
}

.destination-card span {
  display: block;
  color: #92278f;
  font-weight: 600;
  margin-bottom: 18px;
  transition: 0.3s;
}

.destination-card p {
  color: #666;
  line-height: 1.8;
  transition: 0.3s;
}

/* =========================
   CONTENT BOXES
========================= */
.content-box {
  background: #fff;
  border-radius: 25px;
  padding: 45px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 70px;
}

.content-box p {
  font-size: 17px;
  line-height: 2;
  color: #555;
  margin-bottom: 20px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .about-hero h2 {
    font-size: 42px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .about-patiala-wrapper {
    padding: 70px 0;
  }
  .about-hero h2 {
    font-size: 34px;
  }
  .about-hero p {
    font-size: 16px;
  }
  .info-card,
  .content-box,
  .destination-card {
    padding: 28px;
  }
}
@media (max-width: 576px) {
  .about-hero h2 {
    font-size: 28px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
}
/* =========================================
   ABOUT THAPAR SECTION
========================================= */
.about-thapa {
  background: #f1f1f1;
  overflow: hidden;
}

/* =========================================
   IMAGE SIDE
========================================= */
.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  border-radius: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 650px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* FLOATING BADGE */
.floating-badge {
  position: absolute;
  bottom: 35px;
  left: 35px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 22px 30px;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.floating-badge h4 {
  font-size: 42px;
  color: #92278f;
  margin-bottom: 5px;
  font-weight: 800;
}

.floating-badge span {
  color: #555;
  font-size: 15px;
  font-weight: 600;
}

.orange-badge h4 {
  color: #ff8a00;
}

/* =========================================
   CONTENT
========================================= */
.about-content {
  position: relative;
}

.mini-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 60px;
  background: rgba(146, 39, 143, 0.1);
  color: #92278f;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.orange-tag {
  background: rgba(255, 138, 0, 0.12);
  color: #ff8a00;
}

.about-content h2 {
  font-size: 33px;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #d72645;
  font-weight: 600;
}

.about-content h2 span {
  display: block;
  background: linear-gradient(135deg, #92278f, #ff8a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-content p {
  font-size: 18px;
  line-height: 2;
  color: #555;
  margin-bottom: 22px;
  padding: 0 25px 0 0;
}

/* =========================================
   STATS GRID
========================================= */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 45px;
}

.stat-card {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-8px);
}

.stat-card h3 {
  font-size: 42px;
  color: #92278f;
  margin-bottom: 10px;
  font-weight: 800;
}

.stat-card span {
  color: #666;
  font-size: 15px;
  font-weight: 600;
}

/* =========================================
   FEATURE LIST
========================================= */
.feature-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  padding: 22px 25px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.feature-item:hover {
  transform: translateX(10px);
}

.feature-item i {
  width: 55px;
  height: 55px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #92278f, #ff8a00);
  color: #fff;
  font-size: 22px;
}

.feature-item span {
  font-size: 17px;
  font-weight: 600;
  color: #222;
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 1200px) {
  .about-content h2 {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .about-thapa {
    padding: 80px 0;
  }
  .about-content h2 {
    font-size: 38px;
  }
  .about-content p {
    font-size: 16px;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .floating-badge {
    padding: 18px 24px;
  }
  .floating-badge h4 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .about-content h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .about-image img {
    height: 380px;
  }
  .feature-item {
    padding: 18px;
  }
}
.call-for-abstract-wrapper h2 {
  font-size: 42px;
  font-weight: 700;
}

.guidence-wrapper {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.guidence-wrapper h2 {
  font-size: 42px;
  font-weight: 700;
}

.facility-wrapper .neccessory-wrap {
  display: flex;
}
.facility-wrapper .neccessory-icon {
  padding-right: 14px;
  color: #d72645;
}

.registration-wrapper h2 {
  font-weight: 700;
  font-size: 42px;
}
.registration-wrapper .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #ffffff;
}
.registration-wrapper .table thead th,
.registration-wrapper td,
.registration-wrapper tr {
  border: 1px solid black;
}
.registration-wrapper .regi-head {
  background-color: #d72645;
}
.registration-wrapper .table td,
.registration-wrapper .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-weight: 400;
}
.registration-wrapper .neccessory-wrap {
  display: flex;
}
.registration-wrapper .neccessory-icon {
  padding-right: 14px;
  color: #d72645;
}

.registration-payment-wrapper h3 {
  font-weight: 700;
  font-size: 42px;
}
.registration-payment-wrapper {
  background-color: #f8f8f8;
}
.registration-payment-wrapper .neccessory-wrap {
  display: flex;
}
.registration-payment-wrapper .neccessory-icon {
  padding-right: 14px;
  color: #000000;
}

.organizing-committee-wrapper {
  background: #f8f9fa;
}
.organizing-committee-wrapper .section-title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.organizing-committee-wrapper .section-title p {
  color: #666;
  max-width: 700px;
  margin: auto;
}
.organizing-committee-wrapper .committee-card {
  background: #fff;
  border-radius: 25px;
  padding: 35px 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
  height: 100%;
}
.organizing-committee-wrapper .committee-card:hover {
  transform: translateY(-8px);
}
.organizing-committee-wrapper .committee-card .committee-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  border: 5px solid #d72645;
}
.organizing-committee-wrapper .committee-card .committee-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.organizing-committee-wrapper .committee-card .designation {
  display: inline-block;
  background: #d72645;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
}
.organizing-committee-wrapper .committee-card h3,
.organizing-committee-wrapper .committee-card h4,
.organizing-committee-wrapper .committee-card h5 {
  color: #222;
  font-weight: 600;
  margin-bottom: 10px;
}
.organizing-committee-wrapper {
  /* Big Center Card */
}
.organizing-committee-wrapper .chief-card {
  padding: 60px 40px;
}
.organizing-committee-wrapper .chief-card .committee-img {
  width: 180px;
  height: 180px;
}
.organizing-committee-wrapper .chief-card h3 {
  font-size: 36px;
}
.organizing-committee-wrapper {
  /* Small Cards */
}
.organizing-committee-wrapper .small-card h4 {
  font-size: 24px;
}
.organizing-committee-wrapper .small-card h5 {
  font-size: 18px;
}

.organizing-committee-subheading h4 {
  font-weight: 700;
  text-align: center;
  font-size: 25px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 42px;
  margin-bottom: 15px;
  color: #222;
}

.section-title p {
  max-width: 850px;
  margin: auto;
  line-height: 1.8;
  color: #666;
}

.hotel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.hotel-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

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

.hotel-card img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hotel-content {
  padding: 25px;
}

.hotel-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #111;
}

.hotel-content p {
  color: #777;
  font-size: 15px;
  word-break: break-word;
}

.about-conference-sponsership {
  background-color: rgba(215, 38, 69, 0.07);
}
.about-conference-sponsership .highlight-list {
  margin: 0;
}
.about-conference-sponsership .highlight-list li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #222;
}

.attendees-wrapper {
  background-color: #fff0ce;
  padding: 16px;
  border-radius: 25px;
}

/*====================================================================
	Two column layout-1
=====================================================================*/
.two-col-l1 {
  height: 100%;
}
.two-col-l1__image {
  height: 100%;
  background-image: url("../img/office.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.two-col-l1__content {
  height: 100%;
}
.two-col-l1__text {
  margin-bottom: 2rem;
}

/*====================================================================
	Three column layout-1
=====================================================================*/
.three-column.layout-1 {
  margin-bottom: 2rem;
}

/*====================================================================
	Three column layout-2
=====================================================================*/
.three-column.layout-2 {
  margin-bottom: 2rem;
}

/*====================================================================
	Footer layout-1
=====================================================================*/
.footer-wrapper {
  position: relative;
  background-color: #f6f2f2;
}
.footer-wrapper img {
  width: 200px;
}

.scroll-top {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #ffffff !important;
  cursor: pointer;
}

.scroll-top:hover {
  color: #f7f7f7 !important;
}

.bottom-footer-wrapper {
  background-color: #d72645;
  padding: 1rem 0;
}

.dark .bottom-footer-wrapper {
  background-color: #2b2b2b;
}

.footer-copyright-text {
  margin-bottom: 0;
  text-align: center;
  font-size: 0.85rem;
  color: #ffffff;
}

.creator-link {
  color: #39b7e6;
}

.creator-link:hover {
  color: #ffffff;
}

.contact-form {
  width: 100%;
}
.contact-form__label {
  padding-left: 1rem;
  font-size: 0.9rem;
}
.contact-form__input {
  border-radius: 0;
  border-bottom: 3px solid transparent;
  background-color: #efefef;
}
.contact-form__input:focus {
  border-color: #2cbd08;
  box-shadow: none;
  border-bottom: 3px solid #2cbd08;
}
.contact-form__input:focus::-moz-placeholder {
  color: transparent;
}
.contact-form__input:focus::placeholder {
  color: transparent;
}
.contact-form__input::-moz-placeholder {
  color: #363636;
  font-size: 0.9rem;
}
.contact-form__input::placeholder {
  color: #363636;
  font-size: 0.9rem;
}
.contact-form__textarea {
  border-radius: 0;
  border-bottom: 3px solid transparent;
  background-color: #efefef;
}
.contact-form__textarea:focus {
  border-color: #2cbd08;
  box-shadow: none;
  border-bottom: 3px solid #2cbd08;
}
.contact-form__textarea:focus::-moz-placeholder {
  color: transparent;
}
.contact-form__textarea:focus::placeholder {
  color: transparent;
}
.contact-form__button {
  margin-top: 2rem;
}

/*====================================================================
	Navbar style 1
=====================================================================*/
.navbar {
  background-color: transparent;
}
.navbar .logo-img {
  width: 92px;
  display: block;
  position: absolute;
  top: 0;
}
.navbar .logo-img.dark-mode {
  display: none;
}
.navbar .nav-item {
  padding-left: 1rem;
}
.navbar .nav-link {
  color: #ffffff;
  line-height: 50px;
  text-transform: capitalize;
  letter-spacing: 1.2px;
}

/* Dropdown Styling */
.navbar .dropdown-menu {
  border: none;
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.navbar .dropdown-item {
  padding: 10px 20px;
  font-size: 15px;
  transition: 0.3s;
}

.navbar .dropdown-item:hover {
  background: #f5f5f5;
  color: #000;
}

/* Hover Dropdown for Desktop */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.customNav {
  animation: navSlide 1s ease forwards;
  background-color: #d72645;
  box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@keyframes navSlide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*===============================================================
	About us page
=================================================================*/
/*===============================================================
	Contact us page
=================================================================*/
#mail-msg-alert {
  margin-bottom: 3rem;
}

#mail-msg-alert button.btn {
  display: table;
  margin: 0 auto;
}

#mail-msg {
  color: #ffffff;
}

#mail-msg:hover {
  text-decoration: none;
}

.contact-section {
  margin-top: 4rem;
}
.contact-section__widget {
  margin-bottom: 2rem;
}
.contact-section .social-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.contact-section .social-list li:not(:last-child) {
  margin-right: 20px;
}
.contact-section .social-list i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #363636;
  border: 1px solid #363636;
  background-color: transparent;
  transition: all 0.3s;
}
.contact-section .social-list i:hover {
  color: #ffffff;
  border-color: transparent;
  background-color: #363636;
}

.dark .contact-section .social-list i {
  color: #efefef;
  border-color: #efefef;
  transition: all 0.3s;
}
.dark .contact-section .social-list i:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.contact-map {
  position: relative;
  padding-bottom: 34%;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.contact-detail a {
  color: #000000;
}/*# sourceMappingURL=style.css.map */