*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
}
body{
    font-family: "Roboto", Arial, Tahoma, sans-serif;
}
body > div[style*="position: absolute"][style*="z-index: -10000"] {
    display: none !important;
}
.custom-section {
    padding: 60px 0px;
}
@media(max-width:767px){
    .custom-section {
        padding: 40px 0px;
    }
}
.custom-padding {
    padding-left: 8px;
    padding-right: 8px;
}
.page-template-landing section h2{
    font-weight:600;
}
/***hero-section***/
.hero-section {
    padding: 60px 0;
    color: #fff;
    background: #002c4e;
}
.hero-section h1 {
    font-size: 58px;
}
.form-box {
    background: #eb2030;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
}
.dual-offer-btn p {
    display: flex;
    width: 100%;
    border: 2px solid #002c4e;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.dual-offer-btn .left-btn, .dual-offer-btn .left-btn:focus {
    background-color: #002c4e !important;
    color: #fff !important;
    flex: 1;
    padding: 10px 0;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0px !important;
    transition: .5s all ease-in-out;
}
.dual-offer-btn .right-offer {
    flex: 1;
    padding: 10px 0;
    color: #002c4e;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dual-offer-btn .left-btn:hover {
    background-color: #ffc200 !important;
    color: #000 !important;
    transition: .5s all ease-in-out;
}
.hero-section .wpcf7 form .wpcf7-response-output {
    background: #fff;
    color: #000;
    font-weight: 500;
    line-height: 18px;
    padding: 12px;
}
body:not(.cf7p-message) .hero-section .wpcf7-not-valid-tip {
    position: relative !important;
    left: 0px !important;
    width: 100% !important;
    height: auto !important;
    background: none !important;
    text-indent: inherit !important;
    color: #fff  !important;
    font-size: 13px;
    font-weight: 500;
    margin-top: 6px;
}
/***
.hero-section .wpcf7-form-control.wpcf7-submit {
    background: linear-gradient(90deg, #ffcc00, #ffea7a) !important;
    color: #000 !important;
    border-radius: 0px 20px 0px 20px !important;
    font-weight: 600;
    transition: .5s all ease-in-out;
    scale: 1;
}
.hero-section .wpcf7-form-control.wpcf7-submit:hover {  
    background: #002c4e !important;
    color:#fff !important;
    transition: .5s all ease-in-out;
    scale: 1.03;
}**/
@media(max-width:767px){
    .form-box {
        padding: 15px !important;
    }
}
.form-box textarea, .form-box input[type="text"], .form-box input[type="email"], .form-box input[type="tel"], .form-box input[type="number"] {
    background: #fff;
    border: none;
    border-radius: 5px !important;
    height: 50px;
    width: 100%;
    font-size: 13px  !important;
    color: #000 !important;
}
body .form-box textarea:focus, body .form-box input:focus {
    background-color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}
.form-box textarea {
    height: 100px;
    resize: none;
}
.hero-section span.wpcf7-spinner {
    display: none;
}

