/* RESET & BASE STYLES - LUXURY PREMIUM */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #F6F7F9;
  color: #1A2233;
  font-family: 'Hind Siliguri', Arial, sans-serif;
  font-size: 16px;
  min-height: 100vh;
}
img, svg {
  max-width: 100%;
  display: block;
}
ul, ol {
  margin: 0 0 1em 1.2em;
  padding-left: 1.4em;
}
a {
  color: #13305A;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus, a:hover {
  color: #AF892F;
  outline: none;
}
strong, b { font-weight: 700; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans Bengali', serif;
  color: #13305A;
  letter-spacing: -0.5px;
}
h1 { font-size: 2.25rem; margin-bottom: 24px; font-weight: 700; }
h2 { font-size: 1.75rem; margin-bottom: 20px; font-weight: 600; }
h3 { font-size: 1.25rem; margin-bottom: 16px; font-weight: 600; }
h4, h5, h6 { font-size: 1.1rem; margin-bottom: 12px; font-weight: 500; }
p, li, address {
  color: #2D3348;
  font-size: 1.08rem;
  margin-bottom: 10px;
}
small { font-size: 0.94rem; color: #666; }
::-webkit-input-placeholder { color: #656571; }
::-moz-placeholder { color: #656571; }
:-ms-input-placeholder { color: #656571; }
::placeholder { color: #656571; }

/* LUXURY BRAND COLORS & ACCENTS */
:root {
  --color-primary: #13305A;
  --color-secondary: #319D8E;
  --color-accent: #F6F7F9;
  --color-gold: #AF892F;
  --color-light: #FFFFFF;
  --color-dark: #21253B;
  --color-muted: #747994;
  --shadow-soft: 0 4px 20px rgba(19, 48, 90, 0.10), 0 1.5px 8px rgba(0,0,0,0.06);
}

/* CONTAINERS & LAYOUT
---------------------*/
.container {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  gap: 0; /* For content-wrapper below */
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--color-light);
  box-shadow: var(--shadow-soft);
  border-radius: 14px;
  padding: 36px 28px;
  margin-bottom: 24px;
  gap: 18px;
}
.text-section {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.card {
  background: var(--color-light);
  box-shadow: var(--shadow-soft);
  border-radius: 14px;
  padding: 28px 24px;
  min-width: 240px;
  margin-bottom: 20px;
  position: relative;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #F7F4EE;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(19,48,90,.04);
  border-left: 4px solid var(--color-gold);
  margin-bottom: 20px;
}
.testimonial-card p {
  font-size: 1.08rem;
  color: #21253B;
}
.testimonial-card span {
  color: #AF892F;
  font-size: 1rem;
  font-style: italic;
  font-family: 'Noto Sans Bengali', serif;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #fdfaf5;
  border-radius: 8px;
  padding: 16px 15px;
  margin-bottom: 18px;
  box-shadow: 0 1.5px 5px rgba(19,48,90,0.05);
  border-left: 3px solid var(--color-secondary);
}

/* HEADER, NAV & BRAND */
header {
  width: 100%;
  background: var(--color-light);
  box-shadow: 0 2px 12px rgba(19,48,90,0.08);
  position: relative;
  z-index: 50;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 14px 18px;
}
header img {
  height: 46px;
  width: auto;
  margin-right: 18px;
}
nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 1.02rem;
}
nav a {
  padding: 6px 15px;
  border-radius: 7px;
  color: var(--color-primary);
  transition: background 0.15s, color 0.18s;
  font-family: 'Noto Sans Bengali', serif;
  font-weight: 500;
}
nav a:hover, nav a:focus {
  background: #ECE5CC;
  color: var(--color-gold);
}
header .btn-primary {
  margin-left: 16px;
}
.mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--color-gold);
  font-size: 2rem;
  padding: 4px 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.12s, color 0.15s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #ECE5CC;
  color: var(--color-primary);
}

/* MOBILE MENU OVERLAY & NAV */
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(19, 48, 90, 0.98);
  z-index: 999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(.5,.02, .13,1);
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: all;
}
.mobile-menu-close {
  background: transparent;
  border: none;
  font-size: 2.1rem;
  color: #fff;
  margin: 22px 19px 10px auto;
  align-self: flex-end;
  cursor: pointer;
  padding: 4px 9px;
  border-radius: 8px;
  transition: background 0.12s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #303955;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin: 35px 41px;
}
.mobile-nav a {
  color: #fff;
  font-size: 1.21rem;
  font-family: 'Noto Sans Bengali', serif;
  letter-spacing: 0.5px;
  padding: 12px 8px;
  border-radius: 6px;
  width: 100%;
  transition: background 0.18s, color 0.15s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  background: #AF892F;
  color: #fff2ce;
}
@media (min-width: 1000px) {
  .mobile-menu, .mobile-menu-toggle { display: none!important; }
  header nav { display: flex!important; }
}
@media (max-width: 999px) {
  header nav { display: none!important; }
}

/* BUTTON STYLES */
.btn-primary {
  display: inline-block;
  padding: 13px 38px;
  background: linear-gradient(90deg, #B69F4C 0%, #AF892F 100%);
  color: #fff !important;
  font-family: 'Noto Sans Bengali', serif;
  font-size: 1.09rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  border: none;
  border-radius: 26px;
  box-shadow: 0 2px 12px rgba(175, 137, 47, 0.12);
  transition: background 0.22s, transform 0.18s, box-shadow 0.21s;
  cursor: pointer;
}
.btn-primary:focus, .btn-primary:hover {
  background: linear-gradient(90deg, #AF892F 0%, #B69F4C 100%);
  transform: translateY(-2px) scale(1.045);
  box-shadow: 0 8px 24px rgba(175,137,47,0.16);
  color: #fff !important;
}
.btn-secondary {
  display: inline-block;
  padding: 11px 28px;
  background: #fffaf2;
  color: var(--color-gold);
  font-family: 'Noto Sans Bengali', serif;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  border: 1.8px solid var(--color-gold);
  border-radius: 26px;
  box-shadow: none;
  transition: background 0.19s, color 0.16s, border-color 0.15s;
  cursor: pointer;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: var(--color-gold);
  color: #fff;
  border-color: #B69F4C;
}

/* TABLES & LISTS */
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  background: #fff;
  border-radius: 9px 9px 0 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(19,48,90,.08);
}
thead, th {
  background: #f5ecd2;
  color: var(--color-gold);
  font-family: 'Noto Sans Bengali', serif;
  font-size: 1.09rem;
  font-weight: 700;
  letter-spacing: 0.23px;
}
th, td {
  padding: 13px 18px;
  border-bottom: 1px solid #f2e8c8;
  text-align: left;
}
tr:last-child td { border-bottom: none; }
td {
  font-size: 1rem;
  color: #2D3348;
}
ul, ol {
  margin-bottom: 1.2em;
  padding-left: 1.4em;
}
ul li, ol li {
  margin-bottom: 7px;
  font-size: 1.1rem;
  color: #21303e;
  line-height: 1.6;
}

/* FAQ ACCORDION */
.faq-accordion {
  background: #fbf6e7;
  border: 1.5px solid #EFE0B8;
  border-radius: 9px;
  padding: 18px 16px 10px 17px;
  box-shadow: 0 1px 4px rgba(175,137,47,0.03);
  margin-bottom: 16px;
  transition: box-shadow 0.15s;
  cursor: pointer;
}
.faq-accordion:hover, .faq-accordion:focus {
  box-shadow: 0 4px 12px #B69F4C13;
  border-color: #AF892F;
}
.faq-accordion h3 {
  font-size: 1.13rem;
  font-family: 'Noto Sans Bengali', serif;
  color: #13305A;
  margin-bottom: 9px;
  font-weight: 600;
}
.faq-accordion div {
  font-size: 1.05rem;
  color: #21253B;
  margin-bottom: 0.15em;
}

/* ADDRESS & INFO ICON STYLING */
address {
  font-style: normal;
  margin-top: 14px;
  margin-bottom: 19px;
}
address p {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.04rem;
  color: #21303e;
  margin-bottom: 7px;
}
address img {
  height: 19px;
  width: 19px;
  flex-shrink: 0;
  filter: brightness(0.85) sepia(1) hue-rotate(13deg) saturate(2.5);
}

.map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  background: #f2f2ea;
  border-radius: 10px;
  margin: 17px 0 11px 0;
  box-shadow: 0 1.5px 4px #AF892F12;
}
.map-placeholder img {
  width: 65px;
  height: 65px;
}

/* FOOTER */
footer {
  background: #1a223b;
  color: #f9f8f4;
  padding: 27px 0 16px 0;
  font-size: 1rem;
  border-top: 3px solid #AF892F12;
}
footer .container {
  flex-direction:row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 18px;
}
footer nav {
  display: flex;
  gap: 19px;
}
footer nav a {
  color: #f7e2ab;
  font-size: 1.04rem;
  font-family: 'Noto Sans Bengali', serif;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 5px;
  transition: background 0.15s, color 0.17s;
}
footer nav a:focus, footer nav a:hover {
  background: #AF892F;
  color: #fff;
}
footer p {
  color: #E4C97E;
  font-size: 0.96rem;
  margin-top: 7px;
  letter-spacing: 0.13px;
}

/* -- COOKIE CONSENT BANNER & MODAL -- */
.cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 1900;
  background: #191C26;
  color: #FFEEC7;
  width: 100%;
  box-shadow: 0 -2px 38px #23242033, 0 -1.5px 6px #B69F4C29;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px 6vw 18px 6vw;
  transition: transform 0.33s; /* Slide in/out */
  gap: 34px;
  border-top: 3.5px solid var(--color-gold);
}
.cookie-banner .cookie-banner-text {
  font-family: 'Noto Sans Bengali', serif;
  font-size: 1.08rem;
  color: #FFEEC7;
}
.cookie-banner .cookie-btns {
  display: flex;
  gap: 13px;
}
.cookie-btn, .cookie-settings-btn {
  padding: 9px 20px;
  border-radius: 7px;
  border: none;
  font-size: 1rem;
  font-family: 'Noto Sans Bengali', serif;
  font-weight: 600;
  letter-spacing: 0.14px;
  margin: 0 2px;
  cursor: pointer;
  transition: background 0.2s, color 0.16s;
}
.cookie-btn.accept {
  background: linear-gradient(90deg,#B69F4C 0%, #AF892F 100%);
  color: #fff;
}
.cookie-btn.accept:hover, .cookie-btn.accept:focus {
  background: #AF892F;
  color: #fff9df;
}
.cookie-btn.reject {
  background: #fffaf1;
  color: #AF892F;
  border: 1.3px solid #B69F4C;
}
.cookie-btn.reject:hover, .cookie-btn.reject:focus {
  background: #F5ECD2;
  color: #B69F4C;
}
.cookie-settings-btn {
  background: none;
  color: #FFEEC7;
  border: 1.5px solid #FFEEC7;
}
.cookie-settings-btn:hover, .cookie-settings-btn:focus {
  background: #B69F4C;
  color: #fff;
  border-color: #B69F4C;
}
.cookie-modal-overlay {
  position: fixed;
  z-index: 2100;
  left: 0; right: 0; top: 0; bottom: 0;
  background: rgba(19, 48, 90, 0.63);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInModal 0.35s;
}
@keyframes fadeInModal {
  from { opacity: 0; } to { opacity: 1; }
}
.cookie-modal {
  background: #fffaf2;
  color: #143864;
  border-radius: 16px;
  box-shadow: 0 4px 32px #B69F4C1A;
  padding: 33px 34px 29px 34px;
  min-width: 320px;
  max-width: 97vw;
  box-sizing: border-box;
  position: relative;
  font-family: 'Noto Sans Bengali', serif;
  animation: fadeInModal 0.32s;
}
.cookie-modal h2 {
  color: #AF892F;
  margin-bottom: 19px;
  font-size: 1.22rem;
  font-family: 'Noto Sans Bengali', serif;
}
.cookie-modal .category-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 19px;
}
.cookie-modal .cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
  font-size: 1.07rem;
}
.cookie-modal label {
  cursor: pointer;
  color: #13305A;
}
.cookie-modal input[type='checkbox'] {
  accent-color: #AF892F;
  width: 17px; height: 17px;
}
.cookie-modal .closed {
  position: absolute;
  top: 17px;
  right: 17px;
  background: transparent;
  border: none;
  color: #AF892F;
  font-size: 1.4rem;
  cursor: pointer;
}
.cookie-modal .save-cookies-btn {
  display: inline-block;
  padding: 7px 22px;
  background: #AF892F;
  color: #fff;
  border-radius: 7px;
  border: none;
  font-size: 1rem;
  font-family: 'Noto Sans Bengali', serif;
  font-weight: 600;
  transition: background 0.15s;
  margin-top: 9px;
}
.cookie-modal .save-cookies-btn:hover, .cookie-modal .save-cookies-btn:focus {
  background: #B69F4C;
}

