    .dt-darjeeling-intro-section {
   padding: 90px 0;
   position: relative;
   overflow: hidden;
}

.dt-darjeeling-intro-container {
   width: min(1320px, calc(100% - 32px));
   margin: 0 auto;
   display: grid;
   grid-template-columns: 1fr 0.9fr;
   gap: 56px;
   align-items: center;
}

.dt-darjeeling-intro-content {
   position: relative;
   z-index: 1;
}

.dt-darjeeling-intro-kicker {
   display: inline-flex;
   align-items: center;
   padding: 9px 16px;
   margin-bottom: 22px;
   border-radius: 999px;
   color: #df3f09;
   background: rgba(255, 94, 0, 0.08);
   border: 1px solid rgba(255, 94, 0, 0.18);
   letter-spacing: 0.04em;
}

.dt-darjeeling-intro-title {
   margin-bottom: 24px;
   color: #241b14;
   max-width: 720px;
}

.dt-darjeeling-intro-text {
   color: #6f6257;
   line-height: 1.85;
   margin-bottom: 18px;
   max-width: 720px;
}

.dt-darjeeling-intro-points {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
   margin-top: 28px;
}

.dt-darjeeling-intro-points span {
   display: inline-flex;
   align-items: center;
   padding: 10px 15px;
   border-radius: 999px;
   color: #4b3525;
   background: #ffffff;
   border: 1px solid rgba(124, 82, 42, 0.12);
   box-shadow: 0 12px 26px rgba(55, 36, 18, 0.06);
}

.dt-darjeeling-intro-visual {
   position: relative;
}

.dt-darjeeling-intro-image-wrap {
   position: relative;
   border-radius: 34px;
   overflow: hidden;
   box-shadow: 0 28px 70px rgba(61, 39, 19, 0.18);
}

.dt-darjeeling-intro-image-wrap::before {
   content: "";
   position: absolute;
   inset: 0;
   background:
      linear-gradient(180deg, transparent 35%, rgba(38, 25, 13, 0.34)),
      linear-gradient(120deg, rgba(255, 126, 31, 0.28), transparent 42%);
   z-index: 1;
   pointer-events: none;
}

.dt-darjeeling-intro-image-wrap img {
   width: 100%;
   aspect-ratio: 4 / 5;
   object-fit: cover;
   display: block;
   transform: scale(1.02);
}

.dt-darjeeling-intro-floating-card {
   position: absolute;
   left: 24px;
   bottom: 24px;
   z-index: 2;
   padding: 15px 18px;
   border-radius: 18px;
   background: rgba(255, 255, 255, 0.9);
   backdrop-filter: blur(12px);
   box-shadow: 0 18px 40px rgba(35, 22, 11, 0.16);
}

.dt-darjeeling-intro-floating-card span,
.dt-darjeeling-intro-floating-card small {
   display: block;
}

.dt-darjeeling-intro-floating-card span {
   color: #d94309;
   margin-bottom: 4px;
}

.dt-darjeeling-intro-floating-card small {
   color: #6d5d50;
}

@media (max-width: 991px) {
   .dt-darjeeling-intro-section {
      padding: 70px 0;
   }

   .dt-darjeeling-intro-container {
      grid-template-columns: 1fr;
      gap: 38px;
   }

   .dt-darjeeling-intro-title,
   .dt-darjeeling-intro-text {
      max-width: 100%;
   }

   .dt-darjeeling-intro-image-wrap img {
      aspect-ratio: 16 / 10;
   }
}

