@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,600;1,9..144,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700&display=swap");

/*font-family: 'Inter', sans-serif;*/
body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1F2937;
    line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.2;
    font-weight: 400;
    color: #1F2937;
    font-family: "Fraunces", Georgia, serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1F2937 !important;
}
h1 {
    font-size: 32px;
    letter-spacing: -1px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 15px;
    line-height: 1.2;
}
p {
    font-size: 14px;
    color: #1F2937;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.7;
    font-weight: normal;
    letter-spacing: 0.3px;
}
img {
    max-width: 100%;
}
a,
img {
    border: 0;
    text-decoration: none;
    outline: none;
}
a,
a:link,
a:visited,
a:focus {
    color: #0063A8;
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
a:hover {
    text-decoration: none;
    color: #0063A8;
}
input,
textarea,
select {
    font-weight: 400;
    font-size: 15px;
    outline: none;
}
/*input[type="submit"]{ font-weight: 400; font-size: 15px;  outline: none;}*/
/* --- for placeholder color --- */
.form-control::-moz-placeholder {
    color: #a4a4a3;
}
.form-control:-ms-input-placeholder {
    color: #a4a4a3;
}
.form-control::-webkit-input-placeholder {
    color: #a4a4a3;
}
/* --- for placeholder color --- */
/* --- Button Styles --- */
.btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #0063A8;
    padding: 14px 32px;
    display: inline-block;
    -webkit-appearance: none;
    color: #fff !important;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    border: 1px solid #0063A8;
}
.btn.solid-color {
    color: #fff;
    background-color: #FBBF24;
}
.btn.border {
    background: none;
    color: #1F2937 !important;
    border: 1px solid #d6d6d6 !important;
}
.btn.border.white {
    background: none;
    color: #fff;
    border: 1px solid #fff !important;
}
a.btn:hover,
.btn:hover {
    color: #fff;
    background-color: #38B84A;
    border: 1px solid #38B84A !important;
}
.btn.border:hover {
    border: 1px solid #1F2937 !important;
    background: none;
}
.btn.rounded {
    border-radius: 30px !important;
}
.btn.medium-size {
    /* Your custom Styles */
}
.btn.large-size {
    /* Your custom Styles */
}
a.btn:focus {
    outline: none;
    box-shadow: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-wrapper {
    margin-top: 50px;
}
.right-btn {
    text-align: right;
}
.t-white,
.t-white p,
.t-white h2,
.t-white a {
    color: #fff;
}
h2.page-title {
    margin-bottom: 30px;
    text-transform: none;
    position: relative;
    line-height: 1;
}
h2.page-title.bg-white {
    background: #fff;
}
/* --- Button Styles --- */


/*..............common styles..............*/

/* =========== checkbox and radio button Styles =========== */

.builder_radiobox ul li label {
    font-weight: normal;
}

.builder_radiobox ul li input[type="radio"] {
    opacity: 0;
}

.builder_radiobox ul li input[type="radio"]:empty ~ label {
    position: relative;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 0 0 22px;
}

.builder_radiobox ul li input[type="radio"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 2px;
    bottom: 0;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/radiobutton.png) left top no-repeat;
}

.builder_radiobox ul li input[type="radio"]:checked ~ label:before {
    background: url(../images/radiobutton.png) left bottom no-repeat;
}

/* --- checkbox and radio button Styles --- */

/* =========== for header css ===========*/

.mob-hide {
    display: block;
}

.site-header {
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    padding: 6px 0 0 0;
    transition: all 0.3s ease 0s;
    background: #fff;
}

.main-header {
    position: relative;
}

.logo {
    width: 150px;
    transition: all 0.3s ease 0s;
    margin-top: 15px;
    margin-bottom: 12px;
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
}

.desk-navigation {
    display: inline-block;
}

.desk-navigation ul {
    margin: 0 0 0 60px;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.desk-navigation ul li {
    display: inline-block;
    /*padding: 0 14px;*/
    padding: 0 12px;
    position: relative;
    vertical-align: middle;
}

.desk-navigation ul li a {
    color: #005cb9;
    padding: 12px 5px;
    display: block;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    letter-spacing: 0.3px;
}

.desk-navigation .menu-main-menu-container > ul > li > a:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background: #5aba47;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.desk-navigation ul li:hover > a {
    color: #5aba47;
}

.desk-navigation ul li.current-menu-item a {
    color: #5aba47;
}

.desk-navigation ul li:hover > a:after,
.desk-navigation ul li.current-menu-item > a:after {
    opacity: 1;
}

.desk-navigation ul li.deskt-hide {
    display: none;
}

.desktop-hide {
    display: none;
}

.mobile-hide {
    display: block;
}

/*sub menu */

.desk-navigation ul li ul.sub-menu {
    position: absolute;
    left: 0;
    z-index: 5;
    display: block;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, transform;
    margin-top: 0;
    transform: translateY(30px);
    background-color: #262626;
    transition: 0.3s all ease;
    min-width: 250px;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    overflow: hidden;
    height: 0;
}

.desk-navigation ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: inherit;
    margin-top: 0;
    transform: translateY(0);
    overflow: auto;
    height: auto;
}

.desk-navigation ul li ul.sub-menu li {
    padding: 0 8px;
    display: block;
    margin: 0;
}

.desk-navigation ul li ul.sub-menu li a {
    padding: 8px 15px;
    color: #bababa;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

/*.desk-navigation ul li.menu-item-has-children > a:after {content: "";position: absolute;pointer-events: none;height: 0;width: 0;top: 55%;border: solid transparent;border-color: rgba(136, 183, 213, 0);border-top-color: #990024;border-width: 5px;margin-left: 0;right: 6px;transform: translateY(-45%);}*/
.desk-navigation ul li ul.sub-menu li a:hover {
    color: #fff;
    background: #303030;
}

.desk-navigation ul li.menu-item-has-children:last-child ul.sub-menu {
    left: auto;
    right: 0;
}

.desk-navigation ul li:nth-child(6) ul.sub-menu {
    left: auto;
    right: 0;
}

.desk-navigation ul li.geeo-submenu-flip > ul.sub-menu {
    left: auto;
    right: 0;
}

.mobile-header {
    display: none;
    transition: all 0.3s ease 0s;
}

.mobile-header .navigation {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.mobile-header .mobile-menu {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -100%;
    background-color: rgba(0, 92, 185, 0.88);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 120px;
    text-align: left;
    padding-bottom: 25px;
}

.mobile-header .mobile-menu.active {
    left: 0;
}

body.mobile-menu-open {
    overflow: hidden;
}

.top-menu,
.right-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-menu {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*a.open-menu { display: block; position: absolute; left: 0;  width: 110px; top: 0; padding: 5px 15px; line-height: 1; }*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    z-index: 111;
}

.site-header.fixed {
    /*position: sticky;*/
    padding: 0 0 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.site-header.fixed .logo {
    width: 90px;
    margin-bottom: 18px;
    margin-top: 18px;
}

.site-header.fixed .top-menu.align-items-end {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.site-header.fixed .desk-navigation > ul > li > a {
    padding: 28px 5px;
}

/* =========== for header css =========== */

/* =========== for Slider css =========== */

.top-banner-section {
    position: relative;
    z-index: 1;
}

.top-banner-section.inner-hero-scene:after {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    content: "";
    display: block;
    z-index: 1;
}

.top-banner-section > img {
    width: 100%;
}

.slider-inner-cnt1 {
    padding: 40px 0 50px 40px;
    max-width: 100%;
    background: #ffd800;
}

.slider-inner-cnt1 h1 {
    color: #000;
    font-weight: 900;
    margin-bottom: 0;
    font-family: "Gilroy";
    letter-spacing: inherit;
    line-height: 1.1;
    /*margin-right: -250px; */
    max-width: 755px;
    position: relative;
}

.slider-text {
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 2;
}

.slider-inner-cnt1 h1:after {
    content: "";
    width: 50%;
    height: 5px;
    background: #000;
    position: absolute;
    right: -43%;
    display: block;
    bottom: 14%;
}

/* =========== for Slider css =========== */

/* =========== for parallax css =========== */

.full-height {
    position: relative;
    height: 100vh;
}

.overlay {
    display: block;
    position: absolute !important;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.parallax.vertical-align {
    display: table;
    width: 100%;
}

.vertical-align .content {
    display: table-cell;
    vertical-align: middle;
}

/* =========== for parallax css =========== */

/* =========== for main sections css =========== */

.geo-teachers-travel {
    padding: 60px 0;
}

.service-element-col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.service-element-icon {
    margin-bottom: 28px;
}

.service-element-icon i {
    line-height: 30px;
    width: 30px;
    padding: 17px;
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-radius: 50%;
    border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    color: #ffffff;
    background-color: #5aba47;
}

.service-element-col h6 {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    color: #383838;
    margin-bottom: 6px;
}

.service-element-col a {
    font-size: 14px;
}

.featured-programme {
    position: relative;
    width: 100%;
    padding: 100px 0 100px;
    z-index: 2;
    background: url(../images/section-bg-3.jpg) no-repeat;
    background-size: cover;
}

.featured-programme h2 {
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

/*.our-team:after{content: ""; width: 100%; background: #f5f5f5; right: 0; bottom: 0; height: 90%; position: absolute; display: block; z-index: -1;}*/
.featured-programme .owl-carousel {
    margin: 0 auto;
    max-width: 1140px;
}

.team-holder {
    text-align: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.team-holder a > img {
    width: 100%;
    transition: all 0.3s ease 0s;
    display: block;
}

.team-holder a.color-mask-icon {
    display: block;
    position: relative;
}

/*.team-holder a.color-mask-icon:before {content:"";display:block; position:absolute; background:rgba(255,230,9, 0.50);top:0; bottom:0; right:0; width:0; -webkit-transition-property: width; -webkit-transition-duration: 1s; transition-property: width;transition-duration: 1s;  margin: 0 auto; font-size:0; z-index:1;}
.team-holder a.color-mask-icon:hover:before {  width: 100%; cursor: pointer;}*/
.featured-programme .owl-nav {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    margin-top: 0;
}

.featured-programme .owl-theme .owl-nav [class*="owl-"] {
    color: #111111;
    font-size: 20px;
    margin: 4px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.featured-programme-content h5 {
    margin-bottom: 5px;
    color: #313131;
    font-size: 15px;
    font-weight: 800;
    padding-right: 50px;
}

.featured-programme-content h5 a {
    display: block;
    color: #313131;
}

a.title-item-link {
    display: inline-block;
    margin-top: 0;
    font-style: normal;
    color: #bdd4ff;
    font-size: 15px;
    margin-left: 25px;
}

.title-wrap {
    position: relative;
}

.core-separator {
    margin-right: 13px;
}

.featured-programme-content {
    padding: 32px 25px 32px;
    background: #fff;
    position: relative;
    border: 1px solid #e1e1e1;
    display: flex;
}

.tourmaster-head {
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 400;
    display: block;
}

.tourmaster-tail {
    color: #4692e7;
}

.tourmaster-tour-price {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    display: block;
    text-align: right;
}

.featured-programme .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -70px;
    background-color: #4674e7;
    padding: 5px 5px;
    font-size: 12px;
    color: #fff;
    line-height: 47px;
    height: 54px;
    width: 54px;
    margin: 0;
    border-radius: 0;
}

.featured-programme .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -70px;
    background-color: #4674e7;
    padding: 5px 5px;
    font-size: 12px;
    color: #fff;
    line-height: 47px;
    height: 54px;
    width: 54px;
    margin: 0;
    border-radius: 0;
}

.featured-programme .owl-carousel .owl-stage-outer {
    padding-bottom: 140px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 30px;
    border: 1px solid #8a8a8a;
    background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.featured-programme .discount-wrap .discount-price {
    color: #4692e7;
}

.featured-programme .discount-wrap .tourmaster-tail {
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 400;
    display: block;
    color: #a7a7a7;
    text-decoration: line-through;
}

.featured-programme .discount-wrap .tourmaster-head {
    display: none;
}

.blog-list-content {
    background: #fff;
    padding: 30px 20px;
}

.blog-holder-img a {
    display: block;
    position: relative;
}

.blog-holder-img a > img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.blog-holder-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-holder-img:hover a:after {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.blog-holder-img {
    overflow: hidden;
}

.blog-holder-img a:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transition:
        opacity 300ms ease-out,
        transform 300ms ease-out,
        filter 300ms ease-out;
    -moz-transition:
        opacity 300ms ease-out,
        -moz-transform 300ms ease-out,
        -moz-filter 300ms ease-out;
    -o-transition:
        opacity 300ms ease-out,
        -o-transform 300ms ease-out,
        -o-filter 300ms ease-out;
    -webkit-transition:
        opacity 300ms ease-out,
        -webkit-transform 300ms ease-out,
        -webkit-filter 300ms ease-out;
    opacity: 0;
}

.blog-list-content h3 {
    margin-bottom: 5px;
    color: #313131;
    font-weight: 800;
    padding-right: 50px;
    text-transform: uppercase;
}

.blog-list-content h3 a {
    display: block;
    color: #313131;
}

.geoo-blog {
    padding: 70px 0 80px;
}

.blog-carousel {
    padding-top: 100px;
}

.owl-theme.blog-carousel .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.owl-theme.blog-carousel .owl-nav .owl-prev {
    background: transparent;
    color: #a7a7a7;
    font-size: 16px;
}

.owl-theme.blog-carousel .owl-nav .owl-next {
    background: transparent;
    color: #a7a7a7;
    font-size: 16px;
}

.newsletter-subscription {
    /*background: url(../images/Bossio-Taj-mahal.jpg)no-repeat 0% 80%;*/
    background-size: cover;
    width: 100%;
    /*padding: 120px 0 100px; min-height: 470px;*/
    padding: 0px 0 0px;
    min-height: 640px;
}

.newsletter-subscription img {
    width: 100%;
}

.newsletter-form-wrapper {
    max-width: 520px;
}

.newsletter-form-wrapper h4 {
    margin-bottom: 5px;
    font-weight: 800;
    color: #000;
}

.newsletter-form-wrapper p {
    font-style: italic;
}

.newsletter-form-wrapper form {
    margin-top: 50px;
}

.newsletter-form-wrapper form label {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}

.newsletter-form-wrapper form input[type="email"] {
    display: block;
    margin-bottom: 20px;
    border: none;
    background: #fff;
    height: 30px;
    width: 100%;
    max-width: 200px;
}

.newsletter-form-wrapper form button[type="submit"] {
    background-color: #005cb9;
    border: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 20px;
    max-width: 150px;
    display: block;
    width: 100%;
    cursor: pointer;
}

/* =========== for inner pages css =========== */

.box-box-content h2 {
    font-size: 41px;
    font-weight: 800;
    margin-bottom: 20px;
}

.box-box-content h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}

.box-box-content {
    max-width: 560px;
    padding-left: 90px;
}

.box-box-content h2 a:hover {
    color: #005cb9 !important;
}

.flex-row-reverse .box-box-content-wrap .box-box-content {
    max-width: 560px;
    padding-right: 90px;
    padding-left: 0;
}

.box-box-content p {
    font-size: 17px;
    margin-top: 30px;
}

.box-box-img.height-medium .parallax {
    height: 700px;
}

.flex-row-reverse .box-box-content-wrap {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.testimonial-sec {
    padding: 120px 0 70px;
}

.testimonial-sec h2.page-title {
    font-size: 41px;
    font-weight: 500;
    margin-bottom: 35px;
}

.testimonial-sec .testi-content p {
    color: #fff;
    font-style: italic;
}

.testimonial-sec .testi-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding-left: 50px;
}

.testimonial-sec .testi-content:before {
    content: " “ ";
    display: block;
    font-size: 70px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 0;
    font-family: "Inter", sans-serif;
}

.testimonial-sec .owl-theme .owl-dots {
    margin-top: 90px !important;
}

.choose-destination {
    padding: 100px 0;
    background: #f4f4f4;
}

.choose-destination h6 {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.8px;
    color: #727272;
}

.choose-destination h3.page-title {
    margin-bottom: 10px;
}

.destination-img {
    position: relative;
}

.destination-img:after {
    content: "";
    display: block;
    background: url(../images/gradient.png) repeat-x center bottom;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.destination-img:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transition:
        opacity 300ms ease-out,
        transform 300ms ease-out,
        filter 300ms ease-out;
    -moz-transition:
        opacity 300ms ease-out,
        -moz-transform 300ms ease-out,
        -moz-filter 300ms ease-out;
    -o-transition:
        opacity 300ms ease-out,
        -o-transform 300ms ease-out,
        -o-filter 300ms ease-out;
    -webkit-transition:
        opacity 300ms ease-out,
        -webkit-transform 300ms ease-out,
        -webkit-filter 300ms ease-out;
    opacity: 0;
}

.destination-col:hover .destination-img:before {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.destination-img img {
    width: 100%;
}

.destination-col {
    position: relative;
    overflow: hidden;
}

.destination-name {
    position: absolute;
    padding: 5px 25px 8px;
    top: 100%;
    left: 0;
    right: 0;
    bottom: -53px;
    transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    text-align: center;
    -webkit-transform: translate(0, -100%);
    transition:
        transform 200ms ease-out,
        top 200ms ease-out;
    -moz-transition:
        transform 200ms ease-out,
        top 200ms ease-out;
    -o-transition:
        transform 200ms ease-out,
        top 200ms ease-out;
    -webkit-transition:
        transform 200ms ease-out,
        top 200ms ease-out;
}

.destination-col:hover .destination-name {
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.destination-name h5 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

a.view-all-tour {
    text-transform: uppercase;
    font-size: 12px;
    color: #005cb9;
    font-weight: 500;
    margin-bottom: -30px;
}

a.view-all-tour:hover {
    color: #005cb9;
}

.blue-divider {
    position: absolute;
    margin-bottom: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    transition: margin 200ms;
    -moz-transition: margin 200ms;
    -o-transition: margin 200ms;
    -webkit-transition: margin 200ms;
    border-color: #4692e7;
}

.destination-col:hover .blue-divider {
    margin-bottom: 0;
}

.inner-para-slider {
    padding: 150px 0;
    height: 700px;
    position: relative;
    width: 100%;
}

.inner-para-slider {
    height: auto;
}

.slider-content-wrap h1 {
    font-size: 79px;
    font-weight: 800;
    color: #fff;
}

.slider-content-wrap h5 {
    font-style: italic;
    color: #fff;
}

.funding-advice {
    background: #f4f4f4;
    padding: 110px 0;
}

.funding-advice h2 {
    font-weight: 800;
    margin-bottom: 20px;
}

.funding-advice h5 {
    color: #727272;
    margin-bottom: 0;
}

h5.italic {
    color: #727272;
    font-style: italic;
}

.slider-content-wrap h4 {
    color: #fff;
}

.inner-para-slider.still-img {
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
}

.tour-master-category .destination-col {
    margin-bottom: 40px;
}

section.tour-master-category {
    margin-bottom: 30px;
}

.tour-search-field {
    padding-top: 100px;
    padding-bottom: 50px;
    margin-left: -10px;
    margin-right: -10px;
}

.search-field-wrap {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.search-field-wrap label {
    font-weight: 700;
}

.tour-common-wrap select {
    color: #7f7f7f;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    height: 65px;
    padding: 14px 22px;
    font-size: 15px;
    border-width: 2px;
    border-style: solid;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
}

.tour-common-wrap select:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.search-field-wrap input.tourmaster-tour-search-submit {
    height: 65px;
    padding: 14px 22px;
    font-size: 15px;
    text-transform: none;
    font-weight: 500;
    background: #4674e7;
    color: #fff;
    text-align: center;
    border: none;
    width: 100%;
}

.tour-common-wrap {
    position: relative;
}

.tour-common-wrap:after {
    font-family: fontAwesome;
    content: "\f0dd";
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -13px;
    pointer-events: none;
}

/* =========== for sub-inner pages css =========== */

.subinner-para-slider.still-img {
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    position: relative;
    background-position: center center;
    width: 100%;
    text-align: left;
    padding-top: 200px;
    padding-bottom: 100px;
}

.subinner-para-slider h1 {
    font-size: 42px;
    font-weight: 700;
}

body.woocommerce-account .subinner-para-slider h1 {
    color: #4692e7;
    margin-bottom: 0;
    text-align: center;
}

.tour-master-detailspage {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f3f3f3;
}

.booking-sidebar h6 {
    font-weight: 600;
    padding-left: 25px;
}

.tour-list-content-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.tour-list-content-left {
    width: 75%;
    padding-right: 30px;
}

.tour-list-content-right {
    position: relative;
    border-left-width: 2px;
    border-left-style: solid;
    border-color: #e1e1e1;
    width: 25%;
    text-align: center;
}

.tourmaster-tour-price {
    margin-bottom: 30px;
}

.tour-list-content-wrap {
    padding: 40px 30px;
    background: #fff;
    display: flex;
}

.tour-list-content-right a.btn.view-more {
    padding: 10px 15px;
    display: block;
    max-width: 120px;
    margin: 0 auto;
    background: #4692e7;
    border-color: #4692e7;
    text-transform: uppercase;
}

.tour-list-content-right .tourmaster-tour-price {
    text-align: center;
    margin-bottom: 22px;
    margin-top: 20px;
}

.tour-list-content-right .tourmaster-tour-price span.tourmaster-tail {
    color: #1b1b1b;
    font-size: 28px;
}

.tour-list-content-left h4.tour-title {
    color: #333;
    font-weight: 800;
    font-size: 22px;
}

.discounted-wrap
    .tour-list-content-right
    .tourmaster-tour-price
    .tourmaster-tail {
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 7px;
    font-weight: 400;
    display: inline-block;
    color: #a7a7a7;
    text-decoration: line-through;
}

.discounted-wrap .tourmaster-tour-price .tourmaster-head {
    display: inline-block;
    color: #a7a7a7;
}

.discounted-wrap .tourmaster-tour-price .discount-price {
    display: block;
    color: #1b1b1b;
    font-size: 28px;
}

.tour-info p {
    font-size: 14px;
}

.tour-time {
    font-size: 14px;
}

.booking-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.booking-sidebar ul li {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 13px 27px;
    border-color: #e1e1e1;
    color: #949494;
    font-size: 14px;
}

.booking-sidebar ul li:first-child {
    border: none;
}

.booking-sidebar ul li i {
    font-size: 15px;
    color: #5aba47;
    margin-right: 10px;
}

.tour-full-inner {
    margin-bottom: 40px;
}

.tour-list-thumb a {
    display: block;
}

.booking-sidebar {
    padding-left: 10px;
}

.tour-list-thumb {
    position: relative;
}

.discount-ribbon {
    position: absolute;
    top: 30px;
    left: -10px;
    color: #ffffff;
    background-color: #cc3d3d;
    padding: 12px 30px;
    font-size: 15px;
    display: block;
    font-weight: 600;
    /*padding: 7px 20px; font-size: 14px; width: 103%;*/
}

.discount-ribbon:after {
    background: url(../images/ribbon-corner-shadow.png) no-repeat;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.tour-box .discount-ribbon {
    position: absolute;
    top: 30px;
    left: -10px;
    color: #ffffff;
    background-color: #cc3d3d;
    /*padding: 12px 30px; font-size: 15px;*/
    display: block;
    font-weight: 600;
    padding: 7px 20px;
    font-size: 14px;
    width: 103%;
}

.programme-educators .service-element-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.service-element-col p {
    font-size: 14px;
    font-style: italic;
    margin-top: 5px;
    color: #747474;
    line-height: 1.5;
    margin-bottom: 0;
}

.experienced-leader {
    background: #f2f2f2;
}

.experienced-leader .box-box-img.position-left-img {
}

.box-box-img.height-small .parallax {
    height: 550px;
}

.experi-leader-content {
    max-width: 545px;
    padding: 30px 30px;
}

.experi-leader-content h5 {
    color: #fff;
    font-weight: 600;
}

.experi-leader-content p {
    color: #fff;
    margin-bottom: 50px;
}

.experienced-leader .parallax {
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.experi-leader-content p:last-child {
    margin-bottom: 0;
}

.adventure-trip h4 {
    font-weight: 800;
}

.geo-trip-owl-img-caraousel .owl-theme .owl-nav .owl-next {
    display: block;
    padding: 14px 14px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    line-height: 1.4;
    top: 50%;
    margin-top: 0;
    z-index: 15;
    right: 30px;
    width: 46px;
    height: 46px;
    text-align: center;
    transform: translateY(-50%);
}

.geo-trip-owl-img-caraousel .owl-theme .owl-nav .owl-prev {
    display: block;
    padding: 14px 14px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    line-height: 1.4;
    top: 50%;
    margin-top: 0;
    z-index: 15;
    left: 30px;
    width: 46px;
    height: 46px;
    text-align: center;
    transform: translateY(-50%);
}

.innerpage-testi-caraousel {
    position: relative;
}

.what-our-customer-says h5 {
    font-size: 18px;
    text-transform: none;
    color: #000000;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    font-weight: 700;
}

.what-our-customer-says {
    margin-top: 60px;
}

.testi-review {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.testi-author-img {
    padding: 0 10px;
    width: 75px;
    border-radius: 50%;
}

.testi-author-img img {
    width: 100%;
    border-radius: 50%;
}

.testi-author-details {
    padding: 0 10px;
    width: calc(100% - 95px);
}

.testi-author-details h6 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3b3b3b;
}

.testi-author-details p {
    font-style: italic;
    color: #3b3b3b;
    margin-top: 5px;
}

.testi-author-details span.gdlr-core-rating {
    display: block;
    color: #ffa127;
}

.what-our-customer-says .testi-content {
    position: relative;
    padding-left: 50px;
}

.what-our-customer-says .testi-content > p {
    color: #707070;
    font-style: italic;
    margin-bottom: 30px;
}

.what-our-customer-says .testi-content:before {
    content: " “ ";
    display: block;
    font-size: 70px;
    color: #5aba47;
    position: absolute;
    top: -20px;
    left: 0;
    font-family: "Inter", sans-serif;
}

.innerpage-testi-caraousel .owl-theme .owl-nav .owl-next {
    display: block;
    padding: 14px 14px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    line-height: 1.4;
    top: 50%;
    margin-top: 0;
    z-index: 15;
    right: 30px;
    width: 46px;
    height: 46px;
    text-align: center;
    transform: translateY(-50%);
}

.innerpage-testi-caraousel .owl-theme .owl-nav .owl-prev {
    display: block;
    padding: 14px 14px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    line-height: 1.4;
    top: 50%;
    margin-top: 0;
    z-index: 15;
    left: 30px;
    width: 46px;
    height: 46px;
    text-align: center;
    transform: translateY(-50%);
}

/* =========== for skillbar css =========== */

.skillbar-container {
    position: relative;
    display: block;
    margin-bottom: 32px;
    margin-top: 16px;
    width: 100%;
    background-color: #f3f3f3;
    height: 5px;
}

.skills {
    height: 35px;
    height: 5px;
    width: 0px;
}

.geeo-skill-bar {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 0;
    color: #505050;
    font-size: 14px;
    margin-bottom: 60px;
}

.our-mission h4,
.our-mission h5,
.our-mission h6 {
    font-weight: 700;
}

.our-mission h6 {
    margin-bottom: 0;
}

.board-member-list-col {
    margin-bottom: 60px;
}

.board-members-listing {
    padding: 80px 0;
}

.board-member-img img {
    width: 100%;
}

.board-member-img {
    margin-bottom: 40px;
}

.board-member-content h5 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
}

.board-member-content h6 {
    color: #888;
    font-size: 13px;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
    position: relative;
    margin-bottom: 50px;
}

.board-member-content h6:after {
    position: absolute;
    left: 0;
    bottom: -25px;
    content: "";
    display: block;
    background: #ccc;
    width: 45px;
    height: 2px;
}

.our-mission ul {
    margin-top: 20px;
}

.our-mission ul li,
.our-mission ol li {
    padding: 2px 0;
    line-height: 1.6;
}

.private-student-prgrm .testi-author-details {
    width: 100%;
}

.adventure-trip h2 {
    font-weight: 700;
}

.our-mission.with-bottom-margin h6 {
    margin-bottom: 18px;
}

/* =========== for faq-accordion css =========== */

.faq {
    padding-top: 150px;
    padding-bottom: 150px;
}

.ac {
    margin-top: 10px;
    background-color: #fff;
    box-sizing: border-box;
}

.ac > .ac-q {
    font-size: 13px;
    color: #1e73be;
    padding: 23px 10px 23px 50px;
    margin: 0;
    text-decoration: none;
    display: block;
    cursor: pointer;
    position: relative;
    background-color: #f3f3f3;
    font-weight: 600;
}

.ac > .ac-q::after {
    content: "+";
    text-align: center;
    color: #191919;
    width: 15px;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    font-size: 18px;
    font-weight: 400;
}

.ac > .ac-a {
    overflow: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.ac.is-active .ac-a {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ac > .ac-a p {
    font-size: 13px;
    color: #212121;
    margin: 0;
    padding: 10px;
}

.ac.js-enabled > .ac-a {
    visibility: hidden;
}

.ac.is-active > .ac-a {
    visibility: visible;
}

.ac.is-active > .ac-q::after {
    content: "\2013";
}

.ac > .ac-q:hover,
.ac > .ac-q:focus,
.ac > .ac-q:visited {
    outline: none;
}

/* =========== for table css =========== */

.service-table table {
    width: 100%;
    text-align: center;
    border-spacing: 2px;
    border-collapse: separate;
    margin-bottom: 20px;
}

.service-table table tr:nth-child(odd) {
    color: #949494;
}

.service-table table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.traveltour-body * {
    border-color: #e1e1e1;
}

.service-table table tr th {
    color: #fff;
}

.service-table table tr th {
    background-color: #005cb9;
}

.service-table table tr th {
    padding: 13px 0;
    font-size: 16px;
    font-weight: 400;
}

.service-table table tr td {
    padding: 15px 0;
}

.service-table .traveltour-body a {
    color: #005cb9;
}

.service-table table tr:nth-child(even) {
    color: #949494;
}

.service-table table tr:nth-child(even) {
    background-color: #f3f3f3;
}

.gallery-list-geeo {
    margin-top: 30px;
}

.gallery-thumb-wrap {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
}

.gallery-thumbnail img {
    width: 100%;
    display: block;
    transition:
        opacity 300ms ease-out,
        transform 300ms ease-out,
        filter 300ms ease-out;
    -moz-transition:
        opacity 300ms ease-out,
        -moz-transform 300ms ease-out,
        -moz-filter 300ms ease-out;
    -o-transition:
        opacity 300ms ease-out,
        -o-transform 300ms ease-out,
        -o-filter 300ms ease-out;
    -webkit-transition:
        opacity 300ms ease-out,
        -webkit-transform 300ms ease-out,
        -webkit-filter 300ms ease-out;
}

.gallery-item-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 45px 20px 60px;
    transition:
        opacity 500ms ease-out,
        bottom 200ms ease-out;
    -moz-transition:
        opacity 500ms ease-out,
        bottom 200ms ease-out;
    -o-transition:
        opacity 500ms ease-out,
        bottom 200ms ease-out;
    -webkit-transition:
        opacity 500ms ease-out,
        bottom 200ms ease-out;
}

.gallery-item-name h3 {
    margin-bottom: 0;
}

.gallery-item-name h3 a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.gallery-thumb-wrap:hover .gallery-thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* =========== for blogpage css =========== */

.blog-content-details h3 {
    font-weight: 700;
}

.blog-content-details {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.core-blog-info-tag {
    padding: 15px 5px;
}

.core-blog-info-tag .core-head {
    padding-right: 10px;
}

.core-blog-info-tag .core-head i {
    color: #a7a7a7;
}

/*-- New_css(20-02-2020) --*/

.banner-singletour {
    position: relative;
    /*height: 73vh;*/
    height: 370px;
    overflow: hidden;
}

.banner-singletour img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.banner-singletour:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.1);
}

.banner-singletour:after {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    /*background: rgba(0, 0, 0, 0.5);*/
    background: -webkit-linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.5)
    );
    background: -o-linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.5)
    );
    background: -moz-linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.5)
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.5)
    );
    width: 100%;
    left: 0;
    right: 0;
}

.singletour-caption {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    z-index: 999;
}

.singletour-heading {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.egypt-iconrow {
    padding: 30px;
}

/*-- add-This_css(Start)--*/
.clearHeader {
    transition: all 0.8s ease-in-out 0s;
}

.clearHeader.darkHeader {
    transition: all 0.8s ease-in-out 0s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

/*-- add-This_css(End)--*/

/*-- header(smoothly down) if need then add(Start) --*/
.clearHeader.darkHeader {
    animation: slide-down 0.7s;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

/*-- header(smoothly down) if need then add(End) --*/

/* Tour single: outer wrapper for section tabs (inner nav keeps .overview-nav). */
.geeo-tour-section-nav {
    background: #ebebeb;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 112;
}

body.admin-bar .geeo-tour-section-nav {
    top: var(--wp-admin--admin-bar--height, 32px);
}

body.single-product .geeo-tour-section-nav.clearHeader.darkHeader {
    position: -webkit-sticky;
    position: sticky;
    animation: none;
}

.overview-nav {
    background: #ebebeb;
}

.overview-nav ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.overview-nav ul li {
    margin-right: 0;
    display: block;
    flex: 0 0 auto;
    white-space: nowrap;
}

.overview-nav ul li:last-child {
    margin-right: 0px;
}

.overview-nav ul li a {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 600;
    padding: 28px 18px 28px;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    border-bottom: 4px solid transparent;
}

.overview-nav ul li a .geeo-tour-tab-icon {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    opacity: 0.88;
}

.overview-nav ul li a .geeo-tour-tab-icon .fa {
    font-size: 15px;
    vertical-align: -0.06em;
}

.overview-nav ul li a.scrollTo.active .geeo-tour-tab-icon {
    opacity: 1;
    color: #5aba47;
}

.overview-nav ul li a .geeo-tour-tab-label {
    vertical-align: middle;
    white-space: nowrap;
}

.overview-nav ul li .scrollTo {
    transition: 0.4s ease-in-out 0s;
}

.overview-nav ul li a.scrollTo.active {
    border-bottom: 4px #3e81b8 solid;
    color: #1b1b1b;
}

.egypt-iconrow {
    padding: 30px 0;
}

.egypt-iconrow ul {
    padding-left: 0;
    margin-bottom: 0;
}

.egypt-iconrow ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 20px;
    margin-bottom: 10px;
}

.egypt-iconrow ul li a {
    color: #9a9a9a;
    border: 3px solid transparent;
}

.egypt-iconrow ul li a:hover {
    border: 3px solid #4692e7;
}

.egypt-icon {
    background: #5aba47;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 20px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 32px;
}

.egypt-icontext {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    margin-top: 6px;
}

.egypt-icontext p {
    margin-bottom: 0;
    font-weight: 500;
}

.egypt-sec .col-lg-4.order-lg-2 {
    position: static;
}

/* price-box price-fixed boxFixed*/
.price-fixed {
    margin-top: -30px;
}

.price-fixed {
    /*width: 100%;*/
    width: 370px;
    /*right: 5%;*/
    position: absolute;
    z-index: 2;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
}

.price-fixed.boxFixed {
    position: fixed;
    top: 0px;
    /*width: 30%;*/
    width: 370px;
    /*right: 5%;*/
    z-index: 2;
    margin-top: 0px;
}

.price-header {
    background: rgba(255, 127, 0, 0.9);
}

.price-header h6 {
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 12px;
    color: #fff;
}

.price-tag {
    text-align: center;
    padding: 38px 20px 34px;
    background: rgba(0, 99, 166, 0.8);
}

.price-tag h2 {
    margin-bottom: 0;
    font-size: 32px;
    margin-right: 15px;
    font-weight: 700;
    color: #fff;
}

.price-tag h2 small {
    font-size: 40%;
}

.price-tag span.tourmaster-tail-price {
    text-decoration: line-through;
}

.book-list ul {
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
    background: #e1e1e1;
}

.book-list ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.book-list ul li a {
    cursor: pointer;
    padding: 20px 28px;
    font-size: 14px;
    font-weight: 500;
    color: #929292;
    background: #e1e1e1;
    display: block;
    border-radius: 0 !important;
}

.book-list ul li a:hover,
.book-list ul li a.active,
.book-list .nav-pills .nav-link.active,
.book-list .nav-pills .show > .nav-link {
    background: #fff;
    color: #242424;
}

.priceboxBody {
    padding: 40px 34px 15px;
    background: #fff;
}

.price-bottomIcon {
    font-size: 20px;
    width: 30px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    color: #4692e7;
}

/* Booking form icon alignment */
.price-box .priceboxBody .booking-info-row {
    display: flex;
    align-items: center;
}

.price-box .priceboxBody h6.booking-info-row {
    padding-left: 0;
    margin-bottom: 10px;
}

.price-box .priceboxBody h6.booking-info-row--early-bird {
    margin-bottom: 0;
}

.price-box .priceboxBody .booking-info-row .price-bottomIcon,
.price-box .priceboxBody #price-bottomIcon .price-bottomIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    min-width: 30px;
    margin-right: 12px;
    line-height: 1;
}

.price-box .priceboxBody .booking-info-row--date select {
    flex: 1;
    min-width: 0;
}

.price-box .priceboxBody .booking-info-note {
    margin-top: 4px;
    margin-bottom: 12px;
    margin-left: 42px;
    font-size: 10px;
    font-style: italic;
    color: #555;
}

.price-box .priceboxBody .booking-info-note a {
    color: #1063a6;
    text-decoration: underline;
}

.price-box .priceboxBody #tab1 .price-bottom {
    align-items: flex-start;
}

.price-box .priceboxBody #tab1 .proceed-booking {
    width: auto;
    flex: 1;
}

.proceed-booking {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.price-bottom {
    display: flex;
}

.proceed-booking .btn {
    margin-bottom: 1em;
    width: 100%;
}

.priceboxBody h5 {
    font-weight: 600;
    margin-bottom: 25px;
}

.included-box h5,
.included-not-box h5 {
    font-weight: 600;
    font-size: 22px;
}

.included-box ul,
.included-not-box ul {
    padding-left: 0;
}

.included-box ul li,
.included-not-box ul li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-weight: 500;
    font-size: 14px;
}

.included-box ul li:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f00c";
    font-family: FontAwesome;
    color: #5aba47;
}

.included-not-box ul li:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f00d";
    font-family: FontAwesome;
    color: #dd4d4d;
}

