 * {
     margin: 0;
     padding: 0;
     text-decoration: none;
 }

 body {
     margin: 0;
     padding: 0;
     text-decoration: none;
     font-family: Avenir-Medium;
     font-weight: 400;

 }

 .container {
     width: 90%;
     max-width: 1200px;
     margin: auto;
 }

 h1,
 h4 {
     font-family: Avenir-Medium;
     font-weight: 900;

 }

 .btn-book {
     display: block;
     text-align: center;
     background: #ffeb00;
     color: black;
     text-decoration: none;
     padding: 14px;
     border-radius: 10px;
     font-weight: 700;
     font-size: 20px;
     transition: all 0.3s ease;
     border-style: solid;
     border: none;
     width: 90%;
     margin: 20px auto;
     cursor: pointer;
 }

 .section-content {
     display: flex;
     gap: 20px;
     margin: 0 0 25px;
     align-items: flex-start;
     margin-top: 10px;
 }

 .section-itinerary {
     background-color: #fff;
     box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
     border-radius: 15px;
     width: 70%;
     overflow: hidden;
 }

 .section-price {
     position: sticky;
     top: 20px;
     align-self: flex-start;
     width: 30%;
 }

 .menu-itinerary {
     display: flex;
     align-items: center;
     gap: 10px;
     padding: 0;
     list-style: none;
     overflow-x: auto;
     white-space: nowrap;
     scrollbar-width: none;
     margin-top: 10px;
 }

 .menu-itinerary::-webkit-scrollbar {
     display: none;
 }

 .menu-itinerary a {
     text-decoration: none;
 }

 .itinerary {
     margin-right: 30px;
     margin-left: 30px;
     padding: 10px 0;
     cursor: pointer;
     color: #949494;
     font-weight: bold;
     font-size: 16px;
     transition: color 0.3s, border-bottom 0.3s;
     border-bottom: 3px solid transparent;

 }

 .itinerary.active,
 .itinerary:hover {
     color: #001a54;
     border-bottom: 3px solid #001a54;
 }

 .section-description {
     margin: 15px;
     line-height: 1.5;
 }

 .content-text {
     text-align: justify;
     font-size: 15px;
     font-family: Avenir-Medium;
     line-height: 1.5;
 }

 .section-acordion {
     padding-top: 25px;
     font-family: Avenir-Medium;
 }

 .accordion-tittle {
     font-size: 18px;
     margin-bottom: 10px;
     color: #001a54;
 }

 .acordion-content {
     padding-left: 20px;
     line-height: 1.5;
 }

 .card-price {
     background: #fff;
     border-radius: 15px;
     overflow: hidden;
     box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
     border: 1px solid #001a54;

 }

 .price {
     font-size: 30px;
     font-weight: 600;
     padding: 20px;
     text-align: center;

 }

 .card-start {
     color: #f4b400;
     font-weight: bold;
     font-size: 25px;
     text-align: center;
     margin-bottom: 15px;
 }

 .questions {
     background-color: #f3f8fd;
     padding: 15px;
     border-radius: 10px;
     margin: 15px;
     line-height: 1.5;
 }

 .card-policy {
     background: #fff;
     border-radius: 15px;
     box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
     border: 1px solid #001a54;
     overflow: hidden;
     font-family: Avenir-Medium;
 }

 .info-item {
     display: flex;
     align-items: center;
     gap: 12px;
     padding: 14px 16px;
     cursor: pointer;
 }

 .info-item:not(:last-child) {
     border-bottom: 1px solid #e1e8f0;
 }

 .info-text {
     flex: 1;
     font-size: 15px;
     color: #001a54;
     font-weight: bold;
 }

 .info-content {
     max-height: 0;
     overflow: hidden;
     padding: 0 16px;
     font-size: 14px;
     color: #445b77;
     background: #f9fbfe;
     transition: .3s ease;
 }

 .info-item.active+.info-content {
     max-height: 200px;
     padding: 12px 16px;
 }

 .content-product h1 {
     color: #001a54;
 }

 .section-description h3,
 .section-itinerary h4 {
     color: #001a54;
 }

 .gallery-section-internal {
     width: 100%;
 }

 .gallery-grid {
     display: grid;
     grid-template-columns: 2fr 1fr;
     gap: 8px;
 }

 .gallery-item {
     position: relative;
     overflow: hidden;
     border-radius: 20px;
 }

 .gallery-item.large {
     grid-row: span 2;
 }

 .gallery-item img {
     width: 100%;
     height: 100%;
     min-height: 250px;
     object-fit: cover;
     display: block;
 }

 .tripadvisor-logo {
     text-align: center;
 }

 .tripadvisor-logo img {
     width: auto;


 }

 .avatar {
     width: 45px;
     height: 45px;
     border-radius: 50%;
     object-fit: cover;
     margin: 0 auto;
     background-color: #000000a3;
 }

 .review-card {
     margin: 20px auto;
     padding: 20px;
     background: white;
     border-radius: 8px;
     border: 1px solid #001a53;

 }

 .review-header {
     display: flex;
     gap: 15px;
 }


 .review-meta {
     flex: 1;
 }

 .stars-date {
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 14px;
     color: #666;
 }

 .stars {
     color: #197F9F;
     font-size: 16px;
 }

 .review-title {
     margin: 8px 0 5px;
     font-size: 22px;
     font-weight: bold;
     color: #222;
 }

 .review-subtitle {
     font-size: 14px;
     color: #666;
     margin: 0;
 }

 .review-comment {
     margin-top: 15px;
     font-size: 15px;
     color: #333;
     line-height: 1.6;
 }



 .review-user {
     display: flex;
     flex-direction: column;
     align-items: center;
     min-width: 80px;
 }

 .username {
     margin-top: 8px;
     font-size: 13px;
     color: #555;
     text-align: center;
     word-break: break-word;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     max-width: 60px;
     display: inline-block;

 }

 @media (max-width: 900px) {

     .section-content {
         flex-direction: column;
     }

     .section-itinerary,
     .section-price {
         width: 100%;
         box-shadow: none;
         border-radius: 0;

     }

     .section-price {
         position: relative;
         top: 0;
     }

     .card-price {
         margin-top: 20px;
     }

     .gallery-grid {
         grid-template-columns: 1fr;
     }

     .gallery-item.large {
         grid-row: auto;
     }

     .gallery-item img {
         height: 320px;
     }

 }

 @media (max-width: 768px) {

     section.container {
         padding: 30px 0 !important;
     }

     .content-product h1 {
         font-size: 21px;
     }

     .section-description {
         padding: 0;
         margin: 0;
     }

     .content-text {
         font-size: 15px;
     }

     .price {
         font-size: 26px;
     }

     .gallery-item img {
         height: 240px;
     }

     .menu-itinerary {
         gap: 20px;
     }

     .itinerary {
         font-size: 15px;
         margin-left: 0;
         margin-right: 0;
     }

     .questions div {
         flex-direction: column;
         gap: 5px !important;
     }

     .img-none {
         display: none;
     }

 }

 @media(max-width:768px) {}


 @media (max-width: 600px) {

     .review-header {
         flex-direction: column;
         align-items: center;
         text-align: center;
     }

     .stars-date {
         justify-content: center;
     }

     .review-title {
         font-size: 18px;
     }

     .review-comment {
         font-size: 14px;
     }

     .review-user {
         align-items: center;
     }
 }

 @media (max-width: 480px) {

     .gallery-item img {
         height: 200px;
     }

     .accordion-tittle {
         font-size: 18px;
     }

     .price {
         font-size: 22px;
     }

     .questions {
         padding: 12px;
     }

     .tripadvisor-logo img {
         width: 130px;
     }
 }