* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
  border-radius: 1px !important;
  background-color: #ffffff !important;
}

::-webkit-scrollbar-thumb {
  width: 8px !important;
  height: 8px !important;
  border-radius: 20px !important;
  background-color: rgba(14, 57, 89, 0.5333333333) !important;
}

::-webkit-scrollbar-track {
  width: 8px !important;
  height: 8px !important;
  border-radius: 1px !important;
  background-color: #e2f4ff !important;
}

body {
  background-color: #eee;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3f1918;
}

.white-underline {
  position: relative;
}
.white-underline::after {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ffffff;
  opacity: 0.6;
  width: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease, opacity 0.3s ease;
}
.white-underline:hover::after, .white-underline:focus::after {
  width: 100%;
  opacity: 1;
}
.white-underline.active::after {
  width: 100%;
  opacity: 1;
}

.blue-underline {
  position: relative;
}
.blue-underline::after {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #081245;
  opacity: 0.6;
  width: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease, opacity 0.3s ease;
}
.blue-underline:hover::after, .blue-underline:focus::after {
  width: 100%;
  opacity: 1;
}
.blue-underline.active::after {
  width: 100%;
  opacity: 1;
}

.yellow-underline {
  position: relative;
}
.yellow-underline::after {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ffae00;
  opacity: 0.6;
  width: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease, opacity 0.3s ease;
}
.yellow-underline:hover::after, .yellow-underline:focus::after {
  width: 100%;
  opacity: 1;
}
.yellow-underline.active::after {
  width: 100%;
  opacity: 1;
}

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-text {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #081245;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 14px;
  margin-bottom: 2.5rem;
}
.heading-text::before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, #081245, transparent 70%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}
.heading-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #ffae00;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.heading-text-white {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 14px;
  margin-bottom: 2.5rem;
}
.heading-text-white::before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, #ffffff, transparent 70%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}
.heading-text-white::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #ffae00;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.text-justify {
  text-align: justify;
}

.red-text {
  color: #ab2d30;
}

.blue-text {
  color: #081245;
}

.yellow-text {
  color: #ffae00;
}

.btn-main {
  border: none;
  background-color: #081245;
  padding: 12px 20px;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease-in;
  position: relative;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
.btn-main:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: -5px;
  left: -5px;
  border-top: 2px solid #ffae00;
  border-left: 2px solid #ffae00;
  transition: all 0.25s;
}
.btn-main:hover:before {
  width: 107%;
  height: 120%;
}
.btn-main:hover:after {
  width: 107%;
  height: 120%;
}
.btn-main:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -5px;
  right: -5px;
  border-bottom: 2px solid #ffae00;
  border-right: 2px solid #ffae00;
  transition: all 0.3s;
}

#header-logo-section {
  background-color: #ffffff;
}

#centerNavLinks {
  background-color: #081245;
  color: #ffffff;
  z-index: 10;
}

#social-icons {
  background-color: #081245;
  color: #ffffff;
}
#social-icons a {
  color: #ffffff;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  line-height: 1;
}
#social-icons a i {
  font-size: 1.5rem;
}
#social-icons a:hover, #social-icons a:focus {
  color: #ffae00;
}

#navbarSupportedContent {
  background-color: #081245;
}
#navbarSupportedContent a {
  display: inline-block;
}

.navbar .navbar-nav ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 65px;
  transition: 0.3s all ease-in-out;
  list-style-type: none;
  background-color: #ffffff;
  width: 300px;
}
.navbar .navbar-nav ul a {
  color: #081245 !important;
}

.navbar .navbar-nav li:hover > ul,
.navbar .navbar-nav li:focus > ul {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  top: 55px;
}

.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  z-index: -1;
}
.anim-icons.full-width {
  max-width: 100%;
}
.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.anim-icons .icon-dots {
  width: 72px;
  height: 60px;
  background-image: url(../imgs/icon-dots.png);
}
.anim-icons .icon-circle-1 {
  width: 500px;
  height: 500px;
  background-image: url(../imgs/icon-circle-1.png);
  background-size: 100%;
}
.anim-icons .icon-dots {
  left: 50%;
  top: 30%;
}
.anim-icons .icon-circle-1 {
  left: -200px;
  top: -200px;
  opacity: 0.05;
}