.scroll-row {
    /* border-bottom: 2px solid #e1e1e1; removed 2026-05-25 — sections no longer visually divided */
    padding: 30px 0;
}

.overview-text,
.overview-pic {
    margin-bottom: 35px;
}

.overview-heading {
    font-weight: 600;
    margin-bottom: 40px;
}

.overview-heading span {
    color: #5aba47;
    margin-right: 15px;
}

.accordion-itinerary .card-header .card-link {
    display: block;
    position: relative;
}

.accordion-itinerary .card,
.accordion-itinerary .card .card-header {
    border: none;
}

/*-- accordion-icon(Start) --*/

.accordion-itinerary .collapsed.card-link:before {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
}

.accordion-itinerary .card-link:after {
    content: " ";
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 3px;
    transform: scale(0);
    transition: all 0.5s;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
}

.accordion-itinerary .card-link:after {
    content: "\f068";
    transform: scale(1);
    transition: all 0.5s;
    font: normal normal normal 14px/1 FontAwesome;
}

/*-- accordion-icon(End) --*/

.accordion-itinerary .card-header a {
    padding-left: 30px;
    color: #191919;
    font-weight: 600;
    font-size: 13px;
}

.accordion-itinerary .card-header a span {
    color: #1e73be;
}

.accordion-itinerary .card {
    margin-bottom: 10px;
}

.accordion-itinerary .card .card-header {
    border: none;
    background: #f3f3f3;
}

.details-row {
    padding-bottom: 30px;
}

.details-row h5 {
    color: #282828;
    font-size: 16px;
    font-weight: 700;
}

.details-list ul li,
.details-list ol li {
    margin-bottom: 7px;
    line-height: 1.5;
}

.photos_carousel {
    position: relative;
}

.photos-row .owl-carousel .owl-nav button.owl-prev span,
.photos-row .owl-carousel .owl-nav button.owl-next span {
    font-size: 0;
}

.photos-row .owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.6);
}

.photos-row .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.6);
}

.photos-row .owl-carousel .owl-prev:hover,
.photos-row .owl-carousel .owl-next:hover {
    background: rgba(0, 0, 0, 0.6);
}

.photos-row .owl-carousel {
    z-index: 0;
}

.enqform .form-control {
    border-radius: 0;
    border: 2px solid #e6e6e6;
    color: #545454;
    height: 48px;
    font-size: 13px;
    padding: 12px 17px;
}

.proceed-booking .btn:hover,
.enqform .btn:hover {
    background: #0063a6;
    border: 1px solid #0063a6 !important;
}

.sec-gap {
    padding: 60px 0;
}

.sec-sm-gap {
    padding: 30px 0;
}

.adventure-sec {
    padding: 100px 0;
}

.g-adventureLogo {
    margin-bottom: 30px;
}

.donation-box {
    margin-bottom: 20px;
}

.donation-pic {
    margin-bottom: 40px;
}

.con-infoicon {
    margin-bottom: 50px;
    color: #454545;
    font-size: 40px;
}

.con-infobottom h5 {
    color: #383838;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 18px;
    margin-bottom: 25px;
}

.con-infobottom p {
    font-size: 16px;
}

.conform-sec {
    background: #f3f3f3;
    padding: 100px 0px 100px 0px;
}

.contact-heading {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 2px;
}

.contact-subheading {
    font-size: 19px;
    color: #727272;
    position: relative;
    padding-bottom: 30px;
}

.contact-subheading:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #cecece;
    height: 4px;
    width: 62px;
    content: "";
    margin: 0 auto;
}

.con-form {
    margin-top: 40px;
}

.con-form .wpcf7-text,
.con-form .wpcf7-textarea {
    font-size: 15px;
    padding: 15px 22px;
    height: 52px;
    border: none;
    border-radius: 0;
    color: #4e4e4e;
}

.con-form .wpcf7-textarea {
    height: auto;
}

.con-form .btn {
    display: block;
    width: 100%;
}

.con-form .btn:hover {
    background-color: #0062cc;
    border-color: #005cbf !important;
}

.page-id-11383 .woocommerce-message {
    display: none;
}

#customer_details .col-1 {
    width: 60%;
}

#customer_details .col-2 {
}

#customer_details .col-1 .woocommerce-billing-fields label

/*, #customer_details .col-2 label*/ {
    width: 100%;
}

#customer_details .col-1 span.woocommerce-input-wrapper

/*, #customer_details .col-2 span.woocommerce-input-wrapper */ {
    width: 100%;
}

#customer_details .input-text {
    width: 100%;
    height: 40px;
    padding: 5px;
}

#customer_details textarea.input-text {
    height: auto;
}

#customer_details .select2-container--default .select2-selection--single {
    border-radius: 0px;
    height: 40px;
    padding: 5px;
}

#customer_details
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-top: 2px;
}

/*-- New_css(24-02-2020) --*/
.blog-row {
    margin-bottom: 80px;
}

.blog-content {
    padding-top: 35px;
}

.blog-pic {
    background-color: #000;
    overflow: hidden;
    position: relative;
}

.blogpic-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.blog-pic img {
    transition: all 0.6s ease-in-out 0s;
}

.blog-pic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
}

.blog-header-left {
    width: 60px;
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.blog-header-left:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 50px;
    background: #e1e1e1;
    content: "";
}

.blog-header-left h3 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 0.9;
    letter-spacing: 1px;
}

.blog-header-left h3 small {
    font-size: 50%;
    font-weight: 400;
    color: #8a8a8a;
}

.blog-header-list ul {
    padding-left: 0;
}

.blog-header-list ul li {
    list-style: none;
    font-size: 13px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.blog-header-list ul li a {
    color: #005cb9;
}

.blog-header-list ul li:last-child {
    margin-right: 0;
}

.blog-header-list ul li span {
    margin-right: 13px;
}

.blog-header-right h2 {
    font-size: 37px;
    font-weight: 700;
}

.blog-bottom .btn:hover {
    background: #005cb9;
}

.blog-search {
    margin-bottom: 50px;
}

.blog-search-box {
    height: 51px;
    border: 1px solid #e0e0e0;
    width: 100%;
    border-radius: 3px;
    position: relative;
}

.blog-search-box .form-control {
    font-size: 13px;
    border: none;
    padding: 10px 51px 10px 20px;
}

.blog-search-box button {
    border: none;
    background: transparent;
    font-size: 15px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.blog-carouselPic {
    overflow: hidden;
    position: relative;
}

.blog-carouselPic img {
    transition: all 0.6s ease-in-out 0s;
}

.blog-carouselPic:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-carouselContent {
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    -webkit-transition: opacity 500ms ease-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 0 7px;
}

.blog-carouselPic:hover .blog-carouselContent {
    opacity: 1;
}

.blog-carouselContent i {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    transform: rotate(90deg);
}

.blog-carouselContent h6 {
    font-size: 16px;
    text-transform: none;
    margin: 25px 0 0;
    font-weight: 600;
    color: #fff;
}

.blog-photos {
    position: relative;
}

.blog-photos .owl-prev {
    position: absolute;
    top: 0;
    right: 25px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #b2a7a7 !important;
}

.blog-photos .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #b2a7a7 !important;
}

#blog-carousel.owl-carousel {
    position: static;
}

#customer_details
    .woocommerce-billing-fields
    .woocommerce-billing-fields__field-wrapper
    .form-row-first,
#customer_details
    .woocommerce-billing-fields
    .woocommerce-billing-fields__field-wrapper
    .form-row-last {
    width: 100%;
}

#customer_details
    .woocommerce-billing-fields
    .woocommerce-billing-fields__field-wrapper
    label,
#customer_details
    .woocommerce-billing-fields
    .woocommerce-billing-fields__field-wrapper
    label {
    display: inline-block;
    vertical-align: baseline;
}

.address-field#billing_address_2_field span.woocommerce-input-wrapper {
    width: 100% !important;
    display: block;
}

#customer_details .optional {
    display: none;
}

#customer_details .woocommerce-billing-fields .select {
    height: 40px;
    padding: 5px;
}

.payment_box .wc-payment-form .form-row-wide,
.payment_box .wc-payment-form .form-row-first,
.payment_box .wc-payment-form .form-row-last {
    width: 100%;
    padding: 0.3em 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
    margin-top: -17px;
    right: -24px;
}

.payment_box .form-row-first #stripe-exp-element,
.payment_box .form-row-last #stripe-cvc-element {
    width: 50%;
}

/*-- New_css(02-03-2020) --*/
.banner-checkout .slider-content-wrap h1 {
    padding-bottom: 60px;
}

.banner-checkout:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

.banner-payment {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    /*background: rgba(255, 255, 255, 0.5);*/
    background: linear-gradient(
        rgba(123, 123, 123, 0.5),
        rgba(60, 60, 60, 0.95)
    );
}

.banner-payment-step ul {
    padding-left: 0;
    margin-bottom: 0;
}

.banner-payment-step ul li {
    width: 24%;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 30px 20px 30px 0;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.banner-payment-step ul li span {
    width: 35px;
    height: 35px;
    background: #161616;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    margin-right: 8px;
}

.banner-payment-step ul li:last-child {
    margin-right: 0px;
}

.banner-payment-step ul li:before {
    background: url(../images/payment-step-separator.png) no-repeat top right;
    width: 25px;
    height: 95px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner-payment-step ul li:last-child:before {
    display: none;
}

.banner-payment-step ul li span.payment-white {
    background: #fff;
    color: #4674e7;
}

.banner-payment-step ul li span.payment-blue {
    background: #4692e7;
    color: #fff;
}

.checkout-left {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-top: -200px;
    background: #fff;
}

.checkout-top {
    padding: 30px;
}

.checkout-bottom {
    border-top: 1px solid #e1e1e1;
    padding: 30px;
}

.checkout-bottom h6,
.checkout-bottom h5 {
    margin-bottom: 0;
}

.checkout-top p {
    margin-bottom: 10px;
}

.checkout-top p span {
    font-weight: 500;
}

.checkout-book-header {
    padding: 5px 25px;
}

.checkout-leftBook {
    background-color: #f5f5f5;
    color: #949494;
    padding: 25px 0;
    margin-top: 60px;
}

.checkout-leftBook ul {
    padding-left: 0;
    margin-bottom: 0;
}

.checkout-leftBook ul li {
    padding: 13px 25px;
    border-bottom: 1px solid #e1e1e1;
    color: #949494;
    list-style: none;
    line-height: 1.7;
}

.checkout-leftBook ul li span {
    font-size: 15px;
    color: #5aba47;
    margin-right: 13px;
}

.checkout-leftBook ul li:last-child {
    border-bottom: none;
}

.payment-details-row .overview-heading span {
    color: #282828;
}

.payment-details-row .form-control {
    border: 2px solid #e6e6e6;
    border-radius: 0;
    background: #fff;
    font-size: 13px;
    height: 48px;
    padding: 3px 15px;
}

.payment-details-row label {
    color: #5c5c5c;
    line-height: 45px;
    font-weight: 500;
}

.scroll-terms {
    height: 400px;
    overflow-y: auto;
    padding: 0 1em 0 0;
    margin-bottom: 15px;
}

.payment-details-row {
    margin-bottom: 30px;
}

.payment-details {
    width: 80%;
}

.checkout-book-header h6 {
    font-weight: 700;
    margin-bottom: 7px;
}

.geeo-check label {
    line-height: 24px;
}

.radio-msg.show {
    color: #f00;
}

.show-message.show {
    background: #ba4a4a;
    color: #fff;
    font-size: 13px;
    padding: 15px 18px 15px;
    margin-bottom: 20px;
    margin-left: 150px;
}

.billing-list {
    margin-bottom: 30px;
}

.billing-list ul {
    padding-left: 0;
}

.billing-list ul li {
    margin-bottom: 8px;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}

.billing-left {
    width: 50%;
    font-weight: 600;
    font-size: 13px;
}

.billing-right {
    width: 50%;
    font-size: 13px;
}

.linkto-contact-details {
    cursor: pointer;
}

select#departure-date-field {
    padding: 8px 10px;
    background: none;
    color: #383838;
}

/*-- new_css(12-03-2020) --*/
.results-box {
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.results-boxTop {
    padding: 30px 30px 20px;
    border-bottom: 1px solid #e1e1e1;
}

.results-boxBottom {
    padding: 30px 30px 20px;
}

.results-boxTop h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.results-boxTop h5 span {
    color: #a69371;
}

.results-boxTop p {
    margin-bottom: 10px;
}

.results-boxBottom label {
    font-weight: 700;
    color: #383838;
}

/*.results-search .input-group{border:1px solid #ced4da;}*/
.results-search .form-control {
    border: none;
    background: #f3f3f3;
    height: 48px !important;
}

.input-group {
    background: #f3f3f3;
}

.results-search .input-group-text {
    border: none;
    background: #f3f3f3;
}

.star-rating {
    padding-left: 0;
}

.star-rating li {
    display: inline-block;
    vertical-align: top;
    color: #000;
    list-style: none;
    margin-right: 6px;
}

.star-rating li i {
    color: #ffa12d;
}

.filter-box {
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.filterer-list {
    padding-left: 0;
    margin-bottom: 0;
}

.filterer-list li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    font-size: 20px;
}

.filterer-list li a {
    color: #adadad;
}

.filterer-list li a.active {
    color: #4692e7;
}

.filter_left {
    display: flex;
    width: 60%;
    align-items: center;
}

.filter_left h6 {
    margin-bottom: 0;
    width: 20%;
}

.filter_left select {
    width: 45%;
    margin-left: 10px;
    font-size: 14px;
    padding: 0.275rem 0.25rem;
}

.results_sec {
    background: #f3f3f3;
}

/*.tour-pic{position: relative;}
	.tour-tag{position: absolute; top:30px; background: #cc3d3d; width: 100%; left: -10px; padding: 14px 20px 14px 30px;}*/
.tour-box .tour-list-content-right {
    border: none;
}

.tour-box h5.tour-title {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.tour-box span.tourmaster-tail {
    padding-left: 0;
}

.tour-box span.discount-price {
    color: #4692e7 !important;
}

.tour-box .tourmaster-tour-price {
    margin-top: 0;
    margin-bottom: 0;
}

.tour-box .tour-list-content-wrap {
    padding: 25px;
}

.tour-box {
    margin-bottom: 40px;
}

.list-view .col-md-6 {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.list-view .tour-box .tour-list-thumb {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.list-view .tour-box .tour-list-content-wrap {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
}

.list-view .tour-box .tour-list-content-wrap.full-width-text {
    width: 100%;
    display: flex;
}

.list-view
    .tour-box
    .tour-list-content-wrap.full-width-text
    .tour-list-content-right {
    display: flex;
    align-items: center;
}

.tour-list-content-wrap.full-width-text {
    display: block;
}

.tour-list-content-wrap.full-width-text .tour-list-content-left {
    width: 100%;
    padding-right: 0;
}

.list-view .tour-box .tour-list-content-wrap .tour-list-content-left {
    width: 64%;
    padding-right: 0px;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    padding-top: 15px;
}

.list-view .tour-box .tour-list-content-wrap .tour-list-content-right {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 15px 15px;
    border-left: 2px solid #e1e1e1;
}

.list-view .tourmaster-tour-price {
    padding-bottom: 35px;
}

.list-view .tour-box span.discount-price {
    color: #1b1b1b !important;
}

.list-view .discount-ribbon {
    width: 103%;
}

.list-view .discounted-wrap.tour-box {
    background: #fff;
}

.geeo-trip-search-results .tour-box .tour-list-content-right .btn.view-more {
    display: inline-block;
}

.list-view .tour-box .tour-list-content-right .btn.view-more {
    display: block;
}

.pagination .page_numbers,
.pagination .lesson_page_numbers,
.pagination .page-numbers {
    background: #e6e6e6;
    color: #929292;
    display: inline-block;
    font-size: 14px;
    padding: 9px 14px;
    margin-right: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: 700;
}

.pagination .page_numbers:hover,
.pagination .page_numbers.active,
.pagination .lesson_page_numbers:hover,
.pagination .lesson_page_numbers.active,
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: #4692e7;
    color: #fff;
}

/*-- New-css(23-03-2020) --*/
.itinerary-head .overview-heading span.download-btn {
    float: right;
    font-size: 14px;
    margin-right: 0;
    margin-top: 8px;
}

.itinerary-head .overview-heading .download-btn a {
    color: #4692e7 !important;
    font-weight: 400;
}

/*-- New_css(24-03-2020) --*/
.airfare-banner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
    background-image: -webkit-linear-gradient(
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 1)
    );
    background-image: -moz-linear-gradient(
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 1)
    );
}

.airfare-left {
    width: 60px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #fff;
    margin-right: 30px;
    padding-right: 20px;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 11px;
    line-height: 31px;
}

.airfare-left span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: #b1b1b1;
    font-weight: 300;
    line-height: 18px;
}

.airfare-right {
    width: 90%;
    display: inline-block;
    vertical-align: top;
}

.airfare-banner h1 {
    font-size: 50px;
    font-weight: 700;
}

.airfare-right ul {
    padding-left: 0;
}

.airfare-right ul li {
    display: inline-block;
    margin-right: 25px;
    font-size: 13px;
    vertical-align: top;
    color: #fff;
}

.airfare-right ul li:last-child {
    margin-right: 0;
}

.airfare-right ul li span {
    margin-right: 13px;
    vertical-align: middle;
    font-size: 15px;
}

.subinner-para-slider.still-img.airfare-banner {
    padding-bottom: 50px;
}

.pagination.rounded {
    padding-top: 30px;
}

.pagination.rounded .page-numbers {
    border-radius: 50%;
}

.airfare-right ul li a {
    color: #fff;
}

/*-- New_css(27-03-2020) --*/

.tour-photos-slider {
    position: relative;
}

.tour-photos-content {
    position: absolute;
    right: 40px;
    bottom: 25px;
    text-align: right;
    width: 100%;
}

.tour-photos-content h6 {
    color: #fff;
    font-size: 15px;
}

.tour-notification-wrap {
    border: 1px solid #0063a8;
    text-align: center;
    padding: 15px;
    margin: -85px 0 0;
    background: #fff;
}

.tour-notification-wrap p {
    margin-bottom: 0;
}

/*-- New_css(31-03-2020) --*/
.notfound-sec {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.notfound-sec:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(0, 92, 185, 0.85);
}

.notfound-box {
    padding: 60px 0 65px;
}

.notfound-box h1 {
    font-size: 150px;
    line-height: 1;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 700;
}

