.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#00C0C6;--e-global-typography-primary-font-family:"Rosario";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rosario";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rosario";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Rosario";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Rosario", Sans-serif;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:#00C0C6;font-size:18px;font-weight:700;color:#FFFFFF;border-style:none;border-radius:8px 8px 8px 8px;padding:20px 40px 20px 40px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:#FFFFFF;color:#00C0C6;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:#00C0C6;}.elementor-kit-10 h1{font-size:80px;font-weight:700;}.elementor-kit-10 h2{font-size:48px;}.elementor-kit-10 h4{color:#00C0C6;font-size:17px;letter-spacing:0.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-10 h1{font-size:68px;}.elementor-kit-10 h2{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 h1{font-size:48px;}.elementor-kit-10 h2{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body.page-id-1549 header,
body.page-id-1561 header{
    background: #000;
}

body.page-id-1549 #content,
body.page-id-1561 #content {
    padding-top: 180px;
}

.stars {
  display: inline-flex;
    width: 100%;
    justify-content: center;
    padding: 0 0 20px 0;
    font-style: normal;
}

.stars span {
  font-size: 24px;       /* Adjust star size */
  color: #00C0C6;           /* Star color */
  margin-right: 2px;     /* Space between stars */
}

.stars span::before {
  content: '★';          /* Unicode star character */
}

.elementor-testimonial {
    padding: 32px;
    background: #F5F7F7;
}

.elementor-widget-testimonial-carousel .elementor-swiper-button {
    width: 72px;
    height: 72px;
    background: #00C0C6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cruises-section {
    margin-bottom: 30px;
}

.cruises-section h3,
.cruises-section h4 {
    margin-bottom: 0;
}

.cruises-content {
    margin-top: 10px;
}

.cruises-gallery {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.cruises-gallery img {
    width: 50%;
    height: 380px;
    object-fit: cover;
}

@media only screen and (min-width: 1024px) {
    .elementor-widget-testimonial-carousel .elementor-swiper-button-prev {
        transform: translateX(-90%) !important;
    }
    
    .elementor-widget-testimonial-carousel .elementor-swiper-button-next {
        transform: translateX(90%) !important;
    }
}

@media only screen and (max-width: 768px) {
    .elementor-widget-testimonial-carousel .elementor-swiper-button {
        top: inherit !important;
        bottom: 0 !important;
    }
    
    .elementor-widget-testimonial-carousel .elementor-swiper-button-prev {
        left: 50% !important;
        transform: translate(-110%, 100%) !important;
    }
    
    .elementor-widget-testimonial-carousel .elementor-swiper-button-next {
        right: initial !important;
        left: 50% !important;
        transform: translate(30%, 100%) !important;
    }
    
    .cruises-gallery img {
        height: 300px;
    }
}

@media only screen and (max-width: 600px) {
    .cruises-gallery img {
        height: 200px;
    }
}/* End custom CSS */