* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "DM Sans";
}

.container-mini {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.for-mobile {
  display: none !important;
}
.for-desktop {
  display: block !important;
}

.hero-banner-area {
  position: relative;
  overflow: hidden;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  top: 40%;
  text-align: center;
  color: white;
}

@media (max-width: 1800px) {
  .overlay{
     top: 30%;
  }
}
@media (max-width: 768px) {
  .overlay{
     top: 50%;
  }
}
@media (max-width: 450px) {
  .overlay{
     top: 50%;
  }
}

.title {
  font-size: 45px;
  font-weight: bold;
}

.overlay h4 {
  color: #fff;
  padding: 15px 0px;
}

.info-bar {
  background: #ffc3d5;
  padding: 1.5rem;
  border-radius: 10px;
  color: #000;
  max-width: 800px;
  width: 90%;
  margin: 1rem auto;
  box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
  transition: all 0.3s ease;
}

/* Optional: Make text and padding adjust on smaller screens */
@media (max-width: 640px) {
  .info-bar {
    font-size: 0.9rem;
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .info-bar {
    font-size: 0.85rem;
    padding: 0.75rem;
  }
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.btn {
  background-color: #c72459;

  border-radius: 10px;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;

  padding: 10px 35px;
}

.area-control-discover img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
}

.org__team {
  position: relative;
  z-index: 1;
  padding: 50px 0px;
  margin: 40px 0px;
}
.org__team::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: color;
  opacity: 0.2;
  transform: scaleX(-1);
  z-index: -1;
}
.committee {
  position: relative;
  z-index: 1;
  padding: 20px 0px;
}

.committee__img {
  border-radius: 100%;
  width: 150px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 16px;
}
.text-banner-organizing {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.committee__info {
  text-align: center;
}

.comm__name {
  font-weight: bold;
}

/*----------------------third-----------------*/
.head-confrence {
  padding: 40px 0px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.registration__section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.reg__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
  animation: 4s up-down linear infinite;
}

.reg__img img {
  width: 100%;
}

@keyframes up-down {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
}

.card-motif_2 {
  position: relative;
}

.card-motif_2 img {
}
.registration__info {
  height: 430px;
  background: #c72459;
  margin-bottom: 30px;
}

.registration__type {
  font-size: 22px;
}

.registration__top {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  color: #fff;
  margin-top: -1px;
}

.ticket-one__price-box {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #ef87bc 0%, #ffc3d5 100%);

  margin-top: 13px;
  padding: 18px 30px 18px;
  border-top-right-radius: 37px;
  border-bottom-right-radius: 37px;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ticket-one__price-box h3 {
  font-size: 18px;
  font-weight: 700;
}

.registration__info:hover .ticket-one__price-box {
  padding-right: 80px;
}

.ticket-one__points {
  position: relative;
  display: block;
}

.ticket-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ticket-one__points li .icon {
  color: var(--primary-color);
}

.ticket-one__points li .text p {
  margin-bottom: 0;
  margin-left: 15px;
}

.registration__info table td,
.registration__info table th {
  background: none;
  border-color: #ffffff;
  color: #fff;
}

.table-responsive .table th {
  vertical-align: middle;
}

.table-responsive .table td {
  vertical-align: middle;
  text-align: right;
}

.venue__section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.venue__info {
  position: relative;
  display: block;
  border-radius: 20px;
  padding: 50px;
  z-index: 1;
  background: linear-gradient(135deg, #ef87bc, #ffc3d5);
  backdrop-filter: blur(10px);

  overflow: hidden;
}

.venue__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.sec02 {
  padding-top: 60px;
  padding-bottom: 90px;
  z-index: 1;
}
.sec02_list li {
  list-style: none;
}
.link_zone li {
  list-style: none;
}
.circle strong {
  font-size: 13px;
}

.sec02 .inner {
  display: flex;
  gap: 0 60px;
}
/* .sec02 .inner > div {width: 50%;} */
.sec02 .title {
  margin-bottom: 20px;
}
.sec02 .aos-animate .title span {
  -webkit-animation: spantextcolot_ver02 6s linear both;
  animation: spantextcolot_ver02 6s linear both;
}
@-webkit-keyframes spantextcolot_ver02 {
  3%,
  14%,
  100% {
    transform: none;
  }
  8% {
    transform: translateY(-10%);
    color: #1d7cca;
  }
  50% {
    color: #083569;
  }
}
@keyframes spantextcolot_ver02 {
  3%,
  14%,
  100% {
    transform: none;
  }
  8% {
    transform: translateY(-10%);
    color: #1d7cca;
  }
  50% {
    color: #083569;
  }
}
.sec02 .leftBox .topBox .dates {
  display: flex;
  gap: 2%;
}
.sec02 .leftBox .topBox .dates li {
  width: calc(100% / 3);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
  opacity: 0;
}
.sec02 .leftBox .topBox.aos-animate .dates li {
  -webkit-animation: leftMove 1s ease both;
  animation: leftMove 1s ease both;
}
.sec02 .leftBox .topBox.aos-animate .dates li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sec02 .leftBox .topBox.aos-animate .dates li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sec02 .leftBox .topBox .dates strong {
  font-size: 20px;
  text-align: center;
  display: block;
  padding: 15px 5px;
  color: #fff;
}
.sec02 .leftBox .topBox .dates li.date01 strong {
  background: #1f538e;
}
.sec02 .leftBox .topBox .dates li.date02 strong {
  background: #c95d5a;
}
.sec02 .leftBox .topBox .dates li.date03 strong {
  background: #ebbc4c;
}
.sec02 .leftBox .topBox .dates p {
  font-size: 16px;
  padding: 20px 8%;
}
.sec02 .leftBox .topBox .textBox {
  border-radius: 5px;
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(45deg, #248ccc, #60bca6);
  padding: 10px;
  text-align: center;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 0px #d3d3d3;
}
.sec02 .leftBox .botBox .topTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.sec02 .leftBox .botBox .topTitle .title {
  margin-bottom: 0;
}
.sec02 .leftBox .botBox .topTitle a {
  color: #e02b20;
  font-size: 14px;
  position: relative;
}
.sec02 .leftBox .botBox .topTitle a:after {
  content: "";
  width: 0;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(224, 43, 32, 0.1);
  transition: 0.5s ease;
}
.sec02 .leftBox .botBox .topTitle a i {
  margin-left: 5px;
}
.sec02 .leftBox .botBox .textBox {
  background: #f5f5f5;
  padding: 25px 4%;
  display: flex;
  gap: 5%;
  align-items: center;
}
.sec02 .leftBox .botBox .textBox .profileSwiper {
  width: 32%;
  height: 100%;
  padding-bottom: 35px;
  opacity: 0;
}
.sec02 .leftBox .botBox .textBox .profileSwiper .swiper-slide {
  cursor: pointer;
}
.sec02 .leftBox .botBox .textBox .profileSwiper .swiper-pagination {
  bottom: 5px;
}
.sec02
  .leftBox
  .botBox
  .textBox
  .profileSwiper
  .swiper-pagination-bullet-active {
  background: #0c71c3;
}
.sec02 .leftBox .botBox .textBox .swiper-slide .imgBox {
  position: relative;
  max-width: 135px;
  max-height: 135px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.sec02 .leftBox .botBox .textBox .swiper-slide .imgBox:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--pointColor);
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  border-radius: 50%;
}

/* ======================================================================================================================================= 
layout css ver 2025 
======================================================================================================================================= */

.main_2025 .section02 {
  padding: 40px 0 0px;
  overflow: hidden;
}
.main_2025 .section02 .inner_sec {
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 0 20px;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 0px;
  box-sizing: border-box;
}
.main_2025 .section02 .big_part {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
  letter-spacing: 5px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
@-webkit-keyframes main2025_letter {
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.2px;
  }
}
@keyframes main2025_letter {
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.2px;
  }
}
.main_2025 .section02 .inner_sec.aos-animate .big_part {
  -webkit-animation: main2025_letter 1.1s ease-out 1 forwards;
  animation: main2025_letter 1.1s ease-out 1 forwards;
}

.main_2025 .sec02_list {
  display: flex;
  gap: 0 30px;
}
.main_2025 .sec02_right .big_part {
  margin-bottom: 47px;
}
.main_2025 .sec02_list li {
  flex-basis: 33.33%;
  opacity: 0;
  transform: translateX(-100px);
}
.main_2025 .sec02_list .tt {
  font-size: 18px;
  font-weight: 600;
  color: #1c1c1c;
  display: flex;
  margin-bottom: 30px;
}
.main_2025 .sec02_list .tt i {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin-right: 8px;
  position: relative;
  transform: translateY(4px);
}
.main_2025 .sec02_list .tt i::before {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -1px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
}
.main_2025 .sec02_list li:nth-child(1) .tt i {
  background-color: #086062;
}
.main_2025 .sec02_list li:nth-child(1) .tt i::before {
  background-color: #6ed79e;
}
.main_2025 .sec02_list li:nth-child(2) .tt i {
  background-color: #70d99f;
}
.main_2025 .sec02_list li:nth-child(2) .tt i::before {
  background-color: #f0fe9c;
}
.main_2025 .sec02_list li:nth-child(3) .tt i {
  background-color: #f28142;
}
.main_2025 .sec02_list li:nth-child(3) .tt i::before {
  background-color: #faef9c;
}
.main_2025 .sec02_left .big_part {
  margin-bottom: 45px;
  padding-left: 20px;
  padding-right: 20px;
}
.main_2025 .sec02_list .circle {
  width: 230px;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
}

.main_2025 .sec02_list .circle > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_2025 .sec02_list .circle p {
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  gap: 10px;
  line-height: 1.4;
  text-align: center;
}

.main_2025 .sec02_list .circle .round {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  transform: rotate(90deg);
  stroke-dasharray: 700;
}

/* Number */
.main_2025 .sec02_list .circle p span {
  font-size: 36px;
  text-align: center;
  line-height: 1;
}

/* ------------------ RESPONSIVE BREAKPOINTS ------------------ */

/* Tablet and below (1024px) */
@media (max-width: 1024px) {
  .main_2025 .sec02_list .circle {
    width: 180px;
  }

  .main_2025 .sec02_list .circle p {
    font-size: 16px;
    gap: 8px;
  }

  .main_2025 .sec02_list .circle p span {
    font-size: 28px;
  }
}

/* Phones and small tablets (768px) */
@media (max-width: 768px) {
  .main_2025 .sec02_list .circle {
    width: 150px;
  }

  .main_2025 .sec02_list .circle p {
    font-size: 15px;
    gap: 6px;
  }

  .main_2025 .sec02_list .circle p span {
    font-size: 24px;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .main_2025 .sec02_list .circle {
    width: 120px;
  }

  .main_2025 .sec02_list .circle p {
    font-size: 14px;
    gap: 4px;
  }

  .main_2025 .sec02_list .circle p span {
    font-size: 20px;
  }
}

.main_2025 .link_zone ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding-left: 0px;
 
}
.main_2025 .link_zone ul li {
  opacity: 0;
  transform: translateY(100px);
  height: 100%;
  transition: all 0.35s ease-out;
  
}
.main_2025 .link_zone ul li a {
  height: 100%;
  text-decoration: none;
}
.main_2025 .link_zone ul li p {
  height: 100%;
}
.main_2025 .link_zone ul li:hover {
  height: 130%;
}
.main_2025 .sec02_right .cont {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.main_2025 .link_zone p {
  position: relative;
  width: 400px;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #000;
  font-size: 22px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .main_2025 .link_zone p {
    font-size: 20px;
    padding: 10px 16px;
     width: 300px;
  }
}

/* Small tablets and large phones (768px) */
@media (max-width: 768px) {
  .main_2025 .link_zone p {
    font-size: 18px;
    padding: 10px 14px;
    max-width: 100%;
  }
}

/* Phones (480px and below) */
@media (max-width: 480px) {
  .main_2025 .link_zone p {
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 14px;
  }
}
.main-accom-date > div:not(:last-child) {
  margin-bottom: 10px;
}
.dr-seconnnd-input {
  display: grid;
  grid-template-columns: 1fr; /* Default: mobile = 1 column */
  gap: 20px; /* spacing between grid items */
   margin-top:20px;
}

/* Medium screens and up: 3 columns */
@media (min-width: 768px) {
  .dr-seconnnd-input {
    margin-top:40px;
    grid-template-columns: repeat(3, 1fr);
  }
}


.main_2025 .link_zone .qlicon {
  z-index: 1;
  position: relative;
  width: auto;
  position: absolute;
  right: 22px;
  bottom: 20px;
  transform-origin: right bottom;
  transition: all 0.3s ease;
  scale: 0.54;
}
.main_2025 .link_zone .bg_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.main_2025 .sec02_list li:nth-child(1) .circle {
  color: #c72459;
}
.main_2025 .sec02_list li:nth-child(2) .circle {
  color: #c72459;
}
.main_2025 .sec02_list li:nth-child(3) .circle {
  color: #c72459;
}
.main_2025 .link_zone li:nth-child(1) p {
  background-color: #c72459;
}
.main_2025 .link_zone li:nth-child(2) p {
  background-color: #ffc3d5;
}
.main_2025 .link_zone li:nth-child(3) p {
  background-color: #ffc3d5;
}

.main_2025 .section03 .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}
@-webkit-keyframes main2025_sec02_ani {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes main2025_sec02_ani {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.main_2025 .section02 .inner_sec.aos-animate .sec02_list li:nth-child(1) {
  -webkit-animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards;
  animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards;
}
.main_2025 .section02 .inner_sec.aos-animate .sec02_list li:nth-child(2) {
  -webkit-animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.1s;
  animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.1s;
}
.main_2025 .section02 .inner_sec.aos-animate .sec02_list li:nth-child(3) {
  -webkit-animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.2s;
  animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.2s;
}
.main_2025 .section02 .inner_sec.aos-animate .link_zone ul li:nth-child(1) {
  -webkit-animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.2s;
  animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.2s;
}
.main_2025 .section02 .inner_sec.aos-animate .link_zone ul li:nth-child(2) {
  -webkit-animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.3s;
  animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.3s;
}
.main_2025 .section02 .inner_sec.aos-animate .link_zone ul li:nth-child(3) {
  -webkit-animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.4s;
  animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.4s;
}
.main_2025 .section02 .inner_sec.aos-animate .label_zone .box:nth-child(1) {
  -webkit-animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.4s;
  animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.4s;
}
.main_2025 .section02 .inner_sec.aos-animate .label_zone .box:nth-child(2) {
  -webkit-animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.5s;
  animation: main2025_sec02_ani 0.76s ease-in-out 1 forwards 0.5s;
}

.mobile-msg {
  display: none;
  position: absolute;
  top: 37vh;
  left: 7vw;
  margin-left: -62vw;
  transform: translate(62vw, 0px);
  background-size: cover;
  color: #fff;
  background-repeat: no-repeat;
  padding: 10px 15px;
  width: 85vw;
  text-align: center;
  background-image: url(../images/committee-flag.svg);
  background-position: center 20%;
  font-size: 28px;
}

.mobile-msg:before {
  content: "";
  position: Absolute;
  top: 0px;
  left: -1px;
  border-left: 50px solid #fff;
  border-top: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
.mobile-msg:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -1px;
  border-right: 50px solid #fff;
  border-top: 50px solid transparent;
  border-left: 50px solid transparent;
  border-bottom: 50px solid transparent;
}

/*-------------------------header------------------*/

.pre_header {
  /*background:linear-gradient(to right,#d5ffed 20%,#f17373 20%);*/
  background-color: #f17373;
}
.pre_header_left {
  color: #fff;
  background-color: #f17373;
  border-radius: 0 0 0px 0;
  padding: 12px 0;
  font-size: 18px;
}
.pre_header_right {
}
.pre_header_right ul {
  margin: 0;
  padding: 0;
}
.pre_header_right ul li {
  list-style-type: none;
  display: inline-block;
  padding: 10px 0;
  margin-right: 25px;
}
.pre_header_right ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.pre_header_right ul li ul {
  position: absolute;
  top: 45px;
  left: -40px;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 215px;
  padding: 10px;
  max-height: 200px;
  box-shadow: 0 2px 10px 2px rgba(49, 49, 49, 0.2);
  border-top: 4px solid;
  border-top-color: #f17373;
  overflow: auto;
  background-color: #fff;
  display: none;
  z-index: 10;
}
.pre_header_right ul li ul li {
  list-style-type: none;
  margin-bottom: 0px;
  width: 100%;
  margin-right: 0;
}
.pre_header_right ul li ul li a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}
.pre_header_right ul li:hover ul {
  display: block;
}

.mobile-menu {
  text-align: right;
}
.mobile-menu i {
  font-size: 31px;
  color: #000;
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 332;
  background: #fff;
  box-shadow: 0 4px 10px #bdb9b9;
  transition: top 0.3s;
}

.logo-courve img {
  width: 100%;
}

.fixed {
  margin-bottom: 82px;
}
.main-menu-logo {
}
.main-menu-logo img {
  max-width: 85px;
}

.main-menu-search {
  background: linear-gradient(to right, #ffffff 20%, #5ce3a9 20%);
  width: 100%;
  border: 2px solid #5ce3a9;
  border-radius: 20px;
}
.main-menu-search > i {
  color: #6f6d6d;
  display: inline-block;
  width: 35px;
  text-align: center;
  font-size: 20px;
}
.main-menu-search input {
  display: inline-block;
  padding: 10px 0;
  border: none;
  width: calc(100% - 100px);
  border-radius: 0 0 0px 0;
}
.main-menu-search button {
  color: #fff;
  display: inline-block;
  border: none;
  background-color: transparent;
  width: 40px;
}

.main-manu-links {
  text-align: center;
}
.main-manu-links > ul {
  margin: 0;
}
.main-manu-links > ul > li:first-child {
  margin-left: 0;
}
.main-manu-links > ul > li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
.main-manu-links > ul > li > a {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}
.main-manu-links > ul > li > a i {
  color: #c72459;
  font-size: 18px;
  font-weight: bold;
}

.main-manu-links > ul > li > ul {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 200px;
  padding: 10px;
  max-height: 439px;
  box-shadow: 0 2px 10px 2px rgba(49, 49, 49, 0.2);
  border-bottom: 4px solid;
  border-top-color: #ef87bc;
  overflow: auto;
  display: none;
  z-index: 10;
  background: #c72459;
}

.main-manu-links > ul > li > ul > li {
  list-style-type: none;
  margin-bottom: 5px;
  border-bottom: 1px solid #ef87bc;
}
.main-manu-links > ul > li > ul > li:nth-child(6) {
  border-bottom: none;
}
.main-manu-links > ul > li > ul > li > a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

.main-manu-links > ul > li:hover ul {
  display: block;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.main-manu-links > ul > li:hover > a,
.main-manu-links > ul > li:hover a i,
.main-manu-links > ul > li > ul > li > a:hover {
  color: #000;
}

.nav-sec {
  position: relative;
  padding-top: 25px;
  padding-left: 0px;
}
.nav-sec::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 20px;
  width: 108%;
  height: 4px;
  background-color: #c72459;
  top: 71px;
}
.nav-sec-right {
  position: relative;
  padding-top: 18px;
  padding-left: 0px;
}

.nav-sec-right::after {
  content: "";
  position: absolute;

  width: 118%;
  height: 4px;
  background-color: #c72459;
  top: 70px;
  right: -34px;
}

.has-links ul {
  display: none;
}

.btn-header-ancer a {
  color: #fff;
  background: #c72459;
  display: inline-block;
  width: 120px;
  padding: 7px 0px;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;

  text-decoration: none;
}

.india-logo {
  max-width: 200px;
}

.banner1 img {
  width: 100%;
}

.home-banner-carousel .owl-dots .owl-dot.active span {
  background-color: #c72459 !important;
  width: 12px;
  height: 12px;
}
.home-banner-carousel .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
}

/*--------secong-------*/
.area-dcld {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  padding: 40px 0px;
}
.dcld-main {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.dcld-img {
  max-width: 280px;
}

.dcld-img img {
  width: 100%;
}

.main-upcoming-sec {
  background: linear-gradient(to right, #003366, #4a90e2);
  padding: 50px 20px;
}

.header-upcoming-date {
  text-align: center;
  margin-bottom: -16px;
  position: relative;
}

.header-upcoming-date span {
  background: #ff5722;

  padding: 8px 25px;
  border-radius: 10px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.date-grid-upcoming {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-left: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.date-item-upcoming .info {
  font-weight: bold;
}
.date-item-upcoming .arrow {
  font-weight: bold;
  color: #ff3131;
  font-size: 20px;
}
.date-item-upcoming {
  display: flex;
  align-items: center;
  gap: 15px;
}

.date-item-upcoming .date h5 {
  font-size: 48px;
  font-weight: bold;
  color: #29b374;
  margin-bottom: 0px;
}

.date-item-upcoming .date p {
  font-size: 16px;
  display: block;
  color: #666;
  margin-bottom: -4px;
}

.date-item-upcoming .date b {
  font-size: 16px;
  display: block;
  color: #666;
  font-weight: normal;
  margin-top: -5px;
}
.presid-msg-img img {
  width: 100%;
  border-radius: 20px;
}
.card-upcoming-sec {
  background: #fff;
  border-radius: 20px;
}

.transplant-experts-about-content p {
  text-align: justify;
}
.about {
  padding-bottom: 40px;
  position: relative;
}

.about-hard-img-top {
  position: absolute;
  left: 100px;
  top: 100px;
}
.about-hard-img-top img {
  max-width: 130px;
}

.about-hard-img-top-2 {
  position: absolute;
  right: 70px;
  bottom: -20px;
}
.about-hard-img-top-2 img {
  max-width: 190px;
}

.transplant-experts-card-sec {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.transplant-experts-card-sec h5 {
  font-weight: bold;
  padding-top: 10px;
}

.transplant-experts-about-img img {
  border-radius: 20px;
  margin: auto;
}

.organising-team-head {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 6px;
}

/*--------third-------*/

.card-elementer-box {
  margin-bottom: 25px;
}

.img-faq-treatment {
  position: relative;
}

.img-faq-treatment img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* Overlay using ::after */
.img-faq-treatment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Red color tint */
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.faq-treatment-area {
  position: relative;
}
.faq-treatment-area-text {
  position: absolute;
  text-align: center;
  top: 80%;
}

.faq-treatment-area-text h5 {
  line-height: 25px;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
}

.frequely-text {
  text-align: center;
}
.frequely-text h4 {
  font-weight: bold;
  font-size: 40px;
}

.progame-heightlight-btn {
  text-align: center;
  padding: 50px 0px;
}

.blue-section-organising h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-top: 35px;
}

.card-learing iframe {
  height: 400px;
  width: 650px;
}

.confrece-main h2 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 15px;
}

.footer-end {
  position: relative;
}
.altrustic {
  max-width: 220px;
  position: absolute;
  right: 40px;

  top: 174px;
}
.altrustic img {
  width: 100%;
  display: none;
}

/*popup*/
.popup1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 20000;
}
.popup1a {
  max-width: 450px;
  position: relative;
  padding: 45px;
  background: #fff;
}
.popup1a span {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 25px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}

.popup1a img {
  width: 100%;
}
.popup1a p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #23a968;
}

/*popup*/

.trans-organising td {
  background: #fff;
}

.register-btn a {
  padding: 7px 10px;
  background: #c72459;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 10px;
  width: 200px;

  display: inline-block;
}

.section {
  padding: 30px 20px;
}

.content-container {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.image-box img {
  width: 250px;
  height: auto;
  border-radius: 15px;
}

.text-box {
  max-width: 600px;
}

.progame-heightlight-area {
  position: relative;
}

.cammel-img img {
  max-width: 200px;
  width: 100%;
  position: absolute;
  left: 30%;
  top: 39%;
  z-index: -1;
}

.highlight {
  color: #c72459;
  font-weight: bold;
}

.sub-heading {
  font-size: 16px;
  color: #444;
  margin-top: 5px;
}
.text-box h2 {
  font-size: 40px;
}
.description {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  line-height: 1.5;
  text-align: justify;
}

.organ-day {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../images/programe-hightlight.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.card-learing {
  text-align: center;
  padding: 50px 0px;
  position: relative;
}

.learning-yt-img {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-icon:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -2px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}

.play-icon:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -2px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.starts-in-img {
  max-width: 400px;
}
.starts-in {
  padding: 30px 0px;
  display: flex;
  justify-content: center;
}
.organising {
}

.list-counter {
}
.list-counter ul {
  display: flex;
  justify-content: space-around;
}

.list-counter ul li {
  list-style: none;
  height: 170px;
  width: 170px;
  border-radius: 5%;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: capitalize;

  color: #000;

  box-shadow: 2px 2px 10px 2px #0d0d0d40;
}

.counter-of-calender {
  border-radius: 30px;
}

#countdown span {
  font-size: 45px;
  font-weight: bold;
  color: #000;
}

#india-gate {
  width: 100%;
  height: 300px;
  border-radius: 25px;
}

.img-wrapper {
  display: flex;
  justify-content: center;
}
.img-wrapper img {
  width: 100%;
  background: #fff;
}

.carousel-partners .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 80px;
  background: translate;
}
.carousel-partners .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 80px;
  background: translate;
}
.carousel-partners .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}
.carousel-partners .owl-nav button span:hover {
  background: translate;
}
.carousel-partners {
}

.carousel-partners .owl-nav button span {
  font-size: 75px;
  font-weight: bold;
  line-height: 45px;
  color: #4db7ce;
  display: none;
}
.carousel-partners .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
  padding-right: 60px;
}
.carousel-partners .owl-nav .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
}

