.tcp p{
    text-align: justify;
}
.text-white,.text-white *{
	color: #fff !important;
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    color: #fff;
    padding: 5px 10px;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
    white-space: nowrap;
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.v-align{
	vertical-align: middle;
}
.image-preview{
    height: 235px;
	overflow: hidden;
}

@media all and (max-width: 375px) {
	.image-preview{
		height: 300px;
	}
}
.box-area{
	border: 2px dashed #ccc;
	border-radius: 8px;
	padding: 5px;
	text-align: center;
	width: 100%;
	/* min-height: 200px; */
	}
@media (min-width: 376px) and (max-width: 575.98px) {
	.image-preview{
		height: 150px;		
	}
	.box-area{
		width: 50%;
	}
}

.notice-box {
	width: 100%;
	/* max-width: 600px; */
	height: 300px; /* Adjust height as needed */
	overflow-y: auto;
	border: 1px solid #ccc;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: relative;
}

.notice {
	padding: 8px 0;
	border-bottom: 1px dashed #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notice:last-child {
	border-bottom: none;
}

.new-tag {
	background-color: #ff0000;
	color: #ffffff;
	font-size: 10px;
	padding: 2px 4px;
	border-radius: 3px;
	margin-left: 10px;
	animation: blink 1s infinite;
}

@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

/* .select2-container .select2-selection--single {
	height: calc(2.25rem + 27px) !important;
	border: 1px solid #f4f5f8 !important;
	background-color: #f4f5f8 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 55px !important;
	padding-left: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px !important;
} */


      .my-swiper {
         width: 100%;
         height: 100vh;
      }
      
      @media only screen and (max-width: 1599px){

  

        }
        
        
        @media only screen and (max-width: 1200px){
        
          
        
        
        }
        
        
        
        @media only screen and (min-width: 768px){
         
        }
        
        
        
        @media only screen and (max-width: 991px){
        
          
        
        }
        
        
        @media only screen and (max-width: 767px){
          
        
        
        }
        
        @media only screen and (max-width: 599px){
          
        .my-swiper {
             height: 50vh;
          }
        
        }
        
        
        @media only screen and (max-width: 499px){
          .my-swiper {
             height: 50vh;
          }
        
        }
        
        
        @media only screen and (max-width: 399px){
         .my-swiper {
             height: 50vh;
          }
        
        
        }

      .my-swiper .swiper-wrapper .swiper-slide {
         position: relative;
         display: flex;
         align-items: center;
         justify-content: center;
         color: #fff;
         text-align: center;
      }

      .slide-content {
         position: absolute;
         z-index: 10;
         width: 100%;
      }

      .my-swiper .swiper-button-next,
      .my-swiper .swiper-button-prev {
         width: 50px;
         height: 50px;
         border-radius: 50%;
         background-color: rgba(255, 255, 0, 0.5);
         /* Transparent Yellow */
         color: white;
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 20px;
         transition: all 0.3s ease;
      }

      .my-swiper .swiper-button-next::after,
      .my-swiper .swiper-button-prev::after {
         font-size: 20px;
         /* Adjust icon size */
         font-weight: bold;
         color: white;
      }

      .my-swiper .swiper-button-next:hover,
      .my-swiper .swiper-button-prev:hover {
         background-color: white;
         color: #083D31;
      }

      .my-swiper .swiper-button-next:hover::after,
      .my-swiper .swiper-button-prev:hover::after {
         color: #083D31;
      }


      .slide1 {
         background: url(assets/images/banner/1.png) no-repeat center center/cover;
      }

      .slide2 {
         background: url(assets/images/banner/2.jpeg) no-repeat center center/cover;
      }

      .slide3 {
         background: url(assets/images/banner/3.png) no-repeat center center/cover;
      }

      .slide4 {
         background: url(assets/images/banner/4.jpeg) no-repeat center center/cover;
      }

      /* Text Styling */
      h1 {
         font-size: 3.5rem;
         margin: 0;
         font-family: 'Playfair Display', serif;
         letter-spacing: 2px;
         /* text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2); */
      }

      /* p {
         font-size: 1.2rem;
      } */

      /* Overlay Effect */
      .overlay {
         position: absolute;
         width: 100%;
         height: 100%;
         background: linear-gradient(82deg, rgb(0 0 0 / 74%), rgb(0 0 0 / 0%));
      }

      @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

      h1 {
         font-family: 'Playfair Display', serif;
         /* font-size: 3.5rem; */
         letter-spacing: 2px;
         /* text-transform: uppercase; */

      }

    .article {
      max-width: 100%;
      margin: 40px auto;
      
      font-size: 13px;
      line-height: 1.6;
      text-align: justify;
    }

    .image-wrap {
      float: left; /* Use right for image on the right */
      /* shape-outside: circle(50%);
      clip-path: circle(50%); */
      shape-outside: inset(0 round 20px); /* square shape with rounded corners */
      clip-path: inset(0 round 20px);
      width: 220px;
      height: 220px;
      margin: 0 20px 20px 0;
      overflow: hidden;
    }
    .image-wrap.right {
      float: right;
      margin: 20px 0 0 20px ;
    }

    .image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    @media(max-width: 768px) {
      .image-wrap {
        float: none;
        shape-outside: none;
        clip-path: none;
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
      }
    }

    .ff-quick-sand{
      font-family: "Quicksand", serif;
    }





    .support-container {
      width: 40px;
      height: 135px;
      border-radius: 50px;
      background: radial-gradient(circle, #00ffd7, #0084ff, #da00ff);
      background-size: 300% 300%;
      display: flex;
      justify-content: center;
      align-items: center;
      animation: animateGradient 5s infinite linear;
      cursor: pointer;
      position: fixed;
      bottom: 65px;
      right: 10px;
      z-index: 1000;
  }
  
  .support-container.call {
      bottom: 205px;
  }
  .support-container.pay {
      bottom: 345px;
  }
  
  .support-icon {
      width: 30px;
      height: 125px;
      background-color: #fff;
      color: #000;
      border-radius: 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
      cursor: pointer;
      transition: transform 0.3s ease;
      /* padding: 5px 0;*/
  }
  
  .support-icon:hover {
      transform: scale(1.1);
  }
  
  .support-container .support-icon i {
      font-size: 25px;
      margin-bottom: -30px;
      color: #25d366;
  }
  .support-container.pay .support-icon i{
      color: #d32525;
      font-size: 20px;
  }
  
  .support-container.call .support-icon i{
      color: #2563d3;
      font-size: 20px;
  }
  
  .support-icon p {
      font-size: 14px;
      color: #000;
      transform: rotate(270deg);
      white-space: nowrap;
      margin-bottom: 26px;
  }
  
  
  .support-options {
    position: absolute;
    bottom: 50px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  
  .support-option {
    width: 40px;
    height: 40px;
    background-color: #25d366; /* WhatsApp green */
    color: white!important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  
  .support-option.live-chat {
    background-color: #007bff; /* Live Chat blue */
  }
  
  .support-option i {
    font-size: 20px;
    color: white;
  }
  
  .support-container.open .support-options {
    opacity: 1;
    visibility: visible;
  }
  
  .support-container.open .support-option {
    opacity: 1;
    transform: translateY(0);
  }
  
  @keyframes animateGradient {
      0% { background-position: 0% 0%; }
      25% { background-position: 100% 0%; }
      50% { background-position: 100% 100%; }
      75% { background-position: 0% 100%; }
      100% { background-position: 0% 0%; }
  }

/* .v-scroll{
    max-height: 500px;
    overflow-y: auto;
} */


.thumbnail-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow-y: auto;
}

.my-thumbnail img {
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  width: 100px;
}

.my-thumbnail.active img {
  border-color: #007bff;
}

@media (max-width: 768px) {
  .thumbnail-container {
      flex-direction: row;
      overflow-x: auto;
      overflow-y: hidden;
      max-width: 100%;
      /* margin-top: 15px; */
  }

  .my-thumbnail {
      flex: 0 0 auto;
      margin-right: 10px;
  }
}


.magnify-container {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}

.magnifier-lens {
  position: absolute;
  border: 2px solid #000;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  visibility: hidden;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.input-step.light {
  background: #EB5310;
}
.input-step {
  border: 1px solid #EB5310;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex
;
  overflow: visible;
  height: 28px;
  border-radius: 0.25rem;
  background: #fff;
  padding: 4px;
  border-radius: 50px;
}

.input-step.light button {
  background-color: #fff;
}
.input-step button {
  width: 1.4em;
  font-weight: 300;
  height: 100%;
  line-height: .1em;
  font-size: 1.4em;
  padding: .2em !important;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 50px;
}
.input-step input{
  outline: none;
  border: none;
  text-align: center;
  color:#fff;
}





