.elementor-10 .elementor-element.elementor-element-2aa8ff7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-2bb3bcc{padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-10 .elementor-element.elementor-element-2bb3bcc{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-2bb3bcc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-2bb3bcc */:root{
    --navy: #0B2545;
    --navy-deep: #081A34;
    --brass: #C9A227;
    --off: #EEF1F5;
    --ink: #1a2332;
    --muted: #5b6472;
    --line: #e2e8f0;
    --bg-light: #fafbfc;
  }
  .site-body *{ box-sizing:border-box; }
  .site-body{ font-family:'Hind Siliguri', sans-serif; background: var(--bg-light); }

  /* ===== Hero Section ===== */
  .hero-section{ background: var(--off); padding: 30px 0; }
  .hero {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 50px;
    align-items: center;
  }

  .badge-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--line);
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 20px;
    width: fit-content;
  }

  .badge-pill .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--brass);
  }

  .site-body h1 {
    font-size: 44px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
    line-height: 1.15;
  }

  .workplace {
    font-size: 21px;
    font-weight: 600;
    color: var(--brass);
    margin-bottom: 10px;
  }

  .credential-line {
    font-size: 15px;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 4px;
  }

  .credential-line .sep {
    color: #94a3b8;
    margin: 0 6px;
    font-weight: 400;
  }

  .hospital-line {
    font-size: 15px;
    color: var(--ink);
    font-weight: 600;
    margin-bottom: 4px;
  }

  .reg-line {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 18px;
  }

  .desc {
    font-size: 15px;
    color: #3d4756;
    max-width: 580px;
    margin-bottom: 26px;
    line-height: 1.7;
  }

  /* Buttons and CTA */
  .cta-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 26px;
  }

  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--navy);
    color: #fff;
    padding: 13px 26px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 4px 6px -1px rgba(11, 37, 69, 0.25);
    transition: all 0.3s;
  }

  .btn-primary:hover {
    background: var(--navy-deep);
    transform: translateY(-2px);
  }

  .btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: var(--ink);
    padding: 13px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid var(--line);
    transition: all 0.3s;
  }

  .btn-outline:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
  }

  .btn-primary svg, .btn-outline svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  /* Features and Stats */
  .feature-row {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-bottom: 30px;
  }

  .feature-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
  }

  .feature-item svg {
    width: 17px;
    height: 17px;
    color: var(--brass);
    flex-shrink: 0;
  }

  .stat-row {
    display: flex;
    gap: 40px;
  }

  .stat-item .num {
    font-size: 24px;
    font-weight: 700;
    color: var(--ink);
  }

  .stat-item .label {
    font-size: 13px;
    color: var(--muted);
  }

  /* Photo and Floating Cards */
  .photo-col {
    position: relative;
  }

  .photo-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4/5;
    background: #dfe7e5;
  }

  .photo-frame::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0; height: 40%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(238,241,245,0.9) 100%);
  }

  .float-card {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(11,37,69,0.12);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
  }

  .float-card .icon-box {
    width: 34px; height: 34px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; flex-shrink: 0;
  }

  .float-card .num {
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
  }

  .float-card .label {
    font-size: 12px;
    color: var(--muted);
  }

  .card-1 { top: -18px; left: -10px; }
  .card-1 .icon-box { background: var(--navy); }
  .card-2 { top: 45%; right: -20px; }
  .card-2 .icon-box { background: var(--brass); }
  .card-3 { bottom: 30px; right: -18px; }
  .card-3 .icon-box { background: var(--navy-deep); }

  /* General Sections Layout */
  .container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .section {
    padding: 80px 0;
  }

  .services-section {
    background-color: #f8fafc;
  }

  .section-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 48px;
    position: relative;
    color: var(--ink);
    font-weight: 700;
  }

  .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: var(--brass);
    border-radius: 2px;
  }

  /* Services Grid Section */
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
  }

  .card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
    border: 1px solid var(--line);
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px -5px rgba(0,0,0,0.05);
  }

  .card h3 {
    font-size: 19px;
    color: var(--ink);
    margin-bottom: 12px;
    font-weight: 700;
  }

  .card p {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
  }

  /* Chamber & Appointment Section Grid */
  .appointment-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: start;
  }

  /* Chamber Info Card */
  .chamber-card {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    border: 1px solid var(--line);
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.01);
  }

  .info-group {
    margin-bottom: 24px;
  }

  .info-group:last-child {
    margin-bottom: 0;
  }

  .info-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--ink);
    font-size: 17px;
    margin-bottom: 8px;
  }

  .info-value {
    color: #475569;
    font-size: 15px;
    padding-left: 26px;
  }

  .time-table-wrapper {
    padding-left: 0;
    margin-top: 10px;
  }

  .time-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }

  .time-table td {
    padding: 10px;
    font-size: 15px;
  }


  .time-slot {
    text-align: right;
    color: #1e293b;
    font-weight: 700;
  }

  /* Serial Booking Card */
  .booking-card {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: #fff;
    padding: 40px 35px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 25px -5px rgba(8,26,52,0.3);
  }

  .booking-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
  }

  .booking-card p {
    color: #b8c3d1;
    font-size: 15px;
    margin-bottom: 26px;
  }
  
    .map-card {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%);
    color: #fff;

    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 25px -5px rgba(8,26,52,0.3);
  }
  
  
  .map-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
  }

  .phone-box {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 24px;
  }

  .phone-label {
    font-size: 13px;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
  }

  .phone-highlight {
    font-size: 26px;
    color: var(--brass);
    font-weight: 700;
    display: block;
    text-decoration: none;
  }

  .full-width {
    width: 100%;
    justify-content: center;
    padding: 15px;
    font-size: 16px;
  }

  .booking-card .btn-primary:hover {
    background: #123363;
  }

  /* Responsive Design */
  @media (max-width: 900px) {
    .hero {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .photo-col {
      order: 0;
      max-width: 340px;
      margin: 0 auto 20px;
    }
    .site-body h1 {
      font-size: 34px;
    }
    .float-card {
      display: none;
    }
    .section {
      padding: 60px 0;
    }
    .appointment-layout {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }/* End custom CSS */