.notfound-box h5 {
    font-size: 35px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.notfound-box p {
    color: #c3e7ff;
    font-size: 18px;
}

.notfound-search {
    max-width: 430px;
    margin: 58px auto 13px;
    position: relative;
}

.notfound-search .form-control {
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    border-radius: 0;
    padding: 22px 60px 22px 25px;
    height: 64px;
    font-size: 15px;
}

.notfound-search .notfound-btn {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    border: none;
    background: transparent;
    cursor: pointer;
}

.back-link {
    color: #fff !important;
}

.notfound-search .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.notfound-search .form-control:-ms-input-placeholder {
    color: #fff;
}

.notfound-search .form-control::-ms-input-placeholder {
    color: #fff;
}

.perticipant-wrap h6 {
    margin-bottom: 10px;
}

.newsletter-subscription .parallax-inner {
    background-position: bottom center !important;
    height: 1000px !important;
}

.inner-para-slider .parallax-inner {
    background-position: center center !important;
}

.featured-programme.home-featured-programmes .discount-wrap .tourmaster-head {
    display: block;
}

.home-featured-programmes .featured-programme-content h5 {
    margin-top: 0;
}

.home-featured-programmes .featured-programme-content {
    justify-content: space-between;
}

.parallax-img-wrapper {
    height: 680px;
}

.parallax-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.newsletter-form-wrapper .submit.button,
.footer-newsletter .submit.button {
    background-color: #005cb9;
    padding: 15px 35px;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.newsletter-form-wrapper input[type="text"],
.footer-newsletter input[type="text"] {
    background: #fff;
    border: none;
    color: #757575;
    clear: both;
    display: block;
    margin-bottom: 14px;
    height: 25px;
    padding: 3px 2px;
}

/*-- New_css(11-05-2020) --*/
.discounted-wrap.booking-regular-price .tourmaster-tour-price .tourmaster-tail {
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 7px;
    font-weight: 400;
    display: inline-block;
    color: #a7a7a7;
    text-decoration: line-through;
}

.discounted-wrap.booking-regular-price .tourmaster-tour-price {
    margin-bottom: 0;
}

/*-- New-css(05-07-2024)(Start) --*/

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    flex: 0 0 50%;
    max-width: inherit;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    flex: 0 0 50%;
    max-width: inherit;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    #respond
    input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    #respond
    input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    a.button.alt {
    background-color: #4692e7 !important;
    padding: 10px 25px;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #4692e7;
    border-radius: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    #respond
    input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
    input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    #respond
    input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
    .woocommerce
    a.button.alt:hover {
    background-color: #5aba47 !important;
    color: #fff !important;
    border: 1px solid #5aba47 !important;
    outline: none;
    border-radius: 0;
}

.wc-proceed-to-checkout .checkout-button.button {
    display: block !important;
}

.woocommerce form .form-row label {
    width: 100%;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 2px solid #e6e6e6;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    padding: 2px 9px;
}

.woocommerce form .form-row input.input-text {
    height: 40px;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    transition: all 0.6s ease-in-out 0s;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 8px 10px;
    display: block;
    transition: all 0.6s ease-in-out 0s;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #4692e7;
    color: #fff;
    padding-left: 15px;
}

.woocommerce-orders-table.account-orders-table .woocommerce-button.button,
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders .button {
    padding: 10px 5px;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 5px !important;
}

.woocommerce-orders-table__cell-order-actions .button {
    margin-bottom: 2px !important;
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view {
    margin-left: 2px;
    margin-right: 2px;
}

.woocommerce-orders-table .button.wc-cancel-order {
    background-color: #fe5151 !important;
    border-color: #fe5151 !important;
}

.woocommerce-orders-table .button.wc-cancel-order:hover,
.woocommerce-orders-table .button.view-addon-status:hover,
.woocommerce-orders-table .button.view:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.woocommerce-orders-table .button.view-addon-status,
.woocommerce-orders-table .button.view {
    background-color: #5aba47 !important;
    color: #fff !important;
    border-color: #5aba47 !important;
}

.egypt-sec .egypt-iconrow span.egypt-icon i {
    line-height: 32px;
}

.woocommerce-cart table.cart td.product-thumbnail {
    width: 100px;
    height: 100px;
}

.woocommerce-cart table.cart td.product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #ccc;
}

.woocommerce-cart-form table.cart thead tr th {
    background-color: #f6f6f6;
}

/* .woocommerce-cart-form table.cart tr td.actions {
	display: none;
} */

.cart_totals.calculated_shipping h2 {
    font-weight: 600;
}

.woocommerce-cart table.cart tbody tr {
    background-color: #fff;
}

.woocommerce-cart table.cart tbody tr:nth-child(n + 2) {
    background-color: #f6f6f6;
}

.woocommerce-cart
    table.cart
    tbody
    tr
    .product-subtotal
    span.woocommerce-Price-amount.amount {
    font-weight: 600;
}

.is_teacher_fields select#teacher_grade {
    width: 100%;
    border: 2px solid #e6e6e6;
}

.payment-details-row .hide-coupon {
    display: none;
}

.payment-details
    .woocommerce-checkout
    form.checkout.woocommerce-checkout
    #customer_details
    .col-1 {
    width: 100%;
}

.payment-details-row p.mb-1 {
    margin-bottom: 1rem !important;
}

/*-- New-css(08-07-2024) --*/
.no-banner-page {
    padding-top: 100px;
}

.woocommerce-order ul.woocommerce-order-overview.order_details {
    padding-left: 0;
}

.awcdp_balance_pay .button.pay {
    margin-left: 15px;
}

table.woocommerce-table.awcdp_deposits_summary {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

table.woocommerce-table.awcdp_deposits_summary td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}

table.woocommerce-table.awcdp_deposits_summary th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}

.woocommerce-order p.awcdp_deposits_summary_title {
    font-size: 30px;
}

.woocommerce-order ul.woocommerce-order-overview.order_details li {
    margin-bottom: 10px;
}

body.logged-in header .menu-login {
    display: none;
}

header .desk-navigation ul li.menu-customer-account,
header .mobile-header ul li.menu-customer-account {
    display: none;
}

body.logged-in header .desk-navigation ul li.menu-customer-account {
    display: inline-block;
}

body.logged-in header .mobile-header ul li.menu-customer-account {
    display: block;
}

.woocommerce-billing-fields
    .custom-question-field
    .woocommerce-input-wrapper
    .input-radio {
    margin: 7px 7px 0 0;
}

.woocommerce-Address .woocommerce-Address-title.title a.edit {
    padding: 5px 12px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 5px !important;
    background-color: #4692e7;
    color: #fff;
    font-weight: 500;
}

.woocommerce-Address .woocommerce-Address-title.title a.edit:hover {
    background-color: #000;
    color: #fff;
}

.woocommerce-MyAccount-content
    .woocommerce-address-fields
    .form-row.address-field.form-row-wide {
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    /*width: 25%;*/
    width: 18%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    /*width: 73%;*/
    width: 80%;
}

.woocommerce-page table.cart.shop_table td.actions .input-text {
    max-width: 160px;
    width: 100%;
    height: 36px;
}

/* Hide the default "Pay" button in the My Account > Orders table */
.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.pay {
    display: none;
}

.shop_table.cart.woocommerce-cart-form__contents td.actions > .button {
    display: none;
}

.payment-mode {
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    margin-top: 15px;
}

.payment-mode .payment-mode-option {
    justify-content: flex-start;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
    padding-left: 35px;
}

.payment-mode .payment-mode-option input[type="radio"] {
    margin-right: 7px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

.payment-mode .payment-mode-option label {
    width: 100%;
    text-align: left;
}

.payment-mode-option div#custom_amount_container {
    width: 100%;
    text-align: left;
}

.payment-mode-option div#custom_amount_container #custom_amount {
    max-width: 150px;
    margin: 5px 0;
    height: 38px;
}

#custom_amount_container .minimum-amount {
    font-size: 14px;
}

.woocommerce-MyAccount-content
    table.woocommerce-MyAccount-orders.shop_table
    th.woocommerce-orders-table__header,
.woocommerce-MyAccount-content
    table.woocommerce-MyAccount-orders.shop_table
    td.woocommerce-orders-table__cell {
    max-width: 115px;
}

.woocommerce-order-details .awcdp_balance_pay,
.woocommerce-order-details .order-again {
    display: none;
}

.form-row.place-order .wc-ppcp-checkout-container {
    width: 100%;
}

.form-row .wc-ppcp-checkout-container {
    width: 100%;
}

/*-- New-css(01-08-2024) --*/

.all-coupons ul {
    padding-left: 0;
    list-style: none;
}

.all-coupons ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}

.all-coupons ul li:before {
    content: "\f02b";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: "FontAwesome";
    color: #4f8de2;
    font-size: 16px;
    transform: rotate(90deg);
}

.all-coupons {
    width: 50%;
    padding: 20px;
    border-radius: 7px;
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.main-header .menu-main-menu-container .custom-cart-icon a {
    position: relative;
    font-size: 0;
}

.main-header .menu-main-menu-container .custom-cart-icon a:before {
    content: "\f07a";
    position: absolute;
    left: -5px;
    top: 0px;
    font-family: "FontAwesome";
    color: #005cb9;
    font-size: 20px;
}

body.woocommerce-cart .return-to-shop {
    display: none;
}

/*-- New-css(02-08-2024) --*/

.ppc-button-wrapper {
    width: 100%;
}

.woocommerce-order-pay .subinner-para-slider .woocommerce {
    padding: 30px 0;
}

body.woocommerce-order-pay .geeo-order-pay-customer-details {
    margin: 20px 0 25px;
    padding: 16px 18px;
    border: 1px solid #dfe3e8;
    background: #f8fbff;
}

body.woocommerce-order-pay .geeo-order-pay-summary {
    margin: 0 0 20px;
    padding: 16px 18px;
    border: 1px solid #dfe3e8;
    background: #f7f8f9;
}

body.woocommerce-order-pay .geeo-order-pay-summary h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

body.woocommerce-order-pay .geeo-order-pay-summary__intro {
    margin: 0 0 12px;
}

body.woocommerce-order-pay .geeo-order-pay-summary__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
}

body.woocommerce-order-pay .geeo-order-pay-summary__grid div {
    padding: 8px 10px;
    border: 1px solid #e3e7ec;
    background: #fff;
}

body.woocommerce-order-pay .geeo-order-pay-summary__grid strong {
    display: block;
    margin-bottom: 2px;
}

body.woocommerce-order-pay .geeo-order-pay-summary__after-payment {
    margin: 12px 0 0;
    font-weight: 600;
}

/* Pay for order: order review table — align cell padding with payment summary (16px 18px container). */
body.woocommerce-order-pay #order_review table.shop_table {
    margin: 0 0 20px;
    width: 100%;
    border: 1px solid #dfe3e8;
    border-collapse: collapse;
    background: #f7f8f9;
}

body.woocommerce-order-pay #order_review table.shop_table thead th,
body.woocommerce-order-pay #order_review table.shop_table tbody td,
body.woocommerce-order-pay #order_review table.shop_table tfoot th,
body.woocommerce-order-pay #order_review table.shop_table tfoot td {
    padding: 10px 16px;
    vertical-align: middle;
}

body.woocommerce-order-pay #order_review table.shop_table thead th:first-child,
body.woocommerce-order-pay #order_review table.shop_table tbody td:first-child,
body.woocommerce-order-pay #order_review table.shop_table tfoot th:first-child,
body.woocommerce-order-pay #order_review table.shop_table tfoot td:first-child {
    padding-left: 18px;
}

body.woocommerce-order-pay #order_review table.shop_table thead th:last-child,
body.woocommerce-order-pay #order_review table.shop_table tbody td:last-child,
body.woocommerce-order-pay #order_review table.shop_table tfoot th:last-child,
body.woocommerce-order-pay #order_review table.shop_table tfoot td:last-child {
    padding-right: 18px;
}

body.woocommerce-order-pay .geeo-order-pay-customer-details h3 {
    margin: 0 0 12px;
    font-size: 20px;
}

body.woocommerce-order-pay .geeo-order-pay-customer-details__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
}

body.woocommerce-order-pay .geeo-order-pay-customer-details__address {
    grid-column: 1 / -1;
}

@media (max-width: 768px) {
    body.woocommerce-order-pay .geeo-order-pay-summary__grid {
        grid-template-columns: 1fr;
    }

    body.woocommerce-order-pay .geeo-order-pay-customer-details__grid {
        grid-template-columns: 1fr;
    }
}

.shop_table.cart
    .woocommerce-cart-form__cart-item.cart_item
    .product-subtotal
    small {
    display: none;
}

.payment-details
    .payment-tab
    .woocommerce-checkout
    .woocommerce-checkout-review-order
    .woocommerce-checkout-payment {
    /*	display: none;*/
}

.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
    display: block;
}

body.woocommerce-order-pay .woocommerce #payment ul.wc_payment_methods,
body.woocommerce-order-pay
    .woocommerce
    #payment
    .form-row
    .woocommerce-terms-and-conditions-wrapper {
    display: block;
}

body.woocommerce-order-pay.woocommerce-checkout #payment {
    background: #fff;
}

body.woocommerce-order-pay #payment .form-row .ppc-button-wrapper {
    width: 60%;
    margin: 0 auto;
}

body.woocommerce-view-order table.woocommerce-table.awcdp_deposits_summary,
body.woocommerce-order-received table.woocommerce-table.awcdp_deposits_summary {
    visibility: hidden;
}

body.woocommerce-view-order .woocommerce-table tfoot tr:last-child td span,
body.woocommerce-order-received .woocommerce-table tfoot tr:last-child td span {
    visibility: hidden;
}

body.woocommerce-view-order
    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    visibility: hidden;
}

/*-- New-css(14-08-2024) --*/

/* body.woocommerce-orders div:where(.swal2-container) div:where(.swal2-popup)  */
body.woocommerce-orders .swal2-popup.select-add-ons-popup {
    width: 62em;
}

body.woocommerce-orders .addons-list {
    display: flex;
    flex-flow: row wrap;
}

body.woocommerce-orders .addons-list > li {
    width: 33.33%;
}

body.woocommerce-orders .addons-list label {
    font-size: 0.9em;
    margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-form-register-toggle {
    border-top: 3px solid #1e85be;
    background-color: #f6f5f8;
    color: #515151;
    padding: 1em 2em 1em 3.5em;
    margin-bottom: 2em;
    position: relative;
}

.woocommerce-checkout .woocommerce-form-register-toggle::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    color: #1e85be;
}

/*-- new-css(23-08-2024) --*/

body.woocommerce-orders ul.addons-sub-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-flow: row wrap;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);
    width: 97%;
}

body.woocommerce-orders ul.addons-sub-list li {
    width: 50%;
    margin-bottom: 10px;
}

body.woocommerce-orders ul.addons-sub-list li p {
    margin-bottom: 2px;
    font-size: 13px;
}

body.woocommerce-orders ul.addons-sub-list > li > label {
    padding-left: 0;
}

body.woocommerce-orders ul.addons-sub-list > li input {
    position: relative;
    width: 12px;
    height: 12px;
    opacity: 1;
}

/*ul.addons-list li input{}*/

/*Media Query css*/

@media only screen and (max-width: 1440px) {
    .newsletter-subscription .parallax-inner {
        height: 700px !important;
    }

    .newsletter-subscription {
        min-height: 470px;
    }

    .parallax-img-wrapper {
        height: 600px;
    }

    max-height: 800px;
}