.image-column {
  position: relative;
}
.image-column .image {
  position: relative;
  margin-bottom: 0;
}
.image-column .image::before {
  position: absolute;
  right: -6%;
  top: -10%;
  height: 120%;
  width: 120%;
  background-image: url(../imgs/shape-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  animation: dizzling 5s infinite;
  transition: all 300ms ease;
  content: "";
}
.image-column .image-box {
  position: relative;
  padding: 0 30px;
  margin-left: 10%;
}
.image-column .image-box img {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 15px solid #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 90%;
  margin: 0 auto;
}
.image-column div:last-child {
  margin-left: 10%;
}
@keyframes dizzling {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0);
  }
}

@media only screen and (max-width: 990px) {
  .image-column .image-box, .image-column div:last-child {
    margin-left: 0;
  }
}
#aboutRSSDI #aboutRSSDIimgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, fit-content(300px));
  gap: 10px;
}
#aboutRSSDI #aboutRSSDIimgs img {
  border-radius: 10px;
}
#aboutRSSDI #aboutRSSDIimgs .img3 {
  grid-column: span 2/span 2;
  grid-row-start: 2;
}

#hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  background-image: linear-gradient(120deg, rgb(7, 7, 9) 16%, rgb(27, 24, 113) 96%);
  background-repeat: no-repeat;
  overflow: hidden;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 90%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  display: grid;
  grid-template-columns: 45% 50%;
  place-items: center;
  gap: 40px;
  overflow: hidden;
  padding: 80px 60px;
}

.content {
  padding: 0 50px;
  font-family: "Montserrat", sans-serif;
}

.content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.3;
  margin-bottom: 30px;
  color: #ffae00;
  pointer-events: none;
}

.content p {
  font-family: inherit;
  font-size: clamp(0.9rem, 3vw, 1.1rem);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #bababb;
  text-align: justify;
  pointer-events: none;
}

.swiper-slide .content h1 {
  transform: translateY(-40px);
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.6s;
}

.swiper-slide .content p {
  transform: translateY(-30px);
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 1.2s;
}

.swiper-slide-active .content h1,
.swiper-slide-active .content p {
  transform: none;
  opacity: 1;
}

.image-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 5px;
}

.item {
  max-width: 180px;
  aspect-ratio: 4/3;
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
}

.swiper-slide-active .item {
  animation: fadeIn 0.5s linear 1 forwards;
  animation-delay: calc(1.4s + 0.1s * var(--i));
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* BUTTON */
.swiper-slide .btn-main {
  transform: translateY(-30px);
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 1.6s;
}

.swiper-slide-active .btn-main {
  transform: none;
  opacity: 1;
}

@media (max-width: 1200px) {
  .swiper-slide {
    grid-template-columns: 40% 55%;
    gap: 60px;
  }
  .content {
    padding: 0 30px 0 0;
  }
  .item {
    max-width: 180px;
  }
}
@media (max-width: 1030px) {
  .swiper-slide {
    padding: 80px 60px 60px;
  }
  .content p {
    text-align: initial;
    line-height: 1.4;
  }
  .item {
    max-width: 150px;
  }
  .btn {
    padding: 0.8rem 1.5rem;
  }
}
@media (max-width: 960px) {
  .swiper-slide {
    gap: 30px;
    padding: 60px 40px;
  }
  .item {
    max-width: 130px;
  }
  .btn {
    padding: 0.8rem 1.3rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 740px) {
  .swiper-slide {
    grid-template-columns: 100%;
    grid-template-rows: 35% 60%;
    grid-template-areas: "imageContainer" "content";
    gap: 30px;
    padding: 60px 40px;
  }
  .content {
    grid-area: content;
    padding: 0 20px 0 0;
  }
  .content h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .content p {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .image-container {
    grid-area: imageContainer;
  }
  .item {
    max-width: 110px;
  }
  .btn {
    padding: 0.8rem 1rem;
    margin: 0 auto;
  }
}
@media (max-width: 580px) {
  .swiper-slide {
    grid-template-rows: 40% 55%;
    padding: 50px 20px 50px;
  }
  .item {
    max-width: 80px;
  }
}
@media (max-width: 440px) {
  .swiper-slide {
    grid-template-rows: 35% 60%;
    padding: 50px 20px 40px;
  }
  .item {
    max-width: 80px;
  }
  .content p {
    font-size: 0.9rem;
  }
}
#registration {
  background-image: url(../imgs/registrationbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#organizingCommittee {
  background-image: url(../imgs/registrationbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (min-width: 768px) {
  #nationalCommittee .customWidth {
    width: 70%;
  }
}
#nationalCommittee .swiper {
  width: 100%;
  padding: 20px 0;
}
#nationalCommittee .swiper-slide {
  text-align: center;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding-top: 40px;
}
#nationalCommittee .speaker-block-two .inner-box {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  padding: 50px 0 40px;
  border: 1px solid #dddddd;
  border-top: 5px solid #ab2d30;
  border-bottom: 5px solid #ab2d30;
  border-radius: 10px;
  max-width: 300px;
  margin: 0 auto;
  transition: all 600ms ease;
}
#nationalCommittee .speaker-block-two .inner-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(https://shtheme.com/demosd/eventrox/wp-content/themes/eventrox/images/icons/speaker-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  content: "";
  opacity: 0.3;
}
#nationalCommittee .speaker-block-two .info-box {
  position: relative;
  display: inline-block;
  padding: 10px;
  border-radius: 0 30px 30px 0;
  background-color: #081245;
  width: 90%;
}
#nationalCommittee .speaker-block-two .info-box .name {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
}
#nationalCommittee .speaker-block-two .info-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
}
#nationalCommittee .speaker-block-two .image-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
#nationalCommittee .speaker-block-two .image-box .image {
  position: relative;
  display: inline-block;
  height: 150px;
  width: 150px;
  overflow: hidden;
  border: 4px solid #081245;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: 0.3s all ease;
}
#nationalCommittee .speaker-block-two .image-box .image img {
  display: block;
  width: 100%;
  transition: all 300ms ease;
}
#nationalCommittee .speaker-block-two:hover .image-box .image {
  border-radius: 0;
}
#nationalCommittee .speaker-block-two:hover .inner-box {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