.area-testamrial-caro {
  padding: 50px 0px;
  margin-bottom: 50px;
  background: #d3c5aa;
  border-radius: 20px;
}

.testimonial-section {
}

.img-wrapper img {
  max-width: 220px;
  border-radius: 20px;
  padding: 30px;
}

.area-sponsors {
  padding-top: 50px;
}

.footer-area {
  color: #fff;
  background: #c72459;
  padding: 30px 0px;
}
.main-footer {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../images/programe-hightlight.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 300px;
  padding-top: 50px;
}

.footer-social-box p {
  padding: 0px 30px 0px 0px;
  text-align: justify;
  color: #fff;
}

.footer-link-box ul {
  padding-left: 0px;
  padding-top: 10px;
}

.footer-link-box ul li {
  list-style: none;
}

.footer-social-box ul li {
  list-style: none;
  margin-right: 6px;
}
.footer-social-box ul {
  display: flex;
  padding-left: 0px;
}
.footer-social-box i {
  background-color: #ffc3d5;
  color: #c72459;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-link-box ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-link-box h5 {
  font-weight: 600;
  color: #fff;
}
.footer-social-box h5 {
  font-weight: 600;
  color: #fff;
}

.footer-logo {
  padding-top: 30px;
}

.footer-social-box a {
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
}