@media only screen and (max-width: 1366px) {
    .price-fixed,
    .price-fixed.boxFixed {
        width: 350px;
        /*right: 5%;*/
    }

    .featured-programme .owl-theme .owl-nav .owl-prev {
        left: -35px;
    }

    .featured-programme .owl-theme .owl-nav .owl-next {
        right: -35px;
    }

    .newsletter-subscription .parallax-inner {
        height: 610px !important;
    }

    .desk-navigation ul li {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .book-list ul li a {
        padding: 20px 14px;
    }

    .priceboxBody {
        padding: 30px 30px 15px;
    }

    .price-fixed,
    .price-fixed.boxFixed {
        width: 320px;
        /*right: 3%;*/
    }

    .banner-payment-step ul li:before {
        display: none;
    }

    .banner-payment-step ul li {
        margin-right: 3px;
        padding: 15px 0px 15px 0;
        font-size: 12px;
    }

    .banner-payment-step ul li span {
        width: 25px;
        height: 25px;
        line-height: 24px;
        margin-right: 5px;
    }

    .featured-programme .owl-carousel .owl-stage-outer {
        padding-bottom: 100px;
    }

    .flex-row-reverse .box-box-content-wrap .box-box-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .box-box-content {
        padding-left: 15px;
    }

    .faq {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .airfare-left {
        margin-right: 20px;
        padding-right: 20px;
    }

    .egypt-icon {
        margin-right: 4px;
        line-height: 24px;
        font-size: 12px;
        width: 24px;
        height: 24px;
    }

    .egypt-icontext {
        margin-top: 4px;
        width: 87%;
    }

    .egypt-icontext p {
        font-size: 12px;
    }

    .desk-navigation ul li {
        padding: 0 6px;
    }

    .desk-navigation ul li a {
        padding: 12px 1px;
    }

    body.woocommerce-order-pay #payment .form-row .ppc-button-wrapper {
        width: 70%;
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (max-width: 1024px) {
    .priceboxBody {
        padding: 20px 20px 15px;
    }

    .overview-nav ul li a {
        padding: 15px 14px 15px;
    }

    .sec-gap {
        padding: 40px 0;
    }

    .adventure-sec {
        padding: 70px 0;
    }

    .con-infoicon {
        margin-bottom: 30px;
    }

    .conform-sec {
        padding: 60px 0px 60px 0px;
    }

    .blog-header-right h2 {
        font-size: 30px;
    }

    .blog-header-left {
        margin-right: 10px;
        padding-right: 10px;
    }

    .blog-row {
        margin-bottom: 40px;
    }

    .blog-content {
        padding-top: 20px;
    }

    .blog-search {
        margin-bottom: 30px;
    }

    .geo-teachers-travel {
        padding: 40px 0;
    }

    .featured-programme {
        padding: 50px 0 50px;
    }

    .featured-programme .owl-carousel .owl-stage-outer {
        padding-bottom: 50px;
    }

    .geoo-blog {
        padding: 40px 0 50px;
    }

    h2.page-title {
        margin-bottom: 20px;
    }

    .blog-carousel {
        padding-top: 65px;
    }

    /*.newsletter-subscription{padding: 50px 0 50px; min-height: 400px;}*/
    .footer-top {
        padding: 40px 0 40px;
    }

    .featured-programme-content {
        padding: 15px 15px 15px;
    }

    .blog-list-content {
        padding: 20px 5px;
    }

    .choose-destination {
        padding: 50px 0;
    }

    .slider-content-wrap h1 {
        font-size: 55px;
    }

    .funding-advice {
        padding: 80px 0;
    }

    .tour-master-detailspage {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .overview-heading {
        margin-bottom: 30px;
    }

    .board-member-list-col {
        margin-bottom: 30px;
    }

    .board-member-img {
        margin-bottom: 20px;
    }

    .board-member-content h6:after {
        bottom: -15px;
    }

    .board-member-content h6 {
        margin-bottom: 30px;
    }

    .contact-heading {
        font-size: 30px;
    }

    .notfound-box h1 {
        font-size: 100px;
        margin-bottom: 30px;
    }

    .notfound-box {
        padding: 30px 0 30px;
    }

    .notfound-search {
        margin: 30px auto 13px;
    }
}

@media only screen and (max-width: 991px) {
    .desk-navigation {
        display: none;
    }

    .mobile-bg-none {
        background: transparent !important;
    }

    .site-header .top-menu .mobile-be ul {
        display: block;
    }

    .mobile-header .mobile-menu ul.menu {
        display: block;
    }

    .mobile-header {
        display: inline-block;
        height: 33px;
        border: 2px solid #005cb9;
        border-radius: 3px;
    }

    .top-menu {
        padding-top: 0;
        padding-left: 15px;
        position: relative;
        padding-right: 15px;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .right-menu {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    a.close-menu {
        display: block;
        color: #ffffff;
        position: absolute;
        right: 0;
        top: 9px;
        left: 0;
        font-size: 48px;
        padding: 0 20px;
        line-height: 56px;
        margin: 0 auto;
        text-align: center;
    }

    a.open-menu {
        display: block;
        padding: 4px 6px;
        line-height: 1;
        text-align: center;
        color: #5aba47;
        font-size: 22px;
    }

    a.open-menu i {
        display: inline-block;
        width: 100%;
    }

    .mobile-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-menu > ul {
        max-width: 70%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .mobile-menu ul li a {
        color: #fff;
        padding: 9px 15px;
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 1px;
        position: relative;
    }

    .mobile-menu ul li {
        padding: 2px 0;
        text-align: center;
    }

    .mobile-menu ul li.menu-item-has-children > a:after {
        content: "\f107";
        font-family: "fontAwesome";
        margin-left: 15px;
    }

    .mobile-menu ul li ul.sub-menu {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .mobile-menu ul li ul.sub-menu li a {
        font-size: 14px;
        padding: 7px 15px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .mobile-menu > ul > li {
        font-size: 18px;
        margin-bottom: 2px;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
    }

    .mobile-menu ul li.contact-btn {
        border: 2px solid #fff;
        border-radius: 3px;
        padding: 0 0;
    }

    .mobile-menu ul li.contact-btn a {
        padding: 10px 20px;
    }

    .site-header {
        padding: 0 0 0 0;
    }

    .price-fixed,
    .price-fixed.boxFixed {
        position: relative;
        top: 0;
        width: 370px;
        right: 0;
        margin: 30px auto 30px;
    }

    .details-row {
        padding-bottom: 15px;
    }

    .scroll-row {
        padding: 15px 0;
    }

    .overview-nav {
        display: none;
    }

    /*
     * Single product: section tab nav on small screens — full viewport width, flush to
     * top when stuck (above .site-header.fixed z-index 111). Logged-in: offset for admin bar.
     */
    body.single-product .geeo-tour-section-nav .overview-nav {
        display: block;
    }

    body.single-product .geeo-tour-section-nav {
        position: -webkit-sticky;
        position: sticky;
        z-index: 112;
        top: 0;
        left: 0;
        right: 0;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
        box-shadow: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    /* Full-width bar: no vertical rules on tabs (focus/active/third-party often add borders). */
    body.single-product .geeo-tour-section-nav .container,
    body.single-product .geeo-tour-section-nav .overview-nav,
    body.single-product .geeo-tour-section-nav .overview-nav ul,
    body.single-product .geeo-tour-section-nav .overview-nav ul li {
        border: none !important;
        box-shadow: none !important;
    }

    body.single-product .geeo-tour-section-nav .overview-nav ul li a.scrollTo {
        border: none !important;
        border-bottom: 4px solid transparent !important;
        box-shadow: none !important;
        outline: none;
    }

    body.single-product .geeo-tour-section-nav .overview-nav ul li a.scrollTo.active {
        border-bottom-color: #3e81b8 !important;
        color: #1b1b1b;
    }

    body.single-product .geeo-tour-section-nav .overview-nav ul li a.scrollTo:focus,
    body.single-product .geeo-tour-section-nav .overview-nav ul li a.scrollTo:focus-visible,
    body.single-product .geeo-tour-section-nav .overview-nav ul li a.scrollTo:active {
        outline: none !important;
        box-shadow: none !important;
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
    }

    /*
     * Match WP admin bar exactly (see admin-bar.css --wp-admin--admin-bar--height).
     * Below 600px the bar is position:absolute and scrolls away — top:0 avoids a dead gap when stuck.
     */
    body.admin-bar.single-product .geeo-tour-section-nav {
        top: var(--wp-admin--admin-bar--height, 32px);
        margin-top: 0;
    }

    @media screen and (max-width: 600px) {
        body.admin-bar.single-product .geeo-tour-section-nav {
            top: 0;
        }
    }

    body.single-product .geeo-tour-section-nav .container {
        max-width: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Avoid legacy .clearHeader.darkHeader (position:fixed at 700px) fighting sticky on mobile. */
    body.single-product .geeo-tour-section-nav.clearHeader.darkHeader {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        right: 0;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        opacity: 1;
        transform: none;
        animation: none;
    }

    body.single-product .geeo-tour-section-nav .overview-nav ul {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        row-gap: 0;
    }

    body.single-product .geeo-tour-section-nav .overview-nav ul li {
        float: none;
    }

    .conform-sec {
        padding: 40px 0px 40px 0px;
    }

    .blog-header-list ul li span {
        margin-right: 3px;
    }

    .blog-header-list ul li {
        margin-right: 18px;
    }

    .blog-photos #blog-carousel .owl-prev,
    .blog-photos #blog-carousel .owl-next {
        display: none;
    }

    .blog-row {
        margin-bottom: 30px;
    }

    #customer_details .col-2 {
        max-width: 275px;
    }

    .payment-details {
        width: 100%;
    }

    .checkout-left {
        margin-top: 0px;
    }

    .footer-contact-information,
    .footer-newsletter {
        padding-top: 20px;
        margin-top: 20px;
        position: relative;
    }

    .footer-contact-information:before,
    .footer-newsletter:before {
        position: absolute;
        background: #2d2d2d;
        display: block;
        height: 1px;
        width: 100%;
        content: "";
        right: 15px;
        top: 0;
    }

    .footer-top .col-lg-3.col-md-6:nth-child(2):after {
        display: none;
    }

    .site-footer-nav h6 {
        margin-bottom: 20px;
    }

    .blog-list-content h3 {
        padding-right: 0px;
    }

    .service-element-icon {
        margin-bottom: 15px;
    }

    .funding-advice {
        padding: 50px 0;
    }

    .fun-facts h2.page-title {
        font-size: 35px;
        padding-bottom: 25px;
    }

    .fun-facts-wrapper span.fun-fact-number {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .checkout-leftBook {
        padding: 15px 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .checkout-book-header {
        padding: 5px 15px;
    }

    .checkout-leftBook ul li {
        padding: 10px 15px;
    }

    .checkout-top,
    .checkout-bottom {
        padding: 20px;
    }

    .faq {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ac > .ac-q {
        padding: 15px 6px 15px 30px;
    }

    .ac {
        margin-top: 5px;
    }

    .ac > .ac-q::after {
        left: 11px;
    }

    select#departure-date-field {
        width: 70%;
    }

    .airfare-right {
        width: 85%;
    }

    .newsletter-subscription .parallax-inner {
        transform: inherit !important;
        height: 470px !important;
    }

    .box-box-content h2 {
        font-size: 31px;
        margin-bottom: 11px;
    }

    .box-box-content p {
        font-size: 15px;
        margin-top: 12px;
    }

    .egypt-icontext {
        width: 86%;
    }

    .egypt-icontext p {
        font-size: 13px;
    }

    .woocommerce-order ul.woocommerce-order-overview.order_details li {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }

    body.woocommerce-order-pay #payment .form-row .ppc-button-wrapper {
        width: 100%;
    }

    .woocommerce-MyAccount-content
        table.woocommerce-MyAccount-orders.shop_table
        th.woocommerce-orders-table__header,
    .woocommerce-MyAccount-content
        table.woocommerce-MyAccount-orders.shop_table
        td.woocommerce-orders-table__cell {
        max-width: inherit;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 767px) {
    .egypt-iconrow ul li {
        width: 100%;
        padding: 0 0px;
        margin-bottom: 5px;
    }

    .sec-gap {
        padding: 30px 0;
    }

    .adventure-sec {
        padding: 50px 0;
    }

    .donation-pic {
        margin-bottom: 20px;
    }

    .con-infoicon {
        margin-bottom: 15px;
    }

    .con-infobottom h5 {
        font-weight: 700;
        letter-spacing: 0px;
        font-size: 17px;
        margin-bottom: 10px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        margin: 0 0 10px;
    }

    .conform-sec {
        padding: 30px 0px 30px 0px;
    }

    #customer_details .woocommerce-billing-fields {
        margin-bottom: 20px;
    }

    .blog-header-left {
        display: none;
    }

    .blog-search {
        margin-bottom: 20px;
    }

    .blog-row {
        margin-bottom: 20px;
    }

    #customer_details .col-1,
    #customer_details .col-2 {
        width: 100%;
        max-width: 100%;
    }

    .banner-payment-step ul li {
        width: 48%;
    }

    .service-element-col,
    .programme-educators .service-element-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }

    .featured-programme .owl-theme .owl-nav .owl-prev {
        left: -15px;
        padding: 3px 3px;
        line-height: 31px;
        height: 34px;
        width: 34px;
    }

    .featured-programme .owl-theme .owl-nav .owl-next {
        right: -15px;
        padding: 3px 3px;
        line-height: 31px;
        height: 34px;
        width: 34px;
    }

    .footer-top .col-lg-3.col-md-6:after {
        display: none;
    }

    .site-footer-nav {
        padding-top: 20px;
        margin-top: 20px;
        position: relative;
    }

    .site-footer-nav:before {
        position: absolute;
        background: #2d2d2d;
        display: block;
        height: 1px;
        width: 100%;
        content: "";
        right: 15px;
        top: 0;
    }

    .site-footer-nav.footer-information:before {
        display: none;
    }

    .site-footer-nav.footer-information {
        padding-top: 0px;
        margin-top: 0px;
    }

    .geo-teachers-travel {
        padding: 20px 0;
    }

    .featured-programme {
        padding: 30px 0 30px;
    }

    .featured-programme .owl-carousel .owl-stage-outer {
        padding-bottom: 20px;
    }

    .geoo-blog {
        padding: 30px 0 30px;
    }

    h2.page-title {
        margin-bottom: 10px;
    }

    .blog-carousel {
        padding-top: 35px;
    }

    .newsletter-subscription {
        padding: 30px 0 30px;
    }

    .footer-top {
        padding: 20px 0 20px;
    }

    .blog-list-content {
        padding: 15px 10px;
    }

    .owl-theme.blog-carousel .owl-nav {
        margin-top: 0;
    }

    .tourmaster-tour-price {
        margin-bottom: 0px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    .box-box-content {
        max-width: 100%;
        /*padding: 20px;*/
        padding: 60px 40px;
    }

    .box-box-content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .box-box-content p {
        font-size: 17px;
        margin-top: 17px;
    }

    .btn-wrap.mt-5 {
        margin-top: 1.5rem !important;
    }

    .flex-row-reverse .box-box-content-wrap .box-box-content {
        max-width: 100%;
        /*padding: 20px;*/
        padding: 60px 40px;
    }

    .choose-destination {
        padding: 30px 0;
    }

    .destination-col {
        margin-bottom: 15px;
    }

    .destination-name {
        padding: 5px 15px 8px;
        bottom: -40px;
    }

    .slider-content-wrap h1 {
        font-size: 45px;
    }

    .funding-advice {
        padding: 30px 0;
    }

    .btn {
        padding: 10px 20px;
    }

    .experi-leader-content {
        max-width: 100%;
        padding: 30px 15px;
    }

    .box-box-img.height-small .parallax {
        height: 400px;
    }

    .experi-leader-content p {
        margin-bottom: 30px;
    }

    .box-box-content h3 {
        font-size: 30px;
    }

    .fun-facts {
        padding: 30px 0 30px;
        min-height: 340px;
    }

    .overview-heading {
        margin-bottom: 20px;
    }

    .payment-details-row .form-control {
        height: 38px;
        padding: 3px 10px;
    }

    .payment-details-row label {
        line-height: 20px;
    }

    .payment-details-row {
        margin-bottom: 20px;
    }

    .what-our-customer-says {
        margin-top: 20px;
    }

    .what-our-customer-says .testi-content {
        padding-left: 30px;
    }

    .innerpage-testi-caraousel .owl-theme .owl-nav .owl-next {
        right: 0px;
        width: 34px;
        height: 34px;
        padding: 11px 2px;
        text-align: center;
        line-height: 0.3;
    }

    .innerpage-testi-caraousel .owl-theme .owl-nav .owl-prev {
        left: 0px;
        width: 34px;
        height: 34px;
        padding: 11px 2px;
        text-align: center;
        line-height: 0.3;
    }

    .what-our-customer-says .testi-content > p {
        margin-bottom: 20px;
    }

    .geeo-skill-bar {
        letter-spacing: 0px;
    }

    .service-table table tr th {
        padding: 6px 0;
        font-size: 14px;
    }

    .service-table table tr td {
        padding: 6px 0;
    }

    .tour-master-detailspage {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .tour-list-content-wrap {
        padding: 20px 20px;
        display: block;
    }

    .tour-list-content-left {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .tour-list-content-right {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 10px;
        border-left-width: 0;
    }

    .tour-list-content-right a.btn.view-more {
        padding: 8px 4px;
    }

    .booking-sidebar h6 {
        padding-left: 0px;
    }

    .booking-sidebar ul li {
        padding: 10px 10px;
    }

    .overview-heading {
        margin-bottom: 20px;
    }

    .overview-heading span {
        margin-right: 10px;
    }

    .itinerary-row .card-body {
        padding: 0.75rem 0.75rem;
    }

    .itinerary-row .card-header {
        padding: 0.75rem 0.75rem;
    }

    .tour-master-detailspage {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .blog-wrap {
        margin-bottom: 10px;
    }

    .gallery-thumb-wrap {
        margin-bottom: 15px;
    }

    .mission-list.mt-5 {
        margin-top: 1rem !important;
    }

    .gallery-list-geeo {
        margin-top: 15px;
    }

    .board-member-content h6:after {
        bottom: -10px;
    }

    .board-member-content h6 {
        margin-bottom: 20px;
    }

    .board-member-list-col {
        margin-bottom: 20px;
    }

    .board-member-img {
        margin-bottom: 15px;
    }

    .wp-block-button__link {
        font-size: 15px;
        padding: 10px 16px;
    }

    .contact-heading {
        font-size: 25px;
        letter-spacing: 0px;
    }

    .contact-subheading {
        padding-bottom: 20px;
    }

    .contact-subheading:after {
        height: 2px;
    }

    .con-form {
        margin-top: 20px;
    }

    .list-view .tour-box .tour-list-thumb {
        width: 100%;
    }

    .list-view .tour-box .tour-list-content-wrap {
        width: 100%;
    }

    .list-view .tour-box .tour-list-content-wrap .tour-list-content-left {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }

    .list-view .tour-box .tour-list-content-wrap .tour-list-content-right {
        width: 100%;
        padding: 10px 0 10px 0px;
        border-left: none;
        text-align: center;
    }

    .list-view .tourmaster-tour-price {
        padding-bottom: 15px;
        text-align: left;
    }

    .list-view .view-more {
        width: 100%;
        display: block !important;
        max-width: 100% !important;
    }

    .tour-list-content-wrap {
        padding: 10px;
    }

    .list-view .tour-box h5.tour-title {
        margin-bottom: 5px;
    }

    .airfare-left {
        display: none;
    }

    .airfare-right ul li {
        margin-right: 10px;
    }

    .airfare-right ul li span {
        margin-right: 7px;
    }

    .subinner-para-slider.still-img.airfare-banner {
        padding-bottom: 50px;
        padding-top: 145px;
    }

    .list-view .tour-box .tour-list-content-wrap.full-width-text {
        display: block;
    }

    .list-view
        .tour-box
        .tour-list-content-wrap.full-width-text
        .tour-list-content-right {
        display: block;
    }

    .tour-list-thumb img {
        width: 100%;
    }

    .notfound-box h1 {
        font-size: 70px;
        margin-bottom: 20px;
    }

    .notfound-box h5 {
        font-size: 28px;
    }

    .notfound-search {
        margin: 20px auto 13px;
    }

    .newsletter-form-wrapper form {
        margin-top: 20px;
    }

    .travel-with-geeo.box-box-row .box-box-img {
        display: none;
    }

    .egypt-icon {
        margin-right: 18px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .egypt-icontext p {
        font-size: 14px;
    }

    .scroll-row {
        word-wrap: break-word;
    }

    .woocommerce-order p.awcdp_deposits_summary_title {
        font-size: 25px;
    }

    body.woocommerce-orders
        .swal2-popup.select-add-ons-popup
        .addons-list
        > li {
        width: 49%;
    }

    body.woocommerce-orders .addons-list label {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 575px) {
    .adventure-sec {
        padding: 30px 0;
    }

    .sec-gap {
        padding: 20px 0;
    }

    .featured-programme .owl-theme .owl-nav .owl-prev {
        left: -12px;
    }

    .featured-programme .owl-theme .owl-nav .owl-next {
        right: -12px;
    }

    .slider-content-wrap h1 {
        font-size: 40px;
    }

    .experi-leader-content p {
        margin-bottom: 15px;
        line-height: 1.3;
        letter-spacing: 0px;
    }

    .box-box-content h3 {
        font-size: 28px;
    }

    .box-box-content p {
        font-size: 16px;
        margin-top: 12px;
    }

    .fun-facts-wrapper {
        margin-bottom: 20px;
    }

    .checkout-top,
    .checkout-bottom {
        padding: 15px;
    }

    .skillbar-container {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .con-infoicon {
        margin-bottom: 10px;
    }

    .conform-sec {
        padding: 20px 0px 20px 0px;
    }

    .contact-subheading {
        padding-bottom: 15px;
    }

    .notfound-box h1 {
        font-size: 45px;
    }

    .notfound-box h5 {
        font-size: 21px;
    }

    .newsletter-subscription .parallax-inner {
        height: 440px !important;
    }

    .box-box-content,
    .flex-row-reverse .box-box-content-wrap .box-box-content {
        padding: 30px 20px;
    }

    body.woocommerce-orders .addons-list li {
        width: 100%;
    }

    #addons-container {
        padding: 10px;
        margin-top: 9px;
    }

    body.woocommerce-orders
        .swal2-popup.select-add-ons-popup
        .addons-list
        > li {
        width: 100%;
    }

    body.woocommerce-orders ul.addons-sub-list {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .price-fixed,
    .price-fixed.boxFixed {
        width: 100%;
    }

    .blog-list-content {
        padding: 10px 5px;
    }

    .featured-programme-content {
        padding: 10px 10px 10px;
    }

    .slider-content-wrap h1 {
        font-size: 35px;
    }

    .fun-facts h2.page-title {
        font-size: 28px;
        padding-bottom: 15px;
    }

    .fun-facts-wrapper span.fun-fact-number {
        font-size: 28px;
    }

    .box-box-content h3 {
        font-size: 25px;
    }

    .egypt-icon {
        margin-right: 9px;
        width: 29px;
        height: 29px;
        line-height: 29px;
        font-size: 13px;
    }

    .woocommerce-page table.cart.shop_table td.actions .input-text {
        max-width: 130px;
    }

    .woocommerce-page table.cart td.actions .coupon .button {
        padding: 10px 5px;
    }

    .woocommerce table.shop_table td {
        padding: 7px 7px;
    }
}

@media only screen and (max-width: 380px) {
    #customer_details
        .woocommerce-billing-fields
        .woocommerce-billing-fields__field-wrapper
        label,
    #customer_details
        .woocommerce-billing-fields
        .woocommerce-billing-fields__field-wrapper
        label {
        width: 99%;
    }

    #customer_details
        .woocommerce-billing-fields
        .woocommerce-billing-fields__field-wrapper
        .woocommerce-input-wrapper,
    #customer_details
        .woocommerce-billing-fields
        .woocommerce-billing-fields__field-wrapper
        .woocommerce-input-wrapper {
        width: 99%;
    }

    .fun-facts h2.page-title {
        font-size: 24px;
    }

    .fun-facts-wrapper span.fun-fact-number {
        font-size: 24px;
    }

    .egypt-icon {
        margin-right: 6px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    body.woocommerce-orders ul.addons-sub-list > li {
        width: 100%;
        margin-bottom: 5px;
    }
}

/*Media Query css*/

/* Hide Apply Coupon section on the cart page */
/* body.woocommerce-cart table.shop_table .coupon {
	display: none;
} */

.woocommerce-form-coupon-toggle {
    display: block;
}

/* Woo default hides .checkout_coupon until the toggle is used; overridden below so the form stays visible. */
body.woocommerce-checkout .checkout_coupon {
    display: none;
}

body.woocommerce-checkout .payment-details .p.form-row.form-row-first {
    display: none !important;
}

body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .awcdp_balance_pay,
body.woocommerce-order-received .awcdp_deposits_summary,
body.woocommerce-order-received .awcdp_deposits_summary_title,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,
body.woocommerce-order-received
    .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: none;
}

body.woocommerce-orders .wc-cancel-order {
    display: none;
}

/* Hide Remaining balance from cart page Date(14-10-2024)*/
body.woocommerce-cart
    .woocommerce-cart-form__cart-item
    .variation-RemainingBalance,
body.woocommerce-cart
    .woocommerce-cart-form__cart-item
    .variation-RemainingBalance
    + dd {
    display: none !important;
}

/* body.woocommerce-checkout .checkout-sec .form-row.nationality {
    visibility: hidden;
    height: 0px;
}

body.woocommerce-checkout .checkout-sec .form-row.custom-question-field {
    visibility: hidden;
    height: 0px;
} */

/* =========== Tour Category Page Styles =========== */

.tax-tour_destination .ast-container main {
    width: 100%;
}

/* Hero Section */
.subinner-para-slider.still-img {
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    position: relative;
    background-position: center center;
    width: 100%;
    text-align: left;
    padding: 100px 0;
}

.subinner-para-slider h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

/* Override for main slider - not used on category pages */
.slider-content-wrap h1:not(.subinner-para-slider h1) {
    font-size: 79px;
    font-weight: 800;
    color: #fff;
}

/* Ensure category page headers use correct size */
.subinner-para-slider .slider-content-wrap h1 {
    font-size: 42px;
    font-weight: 700;
}

/* Tour Listing Section */
.tour-master-detailspage {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f3f3f3;
}

.tour-full-inner {
    margin-bottom: 40px;
}

.tour-list-thumb {
    position: relative;
}

.tour-list-thumb a {
    display: block;
}

.tour-list-thumb img {
    width: 100%;
}

/* Discount Ribbon */
.discount-ribbon {
    position: absolute;
    top: 30px;
    left: -10px;
    color: #ffffff;
    background-color: #cc3d3d;
    padding: 12px 30px;
    font-size: 15px;
    display: block;
    font-weight: 600;
}

.discount-ribbon:after {
    background: url(../images/ribbon-corner-shadow.png) no-repeat;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

/* Tour Content Layout */
.tour-list-content-wrap {
    padding: 40px 30px;
    background: #fff;
    display: flex;
}

.tour-list-content-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.tour-list-content-left {
    width: 75%;
    padding-right: 30px;
}

.tour-list-content-left h4.tour-title {
    color: #333;
    font-weight: 800;
    font-size: 22px;
}

.tour-list-content-left h4.tour-title a {
    color: #333 !important;
}

.tour-info p {
    font-size: 14px;
}

.tour-time {
    font-size: 14px;
}

.tour-list-content-right {
    position: relative;
    border-left-width: 2px;
    border-left-style: solid;
    border-color: #e1e1e1;
    width: 25%;
    text-align: center;
}

/* Pricing */
.tourmaster-tour-price {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
}

.tour-list-content-right .tourmaster-tour-price span.tourmaster-tail {
    color: #1b1b1b;
    font-size: 28px;
}

.discounted-wrap
    .tour-list-content-right
    .tourmaster-tour-price
    .tourmaster-tail {
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 7px;
    font-weight: 400;
    display: inline-block;
    color: #a7a7a7;
    text-decoration: line-through;
}

.discounted-wrap .tourmaster-tour-price .tourmaster-head {
    display: inline-block;
    color: #a7a7a7;
}

.discounted-wrap .tourmaster-tour-price .discount-price {
    display: block;
    color: #1b1b1b;
    font-size: 28px;
}

/* View Details Button */
.tour-list-content-right a.btn.view-more {
    padding: 10px 15px;
    display: block;
    max-width: 120px;
    margin: 0 auto;
    background: #4692e7;
    border-color: #4692e7;
    text-transform: uppercase;
}

.tour-list-content-right a.btn.view-more:hover {
    background: #5aba47;
    border-color: #5aba47;
}

/* Sidebar */
.booking-sidebar {
    padding-left: 10px;
}

.booking-sidebar h6 {
    font-weight: 600;
    padding-left: 25px;
}

.booking-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.booking-sidebar ul li {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 13px 27px;
    border-color: #e1e1e1;
    color: #949494;
    font-size: 14px;
}

.booking-sidebar ul li:first-child {
    border: none;
}

.booking-sidebar ul li i {
    font-size: 15px;
    color: #5aba47;
    margin-right: 10px;
}

/* =========== End Tour Category Page Styles =========== */

/* Style all sidebar widgets to match booking-sidebar */
.col-lg-4 > .booking-sidebar,
.col-lg-4 > aside,
.col-lg-4 > section,
.col-lg-4 > div {
    margin-bottom: 30px;
}

.col-lg-4 h6,
.col-lg-4 .widget-title {
    font-weight: 600;
    padding-left: 25px;
    margin-bottom: 15px;
}

.col-lg-4 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.col-lg-4 ul li {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 13px 27px;
    border-color: #e1e1e1;
    color: #949494;
    font-size: 14px;
    line-height: 1.6;
}

.col-lg-4 ul li:first-child {
    border: none;
}

.col-lg-4 ul li i {
    font-size: 15px;
    color: #5aba47;
    margin-right: 10px;
}

/* Ensure widget links are styled */
.col-lg-4 ul li a {
    color: #005cb9;
    text-decoration: none;
}

.col-lg-4 ul li a:hover {
    color: #5aba47;
}

/* Checkout sections (WooCommerce/Astra migration) */
body.woocommerce-checkout .woocommerce-billing-fields {
    margin-top: 1.5rem;
}

body.woocommerce-checkout .geeo-checkout-section {
    margin-bottom: 1.5rem;
    padding: 1.5rem 1.25rem;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

body.woocommerce-checkout .geeo-checkout-section__title {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1.15rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #212121;
}

body.woocommerce-checkout .geeo-checkout-section__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    color: #282828;
    font-size: 1rem;
}

body.woocommerce-checkout .geeo-checkout-section__description {
    margin-bottom: 1rem;
    color: #4b4b4b;
    font-size: 0.95rem;
}

body.woocommerce-checkout .geeo-checkout-section__description p {
    margin-bottom: 0.75rem;
}

body.woocommerce-checkout .geeo-checkout-legal {
    border: 1px solid #e6e6e6;
    background: #fafafa;
    padding: 0.85rem 1rem;
}

body.woocommerce-checkout .geeo-checkout-legal p {
    margin: 0 0 0.9rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #383838;
}

body.woocommerce-checkout .geeo-checkout-legal p:last-child {
    margin-bottom: 0;
}

body.woocommerce-checkout .geeo-checkout-legal strong {
    color: #212121;
}

body.woocommerce-checkout .geeo-checkout-scrollbox {
    max-height: 20rem;
    overflow-y: auto;
    padding-right: 0.5rem;
}

body.woocommerce-checkout .geeo-checkout-section .form-row {
    margin-bottom: 0.75rem;
}

body.woocommerce-checkout .geeo-checkout-section .form-row label {
    color: #5c5c5c;
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
}

body.woocommerce-checkout .geeo-checkout-section .form-row .required {
    color: #d63638;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper {
    width: 100%;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    input.input-text,
body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    select,
body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    textarea {
    border: 2px solid #e6e6e6;
    border-radius: 0;
    background: #fff;
    min-height: 3rem;
    font-size: 0.88rem;
    padding: 0.5rem 0.875rem;
}

body.woocommerce-checkout .geeo-checkout-section .form-row textarea {
    min-height: 7rem;
}

/* Match old checkout two-column label/field structure on desktop */
@media (min-width: 922px) {
    body.woocommerce-checkout .geeo-checkout-section .form-row {
        display: grid;
        grid-template-columns: minmax(12rem, 30%) 1fr;
        align-items: start;
        gap: 0.5rem 1rem;
        margin-bottom: 0.9rem;
    }

    /* WooCommerce clearfix pseudo-elements break grid alignment; disable in checkout rows */
    body.woocommerce-checkout .geeo-checkout-section .form-row::before,
    body.woocommerce-checkout .geeo-checkout-section .form-row::after,
    body.woocommerce-order-pay .geeo-checkout-section .form-row::before,
    body.woocommerce-order-pay .geeo-checkout-section .form-row::after {
        content: none !important;
        display: none !important;
    }

    body.woocommerce-checkout .geeo-checkout-section .form-row > label,
    body.woocommerce-order-pay .geeo-checkout-section .form-row > label {
        grid-column: 1;
        float: none !important;
        width: 100%;
        text-align: left;
        align-self: center;
        margin: 0;
    }

    body.woocommerce-checkout
        .geeo-checkout-section
        .form-row
        > .woocommerce-input-wrapper,
    body.woocommerce-order-pay
        .geeo-checkout-section
        .form-row
        > .woocommerce-input-wrapper {
        grid-column: 2;
        float: none !important;
        width: 100%;
        margin: 0;
    }

    body.woocommerce-checkout
        .geeo-checkout-section
        .form-row
        .woocommerce-input-wrapper
        .woocommerce-error {
        margin-top: 0.35rem;
    }
}

/* Keep checkboxes/radio groups clean and readable */
body.woocommerce-checkout .geeo-checkout-section .form-row.geeo-check {
    display: block;
}

body.woocommerce-checkout .geeo-checkout-section .form-row.geeo-check label {
    display: block;
    line-height: 1.45;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    label.checkbox,
body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    label.radio,
body.woocommerce-order-pay
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    label.radio {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-right: 1rem;
    margin-bottom: 0.4rem;
    line-height: 1.1;
    width: auto !important;
    font-weight: 400;
    vertical-align: middle;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    .woocommerce-radio-wrapper,
body.woocommerce-order-pay
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    .woocommerce-radio-wrapper {
    display: inline-flex;
    align-items: center;
    margin-right: 0.95rem;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    input[type="radio"],
body.woocommerce-order-pay
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    input[type="radio"] {
    margin: 0 0.42rem 0 0 !important;
    vertical-align: middle;
    flex-shrink: 0;
    position: relative;
    top: 0;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    input[type="checkbox"],
body.woocommerce-order-pay
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    input[type="checkbox"] {
    margin: 0 0.42rem 0 0 !important;
    vertical-align: middle;
    flex-shrink: 0;
}

@media (max-width: 921px) {
    body.woocommerce-checkout .geeo-checkout-section {
        padding: 1rem;
    }

    body.woocommerce-checkout .geeo-checkout-section .form-row label {
        margin-bottom: 0.35rem;
    }
}

/* Legacy checkout field parity (prevent Astra field overrides) */
body.woocommerce-checkout .geeo-checkout-section .form-row label,
body.woocommerce-order-pay .geeo-checkout-section .form-row label {
    color: #5c5c5c;
    font-weight: 500;
    line-height: 1.35;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    input.input-text,
body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    select,
body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    textarea,
body.woocommerce-order-pay
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    input.input-text,
body.woocommerce-order-pay
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    select,
body.woocommerce-order-pay
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    textarea {
    width: 100%;
    min-height: 2.5rem;
    border: 2px solid #e6e6e6 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    color: #383838;
    font-size: 0.88rem;
    line-height: 1.4;
    padding: 0.5rem 0.875rem !important;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    textarea,
body.woocommerce-order-pay
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    textarea {
    min-height: 7rem;
    resize: vertical;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    input.input-text:focus,
body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    select:focus,
body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    textarea:focus,
body.woocommerce-order-pay
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    input.input-text:focus,
body.woocommerce-order-pay
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    select:focus,
body.woocommerce-order-pay
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    textarea:focus {
    border-color: #cfcfcf !important;
    box-shadow: none !important;
    outline: none;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .select2-container--default
    .select2-selection--single,
body.woocommerce-order-pay
    .geeo-checkout-section
    .form-row
    .select2-container--default
    .select2-selection--single {
    min-height: 2.5rem;
    border: 2px solid #e6e6e6 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    padding: 0.2rem 0.5rem !important;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
body.woocommerce-order-pay
    .geeo-checkout-section
    .form-row
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #383838;
    line-height: 2rem;
    padding-left: 0.2rem;
}

/* Shipping toggle is not used in GEEO checkout */
body.woocommerce-checkout #ship-to-different-address,
body.woocommerce-checkout .woocommerce-shipping-fields {
    display: none !important;
}

/* Date of birth fields as a single row */
body.woocommerce-checkout .geeo-checkout-section .form-row.geeo-dob-row,
body.woocommerce-order-pay .geeo-checkout-section .form-row.geeo-dob-row {
    margin-bottom: 0.9rem;
}

body.woocommerce-checkout .geeo-checkout-section .geeo-dob-row__inputs,
body.woocommerce-order-pay .geeo-checkout-section .geeo-dob-row__inputs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    width: 100%;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .geeo-dob-row__inputs
    .geeo-dob-subfield,
body.woocommerce-order-pay
    .geeo-checkout-section
    .geeo-dob-row__inputs
    .geeo-dob-subfield {
    margin: 0;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .geeo-dob-row__inputs
    .geeo-dob-subfield
    label,
body.woocommerce-order-pay
    .geeo-checkout-section
    .geeo-dob-row__inputs
    .geeo-dob-subfield
    label {
    display: none !important;
}

@media (max-width: 921px) {
    body.woocommerce-checkout .geeo-checkout-section .geeo-dob-row__inputs,
    body.woocommerce-order-pay .geeo-checkout-section .geeo-dob-row__inputs {
        grid-template-columns: 1fr;
    }
}

/* Full-bleed layout for Educator Resources template */
body.page-template-template-educator-resource .site-content > .ast-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.page-template-templates .site-content > .ast-container > main {
    width: 100%;
    flex: 1 1 100%;
    min-width: 0;
}

/* Checkout redesign */
body.woocommerce-checkout {
    background:
        radial-gradient(
            circle at top left,
            rgba(18, 115, 194, 0.08),
            transparent 32%
        ),
        linear-gradient(180deg, #eef4f8 0%, #f7f4ee 100%);
}

body.woocommerce-checkout .site-content > .ast-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.woocommerce-checkout .entry-content {
    margin-top: 0;
}

body.woocommerce-checkout .geeo-checkout-section.sec-gap {
    padding: 58px 0 84px;
}

body.woocommerce-checkout .geeo-checkout-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

body.woocommerce-checkout .geeo-checkout-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(7, 22, 37, 0.26) 0%,
            rgba(7, 22, 37, 0.38) 34%,
            rgba(7, 22, 37, 0.82) 100%
        ),
        linear-gradient(
            120deg,
            rgba(0, 0, 0, 0.26) 0%,
            rgba(0, 0, 0, 0.05) 48%,
            rgba(15, 61, 103, 0.18) 100%
        );
}

body.woocommerce-checkout .geeo-checkout-hero .container {
    position: relative;
    z-index: 2;
}

body.woocommerce-checkout .geeo-checkout-hero-content {
    padding: 0 0 116px;
    max-width: 820px;
}

body.woocommerce-checkout .geeo-checkout-hero-content h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.4rem, 4.2vw, 4.4rem);
    line-height: 0.96;
    font-weight: 800;
    letter-spacing: -0.04em;
    text-wrap: balance;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

body.woocommerce-checkout .geeo-checkout-steps {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: linear-gradient(
        180deg,
        rgba(9, 21, 34, 0.16) 0%,
        rgba(9, 21, 34, 0.46) 100%
    );
    backdrop-filter: blur(12px);
}

body.woocommerce-checkout .geeo-checkout-steps-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    padding: 22px 0;
}

body.woocommerce-checkout .geeo-step {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
    font-size: 1rem;
}

body.woocommerce-checkout .geeo-step .step-icon,
body.woocommerce-checkout .geeo-step .step-number {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    font-size: 0.98rem;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

body.woocommerce-checkout .geeo-step.step-completed .step-icon {
    background: #fff;
    color: #1273c2;
}

body.woocommerce-checkout .geeo-step.step-active .step-number {
    background: linear-gradient(135deg, #4aa3ff 0%, #1273c2 100%);
    color: #fff;
}

body.woocommerce-checkout .geeo-step.step-pending .step-number {
    background: rgba(6, 14, 24, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

body.woocommerce-checkout .geeo-checkout-row {
    align-items: flex-start;
    row-gap: 32px;
}

body.woocommerce-checkout .geeo-checkout-form-wrap,
body.woocommerce-checkout .geeo-checkout-sidebar-inner {
    position: relative;
}

body.woocommerce-checkout .geeo-checkout-form-wrap {
    display: grid;
    gap: 22px;
}

body.woocommerce-checkout .geeo-checkout-intro {
    display: grid;
    gap: 12px;
}

body.woocommerce-checkout .geeo-checkout-coupon-feedback {
    display: none;
    margin: 0;
    padding: 16px 20px;
    border-radius: 18px;
    border: 1px solid rgba(18, 115, 194, 0.18);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 44px rgba(17, 44, 71, 0.08);
    color: #17324b;
    font-size: 0.98rem;
    line-height: 1.5;
}

body.woocommerce-checkout .geeo-checkout-coupon-feedback strong {
    color: #112c47;
}

body.woocommerce-checkout .geeo-checkout-coupon-feedback span {
    color: #51677b;
}

body.woocommerce-checkout .geeo-checkout-coupon-feedback.is-success {
    border-color: rgba(90, 186, 71, 0.32);
    background: rgba(90, 186, 71, 0.08);
}

body.woocommerce-checkout .geeo-checkout-coupon-feedback.is-error {
    border-color: rgba(214, 76, 76, 0.26);
    background: rgba(214, 76, 76, 0.08);
}

body.woocommerce-checkout
    .geeo-checkout-intro.geeo-checkout-intro--coupon-applied
    .woocommerce-form-coupon-toggle,
body.woocommerce-checkout
    .geeo-checkout-intro.geeo-checkout-intro--coupon-applied
    .checkout_coupon {
    display: none !important;
}

body.woocommerce-checkout .geeo-checkout-intro .woocommerce-form-login-toggle,
body.woocommerce-checkout .geeo-checkout-intro .woocommerce-form-coupon-toggle {
    margin: 0;
}

/*
 * Coupon form is always shown below (see form.checkout_coupon display rules).
 * Hide WooCommerce's toggle link so users are not sent to an anchor beside an already-visible field.
 */
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none !important;
}

body.woocommerce-checkout .geeo-checkout-intro .woocommerce-info,
body.woocommerce-checkout .geeo-checkout-intro .woocommerce-message,
body.woocommerce-checkout .geeo-checkout-intro .woocommerce-error,
body.woocommerce-checkout .checkout_coupon {
    margin: 0;
    border: 1px solid rgba(18, 115, 194, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 44px rgba(17, 44, 71, 0.08);
}

body.woocommerce-checkout .geeo-checkout-intro .woocommerce-info,
body.woocommerce-checkout .geeo-checkout-intro .woocommerce-message,
body.woocommerce-checkout .geeo-checkout-intro .woocommerce-error {
    padding: 18px 22px 18px 56px;
    color: #17324b;
    font-size: 1rem;
}

body.woocommerce-checkout .geeo-checkout-intro .woocommerce-info::before,
body.woocommerce-checkout .geeo-checkout-intro .woocommerce-message::before,
body.woocommerce-checkout .geeo-checkout-intro .woocommerce-error::before {
    left: 22px;
    top: 20px;
    color: #1273c2;
}

body.woocommerce-checkout .geeo-checkout-intro a {
    color: #0c67b1;
    font-weight: 700;
}

body.woocommerce-checkout .checkout_coupon {
    padding: 20px 22px 10px;
}

body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 16px;
    align-items: end;
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    padding: 22px !important;
    border-radius: 18px !important;
}

body.woocommerce-checkout .checkout_coupon::after {
    content: "";
    display: table;
    clear: both;
}

body.woocommerce-checkout .checkout_coupon p {
    margin-bottom: 14px;
}

body.woocommerce-checkout .checkout_coupon .form-row {
    width: 100%;
    float: none;
    margin: 0 0 12px;
}

body.woocommerce-checkout
    form.checkout_coupon.woocommerce-form-coupon
    .form-row {
    margin: 0 !important;
}

body.woocommerce-checkout .checkout_coupon .form-row-first,
body.woocommerce-checkout .checkout_coupon .form-row-last {
    width: 100%;
}

body.woocommerce-checkout
    form.checkout_coupon.woocommerce-form-coupon
    .form-row-first {
    grid-column: 1 / 2;
    display: flex !important;
    align-items: stretch;
}

body.woocommerce-checkout
    form.checkout_coupon.woocommerce-form-coupon
    .form-row-last {
    grid-column: 2 / 3;
    width: auto !important;
    display: flex !important;
    align-items: stretch;
}

body.woocommerce-checkout .checkout_coupon input.input-text {
    min-height: 54px;
    border-radius: 14px;
    border: 1px solid #d1dde8;
    background: #f9fbfd;
    padding: 0 16px;
    font-size: 1rem;
}

body.woocommerce-checkout
    form.checkout_coupon.woocommerce-form-coupon
    input.input-text {
    width: 100% !important;
    inline-size: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: 1 1 auto;
    justify-self: stretch;
}

body.woocommerce-checkout
    .geeo-checkout-intro
    form.checkout_coupon.woocommerce-form-coupon
    .form-row-first
    input#coupon_code.input-text {
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
}

body.woocommerce-checkout .checkout_coupon button.button,
body.woocommerce-checkout .geeo-checkout-step-actions .button,
body.woocommerce-checkout .geeo-checkout-section button.button,
body.woocommerce-checkout #payment button.button,
body.woocommerce-checkout #payment button.alt {
    min-height: 54px;
    border: 0;
    border-radius: 14px;
    padding: 0 22px;
    background: linear-gradient(135deg, #1785da 0%, #0b5fa6 100%);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: none;
    box-shadow: 0 18px 34px rgba(12, 103, 177, 0.22);
}

body.woocommerce-checkout
    form.checkout_coupon.woocommerce-form-coupon
    button.button {
    width: auto !important;
    min-width: 190px;
    padding: 0 26px !important;
    border-radius: 14px !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

body.woocommerce-checkout .checkout_coupon button.button:hover,
body.woocommerce-checkout .geeo-checkout-step-actions .button:hover,
body.woocommerce-checkout #payment button.button:hover,
body.woocommerce-checkout #payment button.alt:hover {
    background: linear-gradient(135deg, #0f78ca 0%, #094f8a 100%);
    color: #fff;
}

body.woocommerce-checkout .geeo-checkout-sidebar-inner {
    position: sticky;
    top: 28px;
    display: grid;
    gap: 20px;
}

body.woocommerce-checkout .geeo-order-summary,
body.woocommerce-checkout .geeo-checkout-sidebar .geeo-info-box {
    margin: 0;
    border: 1px solid rgba(24, 59, 89, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 50px rgba(17, 44, 71, 0.1);
    overflow: hidden;
}

body.woocommerce-checkout .geeo-order-summary .checkout-top {
    padding: 28px 28px 22px;
    background:
        linear-gradient(
            180deg,
            rgba(18, 115, 194, 0.06) 0%,
            rgba(18, 115, 194, 0) 100%
        ),
        #fff;
}

body.woocommerce-checkout .geeo-order-summary-eyebrow {
    margin: 0 0 10px;
    color: #1273c2;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    font-weight: 800;
}

body.woocommerce-checkout .geeo-order-summary .checkout-top h5 {
    margin: 0 0 18px;
    padding: 0;
    color: #112c47;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

body.woocommerce-checkout .geeo-order-summary-details {
    display: grid;
    gap: 10px;
}

body.woocommerce-checkout .geeo-order-summary .checkout-top p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #385167;
    font-size: 0.98rem;
    line-height: 1.5;
}

body.woocommerce-checkout .geeo-order-summary .checkout-top p span {
    color: #112c47;
    font-weight: 700;
}

body.woocommerce-checkout .geeo-order-summary-total {
    padding: 0;
    border-top: 1px solid rgba(17, 44, 71, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

body.woocommerce-checkout .geeo-order-summary-total__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 28px;
}

body.woocommerce-checkout
    .geeo-order-summary-total__row
    + .geeo-order-summary-total__row {
    border-top: 1px solid rgba(17, 44, 71, 0.08);
}

body.woocommerce-checkout .geeo-order-summary-total h6 {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #385167;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.woocommerce-checkout .geeo-order-summary-total h6 span {
    color: #1273c2;
}

body.woocommerce-checkout .geeo-order-summary-total .tourmaster-tour-price {
    margin: 0;
    text-align: right;
}

body.woocommerce-checkout .geeo-order-summary-total .total-value--trip {
    color: #37536d;
    font-size: 1.1rem;
    font-weight: 700;
}

body.woocommerce-checkout .geeo-order-summary-total .total-value--today {
    color: #0f2940;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}

body.woocommerce-checkout .geeo-checkout-sidebar .geeo-info-box {
    padding: 24px 26px;
}

body.woocommerce-checkout .geeo-checkout-sidebar .geeo-info-box h5 {
    margin: 0 0 18px;
    padding: 0;
    color: #112c47;
    font-size: 1.12rem;
    font-weight: 800;
}

body.woocommerce-checkout .geeo-checkout-sidebar .geeo-info-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

body.woocommerce-checkout .geeo-checkout-sidebar .geeo-info-box ul li {
    margin: 0;
    padding: 0;
    border: 0;
    color: #51677b;
    font-size: 0.97rem;
    line-height: 1.6;
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: center;
}

body.woocommerce-checkout .geeo-checkout-sidebar .geeo-info-box .contact-info {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(17, 44, 71, 0.08);
    color: #37536d;
}

body.woocommerce-checkout
    .geeo-checkout-sidebar
    .geeo-info-box
    .contact-info
    p {
    margin: 0;
    font-size: 0.94rem;
}

body.woocommerce-checkout
    .geeo-checkout-sidebar
    .geeo-info-box
    .contact-info
    a {
    font-weight: 700;
}

body.woocommerce-checkout .geeo-checkout-section {
    margin: 0;
    padding: 28px 28px 30px;
    border: 1px solid rgba(24, 59, 89, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 50px rgba(17, 44, 71, 0.08);
}

body.woocommerce-checkout .geeo-checkout-section__title {
    margin-bottom: 1.1rem;
    color: #112c47;
    font-size: 1.38rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.woocommerce-checkout .geeo-checkout-section__icon {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    background: rgba(18, 115, 194, 0.1);
    color: #1273c2;
    font-size: 1rem;
}

body.woocommerce-checkout .geeo-checkout-section__description {
    color: #51677b;
    font-size: 1rem;
}

body.woocommerce-checkout .geeo-checkout-section .form-row label {
    color: #27445f;
    font-weight: 700;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    input.input-text,
body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    select,
body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    textarea {
    min-height: 56px;
    border: 1px solid #d5e0e9;
    border-radius: 14px;
    background: #fbfdff;
    padding: 0.75rem 1rem;
    font-size: 0.98rem;
    color: #183047;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    textarea {
    min-height: 132px;
    padding-top: 0.95rem;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    input.input-text:focus,
body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    select:focus,
body.woocommerce-checkout
    .geeo-checkout-section
    .form-row
    .woocommerce-input-wrapper
    textarea:focus {
    border-color: #1785da;
    box-shadow: 0 0 0 4px rgba(23, 133, 218, 0.12);
    background: #fff;
}

body.woocommerce-checkout .geeo-checkout-section .form-row.geeo-check {
    padding: 18px 20px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f4f9fd 0%, #eef5fb 100%);
    border: 1px solid #d7e5f0;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row.geeo-check
    .woocommerce-input-wrapper {
    display: flex;
    align-items: flex-start;
}

body.woocommerce-checkout
    .geeo-checkout-section
    .form-row.geeo-check
    input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin-top: 2px !important;
}

body.woocommerce-checkout .geeo-checkout-step-panels {
    display: grid;
    gap: 22px;
}

body.woocommerce-checkout .geeo-step-panel--payment {
    border: 1px solid rgba(24, 59, 89, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 50px rgba(17, 44, 71, 0.08);
    padding: 28px;
}

body.woocommerce-checkout .geeo-checkout-step-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

body.woocommerce-checkout .geeo-checkout-step-actions--payment-top {
    justify-content: flex-start;
    margin-bottom: 18px;
}

body.woocommerce-checkout .geeo-payment-customer-summary {
    margin-bottom: 26px;
}

body.woocommerce-checkout .geeo-payment-customer-summary__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.woocommerce-checkout .geeo-payment-customer-summary__card {
    padding: 22px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #dbe7f0;
}

body.woocommerce-checkout .geeo-payment-customer-summary__card h4 {
    margin: 0 0 14px;
    color: #112c47;
    font-size: 1.08rem;
    font-weight: 800;
}

body.woocommerce-checkout .geeo-payment-customer-summary__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

body.woocommerce-checkout .geeo-payment-customer-summary__list li {
    display: flex;
    align-items: start;
    gap: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #49647c;
    font-size: 0.95rem;
}

body.woocommerce-checkout .geeo-payment-customer-summary__list .label {
    font-weight: 700;
    color: #27445f;
}

body.woocommerce-checkout .geeo-payment-customer-summary__list .value {
    flex: 1 1 auto;
    text-align: left;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body.woocommerce-checkout #order_review_heading {
    margin: 0 0 10px;
    color: #112c47;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.woocommerce-checkout .geeo-checkout-amount-to-charge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(18, 115, 194, 0.09);
    color: #0f2940;
    font-size: 1rem;
}

body.woocommerce-checkout .geeo-order-review {
    padding: 20px 22px;
    border-radius: 22px;
    background: #f8fbfd;
    border: 1px solid #dbe7f0;
}

body.woocommerce-checkout #order_review table.shop_table,
body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
    border-color: #dbe7f0;
}

body.woocommerce-checkout #order_review table.shop_table {
    background: transparent;
}

body.woocommerce-checkout #order_review table.shop_table th {
    color: #27445f;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body.woocommerce-checkout #payment {
    margin-top: 18px;
    padding: 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #dbe7f0;
}

body.woocommerce-checkout #payment ul.payment_methods {
    padding-bottom: 10px;
}

body.woocommerce-checkout #payment div.payment_box {
    border-radius: 14px;
    background: #f6fbff;
}

body.woocommerce-checkout #payment .place-order {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    body.woocommerce-checkout .geeo-order-summary .checkout-top h5 {
        font-size: 1.6rem;
    }

    body.woocommerce-checkout .geeo-order-summary-total .total-value--today {
        font-size: 1.75rem;
    }
}

@media (max-width: 991px) {
    body.woocommerce-checkout .geeo-checkout-hero {
        min-height: 330px;
    }

    body.woocommerce-checkout .geeo-checkout-hero-content {
        padding-bottom: 106px;
    }

    body.woocommerce-checkout .geeo-checkout-sidebar-inner {
        position: static;
    }
}

@media (max-width: 767px) {
    body.woocommerce-checkout .geeo-checkout-section.sec-gap {
        padding: 34px 0 56px;
    }

    body.woocommerce-checkout .geeo-checkout-hero {
        min-height: 280px;
    }

    body.woocommerce-checkout .geeo-checkout-hero-content {
        padding-bottom: 94px;
    }

    body.woocommerce-checkout .geeo-checkout-hero-content h1 {
        font-size: 2.4rem;
    }

    body.woocommerce-checkout .geeo-checkout-steps-inner {
        gap: 14px;
        overflow-x: auto;
        padding: 16px 0;
    }

    body.woocommerce-checkout .geeo-step {
        min-width: max-content;
        font-size: 0.92rem;
    }

    body.woocommerce-checkout .geeo-checkout-section,
    body.woocommerce-checkout .geeo-step-panel--payment,
    body.woocommerce-checkout .geeo-checkout-sidebar .geeo-info-box,
    body.woocommerce-checkout .geeo-order-summary,
    body.woocommerce-checkout .geeo-checkout-intro .woocommerce-info,
    body.woocommerce-checkout .geeo-checkout-intro .woocommerce-message,
    body.woocommerce-checkout .geeo-checkout-intro .woocommerce-error,
    body.woocommerce-checkout .checkout_coupon {
        border-radius: 20px;
    }

    body.woocommerce-checkout .geeo-checkout-section,
    body.woocommerce-checkout .geeo-step-panel--payment,
    body.woocommerce-checkout .geeo-checkout-sidebar .geeo-info-box {
        padding: 22px 20px;
    }

    body.woocommerce-checkout .geeo-payment-customer-summary__grid {
        grid-template-columns: 1fr;
    }

    body.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
        grid-template-columns: 1fr;
        width: 100% !important;
        max-width: none !important;
    }

    body.woocommerce-checkout
        form.checkout_coupon.woocommerce-form-coupon
        .form-row-first,
    body.woocommerce-checkout
        form.checkout_coupon.woocommerce-form-coupon
        .form-row-last {
        grid-column: auto;
        width: 100% !important;
    }

    body.woocommerce-checkout .geeo-order-summary-total__row,
    body.woocommerce-checkout .geeo-order-summary .checkout-top p,
    body.woocommerce-checkout .geeo-payment-customer-summary__list li {
        flex-direction: column;
        align-items: flex-start;
    }

    body.woocommerce-checkout .geeo-payment-customer-summary__list .value,
    body.woocommerce-checkout .geeo-order-summary-total .tourmaster-tour-price {
        text-align: left;
    }

    body.woocommerce-checkout .geeo-checkout-step-actions {
        justify-content: stretch;
    }

    body.woocommerce-checkout .geeo-checkout-step-actions .button,
    body.woocommerce-checkout .checkout_coupon button.button,
    body.woocommerce-checkout #payment button.button,
    body.woocommerce-checkout #payment button.alt {
        width: 100%;
    }
}

/* Moved over from Appearance>Customize CSS June 2026 */

/* Tighten the space inside the Itinerary */
.geeo-hl-list {
    line-height: 0.8;
}
.geeo-hotel-list-wrapper {
    padding: 0px;
    margin: 0px;
}

#section2 .card-body p {
    margin-bottom: 0px !important;
    margin-top: 0 !important;
}

/*remove whitespace in optional onsite tabs*/
.geeo-oa-tabs-container {
    margin: 0;
    padding: 0;
    white-space: normal;
}
/* Update Blockquote Style */
blockquote {
    border-left: none;
    font-style: normal !important;
	font-size: inherit;
    padding: 0px 20px !important;
    line-height: 1.7;
		margin: 0px;
}
.details-row {
    white-space: normal;
}

header.entry-header .entry-meta, header.entry-header .entry-meta * {
    font-weight: 600;
    font-size: 13px;
    font-size: 0.92857142857143rem;
    display: none;
}
.kb-dynamic-html.kb-dynamic-html-id-30246_058afa-83 {

    width: 1280px;
}

.geeo-btn-secondary {

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
    min-width: 0;
    width: 100%;
    min-height: 42px;
    padding: 10px 12px !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-align: center;
    line-height: 1.2;
}

.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container {
    width: 1110px;
    margin: 0 auto;
}


/*Start Price Box position and scroll*/
@media (min-width: 992px) {
    .egypt-sec .col-lg-4.order-lg-2 {
        position: static !important;
    }

    .price-fixed {
        position: sticky !important;
        top: 163px !important;
        width: 370px;
        align-self: flex-start;
    }
}
/*End Price Box position and scroll*/

/* Stack program card columns on mobile */
@media (max-width: 768px) {
    .tour-list-content-wrap {
        display: block;
    }
    .tour-list-content-left,
    .tour-list-content-right {
        width: 100%;
        padding: 0;
        border: none;
        text-align: left;
    }
    .tour-list-content-right {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #ddd;
    }
    .tour-list-content-right .tourmaster-tour-price {
        text-align: left;
        display: block;
        margin-bottom: 12px;
    }
    .tour-list-content-right .tourmaster-tour-price .tourmaster-tail,
    .tour-list-content-right .tourmaster-tour-price .discount-price {
        display: block;
        margin-right: 8px;
    }
    .tour-full-inner .tour-list-content-right .btn.view-more {
        display: block;
        width: 100%;
        max-width: none;
        float: none;
        text-align: center;
        padding: 12px;
        box-sizing: border-box;
        margin: 10px 0 0 0;
    }
}

/* Force columns to stack cleanly on mobile */
@media (max-width: 991px) {
    .egypt-sec .row {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
    }
    .egypt-sec .col-lg-4.order-lg-2 {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
        position: static !important;
        margin-bottom: 70px;
    }
    .egypt-sec .col-lg-8.order-lg-1 {
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
        position: static !important;
    }
}

/* Make tour section nav sticky */
.geeo-tour-section-nav,
.geeo-product-tabs-mode .geeo-tour-section-nav,
body.single-product .geeo-tour-section-nav,
body.geeo-product-tabs-mode.single-product .geeo-tour-section-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease;
}

.tour-notification-wrap {
    margin-top: -30px !important;
    position: relative;
    z-index: 2;
}

/* Fix FA icon vertical alignment issues on certain desktop window sizes */
.egypt-iconrow .egypt-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1; /* neutralizes inherited line-height that shifts the glyph */
}

.egypt-iconrow .egypt-icon .fa {
    line-height: 1;
    display: block;
}

/* Fix header alignment on template pages */
.astra-advanced-hook-31251 .wp-block-cover__inner-container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
@media (min-width: 992px) {
    body:has(#content section .container .row) .astra-advanced-hook-31251 .wp-block-cover__inner-container {
        padding-left: 195px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body:has(#content section .container) .astra-advanced-hook-31251 .wp-block-cover__inner-container {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    body:has(#content section .container) .astra-advanced-hook-31251 .wp-block-cover__inner-container {
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Sticky scrollbar fix for narrow desktop windows */
.geeo-tour-section-nav {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}
.geeo-tour-section-nav .container {
    max-width: 100%;
}
.geeo-tour-section-nav .overview-nav ul {
    display: flex;
    flex-wrap: nowrap;
}
.geeo-tour-section-nav::-webkit-scrollbar {
    height: 4px;
}
.geeo-tour-section-nav::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

/* Semi-transparent backdrop behind masthead headers for legibility on any hero image */
.wp-block-cover .wp-block-cover__inner-container h1,
.wp-block-cover .wp-block-cover__inner-container h2,
.wp-block-cover .kb-dynamic-html h1,
.wp-block-cover .kb-dynamic-html h2 {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 4px;
}

/* Remove hero image and header from blog posts */
.single-post.ast-single-post .astra-advanced-hook-31251 {
    display: none !important;
}

/* Fix pagination button alignment on blog index */
.page-numbers,
.nav-links .page-numbers,
.pagination .page-numbers,
a.next.page-numbers,
a.prev.page-numbers,
.nav-links a.next,
.nav-links a.prev {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    padding: 0.5em 1em !important;
    box-sizing: border-box;
}

/* Sticky masthead on program pages */
#masthead { position: sticky; top: 0; z-index: 200; }

/* Reduce padding around coupon code in price box */

.price-header {
    padding: 8px 15px;
}
.price-header h6 {
    margin: 0;
    line-height: 1.3;
}

/* Compact Lesson Plans */
.lesson_plans-template-default h3 {
    font-size: 20px;
    margin-bottom: 4px;
}

/* Style the Web-to-Lead form */
.newsletter-form .newsletter-form-control {
    background-color: #f9f9f9 !important;
    border: 1px solid #cccccc !important;
    padding: 8px !important;
    border-radius: 4px !important;
}
.newsletter-form {
    display: flex;
    flex-direction: column;
}
.newsletter-form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.newsletter-form-group label {
    flex: 0 0 200px;
    margin-right: 10px;
    font-weight: bold;
    text-align: left;
}
.newsletter-form-group input {
    flex: 1;
    height: 36px;
}
.required {
    color: red;
    font-weight: bold;
}
/* END Style the Web-to-Lead form */

/* Compact extra services table */
.geeo-extra-services-wrapper {
    margin: 0 !important;
}

.geeo-extra-services-table td {
    padding: 6px 10px !important;
}

/* Hide the old taxonomy-based Start Date dropdown on Program Search */
body.page-template-template-searchresults select[name="tax-tour-start"] {
    display: none !important;
}
body.page-template-template-searchresults select[name="tax-tour-start"] ~ label,
body.page-template-template-searchresults label[for*="tax-tour-start"] {
    display: none !important;
}
body.page-template-template-searchresults
    .results-search:has(select[name="tax-tour-start"]) {
    display: none !important;
}

/* Adjust visuals of Optional Onsite Activities tabs on program pages*/
.geeo-oa-tabs-container {
    margin: 0;
    padding: 0;
    white-space: collapse;
    font-size: 12px;
}
.geeo-oa-activity-description.optional {
    font-style: normal;
}
.geeo-oa-tab-content {
    background: #f0f7ff;
}
.geeo-oa-tab-button.active {
    background: #f0f7ff;
    border-bottom: none;
}
.geeo-oa-tab-button:hover {
    background-color: #fff;
}
.geeo-oa-tab-button:focus,
.geeo-oa-tab-button.active {
    outline: none !important;
    box-shadow: none !important;
}
/* END Adjust visuals of Optional Onsite Activities tabs */

/* Make Accommodations Itinerary line light blue background */
#section2 .accordion-itinerary > .card:last-child .card-link,
#section2 .accordion-itinerary > .card:last-child .card-link.collapsed,
#section2 .accordion-itinerary > .card:last-child .card-link:not(.collapsed) {
    background: #e8f0f7 !important;
}

/* Fix spacing hotel list*/
.geeo-hotel-list-wrapper div {
    line-height: 1.4;
}.geeo-hotel-list-wrapper {
    white-space: normal;
}
.itinerary_content_dtl p {
    margin: 0px;
    white-space: normal;
}

/* Fix for Trip Notes spacing and line height */
#section3.details-row.scroll-row div {
    line-height: 1.7 !important;
    letter-spacing: 0.3px;
}
#section3.details-row.scroll-row blockquote {
    margin-left: 32px;
    line-height: 1.7 !important;
    letter-spacing: 0.3px;
}

/* Fix padding inside the order-review box */
body.woocommerce-checkout #order_review {
    padding: 24px 24px 28px !important;
}
body.woocommerce-checkout #order_review #ppcp-hosted-fields .ppcp-dcc-order-button {
    margin-top: 0.5rem;
    margin-bottom: 0;
}
body.woocommerce-checkout #order_review .form-row.place-order {
    margin-bottom: 0;
    padding-bottom: 0;
}
body.woocommerce-checkout #order_review {
    overflow: hidden !important;
    padding-bottom: 28px !important;
}
body.woocommerce-checkout #order_review #payment {
    margin-bottom: 0.5rem !important;
}
body.woocommerce-checkout .geeo-checkout-form-wrap .form-row.place-order {
    border-top: none !important;
    margin-top: 0 !important;
		margin-bottom: 80px!important;
}
body.woocommerce-checkout #order_review .woocommerce-privacy-policy-text p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
}
body.woocommerce-checkout #order_review #ppcp-hosted-fields .ppcp-dcc-order-button {
    box-shadow: 0 4px 10px rgba(12, 103, 177, 0.12) !important;
}

/* Tidy the deposit/remaining balance lines in the order item */
body.woocommerce-checkout #order_review .cart_item .product-name .variation {
    margin: 0.5rem 0 0;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 0.4rem;
    row-gap: 0.15rem;
    line-height: 1.4;
}
body.woocommerce-checkout #order_review .cart_item .product-name .variation dt {
    margin: 0;
    font-weight: 400;
    float: none;           }

body.woocommerce-checkout #order_review .cart_item .product-name .variation dd {
    margin: 0;
}
body.woocommerce-checkout #order_review .cart_item .product-name .variation dd p {
    margin: 0;
    padding: 0;
    line-height: inherit;
}

/* Fix shadow for order-review box */
body.woocommerce-checkout #order_review {
    border: 2px solid rgb(209, 213, 219) !important;
}

/* Tighten the Traveler/Billing summary cards */
body.woocommerce-checkout .geeo-payment-customer-summary__list {
    gap: 0.5rem;
}

body.woocommerce-checkout .geeo-payment-customer-summary__card h4 {
    margin-bottom: 0.85rem;
}
body.woocommerce-checkout .geeo-checkout-step-actions--payment-top {
    margin-bottom: 2rem;   
}
body.woocommerce-checkout .geeo-payment-customer-summary__list li {
    display: grid;
    grid-template-columns: minmax(7rem, auto) 1fr;
    column-gap: 0.6rem;
    line-height: 1.35;
}

/* Reduce the shadow under the "Back to Contact Details" button */
body.woocommerce-checkout .geeo-checkout-step-actions--payment-top .button.geeo-step-back {
    box-shadow: 0 4px 10px rgba(12, 103, 177, 0.12) !important;
}

/* Shorter hero banner on Checkout page */
.geeo-checkout-hero.banner-checkout {
    padding: 0 0 0;
}

/* Fix header menu + Elementor body width on desktop */
.site-content > .ast-container {
    max-width: 100%;
    padding: 0;
}
.main-header-bar .ast-container {
    padding-left: 40px;
    padding-right: 40px;
}

/* Search button is GEEO blue */
.is-form-style button.is-search-submit .is-search-icon {
  background-color: #1c75bc;
}
.is-form-style button.is-search-submit .is-search-icon svg,
.is-form-style button.is-search-submit .is-search-icon svg path {
  fill: #ffffff !important;
}

/* Adjust search box on mobile */
@media (max-width: 768px) {
  #ast-hf-mobile-menu li.is-menu {
    margin-top: 6px;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
    box-sizing: border-box;
  }
}

/* Wrap payment button to new line on payment screen */
.woocommerce-checkout #place_order,
.woocommerce-checkout .ppcp-dcc-order-button {
    display: block;
    width: 100%;
    clear: both;
}
.woocommerce-terms-and-conditions-wrapper {
    display: block;
    width: 100%;
}

/* Compact Activities to Pre-Book section */
.geeo-pba-header-line strong br,
.geeo-pba-date-line em br {
  display: none;
}

/* Fix Optional On-Site Activities tabs */
.geeo-oa-tab-nav br {
    display: none;
}
.geeo-oa-tab-nav-scroll {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.geeo-oa-tab-nav {
    flex-wrap: nowrap;
}
.geeo-oa-tab-nav-scroll::-webkit-scrollbar {
    height: 6px;
}
.geeo-oa-tab-nav-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.geeo-oa-tab-nav-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.geeo-oa-tab-nav-scroll::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}
.geeo-oa-tab-button {
    flex-shrink: 0;
    z-index: 1;
}
.geeo-oa-tab-content {
    position: relative;
    z-index: 2;
}
.geeo-oa-tab-button.active {
    z-index: 3;
}
.geeo-oa-tabs-container {
    position: relative;
}
.geeo-oa-tabs-container::before,
.geeo-oa-tabs-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 40px;
    height: 48px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 4;
}
.geeo-oa-tabs-container::before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
}
.geeo-oa-tabs-container::after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}
.geeo-oa-tabs-container.can-scroll-left::before { opacity: 1; }
.geeo-oa-tabs-container.can-scroll-right::after { opacity: 1; }

/* Fix Web-to-lead form field width in footer */
.footer-widgets-inner {
	grid-template-columns: 1fr 1fr 1fr 1.1fr;
}
.footer-newsletter-group input {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Beautify My Account navigation */
.woocommerce-MyAccount-navigation { width: 240px; }
.woocommerce-MyAccount-navigation ul {
  margin: 0; padding: 8px; list-style: none;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  margin: 0 0 2px;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px;
  border: 0;
  border-radius: 8px;
  font-size: 15px; font-weight: 400; line-height: 1.3;
  color: #1f2937; text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  background: #f3f4f6;
  color: #0063A8;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  background: #E6F1FB;
  color: #0063A8;
  font-weight: 500;
  border-left: 3px solid #0063A8;
  border-radius: 0 8px 8px 0;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #e5e7eb;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #b91c1c;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #fef2f2; color: #991b1b;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 16px;
  width: 20px; text-align: center;
  color: #6b7280;
  transition: color .15s ease;
}
.woocommerce-MyAccount-navigation-link--dashboard a::before        { content: "\f14e"; } /* compass */
.woocommerce-MyAccount-navigation-link--my-trips a::before         { content: "\f1d8"; } /* paper-plane */
.woocommerce-MyAccount-navigation-link--orders a::before           { content: "\f022"; } /* rectangle-list */
.woocommerce-MyAccount-navigation-link--edit-address a::before     { content: "\f2bb"; } /* address-card */
.woocommerce-MyAccount-navigation-link--payment-methods a::before  { content: "\f09d"; } /* credit-card */
.woocommerce-MyAccount-navigation-link--edit-account a::before     { content: "\f007"; } /* user */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  font-weight: 900;
  content: "\f2f5";
  color: #b91c1c;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover::before { color: #0063A8; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a::before { color: #0063A8; }
.woocommerce-MyAccount-navigation {
  width: 240px;
  position: sticky;
  top: 100px; 
  align-self: flex-start;
}
@media (max-width: 921px) {
  .woocommerce-MyAccount-navigation { position: static; top: auto; }
}

/* ============================================
   START Beautify My Account Orders table
============================================ */

/* ---- Table shell ---- */
.woocommerce table.shop_table.account-orders-table {
  width: 100%;
  border: 1px solid #E5E7EB;
  border-collapse: separate;
  border-radius: 12px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #1F2937;
}

/* ---- Header ---- */
.woocommerce table.shop_table.account-orders-table thead th {
  background: #0063A8;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 13px 14px;
}

/* ---- Borders ---- */
.woocommerce table.shop_table.account-orders-table td,
.woocommerce table.shop_table.account-orders-table th {
  border: none;
}
.woocommerce table.shop_table.account-orders-table tbody td,
.woocommerce table.shop_table.account-orders-table tbody th {
  padding: 15px 14px;
  vertical-align: middle;
  border-bottom: 1px solid #E5E7EB;
  background: #FFFFFF;
}
.woocommerce table.shop_table.account-orders-table tbody tr:last-child td,
.woocommerce table.shop_table.account-orders-table tbody tr:last-child th {
  border-bottom: none;
}
.woocommerce table.shop_table.account-orders-table tbody tr:last-child td:first-child,
.woocommerce table.shop_table.account-orders-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 12px;
}
.woocommerce table.shop_table.account-orders-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

/* Row hover */
.woocommerce table.shop_table.account-orders-table tbody tr:hover > td,
.woocommerce table.shop_table.account-orders-table tbody tr:hover > th {
  background: #FAFAFA
}

/* ---- Order number link ---- */
.woocommerce table.shop_table.account-orders-table .woocommerce-orders-table__cell-order-number a {
  color: #0063A8;
  font-weight: 600;
}
.woocommerce table.shop_table.account-orders-table .woocommerce-orders-table__cell-order-number a:hover {
  text-decoration: underline;
}

/* ---- Tour name ---- */
.woocommerce table.shop_table.account-orders-table .weaversweb-tour-name {
  font-weight: 600;
}

/* ---- Date ---- */
.woocommerce table.shop_table.account-orders-table .woocommerce-orders-table__cell-order-date {
  color: #6B7280;
}

/* ---- Total (bold) ---- */
.woocommerce table.shop_table.account-orders-table tbody td.woocommerce-orders-table__cell-order-total .amount {
  font-weight: 700;
}

/* ---- Status pills ---- */
.woocommerce table.shop_table.account-orders-table .geeo-status-pill {
  display: inline-block;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  background: #E5E7EB;
  color: #1F2937;
}
.geeo-status-pill--partially-paid,
.geeo-status-pill--pending {
  background: #FEF3D4;
  color: #92500A;
}
.geeo-status-pill--completed {
  background: #DEF1E1;
  color: #1B6B2B;
}
.geeo-status-pill--processing {
  background: #E6F1FB;
  color: #0C447C;
}
.geeo-status-pill--cancelled,
.geeo-status-pill--failed {
  background: #FCEBEB;
  color: #A32D2D;
}
.geeo-status-pill--on-hold {
  background: #E5E7EB;
  color: #4B5563;
}

/* ---- Buttons: uniform size ---- */
.woocommerce table.shop_table.account-orders-table .button,
.woocommerce table.shop_table.account-orders-table .pay-remaining-amount {
  display: inline-block;
  box-sizing: border-box;
  width: 84px;
  text-align: center;
  padding: 7px 0;
  margin: 3px 0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer !important;
  transition: background 0.15s ease, color 0.15s ease;
}

/* Pay (green) */
.woocommerce .account-orders-table .button.pay,
.woocommerce .account-orders-table .pay-remaining-amount {
  background-color: #38B84A !important;
  background-image: none;
  color: #FFFFFF;
  border: 1.5px solid #38B84A !important;
}
.woocommerce .account-orders-table .button.pay:hover,
.woocommerce .account-orders-table .pay-remaining-amount:hover {
  background-color: #2E9C3D !important;
  border-color: #2E9C3D !important;
}

/* Download invoice (outlined gray) */
.woocommerce .account-orders-table .woocommerce-orders-table__cell-download_invoice .button {
  background-color: transparent !important;
  background-image: none !important;
  color: #4B5563 !important;
  border: 1.5px solid #D1D5DB !important;
}
.woocommerce .account-orders-table .woocommerce-orders-table__cell-download_invoice .button:hover {
  background-color: #F3F4F6 !important;
  color: #1F2937 !important;
}

/* ============================================
   END Beautify My Account Orders table
============================================ */

/* ============================================
   START Beautify Addresses page
============================================ */
.woocommerce-MyAccount-content > p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #6B7280;
  margin: 0 0 20px;
}
.woocommerce .woocommerce-Addresses.col2-set {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}
.woocommerce .woocommerce-Addresses .woocommerce-Address {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce .woocommerce-Address {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}
.woocommerce .woocommerce-Address .woocommerce-Address-title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #0063A8;
  padding: 14px 18px;
  margin: 0 !important;
  border: none !important;
}
.woocommerce .woocommerce-Address .woocommerce-Address-title h2,
.woocommerce .woocommerce-Address .woocommerce-Address-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce .woocommerce-Address .woocommerce-Address-title a.edit {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF !important;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0.92;
}
.woocommerce .woocommerce-Address .woocommerce-Address-title a.edit:hover {
  opacity: 1;
  text-decoration: underline;
}
.woocommerce .woocommerce-Address address {
  padding: 18px;
  margin: 0;
  border: none !important;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #6B7280;
}
.woocommerce .woocommerce-Address address {
  color: #1F2937;
}
.woocommerce .woocommerce-Addresses.col2-set .u-column1,
.woocommerce .woocommerce-Addresses.col2-set .col-1 {
  grid-column: 1 !important;
  grid-row: 1 !important;
}
.woocommerce .woocommerce-Addresses.col2-set .u-column2,
.woocommerce .woocommerce-Addresses.col2-set .col-2 {
  grid-column: 2 !important;
  grid-row: 1 !important;
}
.woocommerce .woocommerce-Address .woocommerce-Address-title {
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 14px;
  background: #0063A8;
  padding: 14px 18px;
  margin: 0 !important;
  border: none !important;
}
.woocommerce .woocommerce-Address .woocommerce-Address-title h2 {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}
.woocommerce .u-column1 .woocommerce-Address-title h2::before,
.woocommerce .col-1 .woocommerce-Address-title h2::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='3'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3Cline x1='7' y1='15' x2='7.01' y2='15'/%3E%3Cline x1='11' y1='15' x2='13' y2='15'/%3E%3C/svg%3E");
}
.woocommerce .u-column2 .woocommerce-Address-title h2::before,
.woocommerce .col-2 .woocommerce-Address-title h2::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='6' width='13' height='10' rx='1'/%3E%3Cpath d='M14 9h4l3 3v4h-7z'/%3E%3Ccircle cx='6' cy='18' r='1.6'/%3E%3Ccircle cx='17' cy='18' r='1.6'/%3E%3C/svg%3E");
}
.woocommerce .woocommerce-Address .woocommerce-Address-title a.edit {
  margin-left: auto !important;
}
/* ===========================================
   END Beautify Addresses page
=========================================== */

/* ===========================================
   START Beautify Payment Methods page
=========================================== */

.woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  display: flex !important;
  align-items: center;
  gap: 12px;
  background: #F0F7FC !important;
  border: 1px solid #CFE3F4 !important;
  border-left: 4px solid #0063A8 !important;
  border-radius: 8px;
  padding: 16px 18px !important;
  margin: 0 0 18px !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #1F2937 !important;
  list-style: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230063A8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='5' width='20' height='14' rx='3'/%3E%3Cline x1='2' y1='10' x2='22' y2='10'/%3E%3C/svg%3E");
  position: static !important;
  margin: 0 !important;
  font-family: inherit !important;
}
.woocommerce .woocommerce-MyAccount-content > a.button {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background-color: #38B84A !important;
  background-image: none !important;
  color: #FFFFFF !important;
  border: 1.5px solid #38B84A !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 13px 26px !important;
  border-radius: 8px;
}
.woocommerce .woocommerce-MyAccount-content > a.button:hover {
  background-color: #2E9C3D !important;
  border-color: #2E9C3D !important;
  color: #FFFFFF !important;
}
.woocommerce .woocommerce-MyAccount-content > a.button::before {
  content: "";
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'/%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3C/svg%3E");
}

/* ===========================================
   END Beautify Payment Methods page
=========================================== */

/* ===========================================
   START Beautify Account details page
=========================================== */

.woocommerce .woocommerce-EditAccountForm .form-row {
  margin: 0 0 16px !important;
  padding: 0 !important;
}
.woocommerce .woocommerce-EditAccountForm label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin: 0 0 6px !important;
}
.woocommerce .woocommerce-EditAccountForm label .required {
  color: #DC2626 !important;
  border: none !important;
}
.woocommerce .woocommerce-EditAccountForm input.input-text,
.woocommerce .woocommerce-EditAccountForm input[type="text"],
.woocommerce .woocommerce-EditAccountForm input[type="email"],
.woocommerce .woocommerce-EditAccountForm input[type="password"] {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 11px 13px !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #1F2937 !important;
  background: #FFFFFF !important;
  border: 1px solid #D1D5DB !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}
.woocommerce .woocommerce-EditAccountForm input.input-text:focus,
.woocommerce .woocommerce-EditAccountForm input[type="text"]:focus,
.woocommerce .woocommerce-EditAccountForm input[type="email"]:focus,
.woocommerce .woocommerce-EditAccountForm input[type="password"]:focus {
  border-color: #0063A8 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0, 99, 168, 0.15) !important;
}
.woocommerce .woocommerce-EditAccountForm .form-row-first,
.woocommerce .woocommerce-EditAccountForm .form-row-last {
  float: none !important;
  display: inline-block;
  width: calc(50% - 8px) !important;
  vertical-align: top;
}
.woocommerce .woocommerce-EditAccountForm .form-row-first {
  margin-right: 12px !important;
}
.woocommerce .woocommerce-EditAccountForm .form-row::before,
.woocommerce .woocommerce-EditAccountForm .form-row::after {
  display: none !important;
}
.woocommerce .woocommerce-EditAccountForm #account_display_name_description em {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #6B7280;
  margin: 6px 0 0;
}
.woocommerce .woocommerce-EditAccountForm fieldset {
  border: 1px solid #E5E7EB !important;
  border-radius: 12px;
  background: #FAFAFA;
  padding: 18px 20px 20px !important;
  margin: 4px 0 20px !important;
}
.woocommerce .woocommerce-EditAccountForm fieldset legend {
  font-size: 17px;
  font-weight: 600;
  color: #1F2937;
  padding: 0 8px;
  margin: 0 0 4px -8px;
}
.woocommerce .woocommerce-EditAccountForm .password-input {
  display: block;
  position: relative;
}
.woocommerce .woocommerce-EditAccountForm .password-input input {
  padding-right: 42px !important;
}
.woocommerce .woocommerce-EditAccountForm .show-password-input {
  position: absolute !important;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce .woocommerce-EditAccountForm button.button,
.woocommerce .woocommerce-EditAccountForm button[name="save_account_details"] {
  background-color: #38B84A !important;
  background-image: none !important;
  color: #FFFFFF !important;
  border: 1.5px solid #38B84A !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 30px !important;
  border-radius: 8px !important;
}
.woocommerce .woocommerce-EditAccountForm button.button:hover,
.woocommerce .woocommerce-EditAccountForm button[name="save_account_details"]:hover {
  background-color: #2E9C3D !important;
  border-color: #2E9C3D !important;
  color: #FFFFFF !important;
}
.woocommerce .woocommerce-EditAccountForm .show-password-input {
  position: absolute !important;
  right: 13px;
  top: 75% !important;
  transform: translateY(-50%);
  line-height: 1 !important;
}
.woocommerce .woocommerce-EditAccountForm fieldset legend {
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  color: #1F2937;
  padding: 0;
  margin: 0 0 14px;
}

/* ===========================================
   END Beautify Account details page
=========================================== */

/* ===========================================
   START Beautify Cart page
=========================================== */

body.woocommerce-cart .woocommerce {
  font-family: 'Inter', -apple-system, sans-serif;
  color: #1F2937;
}
@media (min-width: 1024px) {
  body.woocommerce-cart .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 32px;
    align-items: start;
  }
  body.woocommerce-cart .woocommerce-notices-wrapper { grid-column: 1 / -1; }
  body.woocommerce-cart .woocommerce-cart-form { grid-column: 1; }
  body.woocommerce-cart .cart-collaterals { grid-column: 2; }
}
body.woocommerce-cart .woocommerce-cart-form {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
}
body.woocommerce-cart table.cart { margin: 0; border: none; }
body.woocommerce-cart table.cart thead th {
  background: #FAFAFA;
  font: 600 13px/1 'Inter', sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6B7280;
  border-bottom: 1px solid #E5E7EB;
  padding: 14px 16px;
}
body.woocommerce-cart table.cart td {
  padding: 18px 16px;
  vertical-align: middle;
  border-top: none;
}
body.woocommerce-cart td.product-thumbnail img {
  width: 72px; height: 72px;
  object-fit: cover;
  border-radius: 8px;
}
body.woocommerce-cart td.product-name a {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
  color: #0063A8;
  text-decoration: none;
}
body.woocommerce-cart td.product-name a:hover { text-decoration: underline; }
body.woocommerce-cart dl.variation { margin: 8px 0 0; font-size: 13px; line-height: 1.6; }
body.woocommerce-cart dl.variation dt {
  float: left; clear: left; margin-right: 6px;
  font-weight: 600; color: #6B7280;
}
body.woocommerce-cart dl.variation dd { margin: 0; color: #1F2937; }
body.woocommerce-cart dl.variation dd p { margin: 0; }
body.woocommerce-cart td.product-remove a.remove {
  color: #6B7280 !important;
  font-size: 20px;
  width: 28px; height: 28px; line-height: 26px;
  border-radius: 50%;
  text-align: center;
}
body.woocommerce-cart td.product-remove a.remove:hover {
  background: #FCEBEB !important;
  color: #C0392B !important;
}
body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal { color: #1F2937; font-weight: 500; }
body.woocommerce-cart td.actions { padding: 16px; background: #FAFAFA; }
body.woocommerce-cart button[name="update_cart"] {
  background: transparent !important;
  color: #6B7280 !important;
  border: 1px solid #E5E7EB !important;
  font: 600 14px 'Inter', sans-serif;
  border-radius: 8px;
  padding: 10px 18px;
}
body.woocommerce-cart button[name="update_cart"]:hover {
  border-color: #0063A8 !important; color: #0063A8 !important;
}
body.woocommerce-cart .coupon input#coupon_code {
  border: 1px solid #E5E7EB; border-radius: 8px; padding: 10px 14px;
}
body.woocommerce-cart button[name="apply_coupon"] {
  background: transparent !important;
  color: #0063A8 !important;
  border: 2px solid #0063A8 !important;
  border-radius: 8px; font-weight: 600;
}
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart_totals {
  width: 100% !important;
  float: none !important;
  box-sizing: border-box;
}
body.woocommerce-cart .cart_totals {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 22px 24px;
}
@media (min-width: 1024px) {
  body.woocommerce-cart .cart_totals { position: sticky; top: 24px; }
}
body.woocommerce-cart .cart_totals h2 {
  font-weight: 600; font-size: 22px;
  color: #1F2937; margin: 0 0 16px;
}
body.woocommerce-cart .cart_totals table { margin: 0; border: none; }
body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  padding: 9px 0;
  border-top: 1px solid #E5E7EB;
  font-size: 15px;
}
body.woocommerce-cart .cart_totals tr:first-child th,
body.woocommerce-cart .cart_totals tr:first-child td { border-top: none; }
body.woocommerce-cart .cart_totals th { color: #6B7280; font-weight: 500; text-align: left; }
body.woocommerce-cart .cart_totals td { color: #1F2937; font-weight: 500; text-align: right; }
body.woocommerce-cart .cart_totals tr.order-paid th { color: #1F2937; font-weight: 600; }
body.woocommerce-cart .cart_totals tr.order-paid td {
  font-size: 22px; font-weight: 600;
  color: #0063A8;
}
body.woocommerce-cart .cart_totals tr.order-remaining th,
body.woocommerce-cart .cart_totals tr.order-remaining td {
  color: #6B7280; font-size: 14px;
}
body.woocommerce-cart .wc-proceed-to-checkout { padding: 18px 0 0; }
body.woocommerce-cart a.checkout-button {
  display: block;
  background: #38B84A !important;
  color: #fff !important;
  font: 600 17px/1.3 'Inter', sans-serif !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  text-align: center;
  padding: 15px 28px;
  border-radius: 12px;
  border: none;
}
body.woocommerce-cart a.checkout-button::after { content: ' →'; }
body.woocommerce-cart a.checkout-button:hover { background: #2EA03F !important; color: #fff !important; }
body.woocommerce-cart td.product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  color: #6B7280 !important;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}
body.woocommerce-cart td.product-remove a.remove:hover {
  background: #FCEBEB !important;
  color: #C0392B !important;
}

/* ===========================================
   END Beautify Cart page
=========================================== */

/* ===========================================
   START Beautify Program List
=========================================== */

.page-id-12174{
  --geeo-blue:#0063A8;
  --geeo-blue-dark:#004e84;
  --geeo-blue-tint:#eef5fb;
  --geeo-gold:#FBBF24;
  --geeo-charcoal:#1F2937;
  --geeo-mid:#6B7280;
  --geeo-line:#E5E7EB;
  --geeo-cream:#FAFAFA;
}

html:has(.page-id-12174){
  scroll-behavior:smooth;
}

.page-id-12174 #geeos-current-programs,
.page-id-12174 #summer,
.page-id-12174 #fall,
.page-id-12174 #winter,
.page-id-12174 #spring{
  scroll-margin-top:100px;
}

.page-id-12174 .kb-table-of-content-nav{
  position:sticky;
  top:89px;
  z-index:10;
  background:#fff;
  border:1px solid var(--geeo-line);
  border-radius:12px;
  padding:12px 18px;
  margin:24px 0;
  box-shadow:0 2px 10px rgba(8,40,66,.07);
}

.page-id-12174 .kb-table-of-content-wrap{
  display:flex !important;
  flex-direction:row !important;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
}

.page-id-12174 .kb-table-of-contents-title-wrap{
  flex:0 0 auto;
  width:auto !important;
  margin-bottom:0 !important;
}

.page-id-12174 .kb-table-of-contents-title-wrap svg{
  display:none;
}

.page-id-12174 .kb-table-of-contents-title{
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:var(--geeo-mid);
}

.page-id-12174 .kb-table-of-content-list{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  flex:1 1 auto;
  min-width:0;
  list-style:none;
  margin:0 !important;
  padding:0 !important;
}

.kb-table-of-content-list li{
  list-style:none;
}

.page-id-12174 .kb-table-of-content-list li{
  margin:0;
  padding:0;
}

.page-id-12174 .kb-table-of-content-list .kb-table-of-contents__entry{
  display:inline-block;
  padding:8px 18px;
  border-radius:999px;
  background:var(--geeo-blue-tint);
  color:var(--geeo-blue);
  font-weight:600;
  font-size:14px;
  line-height:1.2;
  text-decoration:none !important;
  transition:background-color .15s, color .15s;
}

.page-id-12174 .kb-table-of-content-list .kb-table-of-contents__entry:hover{
  background:var(--geeo-blue);
  color:#fff !important;
}

.page-id-12174 .wp-block-table{
  overflow-x:auto;
  margin:0 auto 40px;
}

.page-id-12174 .entry-content[data-ast-blocks-layout] > .wp-block-kadence-tableofcontents,
.page-id-12174 .entry-content[data-ast-blocks-layout] > figure.wp-block-table {
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-id-12174 .wp-block-table table{
  width:100%;
  min-width:720px;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid var(--geeo-line);
  border-radius:12px;
  font-family:'Inter',-apple-system,sans-serif;
}

.page-id-12174 .wp-block-table th:nth-child(1){width:34%;}
.page-id-12174 .wp-block-table th:nth-child(2){width:14%;}
.page-id-12174 .wp-block-table th:nth-child(3){width:18%;}
.page-id-12174 .wp-block-table th:nth-child(4){width:18%;}
.page-id-12174 .wp-block-table th:nth-child(5){width:16%;}

.page-id-12174 .wp-block-table thead th{
  background:var(--geeo-blue);
  color:#fff;
  font-weight:600;
  font-size:14px;
  letter-spacing:.02em;
  text-align:left;
  padding:14px 18px;
  border:none;
}

.page-id-12174 .wp-block-table thead th:first-child{
  border-top-left-radius:11px;
}

.page-id-12174 .wp-block-table thead th:last-child{
  border-top-right-radius:11px;
}

.page-id-12174 .wp-block-table tbody td{
  padding:13px 18px;
  border:none;
  border-bottom:1px solid var(--geeo-line);
  font-size:15px;
  color:var(--geeo-charcoal);
  vertical-align:middle;
}

.page-id-12174 .wp-block-table tbody tr:last-child td{
  border-bottom:none;
}

.page-id-12174 .wp-block-table tbody tr:last-child td:first-child{
  border-bottom-left-radius:11px;
}

.page-id-12174 .wp-block-table tbody tr:last-child td:last-child{
  border-bottom-right-radius:11px;
}

.page-id-12174 .wp-block-table tbody tr:nth-child(even){
  background:var(--geeo-cream);
}

.page-id-12174 .wp-block-table tbody tr:hover{
  background:var(--geeo-blue-tint);
}

.page-id-12174 .wp-block-table tbody td a{
  color:var(--geeo-blue);
  font-weight:600;
  text-decoration:none;
}

.page-id-12174 .wp-block-table tbody td a:hover{
  text-decoration:underline;
}

.page-id-12174 .wp-block-table tbody strong{
  display:inline-block;
  vertical-align:middle;
  margin-left:4px;
  background:var(--geeo-gold);
  color:#7a5b00;
  font-size:11px;
  font-weight:700;
  line-height:1;
  letter-spacing:.04em;
  text-transform:uppercase;
  padding:3px 8px;
  border-radius:999px;
}

.page-id-12174 .wp-block-table th:nth-child(2),
.page-id-12174 .wp-block-table td:nth-child(2){
  text-align:center;
}

.page-id-12174 .wp-block-table th:nth-child(5),
.page-id-12174 .wp-block-table td:nth-child(5){
  text-align:right;
}

.page-id-12174 .wp-block-table tbody td:nth-child(5){
  font-weight:700;
  white-space:nowrap;
}

.page-id-12174 #summer::before{content:"— Departing June–August —";}
.page-id-12174 #fall::before{content:"— Departing October–November —";}
.page-id-12174 #winter::before{content:"— Departing December–January —";}
.page-id-12174 #spring::before{content:"— Departing March–April —";}

.page-id-12174 #summer::before,
.page-id-12174 #fall::before,
.page-id-12174 #winter::before,
.page-id-12174 #spring::before{
  display:block;
  font-size:14px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--geeo-blue);
  margin-bottom:6px;
}

.page-id-12174 #summer,
.page-id-12174 #fall,
.page-id-12174 #winter,
.page-id-12174 #spring{
  font-family:'Fraunces',serif;
  font-weight:700;
  font-size:clamp(28px,4vw,40px);
  color:var(--geeo-charcoal);
  margin-top:48px;
}
@media (max-width: 767px) {
  .page-id-12174 .kb-table-of-content-nav {
    position: static;
    top: auto;
  }
}

.plp-callout {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
}

.plp-callout-icon {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #0063A8;
}
@media (max-width: 767px) {
  .plp-callout {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 16px;
  }

  .plp-callout-icon {
    font-size: 18px;
  }

  .plp-callout p {
    font-size: 15px;
    margin: 0;
  }
}

/* ===========================================
   END Beautify Program List
=========================================== */

/* ===========================================
   START Beautify Staff & Board Members page   =========================================== */

/* ===========================================
   START Beautify Staff & Board Members page      =========================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,600;0,9..144,700;1,9..144,600&family=Inter:wght@400;500;600&display=swap');
section.board-members-listing {
  --geeo-blue:       #0063A8;
  --geeo-blue-pale:  #e8f2fb;
  --geeo-blue-dark:  #004e86;
  --geeo-charcoal:   #1F2937;
  --geeo-mid-gray:   #6B7280;
  --geeo-light-gray: #E5E7EB;
  --geeo-off-white:  #F3F7FB;
  --geeo-white:      #FFFFFF;
  --card-radius:     14px;
}
section.board-members-listing {
  background: var(--geeo-off-white) !important;
  padding: 64px 0 80px !important;
}

section.board-members-listing .container {
  max-width: 1200px !important;
  width: 100% !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  box-sizing: border-box !important;
}
section.board-members-listing .row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  float: none !important;
}

section.board-members-listing .row::before,
section.board-members-listing .row::after {
  content: none !important;
  display: none !important;
}

section.board-members-listing .col-md-4 {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
}

section.board-members-listing .board-member-list-col {
  background: var(--geeo-white) !important;
  border: 1px solid var(--geeo-light-gray) !important;
  border-top: 3px solid var(--geeo-blue) !important;
  border-radius: var(--card-radius) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  min-width: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  opacity: 0;
  transform: translateY(16px);
  animation: geeo-card-in 0.45s ease forwards;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

section.board-members-listing .board-member-list-col:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 12px 36px rgba(0, 99, 168, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  border-top-color: var(--geeo-blue) !important;
  border-color: #90bbdf !important;
}

section.board-members-listing .col-md-4:nth-child(1)  .board-member-list-col { animation-delay: 0.04s; }
section.board-members-listing .col-md-4:nth-child(2)  .board-member-list-col { animation-delay: 0.09s; }
section.board-members-listing .col-md-4:nth-child(3)  .board-member-list-col { animation-delay: 0.14s; }
section.board-members-listing .col-md-4:nth-child(4)  .board-member-list-col { animation-delay: 0.19s; }
section.board-members-listing .col-md-4:nth-child(5)  .board-member-list-col { animation-delay: 0.24s; }
section.board-members-listing .col-md-4:nth-child(6)  .board-member-list-col { animation-delay: 0.29s; }
section.board-members-listing .col-md-4:nth-child(7)  .board-member-list-col { animation-delay: 0.34s; }
section.board-members-listing .col-md-4:nth-child(8)  .board-member-list-col { animation-delay: 0.39s; }
section.board-members-listing .col-md-4:nth-child(9)  .board-member-list-col { animation-delay: 0.44s; }
section.board-members-listing .col-md-4:nth-child(10) .board-member-list-col { animation-delay: 0.49s; }
section.board-members-listing .col-md-4:nth-child(11) .board-member-list-col { animation-delay: 0.54s; }
section.board-members-listing .col-md-4:nth-child(12) .board-member-list-col { animation-delay: 0.59s; }

@keyframes geeo-card-in {
  to { opacity: 1; transform: translateY(0); }
}

section.board-members-listing .board-member-img {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
  background: var(--geeo-blue-pale) !important;
  flex-shrink: 0 !important;
  height: auto !important;
  max-height: none !important;
  box-sizing: border-box !important;
}

section.board-members-listing .board-member-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  max-width: none !important;
  transition: transform 0.4s ease;
}

section.board-members-listing .board-member-list-col:hover .board-member-img img {
  transform: scale(1.05);
}
section.board-members-listing .board-member-content {
  padding: 22px 24px 26px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  background: none !important;
  box-sizing: border-box !important;
  border: none !important;
}

section.board-members-listing .board-member-content > *:first-child,
section.board-members-listing .board-member-content > p:first-of-type,
section.board-members-listing .board-member-content > p:first-child {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

section.board-members-listing .board-member-content h5 {
  font-family: 'Fraunces', Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  color: var(--geeo-charcoal) !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  margin: 0 0 5px !important;
  padding: 0 !important;
}

section.board-members-listing .board-member-content h6 {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-size: 11.5px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: var(--geeo-blue) !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  border: none !important;
}

section.board-members-listing .board-member-content h6::after,
section.board-members-listing .board-member-content h6::before {
  display: none !important;
  content: none !important;
}

section.board-members-listing .board-member-content p {
  font-family: 'Inter', sans-serif !important;
  font-size: 14.5px !important;
  line-height: 1.68 !important;
  color: var(--geeo-mid-gray) !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: none !important;
}

section.board-members-listing .board-member-content > *:first-child,
section.board-members-listing .board-member-content > p:first-of-type,
section.board-members-listing .board-member-content > p:first-child {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

section.board-members-listing .board-member-content p:last-child {
  margin-bottom: 0 !important;
}

section.board-members-listing .board-member-content p a {
  color: var(--geeo-blue) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

section.board-members-listing .board-member-content p a:hover {
  color: var(--geeo-blue-dark) !important;
}

@media (max-width: 1023px) {
  section.board-members-listing .row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }
}

@media (max-width: 640px) {
  section.board-members-listing {
    padding: 40px 0 56px !important;
  }

  section.board-members-listing .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  section.board-members-listing .row {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  section.board-members-listing .board-member-content h5 {
    font-size: 18px !important;
  }

  section.board-members-listing .board-member-img {
    aspect-ratio: 3 / 2 !important;
  }
}

/* ===========================================
   END Beautify Staff & Board Members page      =========================================== */

/* ===========================================
   START Beautify Itinerary Section
=========================================== */

#section2 .itinerary-head .download-btn {
  margin-left: auto;
}
#section2 .itinerary-head .download-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0063A8;
  text-decoration: none;
  background: #fff;
  border: 1.5px solid #0063A8;
  border-radius: 6px;
  transition: background-color 0.18s ease, color 0.18s ease,
              box-shadow 0.18s ease, transform 0.18s ease;
}
#section2 .itinerary-head .download-btn a::before {
  content: "";
  width: 13px;
  height: 16px;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: polygon(0 0, 70% 0, 100% 28%, 100% 100%, 0 100%);
          mask: polygon(0 0, 70% 0, 100% 28%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 28%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 70% 0, 100% 28%, 100% 100%, 0 100%);
}
#section2 .itinerary-head .download-btn a:hover,
#section2 .itinerary-head .download-btn a:focus-visible {
  background: #0063A8;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 99, 168, 0.25);
  transform: translateY(-1px);
}
#section2 .itinerary-head .download-btn a:focus-visible {
  outline: 3px solid rgba(0, 99, 168, 0.35);
  outline-offset: 2px;
}

