/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2026 | 21:17:30 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Main form */
/* =========================================================
   POPUP 3140 - ALL CUSTOM CSS SCOPED TO THIS POPUP ONLY
   ========================================================= */

/* Popup width */
#elementor-popup-modal-3140 .dialog-message {
    width: 500px !important;
}


/* =========================================================
   CALLBACK FORM
   ========================================================= */

#elementor-popup-modal-3140 .callback-form {
    width: 100%;
    box-sizing: border-box;
}

/* Remove CF7 paragraph spacing */
#elementor-popup-modal-3140 .callback-form p {
    margin: 0;
    width: 100%;
}

/* Normal fields */
#elementor-popup-modal-3140 .callback-form .cf7-field {
    width: 100%;
    margin-bottom: 12px;
}

/* Inputs + textarea */
#elementor-popup-modal-3140 .callback-form input[type="text"],
#elementor-popup-modal-3140 .callback-form input[type="email"],
#elementor-popup-modal-3140 .callback-form input[type="tel"],
#elementor-popup-modal-3140 .callback-form input[type="date"],
#elementor-popup-modal-3140 .callback-form input[type="number"],
#elementor-popup-modal-3140 .callback-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d9dde5;
    border-radius: 5px;
    background: #fff;
    padding: 0 14px;
    font-size: 15px;
    color: #333;
    outline: none;
    box-shadow: none;
}

/* Text inputs */
#elementor-popup-modal-3140 .callback-form input[type="text"],
#elementor-popup-modal-3140 .callback-form input[type="email"],
#elementor-popup-modal-3140 .callback-form input[type="tel"],
#elementor-popup-modal-3140 .callback-form input[type="date"],
#elementor-popup-modal-3140 .callback-form input[type="number"] {
    height: 48px;
}

/* Textarea */
#elementor-popup-modal-3140 .callback-form textarea {
    height: 100px !important;
    padding-top: 14px;
    resize: none;
}

/* Placeholder */
#elementor-popup-modal-3140 .callback-form input::placeholder,
#elementor-popup-modal-3140 .callback-form textarea::placeholder {
    color: #9da5b5;
    opacity: 1;
}

/* Focus */
#elementor-popup-modal-3140 .callback-form input:focus,
#elementor-popup-modal-3140 .callback-form textarea:focus {
    border-color: #d0d5dd;
}


/* =========================================================
   PHONE ROW
   ========================================================= */

#elementor-popup-modal-3140 .callback-form .cf7-phone-row {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

#elementor-popup-modal-3140 .callback-form .phone-input {
    flex: 1;
}

#elementor-popup-modal-3140 .callback-form .phone-input input {
    width: 100%;
}


/* =========================================================
   DATE + TRAVELLER TWO COLUMNS
   ========================================================= */

#elementor-popup-modal-3140 .callback-form .cf7-two-column {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

#elementor-popup-modal-3140 .callback-form .cf7-two-column > div {
    width: 50%;
}

#elementor-popup-modal-3140 .callback-form .cf7-two-column input {
    width: 100%;
}


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

#elementor-popup-modal-3140 .callback-form input[type="submit"] {
    width: 100% !important;
    height: 50px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: #032D33 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    cursor: pointer;
    margin-top: 4px;
    transition: 0.2s ease;
}

/* Submit hover */
#elementor-popup-modal-3140 .callback-form input[type="submit"]:hover {
    background: #05444b !important;
    color: #fff !important;
}


/* =========================================================
   CF7 VALIDATION / RESPONSE
   ========================================================= */

#elementor-popup-modal-3140 .callback-form .wpcf7-not-valid-tip {
    font-size: 12px;
}

#elementor-popup-modal-3140 .callback-form .wpcf7-response-output {
    margin: 10px 0 0;
    font-size: 13px;
}


/* =========================================================
   CF7 SPINNER
   ========================================================= */

#elementor-popup-modal-3140 .wpcf7-spinner {
    position: absolute !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#elementor-popup-modal-3140 .wpcf7-submit {
    position: relative !important;
}


/* =========================================================
   PACKAGE NAME
   ========================================================= */

#elementor-popup-modal-3140 .popup-package-name {
    font-size: 24px;
    font-weight: 600;
    color: #032D33;
}


/* =========================================================
   POPUP BOX
   ========================================================= */

#elementor-popup-modal-3140 .dialog-widget-content {
    border-radius: 15px !important;
}


/* =========================================================
   CLOSE BUTTON
   ========================================================= */

#elementor-popup-modal-3140 .dialog-close-button {
    position: absolute !important;

    /* Position */
    top: 2px !important;
    right: 1px !important;

    /* Size */
    width: 40px !important;
    height: 40px !important;

    /* Appearance */
    background: #ffffff !important;
    border-radius: 50% !important;
    border: none !important;

    /* Center X */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    /* Shadow */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;

    z-index: 9999 !important;
}