.footer-end {
  padding: 10px 0px;
  text-align: end;
}
.footer-end a {
  color: #fff;
  text-decoration: none;
}
.footer-end a:hover {
  color: #fff;
}
/*---------A to Z----page----*/
.faq-about {
  background-image: linear-gradient(
    to right,
    #000101 0%,
    #196181 51%,
    #196181 100%
  );
  margin: 40px 0px;
  color: #fff;
}
.faq-about h5 {
  padding: 20px 0px;
  text-transform: uppercase;
  text-align: center;
}

.accordion-list-item {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 30px 0px;
  margin-bottom: 10px;
}
.accordion-title {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
}

.accordion-title i {
  color: #23a968;
}

/*---------Scientific Program----*/

/*----.scientfic-btn{position: relative;width: 100%;height: 500px;overflow: hidden;}---*/

.symposium-banner img {
  width: 100%;
}
.symposium-banner {
  position: relative;
}
.symposium-banner-text {
  position: absolute;
  top: 80px;
  left: 120px;
  color: #000;
}

.symposium-banner-text h3 {
  font-size: 60px;
  font-weight: 700;
}

.section_content-meeting p {
  text-align: justify;
}

.scientfic-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-overlay-sentafic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 175, 184, 0.5); /* Black with 40% transparency */
}