#section2 .accordion-itinerary {
  border: 1px solid #e6ebf1;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
#section2 .accordion-itinerary .card {
  border: 0;
  border-radius: 0;
  background: transparent;
  display: block;
  margin: 0;
}
#section2 .accordion-itinerary .card + .card {
  border-top: 1px solid #e6ebf1;
}
#section2 .accordion-itinerary .collapse:not(.show) {
  display: none;
}

#section2 .accordion-itinerary .card-header {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}
#section2 .accordion-itinerary .card-link {
  display: block;
  position: relative;
  padding: 18px 52px 18px 22px;
  color: #1f2d3d;
  text-decoration: none;
  background: #fff;
  border-left: 4px solid transparent;
  transition: background-color 0.18s ease, border-color 0.18s ease,
  padding-left 0.18s ease;
}
#section2 .accordion-itinerary .card-link::before,
#section2 .accordion-itinerary .card-link.collapsed::before {
  content: "" !important;
  display: none !important;
}

#section2 .accordion-itinerary .card-link {
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.35;
}
#section2 .accordion-itinerary .card-link span {
  display: block;
  margin-top: 4px;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5d6b7a;
}
#section2 .accordion-itinerary .card-link::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 22px;
  left: auto;                         width: 9px;
  height: 9px;
  margin: 0;
  border: 0;                         border-right: 2px solid #0063A8;
  border-bottom: 2px solid #0063A8;
  background: none;                   transform: rotate(45deg);           transform-origin: center;
  transition: transform 0.2s ease;
}

