/*
 Theme Name:  Divi Child Theme
 Theme URI:     
 Description:  Child Theme for Divi
 Author:       Divi
 Author URI:    
 Template:     Divi
 Version:      1.0.0
*/


/* ///////////// */


.box-pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto 10px;
}

.label-from {
    margin: 0;
    font-size:   20px !important;
    font-weight: 600; color:#4a413a
}

/* Bigger price */
.label-amount {
    margin: 0;
    font-weight: 700;
    display: flex;
    align-items: baseline;
}

.amount-value {
    font-size: 55px;
    margin-right: 6px;
    color: #FF8C00;
}

.amount-currency {
    font-size: 25px;
    color: #FF8C00;
    font-weight: 600; position:relative; top:-20px
}


/* BUTTONS WRAPPER */
.box-actions {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Convert link into button */
.box-actions a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 7px;
    font-size: 16px;
    border-radius: 25px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* MAIN BUTTON */
.act-primary {
    background: #FF8C00;
    color: #fff;
    border: 2px solid #FF8C00;
}

/* Hover animation using ::before */
.act-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background:#ff7700;
    transition: left 0.4s ease;
    z-index: -1;
}

.act-primary:hover::before {
    left: 0;
}

.act-primary:hover {
    color: #fff;
}

/* OUTLINE BUTTON */
.act-secondary {
    background: #ff8c0014;
    color: #FF8C00;
    border: 2px solid #FF8C00;
}

/* Hover animation also added */
.act-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #FFE0CC;
    transition: left 0.4s ease;
    z-index: -1;
}

.act-secondary:hover::before {
    left: 0;
}

.act-secondary:hover {
    color: #FF8C00;
}

/* Guarantee text */
.note-guarantee {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
    color: #333;
}


/* Mobile menu text size */
.et_mobile_menu li a {
    font-size: 16px !important;
}

/* Mobile submenu text size */
.et_mobile_menu li li a {
    font-size: 15px !important;
}

.trpic33 {
     width: 97%;
    height: 95%;
    border-radius: 7px;
    overflow: hidden;
    padding: 0; /* IMPORTANT */ margin:6px;  max-height: 300px;
}
.trpic33 img {
     width: 100%;
    height: 100%;
    display: block;
    border-radius: 7px;
}


#main-header {
  
-webkit-box-shadow:none !important; 
box-shadow:none !important

}

.p05 {
    background-repeat: no-repeat;
    background-position: center 1%;
    background-size: cover; height:350px
}
/* hidden by default (desktop/tablet) */
.activity-lists h2 {
  font-size: 21px;
  padding: 5px 5px 5px 0;
  color: #8B3A1A;
   line-height: 1.5;font-weight: 700;
}

.activity-lists h3 {
  font-size: 17px;
  padding: 5px 5px 5px 0;
  color: #C85A3C;
  line-height: 1.5;font-weight: 700;
}

/* Large desktops (≥1200px) */
@media (min-width: 1200px) {
  .activity-lists h2 {
    font-size: 21px;
  }
  .activity-lists h3 {
    font-size: 20px;
  padding: 5px 0px 10px 0;
  color: #C85A3C;
  line-height: 1.8;font-weight: 700;
  }
}

/* Desktops and laptops (992px–1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  .activity-lists h2 {
    font-size: 19px;
  }
  .activity-lists h3 {
    font-size: 18px;
  }
}

/* Tablets (768px–991px) */
@media (max-width: 991px) and (min-width: 768px) {
  .activity-lists h2 {
    font-size: 20px;
  }
  .activity-lists h3 {
    font-size: 19px;
  }
}

/* Large phones (576px–767px) */
@media (max-width: 767px) and (min-width: 576px) {
  .activity-lists h2 {
    font-size: 17px;
  }
  .activity-lists h3 {
    font-size: 16px;
  }
}

/* Small phones (<576px) */
@media (max-width: 575px) {
  .activity-lists h2 {
    font-size: 22px;
  }
  .activity-lists h3 {
    font-size: 20px;  margin: 10px 0PX 10PX;
  }
}



/* mobile-only */

 



 .trip-topbar {
  
    color: #f3ede3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1px; width: 100%; height:45px
  }

  .trip-info {
    flex: 1;
 width  : 55%;
  }
.trip-header {
	position: relative;
    overflow: hidden;
    clear: both;
    
    margin: 0 auto;
    padding: 1px 0 2px; margin-left: 5px;
	
  

}
  .trip-title {
    margin: 0; font-size: 1.7rem; color: #f3ede3;  padding: 0px; margin-top: 6px;
  }

  .trip-reviews {
    display: flex;
    align-items: center;
    gap: .6rem;
  }
.rating-text {
    color: #FFF;   /* the color you want for “123 reviews” */
    font-size: 18px;
    margin-left: 6px;
}
.rating-line {
    display: flex;
    align-items: center;
    gap: 6px;        /* space between stars and text */
    margin-top: 2px; /* spacing below the title */ margin-bottom: 5px;
}

  .stars {
    display: flex;
    gap: .35rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    color: #ffbf2a;
  }

  .review-count {
    opacity: .95;
  }

  /* RIGHT: keep price + button on the same line */
  .trip-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .8rem;
  width  : 45%; 
    flex: 0 0 auto;
  }

  .price .amount {
    font-size: 2.2rem;
    font-weight: 800;
    color: #f5b21a;
  }

  .btn-book {
    display: inline-block;
    padding: .7rem 1.1rem;
    border-radius: .6rem;
    background: #f7b500;
    color: #1a1a1a;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
  }

  /* responsive tweaks */
  @media (max-width: 900px) {
    .trip-title {
      font-size: 1.6rem;
    }
    .price .amount {
      font-size: 1.9rem;
    }
  }

  @media (max-width: 700px)
{
	.trip-reviews {
  
    /*justify-content: center;*/
}
	
	  .trip-info {

    width: 100%;
}
	  
    .trip-topbar {
      flex-direction: column;
      align-items: flex-start; height: 70px;
    }
    .trip-cta {
      width: 100%;
      align-items: flex-start; display:none
    }
  }

.booking-icon {
  width: 40px;
  height: 40px;
  fill: #8b5a3c; /* your color */
}
  .top-bar {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    
  }

  /* make padding count inside the % widths */
  .top-bar > div {
    box-sizing: border-box;
    padding:  5px 0px 5px 0px;
    min-width: 0;
  }

  .title-bar  { width: 60%;  }
  .price-bar  { width: 20%;  }
  .button-bar { width: 20%;  }

  .title-bar h1 { margin: 0; font-size: 1.7rem; color: #f3ede3;  padding:5px   }
  .price-bar span { font-size: 1.2rem; font-weight: 700; }
  .button-bar button {
    padding: 10px 18px;
    font-size: 1rem;
    background: #333;
    color: #fff;
    border: 0;
    cursor: pointer;
  }

  /* mobile: stack 100%, then 50%/50% and center content */
  @media (max-width: 767px) {
    .title-bar  { width: 100%; display: flex; justify-content: center; align-items: center; text-align: center; }
    .price-bar,
    .button-bar { width: 50%; display: flex; justify-content: center; align-items: center; text-align: center; }
  }
.activity-lists ul {
    list-style: none;
    padding: 1em;
    margin: 0;
}
.newprice {color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .25), 0 1px 1px rgba(0, 0, 0, .5);
    font-weight: 700;
    text-transform: capitalize;}
.activity-lists ul li {
    margin-bottom: min(max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))), 0.8rem);
   
    background-repeat: no-repeat;
   
       background-position: 0 top; /* vertically centered */

}