.know-more-scientfic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.know-more-scientfic a {
  background: #26588e;
  color: #fff;
  font-size: 25px;
  padding: 30px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
}

.fixed-bg-banner {
  position: relative;
  background-attachment: fixed;
}
.fixed-bg-banner img {
  width: 100%;
  height: 100%;

  overflow: hidden;

  object-fit: cover;
}

.content-banner-area {
  position: absolute;
  top: 15%;
  left: 7%;
}

.guiding-text-main {
  padding: 40px;
  border-radius: 10px;
  margin: 40px 0px;
}
.ue_gradient_text {
  color: #b6dee1;
}
.guiding-text-para {
  padding-bottom: 20px;
}

.guiding-text-heading h3 {
  font-size: 25px;
  font-weight: 600;
  text-transform: none;

  text-decoration: none;
  line-height: 1.4em;
  letter-spacing: 0.5px;
}
.guiding-text-heading {
}

.preliminary-btn a {
  display: inline-block;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(
    to right,
    #3e7b80 0%,
    #51afb8 51%,
    #336fca 100%
  );
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 10px;
}

.cta__content-card {
  text-align: center;
  background-color: #26588e;
  color: #fff;
  height: 300px;
  border-radius: 10px;
}

.cta__content-card:hover {
  background-color: #75e0b2;
  color: #000;
}