#section2 .accordion-itinerary .card-link:not(.collapsed) {
  background: #f4f9fe;
  border-left-color: #0063A8;
}

#section2 .accordion-itinerary .card-link:not(.collapsed)::after {
  transform: rotate(-135deg);       }

#section2 .accordion-itinerary .card-link:hover {
  background: #f4f9fe;
  border-left-color: #38B84A;         padding-left: 26px;
}

#section2 .accordion-itinerary .card-link:not(.collapsed):hover {
  border-left-color: #0063A8;
}

#section2 .accordion-itinerary .card-link:focus-visible {
  outline: 3px solid rgba(0, 99, 168, 0.35);
  outline-offset: -3px;
}

#section2 .accordion-itinerary {
  overflow-anchor: none;
}
#section2 .accordion-itinerary .card {
  scroll-margin-top: 120px;
}

#section2 .itinerary_content_dtl {
  padding: 4px 24px 22px 26px;
  font-size: 0.97rem;
  color: #36424e;
}
#section2 .itinerary_content_dtl > p:empty {
  display: none;
}
#section2 .itinerary_content_dtl p {
  margin-bottom: 0.9em;
  max-width: 70ch;
}

#section2 .itinerary_content_dtl ul[style] {
  border-left: 4px solid #0063A8;
}