@media (max-width: 575px) {
   .dt-darjeeling-intro-section {
      padding: 52px 0;
   }

   .dt-darjeeling-intro-container {
      width: min(100% - 24px, 1320px);
   }

   .dt-darjeeling-intro-image-wrap {
      border-radius: 24px;
   }

   .dt-darjeeling-intro-floating-card {
      left: 14px;
      bottom: 14px;
      padding: 12px 14px;
      border-radius: 15px;
   }
}




    .dt-why-highlight-section {
   padding: 86px 0;
   background:
      radial-gradient(circle at 8% 18%, rgba(255, 91, 22, 0.08), transparent 28%),
      linear-gradient(180deg, #ffffff 0%, #fff9f2 100%);
   overflow: hidden;
}

.dt-why-highlight-container {
   width: min(1320px, calc(100% - 32px));
   margin: 0 auto;
}

.dt-why-highlight-head {
   margin-bottom: 40px;
}

.dt-why-highlight-kicker {
   display: inline-flex;
   align-items: center;
   padding: 8px 15px;
   margin-bottom: 18px;
   border-radius: 999px;
   color: #e4470b;
   background: rgba(255, 86, 16, 0.08);
   border: 1px solid rgba(255, 86, 16, 0.16);
   letter-spacing: 0.04em;
}

.dt-why-highlight-title {
   color: #251b13;
   margin-bottom: 16px;
}

.dt-why-highlight-lead {
   color: #6f6258;
   line-height: 1.85;
   margin: 0;
}

.dt-why-highlight-shell {
   display: grid;
   grid-template-columns: 1fr 0.36fr;
   gap: 34px;
   align-items: start;
}

.dt-why-highlight-main {
   position: relative;
   padding-left: 24px;
}

.dt-why-highlight-main::before {
   content: "";
   position: absolute;
   left: 8px;
   top: 8px;
   bottom: 8px;
   width: 1px;
   background: linear-gradient(
      180deg,
      rgba(255, 91, 22, 0),
      rgba(255, 91, 22, 0.35),
      rgba(255, 91, 22, 0)
   );
}

.dt-why-highlight-item {
   display: grid;
   grid-template-columns: auto 1fr;
   gap: 18px;
   padding: 18px 0;
   position: relative;
}

.dt-why-highlight-dot {
   width: 17px;
   height: 17px;
   margin-top: 7px;
   border-radius: 50%;
   background:
      radial-gradient(circle at 35% 30%, #ffffff, transparent 35%),
      linear-gradient(135deg, #ff8a00, #ff4500);
   box-shadow:
      0 0 0 6px rgba(255, 91, 22, 0.1),
      0 10px 22px rgba(255, 69, 0, 0.28);
   position: relative;
   z-index: 1;
}

.dt-why-highlight-item h3 {
    font-size: 24px;
   color: #2b2119;
   margin-bottom: 8px;
}

.dt-why-highlight-item p {
   color: #70645b;
   line-height: 1.75;
   margin: 0;
   max-width: 850px;
}

.dt-why-highlight-side {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
   padding: 22px;
   border-radius: 24px;
   background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 247, 238, 0.9)),
      radial-gradient(circle at top right, rgba(255, 97, 22, 0.16), transparent 36%);
   border: 1px solid rgba(138, 83, 36, 0.11);
   box-shadow: 0 20px 45px rgba(62, 39, 20, 0.07);
   position: sticky;
   top: 110px;
}

.dt-why-highlight-side span {
   display: inline-flex;
   align-items: center;
   padding: 10px 14px;
   border-radius: 999px;
   color: #5b3d29;
   background: #ffffff;
   border: 1px solid rgba(255, 95, 24, 0.13);
   box-shadow: 0 10px 22px rgba(71, 43, 19, 0.05);
}

.dt-why-highlight-side span::before {
   content: "";
   width: 7px;
   height: 7px;
   margin-right: 8px;
   border-radius: 50%;
   background: #ff4b12;
   box-shadow: 0 0 0 4px rgba(255, 75, 18, 0.1);
}

@media (max-width: 991px) {
   .dt-why-highlight-section {
      padding: 68px 0;
   }

   .dt-why-highlight-shell {
      grid-template-columns: 1fr;
   }

   .dt-why-highlight-side {
      position: static;
   }
}

@media (max-width: 575px) {
   .dt-why-highlight-section {
      padding: 54px 0;
   }

   .dt-why-highlight-container {
      width: min(100% - 24px, 1320px);
   }

   .dt-why-highlight-head {
      margin-bottom: 28px;
   }

   .dt-why-highlight-main {
      padding-left: 18px;
   }

   .dt-why-highlight-item {
      gap: 14px;
      padding: 15px 0;
   }

   .dt-why-highlight-side {
      padding: 18px;
      border-radius: 20px;
   }
}



    /*---------------------------------
   Darjeeling Attractions Guide
---------------------------------*/

.dt-attractions-guide-section {
   padding: 95px 0;
   background: #ffffff;
   position: relative;
   overflow: hidden;
}

.dt-attractions-guide-section::before {
   content: "";
   position: absolute;
   top: -180px;
   right: -180px;
   width: 420px;
   height: 420px;
   border-radius: 50%;
   background: rgba(255, 91, 22, 0.07);
   pointer-events: none;
}

.dt-attractions-guide-section::after {
   content: "";
   position: absolute;
   bottom: -220px;
   left: -180px;
   width: 460px;
   height: 460px;
   border-radius: 50%;
   background: rgba(255, 138, 0, 0.06);
   pointer-events: none;
}

.dt-attractions-guide-container {
   width: min(1320px, calc(100% - 32px));
   margin: 0 auto;
   position: relative;
   z-index: 1;
}

.dt-attractions-guide-head {
   max-width: 920px;
   margin-bottom: 38px;
}

.dt-attractions-guide-kicker {
   display: inline-flex;
   align-items: center;
   padding: 9px 16px;
   margin-bottom: 18px;
   border-radius: 999px;
   color: #e4470b;
   background: rgba(255, 88, 18, 0.08);
   border: 1px solid rgba(255, 88, 18, 0.16);
   letter-spacing: 0.04em;
}

.dt-attractions-guide-title {
   margin-bottom: 18px;
   color: #241b14;
   max-width: 920px;
}

.dt-attractions-guide-lead {
   max-width: 860px;
   margin: 0;
   color: #6f6258;
}

.dt-attractions-guide-filter {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 10px;
   margin-bottom: 38px;
   padding: 14px 16px;
   border-radius: 22px;
   background: linear-gradient(180deg, #fff8f2, #ffffff);
   border: 1px solid rgba(255, 88, 18, 0.12);
   box-shadow: 0 14px 34px rgba(62, 39, 20, 0.04);
}

.dt-attractions-guide-filter span {
   color: #4f3928;
   margin-right: 4px;
}

.dt-attractions-guide-filter a {
   display: inline-flex;
   align-items: center;
   padding: 9px 15px;
   border-radius: 999px;
   color: #d94309;
   text-decoration: none;
   background: #ffffff;
   border: 1px solid rgba(255, 88, 18, 0.14);
   box-shadow: 0 8px 18px rgba(75, 46, 22, 0.04);
   transition: transform 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.dt-attractions-guide-filter a:hover {
   color: #982500;
   transform: translateY(-2px);
   box-shadow: 0 12px 24px rgba(255, 69, 0, 0.1);
}

.dt-attractions-guide-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
}

.dt-attractions-guide-card {
   display: grid;
   grid-template-columns: auto 1fr;
   gap: 20px;
   padding: 26px;
   border-radius: 28px;
   background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.98));
   border: 1px solid rgba(121, 78, 36, 0.1);
   box-shadow: 0 18px 42px rgba(62, 39, 20, 0.06);
   position: relative;
   overflow: hidden;
   transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.dt-attractions-guide-card::before {
   content: "";
   position: absolute;
   top: -90px;
   right: -90px;
   width: 180px;
   height: 180px;
   border-radius: 50%;
   background: rgba(255, 88, 18, 0.08);
   transition: transform 0.28s ease, opacity 0.28s ease;
}

.dt-attractions-guide-card:hover {
   transform: translateY(-5px);
   border-color: rgba(255, 88, 18, 0.22);
   box-shadow: 0 26px 60px rgba(62, 39, 20, 0.11);
}

.dt-attractions-guide-card:hover::before {
   transform: scale(1.2);
   opacity: 0.9;
}

.dt-attractions-guide-count {
   width: 58px;
   height: 58px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   color: #ffffff;
   background:
      radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.75), transparent 28%),
      linear-gradient(135deg, #ff8a00, #ff4500, #d92d00);
   box-shadow:
      0 12px 24px rgba(255, 69, 0, 0.2),
      0 0 0 7px rgba(255, 88, 18, 0.07);
   position: relative;
   z-index: 1;
}

.dt-attractions-guide-card-body {
   min-width: 0;
   position: relative;
   z-index: 1;
}

.dt-attractions-guide-tag {
   display: inline-flex;
   align-items: center;
   margin-bottom: 10px;
   color: #e4470b;
   letter-spacing: 0.04em;
}

.dt-attractions-guide-card h3 {
   margin-bottom: 10px;
   color: #2b2119;
}

.dt-attractions-guide-card p {
   margin-bottom: 18px;
   color: #70645b;
}

.dt-attractions-guide-card button {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   padding: 12px 18px;
   border: 0;
   border-radius: 999px;
   color: #ffffff;
   background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 38%),
      linear-gradient(135deg, #ff7a00, #ff4500);
   box-shadow: 0 12px 24px rgba(255, 69, 0, 0.18);
   transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dt-attractions-guide-card button::after {
   content: "→";
}

.dt-attractions-guide-card button:hover {
   transform: translateY(-2px);
   box-shadow: 0 16px 30px rgba(255, 69, 0, 0.26);
}


/*---------------------------------
   Attraction Modal
---------------------------------*/

.dt-attraction-modal .modal-dialog {
   max-width: 960px;
}

.dt-attraction-modal .modal-content {
   border: 0;
   border-radius: 32px;
   overflow: hidden;
   background: #ffffff;
   box-shadow: 0 30px 90px rgba(29, 18, 10, 0.24);
}

.dt-attraction-modal .modal-body {
   padding: 42px;
   position: relative;
   background:
      radial-gradient(circle at top right, rgba(255, 91, 22, 0.09), transparent 34%),
      #ffffff;
}

.dt-attraction-modal-close {
   position: absolute;
   top: 18px;
   right: 18px;
   width: 46px;
   height: 46px;
   border: 0;
   border-radius: 50%;
   color: #442b1c;
   background: #fff3eb;
   z-index: 2;
   transition: transform 0.25s ease, background 0.25s ease;
}

.dt-attraction-modal-close:hover {
   transform: rotate(90deg);
   background: #ffe2d2;
}

.dt-attraction-modal-kicker {
   display: inline-flex;
   margin-bottom: 14px;
   padding: 9px 15px;
   border-radius: 999px;
   color: #e4470b;
   background: rgba(255, 88, 18, 0.08);
   border: 1px solid rgba(255, 88, 18, 0.14);
   letter-spacing: 0.04em;
}

.dt-attraction-modal h3 {
   margin-bottom: 16px;
   padding-right: 52px;
   color: #231a13;
}

.dt-attraction-modal-intro {
   max-width: 860px;
   margin-bottom: 30px;
   color: #6f6258;
}

.dt-attraction-modal-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 16px;
}

