.page-id-7755 .menu-item a{
	color: #ff88ff!important;
}
.page-id-7755 .menu-item a:hover{
	color: #ff88ff!important;
}
.page-id-7755 .darkmode{
	display: block;
}
.page-id-7755 .lightmode{
	display: none;
}
.form-addons .single-add a {
    text-decoration: underline;
    color: #db6cdb;
}
.paybtn.loading {
  opacity: 0.7;
  pointer-events: none;
  position: relative;
}
.paybtn.loading::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px; height: 16px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
@keyframes spin {
  to { transform: translateY(-50%) rotate(360deg); }
}

.single-trips .theheader {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
}
.lightmode {
    display: none;
}
.single-trips .darkmode, .blog .darkmode, .privacy-policy .darkmode, .page-id-9410 .darkmode, .page-id-9426 .darkmode{
	display: none;
}
.single-trips .lightmode, .blog .lightmode, .privacy-policy .lightmode, .page-id-9410 .lightmode, .page-id-9426 .lightmode{
    display: block;
}
.page-id-7755 .menu-item.current-menu-item a{
	color: #ff88ff!important;
}
.single-trips .menu-item a, .blog .menu-item a, .privacy-policy .menu-item a, .page-id-9410 .menu-item a, .page-id-9426 .menu-item a {
    color: #000000 !important;
}
.trip-wrapper {
    max-width: 75%;
    margin: auto;
}
.breadcrumbs {
    display: flex;
    gap: 8px;
    font-family: 'Work Sans';
    font-size: 13px;
    font-weight: 500;
}
.top-trip h3 {
    color: #ff88ff;
    font-family: 'Work Sans';
    font-size: 28px;
	margin: 0;
}
.top-trip h4 {
    color: #fff;
    background: #ff88ff;
    font-size: 15px;
    padding: 2px 10px;
    border-radius: 5px;
    width: fit-content;
	margin: 0;
}
.top-trip {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 25px;
}
.options li svg {
    width: 21px;
    fill: #ff88ff;
    height: 21px;
}
.options {
    display: flex;
    gap: 25px;
    list-style: none;
}
.options li {
    font-size: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.trip-content {
    display: flex;
    gap: 30px;
    font-family: Work Sans;
    margin-bottom: 5%;
}
.left-content {
    width: 68%;
}
.dovesiamo {
    background: #f5f9fc !important;
    padding: 15px;
    border-radius: 15px;
	  font-family: 'Work Sans';
    margin-bottom: 35px;
}
.dovesiamo h1 {
    font-size: 25px;
    font-family: 'Work Sans';
}
.dove-wrapper {
    display: flex;
    gap: 15px;
}
.dove-wrapper > * {
    width: 50%;
}
.dovesiamo img {
    height: max-content;
	border-radius: 8px;
}
.struttura-text h3 {
    color: #00438b;
    font-family: 'Work Sans';
    font-size: 21px;
}
.struttura h1 {
    font-size: 30px;
    font-family: Work sans;
}
.cosaincluso h1, .cosenoincluso h1 {
    font-size: 26px;
    font-family: 'Work Sans';
}
.cosenoincluso {
	   padding: 20px;
    font-family: 'Work Sans';
}
.cosaincluso {
    background: #e5f3e6;
    border-radius: 15px;
    padding: 20px;
    font-family: 'Work Sans';
}
.cosalist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.cosalist li svg{
	  margin-right: 10px;
}
.cosaincluso .cosalist li svg path {
    fill: #038600;
}
.cosas {
	display: flex;
	gap: 15px;
}
.cosas > * {
	width: 50%;
}
.cosenoincluso .cosalist li svg path:nth-child(2) {
	fill: #f00;
}
.trip-gallery {
    display: flex;
    gap: 7px;
    margin: 15px 0;
}
.trip-gallery > * {
	width: 50%;
}
.trip-gallery img {
    border-radius: 8px;
}
.right-gallery {
    display: grid;
    grid-template-columns: auto auto;
    gap: 7px;
}
.ilprogramma {
    margin: 30px 0;
    font-family: 'Work Sans';
}
.ilprogramma h1 {
    font-family: 'Work Sans';
    font-size: 27px;
}
.ilprogramma span {
    font-weight: 700;
    color: #60697b;
    font-size: 17px;
}
.faq-section {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}
.faq-question h5 {
    margin: 0;
}
.faq-question h5 {
    margin: 0;
    font-family: 'Work Sans';
    font-size: 17px;
}
.faq-question .num {
    color: #ff88ff;
    padding: 3px 9px;
    border-radius: 50%;
    border: 2px solid #ff88ff;
    font-size: 17px;
    margin-right: 6px;
}
.faq-answer .accordion-collapse {
    border: 0;
}
.faq-answer .accordion-body {
    padding: 0;
}
.faq-item.active .num {
    background: #ff88ff36;
    transition: .5s all 
ease-out;
}
.info-sidebar {
    border: 2px solid #0674a4;
    border-radius: 17px;
}
.info-della {
    width: 32%;
}
.info-sidebar h1 {
    background: #0674a4;
    color: #fff;
    font-family: 'Work Sans';
    font-size: 23px;
    text-align: center;
    margin: 0;
    padding: 8px 0;
    border-radius: 12px 12px 0 0;
}
.sidebar-content {
    padding: 15px 6px;
}

.prezzo h3 {
    font-family: 'Work Sans' !important;
    font-size: 18px;
}
.prezzo span {
    background: #ff88ff4f;
    padding: 5px;
    border-radius: 7px;
    color: #f350f3;
    font-size: 25px;
}
.trip-options {
    border-top: 1px solid #e9e9e9;
    padding-top: 10px;
}
.trip-options h5 {
    text-align: center;
    font-family: 'Work Sans';
    font-size: 15px;
    font-weight: 400;
}
.option-wrapper {
    background: #ffdaff;
    border: 2px solid #f350f3;
    padding: 10px;
    border-radius: 10px;
}
.left-option {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    gap: 5px;
}
.top-option {
    display: flex;
    justify-content: space-between;
}
.left-option span:nth-child(2), .right-option span:nth-child(2), .left-op span:nth-child(2){
    font-weight: 400;
    font-size: 13px;
}
.right-option, .right-op {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1;
    font-weight: 700;
    font-size: 15px;
    color: #333;
    gap: 3px;
}
.middle-op {
    display: flex;
    margin: 15px 0;
    gap: 12px;
    font-family: 'Work Sans';
    font-weight: 700;
    color: #333;
    align-items: center;
}
.mid-icon {
    background: #f350f3;
    padding: 5px 8px;
    border-radius: 50%;
}
.mid-icon svg path {
    fill: #fff;
}
.op-one {
    display: flex;
    justify-content: space-between;
}
.left-op {
    display: flex;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    flex-direction: column;
    gap: 3px;
}
.mid-icon svg {
    height: 20px;
    width: 20px;
}
.middle-op span {
    line-height: 1.2;
}
h5.prezzi {
    margin: 0;
    margin-top: 7px;
    font-size: 13px;
    color: #535353;
}
a.submitbtn {
    text-align: center;
    padding: 9px;
    display: block;
    background: #f350f3;
    border-radius: 12px;
    color: #fff;
    font-family: 'Work Sans';
    margin-top: 10px;
    font-weight: 500;
}
a.submitbtn:hover {
    background: #f76df7;
}
.bottom-op {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.check-heading {
    background: #ff88ff;
    text-align: center;
    padding: 20px 0;
}
.check-heading h1 {
    color: #fff;
    font-size: 34px;
    margin: 0;
    font-weight: 700;
    font-family: 'Work Sans';
	    text-shadow: 1px 2px 0px #00000085;
	padding-bottom: 10px;
}
.check-heading h3 {
    font-size: 18px;
    color: #fff;
    font-family: 'Work Sans';
    text-shadow: 1px 2px 0px #00000085;
}
.check-content {
    display: flex;
    gap: 50px;
    width: 65%;
    margin: auto;
	padding-top: 25px;
}
.check-left {
    width: 68%;
}
.check-left svg {
    background: #ff88ff;
    padding: 2px 7px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.check-left h2 {
    font-family: 'Work Sans';
    font-size: 19px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.single-option {
    display: flex;
    background: #f5f7fa;
    padding: 15px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.optitle {
    line-height: 1.3;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Work Sans';
    color: #333;
	   flex-direction: column;
}
.optitle span {
    font-weight: 400;
    font-size: 14px;
}
.right-sinop {
    font-weight: 700;
    font-family: Work sans;
    color: #333;
    font-size: 18px;
}
.check-left p {
    font-family: Work Sans;
    font-size: 14px;
    color: #5d5d5d;
}
.single-option {
    display: flex;
    background: #f5f7fa;
    padding: 18px 15px;
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    gap: 15px;
}
.form-check-input {
    background: #fff;
    flex-shrink: 0;
    width: 1.5em!important;
    height: 1.5em!important;
    margin-top: .25em;
	opacity: 1!important;
    vertical-align: top;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #cad0d9!important;
    print-color-adjust: exact;
border-radius: 50%;
	display: block!important;
	visibility: visible!important;
}
.left-sinop {
    display: flex;
    gap: 5px;
}
.form-check-input[type=radio]:checked {
    border-color: #ff88ff!important;
}
.form-check {
		display: block!important;
	visibility: visible!important;
	opacity: 1!important;
	    width: 1.5em!important;
    height: 1.2em!important;
	min-height: 1.2em!important;
}
.form-check[type=checkbox]:checked .assurance .single-option{
	border: 2px solid #ff88ff;
}
.contactform p {
	background : #f5f9fc;
	padding: 15px;
	border-radius: 10px;
}
.fcontrol input {
    font-family: 'Work Sans';
    font-size: 14px;
    max-height: 40px !important;
    border-radius: 9px;
    min-height: 40px;
}
.fcontrol label {
    font-family: Work Sans;
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 14px;
}
.fcontrol select {
    padding: 0 10px;
    max-height: 40px;
    font-family: 'Work Sans';
    font-size: 14px;
		min-height: 40px; 
    border-radius: 10px;
}
.form-addons .single-add {
    margin-bottom: 30px;
}
.form-addons label {
    margin-bottom: 3px;
    font-family: Work Sans;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
}
.form-addons {
    margin: 50px 0;
}
.form-addons .single-add {
    margin-bottom: 25px;
    display: flex;
    gap: 5px;
    font-family: 'Work Sans';
    font-size: 14px;
	font-weight: 500;
    align-items: center;
    margin-top: 12px;
    line-height: 1.5;
}
.bill {
    border: 3px solid #ff88ff;
    border-radius: 10px;
}
.check-right {
    width: 28%;
}
.bill h1 {
    text-align: center;
    font-size: 30px;
    background: #ff88ff29;
    padding: 8px 0;
    font-family: 'Work Sans';
    color: #ff58ff;
}
.bill-content {
    padding: 10px;
}
.bill-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bill-content ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: 'Work Sans';
    font-weight: 600;
    color: #333;
    font-size: 15px;
    line-height: 1;
}
.bill-options {
    padding: 15px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.sing-op h3 {
    margin: 0;
    font-family: Work Sans;
    font-size: 15px;
    color: #515151;
}
.sing-op p {
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Work Sans';
    font-size: 14px;
}
.total-pay li {
    list-style: none;
    display: flex
;
    justify-content: space-between;
    font-weight: 600;
    font-family: 'Work Sans';
    font-size: 15px;
    color: #333;
    padding: 11px 0;
}
a.paybtn {
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    padding: 11px 0;
    background: #ff88ff;
    border-radius: 11px;
    font-family: 'Work Sans';
    font-weight: 600;
	cursor: pointer;
}
a.paybtn:hover {
    background: #f566f5;
	color: #fff;
}
.single-option.active {
    border: 2px solid #ff88ff;
}
.single-flight {
    background: #f5f7fa;
    padding: 20px;
    border-radius: 15px;
}
.flight-loop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 18px;
}
.flights {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.single-flight input {
    margin-bottom: 14px;
}
.flight-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 6px;
}
.flight-timing ul li span {
    line-height: 1;
}
.flight-timing ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.flight-type h6 {
    font-family: 'Work Sans';
    margin: 0;
    color: #fff;
    background: #ed6aed;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 5px 5px;
}
.flight-type span {
    font-family: 'Work Sans';
    font-size: 14px;
    font-weight: 500;
}
.flight-timing {
    background: #e5edf9;
    border-radius: 10px;
    padding: 10px;
}
.flight-timing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.flight-timing ul li {
    display: flex;
    justify-content: space-between;
    font-family: 'Work Sans';
    font-weight: 700;
    color: #333;
    font-size: 16px;
}
span.airline {
    text-align: center;
    display: block;
    font-family: 'Work Sans';
    font-size: 14px;
}
.single-flight p {
    text-align: center;
    margin: 0;
}

.tripsloops {
    display: grid;
    gap: 15px;
}
.trip-cont {
    padding: 12px;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trip-cont h2 {
    margin: 0;
    font-family: 'Work Sans';
    font-size: 20px;
    color: #ed75ed;
margin-top: 10px;
}
ul.tripmeta svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.singletrip {
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
ul.tripmeta {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    font-family: 'Work Sans';
    font-size: 14px;
    margin-bottom: 0;
}
.country-select {
    width: 100%;
}
.iti {
    width: 100% !important;
}
.trip-foot {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
    align-items: center;
}
.trip-foot a:hover {
    background: #c765c7;
}
.tripimg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.tripimg {
    width: 100%;
    height: 215px;
    overflow: hidden;
    border-top: 4px solid #e76fe7;
	position: relative;
}
.tripimg img:hover {
    transform: scale(1.1);
    transition: .3s all 
ease-in-out;
}
span.agetag {
    position: absolute;
    top: -15px;
    color: #fff;
    left: 50%;
    background: #1f74a5;
    font-family: Work Sans;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1;
    transform: translateX(-50%);
}
span.promotag {
    position: absolute;
    top: 10px;
    left: 50%;
    color: #fff;
    background: #e76fe7;
    border-radius: 4px;
    padding: 0px 15px;
    font-family: Work Sans;
    font-weight: 600;
    text-transform: uppercase;
    transform: translateX(-50%);
    width: max-content;
    font-size: 13px;
}
.trip-foot h5 {
    font-size: 15px;
    font-family: 'Work Sans';
    color: #555;
		margin: 0;
    font-weight: 600;
}
.trip-foot h5 span {
    font-size: 20px;
    padding: 0 10px;
    color: #2b2b2b;
	font-weight: 700;
}
.trip-foot a {
    background: #e76fe7;
    color: #fff;
    border-radius: 50px;
    display: block;
    padding: 8px 25px;
    font-family: 'Work Sans';
    font-weight: 600;
}
@media screen and (max-width: 480px){
	.check-heading {
    padding: 20px 16px;
	}
	.check-heading h1 {
    font-size: 23px;
    line-height: 1.3;
	}
	.check-heading h3 {
    font-size: 15px;
	}
	.check-content {
    width: 90%;
    flex-direction: column;
		gap: 0;
    padding-bottom: 30px;
}
	.check-left {
    width: 100%;
	}
	.check-right {
    width: 100%;
	}
.contactform .row {
    margin-top: 10px !important;
    gap: 10px;
}
.trip-wrapper {
    max-width: 90%;
    margin: auto;
}
.trip-content {
    display: flex;
    gap: 30px;
    font-family: Work Sans;
    margin-bottom: 5%;
    flex-direction: column;
}
.left-content {
    width: 100%;
}
	.top-trip h3 {
    font-size: 21px;
    line-height: 1.2;
	}
	.options {
    flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 10px;
}
	.options li {
    flex: -1 50%;
}
	.dove-wrapper {
    flex-direction: column-reverse;
}
.dove-wrapper > * {
    width: 100%;
}
.ilprogramma span {
    font-size: 15px;
}
	.cosas {
    flex-direction: column;
	}
	.cosas > * {
    width: 100%;
}
.info-della {
    width: 100%;
    margin-bottom: 20px;
}
.trip-gallery > * {
    width: 100%;
}
	.trip-gallery {
    flex-direction: column;
}
	.flight-loop {
    grid-template-columns: 1fr;
}
	.tripsloops {
    grid-template-columns: repeat(1, 1fr)!important;
    width: 95%;
    margin: auto;
}
}