.cta__content-card h2 {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0.5px;
  padding-top: 30px;
}

.cta__content-main {
  margin-top: 50px;
}
.cta__content-pera {
  padding: 10px 25px 25px 25px;
}
.cta__content-link a {
  color: #000;
  text-decoration: none;
  background: #fff;
  padding: 10px 30px;
  border-radius: 20px;
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.fixed-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(60%);
}

.section_content-meeting h3 {
  font-size: 25px;
  padding-bottom: 5px;
  padding-top: 25px;
  font-weight: 600;
}

.newslatter-area {
  background: #26588e;
  text-align: center;
  color: #fff;
  padding: 50px 0px 80px 0px;
  border-radius: 10px;
}

.newslatter-text-btn {
  background: #75e0b2;
  padding: 20px;
  border-radius: 10px;
}
.newslatter-area span {
  font-size: 25px;
}
.newslatter-text h2 {
  font-size: 40px;
}
.newslatter-text {
  padding-bottom: 30px;
}

.footer-update {
  background: #75e0b2;
}

.update-footer-sec {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}

.update-footer-icon i {
  color: #fff;
  font-size: 23px;
  padding: 20px 5px;
}
.text-icon-list-fotter {
  color: #fff;
}

.symposium-sec {
  background: #004a80;
  color: #fff;
}
.cell-symposium blockquote {
  font-size: 25px;
  padding: 60px 0px;
  font-weight: 500;
}
.cell-symposium p {
  padding-top: 15px;
}