.dt-attraction-modal-grid div {
   padding: 22px;
   border-radius: 22px;
   background: #fff9f4;
   border: 1px solid rgba(255, 88, 18, 0.1);
   box-shadow: 0 12px 28px rgba(72, 44, 21, 0.04);
}

.dt-attraction-modal-grid h4 {
   margin-bottom: 10px;
   color: #d94309;
}

.dt-attraction-modal-grid p {
   margin: 0;
   color: #675a50;
}


/*---------------------------------
   Responsive
---------------------------------*/

@media (max-width: 991px) {
   .dt-attractions-guide-section {
      padding: 72px 0;
   }

   .dt-attractions-guide-grid {
      grid-template-columns: 1fr;
   }

   .dt-attraction-modal .modal-body {
      padding: 36px 28px 30px;
   }
}

@media (max-width: 575px) {
   .dt-attractions-guide-section {
      padding: 56px 0;
   }

   .dt-attractions-guide-container {
      width: min(100% - 24px, 1320px);
   }

   .dt-attractions-guide-head {
      margin-bottom: 30px;
   }

   .dt-attractions-guide-filter {
      padding: 13px;
      border-radius: 18px;
   }

   .dt-attractions-guide-card {
      grid-template-columns: 1fr;
      gap: 16px;
      padding: 22px;
      border-radius: 22px;
   }

   .dt-attractions-guide-count {
      width: 52px;
      height: 52px;
   }

   .dt-attraction-modal .modal-content {
      border-radius: 24px;
   }

   .dt-attraction-modal .modal-body {
      padding: 32px 22px 24px;
   }

   .dt-attraction-modal h3 {
      padding-right: 44px;
   }

   .dt-attraction-modal-grid {
      grid-template-columns: 1fr;
   }

   .dt-attraction-modal-grid div {
      padding: 18px;
      border-radius: 18px;
   }
}





    /*---------------------------------
   Darjeeling Cultural Passport
---------------------------------*/

.dt-culture-passport-section {
   padding: 95px 0;
   background: #ffffff;
   position: relative;
   overflow: hidden;
}

.dt-culture-passport-section::before {
   content: "";
   position: absolute;
   top: -180px;
   left: -160px;
   width: 420px;
   height: 420px;
   border-radius: 50%;
   background: rgba(255, 91, 22, 0.055);
   pointer-events: none;
}

.dt-culture-passport-section::after {
   content: "";
   position: absolute;
   right: -190px;
   bottom: -230px;
   width: 480px;
   height: 480px;
   border-radius: 50%;
   background: rgba(255, 138, 0, 0.055);
   pointer-events: none;
}

.dt-culture-passport-container {
   width: min(1320px, calc(100% - 32px));
   margin: 0 auto;
   position: relative;
   z-index: 1;
}

.dt-culture-passport-head {
   max-width: 960px;
   margin-bottom: 44px;
}

.dt-culture-passport-kicker {
   display: inline-flex;
   align-items: center;
   padding: 9px 16px;
   margin-bottom: 18px;
   border-radius: 999px;
   color: #e4470b;
   background: rgba(255, 88, 18, 0.08);
   border: 1px solid rgba(255, 88, 18, 0.16);
   letter-spacing: 0.04em;
}

.dt-culture-passport-title {
   margin-bottom: 18px;
   color: #241b14;
}

.dt-culture-passport-lead {
   max-width: 900px;
   margin: 0;
   color: #6f6258;
}

.dt-culture-passport-layout {
   display: grid;
   grid-template-columns: 0.4fr 1fr;
   gap: 36px;
   align-items: start;
}


/* Left Culture Card */

.dt-culture-passport-card {
   position: sticky;
   top: 110px;
   padding: 32px;
   border-radius: 32px;
   background:
      radial-gradient(circle at top right, rgba(255, 91, 22, 0.13), transparent 38%),
      linear-gradient(180deg, #fff8f2 0%, #ffffff 100%);
   border: 1px solid rgba(126, 82, 40, 0.1);
   box-shadow: 0 22px 55px rgba(62, 39, 20, 0.08);
   overflow: hidden;
}

.dt-culture-passport-card::before {
   content: "";
   position: absolute;
   top: 18px;
   right: 18px;
   width: 76px;
   height: 76px;
   border-radius: 50%;
   border: 1px dashed rgba(255, 75, 18, 0.35);
   background: rgba(255, 255, 255, 0.55);
}

.dt-culture-passport-card::after {
   content: "";
   position: absolute;
   right: -70px;
   bottom: -70px;
   width: 180px;
   height: 180px;
   border-radius: 50%;
   background: rgba(255, 88, 18, 0.07);
}

.dt-culture-passport-card-label {
   display: inline-flex;
   align-items: center;
   padding: 8px 13px;
   margin-bottom: 18px;
   border-radius: 999px;
   color: #d94309;
   background: #ffffff;
   border: 1px solid rgba(255, 88, 18, 0.14);
   position: relative;
   z-index: 1;
}

.dt-culture-passport-card h3 {
   margin-bottom: 14px;
   color: #261b13;
   position: relative;
   z-index: 1;
}

.dt-culture-passport-card p {
   color: #6e6258;
   margin-bottom: 24px;
   position: relative;
   z-index: 1;
}

.dt-culture-passport-stamps {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   position: relative;
   z-index: 1;
}

.dt-culture-passport-stamps span {
   display: inline-flex;
   align-items: center;
   padding: 9px 13px;
   border-radius: 999px;
   color: #5b3d2b;
   background: #ffffff;
   border: 1px solid rgba(255, 88, 18, 0.12);
   box-shadow: 0 8px 18px rgba(75, 46, 22, 0.04);
}

.dt-culture-passport-stamps span::before {
   content: "";
   width: 7px;
   height: 7px;
   margin-right: 8px;
   border-radius: 50%;
   background: #ff4b12;
   box-shadow: 0 0 0 4px rgba(255, 75, 18, 0.1);
}


/* Accordion List */

.dt-culture-passport-list {
   display: flex;
   flex-direction: column;
   gap: 14px;
}

.dt-culture-passport-item {
   border-radius: 26px;
   background: #ffffff;
   border: 1px solid rgba(121, 78, 36, 0.1);
   box-shadow: 0 16px 38px rgba(62, 39, 20, 0.055);
   overflow: hidden;
   transition:
      border-color 0.25s ease,
      box-shadow 0.25s ease,
      transform 0.25s ease;
}

.dt-culture-passport-item:hover {
   transform: translateY(-2px);
   border-color: rgba(255, 88, 18, 0.2);
   box-shadow: 0 20px 48px rgba(62, 39, 20, 0.08);
}

.dt-culture-passport-item[open] {
   border-color: rgba(255, 88, 18, 0.26);
   box-shadow: 0 24px 58px rgba(62, 39, 20, 0.1);
}

.dt-culture-passport-item summary {
   list-style: none;
   cursor: pointer;
   display: grid;
   grid-template-columns: auto 1fr;
   gap: 18px;
   align-items: center;
   padding: 24px;
   position: relative;
   background:
      linear-gradient(180deg, rgba(255, 250, 246, 0.78), rgba(255, 255, 255, 0.96));
}

.dt-culture-passport-item summary::-webkit-details-marker {
   display: none;
}

.dt-culture-passport-item summary::after {
   content: "+";
   position: absolute;
   right: 24px;
   top: 24px;
   width: 36px;
   height: 36px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   color: #d94309;
   background: #fff3eb;
   transition:
      transform 0.25s ease,
      background 0.25s ease,
      color 0.25s ease;
}

.dt-culture-passport-item[open] summary::after {
   content: "−";
   color: #9f2600;
   background: #ffe3d3;
}

.dt-culture-passport-icon {
   width: 58px;
   height: 58px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 18px;
   color: #ffffff;
   background:
      radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.72), transparent 28%),
      linear-gradient(135deg, #ff8a00, #ff4500, #d92d00);
   box-shadow:
      0 12px 24px rgba(255, 69, 0, 0.18),
      0 0 0 7px rgba(255, 88, 18, 0.07);
}