.top-offer {
    background: #ffc200;
    padding: 10px 0;
    font-weight: 600;  
    text-align: center;
    color: #002d4e;
}
.btn-whatsapp, .btn-whatsapp:hover {
    background: #20c763 !important;
    color: #fff !important;
    font-size: 18px !important;
    text-decoration: none;
}
.btn-call {
    background: #fff !important;
    color: #002d4e !important;
    font-size: 18px;
    transition: .5s all ease-in-out;
}
.btn-call:hover{
   background: #eb2030 !important;
   color:#fff !important;
   transition: .5s all ease-in-out;
   text-decoration: none;
}
.btn-whatsapp i, .btn-call i {
    margin-right: 6px;
    font-size: 27px;
}
.hero-section .heading span{
    color:#ffc200;
}
.form-box input[type=submit] {
    font-size: 20px;
}
.tour-info {
    background: rgba(255, 255, 255, 0.15);
    padding: 15px 20px;
    border-radius: 8px;
    backdrop-filter: blur(4px);
    border-left: 4px solid #ffc200;
    width: 100%;
    max-width: 470px;
}
.tour-info .info-title {
    font-weight: 700;
    margin-bottom: 3px;
    color: #fff;
}
.tour-info .info-text {
    margin: 0;
    color: #eaeaea;
}
.tour-info a {
    color: #ffc200;
    text-decoration: none;
    font-weight: 600;
}
.tour-info a:hover {
    text-decoration: underline;
}
@media(max-width:1399px){
    .hero-section h1 {
        font-size: 50px;
    }
}
@media(max-width:1199px){
    .hero-section h1 {
        font-size: 40px;
    }
}
@media(max-width:576px){
    .hero-section h1 {
        font-size: 32px;
    } 
   .dual-offer-btn *{
        font-size: 12px !important;
    }
}
/***hero-section***/
/***overview***/
.punch-box {
    border: 14px solid #002c4e2e;
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
    width:100%;
}
@media(max-width:767px) {
    .punch-box {
        padding: 20px 10px;
        flex-wrap: wrap;
        border: 6px solid #002c4e2e;
    }    
}
/***overview***/
/**gallery ***/
/* Default (mobile-first) */
#fourImageSlider .carousel-item img {
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

@media (min-width: 768px) {
    #fourImageSlider .carousel-item .col-6:nth-child(odd) img {
        height: 160px;
    }
    #fourImageSlider .carousel-item .col-6:nth-child(even) img {
        height: 200px;
    }
}
@media (min-width: 992px) {
    #fourImageSlider .carousel-item .col-6:nth-child(odd) img {
        height: 200px;
    }
    #fourImageSlider .carousel-item .col-6:nth-child(even) img {
        height: 260px;
    }
}
@media (min-width: 1199px) {
    #fourImageSlider .carousel-item .col-6:nth-child(odd) img {
        height: 260px;
    }
    #fourImageSlider .carousel-item .col-6:nth-child(even) img {
        height: 320px;
    }
}
.gallery-slider .carousel-control-next, .gallery-slider .carousel-control-prev {
    width: 5%;
}
@media only screen and (min-width: 768px) {
    .gallery-slider a.button:after, .gallery-slider a.tp-button:after, .gallery-slider button:after, .gallery-slider input[type="submit"]:after, .gallery-slider input[type="reset"]:after, .gallery-slider input[type="button"]:after {
        background: transparent;
    }
}
/**gallery ***/
/***Testimonaials*/
.th-testimonials {
    background: #f7fbff;
    padding-bottom: 80px;
}
.testimonial {
    box-shadow: 5px 5px 10px #20aa4d0d;
    padding: 30px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    border: 1px solid var(--tertiary);
    background: #fff;
    border-radius: 30px;
    border-left: 6px solid #002c4e;
    /* border-bottom: 3px solid #20c763; */
    /* border-right: 3px solid #eb2030; */
    border-top: 3px solid #264b68;
    z-index: 1;
}
.testimonial:before {
    content: "";
    position: absolute;
    top: -3%;
    left: -70px;
    border-radius: 100%;
    width: 240px;
    height: 240px;
    background: #ffc2000a;
    z-index: -1;
}
.testimonial .pic {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
}
.testimonial p.th-description {
    font-weight: 600;
}
.testimonial .title {
    display: inline-block;
    text-transform: uppercase;
    color: #002c4e;
    margin: 0;
    font-weight: 700;
}
.testimonial .post {
    display: inline-block;
    color: #ec2736;
    font-style: italic;
}
.owl-carousel {
    z-index: 0;
}
.owl-carousel .owl-stage{
    display: flex;
}
.owl-nav.disabled {
    display: flex !important;
    width: 100%;
    justify-content: end;
    margin-top: 25px;
    padding-right: 50px;
}
.owl-nav button.owl-prev, .owl-nav button.owl-next {
    position: absolute;
    right: 80px;
}
.owl-nav button.owl-next {
    right: 0px;
}
.owl-nav.disabled button {
    border: none;
    background: transparent;
}
.owl-nav button > span {
    background: #ec2736;
    color: #fff;
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 100%;
    font-size: 34px;
    line-height: 41px;
    margin: 0px 10px;
    text-align: center;
}
button.owl-prev, button.owl-next {
    box-shadow: none;
}
button.owl-prev:after, button.owl-next:after {
    display:none;
}
.owl-nav button > span:hover {
    background-color: #002c4e;
}
.star-container {
    display: flex;
    align-items: center;
}
.star {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    cursor: pointer;
}
.filled {
    color: #fde047;
}
.empty {
    color: #6e6d6d7a;
}
.hovered {
    color: #e69b11
}
.owl-item {
    padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
    .th-testimonials {
        padding-bottom: 60px !important;
    }
    .star-container {
        justify-content: center;
    }
}
/***Testimonaials*/
/***Faq-start***/
.faq-section {
    position: relative;
    background: url('https://mytakeabreak.com/wp-content/uploads/2025/11/1jntvW.jpg') center/cover no-repeat;
    z-index: 1;
}
.faq-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(2 31 54 / 92%);
    z-index: -1;
}
.th-grid-two {
    max-width: 700px;
    margin: 0 auto;
}
.accordion__item {
    margin: 5px auto;
    border-top: 0px !important;
}
.accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 15px;
    margin-bottom: 2px;
    text-decoration: none;
    background-color: #dff1ff;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}