.area-advertisement-head {
  text-align: center;
  padding: 30px 0px;
}
.ad-rightrail-img img {
  width: 100%;
  border-radius: 20px;
}

.dessert-footer-banner img {
  width: 100%;
}

/*---------about-delhi---page----*/
.about-banner-area-delhi {
  padding-top: 40px;
}

/*--------login-abstrac---page----*/

.login-abstrac-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.abs-dont-miss-banner {
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  position: relative;
}

.abs-dont-miss-banner img {
  width: 100%;
  border-radius: 30px;
}
.abs-dont-liver {
  position: absolute;
}

.abs-dont-miss-banner h4 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #fff;
}

.main-visit-head {
  text-align: center;
  padding: 40px 0px;
}
.visit-curved-button-head {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  padding: 0;
  background: transparent;
}

.visit-curve-left,
.visit-curve-right {
  width: 31px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.visit-curve-left {
  background-image: url("https://ihpba2026.com/images/orange-big-left.png");
}

.visit-curve-right {
  background-image: url("https://ihpba2026.com/images/orange-big-right-.png");
}

.visit-button-content {
  background-color: #c7235a; /* Same color as inside the curves */

  white-space: nowrap;
  line-height: 60px;
}

.card-custom-about-jaipur img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}

.card-custom-about-jaipur img:hover {
  transform: scale(1.05);
}