#keralaCommittee {
  background-image: url(../imgs/registrationbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.speaker-block-three {
  position: relative;
  margin-bottom: 3.125rem;
}

.speaker-block-three .inner-box {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 1.875rem;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 1.25rem 1.875rem rgba(0, 0, 0, 0.1);
  transition: all 600ms ease;
  border-radius: 12px;
}

.speaker-block-three .inner-box:hover {
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
}

.speaker-block-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 3.125rem 0;
}

.speaker-block-three .image-box:before {
  position: absolute;
  left: -0.625rem;
  right: -0.625rem;
  top: -0.25rem;
  height: 100%;
  background-image: url(https://diabetesindia.org.in/wp-content/uploads/2025/04/bg-png.png);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: "";
}

.speaker-block-three .image-box .image {
  position: relative;
  display: inline-block;
  height: 11.125rem;
  width: 11.125rem;
  overflow: hidden;
  border: 0.25rem solid #081245;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  transition: all 600ms ease;
}

.speaker-block-three .inner-box:hover .image-box .image {
  border-radius: 0;
}

.speaker-block-three .image-box .image img {
  display: block;
  width: 100%;
  transition: all 300ms ease;
}

.speaker-block-three .inner-box:hover .image img {
  transform: scale(1.1);
}

.speaker-block-three .info-box {
  position: relative;
  display: inline-block;
  padding-right: 0.625rem;
  background-color: #081245;
}

.speaker-block-three .info-box:before {
  position: absolute;
  left: 0;
  right: -2.2rem;
  background-color: #081245;
  content: "";
  top: 0;
  height: 100%;
  transform: skew(-30deg);
  border-radius: 0 0.875rem 0.875rem 0;
}

.speaker-block-three .info-box .name {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
}

.speaker-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
  font-weight: 400;
}

.speaker-block-three .social-box {
  position: absolute;
  top: 5.625rem;
  transform: translateX(-3.125rem);
  transition: all 600ms ease;
}

.speaker-block-three .social-box .social-links li {
  margin-bottom: 0.25rem;
}

.speaker-block-three .inner-box:hover .social-box {
  transform: translateX(0.625rem);
}

.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 0.625rem;
}

.speaker-block-three .social-links li a i {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  border: 0.0625rem solid #eee;
  font-size: 1rem;
  line-height: 1.875rem;
  background-color: #ffffff;
  text-align: center;
  transition: all 300ms ease;
}