/* First UL icon */
.activity-lists ul:nth-of-type(1) li {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTcnIGhlaWdodD0nMjgnIHZpZXdCb3g9JzAgMCAxMjQgMTI0JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxjaXJjbGUgY3g9JzYxLjUnIGN5PSc2Mi41JyByPSczMi41JyBmaWxsPScjQjE0RTNFJy8+PC9zdmc+Cg==);  background-size: 16px;  padding-left: 23px; background-position: 0 2px; font-size:17px!important
	
}

/* Second UL icon */
.activity-lists ul:nth-of-type(2) li {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2343a32d%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z%27/%3E%3C/svg%3E");  background-size: 16px;  padding-left: 23px; background-position: 0 6px; font-size:17px!important
}

/* Third UL icon */
.activity-lists ul:nth-of-type(3) li {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23d80808%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E");  background-size: 13px;  padding-left: 23px; background-position: 0 4px; font-size:17px!important
}
.blog-header-image {
    width: 100%;
    max-width: 1200px;   /* controls the max width */
    margin: 0 auto;      /* centers the image */
    overflow: hidden;    /* keeps round corners clean */
    border-radius: 20px; /* round corners */
}

/* Image styling */
.blog-header-image img {
    width: 100%;
    height: 400px;       /* desktop height */
    object-fit: cover;   /* keeps the image looking good */
    display: block;
    border-radius: 20px;
}

/* Tablet */
@media (max-width: 1024px) {
    .blog-header-image img {
        height: 300px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .blog-header-image img {
        height: 220px;
    }
}
.Forum {
    max-width: 1100px;
    margin: 20px auto;
}

/* --------------------- CARD --------------------- */
.forum-card {
    background: #ffffff;
    padding: 25px 35px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
    margin: 20px;
    box-shadow: 0 3px 5px rgb(70 70 70/.1);
}

/* --------------------- LEFT SIDE --------------------- */
.forum-left {
    display: flex;
    gap: 20px;
    flex: 1;
}

/* Avatar */
.forum-avatar {
    min-width: 55px;
    height: 55px;
    background: #f5ead7;
    border-radius: 50%;
    position: relative;
}

.forum-avatar::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #d1b179;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.forum-avatar::after {
    content: "";
    width: 22px;
    height: 12px;
    background: #d1b179;
    border-radius: 50px 50px 0 0;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

/* Username under avatar */
.forum-username {
    font-size: 13px;
    text-align: center;
    margin-top: 6px;
    color: #444;
}

/* Text block */
.forum-text {
    display: flex;
    flex-direction: column;
    /*max-width: 700px;*/
}

.forum-title {
    font-size: 22px;
    margin: 0 0 8px 0;
    font-weight: 700;
    
}

.forum-subtitle,
.forum-answer-text {
    margin: 0;
    font-size: 16px;
    
    line-height: 1.5;
}

/* Right link */
.forum-link {
    color: #7b61ff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
    margin-top: 5px;
}

.forum-link:hover {
    text-decoration: underline;
}

/* --------------------- THUMBS UP --------------------- */
.thumbs-up {
    font-size: 20px;
    color: #999;
    cursor: pointer;
    transition: 0.2s;
}

.thumbs-up:hover {
    color: #7b61ff;
}

/* ---------------- MOBILE ---------------- */
@media (max-width: 600px) {
    .forum-card {
        flex-direction: column;
        padding: 20px;
    }

    .forum-link {
        padding-left: 75px;
        margin-top: 10px;
    }

    .forum-title {
        font-size: 18px;
    }
}
.activity-lists p {
   
    color: #3d2817;
     
	font-size: 17px; line-height: 1.95; margin:0px 5px 0px 5px }
	
   .top-section {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      padding: 22px 1px;
    }

    .top-text {
      /*max-width: 500px;*/
      width: 100%;
      text-align: center;
    }

    .top-text h1 {
      font-size: 35px;
      font-weight: 800;
      margin-bottom: 5px; margin-top:10px;     color: #ae441e;
    font-family: 'Cormorant Garamond', serif;
		
    }
  .cta-button {
            display: inline-block;
            padding: 8px 20px 4px 20px;
            background: #FF8C00;
            color: white;
            text-decoration: none;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-size: 1rem;
            transition: all 0.4s ease;
            border: 2px solid #FF8C00;
            position: relative;
            overflow: hidden;
            border-radius: 8px; margin:10px 0px 10px 0px
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #C85A3C;
            transition: left 0.4s ease;
            z-index: -1;
        }

        .cta-button:hover::before {
            left: 0;
        }

        .cta-button:hover {
            border-color: #C85A3C;
            transform: translateY(-3px);
            
        }
 .price-tag {
            position: absolute;
            bottom: 20px;
            right: 20px;
            background: white;
            padding: 10px 15px;
            /*box-shadow: 0 15px 50px rgba(200, 90, 60, 0.25);*/
            border-radius: 12px;
        }

        .price-label {
            font-size: 0.85rem;
            color: var(--dark-text);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 0.5rem;
            opacity: 0.7;
        }

        .price-amount {
            
            font-size: 2rem;
            font-weight: 700;
            color: #FF8C00;
            line-height: 1;
        }

        .price-detail {
            font-size: 0.9rem;
            color: var(--dark-text);
            margin-top: 0.5rem;
            opacity: 0.6;
        }
  .hero-image-container {
            position: relative;
            z-index: 1;
            /*height: 650px;*/ width:100%
        }

        .hero-image {
            position: relative;
            height: 100%;
            overflow: hidden;
             
            border-radius: 16px;
            background: transparent;
        }

        .hero-image img {
            width: 100%;
            height: 100%;
           /* object-fit: cover;*/
            display: block; 
        }
    .top-text p {
      
    margin: 5px 20px 10px 5px;
    color: #3d2817;
    FONT-WEIGHT: 400;
    font-size: 17px;
    }

    .top-text button {
      background-color: #ff8800;
      color: #fff;
      border: none;
      padding: 12px 30px;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      border-radius: 10px;
    }

    .top-image {
      width: 100%;
      max-width: 700px; margin-bottom: 25px;
    }

      .top-image img {
      width: 100%;
      height: auto;
      border-radius: 15px;
      display: block;
    }

    @media (min-width: 768px) {
      .top-section {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: left;
      }

    .top-text {
        text-align: left;
      }

      .top-image {
        margin-left: 40px;
      }
		.top-text {
 
    width: 100% !important;
    /*text-align: center;*/
}
		
    }

/* ─── REVIEW CARD ───────────────────────────────── */
.container-flex .review {

  padding: 16px;
 }

/* ─── TITLE AS H3 ───────────────────────────────── */
.container-flex .review h3,
.container-flex .review b {
      color: #ae441e; line-height : 1.6em;
}

/* ─── REVIEW TEXT ───────────────────────────────── */
.container-flex .review p {
  margin: 10px 0 12px;
  line-height: 1.6;
  color: #000; font-size: 16px;
    font-weight: normal;
}

/* ─── STAR RATING (2nd paragraph) ───────────────── */
.container-flex .review p:nth-of-type(2) {
  font-size: 20px;
  color: #D4A017;
  margin-bottom: 8px;
}

/* ─── AUTHOR NAME (3rd paragraph) ───────────────── */
.container-flex .review p:nth-of-type(3) {
  font-size: 14px;
  font-style: italic;
  color: #555;
  margin-bottom: 0;
}

/* ─── REMOVE EXTRA MARGIN ──────────────────────── */
.container-flex .review p:last-child {
  margin-bottom: 0;
}

.container-flex .review span {
  display: inline-block;
  position: relative;
  padding-left: 100px;   /* 5★ × 20px + ~10px gap */
 
    font-size: 13px;
    color: black;
}
 

.container-flex .review span::before {
  content: "★★★★★";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #ffa800;
}

/* ─── ACCORDION ITEM WRAPPER ───────────────────────── */
.faq-item {
  margin-bottom: 0 px;border-bottom: 1px dashed rgba(174, 68, 30, 0.2);
}
.faq-item:last-child {
    border-bottom: none;
}
/* ─── QUESTION (H3) ───────────────────────────────── */
.faq-item h3 {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 10px 0;
  font-size: 17px;
  font-weight: 550;
  color: #000;
  /*border-bottom: 1px dashed rgba(174, 68, 30, 0.2);*/
}

/* Remove bottom border on last question  
.faq-item:last-child h3 {
  border-bottom: none;
}*/


/* ─── PLUS / MINUS ICON ───────────────────────────── */
.faq-item h3::before {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #ae441e;
  transition: transform 0.2s, color 0.2s;
}

/* Swap to minus when open */
.faq-item.open h3::before {
  content: "–";
}

/* Hover effects on question */
.faq-item h3:hover {
  color: #ae441e;
}
.faq-item h3:hover::before {
  color: #000;
  transform: translateY(-50%) scale(1.1);
}

/* ─── ANSWER (Paragraph) ──────────────────────────── */
.faq-item p {
  display: none;
  margin: 12px 0 16px 14px;
  color: #333;
  line-height: 1.6;
}

/* Show answer when open */
.faq-item.open p {
  display: block;
}

@media screen and (max-width: 767px) {
    .faq-item {
        padding: 0 16px;
    }
    .accordion h3 {
        font-size: 22px;
    }
}

/*** Responsive Styles Large Desktop And Above ***/

   /* Container styling */
 ul.toc {
   display: flex;
  justify-content: center;
  gap: 32px;
  padding: 12px 24px;
  margin: 0;
  list-style: none;
}

ul.toc li a {
  position: relative;
  color: #f1e6d1;              /* off-white text */
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;       /* remove native underline */
  padding: 4px 0;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* default “underline” */
ul.toc li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;                /* tweak gap under letters */
  width: 0;
  height: 3px;
  background-color: #f78f1e;   /* default underline (burnt-orange) */
  transition: width 0.25s ease, background-color 0.3s ease;
}

/* hover + active state */
ul.toc li a:hover,
ul.toc li a.active {
  color: #ffb142;              /* golden-orange text on hover */
  transform: scale(1.1);       /* slight “pop” effect */
}

ul.toc li a:hover::after,
ul.toc li a.active::after {
  width: 100%;                 
  background-color: #ffb142;   /* match hover text color */
}
.rev-summary {
  display: flex;   flex-wrap: wrap;

}
 

.no-star {
  width: auto;

  margin: 1px 1px 1px 2px; color:#fff; font-size:17px
}
.full-star {
  width: 17px;
  height: 17px;
  background-image: url("https://www.marrakesh-desert-tours.com/wp-content/themes/marrakechtours/images/star-full.svg");
  background-size: cover;
  margin: 6px 1px 1px 2px;}

.half-star {
  width: 17px;
  height: 17px;
  background-image: url("https://www.marrakesh-desert-tours.com/wp-content/themes/marrakechtours/images/star-half.svg");
  background-size: cover;
  margin: 6px 1px 1px 2px;}

ul.activity-program {
    list-style-type: none !important; padding: 1em;
}
 
ul.activity-program li{
    margin-bottom: min(max(0.56rem,calc(0.56rem + ((1vw - 0.32rem) * 0.3))),0.8rem);
    padding-left: 24px;
    background: no-repeat;
    background-size: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTcnIGhlaWdodD0nMjgnIHZpZXdCb3g9JzAgMCAxMjQgMTI0JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxjaXJjbGUgY3g9JzYxLjUnIGN5PSc2Mi41JyByPSczMi41JyBmaWxsPScjQjE0RTNFJy8+PC9zdmc+Cg==);
}