.accordion__item .accordion__title:hover {
	transition: all 0.5s ease-out;
}
.accordion__item .accordion-active {
    color: #002c4e;
    margin: 0px;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
}
.accordion__item .accordion__title .accordion__arrow{
    position: relative;
}
.accordion__item .accordion__title .accordion__arrow::before, .accordion__item .accordion__title .accordion__arrow::after {
  content: '';
  position: absolute;
  top: 13px; 
  right: 10px;
  background-color: #002c4e;
  transition: all .3s;
 }
 .accordion__item .accordion__title .accordion__arrow::before {
    right: 27px;
    width: 3px;
    height: 15px;
    margin-top: -8px;
}
.accordion__item .accordion__title .accordion__arrow::after {
    right: 21px;
    width: 15px;
    height: 3px;
    margin-top: -2px;
}
span.accordion__title-text {
    font-weight: 500;
}
.accordion__item .accordion__rotate::before  {
	transform: rotate(90deg);
}
.accordion__item .accordion__content {
    padding: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    display: none;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-top: 0px;
}
@media(max-width:767px){
    .accordion__item .accordion__title .accordion__arrow::before, .accordion__item .accordion__title .accordion__arrow::after {
        right: 0px !important;
    }
    .accordion__item .accordion__title .accordion__arrow::after {
        right: -6px !important;
    }
    .accordion__item .accordion__title {
        padding: 15px 25px 15px 15px;
    }
    .accordion__item .accordion__title .accordion__arrow {
        position: absolute;
        right: 15px;
    }
}
/***Faq-ends***/
/***price-section***/
/* Price Section */
.price-section {
    background: #f4f8ff;
    padding: 50px 0;
}
.price-container {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}
.price-title {
    color: #11325d;
    font-weight: 700;
    margin-bottom: 30px;
}
.price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 25px 35px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-left: 6px solid #11325d;
    flex-wrap: wrap;
    gap: 30px;
}
.price-left {
    text-align: left;
}
.old-price {
    font-size: 22px;
    color: #888;
    text-decoration: line-through;
    margin: 0;
}
.new-price {
    font-size: 40px;
    font-weight: 700;
    color: #11325d;
    margin: 5px 0;
}
.discount-tag {
    background: #e52130;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
.book-btn {
    background: #11325d;
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}
.book-btn:hover {
    background: #1d4e89;
    color: #fff !important;
    text-decoration: none;
}
.price-note {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    margin-bottom: 0px;
}
@media(max-width:576px){
    .new-price {
        font-size: 30px;
    }
    .book-btn {
        padding: 10px 22px;
        font-size: 15px;
    }
}
/* Price Section */
.limited-offer {
    background: #ffefef;
    border: 1px solid #ffb3b3;
    border-radius: 10px;
}

.offer-badge {
    display: inline-block;
    background: #ff4d4d;
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.offer-title {
    font-size: 24px;
    font-weight: 700;
    color: #d60000;
}


.offer-box-1 {
  background: #fff7f0;
  border-radius: 12px;
  border: 1px dashed #ff8c42;
}

.offer-ribbon {
  background: #ff8c42;
  padding: 6px 20px;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}


.offer-box-2 {
  position: relative;
  background: #f0fffa;
  padding-left: 50px;
  border-radius: 10px;
  border: 1px solid #82e0b7;
}

.offer-box-2 .left-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #18c77e;
  border-radius: 10px 0 0 10px;
}

.offer-box-3 {
  background: #d60000;
  border-radius: 0px;
  box-shadow: 0 4px 10px rgba(214,0,0,0.3);
}


.offer-box-4 {
  background: #eef4ff;
  border-radius: 14px;
  border: 1px solid #89a8ff;
}

.offer-box-4 .sticker {
  background: #4169e1;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 13px;
}


.offer-box-5 {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.glow-badge {
  display: inline-block;
  padding: 6px 18px;
  background: #ff3478;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  animation: glow 1.5s infinite;
}

@keyframes glow {
  0% { box-shadow: 0 0 5px #ff3478; }
  50% { box-shadow: 0 0 15px #ff3478; }
  100% { box-shadow: 0 0 5px #ff3478; }
}

/***trip include-exclude dark***/

.trip-compare-section.dark-mode {
    padding: 70px 0;
    background: #002c4e;
    color: #fff;
}

.trip-compare-section.dark-mode h3 {
  color: #fff;
}

.compare-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.compare-box {
  flex: 1;
  padding: 35px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05); /* translucent card */
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(4px);
}

.compare-box h3 {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 22px;
  position: relative;
  padding-bottom: 8px;
}

.compare-box h3:after {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.includes h3:after {
  background: #2de07c; /* soft green */
}

.excludes h3:after {
  background: #ec2736; /* soft red */
}
/* remove default bullets */
.compare-box ul {
  list-style: none;
  padding-left: 0;
}

/* shared bullet base */
.compare-box ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

/* includes bullet */
.includes ul li::before {
  content: "\2713"; /* checkmark */
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #2de07c; /* soft green */
}

/* excludes bullet */
.excludes ul li::before {
  content: "\2715"; /* cross */
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #ec2736; /* soft red */
}


.includes {
  border-left: 4px solid #2de07c;
}

.excludes {
  border-left: 4px solid #ec2736;
}

/* Responsive */
@media(max-width: 768px) {
  .compare-wrapper {
    flex-direction: column;
  }
}
/***trip include-exclude**/
.inner-title.style-1 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.inner-title.style-1::after {
  content: "";
  width: 60%;
  height: 3px;
  background: #cf1c42;
  position: absolute;
  bottom: 0;
  left: 0;
}


.inner-title.style-2 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0 auto 5px;
  width: fit-content;
}

.inner-title.style-2::before, .inner-title.style-2::after {
    content: "";
    width: 70px;
    height: 2px;
    background: #eb2030;
    position: absolute;
    top: 50%;
}
.inner-title.style-2::before {
  left: -85px;
}
.inner-title.style-2::after {
  right: -85px;
}
@media(max-width:991px){
    .inner-title.style-2::before, .inner-title.style-2::after {
        width: 50px;
    }
    .inner-title.style-2::before {
      left: -60px;
    }
    .inner-title.style-2::after {
      right: -60px;
    }
}
.inner-title.style-4 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.inner-title.style-4::after {
  content: "";
  width: 120px;
  height: 10px;
  background: url('data:image/svg+xml;utf8,<svg width="120" height="10" xmlns="http://www.w3.org/2000/svg"><path d="M5 5 Q60 -5 115 5" stroke="%23cf1c42" stroke-width="3" fill="transparent"/></svg>');
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}


.inner-title.style-5 {
    font-weight: 700;
    background: #eb2030;
    color: #fff;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 4px;
    position: relative;
}

.inner-title.style-5::before, .inner-title.style-5::after {
    content: "";
    position: absolute;
    top: 96%;
    border-top: 12px solid #b31522;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}
.inner-title.style-5::before {
  left: 0;
}

.inner-title.style-5::after {
  right: 0;
}


.inner-title.style-11 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.inner-title.style-11::after {
  content: "";
  width: 140px;
  height: 12px;
  background: url('data:image/svg+xml;utf8,<svg width="140" height="12" xmlns="http://www.w3.org/2000/svg"><path d="M0 6 Q20 0 40 6 T80 6 T120 6" stroke="%23cf1c42" stroke-width="3" fill="transparent"/></svg>');
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
}
/***for header responsive***/
@media(max-width:991px) and (min-width:767px){
    .header-search-bar, #dls-search-container {
        max-width: 220px !important;
    }
    .header-phone a {
        font-size: 16px !important;
    }
    #Footer .widget h5.wp-block-heading {
        font-size: 16px !important;
    }
}
@media(max-width:767px){
    .site-logo {
        max-height: 36px !important;
    }
    .header-search-bar{
        display: none !important;
    }
    .social-icon {
        width: 24px !important;
        height: 24px !important;
        font-size: 12px !important;
    }
    #Footer ul.wp-block-list {
        padding: 0px;
        font-size: 14px;
    }
    div#Header_wrapper {
        padding: 10px 0px;
    }
    .header-phone a {
        font-size: 12px !important;
    }
    .header-phone {
        flex: 1;
        text-align: right;
    }
    #Header_wrapper .site-logo {
        max-height: 29px !important;
    }
    .header-logo-search-phone .container {
        gap: 10px !important;
    }
    #Footer .widget h5.wp-block-heading {
        font-size: 15px;
    }
    #Footer .widgets_wrapper .widget {
        padding: 0px 0  !important;
    }
    .footer-social-bar {
        padding: 10px 0;
        background: #000;
        margin: 0 !important;  
    }
    #Footer .widgets_wrapper {
        padding: 15px 0 !important;
    }
}
#Top_bar a.responsive-menu-toggle i {
    color: #fff !important;
}
#Side_slide #menu ul#menu-main-menu {
    display: block !important;
}
#Side_slide #menu ul#menu-main-menu li a {
    line-height: 15px !important;
    color: #fff !important;
}
/***footer on  mobile***/
/* MOBILE ONLY */
@media (max-width: 768px) {
  /* heading clickable */
  #Footer .wp-block-heading {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    margin: 0;
  }

  /* arrow before title */
  #Footer .wp-block-heading::before {
    content: "▸";
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 2px;
    transition: transform 0.3s ease;
    transform: rotate(90deg);
  }

  /* rotate when active */
  #Footer .wp-block-heading.active::before {
    transform: rotate(270deg);
  }

  /* list hidden by default */
 #Footer .wp-block-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-in-out;
}

#Footer .wp-block-list li a {
    text-decoration: none !important;
}
#Footer .wp-block-list {
  display: none;
}
#Footer .wp-block-list.open {
  display: block;
}
#Footer .wp-block-list.open {
    max-height: 500px;
    padding: 5px;
    margin-bottom: 10px;
}
#Footer .widget h5.wp-block-heading {
    padding: 8px 5px !important;
}
}