/* -- RESPONSIVE FLEX LAYOUT ADJUSTMENTS -- */
@media (max-width: 1030px) {
  .container {
    max-width: 98vw;
    padding: 0 4vw;
  }
  .content-wrapper {
    padding: 28px 5vw;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 7px;
  }
  .content-wrapper {
    padding: 17px 6px;
  }
  .section {
    margin-bottom: 38px;
    padding: 22px 3px;
  }
  h1 { font-size: 1.57rem; margin-bottom: 16px; }
  h2 { font-size: 1.28rem; margin-bottom: 13px; }
  h3 { font-size: 1.01rem; margin-bottom: 10px; }
  .text-image-section, .content-grid, .card-container {
    flex-direction: column;
    gap: 16px;
  }
  .feature-item { padding: 10px 9px; }
  .testimonial-card { padding: 16px 11px; }
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    padding: 15px 9px 12px 9px;
  }
  .cookie-modal {
    padding: 15px 8px 18px 8px;
    min-width: 200px; max-width: 99vw;
  }
}

/* -- UTILITY & MICRO-INTERACTIONS -- */
.shadow-gold {
  box-shadow: 0 2px 12px #B69F4C1A;
}
hr { border: 0; height: 1px; background: #EEE4CE; margin: 22px 0; }

/* Micro animation for card hover */
.card, .testimonial-card, .feature-item, .faq-accordion {
  transition: box-shadow 0.19s, border-color 0.14s, transform 0.16s;
}
.card:hover, .card:focus, .testimonial-card:hover, .feature-item:hover, .faq-accordion:focus, .faq-accordion:hover {
  box-shadow: 0 7px 26px #AF892F1B;
  transform: translateY(-2px) scale(1.015);
  border-color: #AF892F;
}

/* Ensure enough contrast on testimonial backgrounds */
.testimonial-card {
  color: #21253B;
  background: #F6F5F2;
  border-left: 4px solid #AF892F;
}

/* MISCELLANEOUS */
@media (max-width: 500px) {
  html { font-size: 97%; }
}
input, textarea, select, button {
  font-family: 'Hind Siliguri', Arial, sans-serif;
  font-size: 1rem;
}

/* Hide visually but keep accessible */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

/* Card Grid (for any extended service card layouts) */
.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
}