@media all and (min-width: 1405px) {
  h1 {
    font-size: 27px
    
   
  }
	
	h2 {
    font-size: 26px
    
   
  }
	
	h3 {
    font-size: 24px
    
   
  }
	h4 {
    font-size: 22px
  
 
  }
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
  h1 {
    font-size: 28px
   
  }
	
	h2 {
    font-size: 26px
  
  }
	
	h3 {
    font-size: 24px
   
  }
	h4 {
    font-size: 22px
 
  }
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 h1 {
    font-size: 26px
   
  }
	
	h2 {
    font-size: 24px
  
  }
	
	h3 {
    font-size: 22px
   
  }
	h4 {
    font-size: 20px
 
  }
	
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 h1 {
    font-size: 26px!important
   
  }
	
	h2 {
    font-size: 26px
  
  }
	
	h3 {
    font-size: 24px
   
  }
	h4 {
    font-size: 22px
 
  }
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 	h1 {
    font-size: 29px !important;  
   
  }
	
	h2 {
    font-size: 18px
  
  }
	
	h3 {
    font-size: 18px
   
  }
	h4 {
    font-size: 17px
 
  }
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}



#top-menu-nav>ul>li>a:hover {
    opacity: 1 !important;
  
}

.divi-cta-menu a:before {
    position: absolute;
       margin-top: -17px;
    left: 7px;
    content: "";
    width: 44px;
    height: 44px;
 
	
	  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0,0,256,256' width='44px' height='44px'%3E%3Cg fill='none' fill-rule='none' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cg transform='scale(5.33333,5.33333)'%3E%3Cpath d='M4.868,43.303l2.694,-9.835c-1.662,-2.878 -2.536,-6.144 -2.535,-9.489c0.005,-10.465 8.521,-18.979 18.987,-18.979c5.079,0.002 9.845,1.979 13.43,5.566c3.584,3.588 5.558,8.356 5.556,13.428c-0.004,10.465 -8.522,18.98 -18.986,18.98c-0.001,0 0,0 0,0h-0.008c-3.177,-0.001 -6.3,-0.798 -9.073,-2.311z' fill='%23ffffff' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M4.868,43.803c-0.132,0 -0.26,-0.052 -0.355,-0.148c-0.125,-0.127 -0.174,-0.312 -0.127,-0.483l2.639,-9.636c-1.636,-2.906 -2.499,-6.206 -2.497,-9.556c0.004,-10.742 8.745,-19.48 19.486,-19.48c5.21,0.002 10.105,2.031 13.784,5.713c3.679,3.683 5.704,8.577 5.702,13.781c-0.004,10.741 -8.746,19.48 -19.486,19.48c-3.189,-0.001 -6.344,-0.788 -9.144,-2.277l-9.875,2.589c-0.042,0.012 -0.084,0.017 -0.127,0.017z' fill='%23ffffff' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M24.014,5c5.079,0.002 9.845,1.979 13.43,5.566c3.584,3.588 5.558,8.356 5.556,13.428c-0.004,10.465 -8.522,18.98 -18.986,18.98h-0.008c-3.177,-0.001 -6.3,-0.798 -9.073,-2.311l-10.065,2.64l2.694,-9.835c-1.662,-2.878 -2.536,-6.144 -2.535,-9.489c0.005,-10.465 8.521,-18.979 18.987,-18.979M24.014,42.974v0v0M24.014,42.974v0v0M24.014,4v0c-11.016,0 -19.982,8.962 -19.987,19.979c-0.001,3.367 0.849,6.685 2.461,9.622l-2.585,9.439c-0.094,0.345 0.002,0.713 0.254,0.967c0.19,0.192 0.447,0.297 0.711,0.297c0.085,0 0.17,-0.011 0.254,-0.033l9.687,-2.54c2.828,1.468 5.998,2.243 9.197,2.244c11.024,0 19.99,-8.963 19.995,-19.98c0.002,-5.339 -2.075,-10.359 -5.848,-14.135c-3.775,-3.777 -8.796,-5.858 -14.139,-5.86z' fill='%23ffffff' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M35.176,12.832c-2.98,-2.982 -6.941,-4.625 -11.157,-4.626c-8.704,0 -15.783,7.076 -15.787,15.774c-0.001,2.981 0.833,5.883 2.413,8.396l0.376,0.597l-1.595,5.821l5.973,-1.566l0.577,0.342c2.422,1.438 5.2,2.198 8.032,2.199h0.006c8.698,0 15.777,-7.077 15.78,-15.776c0.001,-4.215 -1.638,-8.179 -4.618,-11.161z' fill='%2350ba6f' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M19.268,16.045c-0.355,-0.79 -0.729,-0.806 -1.068,-0.82c-0.277,-0.012 -0.593,-0.011 -0.909,-0.011c-0.316,0 -0.83,0.119 -1.265,0.594c-0.435,0.475 -1.661,1.622 -1.661,3.956c0,2.334 1.7,4.59 1.937,4.906c0.237,0.316 3.282,5.259 8.104,7.161c4.007,1.58 4.823,1.266 5.693,1.187c0.87,-0.079 2.807,-1.147 3.202,-2.255c0.395,-1.108 0.395,-2.057 0.277,-2.255c-0.119,-0.198 -0.435,-0.316 -0.909,-0.554c-0.474,-0.238 -2.807,-1.385 -3.242,-1.543c-0.435,-0.158 -0.751,-0.237 -1.068,0.238c-0.316,0.474 -1.225,1.543 -1.502,1.859c-0.277,0.317 -0.554,0.357 -1.028,0.119c-0.474,-0.238 -2.002,-0.738 -3.815,-2.354c-1.41,-1.257 -2.362,-2.81 -2.639,-3.285c-0.277,-0.474 -0.03,-0.731 0.208,-0.968c0.213,-0.213 0.474,-0.554 0.712,-0.831c0.237,-0.277 0.316,-0.475 0.474,-0.791c0.158,-0.317 0.079,-0.594 -0.04,-0.831c-0.117,-0.238 -1.039,-2.584 -1.461,-3.522z' fill='%23ffffff' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
	
	
}