.dt-culture-passport-icon svg {
   width: 28px;
   height: 28px;
   fill: none;
   stroke: currentColor;
   stroke-width: 1.8;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.dt-culture-passport-item summary strong {
   display: block;
   padding-right: 48px;
   color: #2b2119;
   font-family: var(--tp-ff-heading);
   line-height: 1.25;
}

.dt-culture-passport-item summary small {
   display: block;
   margin-top: 6px;
   padding-right: 48px;
   color: #7a6c61;
   font-family: var(--tp-ff-p);
   line-height: 1.55;
}

.dt-culture-passport-content {
   padding: 0 24px 26px 100px;
   background: #ffffff;
}

.dt-culture-passport-content p {
   color: #6f6258;
   margin-bottom: 18px;
}

.dt-culture-passport-content ul {
   display: grid;
   gap: 11px;
   margin: 0;
   padding: 0;
   list-style: none;
}

.dt-culture-passport-content li {
   position: relative;
   padding-left: 25px;
   color: #5f5147;
   font-family: var(--tp-ff-p);
   line-height: 1.65;
}

.dt-culture-passport-content li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 12px;
   width: 9px;
   height: 9px;
   border-radius: 50%;
   background: #ff4b12;
   box-shadow: 0 0 0 5px rgba(255, 75, 18, 0.1);
}


/* Responsive */

@media (max-width: 991px) {
   .dt-culture-passport-section {
      padding: 72px 0;
   }

   .dt-culture-passport-layout {
      grid-template-columns: 1fr;
   }

   .dt-culture-passport-card {
      position: relative;
      top: auto;
   }
}

@media (max-width: 575px) {
   .dt-culture-passport-section {
      padding: 56px 0;
   }

   .dt-culture-passport-container {
      width: min(100% - 24px, 1320px);
   }

   .dt-culture-passport-head {
      margin-bottom: 32px;
   }

   .dt-culture-passport-card {
      padding: 22px;
      border-radius: 24px;
   }

   .dt-culture-passport-item {
      border-radius: 22px;
   }

   .dt-culture-passport-item summary {
      grid-template-columns: 1fr;
      gap: 14px;
      padding: 20px;
   }

   .dt-culture-passport-item summary::after {
      right: 20px;
      top: 20px;
   }

   .dt-culture-passport-item summary strong,
   .dt-culture-passport-item summary small {
      padding-right: 44px;
   }

   .dt-culture-passport-icon {
      width: 54px;
      height: 54px;
      border-radius: 16px;
   }

   .dt-culture-passport-content {
      padding: 0 20px 22px;
   }
}





    /*---------------------------------
   Darjeeling Adventure Trail
---------------------------------*/

.dt-adventure-trail-section {
   padding: 95px 0;
   background:
      radial-gradient(circle at 90% 8%, rgba(255, 91, 22, 0.07), transparent 28%),
      radial-gradient(circle at 8% 92%, rgba(255, 138, 0, 0.055), transparent 30%),
      #ffffff;
   position: relative;
   overflow: hidden;
}

.dt-adventure-trail-container {
   width: min(1320px, calc(100% - 32px));
   margin: 0 auto;
   position: relative;
   z-index: 1;
}

.dt-adventure-trail-head {
   max-width: 950px;
   margin-bottom: 44px;
}

.dt-adventure-trail-kicker {
   display: inline-flex;
   align-items: center;
   padding: 9px 16px;
   margin-bottom: 18px;
   border-radius: 999px;
   color: #e4470b;
   background: rgba(255, 88, 18, 0.08);
   border: 1px solid rgba(255, 88, 18, 0.16);
   letter-spacing: 0.04em;
}

.dt-adventure-trail-title {
   margin-bottom: 18px;
   color: #241b14;
}

.dt-adventure-trail-lead {
   max-width: 900px;
   margin: 0;
   color: #6f6258;
}

.dt-adventure-trail-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
}

.dt-adventure-trail-card {
   display: grid;
   grid-template-columns: auto 1fr;
   gap: 22px;
   padding: 28px;
   border-radius: 30px;
   background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.98));
   border: 1px solid rgba(121, 78, 36, 0.1);
   box-shadow: 0 18px 42px rgba(62, 39, 20, 0.06);
   position: relative;
   overflow: hidden;
   transition:
      transform 0.28s ease,
      box-shadow 0.28s ease,
      border-color 0.28s ease;
}

.dt-adventure-trail-card::before {
   content: "";
   position: absolute;
   top: -95px;
   right: -95px;
   width: 190px;
   height: 190px;
   border-radius: 50%;
   background: rgba(255, 88, 18, 0.075);
   transition:
      transform 0.28s ease,
      opacity 0.28s ease;
}

.dt-adventure-trail-card::after {
   content: "";
   position: absolute;
   left: 28px;
   right: 28px;
   bottom: 0;
   height: 1px;
   background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 88, 18, 0.22),
      transparent
   );
}

.dt-adventure-trail-card:hover {
   transform: translateY(-5px);
   border-color: rgba(255, 88, 18, 0.22);
   box-shadow: 0 26px 60px rgba(62, 39, 20, 0.11);
}

.dt-adventure-trail-card:hover::before {
   transform: scale(1.18);
   opacity: 0.9;
}

.dt-adventure-trail-featured {
   grid-column: span 2;
   background:
      radial-gradient(circle at top right, rgba(255, 91, 22, 0.14), transparent 34%),
      linear-gradient(180deg, #fff8f2 0%, #ffffff 100%);
}

.dt-adventure-trail-icon {
   width: 64px;
   height: 64px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 20px;
   color: #ffffff;
   background:
      radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.72), transparent 28%),
      linear-gradient(135deg, #ff8a00, #ff4500, #d92d00);
   box-shadow:
      0 12px 24px rgba(255, 69, 0, 0.18),
      0 0 0 7px rgba(255, 88, 18, 0.07);
   position: relative;
   z-index: 1;
}

