@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//test.signatureitsoftware.com/delhi-tour-cab/wp-content/themes/delhi-tour-cab/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(32,32,32);
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(233, 72, 0);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(32,32,32);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(233,72,0);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(209,44,44);
	--btn-accented-bgcolor-hover: rgb(191,40,40);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(30,115,190);
	background-image: url(https://test.signatureitsoftware.com/delhi-tour-cab/wp-content/uploads/2021/10/grocery-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-position: center bottom;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 12px;
}

@media (min-width: 1400px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(30,115,190);
}

.action-btn {
    padding: 6px 7px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}




/* ── PAGE HERO ── */
.page-hero {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  padding: 40px 48px;
  margin-bottom: 28px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.page-hero .hero-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fef3c7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-hero .hero-icon svg {
  width: 26px;
  height: 26px;
  stroke: #d97706;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-hero .hero-text .tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #b45309;
  background: #fef3c7;
  padding: 4px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
}

.page-hero .hero-text h1 {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  margin-bottom: 10px;
}

.page-hero .hero-text p {
  font-size: 15px;
  color: #6b7280;
  max-width: 620px;
}

/* ── SECTION BLOCK ── */
.section-block {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  margin-bottom: 28px;
  overflow: hidden;
}

/* ── SECTION HEADER ── */
.section-header {
  padding: 20px 36px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.section-header .icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fef3c7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.section-header .icon-wrap svg {
  width: 18px;
  height: 18px;
  stroke: #d97706;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-header h2 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}

/* ── SECTION BODY ── */
.section-body {
  padding: 28px 36px;
}

/* ── TIMING GRID ── */
.timing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}

.timing-tile {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px 20px;
}

.timing-tile .t-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 8px;
}

.timing-tile .t-value {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
}

/* ── ITINERARY GRID ── */
.itinerary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.day-tile {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px 22px;
  border-top: 3px solid #d97706;
}

.day-tile .day-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d97706;
  margin-bottom: 6px;
}

.day-tile h4 {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.day-tile p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.7;
}

