 html,
 body,
 div,
 span,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 address,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 samp,
 small,
 strong,
 sub,
 sup,
 var,
 b,
 i,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 caption article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu,
 time,
 mark,
 audio,
 video,
 source {
   margin: 0px;
   padding: 0px;
   border: 0px;
   outline: 0px;
   vertical-align: baseline;
   background: transparent;
 }

 article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu {
   display: block;
 }

 section,
 header {}

 nav ul {
   list-style: none;
 }

 blockquote,
 q {
   quotes: none;
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
   content: none;
 }

 abbr[title],
 dfn[title] {
   border-bottom: 1px dotted #000;
   cursor: help;
 }

 /*tables still need 'cellspacing="0"' in the markup*/
 .bg {
   background: #999999;
   font: Arial, Helvetica, sans-serif;
 }

 .fleft {
   float: left;
 }

 table {
   border-collapse: collapse;
   border-spacing: 0;
 }

 input,
 select {
   vertical-align: middle;
 }

 .clear {
   clear: both;
   height: 0px;
 }

 h1,
 h2,
 h3,
 h4,
 h4,
 h6 {
   margin: 0px;
   padding: 0px;
 }

 .laila-font {
  font-family: "Laila", serif;
}
.title-color{
  color: #8e3310;
}
.alex-brush-font {
  font-family: "Alex Brush", cursive;
}
 body {
   margin: 0px;
   padding: 0px;
   font-size: 13px !important;
   font-family: 'Poppins', sans-serif !important;
   color: #000 !important;
   font-weight: normal;
   line-height: normal;
   background-color: #fff !important;
 }

 .clear {
   clear: both
 }

 .navbar-custom {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
}

.logo-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-caption-custom {
 
  display: inline-block;
  padding: 30px;
  border: 2px solid white;
}