/* X icon */
#elementor-popup-modal-3140 .dialog-close-button i,
#elementor-popup-modal-3140 .dialog-close-button svg {
    color: #333 !important;
    fill: #333 !important;
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
}


/* Close button hover */
#elementor-popup-modal-3140 .dialog-close-button:hover {
    background: #ffffff !important;
}

#elementor-popup-modal-3140 .dialog-close-button:hover i,
#elementor-popup-modal-3140 .dialog-close-button:hover svg {
    color: #000 !important;
    fill: #000 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    #elementor-popup-modal-3140 .dialog-message {
        width: 100% !important;
    }

    #elementor-popup-modal-3140 .callback-form .cf7-two-column {
        flex-direction: column;
    }

    #elementor-popup-modal-3140 .callback-form .cf7-two-column > div {
        width: 100%;
    }

    #elementor-popup-modal-3140 .callback-form .cf7-phone-row {
        gap: 8px;
    }

    #elementor-popup-modal-3140 .callback-form .country-code {
        width: 75px;
    }

}

/* Package tabs  */

.package_tabs .e-n-tabs-heading {
	background-color: #faf4ea;
	padding : 20px;
	border-radius: 10px;
}
/* Itinerary Accordion */
.itnery_accordian .elementor-tab-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.itnery_accordian {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #15596E;
    color: #ffffff;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    padding: 10px 20px;
    border-radius: 30px;

    white-space: nowrap;
}
.e-n-accordion-item-title-icon{
	justify-content: end;
}
.e-n-accordion-item-title-header{
	width: 95%;
}
/* Normal state */
.popup_package_gallery .e-n-tabs-heading {
    border-bottom: 1px solid #8D8D8D66;
    width: 100%;
    position: relative;
}

.popup_package_gallery .e-n-tabs-heading {
    border-bottom: 1px solid #8D8D8D66;
    position: sticky !important;
	top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
	padding-top: 100px !important;
}
/* Back button */
/* Hide Elementor X */
.elementor-popup-modal .dialog-close-button {
    display: none !important;
}

/* Back button */
.popup-back-button {
    position: fixed;
    top: 35px;
    left: 47px;
    z-index: 999999;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    background: #efe7e766;
    padding: 8px 14px;
    border-radius: 4px;
}
@media (max-width: 768px){
	.popup-back-button{
		left : 0px;
	top: 50px;
	font-size: 14px;
	padding: 5px 10px;
	}
	
}

.popup-back-button:hover {
    opacity: 0.7;
}

/* ============================================================
   PACKAGE REVIEWS
   ============================================================ */

.package-reviews-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}


/* ============================================================
   REVIEW CARD
   ============================================================ */

.package-review-card {
    width: 100%;
    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #dddddd;

    border-radius: 16px;

    padding: 30px;

    margin: 0 0 20px 0;

    overflow: hidden;
}


/* ============================================================
   HIDDEN REVIEWS
   ============================================================ */

.package-review-hidden {
    display: none !important;
}


/* ============================================================
   TOP SECTION
   ============================================================ */

.package-review-top {
    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;
}


/* ============================================================
   REVIEWER AREA
   ============================================================ */

.package-review-user {
    display: flex;

    align-items: center;

    gap: 15px;

    min-width: 0;
}


/* ============================================================
   REVIEWER IMAGE
   ============================================================ */

.package-review-avatar {
	width: 60px;

    height: 60px !important;

    min-width: 60px !important;

    border-radius: 50% !important;

    object-fit: cover;

    display: block;
}


/* ============================================================
   IMAGE PLACEHOLDER
   ============================================================ */

.package-review-avatar-placeholder {
    display: flex;

    align-items: center;

    justify-content: center;

    background: #eeeeee;

    color: #555555;

    font-size: 20px;

    font-weight: 600;
}


/* ============================================================
   REVIEWER INFORMATION
   ============================================================ */

.package-review-user-info {
    min-width: 0;
}


.package-reviewer-name {
    margin: 0 0 6px 0;

    padding: 0;

    color: #26374a;

    font-size: 23px !important;

    line-height: 1.25;

    font-weight: 600;
}


.package-review-date {
    color: #536477;

    font-size: 15px;

    line-height: 1.4;
}


/* ============================================================
   RATING
   ============================================================ */

.package-review-rating {
    display: flex;
	margin-top: 6px;

    align-items: center;

    gap: 5px;

    color: #D6A32C;

    font-size: 16px;

    font-weight: 400;

    white-space: nowrap;
}


.package-review-star {
    color: #D6A32C;

    font-size: 20px;

    line-height: 1;
}


/* ============================================================
   MIDDLE SECTION
   ============================================================ */