/*--order-history---*/

.colpadding {
  padding: 10px;
}
.order-row {
  /* border: 1px #ddd solid;
 margin-top: 15px; */
  color: #000;
  border-bottom: 1px #ddd solid;
  padding: 10px;
  margin-bottom: 20px;
}

.order-heading-order-customername
  > span:hover
  .order-heading-order-customername-detail {
  display: block;
}
.order-boooking-text p {
  margin-bottom: 0px;
  font-weight: 600;
}

.order-row-product-box-detail {
  font-size: 15px;
}
.order-product {
  padding: 20px 20px;
}

.header-for-light h1 span {
  color: #027abb00;
}
.widget-title {
  position: relative;
  height: 50px;
  color: #fff;

  font-size: 16px;
  margin: 0px 0 20px;
  background-image: linear-gradient(
    to right,
    #000101 0%,
    #196181 51%,
    #196181 100%
  );
}
.widget-title i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #027abb00;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

.widget-title i:after {
  content: "";
  position: absolute;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-top: 8px solid #027abb00;
  border-left: 8px solid transparent;
  left: 16px;
  bottom: -8px;
  z-index: 1;
}
.widget-block {
  margin-bottom: 10px;
}
.catalog li {
  margin-bottom: 0px;
  border: 1px solid #eaeaea;
  font-size: 16px;
  line-height: 24px;
}
.catalog li a {
  position: relative;
  display: block;
  padding: 12px 10px 12px 64px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 0.6px;
}