.divi-cta-menu a {
  background-color: #50ba6f ;
 padding: 15px 15px 15px 55px !important;
  border-radius: 25px;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
}
.divi-wiggle {
	box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    animation-name: wiggle;
    -o-animation-name: wiggle;
    -ms-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 5s;
    -o-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-play-state: running;
    -o-animation-play-state: running;
    -ms-animation-play-state: running;
    -moz-animation-play-state: running;
    -webkit-animation-play-state: running;
}

.divi-breathing {
	-webkit-animation:divi-bar-breathing 7s ease-out infinite normal;
	animation:divi-bar-breathing 7s ease-out infinite normal
}


@keyframes wiggle{2%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}4%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}6%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}8%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}10%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}12%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}14%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}16%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}18%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}20%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}.divi-bar-breathing{-webkit-animation:divi-bar-breathing 7s ease-out infinite normal;animation:divi-bar-breathing 7s ease-out infinite normal}@-webkit-keyframes divi-bar-breathing{0%{-webkit-transform:scale(0.9);transform:scale(0.9)}25%{-webkit-transform:scale(1);transform:scale(1)}60%{-webkit-transform:scale(0.9);transform:scale(0.9)}100%{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes divi-bar-breathing{0%{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}25%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}60%{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}100%{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}}

   .con-price {
        padding: 20px;
      
       margin: 20px;
     
        overflow: hidden; /* Ensures the container encompasses the floated elements */
    }

    .action-area {
        display: flex; /* Use flexbox for layout */
        justify-content: center; /* Center flex items horizontally */
        align-items: center; /* Align flex items vertically */
    }

    .tour-price {
        color: #FF8C00 !important; font-family:'Josefin Sans', sans-serif;
    font-size: 26px !important;
    line-height: 1 !important;
    font-weight: 800;
        margin-right: 15px; /* Space between the price and button */
	 
    }

    .book-button {
        background-color: #ff8800;
    border: none;
    line-height: 38px;
    color: white;
    padding: 2px;
    width: 150px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    font-size: 18px;
    margin: 5px auto;
    cursor: pointer;
    font-weight: bold;
    }
.book-button:hover {
    background-color: #FF7700;
    border-color: #FF7700;
transition: transform .2s ease-out;
    transform: scale(1.05);
}
    /* Style for mobile devices */
    @media (max-width: 767px) {
        .con-price {
            font-size: 14px;
        }
        .price-07, .book-button {
            margin: 5px; /* Adjust margin for mobile */
        }
    }

    /* Style for desktop devices */
    @media (min-width: 766px) {
        .action-area {
            float: right; /* Float the container to the left */
        }
        .con-price {
            font-size: 16px;
        }
        .book-button {
           /* padding: 3px 1px;*/
            font-size: 18px;
        }
        .price-07 {
            line-height: 35px; /* Align text vertically with button */
        }
    }

span.mobile_menu_bar:before{
  color:#ae441e;
}
.et_mobile_menu {
  
    border-top: 3px solid #f9f4f1;
  
}
	.new {
     width: 98% !important;  
  
}

 @media only screen and (max-width: 600px) {
	.et_pb_row-new {
    /* width: 100% !important; */
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}
	 
   .slide5 {
display: block !important;   
    } 
	 .slide05 {display:none !important}
	 .slide02 {display:none !important}
	 .slide03 {display:none !important}
	 .slide04 {display:none !important}
 .slide01 {
  
    height: 250px !important; border-radius:   0px !important;
  
}
.et_pb_row_0 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;

}
}

.et_pb_row-new {    width: 100% !important;  padding-top: 10px !important; padding-bottom: 10px !important;}
.slide5 {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 4px;
grid-row-gap: 4px;
}