.package-review-middle {
    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    margin-top: 28px;

    font-size: 17px;

    line-height: 1.5;

    color: #34495e;
}


/* ============================================================
   BOOKED
   ============================================================ */

.package-review-booked {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 8px;

    min-width: 0;
}


.package-review-label {
    color: #34495e;
	font-size: 17px; 

    font-weight: 400;
}


.package-review-package-link {
    display: inline-flex;

    align-items: center;

    gap: 5px;

    color: #FB6D5F !important;

    font-size: 16px;

    line-height: 1.4;

    text-decoration: none;

    transition: opacity 0.2s ease;
}


.package-review-package-link:hover {
    color: #FB6D5F !important;

    opacity: 0.8;

    text-decoration: none;
}


.package-review-external-icon {
    font-size: 20px;

    line-height: 1;

    display: inline-block;

    transform: translateY(-1px);
}


/* ============================================================
   TRAVELLED FROM
   ============================================================ */

.package-review-travelled {
    display: flex;

    align-items: center;

    gap: 7px;

    white-space: nowrap;
}


.package-review-location-icon {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    color: #34495e;
}


.package-review-location-icon svg {
    display: block;
}


.package-review-travelled strong {
    color: #222222;

    font-weight: 600;
}


/* ============================================================
   REVIEW TEXT
   ============================================================ */

.package-review-text {
    width: 100%;

    margin-top: 18px;

    color: #34495e;

    font-size: 18px;

    line-height: 1.65;

    font-weight: 400;
}


/* ============================================================
   SEE MORE BUTTON
   ============================================================ */

.package-reviews-load-more-wrapper {
    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-top: 30px;
}


.package-reviews-load-more {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 190px;

    padding: 13px 28px;

    border: 1px solid #D6A32C;

    border-radius: 6px;

    background: #D6A32C;

    color: #ffffff;

    font-family: inherit;

    font-size: 16px;

    line-height: 1.4;

    font-weight: 600;

    text-align: center;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}


.package-reviews-load-more:hover {
    background: #FB6D5F;

    border-color: #FB6D5F;

    color: #ffffff;

    transform: translateY(-1px);
}


.package-reviews-load-more:active {
    transform: translateY(0);
}


.package-reviews-load-more:focus {
    outline: 2px solid #FB6D5F;

    outline-offset: 3px;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1024px) {

    .package-review-card {
        padding: 25px;
    }


    .package-review-middle {
        align-items: flex-start;

        flex-direction: column;

        gap: 15px;
    }


    .package-review-travelled {
        white-space: normal;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    .package-review-card {
        padding: 20px;

        border-radius: 13px;

        margin-bottom: 15px;
    }


    /* TOP */

    .package-review-top {
        align-items: flex-start;

        gap: 12px;
    }


    .package-review-user {
        align-items: flex-start;

        gap: 12px;
    }


    /* IMAGE */

    .package-review-avatar {
        width: 55px;

        height: 55px;

        min-width: 55px;
    }


    /* NAME */

    .package-reviewer-name {
        font-size: 18px !important;

        line-height: 1.25 !important;

        margin-bottom: 4px;
    }


    /* DATE */

    .package-review-date {
        font-size: 14px;
    }


    /* RATING */

    .package-review-rating {
        font-size: 16px;

        gap: 3px;
    }


    .package-review-star {
        font-size: 21px;
    }


    /* MIDDLE */

    .package-review-middle {
        margin-top: 20px;

        gap: 12px;

        font-size: 15px;
    }


    .package-review-package-link {
        font-size: 16px;
    }


    .package-review-external-icon {
        font-size: 17px;
    }


    /* REVIEW */

    .package-review-text {
        margin-top: 15px;

        font-size: 16px;

        line-height: 1.6;
    }


    /* BUTTON */

    .package-reviews-load-more-wrapper {
        margin-top: 20px;
    }


    .package-reviews-load-more {
        width: 100%;

        max-width: 260px;

        padding: 12px 20px;

        font-size: 15px;
    }

}
.package-review-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.package-review-rating-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}
.package-review-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.package-review-rating-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Push rating + google icon together to the right */
.package-review-rating {
    margin-left: auto;
}

.package-review-google-icon {
    display: inline-flex;
    align-items: center;
	margin-top: 10px;
}

.package-review-google-icon svg {
    display: block;
}
#elementor-popup-modal-3140 {
	display:flex;
}
.elementor-3140 .elementor-element.elementor-element-0f08d76{
	background-color: #fff;
}
@media (max-width: 1024px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
		background-color: #15596E !important;
	}
}
.elementor-element-e34ff15{
	background-color: #ede8e1;
}

/* Pachage pages header  */

.page-id-3251 .rosy-transparent-header {
    background-color: #15596E !important;
}