.catalog li a i {
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(
    to right,
    #000101 0%,
    #196181 51%,
    #196181 100%
  );
  bottom: -1px;
  left: 0px;
  width: 50px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

ul.catalog li.active a {
  background-color: #0077b6;
  color: #fff;
}

ul.catalog li a:hover {
  background-color: #f0f0f0;
}

.box-border {
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  margin-bottom: 30px;
}
.margin-top-30 {
  margin-top: 30px;
}
.img-upload {
  position: absolute;

  left: 53px;
}
.img-upload input {
  border: none;
}
.set-img {
  margin-left: 14px;
  margin-bottom: 45px;
}
.set-img img {
  width: 120px;
  border-radius: 50%;
}
.catalog li a:hover {
  text-decoration: none;
  background: #027abb !important;
  color: #fff;
}
.catalog li a:hover i {
  background: #027abb00;
}

.d-drid-home {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.5rem;
  justify-content: space-between;
}

.sec02_left {
  width: 70%;
  box-sizing: border-box;
}

.sec02_right {
  width: 28%;
  box-sizing: border-box;
}

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
  .d-drid-home {
    /* flex-direction: column; */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.5rem;
    justify-content: space-between;
    /* gap: 2rem; */
  }

  .sec02_left {
    width: 30%;
    box-sizing: border-box;
  }

  .sec02_right {
    width: 30%;
    box-sizing: border-box;
  }
   .circle svg {
    width: 80px;
    height: 80px;
  }

  .circle p strong {
    font-size: 0.9rem;
  }
}

/* Phones (768px and below) */
@media (max-width: 768px) {
  .d-drid-home {
    flex-direction: column;
    padding: 1rem;
  }
  .sec02_left {
    width: 100%;
  }

  .sec02_right {
    width: 100%;
  }
   .circle svg {
    width: 200px;
    height: 200px;
  }

  .circle p strong {
    font-size: 0.9rem;
  }
}

/* Small phones (480px and below) */
@media (max-width: 480px) {
  .d-drid-home {
    gap: 1rem;
    padding: 0.75rem;
  }

  .sec02_left,
  .sec02_right {
    width: 100%;
  }

  .circle svg {
    width: 80px;
    height: 80px;
  }

  .circle p strong {
    font-size: 0.9rem;
  }
}

.footer-popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  text-align: center;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

.popup-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.close-pop {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.95);}
  to {opacity: 1; transform: scale(1);}
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  max-width: fit-content;
  max-height: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.popup-content img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

.close-popup {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

.popup-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
    animation: zoomIn 0.3s ease-in-out;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

.popup-image {
    max-width: 100%;
    height: auto;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