.slide01 { grid-area: 1 / 1 / 3 / 3; height: 392px;
      border-radius: 15px 0px 0px 15px; background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
.slide02 { grid-area: 1 / 3 / 2 / 4; background-color: beige;}
.slide03 { grid-area: 1 / 4 / 2 / 5; background-color: #d1d15c; border-radius: 0px 15px 0px 0px; }
.slide04 { grid-area: 2 / 3 / 3 / 4; background-color: #ffff91;}
.slide05 { grid-area: 2 / 4 / 3 / 5; background-color: #e4e489; border-radius: 0px 0px 15px 0px;}
 .titdiv {
    
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 70px;
    display: block;
    z-index: 99 !important;
}

.one1t {
    width: 50%;
    height: 49px;
    float: left; 
}

.one1t h1  {
font-size: 22px;
    margin: 10px 1px 10px 20px;
}
.two2t {
    width: 50%;
    height: 49px;
    overflow: hidden; 
}
.flr{ float: right; }


.price-text {
flex: 5;
  padding: 10px;
  box-sizing: border-box;
}
.book-text p{
 
  color: #189ddc !important;
   
    font-size: 20px !important;
    line-height: 30px !important;
   padding: 5px;
}
.book-text {
  flex: 5;
  
  padding: 10px;
  box-sizing: border-box;
}

 
	.bookcontainer {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  justify-content: flex-end; /* Add this line */

}


.sideform { background-color:#fff;
    -webkit-box-shadow: 0 3px 5px rgb(70 70 70/.1);
    -ms-box-shadow: 0 3px 5px rgba(70,70,70,.1);
    box-shadow: 0 3px 5px rgb(70 70 70/.1);
    border-radius: 12px;
    padding: 15px;
 margin-left: 20px; margin-bottom: 26px; margin-top:20px
 
}
.moctar0 {
    display: none;
}
.bgtop {
    background-color: #8f401d;  
}
@media all and (max-width: 980px) {
	
	.activity-lists{margin-top:5px}
		.activity-lists p { font-size:17px!important}

	
	.trip-cta{display:none}
	
	.trip-title { color:  #ae441e; /*text-align: center;*/ margin-bottom: 5px; font-size:22px !important}
	.bgtop {
    background-color: #fcf8f2 !important; /*border-top: 5px solid #8f401d;   */ 
}
.no-star {

    color: #0a0a0a;
}	
	
  .moctar0 {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 65px;
    display: block;
    z-index: 99 !important; background-color:#8f401d 
}

.oone1 {
    width: 50%;
    height: 65px;
    float: left; margin-top:5px 
}
.ttwo2 {
    width: 50%;
    height: 65px;
    overflow: hidden;   margin-top:5px 
}

.org5 {
    display: inline-block;
    height: 65px;
    padding-top: 2px;
    border: 1px solid #ff9e00;
    background: #f80;
    width: 100%;
    margin-right: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 -1px 0 #da5c00;
    text-transform: uppercase;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
.org6 {
    display: inline-block;
    height: 65px;
    padding-top: 2px;
    border: 1px solid #793319;
    background: #793319;
    width: 100%;
    margin-right: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    text-shadow: 0 -1px 0 #da5c00;
    text-transform: uppercase;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
}

.oneprice{
 
/*  width:300px;
  height:100px;*/  
  float:left; padding:12px 10px 1px 1px
}
.oneprice p{
 
  color: #189ddc !important;
   
    font-size: 20px !important;
    line-height: 39px !important; font-weight: bold;
   
}

.twoprice{
/*  width:300px;
  height:100px;*/

  overflow:hidden;  padding:5px;  
}


 .box1p, .boxpr {
    float: left; 
    margin-right: 10px; /* Optional, adds space between the divs */
}
.cleart {
    clear: both;
}
.price {
   
    padding: 5px 4px 0 0;
    font-weight: 700;   color:#fff;  
}
.tourimgb {
     border-radius: 10px;margin-bottom: 10px;
}

   
.price span {
    padding: 0 10px;
    color: #ffb900;
    font: 800 2.623em HK Grotesk, sans-serif; 
	/*text-shadow: 1px 1px 0 rgba(0, 0, 0, .25), 0 1px 1px rgba(0, 0, 0, .5); */line-height: 35px

}
.price span.currency {
    position: relative;
    top: -13px;
    padding: 0;
    font-size: 1.5em;
    font-weight: 600;
}
body {
 
	font-family: 'Josefin Sans', sans-serif; color: #3d2817; background-color: #fff8f1;
  font-size: 16px !important;
  line-height: 1.75;
   /*font-weight: 400;font-family: "museoSans","museoSans Fallback",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;*/
  
   
 
}
p {
  font-size: 16px !important;
  line-height: 1.75; 
 
}

h1, h2, h3, h4, h5, h6 {
   color: #ae441e;
 
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}
.button3 {
    background-color: #008768;
    border: none;
    line-height: 38px;
    color: white;
    padding: 1px;
    width: 170px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    margin: 5px auto; cursor: pointer
}
	.button3:hover {
    background-color: #00614b;
    border-color: #005441;
}

h1 {
  font-size: 28px;
}



h2 {
  font-size: 26px; padding:5px 5px 5px 0px
}

	

h3 {
  font-size: 22px; padding: 5px 5px 5px 0px
}



h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}


.all {  
		
		margin-bottom: 12px;
		overflow: hidden;
		position: relative;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;  
	}
	
	.tripcontainer {
		display: flex;
		 
		margin:20px 3px 10px 3px; border-radius: 10px;  
    background-color: #fff;
		   position: relative; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;

	}
    
	.trips-pic {
		width: 25%;
		height: 216px;
	}
    
	.trips-pic2 {
		width: 25%; 
	}
	.trips-pic2s {
		width: 20%; 
	}
	.trips-txt {
		width: 75%;
	}
	.trips-txt-s {
		width: 80%;
	}
	.bk-image {
		background-position: 50%;
		background-repeat: no-repeat;
		height: 100%;
		width: 100%;
		background-size: cover;
	}
	
	.bckimage {
		height: 222px !important;
		background-position: 50%;
		background-repeat: no-repeat;
 		width: 100%;
		background-size: cover;  margin: 10px; border-radius: 10px; filter: saturate(1.15);
	}
	.bckimage-mini {
		height: 160px !important;
		background-position: 50%;
		background-repeat: no-repeat;
 		width: 100%;
		background-size: cover;  margin: 10px; border-radius: 10px
	}
	.trips-txt h2 {
		font-size: 18px;
		line-height: 24px;
		margin: 0;
		width: 100%;
		font-weight: 800;
		/*color: #1b1e26;
		font-family: "museoSans","museoSans Fallback",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;*/
	}
	.trips-txt-s h2 {
		font-size: 18px;
		line-height: 24px;
		margin: 0;
		width: 100%;
		font-weight: 700;
		color: #1b1e26;
		
	} 
	.trips-txt  p {
		font-size: 16px;
    line-height: 1.6;

    color: #3D2817;
    max-height: 10rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal; margin-top:8px
	}
	.trips-txt-s p {
		font-size: 15px;
    line-height: 25px;
   
    color: #3D2817;
    max-height: 10rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
	}
	.tourdetails {
		padding: 12px 20px 1px 24px;
	}
	
	.button2 {
    background-color: #ff8800;
    border: none;
    line-height: 38px;
    color: white;
    padding: 2px;
  
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    display: block;
    font-size: 18px;
    margin: 5px auto; cursor: pointer; font-weight: bold; /*text-shadow: 0 0 1px #000;*/
		width: 60% !important; 
}
	.button2:hover {
    background-color: #FF7700;
    border-color: #FF7700;
transition: transform .2s ease-out;
    transform: scale(1.05);
}
.button4 {
    background-color: #ff8800;
    border: none;
    line-height: 38px;
    color: white;
    padding: 2px;
  
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    display: block;
    font-size: 18px;
    margin: 5px auto; cursor: pointer; font-weight: bold;  text-shadow: 0 0 1px #000;
		width: 95% !important; 
}
	.button4:hover {
    background-color: #FF7700;
    border-color: #FF7700;
transition: transform .2s ease-out;
    transform: scale(1.05);
}

	.reserver {
  position: absolute;
  bottom: 12px;
  right: 12px;
     /*  float: right;Adjust the text color as per your needs */
}
	.priceposi {
  position: absolute;
top: 15px;
    right: 15px;
    font-size: 18px;
     /*  float: right;Adjust the text color as per your needs */
} 

    .star-div {
     display: flex;
    align-items: center;
     width: 91px;
    height: 17px;
    margin: -5px 2px 2px 0px;
    }
    
    .star-div::before {
      content: '★★★★★'; /* Full stars */
      font-size: 20px; /* Adjust the star size as per your requirement */
      color: #ffa800; /* Adjust the star color as per your requirement */
    }
    
    .star-div.half::before {
      content: '★★★★☆'; /* Half star */
    }	
/* ////////////////////////////////////////////////////mobile */
	
	
	/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 .reserver {

    bottom: 5px !important;
    right: 12px;
}
	.trips-txt   p {
	
		
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
	}
	
 .trips-txt-s p {
	
		
    display: -webkit-box;
    -webkit-line-clamp: 2;
	 /* -webkit-line-clamp: 1;*/
    -webkit-box-orient: vertical;
    white-space: normal;
	}
	
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 767px) and (max-width: 980px) {
	
	 .bckimage {
   /* height: 190px !important */

}
	 .bckimage-mini {
    /*height: 128px !important */
  height: 150px !important 
}
	.trips-txt   h2 {
		font-size: 16px;
		
	}
  .trips-txt-s h2 {
		font-size: 16px;
		
	}
.trips-pic2 {
  width: 30%; 
	 
}
	.trips-pic2s {
  width: 30%; 
		 
}
 .trips-txt {
    width: 70%; 
	   
}

 .trips-txt-s {
   width: 70%; 
	   
}
}

	
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	.flr {
    float: none; margin-left:100px
}
	.tripcontainer {
    display: block;
		 }
	.bckimage-mini {
    height: 200px!important;
	}
 .one-text  {
    flex: 100%!important;
		padding: 5px 0px 0px 0px!important; margin: 10px 2px 0px 5px;  text-align: center;
  }
	
	.two-text {
    flex: 100%!important;
		padding: -5px 0px 0px 0px!important; margin: 0px 2px 0px 5px;
  }
	

 .trips-pic2 {
   width: 100%;
        padding-top: 1px;
}


	.trips-pic2s {
   width: 96%;
    padding-top: 3px;
}
 .trips-txt {
    width: 100%;
}
 .trips-txt-s {
    width: 100%;
}
.bckimage {
    height: 200px !important 

}
	
.trips-txt   h2 {
		font-size: 19px;
		
	}
 .trips-txt-s h2 {
		font-size: 19px;
		
	}
 /* .trips-txt-s p { display: none
		
		 
	
}
.trips-txt  p { display: none
		
		 
	
}*/
}
  /*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 600px) {
	.flr {
    float: none; margin-left:80px
	}

.oneprice {
 
    padding: 13px 10px 1px 1px;
}

}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 500px) {

	.oneprice {
 
    padding: 7px 7px 1px 1px;
}
	.flr {
    float: none; margin-left:50px
}
	.button3 {
   
    line-height: 40px;
  
    padding: 1px;
    width: 180px;
  
    border-radius: 5px;
   
    font-size: 14px;
    margin: 5px auto;
 
}	
	
  .bckimage {
    height: 220px !important 

}

 .bckimage-mini {
    height: 220px !important 

}
.button2 {
   
    line-height: 32px;
  
    padding: 1px;
    width: 135px;
  
    border-radius: 5px;
   
    font-size: 16px; font-weight:bold;
    margin: 5px auto;
 
}	
	.star-div::before {
     
      font-size: 16px !important; /* Adjust the star size as per your requirement */
  
    }
}
 /*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 400px) {
	.flr {
    float: none; margin-left:25px
}
	
	.button3 {
   
    line-height: 40px;
  
    padding: 1px;
    width: 180px;
  
    border-radius: 5px;
   
    font-size: 14px;
    margin: 5px auto;
 
}	 
	.tourdetails {
   padding: 5px 1px 5px 13px;
}
	
	.bckimage {
   
    margin: 5px;
   
}
	
	.bckimage-mini {
   
    margin: 5px;
   
}
	
	.reserver {

    bottom: 1px;
    right: 5px;

}
  .bckimage {
    height: 220px !important 

}
.button2 {
   
    line-height: 30px;
  
    padding: 1px;
    width: 135px;
  
    border-radius: 5px;
   
    font-size: 16px;
    margin: 5px auto;
 
}	 
	
	.trips-txt   h2 {
    font-size: 16px;
    line-height: 20px;
    
}
  .trips-txt-s h2 {
    font-size: 16px;
    line-height: 20px;
    
}

} 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 300px) {
	.flr {
    float: none; margin-left:4px
}}
.container-banner {
  display: flex;
  flex-wrap: wrap; background-color: #fcf8f2;
}

.box {
  flex: 1;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff; filter: saturate(1.35);
}



@media (max-width: 680px) {
	.container-banner {
  background-color: #fcf8f2;
}
	
  .box {
    flex-basis: 100%;
    border: none;
	   height: 340px;  
	  
	  
	  border-radius: 12px;   /* keep it for mobile */
    overflow: hidden; margin:6px
	  
	  
  }
	.box2   { display: none
}
	 .box3   { display: none
}
	  .box4 { display: none
}
}