.dt-adventure-trail-icon svg {
   width: 32px;
   height: 32px;
   fill: none;
   stroke: currentColor;
   stroke-width: 1.8;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.dt-adventure-trail-content {
   min-width: 0;
   position: relative;
   z-index: 1;
}

.dt-adventure-trail-label {
   display: inline-flex;
   align-items: center;
   padding: 7px 12px;
   margin-bottom: 12px;
   border-radius: 999px;
   color: #e4470b;
   background: rgba(255, 88, 18, 0.08);
   border: 1px solid rgba(255, 88, 18, 0.13);
   letter-spacing: 0.04em;
}

.dt-adventure-trail-content h3 {
   margin-bottom: 12px;
   color: #2b2119;
}

.dt-adventure-trail-content p {
   margin-bottom: 18px;
   color: #70645b;
}

.dt-adventure-trail-info {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   margin-bottom: 18px;
}

.dt-adventure-trail-info span {
   display: inline-flex;
   align-items: center;
   padding: 8px 13px;
   border-radius: 999px;
   color: #5b3d2b;
   background: #ffffff;
   border: 1px solid rgba(255, 88, 18, 0.12);
   box-shadow: 0 8px 18px rgba(75, 46, 22, 0.04);
}

.dt-adventure-trail-info span::before {
   content: "";
   width: 7px;
   height: 7px;
   margin-right: 8px;
   border-radius: 50%;
   background: #ff4b12;
   box-shadow: 0 0 0 4px rgba(255, 75, 18, 0.1);
}

.dt-adventure-trail-content ul {
   display: grid;
   gap: 10px;
   margin: 0;
   padding: 0;
   list-style: none;
}

.dt-adventure-trail-content li {
   position: relative;
   padding-left: 25px;
   color: #5f5147;
   font-family: var(--tp-ff-p);
   line-height: 1.65;
}

.dt-adventure-trail-content li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 12px;
   width: 9px;
   height: 9px;
   border-radius: 50%;
   background: #ff4b12;
   box-shadow: 0 0 0 5px rgba(255, 75, 18, 0.1);
}

@media (max-width: 991px) {
   .dt-adventure-trail-section {
      padding: 72px 0;
   }

   .dt-adventure-trail-grid {
      grid-template-columns: 1fr;
   }

   .dt-adventure-trail-featured {
      grid-column: auto;
   }
}

@media (max-width: 575px) {
   .dt-adventure-trail-section {
      padding: 56px 0;
   }

   .dt-adventure-trail-container {
      width: min(100% - 24px, 1320px);
   }

   .dt-adventure-trail-head {
      margin-bottom: 32px;
   }

   .dt-adventure-trail-card {
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 22px;
      border-radius: 24px;
   }

   .dt-adventure-trail-icon {
      width: 58px;
      height: 58px;
      border-radius: 18px;
   }

   .dt-adventure-trail-icon svg {
      width: 29px;
      height: 29px;
   }
}



    /*---------------------------------
   Before You Go - Darjeeling Tips
---------------------------------*/

.dt-before-go-section {
   padding: 95px 0;
   background: #ffffff;
   position: relative;
   overflow: hidden;
}

.dt-before-go-section::before {
   content: "";
   position: absolute;
   top: -180px;
   right: -170px;
   width: 420px;
   height: 420px;
   border-radius: 50%;
   background: rgba(255, 91, 22, 0.055);
   pointer-events: none;
}

.dt-before-go-container {
   width: min(1320px, calc(100% - 32px));
   margin: 0 auto;
   position: relative;
   z-index: 1;
}

.dt-before-go-head {
   max-width: 920px;
   margin-bottom: 36px;
}

.dt-before-go-kicker {
   display: inline-flex;
   align-items: center;
   padding: 9px 16px;
   margin-bottom: 18px;
   border-radius: 999px;
   color: #e4470b;
   background: rgba(255, 88, 18, 0.08);
   border: 1px solid rgba(255, 88, 18, 0.16);
   letter-spacing: 0.04em;
}

.dt-before-go-title {
   margin-bottom: 18px;
   color: #241b14;
}

.dt-before-go-lead {
   max-width: 860px;
   margin: 0;
   color: #6f6258;
}


/* Alerts */

.dt-before-go-alerts {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 16px;
   margin-bottom: 30px;
}

.dt-before-go-alert {
   display: grid;
   grid-template-columns: auto 1fr;
   gap: 15px;
   padding: 20px;
   border-radius: 22px;
   box-shadow: 0 14px 34px rgba(62, 39, 20, 0.05);
}

.dt-before-go-alert h3 {
   margin-bottom: 6px;
}

.dt-before-go-alert p {
   margin: 0;
}

.dt-before-go-alert-icon {
   width: 52px;
   height: 52px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 16px;
}