.tab-button {
  padding: 0.8rem 2.5rem !important;
  border-radius: 5px 5px 0 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.tab-button.active {
  background-color: #ffffff;
  color: #ffae00;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.tab-content {
  border: 1px solid #ccc;
  background-color: #ffffff;
  margin-top: -2px;
  min-height: 12rem;
  border-radius: 0 0 5px 5px;
}

.banner {
  position: relative;
  background-image: url("../imgs/bread3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 57, 89, 0.5333333333);
  z-index: 1;
}
.banner .container {
  z-index: 2;
}
.banner h1,
.banner p,
.banner .breadcrumb {
  color: #ffffff;
}
.banner .breadcrumb {
  background: none;
  margin-top: 1rem;
}
.banner .breadcrumb li + li::before {
  color: #ffffff;
}
.banner .breadcrumb .active {
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .banner {
    min-height: 200px;
  }
  .banner h1 {
    font-size: 2rem;
  }
  .banner p {
    font-size: 1rem;
  }
}

.sub-page::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../imgs/pattern-1.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  content: "";
  opacity: 0.1;
  z-index: -1;
}
.sub-page .image-column {
  position: relative;
}
.sub-page .image-column .image {
  position: relative;
  margin-bottom: 0;
}
.sub-page .image-column .image::before {
  position: absolute;
  left: -14% !important;
  top: -6% !important;
  height: 110% !important;
  width: 127% !important;
  opacity: 1;
}

.animation-float {
  animation: float 4s infinite;
  transition: all 300ms ease;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.home-registration-fee {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  position: relative;
  color: #ffffff;
  z-index: 1;
  text-align: center;
}

.fee-box {
  padding: 1rem;
  background: #ffffff;
  color: #081245;
  transition: all 0.4s ease;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.024), 0 0 2.7px rgba(0, 0, 0, 0.034), 0 0 13.8px rgba(0, 0, 0, 0.041), 0 0 23.2px rgba(0, 0, 0, 0.049), 0 0 30px rgba(0, 0, 0, 0.07);
}
.fee-box:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.4);
}
.fee-box h3 {
  color: #081245;
  font-size: 1.425rem;
  font-weight: 600;
  font-family: "Aboreto";
  text-align: center;
}
.fee-box h3 span {
  display: block;
  font-size: 14px;
  color: rgba(14, 57, 89, 0.5333333333);
  text-align: center;
}
.fee-box h5 {
  color: #000000;
  margin-top: 0.125rem;
  font-size: 0.9rem;
  text-align: center;
  font-weight: 500;
}
.fee-box p {
  color: rgba(14, 57, 89, 0.5333333333);
}
.fee-box ul {
  border: 2px dashed #d9dee4;
  transition: box-shadow 200ms ease-in;
  list-style: none;
  width: 100%;
  padding-left: 0;
}
.fee-box ul.intl-fee:hover {
  box-shadow: 0 4px 24px -8px rgba(14, 57, 89, 0.5333333333);
}
.fee-box ul.intl-fee li:hover {
  box-shadow: none;
}
.fee-box li {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 0.3em 0;
  border-bottom: 1px solid #ececec;
  transition: box-shadow 200ms ease-in;
  font-family: "Quicksand";
}
.fee-box li:hover {
  box-shadow: 0 4px 24px -8px rgba(14, 57, 89, 0.5333333333);
}
.fee-box li:last-child {
  border: none;
}
.fee-box li .pricing-tag {
  font-size: 16px;
  font-weight: 700;
  color: #0824ae;
  text-transform: uppercase;
  background: #e2f4ff;
  padding: 5px 20px;
  line-height: 36px;
  border-radius: 3px;
  border: 0;
  position: relative;
}
.fee-box li .pricing-tag::before, .fee-box li .pricing-tag::after {
  position: absolute;
  top: 0;
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: #ffffff;
  border-radius: 50%;
  margin: auto;
}
.fee-box li .pricing-tag::before {
  left: -10px;
  bottom: 0;
}
.fee-box li .pricing-tag::after {
  right: -10px;
  left: auto;
}

.pricing-label-img,
.pricing-label-img1 {
  line-height: 0;
  width: 100%;
}
.pricing-label-img img,
.pricing-label-img1 img {
  width: 100%;
}