@media (min-width: 680px) and (max-width: 1024px) {
  .box {
    flex-basis: 25%;
	  height: 290px
		  
  }
	.box4 { display: none
}
}


#flexcontainer {
  display: flex;
  flex-wrap: wrap;    max-width: 1024px;
    margin: 0 auto;
}

.one {
  flex: 7;
  
  padding: 10px;
  box-sizing: border-box;
}

.two {
  flex: 3;
 
  padding: 10px;
  box-sizing: border-box;     position: relative;
}



@media (max-width: 768px) {
  .one, .two {
    flex: 100%;
  }
}
		
.one-text h1 {
  padding-bottom: 0px; color:#fff
}
#flexcontainer-text {
	/*
  display: flex;
  flex-wrap: wrap;    max-width: 1024px;
    margin: 0 auto;*/
	/*position: sticky;
  top: 0;*/
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto; align-items: center;

  
  /*z-index: 999;*/
}
#flexcontainer-text2 {
	/*
  display: flex;
  flex-wrap: wrap;    max-width: 1024px;
    margin: 0 auto;
	position: sticky;
  top: 0;*/
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;

  z-index: 9;
}
.one-text {

flex: 7;
  padding: 10px;
  box-sizing: border-box;     
}
.one-text p {
color: #F4E8CE;
    font-size: 17px;
    line-height: 26px;
  
    font-weight: 600;
}
.one-text a {
color: #F4E8CE;
	 font-size: 17px;
    line-height: 26px;
  
    font-weight: 600;

}
.two-text {
  flex: 3;
  
  padding: 10px;
  box-sizing: border-box;
}

 
	#flexcontainer {
  display: flex;
  flex-wrap: wrap;    max-width: 1024px;
    margin: 0 auto;   position: relative;

}


#sticky {
  position: sticky;
  top: 130px;
}

@media (max-width: 768px) {
  .one, .two {
    flex: 100%;
  }
}
	a.gop {
    position: fixed;
    right: 10px;
 
    bottom: 70px;
    display: block;
   
    width: 70px;
    height: 70px;
 
    z-index: 99;
}	

 

.et_fixed_nav #main-header {
    position: absolute;
}

.crescendo { animation: 1.6s infinite crescendo;	}
		
 		
		
	@keyframes crescendo {
  0% {
    transform: scale(1);
  }
14% {
    transform: scale(1.05);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.05);
  }
		 70% {
    transform: scale(1);
  }
}		

  .more-text {
      display: none;
    }
		
		   .read-more {
      display: inline;
      padding: 0;
      border: none;
      background: none;
      color: #ae441e;
      text-decoration: underline;
      cursor: pointer;
    }

    .read-more:focus {
      outline: none;
    }