.dt-before-go-alert-icon svg {
   width: 27px;
   height: 27px;
   fill: none;
   stroke: currentColor;
   stroke-width: 1.8;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.dt-before-go-alert-tip {
   background: linear-gradient(180deg, #fffaf0, #ffffff);
   border: 1px solid rgba(255, 152, 0, 0.18);
}

.dt-before-go-alert-tip .dt-before-go-alert-icon {
   color: #ffffff;
   background: linear-gradient(135deg, #ffb300, #ff7a00);
}

.dt-before-go-alert-warning {
   background: linear-gradient(180deg, #fff8db, #ffffff);
   border: 1px solid rgba(255, 193, 7, 0.28);
}

.dt-before-go-alert-warning .dt-before-go-alert-icon {
   color: #5a3d00;
   background: linear-gradient(135deg, #ffe082, #ffc107);
}

.dt-before-go-alert-danger {
   background: linear-gradient(180deg, #fff1f2, #ffffff);
   border: 1px solid rgba(220, 53, 69, 0.2);
}

.dt-before-go-alert-danger .dt-before-go-alert-icon {
   color: #ffffff;
   background: linear-gradient(135deg, #ff4d4f, #c9182b);
}


/* Main Layout */

.dt-before-go-layout {
   display: grid;
   grid-template-columns: 0.95fr 1.05fr;
   gap: 24px;
   align-items: stretch;
}

.dt-before-go-routes,
.dt-before-go-notes {
   border-radius: 28px;
}

.dt-before-go-routes {
   padding: 28px;
   background:
      radial-gradient(circle at top right, rgba(255, 91, 22, 0.1), transparent 36%),
      linear-gradient(180deg, #fff8f2, #ffffff);
   border: 1px solid rgba(126, 82, 40, 0.1);
   box-shadow: 0 18px 44px rgba(62, 39, 20, 0.06);
}

.dt-before-go-box-head {
   margin-bottom: 22px;
}

.dt-before-go-box-head span {
   display: inline-flex;
   padding: 8px 13px;
   margin-bottom: 14px;
   border-radius: 999px;
   color: #d94309;
   background: #ffffff;
   border: 1px solid rgba(255, 88, 18, 0.14);
}

.dt-before-go-box-head h3 {
   margin: 0;
   color: #261b13;
}

.dt-before-go-route-list {
   display: grid;
   gap: 12px;
}

.dt-before-go-route {
   padding: 16px 18px;
   border-radius: 18px;
   background: #ffffff;
   border: 1px solid rgba(255, 88, 18, 0.1);
   box-shadow: 0 8px 20px rgba(75, 46, 22, 0.035);
}

.dt-before-go-route strong {
   display: block;
   margin-bottom: 6px;
   color: #2b2119;
   font-family: var(--tp-ff-heading);
}

.dt-before-go-route p {
   margin: 0;
   color: #6f6258;
}

.dt-before-go-notes {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 16px;
}

.dt-before-go-note {
   display: grid;
   grid-template-columns: auto 1fr;
   gap: 16px;
   padding: 22px;
   border-radius: 24px;
   background: #ffffff;
   border: 1px solid rgba(121, 78, 36, 0.1);
   box-shadow: 0 16px 38px rgba(62, 39, 20, 0.055);
   transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.dt-before-go-note:hover {
   transform: translateY(-3px);
   border-color: rgba(255, 88, 18, 0.22);
   box-shadow: 0 22px 48px rgba(62, 39, 20, 0.09);
}

.dt-before-go-note-icon {
   width: 54px;
   height: 54px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 17px;
   color: #ffffff;
   background:
      radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.72), transparent 28%),
      linear-gradient(135deg, #ff8a00, #ff4500, #d92d00);
   box-shadow:
      0 12px 24px rgba(255, 69, 0, 0.18),
      0 0 0 7px rgba(255, 88, 18, 0.07);
}

.dt-before-go-note-icon svg {
   width: 27px;
   height: 27px;
   fill: none;
   stroke: currentColor;
   stroke-width: 1.8;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.dt-before-go-note h3 {
   margin-bottom: 8px;
   color: #2b2119;
}

.dt-before-go-note p {
   margin: 0;
   color: #70645b;
}


/* Responsive */

@media (max-width: 1199px) {
   .dt-before-go-layout {
      grid-template-columns: 1fr;
   }
}

@media (max-width: 991px) {
   .dt-before-go-section {
      padding: 72px 0;
   }

   .dt-before-go-alerts {
      grid-template-columns: 1fr;
   }
}

@media (max-width: 767px) {
   .dt-before-go-notes {
      grid-template-columns: 1fr;
   }
}

@media (max-width: 575px) {
   .dt-before-go-section {
      padding: 56px 0;
   }

   .dt-before-go-container {
      width: min(100% - 24px, 1320px);
   }

   .dt-before-go-head {
      margin-bottom: 30px;
   }

   .dt-before-go-alert,
   .dt-before-go-note {
      grid-template-columns: 1fr;
   }

   .dt-before-go-routes {
      padding: 22px;
      border-radius: 24px;
   }

   .dt-before-go-note {
      padding: 20px;
      border-radius: 22px;
   }
}



    /*---------------------------------
   Local Impact CTA
---------------------------------*/

.dt-local-impact-cta-section {
   padding: 90px 0;
   background: #ffffff;
   position: relative;
   overflow: hidden;
}

.dt-local-impact-cta-section::before {
   content: "";
   position: absolute;
   top: -180px;
   right: -170px;
   width: 430px;
   height: 430px;
   border-radius: 50%;
   background: rgba(255, 91, 22, 0.06);
   pointer-events: none;
}

.dt-local-impact-cta-section::after {
   content: "";
   position: absolute;
   bottom: -210px;
   left: -180px;
   width: 460px;
   height: 460px;
   border-radius: 50%;
   background: rgba(255, 138, 0, 0.055);
   pointer-events: none;
}

.dt-local-impact-cta-container {
   width: min(1320px, calc(100% - 32px));
   margin: 0 auto;
   display: grid;
   grid-template-columns: 1fr 0.78fr;
   gap: 34px;
   align-items: center;
   position: relative;
   z-index: 1;
}

.dt-local-impact-cta-content {
   padding: 44px;
   border-radius: 34px;
   background:
      radial-gradient(circle at top left, rgba(255, 91, 22, 0.08), transparent 32%),
      linear-gradient(180deg, #fff8f2, #ffffff);
   border: 1px solid rgba(126, 82, 40, 0.1);
   box-shadow: 0 22px 55px rgba(62, 39, 20, 0.07);
}

.dt-local-impact-cta-kicker {
   display: inline-flex;
   align-items: center;
   padding: 9px 16px;
   margin-bottom: 18px;
   border-radius: 999px;
   color: #e4470b;
   background: #ffffff;
   border: 1px solid rgba(255, 88, 18, 0.16);
   letter-spacing: 0.04em;
}

.dt-local-impact-cta-title {
   margin-bottom: 20px;
   color: #241b14;
}

.dt-local-impact-cta-text {
   max-width: 820px;
   color: #6f6258;
}

.dt-local-impact-cta-actions {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
   margin-top: 28px;
}

.dt-local-impact-cta-primary,
.dt-local-impact-cta-secondary {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 13px 20px;
   border-radius: 999px;
   text-decoration: none;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      color 0.25s ease,
      background 0.25s ease;
}

.dt-local-impact-cta-primary {
   color: #ffffff;
   background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 38%),
      linear-gradient(135deg, #ff7a00, #ff4500);
   box-shadow: 0 14px 28px rgba(255, 69, 0, 0.22);
}

.dt-local-impact-cta-primary:hover {
   color: #ffffff;
   transform: translateY(-2px);
   box-shadow: 0 18px 34px rgba(255, 69, 0, 0.28);
}

.dt-local-impact-cta-secondary {
   color: #d94309;
   background: #ffffff;
   border: 1px solid rgba(255, 88, 18, 0.16);
}

.dt-local-impact-cta-secondary:hover {
   color: #982500;
   transform: translateY(-2px);
   box-shadow: 0 12px 24px rgba(75, 46, 22, 0.08);
}


/* Right Panel */

.dt-local-impact-cta-panel {
   padding: 30px;
   border-radius: 32px;
   background: #ffffff;
   border: 1px solid rgba(121, 78, 36, 0.1);
   box-shadow: 0 22px 55px rgba(62, 39, 20, 0.08);
   position: relative;
   overflow: hidden;
}

.dt-local-impact-cta-panel::before {
   content: "";
   position: absolute;
   top: -90px;
   right: -90px;
   width: 180px;
   height: 180px;
   border-radius: 50%;
   background: rgba(255, 88, 18, 0.08);
}

.dt-local-impact-cta-panel-head {
   display: grid;
   grid-template-columns: auto 1fr;
   gap: 18px;
   align-items: center;
   margin-bottom: 24px;
   position: relative;
   z-index: 1;
}

.dt-local-impact-cta-panel-icon {
   width: 64px;
   height: 64px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 20px;
   color: #ffffff;
   background:
      radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.72), transparent 28%),
      linear-gradient(135deg, #ff8a00, #ff4500, #d92d00);
   box-shadow:
      0 12px 24px rgba(255, 69, 0, 0.18),
      0 0 0 7px rgba(255, 88, 18, 0.07);
}

.dt-local-impact-cta-panel-icon svg,
.dt-local-impact-cta-point svg {
   fill: none;
   stroke: currentColor;
   stroke-width: 1.8;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.dt-local-impact-cta-panel-icon svg {
   width: 32px;
   height: 32px;
}

.dt-local-impact-cta-panel-head h3 {
   margin-bottom: 6px;
   color: #2b2119;
}

.dt-local-impact-cta-panel-head p {
   margin: 0;
   color: #6f6258;
}

.dt-local-impact-cta-points {
   display: grid;
   gap: 14px;
   position: relative;
   z-index: 1;
}

.dt-local-impact-cta-point {
   display: grid;
   grid-template-columns: auto 1fr;
   gap: 14px;
   align-items: start;
   padding: 16px;
   border-radius: 20px;
   background: linear-gradient(180deg, #fff9f4, #ffffff);
   border: 1px solid rgba(255, 88, 18, 0.1);
}

.dt-local-impact-cta-point span {
   width: 44px;
   height: 44px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 15px;
   color: #d94309;
   background: #fff0e8;
}

.dt-local-impact-cta-point svg {
   width: 24px;
   height: 24px;
}

.dt-local-impact-cta-point p {
   margin: 0;
   color: #65574d;
}


/* Responsive */

@media (max-width: 991px) {
   .dt-local-impact-cta-section {
      padding: 72px 0;
   }

   .dt-local-impact-cta-container {
      grid-template-columns: 1fr;
   }

   .dt-local-impact-cta-content {
      padding: 34px;
   }
}

@media (max-width: 575px) {
   .dt-local-impact-cta-section {
      padding: 56px 0;
   }

   .dt-local-impact-cta-container {
      width: min(100% - 24px, 1320px);
   }

   .dt-local-impact-cta-content,
   .dt-local-impact-cta-panel {
      padding: 22px;
      border-radius: 24px;
   }

   .dt-local-impact-cta-panel-head,
   .dt-local-impact-cta-point {
      grid-template-columns: 1fr;
   }

   .dt-local-impact-cta-panel-icon {
      width: 58px;
      height: 58px;
      border-radius: 18px;
   }
}


    /*---------------------------------
   Darjeeling FAQ Clean Section
---------------------------------*/

.dt-faq-clean-section {
   padding: 95px 0;
   background: #ffffff;
   position: relative;
   overflow: hidden;
}

.dt-faq-clean-section::before {
   content: "";
   position: absolute;
   top: -180px;
   right: -170px;
   width: 420px;
   height: 420px;
   border-radius: 50%;
   background: rgba(255, 91, 22, 0.055);
   pointer-events: none;
}

.dt-faq-clean-section::after {
   content: "";
   position: absolute;
   left: -190px;
   bottom: -220px;
   width: 450px;
   height: 450px;
   border-radius: 50%;
   background: rgba(255, 138, 0, 0.05);
   pointer-events: none;
}

.dt-faq-clean-container {
   width: min(1320px, calc(100% - 32px));
   margin: 0 auto;
   position: relative;
   z-index: 1;
}

.dt-faq-clean-head {
   max-width: 940px;
   margin-bottom: 42px;
}

.dt-faq-clean-kicker {
   display: inline-flex;
   align-items: center;
   padding: 9px 16px;
   margin-bottom: 18px;
   border-radius: 999px;
   color: #e4470b;
   background: rgba(255, 88, 18, 0.08);
   border: 1px solid rgba(255, 88, 18, 0.16);
   letter-spacing: 0.04em;
}

.dt-faq-clean-title {
   margin-bottom: 18px;
   color: #241b14;
}

.dt-faq-clean-lead {
   max-width: 860px;
   margin: 0;
   color: #6f6258;
}

.dt-faq-clean-layout {
   display: grid;
   grid-template-columns: 0.38fr 1fr;
   gap: 34px;
   align-items: start;
}

.dt-faq-clean-side {
   position: sticky;
   top: 110px;
   padding: 30px;
   border-radius: 30px;
   background:
      radial-gradient(circle at top right, rgba(255, 91, 22, 0.12), transparent 36%),
      linear-gradient(180deg, #fff8f2, #ffffff);
   border: 1px solid rgba(126, 82, 40, 0.1);
   box-shadow: 0 22px 55px rgba(62, 39, 20, 0.08);
}

.dt-faq-clean-side-label {
   display: inline-flex;
   align-items: center;
   padding: 8px 13px;
   margin-bottom: 18px;
   border-radius: 999px;
   color: #d94309;
   background: #ffffff;
   border: 1px solid rgba(255, 88, 18, 0.14);
}

.dt-faq-clean-side h3 {
   margin-bottom: 14px;
   color: #261b13;
}

.dt-faq-clean-side p {
   color: #6e6258;
   margin-bottom: 24px;
}

.dt-faq-clean-side-points {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
}

.dt-faq-clean-side-points span {
   display: inline-flex;
   align-items: center;
   padding: 9px 13px;
   border-radius: 999px;
   color: #5b3d2b;
   background: #ffffff;
   border: 1px solid rgba(255, 88, 18, 0.12);
   box-shadow: 0 8px 18px rgba(75, 46, 22, 0.04);
}

.dt-faq-clean-side-points span::before {
   content: "";
   width: 7px;
   height: 7px;
   margin-right: 8px;
   border-radius: 50%;
   background: #ff4b12;
   box-shadow: 0 0 0 4px rgba(255, 75, 18, 0.1);
}

.dt-faq-clean-list {
   display: flex;
   flex-direction: column;
   gap: 14px;
}

.dt-faq-clean-item {
   border-radius: 24px;
   background: #ffffff;
   border: 1px solid rgba(121, 78, 36, 0.1);
   box-shadow: 0 16px 38px rgba(62, 39, 20, 0.055);
   overflow: hidden;
   transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.dt-faq-clean-item:hover {
   transform: translateY(-2px);
   border-color: rgba(255, 88, 18, 0.2);
   box-shadow: 0 20px 48px rgba(62, 39, 20, 0.08);
}

.dt-faq-clean-item[open] {
   border-color: rgba(255, 88, 18, 0.25);
   box-shadow: 0 24px 58px rgba(62, 39, 20, 0.1);
}

.dt-faq-clean-item summary {
   list-style: none;
   cursor: pointer;
   padding: 24px 78px 24px 24px;
   position: relative;
   background:
      linear-gradient(180deg, rgba(255, 250, 246, 0.78), rgba(255, 255, 255, 0.96));
}

.dt-faq-clean-item summary::-webkit-details-marker {
   display: none;
}

.dt-faq-clean-item summary span {
   display: block;
   color: #2b2119;
   font-family: var(--tp-ff-heading);
   line-height: 1.25;
}

.dt-faq-clean-item summary::after {
   content: "+";
   position: absolute;
   right: 24px;
   top: 50%;
   transform: translateY(-50%);
   width: 38px;
   height: 38px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   color: #d94309;
   background: #fff3eb;
   transition: background 0.25s ease, color 0.25s ease;
}

.dt-faq-clean-item[open] summary::after {
   content: "−";
   color: #9f2600;
   background: #ffe3d3;
}

.dt-faq-clean-content {
   padding: 0 24px 24px;
   background: #ffffff;
}

.dt-faq-clean-content p {
   color: #6f6258;
   margin: 0;
}

@media (max-width: 991px) {
   .dt-faq-clean-section {
      padding: 72px 0;
   }

   .dt-faq-clean-layout {
      grid-template-columns: 1fr;
   }

   .dt-faq-clean-side {
      position: relative;
      top: auto;
   }
}

@media (max-width: 575px) {
   .dt-faq-clean-section {
      padding: 56px 0;
   }

   .dt-faq-clean-container {
      width: min(100% - 24px, 1320px);
   }

   .dt-faq-clean-head {
      margin-bottom: 32px;
   }

   .dt-faq-clean-side {
      padding: 22px;
      border-radius: 24px;
   }

   .dt-faq-clean-item {
      border-radius: 20px;
   }

   .dt-faq-clean-item summary {
      padding: 20px 68px 20px 20px;
   }

   .dt-faq-clean-item summary::after {
      right: 20px;
      width: 34px;
      height: 34px;
   }

   .dt-faq-clean-content {
      padding: 0 20px 22px;
   }
}




    /*---------------------------------
   Darjeeling Closing CTA
---------------------------------*/

.dt-darjeeling-closing-section {
   padding: 95px 0;
   background: #ffffff;
   position: relative;
   overflow: hidden;
}

.dt-darjeeling-closing-section::before {
   content: "";
   position: absolute;
   top: -180px;
   right: -170px;
   width: 430px;
   height: 430px;
   border-radius: 50%;
   background: rgba(255, 91, 22, 0.06);
   pointer-events: none;
}

.dt-darjeeling-closing-section::after {
   content: "";
   position: absolute;
   bottom: -220px;
   left: -180px;
   width: 460px;
   height: 460px;
   border-radius: 50%;
   background: rgba(255, 138, 0, 0.055);
   pointer-events: none;
}

.dt-darjeeling-closing-container {
   width: min(1320px, calc(100% - 32px));
   margin: 0 auto;
   display: grid;
   grid-template-columns: 1fr 0.72fr;
   gap: 34px;
   align-items: center;
   position: relative;
   z-index: 1;
}

.dt-darjeeling-closing-content {
   padding: 46px;
   border-radius: 36px;
   background:
      radial-gradient(circle at top left, rgba(255, 91, 22, 0.09), transparent 34%),
      linear-gradient(180deg, #fff8f2, #ffffff);
   border: 1px solid rgba(126, 82, 40, 0.1);
   box-shadow: 0 24px 60px rgba(62, 39, 20, 0.075);
}

.dt-darjeeling-closing-kicker {
   display: inline-flex;
   align-items: center;
   padding: 9px 16px;
   margin-bottom: 18px;
   border-radius: 999px;
   color: #e4470b;
   background: #ffffff;
   border: 1px solid rgba(255, 88, 18, 0.16);
   letter-spacing: 0.04em;
}

.dt-darjeeling-closing-title {
   margin-bottom: 20px;
   color: #241b14;
}

.dt-darjeeling-closing-text {
   max-width: 850px;
   color: #6f6258;
}

.dt-darjeeling-closing-actions {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
   margin-top: 30px;
}

.dt-darjeeling-closing-primary,
.dt-darjeeling-closing-secondary {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 13px 20px;
   border-radius: 999px;
   text-decoration: none;
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      color 0.25s ease,
      background 0.25s ease;
}

.dt-darjeeling-closing-primary {
   color: #ffffff;
   background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 38%),
      linear-gradient(135deg, #ff7a00, #ff4500);
   box-shadow: 0 14px 28px rgba(255, 69, 0, 0.22);
}

.dt-darjeeling-closing-primary:hover {
   color: #ffffff;
   transform: translateY(-2px);
   box-shadow: 0 18px 34px rgba(255, 69, 0, 0.28);
}

.dt-darjeeling-closing-secondary {
   color: #d94309;
   background: #ffffff;
   border: 1px solid rgba(255, 88, 18, 0.16);
}

.dt-darjeeling-closing-secondary:hover {
   color: #982500;
   transform: translateY(-2px);
   box-shadow: 0 12px 24px rgba(75, 46, 22, 0.08);
}


/* Right Card */

.dt-darjeeling-closing-card {
   padding: 32px;
   border-radius: 34px;
   background: #ffffff;
   border: 1px solid rgba(121, 78, 36, 0.1);
   box-shadow: 0 22px 55px rgba(62, 39, 20, 0.08);
   position: relative;
   overflow: hidden;
}

.dt-darjeeling-closing-card::before {
   content: "";
   position: absolute;
   top: -90px;
   right: -90px;
   width: 180px;
   height: 180px;
   border-radius: 50%;
   background: rgba(255, 88, 18, 0.08);
}

.dt-darjeeling-closing-card-icon {
   width: 66px;
   height: 66px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 22px;
   border-radius: 22px;
   color: #ffffff;
   background:
      radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.72), transparent 28%),
      linear-gradient(135deg, #ff8a00, #ff4500, #d92d00);
   box-shadow:
      0 12px 24px rgba(255, 69, 0, 0.18),
      0 0 0 7px rgba(255, 88, 18, 0.07);
   position: relative;
   z-index: 1;
}

.dt-darjeeling-closing-card-icon svg {
   width: 33px;
   height: 33px;
   fill: none;
   stroke: currentColor;
   stroke-width: 1.8;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.dt-darjeeling-closing-card h3,
.dt-darjeeling-closing-card p,
.dt-darjeeling-closing-values {
   position: relative;
   z-index: 1;
}

.dt-darjeeling-closing-card h3 {
   margin-bottom: 14px;
   color: #2b2119;
}

.dt-darjeeling-closing-card p {
   color: #6f6258;
   margin-bottom: 24px;
}

.dt-darjeeling-closing-values {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
}

.dt-darjeeling-closing-values span {
   display: inline-flex;
   align-items: center;
   padding: 9px 13px;
   border-radius: 999px;
   color: #5b3d2b;
   background: #fff8f2;
   border: 1px solid rgba(255, 88, 18, 0.12);
}

.dt-darjeeling-closing-values span::before {
   content: "";
   width: 7px;
   height: 7px;
   margin-right: 8px;
   border-radius: 50%;
   background: #ff4b12;
   box-shadow: 0 0 0 4px rgba(255, 75, 18, 0.1);
}


/* Responsive */

@media (max-width: 991px) {
   .dt-darjeeling-closing-section {
      padding: 72px 0;
   }

   .dt-darjeeling-closing-container {
      grid-template-columns: 1fr;
   }

   .dt-darjeeling-closing-content {
      padding: 34px;
   }
}

@media (max-width: 575px) {
   .dt-darjeeling-closing-section {
      padding: 56px 0;
   }

   .dt-darjeeling-closing-container {
      width: min(100% - 24px, 1320px);
   }

   .dt-darjeeling-closing-content,
   .dt-darjeeling-closing-card {
      padding: 22px;
      border-radius: 24px;
   }

   .dt-darjeeling-closing-card-icon {
      width: 58px;
      height: 58px;
      border-radius: 18px;
   }

   .dt-darjeeling-closing-card-icon svg {
      width: 29px;
      height: 29px;
   }
}