/* ── PICKUP BANNER ── */
.pickup-banner {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 14px;
  color: #92400e;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.pickup-banner svg {
  width: 17px;
  height: 17px;
  stroke: #d97706;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* ── INCLUDED / EXCLUDED ── */
.inc-ex-grid {
  display: block;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.list-panel {
  border-radius: 12px;
  padding: 22px 24px;
  border: 1px solid;
}

.list-panel.included {
  background: #f0fdf4;
  border-color: #bbf7d0;
	margin-bottom:30px;
}

.list-panel.excluded {
  background: #fff1f2;
  border-color: #fecdd3;
	margin-bottom:30px;
	
}

.list-panel .panel-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.list-panel.included .panel-title { color: #15803d; }
.list-panel.excluded .panel-title { color: #be123c; }

.list-panel .panel-title .badge {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
}

.list-panel.included .badge { background: #dcfce7; color: #15803d; }
.list-panel.excluded .badge { background: #ffe4e6; color: #be123c; }

.list-panel ul {
  list-style: none;
  padding: 0;
}

.list-panel ul li {
  font-size: 14px;
  color: #374151;
  padding: 9px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}

.list-panel ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.list-panel ul li .dot {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}

.list-panel.included .dot { background: #dcfce7; color: #15803d; }
.list-panel.excluded .dot { background: #ffe4e6; color: #be123c; }

/* ── ATTRACTION GRID ── */
.attraction-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}

.attraction-tile {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px 22px;
  border-left: 4px solid #d97706;
}

.attraction-tile .cat-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d97706;
  margin-bottom: 6px;
}

.attraction-tile h4 {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.attraction-tile p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.7;
}

/* ── INFO GRID (highlights, overview) ── */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}

.info-tile {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px 20px;
}

.info-tile .i-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 6px;
}

.info-tile .i-value {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
}

/* ── NOTE BOX ── */
.note-box {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 22px 26px;
}

.note-box .note-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #92400e;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.note-box .note-title::before {
  content: '';
  width: 4px;
  height: 14px;
  background: #d97706;
  border-radius: 4px;
  display: inline-block;
}

.note-box ul {
  list-style: none;
  padding: 0;
}

.note-box ul li {
  font-size: 14px;
  color: #78350f;
  padding: 8px 0;
  border-bottom: 1px solid rgba(217,119,6,0.12);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}

.note-box ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.note-box ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #d97706;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px;
}

/* ── SIMPLE LIST ── */
.simple-list {
  list-style: none;
  padding: 0;
}

.simple-list li {
  font-size: 14px;
  color: #374151;
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}

.simple-list li:last-child {
  border-bottom: none;
}

.simple-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #d97706;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 7px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .timing-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero { padding: 28px 28px; }
  .page-hero .hero-text h1 { font-size: 26px; }
}

@media (max-width: 640px) {
  .wrapper { padding: 24px 14px 48px; }
  .page-hero { flex-direction: column; gap: 16px; padding: 24px 22px; }
  .page-hero .hero-text h1 { font-size: 22px; }
  .section-header { padding: 16px 20px; }
  .section-body { padding: 20px; }
  .timing-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .inc-ex-grid { grid-template-columns: 1fr; }
  .attraction-grid { grid-template-columns: 1fr; }
  .itinerary-grid { grid-template-columns: 1fr; }
  .section-header h2 { font-size: 17px; }
}

@media (max-width: 400px) {
  .timing-grid { grid-template-columns: 1fr; }
}



/* ── new css of individuatl travel ke liye  ── */


.dtc-wrap {

    margin: 0 auto;
    padding: 30px 16px;
    box-sizing: border-box;
  }

  .dtc-wrap * {
    box-sizing: border-box;
  }

  .dtc-main-heading {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 8px 0;
    line-height: 1.3;
  }

  .dtc-main-heading span {
    color: #e63946;
  }

  .dtc-subheading {
    text-align: center;
    font-size: 15px;
    color: #777;
    margin: 0 0 40px 0;
  }

  /* ── Card ── */
  .dtc-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.09);
    overflow: hidden;
    margin-bottom: 28px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    min-height: 220px;
  }

  .dtc-card:hover {
    box-shadow: 0 10px 32px rgba(0,0,0,0.14);
    transform: translateY(-3px);
  }

  /* Alternate: even cards flip image to right */
  .dtc-card.dtc-reverse {
    flex-direction: row-reverse;
  }

  /* ── Image Side ── */
  .dtc-card-img {
    width: 300px;
    min-width: 300px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
  }

  .dtc-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .dtc-card:hover .dtc-card-img img {
    transform: scale(1.05);
  }

  .dtc-card-img .dtc-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #e63946;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4px 10px;
    border-radius: 20px;
  }

  .dtc-card.dtc-reverse .dtc-card-img .dtc-badge {
    left: auto;
    right: 14px;
  }

  /* ── Content Side ── */
  .dtc-card-body {
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    flex: 1;
  }

  .dtc-card-num {
    font-size: 12px;
    font-weight: 700;
    color: #e63946;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0;
  }

  .dtc-card-title {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.25;
  }

  .dtc-divider {
    width: 40px;
    height: 3px;
    background: #e63946;
    border-radius: 2px;
    border: none;
    margin: 0;
  }

  .dtc-card-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin: 0;
  }

  .dtc-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #e63946;
    background: #fff5f5;
    border: 1px solid #f5c6cb;
    border-radius: 20px;
    padding: 7px 16px;
    width: fit-content;
    text-decoration: none;
  }

  /* ── Responsive ── */
  @media (max-width: 680px) {
    .dtc-main-heading { font-size: 22px; }

    .dtc-card,
    .dtc-card.dtc-reverse {
      flex-direction: column;
    }

    .dtc-card-img {
      width: 100%;
      min-width: 100%;
      height: 210px;
    }

    .dtc-card.dtc-reverse .dtc-card-img .dtc-badge {
      left: 14px;
      right: auto;
    }

    .dtc-card-body {
      padding: 20px 18px;
    }

    .dtc-card-title {
      font-size: 18px;
    }
  }