/* Benefits Banner */
        .benefits-banner {
            padding: 1px;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            max-width: 1400px;
            margin: 0 auto;
            align-items: center;
        }

        .benefit-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            color: #4A3F35;
        }

        .benefit-icon {
            font-size: 1.8rem;
            flex-shrink: 0;
        }

        .benefit-text {
            font-size: 0.95rem;
            font-weight: 500;
            line-height: 1.3;
        }




.section-title{font-family: 'Cormorant Garamond', serif;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px; font-size:30px}
.section-description {   font-size: 1.1rem;
    color: #8B5A3C;
    letter-spacing: 1px; margin-bottom: 20px; text-align:center}
 
  .ul-trip {
      display: grid;
	  gap: 20px;
      grid-template-columns: repeat(3, 1fr);
    
      list-style-type: none;
      width: 100%;
     
      padding: 1px;
     
    }

    .ul-trip h3 {
      margin: 6px 2px 6px 2px;
      color: #bf431f;
       /*text-align: center;*/padding: 1px 10px 1px;
      text-transform: capitalize; line-height: 16px; font-size:18px; line-height: 1.5;
    }
 .ul-trip p  {
      margin: 6px 2px 6px 2px;
      color: #bf431f;
       /*text-align: center;*/
      text-transform: capitalize; line-height: 22px; font-size:18px; font-weight:600
    }
/* Short description text */
.ul-trip li .tour-short-desc {
  font-size: 15px;
  color: #3D2817;
 /*text-align: center;*/  margin: 5px 10px;
  line-height: 1.6; font-weight:400
    /* keeps cards equal height */
}

/* Bottom area: price + button side by side */
.ul-trip li .tour-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 7px 15px;
	/*background-color: #ff88001a;
    border-radius: 5px;*/
}

/* Price display */
.ul-trip li .tour-price2 {
  font-size: 16px;
  font-weight: 700;
  color: #8B5A3C;
  margin: 0;
  padding: 0;
}
.ul-trip li .tour-price2 strong {
  
  color: #FF8C00;     font-size: 1.6rem;
    font-weight: 700;
 
}
.rating-row {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 1px 10px 1px;
    font-size: 15px;
}

.rating-stars {
    color: #ffb900;
    font-size: 18px;
}
/* See more button */
.ul-trip li .tour-readmore {
  display: inline-block;
  background: #ff8800;      /* green button */
  color: #fff;
  padding: 8px 35px;
  border-radius: 8px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.ul-trip li .tour-readmore:hover {
  background: #C85A3C;
}


    .ul-trip li {
      position: relative;
      padding: 5px;
      overflow: auto;
      background-color: #fff; border-radius: 5px; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }

    .ul-trip li .offer {
      position: absolute;
      top: 11px;
      left: 2px;
      background-color: #d91216;
      color: #fff;
      padding: 5px 10px;
    }
  .ul-trip li .offer:before {
      position: absolute;
      left: 0;
      top: 34px;
      width: 0;
      height: 0;
      border-right: 3px solid #a60a0a;
      border-top: 3px solid #a60a0a;
      border-left: 3px solid #f4e8ce;
      border-bottom: 3px solid #f4e8ce;
      content: " ";
    }
    .ul-trip li:hover {
      background: #fff;
      cursor: pointer;
    }

    .ul-trip li img {
      width: 100%;
      
      border-radius: 5px;
    }

    .ul-trip li span {
    /* position: absolute;
      left: 0px;
      top: 29px;
      z-index: 5;
      padding: 0 10px;
      border: none;
      box-shadow: 0 0 2px rgba(0, 0, 0, .2);
      background: #ab3f00;
      color: #fff; line-height: 40px;
    font-size: 18px; font-weight:700
display: inline-block; 
  background: #ae441e;        
  color: #fff;                
  font-weight: bold;
  font-size: 25px;
  padding: 8px 17px   !important;
  border-radius: 50px;
  position: absolute;
  font-family: Arial, sans-serif; left: 10px;
      top: 20px;
      z-index: 5;
  text-shadow: 0 0 1px #000;*/
  
     
    }

    .ul-trip li span:before {
     /*  position: absolute;
      left: 0;
      top: 40px;
      width: 0;
      height: 0;
      border-right: 3px solid #63250f;
      border-top: 3px solid #63250f;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      content: " ";
		 content: "";
  position: absolute;
  inset: 3px; /* space inside 
  border: 2px solid #fff;
  border-radius: 50px;
  pointer-events: none;*/

    }

   /* .ul-trip li p {
      font: 200 12px/1.5 Aeonik,Helvetica,Arial,sans-serif;
    }*/

    .ul-trip li button {
      margin-top: 10px;
    }

    @media only screen and (max-width: 600px) {
      .tripli {
        margin: 10px;
      }
      .ul-trip {
        grid-template-columns: repeat(1, 1fr) !important;
      }
    }

    @media only screen and (max-width: 800px) {
      .ul-trip {
        grid-template-columns: repeat(2, 1fr);
      }
    }
ul.ul-trip {
    padding: 0 0 23px 2px;
}

    .container-flex {
      display: flex;       flex-wrap: wrap;

    }
.review {
      flex-basis: 33.33%;
      padding: 10px;
       box-sizing: border-box;
    }

 .review:not(:last-child) {
       background: repeating-linear-gradient(to bottom, #e4cea7 0 4px, transparent 4px 8px)
              right center / 1px 70% no-repeat;
  padding-right: 12px; /* space from content */
  box-sizing: border-box;
    }


    @media (max-width: 768px) {
      .review {
        flex-basis: 100%; 
		  
      }
		 .review:not(:last-child) {
      border-bottom: 1px dashed #e4cea7; background:none
    }
 .review:not(:last-child) {
      border-right: none;
    }

		
    }

.hidf   {display:none}

 /* 
** Contact Form 7 Styles 
*/

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="url"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form textarea {
    color: #1f252b;
    width: 100%;
    padding: 12px 16px;
    border-radius: 0;
border:1px solid #ccc
}

.wpcf7-form p {
    margin: 0 0 2px;
}

.wpcf7-text:focus, 
.wpcf7-textarea:focus {
    outline: 1px solid rgba(84, 222, 197, 0.9);
    outline-offset: 0;
}

div.wpcf7-mail-sent-ok {
    border: 0;
    background: #5471de;
    color: #fff;
    padding: 18px;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 0;
    background: #f9443b;
    color: #fff;
    padding: 18px;
}

span.wpcf7-not-valid-tip {
    color: #f9443b;
}

/* 
** Button Styles 
*/

.wpcf7-form .button {
    background-color: #ff6b00;
    border: 0;
    color: #fff;
    border-radius: 1px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: auto;
    padding: 12px 60px;
    letter-spacing: 2px;
    font-size: 14px;
}
input.wpcf7-form-control.wpcf7-submit {
   display: block;
   margin: 0 auto;
}
.wpcf7-form .button:hover {
    cursor: pointer;
    box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.4);
    border: 0;
}
.includ p {
margin-left: 2.5rem;
    padding-bottom: 0; 
	 padding-top: 10px; 
	/* display: list-item;*/
}
.includ p:before {
position: absolute;
       margin-top: 4px;
    left: 17px;
    content: "";
    width: 15px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2343a32d%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z%27/%3E%3C/svg%3E") center center no-repeat;
	
 
}
    


.xclud strong {
   color: #ae441e;
    font-size: 17px;
    line-height: 26px;
      font-weight: 700;
    font-weight: 600;
    display: flex;
    padding: 10px;
}

.includ  strong {
   color: #ae441e;
    font-size: 17px;
    line-height: 26px;
      font-weight: 700;
    font-weight: 600;
    display: flex;
    padding: 10px;
}
.xclud p {
margin-left: 2.5rem;
    padding-bottom: 0; 
	 padding-top: 10px; 
	/* display: list-item;*/
}
.xclud p:before {
position: absolute;
       margin-top: 4px;
    left: 17px;
    content: "";
    width: 15px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23d80808%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z%27/%3E%3C/svg%3E") center center no-repeat;
	
	/*
	 * url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%2343a32d%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z%27/%3E%3C/svg%3E") center center no-repeat
	 * */
}
    


 

.accordion {
    display: flex;
    flex-direction: column;
  
    max-width: 991px;
    min-width: 310px;
   *margin: 10px auto;
    padding: 0 10px;
}
.accordion h1 {
    font-size: 32px;
    text-align: center;
}
.accordion-item {
   /* margin-top: 16px;*/
    border-bottom: 1px dashed #ae441e26;
  /*  border-radius: 6px;
     background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;*/
}
.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    /*font-size: 15px;*/
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 6px 20px 6px 5px;
    box-sizing: border-box;
    align-items: center;
}
.accordion-item .accordion-item-desc {
    display: none;
    /*font-size: 15px;*/
    line-height: 22px;
    font-weight: 400;

    border-top: 1px dashed #ae441e26;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}
.accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "-";
    font-size: 20px; color: #ae441e;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "+";
    font-size: 20px; color: #ae441e;
}
.accordion-item:first-child {
    margin-top: 0;
}
.accordion-item .icon {
    margin-left: 14px;
}
.accordion h3 {
  font-size: 16px;       /* make the text smaller */
  color: #000;        /* a nice medium blue */
   /*font-weight: normal;   remove bold */
       /* reset default margins, add a bit of bottom space */
	padding: 6px 19px 6px 0px;
}

@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }
    .accordion h1 {
        font-size: 22px;
    }
}
/* For desktop screens */
@media (min-width: 768px) {
  .box1 img {
     height: 100%; /* Adjust the height as needed */
	      width: 100%;

	    object-fit: cover;

  }
}