#section2 .geeo-hotel-list-wrapper {
  margin: 16px 0 6px;
}

#section2 .geeo-hl-item {
  padding: 11px 14px;
  background: #f7f9fb;
  border-radius: 4px;
  font-size: 0.92rem;
  line-height: 1;
  color: #2c3742;
  white-space: normal;
}

#section2 .geeo-hl-list > p:empty {
  display: none;
}

#section2 .itinerary_content_dtl:has(.geeo-hotel-list-wrapper) p > em:has(strong) {
  display: block;
  margin-top: 14px;
  padding: 10px 0 10px 14px;
  border-left: 3px solid #d7dee6;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #76828f;
}
#section2 .itinerary_content_dtl:has(.geeo-hotel-list-wrapper) p > em:has(strong) strong {
  color: inherit;
}

@media (max-width: 600px) {
  #section2 .geeo-hl-list {
    grid-template-columns: 1fr;
	}
  #section2 .accordion-itinerary .card-link {
    padding: 16px 44px 16px 18px;
    font-size: 1rem;
  }
  #section2 .itinerary_content_dtl {
    padding: 4px 16px 18px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #section2 .accordion-itinerary .card-link,
  #section2 .accordion-itinerary .card-link::after,
  #section2 .itinerary-head .download-btn a {
    transition: none;
  }
}

/* ===========================================
   END Beautify Itinerary Section
=========================================== */

/* Pretty program notification box */
div.tour-notification-wrap {
    background: #0063A8;
    border-radius: 8px;
    padding: 14px 18px 14px 48px;
    position: relative;
    max-width: 100%;
    margin: 1rem 0;
}
div.tour-notification-wrap::before {
    content: "\f05a";
    font-family: "FontAwesome";
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    position: absolute;
    left: 15px;
    top: 14px;
    line-height: 1;

}
div.tour-notification-wrap p {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
}

div.tour-notification-wrap a {
    color: #FBBF24;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(251, 191, 36, 0.5);
}
div.tour-notification-wrap a:hover {
    border-bottom-color: #FBBF24;
}

/* ===========================================
   START Beautify Price Box
=========================================== */

.price-box.price-fixed {
    border: 1.5px solid #E5E7EB !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07) !important;
    background: #fff !important;
}
.price-box.price-fixed .price-header {
    background: #0063A8 !important;
    padding: 14px 18px !important;
    text-align: center !important;
    border-bottom: none !important;
}
.price-box.price-fixed .price-header h6 {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}
.price-box.price-fixed .price-header h6 span {
    font-size: 11px !important;
    opacity: 0.75 !important;
    display: block !important;
    margin-top: 2px !important;
}
.price-box.price-fixed .price-tag {
    padding: 14px 20px !important;
    border-bottom: 1px solid #E5E7EB !important;
    background: #fff !important;
}
.price-box.price-fixed .price-tag h2 {
    display: flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    margin: 0 !important;
    line-height: 1 !important;
    font-family: 'Fraunces', serif !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    color: #1F2937 !important;
}
.price-box.price-fixed .price-tag h2 small .tourmaster-tail-price {
    font-size: 15px !important;
    color: #9CA3AF !important;
    text-decoration: line-through !important;
    font-weight: 400 !important;
    font-family: 'Inter', sans-serif !important;
}
.price-box.price-fixed .book-list {
    border-bottom: 1px solid #E5E7EB !important;
    padding: 0 !important;
    background: #fff !important;
}
.price-box.price-fixed .book-list .nav-pills {
    display: flex !important;
    flex-wrap: nowrap !important;
    border-radius: 0 !important;
    gap: 0 !important;
}
.price-box.price-fixed .book-list .nav-item {
    flex: 1 !important;
}
.price-box.price-fixed .book-list .nav-link {
    display: block !important;
    text-align: center !important;
    padding: 11px 10px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #6B7280 !important;
    background: transparent !important;
    border-radius: 0 !important;
    border-bottom: 2px solid transparent !important;
}
.price-box.price-fixed .book-list .nav-link.active {
    color: #0063A8 !important;
    font-weight: 600 !important;
    border-bottom-color: #0063A8 !important;
    background: transparent !important;
}
.price-box.price-fixed .priceboxBody {
    padding: 14px 18px !important;
}
.price-box.price-fixed .booking-info-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 9px 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #374151 !important;
    border-bottom: 1px solid #F3F4F6 !important;
    margin: 0 !important;
    background: transparent !important;
}
.price-box.price-fixed .departure-date-display {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1F2937 !important;
}
.price-box.price-fixed .booking-info-row--early-bird #early_bonus {
    margin-left: auto !important;
    background: #FEF9C3 !important;
    color: #854D0E !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 3px 10px !important;
    border-radius: 20px !important;
    white-space: nowrap !important;
}
.price-box.price-fixed .booking-info-note {
    font-size: 12px !important;
    padding: 0 0 8px 50px !important;
    margin: -4px 0 0 0 !important;
    border-bottom: none !important;
}
.price-box.price-fixed .booking-info-note a {
    color: #0063A8 !important;
}
.price-box.price-fixed .booking-info-row--availability #space_avail {
    margin-left: auto !important;
    background: #DCFCE7 !important;
    color: #166534 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 3px 10px !important;
    border-radius: 20px !important;
}
.price-box.price-fixed .booking-info-row .price-bottomIcon {
    color: #0063A8 !important;
    font-size: 16px !important;
    width: 20px !important;
    text-align: center !important;
    flex-shrink: 0 !important;
}
.price-box.price-fixed #proceed_booking {
    display: block !important;
    width: 100% !important;
    background: #38B84A !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 13px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-family: 'Inter', sans-serif !important;
    cursor: pointer !important;
    text-align: center !important;
    margin-top: 14px !important;
    transition: background 0.15s ease !important;
}
.price-box.price-fixed #proceed_booking:hover {
    background: #2ea640 !important;
}
.price-box.price-fixed #booking_short_desc {
    font-size: 12px !important;
    color: #6B7280 !important;
    line-height: 1.6 !important;
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px solid #F3F4F6 !important;
}
.price-box.price-fixed #booking_short_desc b {
    color: #1F2937 !important;
}
.price-box.price-fixed #booking_short_desc a {
    color: #0063A8 !important;
}
.price-box.price-fixed .price-bottom {
    display: block !important;
}
.price-box.price-fixed .proceed-booking {
    width: 100% !important;
}
.price-box.price-fixed .priceboxBody .booking-info-row--early-bird {
    border-bottom: none !important;
}
.price-box.price-fixed .price-bottom:last-of-type {
    margin: 0 !important;
    padding: 0 !important;
}
.price-box.price-fixed .price-bottom:last-of-type .price-bottomIcon {
    display: none !important;
}

/* ===========================================
   END Beautify Price Box
=========================================== */

/* ===========================================
   START Beautify Footer
=========================================== */

.site-footer .footer-widget h3 {
	font-family: 'Inter', sans-serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	color: rgba(255, 255, 255, 0.5) !important;
	margin-bottom: 16px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}
.site-footer .top-rated-badge {
	margin-bottom: 12px;
}
.site-footer .footer-widget p {
	font-size: 13.5px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.72);
	margin-bottom: 0;
}
.site-footer .footer-stars {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 12px;
}
.site-footer .footer-stars__icons {
	color: #FBBF24;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
}
.site-footer .footer-stars__label {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.55);
}
.site-footer .footer-menu {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.site-footer .footer-menu li {
	margin: 0 !important;
	padding: 0 !important;
}
.site-footer .footer-menu a {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(255, 255, 255, 0.78) !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
}

.site-footer .footer-menu a:hover {
	color: #ffffff !important;
}
.site-footer .footer-contact-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.site-footer .footer-contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13.5px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
	margin: 0 !important;
	padding: 0 !important;
}
.site-footer .footer-contact-icon {
	font-style: normal;
	font-size: 15px;
	line-height: 1.4;
	flex-shrink: 0;
	opacity: 0.55;
}
.site-footer .footer-contact-list a {
	color: rgba(255, 255, 255, 0.78) !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
}
.site-footer .footer-contact-list a:hover {
	color: #ffffff !important;
}
.site-footer .footer-newsletter-form {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 4px;
}
.site-footer .footer-newsletter-group input {
	width: 100% !important;
	background: rgba(255, 255, 255, 0.09) !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 6px !important;
	padding: 9px 13px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 13.5px !important;
	color: #ffffff !important;
	box-sizing: border-box !important;
	transition: border-color 0.2s ease, background 0.2s ease !important;
	outline: none !important;
}
.site-footer .footer-newsletter-group input::placeholder {
	color: rgba(255, 255, 255, 0.4) !important;
}
.site-footer .footer-newsletter-group input:focus {
	border-color: rgba(255, 255, 255, 0.45) !important;
	background: rgba(255, 255, 255, 0.14) !important;
}
.site-footer .footer-widget .g-recaptcha {
	transform: scale(0.9);
	transform-origin: left top;
	margin-top: 2px;
}
.site-footer .footer-newsletter-button {
	margin-top: 4px !important;
	padding: 12px 24px !important;
	width: 100% !important;
	border: none !important;
	border-radius: 6px !important;
	background-color: #38B84A !important;
	color: #ffffff !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	letter-spacing: 0.01em !important;
	cursor: pointer !important;
	transition: background-color 0.2s ease, transform 0.15s ease !important;
	text-transform: none !important;
}

.site-footer .footer-newsletter-button:hover {
	background-color: #2ea33f !important;
	transform: translateY(-1px) !important;
}
.site-footer .footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 20px;
	padding: 18px 0 22px;
}
.site-footer .footer-social {
	display: flex;
	align-items: center;
	gap: 10px;
}

.site-footer .footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	color: rgba(255, 255, 255, 0.65) !important;
	font-size: 14px;
	text-decoration: none !important;
	transition: border-color 0.2s ease, color 0.2s ease !important;
}
.site-footer .footer-social a:hover {
	border-color: rgba(255, 255, 255, 0.6) !important;
	color: #ffffff !important;
}
.site-footer .footer-legal {
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.38);
	line-height: 1.7;
	text-align: center;
	flex: 1;
}
.site-footer .footer-legal a {
	color: rgba(255, 255, 255, 0.5) !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
}
.site-footer .footer-legal a:hover {
	color: rgba(255, 255, 255, 0.8) !important;
}
.site-footer .footer-legal__sep {
	margin: 0 6px;
	opacity: 0.4;
}
.site-footer .footer-chat-credit {
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.35);
	white-space: nowrap;
}
.site-footer .footer-chat-credit a {
	color: rgba(255, 255, 255, 0.45) !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
}
.site-footer .footer-chat-credit a:hover {
	color: rgba(255, 255, 255, 0.75) !important;
}
@media (max-width: 767px) {
	.site-footer .footer-widgets-inner {
		flex-direction: column !important;
		gap: 32px !important;
	}
	.site-footer .footer-bottom-inner {
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		gap: 14px !important;
	}
	.site-footer .footer-legal {
		text-align: center !important;
	}
	.site-footer .footer-chat-credit {
		text-align: center !important;
	}
	.site-footer .footer-widget .g-recaptcha {
		transform-origin: center top;
	}
}

/* ===========================================
   END Beautify Footer
=========================================== */

/* =============================================
   START Pagination
============================================= */

.navigation.pagination {
  display: flex;
  justify-content: center;
  margin: 2rem 0 3rem;
}

.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1.5px solid #d1d5db;
  background: #ffffff;
  color: #1F2937;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
  cursor: pointer;
  line-height: 1;
}
.navigation.pagination .page-numbers:hover {
  border-color: #0063A8;
  color: #0063A8;
  background: #e6f1fb;
}
.navigation.pagination .page-numbers.current {
  background: #0063A8 !important;
  border-color: #0063A8 !important;
  color: #ffffff !important;
  font-weight: 600;
  cursor: default;
  pointer-events: none;
}
.navigation.pagination .next.page-numbers::after,
.navigation.pagination .prev.page-numbers::before {
  content: none;
}
.navigation.pagination .ast-right-arrow,
.navigation.pagination .ast-left-arrow {
  font-size: 16px;
  line-height: 1;
}
.navigation.pagination .next.page-numbers:not(:has(.ast-right-arrow))::after {
  content: "→";
  font-size: 16px;
  line-height: 1;
}
.navigation.pagination .prev.page-numbers:not(:has(.ast-left-arrow))::before {
  content: "←";
  font-size: 16px;
  line-height: 1;
}
.navigation.pagination .page-numbers.dots {
  border: none;
  background: transparent;
  color: #9ca3af;
  padding: 0 4px;
  min-width: unset;
  pointer-events: none;
}
.navigation.pagination .next.page-numbers,
.navigation.pagination .prev.page-numbers {
  font-size: 0;
}
.navigation.pagination .next.page-numbers::after,
.navigation.pagination .prev.page-numbers::before {
  font-size: 14px;
}

/* =============================================
   END Pagination   ============================================= */

/* =============================================
   START Beautify Blog
============================================= */

.geeo-featured-post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 0.5px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 36px;
    background: #fff;
}
.geeo-featured-post__image {
    position: relative;
    min-height: 280px;
}
.geeo-featured-post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.geeo-featured-post__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #0063A8;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
}
.geeo-featured-post__body {
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FAFAFA;
}
.geeo-featured-post__eyebrow {
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #0063A8 !important;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
.geeo-featured-post__title {
    font-family: Fraunces, Georgia, serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
}
.geeo-featured-post__title a {
    color: #1F2937 !important;
    text-decoration: none !important;
}

.geeo-featured-post__title a:hover {
    color: #0063A8 !important;
}
.geeo-featured-post__excerpt {
    font-family: Inter, sans-serif;
    font-size: 14px !important;
    color: #6B7280 !important;
    line-height: 1.6 !important;
    margin-bottom: 18px !important;
}
.geeo-featured-post__link {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0063A8 !important;
    text-decoration: none !important;
    align-self: flex-start;
}
.geeo-featured-post__link:hover {
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .geeo-featured-post {
        grid-template-columns: 1fr;
    }
    .geeo-featured-post__image {
        min-height: 200px;
    }
    .geeo-featured-post__body {
        padding: 20px 18px;
    }
}

.geeo-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    padding: 0;
}

.geeo-filter-pill {
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #6B7280 !important;
    background: #fff;
    border: 1.5px solid #E5E7EB;
    border-radius: 20px;
    padding: 6px 16px;
    text-decoration: none !important;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
    white-space: nowrap;
}

.geeo-filter-pill:hover {
    border-color: #0063A8;
    color: #0063A8 !important;
}

.geeo-filter-pill--active {
    background: #0063A8 !important;
    border-color: #0063A8 !important;
    color: #fff !important;
}

@media (max-width: 767px) {
    .geeo-filter-bar {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .geeo-filter-bar::-webkit-scrollbar {
        display: none;
    }
}

.ast-ajax-pagination-wrapper {
    display: flex;
    justify-content: center;
    padding: 12px 0 32px;
}
.ast-load-more.ast-button {
    font-family: Inter, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0063A8 !important;
    background: #fff !important;
    border: 1.5px solid #0063A8 !important;
    border-radius: 8px !important;
    padding: 12px 32px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: background 0.15s, color 0.15s !important;
    box-shadow: none !important;
}
.ast-load-more.ast-button:hover {
    background: #0063A8 !important;
    color: #fff !important;
}
.ast-loader {
    display: none;
    gap: 6px;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}
.ast-pagination-infinite.loading .ast-loader {
    display: flex;
}
.ast-pagination-infinite.loading .ast-load-more {
    display: none;
}
.ast-loader-1,
.ast-loader-2,
.ast-loader-3 {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #0063A8 !important;
    animation: geeo-bounce 0.6s infinite alternate !important;
}
.ast-loader-2 {
    animation-delay: 0.2s !important;
}
.ast-loader-3 {
    animation-delay: 0.4s !important;
}
@keyframes geeo-bounce {
    from { opacity: 0.3; transform: translateY(0); }
    to   { opacity: 1;   transform: translateY(-4px); }
}
@media (max-width: 767px) {
    .ast-load-more.ast-button {
        width: 100% !important;
        text-align: center !important;
    }
}

.ast-archive-description {
    display: none !important;
}


/* =============================================
   END Beautify Blog
============================================= */

/* =============================================
   GEEO Trip Search — Search Results
============================================= */

.geeo-trip-search-results .subinner-para-slider.still-img {
    min-height: 160px;
    display: flex;
    align-items: center;
}

/* --- Layout: sidebar + results --- */
.geeo-trip-search-results .results_sec > .container > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.geeo-trip-search-results .results_sec .col-lg-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    width: 33.333%;
    position: sticky;
    top: 90px;
    align-self: flex-start;
    height: 100%;
}

.geeo-trip-search-results .results_sec .col-lg-8 {
    flex: 0 0 66.667%;
    max-width: 66.667%;
    width: 66.667%;
}

.geeo-trip-search-results .tour-list-thumb img {
    max-width: 100%;
    min-width: 0;
}

/* --- Filter box --- */
.geeo-trip-search-results .results-box {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    box-shadow: none;
    will-change: transform;
}

.geeo-trip-search-results .results-boxTop {
    background: #0063A8;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px 12px 0 0;
}

.geeo-trip-search-results .results-boxTop h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.geeo-trip-search-results .results-boxTop h5 span i { color: rgba(255,255,255,0.8); }

.geeo-trip-search-results .results-boxTop p {
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    margin: 0;
}

.geeo-trip-search-results .results-boxBottom {
    padding: 1rem;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.geeo-trip-search-results .results-search label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6B7280;
    margin-bottom: 6px;
    display: block;
}

.geeo-trip-search-results .results-search .form-control {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 13px;
    color: #1F2937;
    padding: 7px 10px;
    height: auto;
}

.geeo-trip-search-results .results-search .form-control:focus {
    border-color: #0063A8;
    box-shadow: 0 0 0 3px rgba(0,99,168,0.1);
}

.geeo-trip-search-results .results-search .input-group-text {
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    color: #6B7280;
}

.geeo-trip-search-results .results-search input[type="submit"].btn {
    background: #38B84A;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    transition: background 0.2s;
}

.geeo-trip-search-results .results-search input[type="submit"].btn:hover { background: #2ea040; }

/* --- Region pills --- */
.region-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.region-pill {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid #E5E7EB;
    background: #fff;
    color: #6B7280;
    cursor: pointer;
    line-height: 1.5;
    transition: all 0.15s;
}

.region-pill:hover {
    border-color: #0063A8;
    color: #0063A8;
}

.region-pill--active,
.region-pill--active:hover {
    background: #0063A8;
    border-color: #0063A8;
    color: #fff;
}

/* --- Toggle bar --- */
.geeo-trip-search-results #sort_filter_wraper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #F9FAFB;
    border-bottom: 1px solid #E5E7EB;
    padding: 0.6rem 0.75rem;
    margin: 0 -15px 1rem -15px;
    position: sticky;
    top: 89px;
    z-index: 99;
    width: calc(100% + 30px);
}

.geeo-trip-search-results .filterer-list {
    display: flex;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.geeo-trip-search-results .filterer-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #E5E7EB;
    background: #fff;
    color: #6B7280;
    text-decoration: none;
    transition: all 0.15s;
    font-size: 15px;
}

.geeo-trip-search-results .filterer-list li a:hover {
    border-color: #0063A8;
    color: #0063A8;
}

.geeo-trip-search-results .filterer-list li a.active {
    background: #0063A8;
    border-color: #0063A8;
    color: #fff;
}

/* --- Discount pills --- */
.discount-pill {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    line-height: 1.4;
    white-space: nowrap;
    z-index: 2;
}

.discount-pill--sale,
.discount-pill--early {
    background: #FBBF24;
    color: #78350F;
}

.discount-pill--soon {
    background: #fff;
    color: #0063A8;
    border: 1px solid rgba(0,99,168,0.25);
}

.discount-ribbon { display: none !important; }

/* --- Trip cards: shared --- */
.geeo-trip-search-results .tour-box {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    margin-bottom: 0;
}