.pricing-label-img1 {
  transform: rotate(180deg);
  margin: -2px 0 0;
}

.footer {
  color: #ffffff;
  background-color: #081245;
  background: url("../imgs/footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 80px 0 30px 0;
  position: relative;
}
.footer a {
  text-decoration: none;
}
.footer:before {
  content: "";
  position: absolute;
  inset: 0;
}
.footer .footer-content .footer-info {
  margin-bottom: 30px;
}
.footer .footer-content .footer-info h3,
.footer .footer-content .footer-info h4 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
  font-family: "Aboreto";
  letter-spacing: 1.2px;
  color: #ffae00;
}
.footer .footer-content .footer-info img {
  height: 90px;
  padding: 8px;
  background-color: #ffffff;
  width: auto;
  max-width: 300px;
  border-radius: 10px;
}
.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #ffffff;
}
.footer .footer-content .footer-info .sec-contact {
  font-size: 14px;
  margin: 5px 0 0;
  font-family: "Quicksand";
  color: #ffffff;
  letter-spacing: 1px;
}
.footer .footer-content .footer-info .sec-contact a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.8px;
  transition: 0.3s all ease-in;
}
.footer .footer-content .footer-info .sec-contact a:hover, .footer .footer-content .footer-info .sec-contact a:focus {
  color: #ffae00;
}
.footer .footer-content .footer-info .sec-name {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat";
  color: #eee8e8;
  font-weight: 600;
  text-shadow: #000000 1px 1px;
}
.footer .footer-content .footer-info .sec-add {
  font-size: 14px;
  margin: 10px 0 0;
  font-family: "Poppins";
  color: #eee8e8;
  font-weight: 200;
  text-shadow: #000000 1px 1px;
  text-align: justify;
  text-justify: inter-word;
  letter-spacing: 0.5px;
}
.footer .footer-content .footer-links {
  margin-bottom: 30px;
}
.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-content .footer-links ul li {
  padding: 4px 0;
}
.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-content .footer-links ul li a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 300;
  transition: 0.3s all ease-in;
}
.footer .footer-content .footer-links ul li a:hover, .footer .footer-content .footer-links ul li a:focus {
  color: #ffae00;
}
.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
}
.footer .footer-legal .copyright span {
  color: #ab2d30;
  font-weight: 600;
  font-size: 17px;
}
.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #ffffff;
}
.footer .footer-legal .credits a {
  color: #ab2d30;
  font-weight: 600;
  font-size: 14px;
}

#backtotop {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  padding: unset;
  display: grid;
  place-items: center;
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 100;
  animation: 2s bounce infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #081245;
  border: 1px solid #ffffff;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}
#backtotop:hover, #backtotop:focus {
  background-color: #ffffff;
  color: #081245;
  border-color: #081245;
}

@keyframes bounce {
  0% {
    bottom: 3%;
  }
  50% {
    bottom: 2.5%;
  }
  100% {
    bottom: 3;
  }
}
.sub-page p {
  line-height: 2;
}
.sub-page a {
  text-decoration: none;
}
.sub-page .ul-table {
  list-style-type: none;
  padding: 0;
}
.sub-page .ul-table li {
  border: 1px solid rgba(14, 57, 89, 0.5333333333);
  padding: 10px 20px;
}
.sub-page .ul-table li:not(:last-child) {
  border-bottom: 0;
}

#about-kochi .image {
  padding: 10px;
  border: 1px solid #ab2d30;
  border-radius: 20px;
}
#about-kochi .image img {
  border-radius: 10px;
}

#contactus .map {
  padding: 10px;
  border: 1px solid #ab2d30;
  border-radius: 20px;
}
#contactus .map iframe {
  border-radius: 10px;
}
#contactus .contact-links p {
  margin-bottom: 0;
}
#contactus .contact-links a {
  color: #ab2d30;
  transition: 0.3s all ease-in;
}
#contactus .contact-links a:hover, #contactus .contact-links a:focus {
  color: #081245;
}
#contactus input,
#contactus textarea {
  border: 1px solid #ccc !important;
  background: transparent !important;
  transition: border-color 0.3s ease-in;
}
#contactus input:focus,
#contactus textarea:focus {
  border-color: #ab2d30 !important;
  box-shadow: none !important;
}
#contactus label::after,
#contactus label::after {
  background: transparent !important;
}
#contactus .contact-card {
  background-color: #f2f2f2;
  border-radius: 10px;
  border: 1px solid #ddd;
  border-left: 5px solid #081245;
}