.btn-get-started {
  background-color: #a0431d;
  color: white;
  border: none;
  padding: 10px 25px;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
}
.btn-get-started:hover{
  background-color: #000;
  color: white;
}
.carousel-item img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.get-quote {
  font-size: 13px;
  letter-spacing: 2px;
}
.get-quote:hover {
  font-size: 13px;
  letter-spacing: 2px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
/* Fullscreen Offcanvas */
.offcanvas-full {
  width: 100vw !important;
  max-width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.offcanvas-full .offcanvas-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offcanvas-full ul li {
  margin: 15px 0;
}

.offcanvas-full a {
  font-size: 1.5rem;
}

.filter-bar {
  background-color: #8b2f0f;
  padding: 30px;
}
.filter-btn {
  background-color: transparent;
  border: 1px solid #e07b50;
  color: #fff;
  font-weight: 400;
  border-radius: 12px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.filter-btn:hover,
.filter-btn:focus {
  background-color: #a03d16;
  border-color: #ffb08a;
  color: #fff;
}
.filter-btn i {
  margin-right: 8px;
}
.search-btn {
  background-color: #a8431c;
  border: none;
  color: white;
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 12px;
  border: 1px solid #b74f27;
  font-size: 15px;
}
.search-btn:hover {
  background-color: #a03d16;
}

.feature-icon {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  margin-right: 15px;
  font-size: 40px;
  color: #8e3310;
}

.feature-icon img {
  width: 45px;
  height: 45px;
}

.feature-title {
  font-weight: bold;
  color: #8B2D10; /* Dark earthy red tone */
}

.feature-text {
  color: #555;
}

.feature-item {
  margin-bottom: 2rem;
}
.read-more-btn {
  background-color: #c94e25;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
}
.read-more-btn:hover {
  background-color: #a03d16;
}
.img-border-hover {
  border: 8px solid #f3ebe7;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.4s ease;
}
.img-border-hover img {
  transition: transform 0.4s ease;
  width: 100%;
  height: auto;
  display: block;
}
.img-border-hover:hover img {
  transform: scale(1.05);
}

.image-wrapper-body{
  margin: 0;
  background-color: #f5f1ee; /* Light beige background */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 30px;
}
.image-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

/* Zoom effect on hover */
.image-wrapper:hover img {
  transform: scale(1.1);
}

.image-wrapper::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 1px solid white;
  pointer-events: none;
}

.pt-120{
  padding-top: 120px;
}
.mt-120{
margin-top: 120px;
}
.popular-section {
  position: relative;
  padding: 4rem 1rem;
  overflow: hidden;
}

.popular-bg {
  position: absolute;
  top: 0;
  left: 2%;
  width: 43%;
  height: 100%;
  background: #f5f1ee;
  border-radius: 40px;

  z-index: 1;
}

.popular-title {
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  font-weight: 700;
  color: #8B2D10;
  padding-left: 2rem;
}

.card-price {
  position: absolute;
  margin-top: -31px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 6px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  z-index: 2;
}

.tour-card {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.btn-custom {
  background-color: #8B2D10;
  color: white;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
}

.btn-custom:hover {
  background-color: #6d230c;
}

.tour-card {
  overflow: hidden;
  transition: transform 0.3s ease;
}

.tour-card .card-img-top {
  transition: transform 0.5s ease;
}

.tour-card:hover .card-img-top {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .popular-bg {
    width: 100%;
    height: 30%;
    border-radius: 0;
  }

  .popular-title {
    padding-left: 0;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.trip-section {
  background-color: #f5f1ee; /* soft beige */
}

.trip-image-wrapper {
  position: relative;
  overflow: hidden;
}

.trip-border-box {
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: transform 0.4s ease;
}

.trip-image {
  width: 100%;
  height: auto;
  display: block;
}

.trip-image-wrapper:hover .trip-border-box {
  transform: scale(1.05);
}



@media (max-width: 991.98px) {
  .trip-image-wrapper {
    margin-bottom: 1.5rem;
  }
}

.popular-destination-section {
  background-color: #f5f1ee;
  border-radius: 15px;
  padding: 2rem;
}



.popular-destination-button {
  background-color: #7b3f00;
  color: white;
  padding: 0.6rem 2rem;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  margin-top: 1rem;
}

.popular-destination-button:hover {
  background-color: #5e2f00;
}

.popular-destination-card {
  background-color: #f5f1ee;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}


.popular-destination-image-container {
  position: relative;
  flex-grow: 1;
}

.popular-destination-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.popular-destination-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 0.3rem 1rem;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.popular-destination-card:hover {
  transform: scale(1.03);
}


@media (max-width: 991px) {
  .popular-destination-card,
  .popular-destination-section {
    margin-bottom: 1rem;
  }
}

.reach-us-section {
  background-color: #f5f1ee;
  padding: 2rem;
  border-radius: 15px;
  margin: auto;
}


.reach-us-input,
.reach-us-textarea {
  background-color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 0.8rem 1rem;
  width: 100%;
  box-shadow: none;
  font-size: 1rem;
}

.reach-us-input:focus,
.reach-us-textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.15rem rgba(139, 46, 15, 0.2);
}

.reach-us-textarea {
  min-height: 150px;
  resize: none;
}

.reach-us-submit {
  background-color: #8b2e0f;
  color: #fff;
  padding: 0.6rem 2.5rem;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1.5rem;
}

.footer-wrapper {
  background-color: #1f1f1f;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer-top {
  position: relative;
  z-index: 2;
}

.footer-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer-link {
  color: #fff;
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

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

.footer-about {

  background-color: #242424;
}

.footer-about p {
  margin-bottom: 1rem;
}

.footer-social a {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0.5rem;
  text-decoration: none;
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-bottom {
  background-color: #242424;
  padding: 1rem;
  text-align: center;
  font-size: 12px;
  overflow: hidden;
  z-index: 9999;
  position: relative;
}
footer a{
  color: #fff;
  text-decoration: none;
}
footer a:hover{
  color: #8e3310;
  text-decoration: none !important;
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin: 0 0.5rem;
  font-weight: 500;
}

.footer-image-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.footer-image-container img {
  width: 100%;
  height: auto;
  display: block;
}
.breadcrumb li a{
  color: #fff;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
}
.category-nav-wrapper {
  background-color: #f0f0f0;
  padding: 5px 0px;
}

.category-nav-link {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 16px;
  display: inline-block;
  transition: all 0.2s ease;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  font-weight: 600;
}

.category-nav-link:hover {
  color: #000;
  background-color: #dedbdb;
  border-bottom: 2px solid #8e3310;
}

.category-nav-link.active {
  background-color: #dedbdb;
  border-bottom: 2px solid #8e3310;
}
.section-title {
  color: #8e3310;
  font-weight: 600;
  font-size: 2.5rem;
}
.section-paragraph {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
}
.highlight-link {
  color: #b53822;
  text-decoration: underline;
}
.highlight-link:hover {
  color: #8b2719;
}
.category-nav-enquire {
  background-color: #7a2d0c;
  color: white;
  padding: 6px 20px;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
}

.category-nav-enquire:hover {
  background-color: #5e2108;
  color: white;
}

.category-nav-container {
  gap: 20px;
}
.tour-card {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.2s;
}
.tour-card:hover {
  transform: translateY(-5px);
}
.tour-img {
  height: 200px;
  object-fit: cover;
  position: relative;
}
.duration-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
}
.icon-badge a{
  position: absolute;
  top: 10px;
  right: 10px;
  background:
#8e3310;
  padding:
0px;
  border-radius:
50%;
 color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
}
.icon-badge a:hover{
  background: #fff;
  color: #8e3310;
}
.tour-title {
  font-style: italic;
  font-weight: 600;
  font-size: 1.1rem;
}
.tour-price {
  color: #8e3310;
  font-size: 13px;
  padding-top: 10px;
  font-weight: 600;
}
.tour-highlight-title {
  color: #8e3310;
  font-weight: 600;
}
.tour-destination-title {
  color: #8e3310;
  font-weight: 600;
}
.card-body p {
  margin-bottom: 0.5rem;
}

.custom-slider-container {
  position: relative;
}
.custom-slider {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 10px;
}
.custom-slider img {
  height: 200px;
  width: 250px;
  object-fit: cover;
  border-radius: 15px;
  margin-right: 10px;
  cursor: pointer;
  flex-shrink: 0;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px;
  z-index: 10;
  border-radius: 50%;
}
.slider-btn.left {
  left: 0;
}
.slider-btn.right {
  right: 0;
}
.modal-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}


.Highlights-section-title {
  font-family: serif;
  font-weight: bold;
  font-style: italic;
  font-size: 2.2rem;
  text-align: center;
}
.Highlights-section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #555;
}
.Highlights-section-list {
  list-style: none;
  padding-left: 0;
}
.Highlights-section-list li::before {
  content: "\f633";
  margin-right: 10px;
  color: #008000;
  font-family: bootstrap-icons !important;
}
.Highlights-section-list-excluded li::before {
  content: "\f62a" !important;
  margin-right: 10px;
  font-family: bootstrap-icons !important;
  color: #eb5138;
  font-size: 30px;
  font-weight: bold;
}
.Highlights-section-checklist {
  color: #666;
  font-size: 1.05rem;
  padding-bottom: 30px;
  display: flex;
  line-height: 20px;
  font-weight: 600;
}
.Highlights-section-rating {
  display: flex;
  justify-content: center;
  
}
.site-bg{
  background-color: #f5f1ee;
}

.summary-section-heading {
  font-family: serif;
  font-style: italic;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.summary-section-details {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
  padding:15px;
  font-size: 15px;
  font-weight: 600;
}

.summary-section-details .col {
  text-align: center;
  padding: 1rem;
  font-weight: 500;
  font-size: 1rem;
}

.summary-section-details i, .summary-section-card i {
  color: #8e3310;
  margin-right: 6px;
}
.summary-section-card a{
  color: #000;
}
.summary-section-card a:hover{
  color: #000;
}
.summary-section-title {
  font-style: italic;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.summary-section-card {
  display: flex;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 1rem;
}

.summary-section-img {
  width: 35%;
  object-fit: cover;
}

.summary-section-card-body {
  padding: 1rem;
  width: 65%;
}

.summary-section-destination,
.summary-section-hotel {
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: underline;
}

.summary-section-subtext {
  font-size: 0.95rem;
  color: #666;
}

.Itinerary-section-title {
  font-family: serif;
  font-style: italic;
  font-size: 2rem;
  color: #651a1a;
  text-align: center;
  margin-top: 2rem;
}

.Itinerary-section-subtitle {
  color: #c04526;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
}

.Itinerary-section-map-container {
  width: 100%;
  height: 450px;
}

.Itinerary-section-map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.Itinerary-section-cards {
  margin-top: -100px;
  z-index: 10;
  position: relative;
}

.Itinerary-section-card {
  background: white;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  margin-bottom: 1.5rem;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #333;
}

.Itinerary-section-heading {
  color: #8e3310;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
}

.Itinerary-section-location {
  font-size: 0.95rem;
  color: #333;
  padding-top: 10px;
}

.rates-section-container {
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
  padding: 40px 20px;
}
.rates-section-title {
  font-size: 2rem;
  font-style: italic;
  text-align: center;
  color: #7b2e1c;
  margin-bottom: 10px;
}
.rates-section-subtitle {
  text-align: center;
  color: #7b2e1c;
  font-weight: 500;
  margin-bottom: 40px;
}
.rates-section-label {
  font-weight: 600;
  color: #7b2e1c;
  margin-bottom: 15px;
}
.rates-section-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.rates-section-table-wrapper {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
  font-size: 15px;
}
.rates-section-table thead {
  background-color: #8e3310;
  color: #fff;
}
.table tr th {
  padding: 10px;
  background-color: #8e3310;
  color: #fff;
}
.table > tbody tr td {
  padding: 10px;
}
.rates-section-table-striped tbody tr:nth-of-type(even) {
  background-color: #f8f9fa;
}
.rates-section-dropdown .dropdown-toggle {
  background-color: #c4c4c4;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rates-section-dropdown .dropdown-toggle::after {
  margin-left: auto;
}
.rates-section-dropdown .dropdown-menu {
  background-color: #c4c4c4;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 0;
  overflow: hidden;
}
.rates-section-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  font-size: 14px;
  border-bottom: 1px solid #999;
  color: #333;
}
.rates-section-dropdown .dropdown-item:last-child {
  border-bottom: none;
}
.rates-section-dropdown .dropdown-item:hover {
  background-color: #b0b0b0;
}
.rates-section-flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  margin-right: 8px;
}
.rates-section-name {
  display: flex;
  align-items: center;
  gap: 8px;
}

.our-rates-section .best-price {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-top: 1.5rem;
}
.our-rates-section .best-price i {
  font-size: 2rem;
  color: green;
  margin-right: 20px;
}
.our-rates-section .best-price h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.our-rates-section .best-price p {
  font-size: 1rem;
  margin: 0;
}

.expert-section {
  font-family: Arial, sans-serif;
  margin: 0 auto;
}
.expert-section-card {
  
  background-color: #fff;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 
}



/* Testimonial Section Container */
.testimonial-section {
  position: relative;
  height: 600px; /* Set a specific height for the section */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Background image style */
.testimonial-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Ensures the image stays behind the content */
}
 .testimonial-img{
  width: 100%; height: 100%; object-fit: cover;
}
/* Position the logos */
.testimonial-section .left-logo, .testimonial-section .right-logo {
  position: absolute;
  top: 10%;
  z-index: 2;
}

.testimonial-section .left-logo {
  left: 10px;
}

.testimonial-section .right-logo {
  right: 10px;
}

/* Testimonial Cards */
.testimonial-card {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.testimonial-card h3 {
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 20px;
}

.testimonial-card .rating {
  color: #ffdd00;
  font-size: 20px;
}

/* Button style */
.testimonial-section .see-all-btn {
  margin-top: 20px;
}

.carousel-caption{
  top: 6%;
}

.content-wrapper-left {
  padding-right: calc((100vw - (1500px - 24rem)) / 2) !important;
  background-color: white;
}

.hero-image-left {
  width: 100%;
  height: 26vw;
  display: block;
  object-fit: cover;
  padding-right: calc((100vw - (1500px - 24rem)) / 2) !important;
}

.content-wrapper-right {
  padding-left: calc((100vw - (1500px - 10rem)) / 2) !important;
  background-color: white;
}

.hero-image-right {
  width: 100%;
  height: 26vw;
  display: block;
  object-fit: cover;
  padding-left: calc((100vw - (1500px - 10rem)) / 2) !important;
}

.questions-section-highlight {
  color: #8b2f00;
}
.questions-section-button::after {
  display: none;
}
.questions-section-plus {
  font-size: 1.5rem;
  font-weight: bold;
  color: #8b2f00;
  transition: transform 0.3s ease;
}
.questions-section-item {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 1.75rem 0;
  margin-bottom: 15px;
}
.questions-section-button {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.questions-section-body {
  padding: 1rem 0 0 0;
  border-top: 1px solid #ccc;
  margin-top: 15px;
}
.accordion-button:not(.collapsed) {
  box-shadow:none;
}
.accordion-button:focus{
  box-shadow:none;
}

.contact-section-form-section .form-control, .form-select{
font-size: 14px !important;
}
.contact-section-form-section {
  background: #f5f1ee;
  padding: 20px;
}
.contact-section-form-label {
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
}
.contact-section-form-note {
  font-size: 0.8rem;
  color: #666;
  padding-top: 5px;
}
.contact-section-sidebar-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #8e3310;
  margin-top: 2rem;
}

.form-check-input:checked {
  background-color: #8e3310;
  border-color: #8e3310;
}
 .blog-card img {
      height: 200px;
      object-fit: cover;
    }
    .blog-card h5 {
      min-height: 3rem;
    }
    .blog-card p {
      color: #6c757d;
    }
    .blog-card .btn-link {
      color: #8e3310;
      font-size: 13px;
      text-decoration: none;
    }
    .post-meta {
      font-size: 0.9rem;
      color: #6c757d;
    }
    .sidebar h6 {
      font-weight: bold;
      margin-top: 2rem;
      font-family: "Laila", serif;
    }
    .sidebar ul {
      list-style: none;
      padding-left: 0;
    }
    .sidebar ul li {
      margin-bottom: 0.5rem;
    }
    .sidebar a {
      color: #333;
      text-decoration: none;
    }
    .sidebar a:hover {
      text-decoration: underline;
    }
    
    .search-icon {
  background-color:transparent;
  border: none;
  color: white;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
margin-top: -4px;
}
.modal-backdrop{
  z-index: 999;
}

.btn-bg {
  background-color: #0f63ac;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.btn-bg:hover {
  background-color: #8c0003;
  color: #fff;
}
.safari-card-header{
  background-color: #8e3310;
  color: #fff;
  font-size: 20px;
}
.safari-card-body h6 {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
}
.safar-card-body .btn-outline-primary{
  border-color: #8e3310;
  color: #8e3310;
}
.safar-card-body .btn-outline-primary:hover{
  border-color: #8e3310;
  color: #fff;
  background-color: #8e3310;
}
.safar-card-body .btn-success{
  background-color: #8e3310;
  color: #fff;
  border-color: #8e3310;
}
.safar-card-body .btn-success:hover{
  
  color: #fff;
  background-color: #333;
}
.sticky-sidebar-in {
  position: sticky;
  top: 70px;
  height: 100vh;
  overflow-y: auto;
}
.pagination-custom .page-link {
      border: none;
      background-color: transparent;
      font-weight: 500;
    }

    .pagination-custom .page-link:hover {
      text-decoration: underline;
       color: #8e3310 !important;
    }

    .pagination-custom .disabled .page-link {
      color: #ccc;
      cursor: not-allowed;
    }

    .pagination-custom .active .page-link {
      color: #8e3310; 
      font-weight: bold;
    }

    .pagination-custom .page-item:not(.disabled):not(.active) .page-link {
      color: #333; /* Teal-blue for links like 'next' */
    }
    .filter-header {
      background-color: #8B2F0B;
      color: white;
      font-weight: bold;
      padding: 10px 15px;
      border-radius: 6px 6px 0 0;
      cursor: pointer;
      
      font-size: 1.25rem;
    }
@media (max-width: 768px) {
  .content-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 3rem;
  }
}
/* Mobile responsiveness */
@media (max-width: 767px) {
  .testimonial-section {
    height: auto;
    padding:80px 0px;
  }
  .testimonial-section .left-logo, .testimonial-section .right-logo {
    position: absolute;
    top: 1%;
    z-index: 2;
  }
  .carousel-item {
    flex: 1 0 100%;
  }
}
@media (max-width: 768px) {
  .sticky-sidebar-in {
  position: static;
  top: auto;
  height: auto;
  overflow-y: auto;
}
  .footer-title {
    font-size: 1.3rem;
  }

  .footer-social a {
    font-size: 1.3rem;
  }

  .footer-top {
    padding: 2rem 1rem 1rem;
  }
}
.sticky-top {
  background: rgba(0, 0, 0, 0.5);
}
.footer-background-gradient {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
}

@media (min-width: 200px) and (max-width: 765px){ 
  
  .carousel-caption-custom {
    padding: 10px;
  }
  .section-title {
    font-size: 2rem;
  }
  .carousel-item h1{
    font-size: 25px !important;
  }
  .carousel-item h2{
    font-size: 20px !important;
  }
  .carousel-item h3{
    font-size: 16px !important;
  }
  .mt-120 {
    margin-top: 30px;
  }
  .ms-t-80{
    margin-top: 80px;
  }
  .logo-center {
    position: absolute;
    left: 36%;
    transform: translateX(-35%);
  }
  .carousel-item-2 img {
    height: 55vh !important;
    object-fit: cover;
    width: 100%;
  }
  .carousel-item img {
    height: 80vh;
    object-fit: cover;
    width: 100%;
  }
  .pt-120 {
    padding-top: 30px;
  }
}
@media (min-width: 766px) and (max-width: 992px){
  .carousel-item-2 img {
    height: 65vh !important;
    object-fit: cover;
    width: 100%;
  }
  .testimonial-section {
    height: auto;
    padding:80px 0px;
  }
  .testimonial-section .left-logo, .testimonial-section .right-logo {
    position: absolute;
    top: 1%;
    z-index: 2;
  }
  .section-title {
    font-size: 2rem;
  }
  .carousel-caption {
    top: 0%;
  }
  .carousel-item img {
    height: 90vh;
  }
  .popular-title {
    padding-left: 0;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .popular-bg {
    width: 94%;
    height: 53%;
    border-radius:10px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .mt-120 {
    margin-top: 60px;
  }
}
