 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


 body,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 span,
 div,
 strong,
 p {
     font-family: "Poppins", sans-serif !important;
     font-style: normal;
 }

 header {
     z-index: 1000;
 }

 .rating-section {

     color: white;
     padding: 10px 0;
 }


 .rating-section .rating-box i {
     color: #ffc107;
 }

 .rating-section .rating-box span {
     font-size: 15px;
     margin-left: 5px;
 }




 .carousel-caption {
     bottom: 10%;
     left: 2%;
     text-align: start;
 }

 .carousel-caption h5 {
     font-size: 30px;
     font-weight: bold;

 }

 .carousel-caption p {
     font-size: 1.1rem;
 }





 .rating-section .rating-source {
     font-size: 10px;
     color: #ccc;
 }


 .offer-section {
     text-align: center;
     padding: 20px 20px;
 }

 .offer-section .offer-price {
     font-size: 2rem;
     font-weight: bold;
 }

 .offer-section .old-price {
     text-decoration: line-through;
     color: #aaa;
     font-size: 1rem;
     margin-right: 10px;
 }

 .offer-section .limited-deal {
     display: inline-block;
     background-color: #eff8e3;
     color: #333;
     font-size: 0.9rem;
     padding: 5px 15px;
     margin: 15px 0;
     border-radius: 3px;
     transform: rotate(-2deg);
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
 }

 .offer-section .offer-buttons .btn {
     padding: 12px 30px;
     font-size: 1rem;
     border-radius: 30px;
     margin: 10px;
 }

 .carousel-item img {
     width: 100% !important;
     height: 600px;
 }

 .btn-enquire {
     background-color: #ae2d90;
     color: #ffffff;
 }

 @media screen and (min-width: 800px) {
     .carousel-caption .btn-chat {
         background-color: #25D366;
         color: white;
         border: 1px solid #25D366;
         padding: 10px 40px;
         font-size: 20px;
     }

     .carousel-caption .btn-chat i {
         margin-right: 8px;
         font-size: 30px !important;
     }

     .carousel-caption .btn-enquire {
         background-color: #ae2d90;
         color: white;
         font-size: 20px;
         padding: 10px 40px;
     }


 }

 .btn-chat {
     background-color: #25D366;
     color: white;
     border: 1px solid #25D366;
 }

 .offer-section .btn-chat i {
     margin-right: 8px;
 }




 .package-card {
     border-radius: 12px;
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
     overflow: hidden;
     background-color: #fff;
 }

 .package-card .package-image {
     position: relative;
 }

 .package-card .trending-badge {
     position: absolute;
     top: 10px;
     left: 10px;
     background-color: #ae2d90;
     color: #ffffff;
     font-weight: bold;
     font-size: 0.85rem;
     padding: 6px 12px;
     border-radius: 20px;
 }

 .package-card .package-details {
     padding: 20px;
     background-color: #fbe8ed;
 }

 .package-card .check-icon {
     color: green;
 }

 .glow-button {
     animation: pulseGlow 2s infinite;
     box-shadow: 0 0 20px rgba(217, 29, 76, 0.8), 0 0 40px rgba(217, 29, 76, 0.6);
     transition: box-shadow 0.3s ease, transform 0.3s ease;
     border-radius: 8px;
 }

 .glow-button:hover {
     box-shadow: 0 0 30px rgba(217, 29, 76, 1), 0 0 60px rgba(217, 29, 76, 0.9);
     transform: translateY(-50%) rotate(90deg) scale(1.08);
 }

 @keyframes pulseGlow {
     0% {
         box-shadow: 0 0 20px rgba(217, 29, 76, 0.8), 0 0 40px rgba(217, 29, 76, 0.6);
     }

     50% {
         box-shadow: 0 0 35px rgba(217, 29, 76, 1), 0 0 70px rgba(217, 29, 76, 0.9);
     }

     100% {
         box-shadow: 0 0 20px rgba(217, 29, 76, 0.8), 0 0 40px rgba(217, 29, 76, 0.6);
     }
 }


 .package-card .flight-tag {
     background-color: #e67900;
     color: #fff;
     font-size: 0.75rem;
     padding: 2px 8px;
     border-radius: 5px;
     margin-left: 4px;
 }

 .enquire-btn {
     background-color: #ae2d90;
     color: white;
     border: none;
     border-radius: 50px;
     padding: 12px 32px;
     font-size: 1rem;
 }

 .package-card .accordion-button::after {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212121' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 6l6.5 6 6.5-6z'/%3E%3C/svg%3E");
 }


 .package-container {
     max-width: 1200px;
 }

 input::placeholder {
     color: #aaa;
     font-size: 0.95rem;
 }


 .enquire-button {
     background-color: #ae2d90;
     color: white;
     border: none;
     border-radius: 10px;
     padding: 12px 32px;
     font-size: 1rem;
 }






 .curved-swiper {
     width: 100%;
     padding: 60px 0;
     perspective: 1100px;
 }

 .curved-swiper .swiper-wrapper {
     padding-bottom: 40px;
 }

 .curved-swiper .swiper-slide {
     width: 250px;
     height: 400px;
     overflow: hidden;
     transition: transform 0.6s ease;
     border-radius: 15px;
     background: #fff;
     transform-style: preserve-3d;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }

 .curved-swiper .swiper-slide img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 html,
 body {
     overflow-x: hidden;
 }

 .swiper-slide-prev {
     transform: rotateY(20deg) scale(0.9);
 }

 .swiper-slide-next {
     transform: rotateY(-20deg) scale(0.9);
 }

 .swiper-slide-active {
     transform: rotateY(0deg) scale(1);
     z-index: 10;
 }

 .swiper-button-next,
 .swiper-button-prev {
     color: #00bcd4;
 }




 .footer {
     background-color: #0c1d1d;
 }

 .footer .social-icon {
     width: 36px;
     height: 36px;
     object-fit: contain;
     border-radius: 50%;
     background-color: white;
     padding: 6px;
     transition: transform 0.3s ease;
 }

 .footer .social-icon:hover {
     transform: scale(1.1);
 }





 .faq-section {
     max-width: 1100px;
     margin: auto;
     padding: 60px 20px;
 }

 .faq-title {
     text-align: center;
     font-size: 24px;
     letter-spacing: 1px;
     margin-bottom: 30px;
     border-top: 1px solid #aaa;
     border-bottom: 1px solid #aaa;
     padding: 10px 0;
     color: #555;
 }

 .faq-container {
     background-color: #e4faff;
     border-radius: 10px;
     overflow: hidden;
 }

 .faq-item {
     border-bottom: 1px solid #d2f1f9;
 }

 .faq-question {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 20px;
     cursor: pointer;
 }

 .faq-number {
     font-weight: 400;
     font-size: 24px;
     color: #333;
     margin-right: 20px;
     min-width: 40px;
 }

 .faq-text {
     flex-grow: 1;
     color: #111;
     font-weight: 500;
 }

 .faq-toggle {
     font-size: 24px;
     color: #444;
     padding-left: 10px;
     transition: transform 0.3s ease;
 }

 /* By default hidden */
 .faq-section .faq-answer {
     display: none;
     padding: 0 20px 20px;
     color: #333;
     font-size: 15px;
     line-height: 1.6;
 }

 /* Show when active */
 .faq-item:not(.collapsed) .faq-answer {
     display: block;
 }

 /* Change icon to minus when expanded */
 .faq-item:not(.collapsed) .faq-toggle::before {
     content: "−";
 }

 .faq-item.collapsed .faq-toggle::before {
     content: "+";
 }




 .accordion-button {
     background-color: #fbe8ed !important;
     box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
 }

 .accordion-body {
    background-color: #f1abbd59 !important;
}