ol.register-guidelines > li::before, ol.register-guidelines > li {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

ol.register-guidelines {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}
ol.register-guidelines > li {
  background: #ffffff;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
ol.register-guidelines > li::before, ol.register-guidelines > li::after {
  background: linear-gradient(135deg, #e2f4ff 0%, #ffae00 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}
ol.register-guidelines > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #000000;
  display: flex;
  font: 900 1.5em/1 "Montserrat";
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}
ol.register-guidelines > li:nth-child(10n+1):before {
  background: linear-gradient(135deg, rgba(226, 244, 255, 0.2) 0%, rgba(255, 174, 0, 0.2) 100%);
}
ol.register-guidelines > li:nth-child(10n+2):before {
  background: linear-gradient(135deg, rgba(226, 244, 255, 0.4) 0%, rgba(255, 174, 0, 0.4) 100%);
}
ol.register-guidelines > li:nth-child(10n+3):before {
  background: linear-gradient(135deg, rgba(226, 244, 255, 0.6) 0%, rgba(255, 174, 0, 0.6) 100%);
}
ol.register-guidelines > li:nth-child(10n+4):before {
  background: linear-gradient(135deg, rgba(226, 244, 255, 0.8) 0%, rgba(255, 174, 0, 0.8) 100%);
}
ol.register-guidelines > li:nth-child(10n+5):before {
  background: linear-gradient(135deg, #e2f4ff 0%, #ffae00 100%);
}
ol.register-guidelines > li:nth-child(10n+6):before {
  background: linear-gradient(135deg, rgba(226, 244, 255, 0.8) 0%, rgba(255, 174, 0, 0.8) 100%);
}
ol.register-guidelines > li:nth-child(10n+7):before {
  background: linear-gradient(135deg, rgba(226, 244, 255, 0.6) 0%, rgba(255, 174, 0, 0.6) 100%);
}
ol.register-guidelines > li:nth-child(10n+8):before {
  background: linear-gradient(135deg, rgba(226, 244, 255, 0.4) 0%, rgba(255, 174, 0, 0.4) 100%);
}
ol.register-guidelines > li:nth-child(10n+9):before {
  background: linear-gradient(135deg, rgba(226, 244, 255, 0.2) 0%, rgba(255, 174, 0, 0.2) 100%);
}
ol.register-guidelines > li:nth-child(10n+10):before {
  background: linear-gradient(135deg, rgba(226, 244, 255, 0) 0%, rgba(255, 174, 0, 0) 100%);
}
ol.register-guidelines > li + li {
  margin-top: 2rem;
}

#kerala-cheapter .speaker-block-three .inner-box,
#national-executive .speaker-block-three .inner-box,
#organizing-committee .speaker-block-three .inner-box {
  background-image: url(../imgs/committee-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 1rem;
}
#kerala-cheapter .speaker-block-three .image-box:before,
#national-executive .speaker-block-three .image-box:before,
#organizing-committee .speaker-block-three .image-box:before {
  background-image: none;
}
#kerala-cheapter .speaker-block-three .info-box,
#national-executive .speaker-block-three .info-box,
#organizing-committee .speaker-block-three .info-box {
  background-color: unset;
  display: block;
  padding: 1rem !important;
}
#kerala-cheapter .speaker-block-three .info-box::before,
#national-executive .speaker-block-three .info-box::before,
#organizing-committee .speaker-block-three .info-box::before {
  content: unset;
}
#kerala-cheapter .speaker-block-three .info-box .name,
#national-executive .speaker-block-three .info-box .name,
#organizing-committee .speaker-block-three .info-box .name {
  color: #081245;
  text-align: center;
  font-size: 1.25rem;
}
#kerala-cheapter .speaker-block-three .info-box .designation,
#national-executive .speaker-block-three .info-box .designation,
#organizing-committee .speaker-block-three .info-box .designation {
  color: #ab2d30;
  text-align: center;
  font-size: 1.125rem;
}/*# sourceMappingURL=style.css.map */