/* Badge start*/
.badge-container {
  height: 50px;
  width: 100%;
  /* background-color: red !important; */
  top:0px;
  position: absolute;
}
.badge-image{
  height: 15px !important;
  width: 15px !important;
}
/* Badge end */


.search-btn
{
  background-color: #FFC107;
}

.search-btn:hover
{
  background-color: #FFC107;
}


/* best section start */
.btn-highlight {
  background-color: #FFC107;
  /* background-color: #d2ff00; */
  color: #000;
  font-weight: 500;
  border-radius: 30px;
  padding: 10px 24px;
  font-size: 1rem;
  border: none;
  transition: background-color 0.3s ease;
}
.btn-highlight:hover {
  color: #000;
  background-color: #FFC10795;
}
.carousel-control-prev svg,
.carousel-control-next svg
{
    height: 32px;
    width: 32px;
    color: white;
}
.carousel-control-next{
    right: 3%;
}
.carousel-control-prev{
    left: 3%;
}
/* best section end */



/* Carousel icons start*/

.carousel-caption-heading{
  font-family: 'Reey-Regular' !important;
}


.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    /* background-color: RED !important; */
    text-align: center;
    background: 0 0;
    filter: none;
    border: 0;
    opacity: 1 !important;
    transition: opacity .15s ease
}

.carousel-button-container{
  height: 40px;
  width: 40px;
  padding: 5px;
  background-color: #FFC107;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.7s;
}
.carousel-button-container:hover{
  background-color: #FFC10795;
}


.carousel-control-next-icon,
.carousel-control-prev-icon {
    opacity: 1;
    /* padding: 15px !important; */
    width:100% !important;
    height:100% !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000' %3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") !important;
}
/* Carousel icons end*/


/* Wonders section start */
.wonders-section {
  background-color: #f8f9fa;
}

.wonders-section h2 {
  font-weight: 600;
}

.wonders-section h2 span {
  font-size: 2.5rem;
  font-weight: 700;
}

/* Card Wrapper */
.wonder-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wonder-card img{
  object-position: right !important;
}

.wonder-card:hover {
  transform: translateY(-5px);
}

/* Card Image */
.wonder-card .position-relative img {
  object-fit: cover;
  height: 200px;
  width: 100%;
}

/* Card Body */
.wonder-card .p-3 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.wonder-card h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.wonder-card p {
  flex-grow: 1;
  font-size: 0.875rem;
}

/* More Details Button */
.btn-detail {
  background-color: #FFC107;
  /* background-color: #d2ff00; */
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 20px;
  padding: 6px 16px;
  border: none;
  transition: background-color 0.3s;
  align-self: flex-start;
}

.btn-detail:hover {
  background-color: #FFC10795;
}

/* Badge */
/* .wonder-card .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #000;
  color: #FFC107;
  color: #d2ff00; 
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: 500;
  z-index: 2;
} */

/* Star Icon */
.favorite {
  background: #fff;
  border: none;
  border-radius: 50%;
  padding: 6px 8px;
  font-size: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #000;
  z-index: 2;
  transition: transform 0.3s ease;
}

.favorite:hover {
  transform: scale(1.1);
  color: #ffc107;
}

/* Arrow Controls */
.arrow-controls {
  display: flex;
  align-items: center;
}

.arrow-btn {
  background-color: #FFC107;
  /* background-color: #d2ff00; */
  border: none;
  border-radius: 50%;
  padding: 4px 8px;
  font-size: 1rem;
  color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, transform 0.2s;
}

.arrow-btn:hover {
  background-color: #FFC10795;
  transform: scale(1.05);
}

.arrow-btn i {
  font-size: 1.1rem;
  font-weight: bold;
}
/* Wonders section end */






/* Hightlight start */
.famous-food img {
  height: 250px !important;
}

.famous-events img {
  height: 350px !important;
}
/* Hightlight end */






/* Tourist hub section start */

/* Tourist Hubs Section */
.tourist-hubs-section .nav-pills .nav-link {
  border-radius: 50px;
  padding: 6px 16px;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  font-weight: 500;
  transition: 0.3s;
}
.tourist-hubs-section .nav-pills .nav-link.active {
  background-color: #FFC107;
  /* background-color: #d2ff00; */
  color: #000;
  border-color: transparent;
}

.btn-pill {
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 500;
}

.btn-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background-color: #FFC107 !important;
  /* background-color: #d2ff00; */
  border: none;
  transition: background-color 0.3s ease;
}

.btn-circle:hover {
  background-color: #FFC10795 !important;
}

.bg-lime {
  background-color: #FFC107 !important;
  /* background-color: #d2ff00 !important; */
}

/* Lime Color Utility */
.text-lime {
  color: #FFC107;
  /* color: #d2ff00 !important; */
}

/* Tourist Card */
.tourist-card {
  border: none;
  transition: transform 0.3s ease;
}
.tourist-card:hover {
  transform: translateY(-5px);
}

.tourist-card .btn-lime {
  background-color: #FFC107;
  /* background-color: #d2ff00; */
  color: #000;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  border: none;
  transition: 0.3s;
}
.tourist-card .btn-lime:hover {
  background-color: #FFC10795;
}



.tourist-card .btn.btn-light {
  width: 34px;
  height: 34px;
  font-size: 1rem;
}
/* Tourist hub section end */




/* Most visited spots start */
.most-visited-section h2 {
  color: #fff;
}

.text-lime {
  color: #FFC107;
  /* color: #d2ff00 !important; */
}

.object-fit-cover {
  object-fit: cover;
}
/* Most visited spots end */



/* Social media section start */

.social-media-section{
  height: 70vh;
}

.social-media-section h3 {
  font-size: 1.75rem;
  line-height: 1.4;
}


/* Common Clicker button */
.btn-lime {
  background-color: #FFC107;
  /* background-color: #d2ff00; */
  color: #000;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  border: none;
  transition: background-color 0.3s ease;
}
.btn-lime:hover {
  background-color: #FFC10795;
  color: #000;
}



.object-fit-cover {
  object-fit: cover;
}


/* Social media section end */



/* Explore Tamil Nadu Background Section start*/
.explore-tn-section {
  height: 80vh;
  background: url('../images/Home/experience-your-travel-with-us-bg.webp') no-repeat center center;
  background-size: cover;
  min-height: 420px;
  position: relative;
  z-index: 1;
}


.explore-tn-section .container {
  position: relative;
  z-index: 2;
}

.explore-tn-section h2 {
  font-size: 2.25rem;
}

.explore-tn-section p {
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .explore-tn-section h2 {
    font-size: 1.75rem;
  }
  
  .explore-tn-section p {
    font-size: 1rem;
  }
}
/* Explore Tamil Nadu Background Section end*/



/* Uncover Tamil Nadu Section start*/
.uncover-tn-section .bg-lime {
  background-color: #FFC107 !important;
  /* background-color: #d2ff00 !important; */
}

.uncover-tn-section h2 {
  font-size: 2.25rem;
}

.uncover-tn-section .btn-pill {
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 1rem;
}
/* Uncover Tamil Nadu Section end*/


@media only screen and (max-width:600px)
{
  .carousel-item{
    height: 40vh !important;
  }
  .carousel-item img{
    height: 100%;
    width: 100%;
  }
}