/* MODAL OVERLAY FOR GENERAL PURPOSES (if needed, e.g. cookie settings) */
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(19, 48, 90, 0.53);
  z-index: 1200;
  display: flex;
  align-items: center; justify-content: center;
}

/* ACCESSIBLE FOCUS */
a, button, .btn-primary, .btn-secondary, .faq-accordion {
  outline: none;
}
a:focus-visible, .btn-primary:focus-visible, .btn-secondary:focus-visible, .faq-accordion:focus-visible {
  box-shadow: 0 0 0 2.5px #AF892F87;
}

/* Hide .mobile-menu by default for desktop */
@media (min-width: 1000px) {
  .mobile-menu, .mobile-menu-toggle { display: none!important; }
}

/* Section image icons, add gold tint */
.content-wrapper ul img, .content-wrapper ol img, .feature-item img {
  filter: brightness(0.97) sepia(1) hue-rotate(13deg) saturate(2.5);
  margin-right: 7px;
  height: 22px; width: 22px;
  vertical-align: middle;
  display: inline-block;
}

/* Fix spacing of ul li with icons */
.content-wrapper ul li, .feature-item {
  display: flex;
  align-items: center;
  gap: 9px;
}

/* --- Scrollbar Styling (luxury look) --- */
::-webkit-scrollbar { width: 10px; background: #F6F7F9; }
::-webkit-scrollbar-thumb { background: #ECE5CC; border-radius: 9px; }
::-webkit-scrollbar-thumb:hover { background: #B69F4C; }

/* GENERAL Spacing around sections */
section { margin-bottom: 60px; padding: 40px 20px; }

/* --------- END PREMIUM LUXURY CSS ------------ */