/* For mobile phones */
@media (max-width: 767px) {
  .box1 .box2 .box3 .box4 img {
      height: 100%; /* Adjust the height as needed */
	      width: 100%;
	 

	   object-fit: cover;
 

  }
}
.box1 img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/  object-position:  center 1%;
  }
.box2  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.box3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
 .box4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* layout wrapper */
.cf7-three {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.cf7-three .contact-side {
  flex: 1;
}
.cf7-three .contact-middle {
  flex: 0 0 620px;   /* adjust width */
  max-width: 100%;
}

/* wrapper */
.cf7-three {
  width: 100%;
  display: block;
}
.cf7-three .contact-side {
  width: 20%;
  float: left;
}
.cf7-three .contact-middle {
  width: 60%;
  margin: 0 auto;
  float: none;
  clear: both;
}

/* row: name + phone */
.contact-middle .row-name-phone {
  width: 100%;
  overflow: hidden; /* contain floats */
  margin-bottom: 1px;
}
.contact-middle .row-name-phone .half {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.contact-middle .row-name-phone .half:last-child {
  margin-right: 0;
}

/* field wrapper */
.contact-middle .field {
  margin: 2px 0;
  display: block;
}

/* inputs and textarea */
.contact-middle input[type="text"],
.contact-middle input[type="tel"],
.contact-middle input[type="email"],
.contact-middle textarea {
  width: 100% !important;
  padding: 14px 22px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 40px !important;
  background: #fff !important;
  font-size: 18px !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 22px !important;
}

/* textarea shape */
.contact-middle textarea {
  min-height: 240px !important;
  border-radius: 18px !important;
  resize: vertical;
}

/* placeholder + focus */
.contact-middle ::placeholder {
  color: #9c9c9c;
}
.contact-middle input:focus,
.contact-middle textarea:focus {
  border-color: #74d0b5 !important;
  box-shadow: 0 0 0 3px rgba(116, 208, 181, .24) !important;
}

/* submit button */
.contact-middle .actions {
  text-align: left;
  margin-top: 18px;
}
.contact-middle .wpcf7 .wpcf7-submit {
  border: 0 !important;
  border-radius: 9999px !important;
  padding: 16px 28px !important;
  background: #ff8c00 !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
  cursor: pointer;
}
.contact-middle .wpcf7 .wpcf7-submit:hover {
  filter: brightness(.95);
}

/* error + messages */
.contact-middle .wpcf7 .wpcf7-not-valid {
  border-color: #e06b6b !important;
}
.contact-middle .wpcf7 .wpcf7-not-valid-tip {
  color: #c43b3b;
  font-size: 13px;
  margin-top: 6px;
}
.contact-middle .wpcf7 .wpcf7-response-output {
  margin-top: 14px;
  border: 1px solid #e6ded3;
  background: #fff;
  padding: 10px 14px;
  border-radius: 10px;
}

/* responsive */
@media (max-width: 768px) {
  .cf7-three .contact-side {
    display: none;
  }
  .cf7-three .contact-middle {
    width: 100%;
  }
  .contact-middle .row-name-phone .half {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.contact-middle h3 {
  text-align: center;   /* Center the text */
  margin-bottom: 20px;  /* Add space below */
}

.revclt h3 {
  text-align: center;   /* Center the text */
  margin-bottom: 20px;  /* Add space below */
}
.new-footer{ color:#f3ede3; font-size:14px}

.footer-title { margin:0 0 14px; font-size:18px; color:#f3ede3; }
.new-footer a {  color:#f3ede3; }

.link-list a { display: block;
  position: relative;
  padding-left: 15px; /* space for dash */
  color: #f3ede3; font-weight:700; text-transform: capitalize;
  text-decoration: none;; }
.link-list a:hover { color:#ffffff; text-decoration:underline; }
.link-list a::before {
  content: "–"; /* the dash */
  position: absolute;
  left: 0;
  color: #fff;   /* dash co00000000000000000000000000000000000000lor */
}
.cf7-sidform {
  width: 100%;
  /*max-width: 400px;*/
 
  padding: 5px;

  border-radius: 10px;
  
}

/* Header */
.cf7-sidform .tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.cf7-sidform .price-label {
  color: #c96b3b;
  font-size: 18px;
  font-weight: 600;
}

.cf7-sidform .price-amount {
  font-size: 18px;
  color: #555;
}

.cf7-sidform .price-amount strong {
  color: #000;
  font-weight: 700; font-size:28px
}

/* Input Fields */
.cf7-sidform-inner input[type="text"],
.cf7-sidform-inner input[type="email"],
.cf7-sidform-inner input[type="tel"],
.cf7-sidform-inner textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fafafa;
  font-size: 15px;
  color: #333;
  transition: all 0.2s ease;
}

.cf7-sidform-inner input:focus,
.cf7-sidform-inner textarea:focus {
  outline: none;
  border-color: #c96b3b;
  background: #fff;
}

/* Button */
.cf7-sidform-inner input[type="submit"] {
  display: block;
  width: 100%;
  padding: 14px;
  background-color: #c96b3b;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  transition: background-color 0.3s ease, transform 0.1s ease;
}

.cf7-sidform-inner input[type="submit"]:hover {
  background-color: #b85f34;
  transform: scale(1.02);
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .cf7-sidform {
    padding: 15px;
  }

  .cf7-sidform .price-label,
  .cf7-sidform .price-amount {
    font-size: 16px;
  }
}