.geeo-trip-search-results .tour-box:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

.geeo-trip-search-results .tour-list-thumb {
    position: relative;
    overflow: hidden;
}

.geeo-trip-search-results .tour-list-thumb img {
    width: 100%;
    display: block;
    transition: transform 0.3s;
}

.geeo-trip-search-results .tour-box:hover .tour-list-thumb img { transform: scale(1.03); }

.geeo-trip-search-results .tour-list-content-wrap {
    padding: 0.875rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.geeo-trip-search-results .tour-list-content-left {
    flex: 1;
    min-width: 0;
}

.geeo-trip-search-results h5.tour-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
}

.geeo-trip-search-results h5.tour-title a { color: #1F2937; text-decoration: none; }
.geeo-trip-search-results h5.tour-title a:hover { color: #0063A8; }

.geeo-trip-search-results .tour-info p {
    font-size: 12px;
    color: #6B7280;
    margin: 0;
}

.geeo-trip-search-results .tour-list-content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
}

.geeo-trip-search-results .tourmaster-tour-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1px;
}

.geeo-trip-search-results .tourmaster-tail {
    font-size: 11px;
    color: #9CA3AF;
    text-decoration: line-through;
    font-weight: 400;
}

.geeo-trip-search-results .discount-price {
    font-size: 17px;
    font-weight: 700;
    color: #0063A8;
}

.geeo-trip-search-results a.btn.view-more {
    background: #38B84A;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}

.geeo-trip-search-results a.btn.view-more:hover { background: #2ea040; }

/* --- Grid view --- */
.geeo-trip-search-results #view-style.grid-view:not(.list-view) {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.geeo-trip-search-results #view-style.grid-view:not(.list-view) .col-md-6 {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 0;
    flex: none;
}

.geeo-trip-search-results #view-style.grid-view:not(.list-view) .tour-box {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    min-height: 350px;
}

.geeo-trip-search-results #view-style.grid-view:not(.list-view) .tour-list-thumb {
    overflow: hidden;
}
@media (min-width: 992px) {
    .geeo-trip-search-results #view-style.grid-view:not(.list-view) .tour-list-thumb {
        height: 200px;
    }
}

.geeo-trip-search-results #view-style.grid-view:not(.list-view) .tour-list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.geeo-trip-search-results #view-style.grid-view:not(.list-view) .tour-list-content-wrap {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.geeo-trip-search-results #view-style.grid-view:not(.list-view) .tour-list-content-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.geeo-trip-search-results #view-style.grid-view:not(.list-view) .tour-list-content-right {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.geeo-trip-search-results #view-style.grid-view:not(.list-view) h5.tour-title {
    margin-bottom: 0;
    line-height: 1.2;
}

.geeo-trip-search-results #view-style.grid-view:not(.list-view) .tour-info,
.geeo-trip-search-results #view-style.grid-view:not(.list-view) .tour-info p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

/* --- List view --- */
.geeo-trip-search-results #view-style.list-view {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
}

.geeo-trip-search-results #view-style.list-view .col-md-6 {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.geeo-trip-search-results #view-style.list-view .tour-box {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    height: 160px;
}

.geeo-trip-search-results #view-style.list-view .tour-list-thumb {
    flex: 0 0 240px;
    width: 240px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.geeo-trip-search-results #view-style.list-view .tour-list-thumb img {
    height: 100%;
    object-fit: cover;
}

.geeo-trip-search-results #view-style.list-view .tour-list-content-wrap {
    flex: 1;
    flex-direction: row;
    align-items: center;
    padding: 1rem 1.25rem;
    gap: 1rem;
}

/* --- Map / Photo thumb toggle --- */
.geeo-trip-search-results #sort_filter_wraper {
    gap: 12px;
}
.geeo-trip-search-results .geeo-thumb-toggle {
    display: flex;
    align-items: center;
    margin-right: auto;
}
 
.geeo-trip-search-results .geeo-photo-view-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
 
.geeo-trip-search-results .geeo-thumb-toggle-label {
    display: inline-flex;
    border: 1.5px solid #0063A8;
    border-radius: 999px;
    overflow: hidden;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}
.geeo-trip-search-results .geeo-thumb-toggle-label .toggle-opt {
    padding: 5px 14px;
    color: #0063A8;
    transition: background 0.2s, color 0.2s;
}
 
.geeo-trip-search-results .geeo-thumb-toggle-label .toggle-opt-map {
    background: #0063A8;
    color: #ffffff;
}
.geeo-trip-search-results:has(.geeo-photo-view-input:checked) .toggle-opt-map {
    background: transparent;
    color: #0063A8;
}
.geeo-trip-search-results:has(.geeo-photo-view-input:checked) .toggle-opt-photo {
    background: #0063A8;
    color: #ffffff;
}
.geeo-trip-search-results .geeo-photo-view-input:focus-visible + .geeo-thumb-toggle-label {
    outline: 3px solid #FBBF24;
    outline-offset: 2px;
}

.geeo-trip-search-results #view-style.list-view .tour-list-thumb a {
    display: block;
    height: 100%;
    width: 100%;
}
.geeo-trip-search-results #view-style .tour-list-thumb img.geeo-thumb-map {
    object-fit: contain;
    object-position: center;
    background: #ffffff;
    padding: 6px;
    box-sizing: border-box;
}
.geeo-trip-search-results #view-style .tour-list-thumb img.geeo-thumb-map--fallback {
    object-fit: cover;
    padding: 0;
}
.geeo-trip-search-results #view-style.list-view .tour-list-thumb img.geeo-thumb-map {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    background: #ffffff;
    padding: 8px;
}
.geeo-trip-search-results #view-style.list-view .tour-list-thumb img.geeo-thumb-map--fallback {
    object-fit: cover;
    object-position: center;
}
.geeo-trip-search-results #view-style .tour-list-thumb img.geeo-thumb-photo {
    display: none;
    object-fit: cover;
}
.geeo-trip-search-results:has(.geeo-photo-view-input:checked) #view-style .tour-list-thumb img.geeo-thumb-map {
    display: none;
}
.geeo-trip-search-results:has(.geeo-photo-view-input:checked) #view-style .tour-list-thumb img.geeo-thumb-photo {
    display: block;
}

/* =============================================
   Trip Search — Mobile (≤991px)
============================================= */

@media (max-width: 991px) {

    .geeo-trip-search-results .results_sec > .container > .row {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .geeo-trip-search-results .results_sec .col-lg-4,
    .geeo-trip-search-results .results_sec .col-lg-8 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        position: static;
    }

    .geeo-trip-search-results .results-box {
        position: static;
        top: auto;
        will-change: auto;
        transform: none !important;
    }

    .geeo-trip-search-results #sort_filter_wraper {
        margin: 0 0 1rem 0;
        width: 100%;
        position: static;
        top: auto;
    }

    .geeo-trip-search-results #view-style.grid-view:not(.list-view) {
        grid-template-columns: minmax(0, 1fr);
    }

    .geeo-trip-search-results #view-style.list-view .tour-box {
        flex-direction: column;
        height: auto;
    }

    .geeo-trip-search-results #view-style.list-view .tour-list-thumb {
        flex: none;
        width: 100%;
        max-width: 100%;
        min-height: 200px;
        height: auto;
    }

    .geeo-trip-search-results #view-style.list-view .tour-list-content-wrap {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .geeo-trip-search-results #view-style.list-view .tour-list-content-left {
        flex: 0 0 100%;
        width: 100%;
    }

    .geeo-trip-search-results #view-style.list-view .tour-list-content-right {
        flex: 0 0 100%;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
	
	/* Map view (default) — tall frame so routes render large */
    .geeo-trip-search-results #view-style.grid-view:not(.list-view) .tour-list-thumb {
        height: auto;
        aspect-ratio: 1.1;
    }
    /* Photo view — taller than before, slightly more landscape than maps */
	.geeo-trip-search-results:has(.geeo-photo-view-input:checked) #view-style.grid-view:not(.list-view) .tour-list-thumb {
		height: auto;
		aspect-ratio: auto;
	}
	.geeo-trip-search-results:has(.geeo-photo-view-input:checked) #view-style.grid-view:not(.list-view) .tour-list-thumb img.geeo-thumb-photo {
		height: auto;
	}
	
    .geeo-trip-search-results #view-style .tour-list-thumb img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .geeo-trip-search-results h5.tour-title { font-size: 16px; }

    .region-pills { flex-wrap: wrap; }
}

/* --- Trip Search hero typography --- */
.geeo-trip-search-results .trip-search-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.75);
    margin: 0 0 10px;
}

.geeo-trip-search-results .subinner-para-slider h1 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 12px;
}

.geeo-trip-search-results .trip-search-subline {
    font-family: 'Inter', sans-serif;
    font-size: clamp(15px, 1.5vw, 18px);
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
    margin: 0;
    max-width: 560px;
}

/* --- Active filters --- */
.active-filters-wrap {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #E5E7EB;
    background: #F9FAFB;
}

.active-filters-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.active-filters-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6B7280;
}

.clear-all-filters {
    font-size: 11px;
    font-weight: 600;
    color: #0063A8;
    text-decoration: none;
}

.clear-all-filters:hover {
    text-decoration: underline;
}

.active-filters-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.active-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 20px;
    background: #E6F1FB;
    color: #0063A8;
    text-decoration: none;
    transition: background 0.15s;
}

.active-filter-tag:hover {
    background: #CFE3F4;
    color: #0063A8;
}

.active-filter-tag__x {
    font-size: 13px;
    line-height: 1;
    opacity: 0.7;
}

/* ============================================
   tour-destination pages
============================================ */

.tour-master-detailspage .col-lg-8 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-content: start;
}

.tour-master-detailspage .col-lg-8 .navigation {
    grid-column: 1 / -1;
}

.tour-master-detailspage .row {
    align-items: flex-start;
}

.tour-master-detailspage .geeo-thumb-toggle {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
}

.tour-master-detailspage .geeo-photo-view-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tour-master-detailspage .geeo-thumb-toggle-label {
    display: inline-flex;
    border: 2px solid #0063A8;
    border-radius: 999px;
    overflow: hidden;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 13px;
    margin: 0;
}

.tour-master-detailspage .geeo-thumb-toggle-label .toggle-opt {
    padding: 7px 18px;
    color: #0063A8;
    transition: background 0.2s, color 0.2s;
}

.tour-master-detailspage .geeo-thumb-toggle-label .toggle-opt-map {
    background: #0063A8;
    color: #ffffff;
}

.tour-master-detailspage:has(.geeo-photo-view-input:checked) .toggle-opt-map {
    background: transparent;
    color: #0063A8;
}

.tour-master-detailspage:has(.geeo-photo-view-input:checked) .toggle-opt-photo {
    background: #0063A8;
    color: #ffffff;
}

.tour-master-detailspage .geeo-photo-view-input:focus-visible + .geeo-thumb-toggle-label {
    outline: 3px solid #FBBF24;
    outline-offset: 2px;
}

.tour-master-detailspage .tour-full-inner {
    background: #ffffff;
    border: 1px solid #E5E7EB !important;
    border-radius: 12px !important;
    overflow: hidden;
    display: flex !important;
    flex-direction: column !important;
    transition: border-color 0.2s, box-shadow 0.2s;
    margin-bottom: 0 !important;
}

.tour-master-detailspage .tour-full-inner:hover {
    border-color: #0063A8 !important;
    box-shadow: 0 4px 16px rgba(0, 99, 168, 0.1);
}

.tour-master-detailspage .tour-list-thumb {
    width: 100% !important;
    height: 350px !important;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    background: #ffffff;
    transition: height 0.25s ease;
}

.tour-master-detailspage .tour-list-thumb img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    transition: transform 0.3s ease;
}

.tour-master-detailspage .geeo-thumb-map {
    object-fit: contain !important;
    object-position: center !important;
}

.tour-master-detailspage .geeo-thumb-map--fallback {
    object-fit: cover !important;
}

.tour-master-detailspage .geeo-thumb-photo {
    display: none !important;
    object-fit: cover !important;
    object-position: center !important;
}

.tour-master-detailspage:has(.geeo-photo-view-input:checked) .geeo-thumb-map {
    display: none !important;
}

.tour-master-detailspage:has(.geeo-photo-view-input:checked) .geeo-thumb-photo {
    display: block !important;
}

.tour-master-detailspage:has(.geeo-photo-view-input:checked) .tour-list-thumb {
    height: 200px !important;
}

.tour-master-detailspage .tour-full-inner:hover .tour-list-thumb img {
    transform: scale(1.03);
}

.tour-master-detailspage .discount-ribbon {
    position: absolute !important;
    top: 12px !important;
    left: 0 !important;
    right: auto !important;
    background: #38B84A !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    padding: 4px 12px 4px 10px !important;
    border-radius: 0 6px 6px 0 !important;
    max-width: 80%;
}

.tour-master-detailspage .discount-ribbon span {
    font-size: 10px !important;
    opacity: 0.9;
}

.tour-master-detailspage .tour-list-thumb .discount-ribbon {
    display: none !important;
}

.tour-master-detailspage .tour-list-thumb .discount-pill {
    position: absolute !important;
    top: 12px !important;
    left: 0 !important;
    background: #0063A8 !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    padding: 5px 12px 5px 10px !important;
    border-radius: 0 20px 20px 0 !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap !important;
    display: block !important;
}

.tour-master-detailspage .tour-list-thumb .discount-pill--soon {
    background: #FBBF24 !important;
    color: #1F2937 !important;
}

.tour-master-detailspage .tour-list-content-wrap {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    padding: 0 !important;
}

.tour-master-detailspage .tour-list-content-left {
    padding: 1rem 1rem 0.5rem !important;
    flex: 1;
}

.tour-master-detailspage .tour-info p:last-child {
    font-size: 11px !important;
    color: #6B7280 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 6px !important;
    font-weight: 500;
}

.tour-master-detailspage .tour-title {
    font-family: 'Fraunces', Georgia, serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 0 6px !important;
}

.tour-master-detailspage .tour-title a {
    color: #0063A8 !important;
    text-decoration: none !important;
}

.tour-master-detailspage .tour-title a:hover {
    text-decoration: underline !important;
}

.tour-master-detailspage .tour-info {
    font-size: 13px !important;
    color: #4B5563 !important;
    line-height: 1.5 !important;
}

.tour-master-detailspage .tour-info p:first-child {
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-master-detailspage .tour-list-content-right {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0.65rem 1rem !important;
    border-top: 1px solid #E5E7EB !important;
    background: #FAFAFA !important;
    flex-direction: row !important;
    width: 100% !important;
}

.tour-master-detailspage .tourmaster-tour-price {
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
}

.tour-master-detailspage .tourmaster-tail {
    font-size: 12px !important;
    color: #9CA3AF !important;
    text-decoration: line-through !important;
    font-weight: 400 !important;
}

.tour-master-detailspage .discount-price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1F2937 !important;
}

.tour-master-detailspage .tourmaster-tail:only-child {
    font-size: 18px !important;
    color: #1F2937 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.tour-master-detailspage .btn.view-more {
    background: #0063A8 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
    border: none !important;
    white-space: nowrap;
    text-decoration: none !important;
    transition: background 0.2s;
}

.tour-master-detailspage .btn.view-more:hover {
    background: #004f87 !important;
}

/* --- Mobile --- */
@media (max-width: 767px) {
    .tour-master-detailspage .col-lg-8 {
        grid-template-columns: 1fr !important;
    }
    .tour-master-detailspage .tour-list-thumb {
        height: 350px !important;
    }
    .tour-master-detailspage:has(.geeo-photo-view-input:checked) .tour-list-thumb {
        height: 180px !important;
    }
    .tour-master-detailspage .tour-list-content-right {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }
    .tour-master-detailspage .tourmaster-tour-price {
        justify-content: flex-start !important;
    }
    .tour-master-detailspage .btn.view-more {
        width: 100% !important;
        text-align: center !important;
        padding: 10px 14px !important;
    }
}

/* =============================================
   START Action Plan Search
============================================= */

.page-id-11726 .tour-common-wrap::after,
.page-id-11726 .tour-common-wrap::before {
    display: none !important;
}
.geeo-action-search-results .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2rem 0 3rem;
}

.geeo-action-search-results .pagination.justify-content-end {
  justify-content: center !important;
}
.geeo-action-search-results .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1.5px solid #d1d5db;
  background: #ffffff;
  color: #1F2937;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
  cursor: pointer;
  line-height: 1;
}
.geeo-action-search-results .pagination a.page-numbers:hover {
  border-color: #0063A8;
  color: #0063A8;
  background: #e6f1fb;
}
.geeo-action-search-results .pagination .page-numbers.current {
  background: #0063A8;
  border-color: #0063A8;
  color: #ffffff;
  font-weight: 600;
  cursor: default;
  pointer-events: none;
}
.geeo-action-search-results .pagination .page-numbers.dots {
  border: none;
  background: transparent;
  color: #9ca3af;
  padding: 0 4px;
  min-width: unset;
  pointer-events: none;
}
.geeo-action-search-results .pagination .page-numbers.prev,
.geeo-action-search-results .pagination .page-numbers.next {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.page-id-11726 .tour-common-wrap select {
  height: 52px;
  padding: 0 44px 0 16px;
  border: 1.5px solid #d1d5db;
  border-radius: 8px;
  background-color: #ffffff;
  color: #1F2937;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.page-id-11726 .tour-common-wrap select:hover {
  border-color: #0063A8;
}
.page-id-11726 .tour-common-wrap select:focus {
  outline: none;
  border-color: #0063A8;
  box-shadow: 0 0 0 3px rgba(0, 99, 168, 0.15);
}
.page-id-11726 .tourmaster-tour-search-submit,
.page-id-11726 input[type="submit"][value="Search"] {
  height: 52px;
  padding: 0 36px;
  border: none;
  border-radius: 8px;
  background-color: #38B84A;
  color: #ffffff;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.05s ease;
}
.page-id-11726 .tourmaster-tour-search-submit:hover,
.page-id-11726 input[type="submit"][value="Search"]:hover {
  background-color: #2da33f;
}
.page-id-11726 .tourmaster-tour-search-submit:active,
.page-id-11726 input[type="submit"][value="Search"]:active {
  transform: translateY(1px);
}
.page-id-11726 .row.align-items-end .search-field-wrap label {
  display: block;
  margin-bottom: 8px;
  font-family: 'Inter', 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1F2937;
}

.page-id-11726 .tour-master-category .details-row.pt-4 {
  padding-top: 8px !important;
  white-space: normal;
}
.page-id-11726 .tour-master-category .details-row p {
  margin-top: 0;
  margin-bottom: 12px;
}
.page-id-11726 .tour-master-category .details-row p:last-child {
  margin-bottom: 0;
}

/* Results section */
/* Results section — scoped to Action Plan Search only */
.geeo-action-search-results .results_sec {
  --geeo-blue: #0063A8;
  --geeo-gold: #FBBF24;
  --geeo-charcoal: #1F2937;
  --geeo-gray: #6B7280;
  --geeo-border: #E5E7EB;
  --geeo-bg: #F7F8FA;
  background: var(--geeo-bg);
  padding-top: 48px;
  padding-bottom: 64px;
}

.geeo-action-search-results .results_sec .results-box {
  background: #fff;
  border: 1px solid var(--geeo-border);
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(31, 41, 55, 0.06);
}

.geeo-action-search-results .results_sec .results-boxTop {
  padding: 22px 24px 18px;
  border-bottom: 1px solid var(--geeo-border);
}

.geeo-action-search-results .results_sec .results-boxTop h5 {
  font-size: 22px;
  font-weight: 700;
  color: var(--geeo-charcoal);
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.geeo-action-search-results .results_sec .results-boxTop h5 span,
.geeo-action-search-results .results_sec .results-boxTop h5 .fa {
  color: var(--geeo-blue);
  font-size: 18px;
}

.geeo-action-search-results .results_sec .results-boxTop p {
  font-size: 14px;
  color: var(--geeo-gray);
  margin: 0;
}

.geeo-action-search-results .results_sec .results-boxBottom {
  padding: 20px 24px 24px;
}

.geeo-action-search-results .results_sec .results-search {
  margin-bottom: 18px !important;
}

.geeo-action-search-results .results_sec .results-search label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--geeo-charcoal);
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.geeo-action-search-results .results_sec .results-search .input-group {
  border: 1px solid var(--geeo-border);
  border-radius: 8px;
  overflow: hidden;
}
.geeo-action-search-results .results_sec .results-search .form-control {
  border: none;
  box-shadow: none;
  height: 44px;
  padding: 0 14px;
  font-size: 15px;
  color: var(--geeo-charcoal);
  background: #fff;
}
.geeo-action-search-results .results_sec .results-search .form-control:focus {
  outline: none;
  box-shadow: none;
}
.geeo-action-search-results .results_sec .results-search .input-group:focus-within {
  border-color: var(--geeo-blue);
  box-shadow: 0 0 0 3px rgba(0, 99, 168, 0.12);
}
.geeo-action-search-results .results_sec .results-search .input-group-text {
  background: #fff;
  border: none;
  color: var(--geeo-gray);
  padding: 0 14px;
}

.geeo-action-search-results .results_sec .tour-common-wrap {
  position: relative;
}
.geeo-action-search-results .results_sec .tour-common-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 65%;
  width: 11px;
  height: 11px;
  transform: translateY(-40%) rotate(45deg);
  border-right: 2px solid var(--geeo-blue);
  border-bottom: 2px solid var(--geeo-blue);
  pointer-events: none;
}
.geeo-action-search-results .results_sec .tour-common-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 44px;
  padding: 0 40px 0 14px;
  font-size: 15px;
  color: var(--geeo-charcoal);
  background: #fff;
  border: 1px solid var(--geeo-border);
  border-radius: 8px;
  cursor: pointer;
}
.geeo-action-search-results .results_sec .tour-common-wrap select:focus {
  outline: none;
  border-color: var(--geeo-blue);
  box-shadow: 0 0 0 3px rgba(0, 99, 168, 0.12);
}

.geeo-action-search-results .results_sec .results-boxBottom .btn-block {
  width: 100%;
  height: 48px;
  background: var(--geeo-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.geeo-action-search-results .results_sec .results-boxBottom .btn-block:hover {
  background: #00558f;
}

.geeo-action-search-results .results_sec .filter-box {
  background: #fff;
  border: 1px solid var(--geeo-border);
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 56px;
}
.geeo-action-search-results .results_sec .filterer-list {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.geeo-action-search-results .results_sec .filterer-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: var(--geeo-gray);
  border: 1px solid var(--geeo-border);
  transition: all 0.15s ease;
}
.geeo-action-search-results .results_sec .filterer-list li a:hover {
  color: var(--geeo-blue);
  border-color: var(--geeo-blue);
}
.geeo-action-search-results .results_sec .filterer-list li a.active {
  color: #fff;
  background: var(--geeo-blue);
  border-color: var(--geeo-blue);
}

.geeo-action-search-results .results_sec .list-view {
  --bs-gutter-x: 20px;
}

.geeo-action-search-results .results_sec .tour-box {
  background: #fff;
  border: 1px solid var(--geeo-border);
  border-radius: 12px;
  padding: 24px 26px;
  height: 100%;
  transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}
.geeo-action-search-results .results_sec .tour-box:hover {
  border-color: #cdd5df;
  box-shadow: 0 6px 18px rgba(31, 41, 55, 0.08);
  transform: translateY(-2px);
}

.geeo-action-search-results .results_sec .tour-list-content-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.geeo-action-search-results .results_sec .tour-list-content-left {
  flex: 1;
  min-width: 0;
}

.geeo-action-search-results .results_sec .tour-title {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}
.geeo-action-search-results .results_sec .tour-title a {
  color: var(--geeo-charcoal);
  text-decoration: none;
  transition: color 0.15s ease;
}
.geeo-action-search-results .results_sec .tour-title a:hover {
  color: var(--geeo-blue);
}

.geeo-action-search-results .results_sec .perticipant-wrap {
  margin-bottom: 10px;
}
.geeo-action-search-results .results_sec .perticipant-wrap h6 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--geeo-blue);
}
.geeo-action-search-results .results_sec .perticipant-wrap h6 i,
.geeo-action-search-results .results_sec .perticipant-wrap small {
  font-style: normal;
}

.geeo-action-search-results .results_sec .tour-info {
  font-size: 15px;
  line-height: 1.6;
  color: var(--geeo-gray);
}
.geeo-action-search-results .results_sec .tour-info p {
  margin: 0;
}
.geeo-action-search-results .results_sec .tour-info p:empty {
  display: none;
}

.geeo-action-search-results .results_sec .tour-list-content-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.geeo-action-search-results .results_sec .view-more {
  display: inline-block;
  background: var(--geeo-blue);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease;
  padding: 12px 34px;
  min-width: 150px;
  text-align: center;
}
.geeo-action-search-results .results_sec .view-more:hover {
  background: #00558f;
  color: #fff !important;
}

@media (max-width: 991px) {
  .geeo-action-search-results .results_sec .results-box {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .geeo-action-search-results .results_sec .tour-list-content-wrap {
    flex-direction: column;
  }
  .geeo-action-search-results .results_sec .tour-list-content-right {
    width: 100%;
  }
  .geeo-action-search-results .results_sec .view-more {
    width: 100%;
    text-align: center;
  }
}

/* =============================================
   END Action Plan Search
============================================= */

/* Off-screen "closed" popups create horizontal overflow on
   mobile, forcing the whole page to shrink-to-fit. Clip it. */
@media (max-width: 991px) {
  html, body {
    overflow-x: clip;
  }
	.geeo-trip-search-results #view-style {
        margin-left: 0;
        margin-right: 0;
    }
}

/* =============================================
   START: Recommended Reading page
============================================= */

.page-id-11301 .geeo-reading-filterbar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 32px;
  flex-wrap: wrap;
}
.page-id-11301 .geeo-reading-filter {
  flex: 1 1 280px;
  max-width: 420px;
  padding: 12px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: var(--geeo-blue, #0063A8);
  border: 2px solid var(--geeo-blue, #0063A8);
  border-radius: 10px;
  background: #fff;
  outline: none;
}
.page-id-11301 .geeo-reading-filter::placeholder { color: #6B7280; }
.page-id-11301 .geeo-reading-filter:focus {
  box-shadow: 0 0 0 3px rgba(0, 99, 168, 0.18);
}
.page-id-11301 .geeo-reading-count {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #6B7280;
}

.page-id-11301 .gallery-list-geeo .col-lg-4 {
  margin-bottom: 28px;
}

.page-id-11301 .gallery-thumb-wrap {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.page-id-11301 .gallery-thumb-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(31, 41, 55, 0.12);
}

.page-id-11301 .gallery-thumbnail,
.page-id-11301 .gallery-thumbnail a {
  display: block;
  line-height: 0;
  height: 100%;
}
.page-id-11301 .gallery-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-id-11301 .gallery-item-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 36px 18px 16px;
  background: linear-gradient(
    to top,
    rgba(31, 41, 55, 0.88) 0%,
    rgba(31, 41, 55, 0.55) 55%,
    rgba(31, 41, 55, 0) 100%
  );
}
.page-id-11301 .gallery-list-geeo .gallery-item-name h3,
.page-id-11301 .gallery-list-geeo .gallery-item-name h3 a {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #fff !important;
  text-decoration: none;
}
.page-id-11301 .gallery-list-geeo .gallery-item-name h3 a:hover {
  color: var(--geeo-gold, #FBBF24) !important;
}

/* Mobile */
@media (max-width: 767px) {
  .page-id-11301 .gallery-item-name h3 { font-size: 18px; }
  .page-id-11301 .gallery-list-geeo .col-lg-4 { margin-bottom: 18px; }
}

/* =============================================
   END: Recommended Reading page
============================================= */

/* ============================================
   START: Price Box Fixes
============================================= */

.price-box.price-fixed .price-tag h2 > span img {
    display: none !important;
}

.price-box.price-fixed .price-tag h2 small::before {
    font-family: 'FontAwesome';
    content: "\f02b";              /* fa-tag */
    font-size: 13px;
    color: #9CA3AF;                /* matches the struck-out price gray */
    margin-right: 5px;
    text-decoration: none;
    display: inline-block;
}

.price-box.price-fixed .price-header a {
    color: #fff !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    opacity: 0.85;
    transition: opacity 0.15s;
}

.price-box.price-fixed .price-header a:hover {
    opacity: 1;
    text-decoration: underline !important;
}

/* ============================================
   END: Price Box Fixes
============================================= */
